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

10 lines
235 B
Python

# jumpDriveSkillsRangeBonus
#
# Used by:
# Skill: Jump Drive Calibration
type = "passive"
def handler(fit, skill, context):
fit.ship.boostItemAttr("jumpDriveRange", skill.getModifiedItemAttr("jumpDriveRangeBonus") * skill.level)