Files
pyfa/eos/effects/effect2977.py
2019-03-16 14:08:20 -04:00

11 lines
353 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)