Pancakes Fix (#31123)
* Edited blueberry pancake textures to seem more blueberry-stained * Added new blueberry pancake sprites to allow stacking up to 9 * Added more sprites for chocolate pancakes so they can stack up to 9 * Fixed up the blueberry pancake sprites to be more consistent * Updated the stack components of blueberry and chocolate pancakes in the yml prototype file. * Updates the stack size in the consumable stacks yaml file. * Added the new pancake sprites to the sprite meta json file. * Removed an unnecessary space from the baked food YAML file * Updated branch and fully resolved merge conflict * Decreased the copy-pastiness of some of the blueberry sprites to make them less repetitive * Diversified the textures some more for good measure. * Fixed some missing rims around the pancakes because I'm bored
This commit is contained in:
@@ -267,6 +267,12 @@
|
||||
- pancakesbb1
|
||||
- pancakesbb2
|
||||
- pancakesbb3
|
||||
- pancakesbb4
|
||||
- pancakesbb5
|
||||
- pancakesbb6
|
||||
- pancakesbb7
|
||||
- pancakesbb8
|
||||
- pancakesbb9
|
||||
- type: Sprite
|
||||
state: pancakesbb1
|
||||
layers:
|
||||
@@ -279,6 +285,24 @@
|
||||
- state: pancakesbb3
|
||||
map: ["pancakesbb3"]
|
||||
visible: false
|
||||
- state: pancakesbb4
|
||||
map: ["pancakesbb4"]
|
||||
visible: false
|
||||
- state: pancakesbb5
|
||||
map: ["pancakesbb5"]
|
||||
visible: false
|
||||
- state: pancakesbb6
|
||||
map: ["pancakesbb6"]
|
||||
visible: false
|
||||
- state: pancakesbb7
|
||||
map: ["pancakesbb7"]
|
||||
visible: false
|
||||
- state: pancakesbb8
|
||||
map: ["pancakesbb8"]
|
||||
visible: false
|
||||
- state: pancakesbb9
|
||||
map: ["pancakesbb9"]
|
||||
visible: false
|
||||
- type: Tag
|
||||
tags:
|
||||
- Pancake
|
||||
@@ -296,6 +320,12 @@
|
||||
- pancakescc1
|
||||
- pancakescc2
|
||||
- pancakescc3
|
||||
- pancakescc4
|
||||
- pancakescc5
|
||||
- pancakescc6
|
||||
- pancakescc7
|
||||
- pancakescc8
|
||||
- pancakescc9
|
||||
- type: Sprite
|
||||
state: pancakescc1
|
||||
layers:
|
||||
@@ -308,6 +338,24 @@
|
||||
- state: pancakescc3
|
||||
map: ["pancakescc3"]
|
||||
visible: false
|
||||
- state: pancakescc4
|
||||
map: ["pancakescc4"]
|
||||
visible: false
|
||||
- state: pancakescc5
|
||||
map: ["pancakescc5"]
|
||||
visible: false
|
||||
- state: pancakescc6
|
||||
map: ["pancakescc6"]
|
||||
visible: false
|
||||
- state: pancakescc7
|
||||
map: ["pancakescc7"]
|
||||
visible: false
|
||||
- state: pancakescc8
|
||||
map: ["pancakescc8"]
|
||||
visible: false
|
||||
- state: pancakescc9
|
||||
map: ["pancakescc9"]
|
||||
visible: false
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
@@ -626,4 +674,4 @@
|
||||
- ReagentId: Butter
|
||||
Quantity: 2
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 1
|
||||
Quantity: 1
|
||||
|
||||
@@ -10,13 +10,13 @@
|
||||
id: PancakeBb
|
||||
name: blueberry pancake
|
||||
spawn: FoodBakedPancakeBb
|
||||
maxCount: 3
|
||||
maxCount: 9
|
||||
|
||||
- type: stack
|
||||
id: PancakeCc
|
||||
name: chocolate chip pancake
|
||||
spawn: FoodBakedPancakeCc
|
||||
maxCount: 3
|
||||
maxCount: 9
|
||||
|
||||
# Food Containers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user