Files
pyfa/eos/effects/elitebonusjumpfreighterarmorhp1.py
2014-05-31 22:13:59 +04:00

8 lines
248 B
Python
Executable File

# Used by:
# Ship: Anshar
# Ship: Ark
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Jump Freighters").level
fit.ship.boostItemAttr("armorHP", ship.getModifiedItemAttr("eliteBonusJumpFreighter1") * level)