Files
pyfa/eos/effects/shipptdmgbonusmb.py

11 lines
376 B
Python

# shipPTDmgBonusMB
#
# Used by:
# Variations of ship: Tempest (3 of 4)
# Ship: Machariel
# Ship: Panther
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Projectile Turret"),
"damageMultiplier", ship.getModifiedItemAttr("shipBonusMB"), skill="Minmatar Battleship")