Files
pyfa/eos/effects/elitebonuslogisticremotearmorrepaircapneed2.py
2016-11-20 15:37:55 -05:00

12 lines
371 B
Python

# eliteBonusLogisticRemoteArmorRepairCapNeed2
#
# Used by:
# Ship: Guardian
# Ship: Rabisu
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Remote Armor Repair Systems"), "capacitorNeed",
src.getModifiedItemAttr("eliteBonusLogistics2"), skill="Logistics Cruisers")