Files
pyfa/eos/effects/skillremotehullrepairsystemscapneedbonus.py

9 lines
352 B
Python

# 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)