Files
pyfa/eos/effects/smallhybridmaxrangebonus.py
2014-01-22 23:51:42 +04:00

7 lines
298 B
Python
Executable File

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