11 lines
284 B
Python
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)
|