Files
pyfa/eos/effects/shipbonussmallenergyturrettracking2af.py
2015-08-25 17:47:15 -04:00

10 lines
341 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")