food doesnt come with plate (#19472)
* no plates from eating cooked meat * no more plate * no plate sprite * already food * - * pro --------- Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -9,7 +9,6 @@
|
|||||||
flavors:
|
flavors:
|
||||||
- sweet
|
- sweet
|
||||||
- type: Food
|
- type: Food
|
||||||
trash: FoodPlate
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Consumable/Food/Baked/cake.rsi
|
sprite: Objects/Consumable/Food/Baked/cake.rsi
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
@@ -34,7 +33,6 @@
|
|||||||
flavors:
|
flavors:
|
||||||
- sweet
|
- sweet
|
||||||
- type: Food
|
- type: Food
|
||||||
trash: FoodPlateSmall
|
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
food:
|
food:
|
||||||
@@ -57,7 +55,6 @@
|
|||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
- state: plate
|
|
||||||
- state: plain
|
- state: plain
|
||||||
- state: alpha-filling
|
- state: alpha-filling
|
||||||
color: blue
|
color: blue
|
||||||
@@ -72,8 +69,6 @@
|
|||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
- state: plate-small
|
|
||||||
- state: plate-slice-shading
|
|
||||||
- state: plain-slice
|
- state: plain-slice
|
||||||
- state: alpha-slice-filling
|
- state: alpha-slice-filling
|
||||||
color: blue
|
color: blue
|
||||||
@@ -87,9 +82,7 @@
|
|||||||
description: A plain cake, not a lie.
|
description: A plain cake, not a lie.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: plain
|
||||||
- state: plate
|
|
||||||
- state: plain
|
|
||||||
- type: SliceableFood
|
- type: SliceableFood
|
||||||
slice: FoodCakePlainSlice
|
slice: FoodCakePlainSlice
|
||||||
|
|
||||||
@@ -101,10 +94,7 @@
|
|||||||
id: FoodCakePlainSlice
|
id: FoodCakePlainSlice
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: plain-slice
|
||||||
- state: plate-small
|
|
||||||
- state: plate-slice-shading
|
|
||||||
- state: plain-slice
|
|
||||||
# Tastes like sweetness, cake.
|
# Tastes like sweetness, cake.
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -114,9 +104,7 @@
|
|||||||
description: A favorite desert of a certain wascally wabbit.
|
description: A favorite desert of a certain wascally wabbit.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: carrot
|
||||||
- state: plate
|
|
||||||
- state: carrot
|
|
||||||
- type: SliceableFood
|
- type: SliceableFood
|
||||||
slice: FoodCakeCarrotSlice
|
slice: FoodCakeCarrotSlice
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
@@ -138,10 +126,7 @@
|
|||||||
description: Carrotty slice of carrot cake. Carrots are good for your eyes!
|
description: Carrotty slice of carrot cake. Carrots are good for your eyes!
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: carrot-slice
|
||||||
- state: plate-small
|
|
||||||
- state: plate-slice-shading
|
|
||||||
- state: carrot-slice
|
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
food:
|
food:
|
||||||
@@ -163,9 +148,7 @@
|
|||||||
description: A squishy cake-thing.
|
description: A squishy cake-thing.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: brain
|
||||||
- state: plate
|
|
||||||
- state: brain
|
|
||||||
- type: SliceableFood
|
- type: SliceableFood
|
||||||
slice: FoodCakeBrainSlice
|
slice: FoodCakeBrainSlice
|
||||||
|
|
||||||
@@ -177,10 +160,7 @@
|
|||||||
description: Lemme tell you something about prions. THEY'RE DELICIOUS.
|
description: Lemme tell you something about prions. THEY'RE DELICIOUS.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: brain-slice
|
||||||
- state: plate-small
|
|
||||||
- state: plate-slice-shading
|
|
||||||
- state: brain-slice
|
|
||||||
# Tastes like sweetness, cake, brains.
|
# Tastes like sweetness, cake, brains.
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -190,9 +170,7 @@
|
|||||||
description: DANGEROUSLY cheesy.
|
description: DANGEROUSLY cheesy.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: cheese
|
||||||
- state: plate
|
|
||||||
- state: cheese
|
|
||||||
- type: SliceableFood
|
- type: SliceableFood
|
||||||
slice: FoodCakeCheeseSlice
|
slice: FoodCakeCheeseSlice
|
||||||
|
|
||||||
@@ -203,10 +181,7 @@
|
|||||||
description: Slice of pure cheestisfaction.
|
description: Slice of pure cheestisfaction.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: cheese-slice
|
||||||
- state: plate-small
|
|
||||||
- state: plate-slice-shading
|
|
||||||
- state: cheese-slice
|
|
||||||
# Tastes like sweetness, cream cheese.
|
# Tastes like sweetness, cream cheese.
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -216,9 +191,7 @@
|
|||||||
description: A cake with added orange.
|
description: A cake with added orange.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: orange
|
||||||
- state: plate
|
|
||||||
- state: orange
|
|
||||||
- type: SliceableFood
|
- type: SliceableFood
|
||||||
slice: FoodCakeOrangeSlice
|
slice: FoodCakeOrangeSlice
|
||||||
|
|
||||||
@@ -228,10 +201,7 @@
|
|||||||
id: FoodCakeOrangeSlice
|
id: FoodCakeOrangeSlice
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: orange-slice
|
||||||
- state: plate-small
|
|
||||||
- state: plate-slice-shading
|
|
||||||
- state: orange-slice
|
|
||||||
# Tastes like sweetness, cake, oranges.
|
# Tastes like sweetness, cake, oranges.
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -241,9 +211,7 @@
|
|||||||
description: A cake with added lime.
|
description: A cake with added lime.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: lime
|
||||||
- state: plate
|
|
||||||
- state: lime
|
|
||||||
- type: SliceableFood
|
- type: SliceableFood
|
||||||
slice: FoodCakeLimeSlice
|
slice: FoodCakeLimeSlice
|
||||||
|
|
||||||
@@ -253,10 +221,7 @@
|
|||||||
id: FoodCakeLimeSlice
|
id: FoodCakeLimeSlice
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: lime-slice
|
||||||
- state: plate-small
|
|
||||||
- state: plate-slice-shading
|
|
||||||
- state: lime-slice
|
|
||||||
# Tastes like sweetness, cake, limes.
|
# Tastes like sweetness, cake, limes.
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -266,9 +231,7 @@
|
|||||||
description: A cake with added lemon.
|
description: A cake with added lemon.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: lemon
|
||||||
- state: plate
|
|
||||||
- state: lemon
|
|
||||||
- type: SliceableFood
|
- type: SliceableFood
|
||||||
slice: FoodCakeLemonSlice
|
slice: FoodCakeLemonSlice
|
||||||
|
|
||||||
@@ -278,10 +241,7 @@
|
|||||||
id: FoodCakeLemonSlice
|
id: FoodCakeLemonSlice
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: lemon-slice
|
||||||
- state: plate-small
|
|
||||||
- state: plate-slice-shading
|
|
||||||
- state: lemon-slice
|
|
||||||
# Tastes like sweetness, cake, lemons.
|
# Tastes like sweetness, cake, lemons.
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -291,9 +251,7 @@
|
|||||||
description: A cake with added chocolate.
|
description: A cake with added chocolate.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: chocolate
|
||||||
- state: plate
|
|
||||||
- state: chocolate
|
|
||||||
- type: SliceableFood
|
- type: SliceableFood
|
||||||
slice: FoodCakeChocolateSlice
|
slice: FoodCakeChocolateSlice
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
@@ -314,9 +272,7 @@
|
|||||||
id: FoodCakeChocolateSlice
|
id: FoodCakeChocolateSlice
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: chocolate-slice
|
||||||
- state: plate-small
|
|
||||||
- state: chocolate-slice
|
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
food:
|
food:
|
||||||
@@ -336,12 +292,8 @@
|
|||||||
id: FoodCakeApple
|
id: FoodCakeApple
|
||||||
description: A cake centred with apple.
|
description: A cake centred with apple.
|
||||||
components:
|
components:
|
||||||
- type: Food
|
|
||||||
trash: FoodPlate
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: apple
|
||||||
- state: plate
|
|
||||||
- state: apple
|
|
||||||
- type: SliceableFood
|
- type: SliceableFood
|
||||||
slice: FoodCakeAppleSlice
|
slice: FoodCakeAppleSlice
|
||||||
|
|
||||||
@@ -351,13 +303,8 @@
|
|||||||
id: FoodCakeAppleSlice
|
id: FoodCakeAppleSlice
|
||||||
description: A slice of heavenly cake.
|
description: A slice of heavenly cake.
|
||||||
components:
|
components:
|
||||||
- type: Food
|
|
||||||
trash: FoodPlateSmall
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: apple-slice
|
||||||
- state: plate-small
|
|
||||||
- state: plate-slice-shading
|
|
||||||
- state: apple-slice
|
|
||||||
# Tastes like sweetness, cake, slime.
|
# Tastes like sweetness, cake, slime.
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -366,12 +313,8 @@
|
|||||||
id: FoodCakeSlime
|
id: FoodCakeSlime
|
||||||
description: A cake made of slimes. Probably not electrified.
|
description: A cake made of slimes. Probably not electrified.
|
||||||
components:
|
components:
|
||||||
- type: Food
|
|
||||||
trash: FoodPlate
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: slime
|
||||||
- state: plate
|
|
||||||
- state: slime
|
|
||||||
- type: SliceableFood
|
- type: SliceableFood
|
||||||
slice: FoodCakeSlimeSlice
|
slice: FoodCakeSlimeSlice
|
||||||
|
|
||||||
@@ -381,13 +324,8 @@
|
|||||||
id: FoodCakeSlimeSlice
|
id: FoodCakeSlimeSlice
|
||||||
description: A slice of slime cake.
|
description: A slice of slime cake.
|
||||||
components:
|
components:
|
||||||
- type: Food
|
|
||||||
trash: FoodPlateSmall
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: slime-slice
|
||||||
- state: plate-small
|
|
||||||
- state: plate-slice-shading
|
|
||||||
- state: slime-slice
|
|
||||||
# Tastes like sweetness, cake, slime.
|
# Tastes like sweetness, cake, slime.
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -396,12 +334,8 @@
|
|||||||
id: FoodCakePumpkin
|
id: FoodCakePumpkin
|
||||||
description: A hollow cake with real pumpkin.
|
description: A hollow cake with real pumpkin.
|
||||||
components:
|
components:
|
||||||
- type: Food
|
|
||||||
trash: FoodPlate
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: pumpkinspice
|
||||||
- state: plate
|
|
||||||
- state: pumpkinspice
|
|
||||||
- type: SliceableFood
|
- type: SliceableFood
|
||||||
slice: FoodCakePumpkinSlice
|
slice: FoodCakePumpkinSlice
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
@@ -420,13 +354,8 @@
|
|||||||
id: FoodCakePumpkinSlice
|
id: FoodCakePumpkinSlice
|
||||||
description: A spicy slice of pumpkin goodness.
|
description: A spicy slice of pumpkin goodness.
|
||||||
components:
|
components:
|
||||||
- type: Food
|
|
||||||
trash: FoodPlateSmall
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: pumpkinspice-slice
|
||||||
- state: plate-small
|
|
||||||
- state: plate-slice-shading
|
|
||||||
- state: pumpkinspice-slice
|
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
food:
|
food:
|
||||||
@@ -444,12 +373,8 @@
|
|||||||
id: FoodCakeChristmas
|
id: FoodCakeChristmas
|
||||||
description: A cake made of christmas.
|
description: A cake made of christmas.
|
||||||
components:
|
components:
|
||||||
- type: Food
|
|
||||||
trash: FoodPlate
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: christmas
|
||||||
- state: plate
|
|
||||||
- state: christmas
|
|
||||||
- type: SliceableFood
|
- type: SliceableFood
|
||||||
slice: FoodCakeChristmasSlice
|
slice: FoodCakeChristmasSlice
|
||||||
|
|
||||||
@@ -458,13 +383,8 @@
|
|||||||
parent: FoodCakeSliceBase
|
parent: FoodCakeSliceBase
|
||||||
id: FoodCakeChristmasSlice
|
id: FoodCakeChristmasSlice
|
||||||
components:
|
components:
|
||||||
- type: Food
|
|
||||||
trash: FoodPlateSmall
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: christmas-slice
|
||||||
- state: plate-small
|
|
||||||
- state: plate-slice-shading
|
|
||||||
- state: christmas-slice
|
|
||||||
# Tastes like sweetness, cake, christmas.
|
# Tastes like sweetness, cake, christmas.
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -473,12 +393,8 @@
|
|||||||
id: FoodCakeBirthday
|
id: FoodCakeBirthday
|
||||||
description: Happy Birthday little clown...
|
description: Happy Birthday little clown...
|
||||||
components:
|
components:
|
||||||
- type: Food
|
|
||||||
trash: FoodPlatePlastic
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: birthday
|
||||||
- state: plate-plastic
|
|
||||||
- state: birthday
|
|
||||||
- type: SliceableFood
|
- type: SliceableFood
|
||||||
slice: FoodCakeBirthdaySlice
|
slice: FoodCakeBirthdaySlice
|
||||||
|
|
||||||
@@ -488,12 +404,8 @@
|
|||||||
id: FoodCakeBirthdaySlice
|
id: FoodCakeBirthdaySlice
|
||||||
description: A slice of your birthday.
|
description: A slice of your birthday.
|
||||||
components:
|
components:
|
||||||
- type: Food
|
|
||||||
trash: FoodPlateSmallPlastic
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: birthday-slice
|
||||||
- state: plate-small-plastic
|
|
||||||
- state: birthday-slice
|
|
||||||
# Tastes like sweetness, cake, christmas.
|
# Tastes like sweetness, cake, christmas.
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -502,12 +414,8 @@
|
|||||||
id: FoodCakeVanilla
|
id: FoodCakeVanilla
|
||||||
description: A vanilla frosted cake.
|
description: A vanilla frosted cake.
|
||||||
components:
|
components:
|
||||||
- type: Food
|
|
||||||
trash: FoodPlate
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: vanilla
|
||||||
- state: plate
|
|
||||||
- state: vanilla
|
|
||||||
- type: SliceableFood
|
- type: SliceableFood
|
||||||
slice: FoodCakeVanillaSlice
|
slice: FoodCakeVanillaSlice
|
||||||
- type: SolutionContainerManager #TODO Sprinkles
|
- type: SolutionContainerManager #TODO Sprinkles
|
||||||
@@ -528,13 +436,8 @@
|
|||||||
id: FoodCakeVanillaSlice
|
id: FoodCakeVanillaSlice
|
||||||
description: A slice of vanilla frosted cake.
|
description: A slice of vanilla frosted cake.
|
||||||
components:
|
components:
|
||||||
- type: Food
|
|
||||||
trash: FoodPlateSmall
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: vanilla-slice
|
||||||
- state: plate-small
|
|
||||||
- state: plate-slice-shading
|
|
||||||
- state: vanilla-slice
|
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
food:
|
food:
|
||||||
@@ -554,12 +457,8 @@
|
|||||||
id: FoodCakeClown
|
id: FoodCakeClown
|
||||||
description: A funny cake with a clown face on it.
|
description: A funny cake with a clown face on it.
|
||||||
components:
|
components:
|
||||||
- type: Food
|
|
||||||
trash: FoodPlate
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: clown
|
||||||
- state: plate
|
|
||||||
- state: clown
|
|
||||||
- type: SliceableFood
|
- type: SliceableFood
|
||||||
slice: FoodCakeClownSlice
|
slice: FoodCakeClownSlice
|
||||||
- type: SolutionContainerManager #TODO Sprinkles
|
- type: SolutionContainerManager #TODO Sprinkles
|
||||||
@@ -580,13 +479,8 @@
|
|||||||
id: FoodCakeClownSlice
|
id: FoodCakeClownSlice
|
||||||
description: A slice of bad jokes, and silly props.
|
description: A slice of bad jokes, and silly props.
|
||||||
components:
|
components:
|
||||||
- type: Food
|
|
||||||
trash: FoodPlateSmall
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: clown-slice
|
||||||
- state: plate-small
|
|
||||||
- state: plate-slice-shading
|
|
||||||
- state: clown-slice
|
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
food:
|
food:
|
||||||
@@ -606,12 +500,8 @@
|
|||||||
id: FoodCakeSpaceman
|
id: FoodCakeSpaceman
|
||||||
description: A spaceman's trumpet frosted cake.
|
description: A spaceman's trumpet frosted cake.
|
||||||
components:
|
components:
|
||||||
- type: Food
|
|
||||||
trash: FoodPlate
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: trumpet
|
||||||
- state: plate
|
|
||||||
- state: trumpet
|
|
||||||
- type: SliceableFood
|
- type: SliceableFood
|
||||||
slice: FoodCakeSpacemanSlice
|
slice: FoodCakeSpacemanSlice
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
@@ -632,13 +522,8 @@
|
|||||||
id: FoodCakeSpacemanSlice
|
id: FoodCakeSpacemanSlice
|
||||||
description: A spaceman's trumpet frosted cake.
|
description: A spaceman's trumpet frosted cake.
|
||||||
components:
|
components:
|
||||||
- type: Food
|
|
||||||
trash: FoodPlateSmall
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: trumpet-slice
|
||||||
- state: plate-small
|
|
||||||
- state: plate-slice-shading
|
|
||||||
- state: trumpet-slice
|
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
food:
|
food:
|
||||||
@@ -663,9 +548,7 @@
|
|||||||
description: Extremely dense and powerful food.
|
description: Extremely dense and powerful food.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: suppermatter
|
||||||
- state: plate
|
|
||||||
- state: suppermatter
|
|
||||||
- type: SliceableFood
|
- type: SliceableFood
|
||||||
slice: FoodCakeSuppermatterSlice
|
slice: FoodCakeSuppermatterSlice
|
||||||
TotalCount: 8
|
TotalCount: 8
|
||||||
@@ -678,7 +561,6 @@
|
|||||||
Quantity: 48
|
Quantity: 48
|
||||||
- type: Food
|
- type: Food
|
||||||
transferAmount: 12
|
transferAmount: 12
|
||||||
trash: FoodPlate
|
|
||||||
- type: Item
|
- type: Item
|
||||||
size: 40
|
size: 40
|
||||||
- type: PointLight
|
- type: PointLight
|
||||||
@@ -693,8 +575,7 @@
|
|||||||
description: A single portion of power.
|
description: A single portion of power.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: suppermatter-shard
|
||||||
- state: suppermatter-shard
|
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
food:
|
food:
|
||||||
|
|||||||
@@ -199,8 +199,6 @@
|
|||||||
id: FoodBakedPancake
|
id: FoodBakedPancake
|
||||||
description: A fluffy pancake. The softer, superior relative of the waffle.
|
description: A fluffy pancake. The softer, superior relative of the waffle.
|
||||||
components:
|
components:
|
||||||
# - type: Food
|
|
||||||
# trash: FoodPlateSmall
|
|
||||||
- type: Stack
|
- type: Stack
|
||||||
stackType: Pancake
|
stackType: Pancake
|
||||||
count: 1
|
count: 1
|
||||||
@@ -256,8 +254,6 @@
|
|||||||
id: FoodBakedPancakeBb
|
id: FoodBakedPancakeBb
|
||||||
description: A fluffy and delicious blueberry pancake.
|
description: A fluffy and delicious blueberry pancake.
|
||||||
components:
|
components:
|
||||||
# - type: Food
|
|
||||||
# trash: FoodPlateSmall
|
|
||||||
- type: Stack
|
- type: Stack
|
||||||
stackType: Pancake
|
stackType: Pancake
|
||||||
count: 1
|
count: 1
|
||||||
@@ -289,8 +285,6 @@
|
|||||||
id: FoodBakedPancakeCc
|
id: FoodBakedPancakeCc
|
||||||
description: A fluffy and delicious chocolate chip pancake.
|
description: A fluffy and delicious chocolate chip pancake.
|
||||||
components:
|
components:
|
||||||
# - type: Food
|
|
||||||
# trash: FoodPlateSmall
|
|
||||||
- type: Stack
|
- type: Stack
|
||||||
stackType: Pancake
|
stackType: Pancake
|
||||||
count: 1
|
count: 1
|
||||||
|
|||||||
@@ -8,8 +8,6 @@
|
|||||||
- type: FlavorProfile
|
- type: FlavorProfile
|
||||||
flavors:
|
flavors:
|
||||||
- sweet
|
- sweet
|
||||||
- type: Food
|
|
||||||
trash: FoodPlateTin
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Consumable/Food/Baked/pie.rsi
|
sprite: Objects/Consumable/Food/Baked/pie.rsi
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
@@ -36,8 +34,6 @@
|
|||||||
- type: FlavorProfile
|
- type: FlavorProfile
|
||||||
flavors:
|
flavors:
|
||||||
- sweet
|
- sweet
|
||||||
- type: Food
|
|
||||||
trash: FoodPlateSmall
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Consumable/Food/Baked/pie.rsi
|
sprite: Objects/Consumable/Food/Baked/pie.rsi
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
@@ -80,8 +76,6 @@
|
|||||||
- apple
|
- apple
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
- state: plate-small
|
|
||||||
- state: plate-slice-shading
|
|
||||||
- state: plain-slice
|
- state: plain-slice
|
||||||
- state: alpha-slice-filling
|
- state: alpha-slice-filling
|
||||||
color: orange
|
color: orange
|
||||||
@@ -115,9 +109,7 @@
|
|||||||
- sweet
|
- sweet
|
||||||
- nutty
|
- nutty
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: baklava-slice
|
||||||
- state: plate-small
|
|
||||||
- state: baklava-slice
|
|
||||||
# Tastes like pie, nuts.
|
# Tastes like pie, nuts.
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -131,6 +123,8 @@
|
|||||||
- sweet
|
- sweet
|
||||||
- banana
|
- banana
|
||||||
- creamy
|
- creamy
|
||||||
|
- type: Food
|
||||||
|
trash: FoodPlateTin
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
- state: tin
|
- state: tin
|
||||||
@@ -180,8 +174,6 @@
|
|||||||
- sweet
|
- sweet
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
- state: plate-small
|
|
||||||
- state: plate-slice-shading
|
|
||||||
- state: plain-slice
|
- state: plain-slice
|
||||||
- state: alpha-slice-filling
|
- state: alpha-slice-filling
|
||||||
color: pink
|
color: pink
|
||||||
@@ -213,8 +205,6 @@
|
|||||||
- sweet
|
- sweet
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
- state: plate-small
|
|
||||||
- state: plate-slice-shading
|
|
||||||
- state: plain-slice
|
- state: plain-slice
|
||||||
- state: alpha-slice-filling
|
- state: alpha-slice-filling
|
||||||
color: red
|
color: red
|
||||||
@@ -246,8 +236,6 @@
|
|||||||
- meaty
|
- meaty
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
- state: plate-small
|
|
||||||
- state: plate-slice-shading
|
|
||||||
- state: plain-slice
|
- state: plain-slice
|
||||||
- state: alpha-slice-filling
|
- state: alpha-slice-filling
|
||||||
color: brown
|
color: brown
|
||||||
@@ -280,8 +268,6 @@
|
|||||||
- acid
|
- acid
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
- state: plate-small
|
|
||||||
- state: plate-slice-shading
|
|
||||||
- state: plain-slice
|
- state: plain-slice
|
||||||
- state: alpha-slice-filling
|
- state: alpha-slice-filling
|
||||||
color: green
|
color: green
|
||||||
@@ -313,8 +299,6 @@
|
|||||||
- cold
|
- cold
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
- state: plate-small
|
|
||||||
- state: plate-slice-shading
|
|
||||||
- state: plain-slice
|
- state: plain-slice
|
||||||
- state: alpha-slice-filling
|
- state: alpha-slice-filling
|
||||||
color: blue
|
color: blue
|
||||||
@@ -332,9 +316,7 @@
|
|||||||
flavors:
|
flavors:
|
||||||
- mushroom
|
- mushroom
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: amanita
|
||||||
- state: plate
|
|
||||||
- state: amanita
|
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
food:
|
food:
|
||||||
@@ -358,9 +340,7 @@
|
|||||||
flavors:
|
flavors:
|
||||||
- mushroom
|
- mushroom
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: plump
|
||||||
- state: plate
|
|
||||||
- state: plump
|
|
||||||
# Tastes like pie, mushrooms.
|
# Tastes like pie, mushrooms.
|
||||||
|
|
||||||
# Tart
|
# Tart
|
||||||
@@ -374,12 +354,8 @@
|
|||||||
- type: FlavorProfile
|
- type: FlavorProfile
|
||||||
flavors:
|
flavors:
|
||||||
- sweet
|
- sweet
|
||||||
- type: Food
|
|
||||||
trash: FoodPlateSmall
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: grape
|
||||||
- state: plate-tart
|
|
||||||
- state: grape
|
|
||||||
# Tastes like tart, grape.
|
# Tastes like tart, grape.
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -391,12 +367,8 @@
|
|||||||
- type: FlavorProfile
|
- type: FlavorProfile
|
||||||
flavors:
|
flavors:
|
||||||
- nothing
|
- nothing
|
||||||
- type: Food
|
|
||||||
trash: FoodPlateSmall
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: mime
|
||||||
- state: plate-tart
|
|
||||||
- state: mime
|
|
||||||
# Tastes like nothing.
|
# Tastes like nothing.
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -408,12 +380,8 @@
|
|||||||
- type: FlavorProfile
|
- type: FlavorProfile
|
||||||
flavors:
|
flavors:
|
||||||
- apple
|
- apple
|
||||||
- type: Food
|
|
||||||
trash: FoodPlateSmall
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: gapple
|
||||||
- state: plate-tart
|
|
||||||
- state: gapple
|
|
||||||
# Tastes like tart, apple, expensive metal.
|
# Tastes like tart, apple, expensive metal.
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -425,12 +393,8 @@
|
|||||||
- type: FlavorProfile
|
- type: FlavorProfile
|
||||||
flavors:
|
flavors:
|
||||||
- chocolate
|
- chocolate
|
||||||
- type: Food
|
|
||||||
trash: FoodPlateSmall
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: cocolava
|
||||||
- state: plate-tart
|
|
||||||
- state: cocolava
|
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
food:
|
food:
|
||||||
|
|||||||
@@ -608,8 +608,6 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- Cooked
|
- Cooked
|
||||||
- type: Food
|
|
||||||
trash: FoodPlateSmall
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
- state: plain-cooked
|
- state: plain-cooked
|
||||||
@@ -637,7 +635,6 @@
|
|||||||
- type: Food
|
- type: Food
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
- state: plate-meat
|
|
||||||
- state: bacon-cooked
|
- state: bacon-cooked
|
||||||
map: [ "enum.DamageStateVisualLayers.Base" ]
|
map: [ "enum.DamageStateVisualLayers.Base" ]
|
||||||
- type: RandomSprite
|
- type: RandomSprite
|
||||||
@@ -739,8 +736,6 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- Cooked
|
- Cooked
|
||||||
- type: Food
|
|
||||||
trash: FoodPlateSmall
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
- state: chicken-fried
|
- state: chicken-fried
|
||||||
|
|||||||
@@ -6,8 +6,6 @@
|
|||||||
abstract: true
|
abstract: true
|
||||||
description: Now that's a nice pasta!
|
description: Now that's a nice pasta!
|
||||||
components:
|
components:
|
||||||
- type: Food
|
|
||||||
trash: FoodPlate
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Consumable/Food/noodles.rsi
|
sprite: Objects/Consumable/Food/noodles.rsi
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
@@ -30,9 +28,7 @@
|
|||||||
flavors:
|
flavors:
|
||||||
- pasta
|
- pasta
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: boiled
|
||||||
- state: plate
|
|
||||||
- state: boiled
|
|
||||||
# Tastes like pasta.
|
# Tastes like pasta.
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -46,9 +42,7 @@
|
|||||||
- pasta
|
- pasta
|
||||||
- tomato
|
- tomato
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: tomato
|
||||||
- state: plate
|
|
||||||
- state: tomato
|
|
||||||
# Tastes like pasta, tomato.
|
# Tastes like pasta, tomato.
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -84,9 +78,7 @@
|
|||||||
- pasta
|
- pasta
|
||||||
- meaty
|
- meaty
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: meatball
|
||||||
- state: plate
|
|
||||||
- state: meatball
|
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
food:
|
food:
|
||||||
@@ -109,9 +101,7 @@
|
|||||||
- pasta
|
- pasta
|
||||||
- meaty
|
- meaty
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: spesslaw
|
||||||
- state: plate
|
|
||||||
- state: spesslaw
|
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
food:
|
food:
|
||||||
@@ -136,9 +126,7 @@
|
|||||||
- eggplant
|
- eggplant
|
||||||
- carrot
|
- carrot
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: chowmein
|
||||||
- state: plate
|
|
||||||
- state: chowmein
|
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
food:
|
food:
|
||||||
@@ -161,9 +149,7 @@
|
|||||||
- pasta
|
- pasta
|
||||||
- butter
|
- butter
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
state: butter
|
||||||
- state: plate
|
|
||||||
- state: butter
|
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
food:
|
food:
|
||||||
|
|||||||
@@ -568,7 +568,6 @@
|
|||||||
Flour: 15
|
Flour: 15
|
||||||
Egg: 6
|
Egg: 6
|
||||||
solids:
|
solids:
|
||||||
FoodPlate: 1
|
|
||||||
FoodButter: 1
|
FoodButter: 1
|
||||||
|
|
||||||
- type: microwaveMealRecipe
|
- type: microwaveMealRecipe
|
||||||
@@ -1639,4 +1638,4 @@
|
|||||||
result: FoodSpaceshroomCooked
|
result: FoodSpaceshroomCooked
|
||||||
time: 5
|
time: 5
|
||||||
solids:
|
solids:
|
||||||
FoodSpaceshroom: 1
|
FoodSpaceshroom: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user