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

11 lines
284 B
Python

# jumpDriveSkillsCapacitorNeedBonus
#
# Used by:
# Skill: Jump Drive Operation
type = "passive"
def handler(fit, skill, context):
fit.ship.boostItemAttr("jumpDriveCapacitorNeed",
skill.getModifiedItemAttr("jumpDriveCapacitorNeedBonus") * skill.level)