8 lines
284 B
Python
8 lines
284 B
Python
# subsystemBonusAmarrDefensiveArmorHP
|
|
#
|
|
# Used by:
|
|
# Subsystem: Legion Defensive - Augmented Plating
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.ship.boostItemAttr("armorHP", module.getModifiedItemAttr("subsystemBonusAmarrDefensive"), skill="Amarr Defensive Systems")
|