Files
pyfa/eos/effects/shipbonusnoctistractorrange.py

9 lines
316 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")