11 lines
336 B
Python
11 lines
336 B
Python
# capNeedBonusEffectHybrids
|
|
#
|
|
# Used by:
|
|
# Modules named like: Hybrid Discharge Elutriation (8 of 8)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Hybrid Weapon",
|
|
"capacitorNeed", module.getModifiedItemAttr("capNeedBonus"))
|