Files
pyfa/eos/effects/shipbonuslargeenergyturrettrackingab.py

10 lines
362 B
Python

# shipBonusLargeEnergyTurretTrackingAB
#
# Used by:
# Ship: Apocalypse
# Ship: Apocalypse Navy Issue
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Energy Turret"),
"trackingSpeed", ship.getModifiedItemAttr("shipBonusAB"), skill="Amarr Battleship")