Files
pyfa/eos/effects/effect3494.py
2019-03-16 14:08:20 -04:00

11 lines
307 B
Python

# rorqualSurveyScannerRangeBonus
#
# Used by:
# Ship: Rorqual
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Survey Scanner",
"surveyScanRange", ship.getModifiedItemAttr("surveyScannerRangeBonus"))