6 lines
217 B
Python
Executable File
6 lines
217 B
Python
Executable File
# Used by:
|
|
# Skill: Jump Drive Operation
|
|
type = "passive"
|
|
def handler(fit, skill, context):
|
|
fit.ship.boostItemAttr("jumpDriveCapacitorNeed", skill.getModifiedItemAttr("jumpDriveCapacitorNeedBonus") * skill.level)
|