Files
pyfa/eos/effects/smallenergymaxrangebonus.py

9 lines
288 B
Python

# smallEnergyMaxRangeBonus
#
# Used by:
# Ship: Coercer
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Energy Turret"),
"maxRange", ship.getModifiedItemAttr("maxRangeBonus"))