11 lines
359 B
Python
11 lines
359 B
Python
# implantHardwiringABcapacitorNeed
|
|
#
|
|
# Used by:
|
|
# Implants named like: Eifyr and Co. 'Rogue' Fuel Conservation FC (6 of 6)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, implant, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Afterburner"),
|
|
"capacitorNeed", implant.getModifiedItemAttr("capNeedBonus"))
|