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
|
- type: Icon
|
||||||
state: 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
|
- type: entity
|
||||||
parent: DrinkBase
|
parent: DrinkBase
|
||||||
id: DrinkAleglass
|
id: DrinkAleglass
|
||||||
|
|||||||
@@ -6,6 +6,8 @@
|
|||||||
- type: Drink
|
- type: Drink
|
||||||
openSounds: bottleOpenSounds
|
openSounds: bottleOpenSounds
|
||||||
- type: Solution
|
- type: Solution
|
||||||
|
- type: Pourable
|
||||||
|
transferAmount: 5
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: icon
|
state: icon
|
||||||
- type: Icon
|
- type: Icon
|
||||||
|
|||||||
@@ -13,6 +13,10 @@
|
|||||||
Quantity: 20
|
Quantity: 20
|
||||||
- type: Pourable
|
- type: Pourable
|
||||||
transferAmount: 5
|
transferAmount: 5
|
||||||
|
- type: Sprite
|
||||||
|
state: icon
|
||||||
|
- type: Icon
|
||||||
|
state: icon
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: DrinkCanBaseFull
|
parent: DrinkCanBaseFull
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
- type: Pourable
|
- type: Pourable
|
||||||
transferAmount: 5
|
transferAmount: 5
|
||||||
- type: Drink
|
- type: Drink
|
||||||
- type: Sound
|
isOpen: true
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: icon
|
state: icon
|
||||||
- type: Icon
|
- type: Icon
|
||||||
@@ -237,3 +237,22 @@
|
|||||||
visuals:
|
visuals:
|
||||||
- type: DrinkFoodVisualizer2D
|
- type: DrinkFoodVisualizer2D
|
||||||
steps: 4
|
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
|
DrinkPurpleCan: 10
|
||||||
DrinkSpaceMountainWindCan: 10
|
DrinkSpaceMountainWindCan: 10
|
||||||
DrinkSpaceUpCan: 10
|
DrinkSpaceUpCan: 10
|
||||||
DrinkDrinkFoodContaineStarkistCan: 10
|
DrinkStarkistCan: 10
|
||||||
DrinkFoodContaineThirteenLokoCan: 10
|
DrinkThirteenLokoCan: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user