Files
pyfa/eos/effects/shipbonusdreadnoughtm2rofbonus.py
2016-04-06 00:12:44 -04:00

8 lines
300 B
Python

# shipBonusDreadnoughtM2ROFBonus
#
# Used by:
# Ship: Naglfar
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Capital Projectile Turret"), "speed", src.getModifiedItemAttr("shipBonusDreadnoughtM2"), skill="Minmatar Dreadnought")