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

10 lines
245 B
Python

# cloneVatMaxJumpCloneBonusSkillNew
#
# Used by:
# Skill: Cloning Facility Operation
type = "passive"
def handler(fit, skill, context):
fit.ship.boostItemAttr("maxJumpClones", skill.getModifiedItemAttr("maxJumpClonesBonus") * skill.level)