Files
pyfa/eos/effects/effect4288.py
2019-03-16 14:08:20 -04:00

11 lines
422 B
Python

# subsystemBonusGallenteOffensive2RemoteArmorRepairCapUse
#
# Used by:
# Subsystem: Proteus Offensive - Support Processor
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Remote Armor Repair Systems"), "capacitorNeed",
src.getModifiedItemAttr("subsystemBonusGallenteOffensive2"), skill="Gallente Offensive Systems")