Files
pyfa/eos/effects/effect549.py
2019-03-16 14:08:20 -04:00

14 lines
412 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")