Fixes/cleanup in drink yamls (#1040)
* Fixes/cleanup in drink yamls * fix refactoring fail * fix fucksie wucksies * maybe fix all the spacing issues? Co-authored-by: FL-OZ <anotherscuffed@gmail.com>
This commit is contained in:
@@ -17,25 +17,6 @@
|
||||
- type: Icon
|
||||
state: icon
|
||||
|
||||
# Transformable container - normal glass
|
||||
- type: entity
|
||||
name: Drinking glass
|
||||
parent: DrinkBase
|
||||
id: DrinkGlass
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Drinks/glass_clear.rsi
|
||||
- type: Icon
|
||||
sprite: Objects/Drinks/glass_clear.rsi
|
||||
- type: Solution
|
||||
fillingState: glass
|
||||
maxVol: 50
|
||||
caps: 16
|
||||
- type: Drink
|
||||
- type: Pourable
|
||||
transferAmount: 5
|
||||
- type: TransformableContainer
|
||||
|
||||
- type: entity
|
||||
parent: DrinkBase
|
||||
id: DrinkAleglass
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
- type: Drink
|
||||
openSounds: bottleOpenSounds
|
||||
- type: Solution
|
||||
- type: Pourable
|
||||
transferAmount: 5
|
||||
- type: Sprite
|
||||
state: icon
|
||||
- type: Icon
|
||||
|
||||
@@ -13,6 +13,10 @@
|
||||
Quantity: 20
|
||||
- type: Pourable
|
||||
transferAmount: 5
|
||||
- type: Sprite
|
||||
state: icon
|
||||
- type: Icon
|
||||
state: icon
|
||||
|
||||
- type: entity
|
||||
parent: DrinkCanBaseFull
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
- type: Pourable
|
||||
transferAmount: 5
|
||||
- type: Drink
|
||||
- type: Sound
|
||||
isOpen: true
|
||||
- type: Sprite
|
||||
state: icon
|
||||
- type: Icon
|
||||
@@ -237,3 +237,22 @@
|
||||
visuals:
|
||||
- type: DrinkFoodVisualizer2D
|
||||
steps: 4
|
||||
|
||||
# Transformable container - normal glass
|
||||
- type: entity
|
||||
name: Drinking glass
|
||||
parent: DrinkBaseCup
|
||||
id: DrinkGlass
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Drinks/glass_clear.rsi
|
||||
- type: Icon
|
||||
sprite: Objects/Drinks/glass_clear.rsi
|
||||
- type: Solution
|
||||
fillingState: glass
|
||||
maxVol: 50
|
||||
caps: 16
|
||||
- type: Drink
|
||||
- type: Pourable
|
||||
transferAmount: 5
|
||||
- type: TransformableContainer
|
||||
|
||||
@@ -11,5 +11,5 @@
|
||||
DrinkPurpleCan: 10
|
||||
DrinkSpaceMountainWindCan: 10
|
||||
DrinkSpaceUpCan: 10
|
||||
DrinkDrinkFoodContaineStarkistCan: 10
|
||||
DrinkFoodContaineThirteenLokoCan: 10
|
||||
DrinkStarkistCan: 10
|
||||
DrinkThirteenLokoCan: 10
|
||||
|
||||
Reference in New Issue
Block a user