armor_plate
Vars | |
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. |
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.