# skillRemoteHullRepairSystemsCapNeedBonus # # Used by: # Skill: Remote Hull Repair Systems type = "passive" def handler(fit, skill, context): fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Remote Hull Repair Systems"), "capacitorNeed", skill.getModifiedItemAttr("capNeedBonus") * skill.level)