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.
This commit is contained in:
Swept
2021-08-19 22:41:17 -07:00
committed by GitHub
parent dccaefeb8d
commit 113cb91411
10 changed files with 73 additions and 0 deletions

View File

@@ -32,6 +32,9 @@
name: space cola
description: A refreshing beverage.
components:
- type: Tag
tags:
- Cola
- type: SolutionContainer
- type: Sprite
sprite: Objects/Consumable/Drinks/cola.rsi
@@ -168,3 +171,38 @@
- type: Item
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

View File

@@ -70,6 +70,9 @@
- type: Tag
id: ConveyorAssembly
- type: Tag
id: Cola
- type: Tag
id: CombatKnife

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 B

View 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"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 B