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:
@@ -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
|
||||
|
||||
@@ -70,6 +70,9 @@
|
||||
- type: Tag
|
||||
id: ConveyorAssembly
|
||||
|
||||
- type: Tag
|
||||
id: Cola
|
||||
|
||||
- type: Tag
|
||||
id: CombatKnife
|
||||
|
||||
|
||||
Reference in New Issue
Block a user