Files
pyfa/eos/effects/shipxlprojectiledamagerole.py
2014-12-09 18:49:40 -05:00

9 lines
334 B
Python

# shipXLProjectileDamageRole
#
# Used by:
# Ships named like: Naglfar (2 of 2)
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Capital Projectile Turret"),
"damageMultiplier", ship.getModifiedItemAttr("shipBonusPirateFaction"))