8 lines
269 B
Python
8 lines
269 B
Python
# eliteBonusCommandShipArmorHP1
|
|
#
|
|
# Used by:
|
|
# Ship: Damnation
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Command Ships").level
|
|
fit.ship.boostItemAttr("armorHP", ship.getModifiedItemAttr("eliteBonusCommandShips1") * level) |