7 lines
305 B
Python
Executable File
7 lines
305 B
Python
Executable File
# Used by:
|
|
# Implants named like: grade Talisman (15 of 18)
|
|
type = "passive"
|
|
def handler(fit, implant, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Capacitor Emission Systems"),
|
|
"duration", implant.getModifiedItemAttr("durationBonus"))
|