7 lines
433 B
Python
7 lines
433 B
Python
type = "passive"
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Leadership"), "power",
|
|
src.getModifiedItemAttr("subsystemCommandBurstFittingReduction"))
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Leadership"), "cpu",
|
|
src.getModifiedItemAttr("subsystemCommandBurstFittingReduction"))
|