Files
pyfa/eos/effects/shipbonusnoctistractorrange.py

12 lines
352 B
Python

# shipBonusNoctisTractorRange
#
# Used by:
# Ship: Noctis
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Tractor Beam",
"maxRange", ship.getModifiedItemAttr("shipBonusOreIndustrial2"),
skill="ORE Industrial")