Files
pyfa/eos/effects/armorrepairprojectormaxrangebonus.py
2013-08-21 01:07:27 +04:00

10 lines
312 B
Python
Executable File

# Used by:
# Ship: Augoror
# Ship: Exequror
# Ship: Inquisitor
# Ship: Navitas
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Remote Armor Repairer",
"maxRange", ship.getModifiedItemAttr("maxRangeBonus"))