Files
pyfa/eos/effects/armorallrepairsystemsamountbonuspassive.py
2014-03-15 17:33:45 +04:00

7 lines
360 B
Python
Executable File

# 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"))