10 lines
212 B
Python
10 lines
212 B
Python
# shipArmorHpAC2
|
|
#
|
|
# Used by:
|
|
# Ship: Augoror Navy Issue
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr("armorHP", ship.getModifiedItemAttr("shipBonusAC2"), skill="Amarr Cruiser")
|