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

12 lines
313 B
Python

# shipLaserRofAC2
#
# Used by:
# Ship: Omen
# Ship: Zealot
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Medium Energy Turret"),
"speed", ship.getModifiedItemAttr("shipBonusAC2"), skill="Amarr Cruiser")