Files
pyfa/eos/effects/smallenergymaxrangebonus.py
2015-11-02 20:55:23 -05:00

11 lines
332 B
Python

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