6 lines
302 B
Python
Executable File
6 lines
302 B
Python
Executable File
# 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")) |