Files
pyfa/eos/effects/armorallrepairsystemsamountbonuspassive.py
2014-07-30 21:23:27 -04:00

7 lines
360 B
Python

# Used by:
# Implants named like: Exile Booster (4 of 4)
type = "passive"
def handler(fit, booster, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Repair Systems") or mod.item.requiresSkill("Capital Repair Systems"),
"armorDamageAmount", booster.getModifiedItemAttr("armorDamageAmountBonus"))