Files
pyfa/eos/effects/shipbonuslargeenergyturretmaxrangeab2.py
2014-07-30 21:23:27 -04:00

9 lines
360 B
Python

# Used by:
# Ship: Apocalypse
# Ship: Apocalypse Navy Issue
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Battleship").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Energy Turret"),
"maxRange", ship.getModifiedItemAttr("shipBonusAB2") * level)