Adds a 6pack of Cola (#4499)
* Adds a 6pack of Cola * Revert "Adds a 6pack of Cola" This reverts commit 99f024b94ab3c684ce62e28018bd0fe2f26a2e09. * Revert "Revert "Adds a 6pack of Cola"" This reverts commit 9e3d31e41c8ea61a962ad7d4d3c0ea7124e82653.
@@ -32,6 +32,9 @@
|
|||||||
name: space cola
|
name: space cola
|
||||||
description: A refreshing beverage.
|
description: A refreshing beverage.
|
||||||
components:
|
components:
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- Cola
|
||||||
- type: SolutionContainer
|
- type: SolutionContainer
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Consumable/Drinks/cola.rsi
|
sprite: Objects/Consumable/Drinks/cola.rsi
|
||||||
@@ -168,3 +171,38 @@
|
|||||||
|
|
||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Consumable/Drinks/energy_drink.rsi
|
sprite: Objects/Consumable/Drinks/energy_drink.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: DrinkCanPack
|
||||||
|
parent: BaseItem
|
||||||
|
name: 6pack
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
netsync: false
|
||||||
|
sprite: Objects/Misc/6pack.rsi
|
||||||
|
layers:
|
||||||
|
- state: plastic-thingy
|
||||||
|
- type: Item
|
||||||
|
size: 6
|
||||||
|
- type: Storage
|
||||||
|
capacity: 30
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- Cola
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: DrinkColaCan
|
||||||
|
amount: 6
|
||||||
|
- type: StorageCounter
|
||||||
|
countTag: Cola
|
||||||
|
- type: Appearance
|
||||||
|
visuals:
|
||||||
|
- type: StackVisualizer
|
||||||
|
composite: true
|
||||||
|
stackLayers:
|
||||||
|
- 6pack1
|
||||||
|
- 6pack2
|
||||||
|
- 6pack3
|
||||||
|
- 6pack4
|
||||||
|
- 6pack5
|
||||||
|
- 6pack6
|
||||||
|
|||||||
@@ -70,6 +70,9 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
id: ConveyorAssembly
|
id: ConveyorAssembly
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: Cola
|
||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: CombatKnife
|
id: CombatKnife
|
||||||
|
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Misc/6pack.rsi/6pack1.png
Normal file
|
After Width: | Height: | Size: 322 B |
BIN
Resources/Textures/Objects/Misc/6pack.rsi/6pack2.png
Normal file
|
After Width: | Height: | Size: 322 B |
BIN
Resources/Textures/Objects/Misc/6pack.rsi/6pack3.png
Normal file
|
After Width: | Height: | Size: 318 B |
BIN
Resources/Textures/Objects/Misc/6pack.rsi/6pack4.png
Normal file
|
After Width: | Height: | Size: 140 B |
BIN
Resources/Textures/Objects/Misc/6pack.rsi/6pack5.png
Normal file
|
After Width: | Height: | Size: 139 B |
BIN
Resources/Textures/Objects/Misc/6pack.rsi/6pack6.png
Normal file
|
After Width: | Height: | Size: 295 B |
32
Resources/Textures/Objects/Misc/6pack.rsi/meta.json
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432 and modified by Swept",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "6pack1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "6pack2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "6pack3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "6pack4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "6pack5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "6pack6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "plastic-thingy"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
BIN
Resources/Textures/Objects/Misc/6pack.rsi/plastic-thingy.png
Normal file
|
After Width: | Height: | Size: 199 B |