bitrunning_gimmick ![code/modules/bitrunning/objects/gimmick_disks/_gimmick_disk.dm 47](git.png)
The datum used by the gimmick loadout disk to determine what a loadout actually spawns.
Vars | |
container_item_type | The item type we will use as a container for our granted items, given to the avatar |
---|---|
granted_actions | The list of actions that this will grant |
granted_items | The list of items that this will grant |
name | Player readable name of the gimmick loadout |
prefix_container_name | Prefix our name onto the |
Procs | |
grant_loadout | Grants out loadout. |
Var Details
container_item_type ![code/modules/bitrunning/objects/gimmick_disks/_gimmick_disk.dm 55](git.png)
The item type we will use as a container for our granted items, given to the avatar
granted_actions ![code/modules/bitrunning/objects/gimmick_disks/_gimmick_disk.dm 51](git.png)
The list of actions that this will grant
granted_items ![code/modules/bitrunning/objects/gimmick_disks/_gimmick_disk.dm 53](git.png)
The list of items that this will grant
name ![code/modules/bitrunning/objects/gimmick_disks/_gimmick_disk.dm 49](git.png)
Player readable name of the gimmick loadout
prefix_container_name ![code/modules/bitrunning/objects/gimmick_disks/_gimmick_disk.dm 57](git.png)
Prefix our name onto the
Proc Details
grant_loadout
Grants out loadout.