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