augment_item 
Vars | |
| category | Category in which the augment belongs to. check "code__DEFINES~nova_defines\augment.dm" |
|---|---|
| ckey_whitelist | If set, it's a list containing ckeys which only can get the item |
| cost | How much quirky points does it cost? |
| description | Description of the loadout augment, automatically set by New() if null |
| extra_info | Any extra information to display in the hoverover tooltip |
| path | Typepath to the actual augment item |
| slot | Slot in which the augment belongs to - this is also the display name of its category. See "code__DEFINES~nova_defines\augment.dm" |
| species_blacklist | Which species IDs are forbidden from getting this augment |
| species_whitelist | The species IDs in this whitelist are the only ones which can get this augment |
Var Details
category 
Category in which the augment belongs to. check "code__DEFINES~nova_defines\augment.dm"
ckey_whitelist 
If set, it's a list containing ckeys which only can get the item
cost 
How much quirky points does it cost?
description 
Description of the loadout augment, automatically set by New() if null
extra_info 
Any extra information to display in the hoverover tooltip
path 
Typepath to the actual augment item
slot 
Slot in which the augment belongs to - this is also the display name of its category. See "code__DEFINES~nova_defines\augment.dm"
species_blacklist 
Which species IDs are forbidden from getting this augment
species_whitelist 
The species IDs in this whitelist are the only ones which can get this augment