Files
pyfa/eos/effects/subsystembonuscaldarioffensive2remoteshieldboostercapuse.py
blitzmann d19486ce15 cleanup
2017-07-11 02:30:26 -04:00

12 lines
449 B
Python

# subsystemBonusCaldariOffensive2RemoteShieldBoosterCapUse
#
# Used by:
# Subsystem: Tengu Offensive - Support Processor
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Shield Emission Systems"),
"capacitorNeed", src.getModifiedItemAttr("subsystemBonusCaldariOffensive2"),
skill="Caldari Offensive Systems")