11 lines
376 B
Python
11 lines
376 B
Python
# skillCapitalRemoteHullRepairSystemsCapNeedBonus
|
|
#
|
|
# Used by:
|
|
# Skill: Capital Remote Hull Repair Systems
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, skill, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Capital Remote Hull Repair Systems"),
|
|
"capacitorNeed", skill.getModifiedItemAttr("capNeedBonus") * skill.level)
|