/tg/ Station 13 - Modules - TypesVar Details

armor_plate

Vars

amountThe current number of upgrades applied to the parent via this component.
armor_modTHe armor datum path for our upgrade values. This value is added per upgrade item applied
have_upgradedTracks whether or not we've received an upgrade or not.
maxamountThe maximum number of upgarde items that can be applied. Once var/amount reaches this value, no more upgrades can be applied
upgrade_itemTHe path for our upgrade item. Each one is expended to improve the parent's armor values.
upgrade_nameThe name of the upgrade item.
upgrade_prefixAdds a prefix to the item, demonstrating that it is upgraded in some way.

Var Details

amount

The current number of upgrades applied to the parent via this component.

armor_mod

THe armor datum path for our upgrade values. This value is added per upgrade item applied

have_upgraded

Tracks whether or not we've received an upgrade or not.

maxamount

The maximum number of upgarde items that can be applied. Once var/amount reaches this value, no more upgrades can be applied

upgrade_item

THe path for our upgrade item. Each one is expended to improve the parent's armor values.

upgrade_name

The name of the upgrade item.

upgrade_prefix

Adds a prefix to the item, demonstrating that it is upgraded in some way.