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

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)