11 lines
313 B
Python
11 lines
313 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")
|