Files
pyfa/eos/effects/smallhybridmaxrangebonus.py

9 lines
306 B
Python

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