Files
pyfa/eos/effects/salvagermoduledurationreduction.py
2014-07-30 21:23:27 -04:00

7 lines
300 B
Python

# Used by:
# Implant: Poteque 'Prospector' Environmental Analysis EY-1005
type = "passive"
def handler(fit, implant, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Salvager",
"duration", implant.getModifiedItemAttr("durationBonus"))