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

12 lines
361 B
Python

# shipBonusLargeEnergyTurretMaxRangeAB2
#
# 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"),
"maxRange", ship.getModifiedItemAttr("shipBonusAB2"), skill="Amarr Battleship")