5 lines
202 B
Python
Executable File
5 lines
202 B
Python
Executable File
# Used by:
|
|
# Skill: Jump Drive Calibration
|
|
type = "passive"
|
|
def handler(fit, skill, context):
|
|
fit.ship.boostItemAttr("jumpDriveRange", skill.getModifiedItemAttr("jumpDriveRangeBonus") * skill.level) |