9 lines
404 B
Python
9 lines
404 B
Python
# shieldBoostAmplifierPassiveBooster
|
|
#
|
|
# Used by:
|
|
# Implants named like: Blue Pill Booster (5 of 5)
|
|
type = "passive"
|
|
def handler(fit, container, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Shield Operation") or mod.item.requiresSkill("Capital Shield Operation"),
|
|
"shieldBonus", container.getModifiedItemAttr("shieldBoostMultiplier"))
|