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

13 lines
371 B
Python

# shipEnergyTrackingABC1
#
# Used by:
# Ship: Harbinger Navy Issue
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Medium Energy Turret"),
"trackingSpeed", ship.getModifiedItemAttr("shipBonusABC1"),
skill="Amarr Battlecruiser")