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

12 lines
343 B
Python

# shipBonusSmallEnergyTurretTracking2AF
#
# Used by:
# Ship: Imp
# Ship: Succubus
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Energy Turret"),
"trackingSpeed", ship.getModifiedItemAttr("shipBonus2AF"), skill="Amarr Frigate")