Files
pyfa/eos/effects/smallhybridmaxrangebonus.py
2014-03-15 17:33:45 +04:00

7 lines
300 B
Python
Executable File

# Used by:
# Variations of ship: Catalyst (6 of 7)
# Ship: Cormorant
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Hybrid Turret"),
"maxRange", ship.getModifiedItemAttr("maxRangeBonus"))