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

14 lines
359 B
Python

# shipBonusPirateFrigateProjDamage
#
# Used by:
# Ship: Chremoas
# Ship: Dramiel
# Ship: Sunesis
# Ship: Svipul
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Projectile Turret"),
"damageMultiplier", ship.getModifiedItemAttr("shipBonusRole7"))