9 lines
406 B
Python
9 lines
406 B
Python
# subSystemBonusMinmatarDefensiveSiegeWarfare
|
|
#
|
|
# Used by:
|
|
# Subsystem: Loki Defensive - Warfare Processor
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Siege Warfare Specialist"),
|
|
"commandBonus", module.getModifiedItemAttr("subsystemBonusMinmatarDefensive"), skill="Minmatar Defensive Systems")
|