Files
pyfa/eos/effects/shipbonuslargeenergyturretmaxrangeab.py

9 lines
324 B
Python

# shipBonusLargeEnergyTurretMaxRangeAB
#
# Used by:
# 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")