Files
pyfa/eos/effects/subsystembonusminmataroffensive2remoterepcapuse.py
2017-06-27 21:03:16 -04:00

11 lines
497 B
Python

# subsystemBonusMinmatarOffensive2RemoteRepCapUse
#
# Used by:
# Subsystem: Loki Offensive - Support Processor
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Shield Emission Systems") or mod.item.requiresSkill("Remote Armor Repair Systems"),
"capacitorNeed", src.getModifiedItemAttr("subsystemBonusMinmatarOffensive2"),
skill="Minmatar Offensive Systems")