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

11 lines
342 B
Python

# dataminerModuleDurationReduction
#
# 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 == "Data Miners",
"duration", implant.getModifiedItemAttr("durationBonus"))