Files
pyfa/eos/effects/subsystembonusamarrdefensive2remotearmorrepairamount.py
2017-06-25 00:18:06 -04:00

10 lines
379 B
Python

# Not used by any item
type = "passive"
runTime = "early"
def handler(fit, module, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Remote Armor Repair Systems"),
"armorDamageAmount", module.getModifiedItemAttr("subsystemBonusAmarrDefensive2"),
skill="Amarr Defensive Systems")