8 lines
355 B
Python
Executable File
8 lines
355 B
Python
Executable File
# Used by:
|
|
# Implants named like: Crystal (15 of 18)
|
|
# Implants named like: Low grade Crystal (10 of 12)
|
|
type = "passive"
|
|
def handler(fit, container, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Shield Operation"),
|
|
"shieldBonus", container.getModifiedItemAttr("shieldBoostMultiplier"))
|