Files
pyfa/eos/effects/implanthardwiringabcapacitorneed.py
2014-03-15 17:33:45 +04:00

7 lines
320 B
Python
Executable File

# 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"))