9 lines
411 B
Python
9 lines
411 B
Python
# subSystemBonusAmarrDefensiveInformationWarfare
|
|
#
|
|
# Used by:
|
|
# Subsystem: Legion Defensive - Warfare Processor
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Information Warfare Specialist"),
|
|
"commandBonus", module.getModifiedItemAttr("subsystemBonusAmarrDefensive"), skill="Amarr Defensive Systems")
|