Files
pyfa/eos/effects/shipsetrofaf.py
2018-02-14 22:15:48 -05:00

11 lines
322 B
Python

# shipSETROFAF
#
# Used by:
# Ship: Retribution
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Energy Turret"), "speed",
src.getModifiedItemAttr("shipBonusAF"), stackingPenalties=True, skill="Amarr Frigate")