Files
pyfa/eos/effects/subsystembonusamarrdefensiveinformationwarfare.py
2013-08-24 01:03:20 +04:00

8 lines
403 B
Python

# Used by:
# Subsystem: Legion Defensive - Warfare Processor
type = "passive"
def handler(fit, module, context):
level = fit.character.getSkill("Amarr Defensive Systems").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Information Warfare Specialist"),
"commandBonus", module.getModifiedItemAttr("subsystemBonusAmarrDefensive") * level)