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

12 lines
342 B
Python

# shipBonusLargeEnergyTurretMaxRangeAB
#
# Used by:
# Ship: Marshal
# Ship: Paladin
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Energy Turret"),
"maxRange", ship.getModifiedItemAttr("shipBonusAB"), skill="Amarr Battleship")