11 lines
243 B
Python
11 lines
243 B
Python
# eliteBonusJumpFreighterArmorHP1
|
|
#
|
|
# Used by:
|
|
# Ship: Anshar
|
|
# Ship: Ark
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr("armorHP", ship.getModifiedItemAttr("eliteBonusJumpFreighter1"), skill="Jump Freighters")
|