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:
FL-OZ
2020-05-30 17:50:27 -05:00
committed by GitHub
parent 99f001b8dd
commit d3257d6237
5 changed files with 28 additions and 22 deletions

View File

@@ -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

View File

@@ -6,6 +6,8 @@
- type: Drink
openSounds: bottleOpenSounds
- type: Solution
- type: Pourable
transferAmount: 5
- type: Sprite
state: icon
- type: Icon

View File

@@ -13,6 +13,10 @@
Quantity: 20
- type: Pourable
transferAmount: 5
- type: Sprite
state: icon
- type: Icon
state: icon
- type: entity
parent: DrinkCanBaseFull

View File

@@ -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

View File

@@ -11,5 +11,5 @@
DrinkPurpleCan: 10
DrinkSpaceMountainWindCan: 10
DrinkSpaceUpCan: 10
DrinkDrinkFoodContaineStarkistCan: 10
DrinkFoodContaineThirteenLokoCan: 10
DrinkStarkistCan: 10
DrinkThirteenLokoCan: 10