Files
pyfa/eos/effects/elitebonusjumpfreighterhullhp1.py
2014-07-30 21:23:27 -04:00

7 lines
260 B
Python

# Used by:
# Ships from group: Jump Freighter (4 of 4)
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Jump Freighters").level
fit.ship.boostItemAttr("hp", ship.getModifiedItemAttr("eliteBonusJumpFreighter1") * level)