Files
pyfa/eos/effects/shipbonussmallenergyturrettracking2af.py

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")