New recipe: Cotton Cakes (#39222)
* add moth edible cotton cakes * oh fuck i accidentally changed the sln file * inhand sprite fix --------- Co-authored-by: DispenserDev <mariousjoaquin@gmail.com>
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
- FoodCakeChristmasSlice
|
||||
- FoodCakeVanillaSlice
|
||||
- FoodCakeBirthdaySlice
|
||||
- FoodCakeCottonSlice
|
||||
- FoodBakedMuffin
|
||||
- FoodBakedMuffinBerry
|
||||
- FoodBakedMuffinCherry
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
- FoodCakeChristmas
|
||||
- FoodCakeBirthday
|
||||
- FoodCakeVanilla
|
||||
- FoodCakeCotton
|
||||
- FoodPieApple
|
||||
- FoodPieBaklava
|
||||
- FoodPieBananaCream
|
||||
|
||||
@@ -1190,3 +1190,58 @@
|
||||
Burger: SuppermatterBurger
|
||||
- type: Item
|
||||
heldPrefix: suppermatter-shard
|
||||
|
||||
- type: entity
|
||||
name: cotton cake
|
||||
parent: FoodCakeBase
|
||||
id: FoodCakeCotton
|
||||
description: A cake with a fiber frosting and a wad of cotton on top.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: cotton
|
||||
- type: SliceableFood
|
||||
slice: FoodCakeCottonSlice
|
||||
- type: Tag
|
||||
tags:
|
||||
- Cake
|
||||
- ClothMade
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 55
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 30
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 5
|
||||
- ReagentId: Fiber
|
||||
Quantity: 10
|
||||
- type: Item
|
||||
heldPrefix: cotton
|
||||
|
||||
- type: entity
|
||||
name: slice of cotton cake
|
||||
parent: FoodCakeSliceBase
|
||||
id: FoodCakeCottonSlice
|
||||
description: A slice of cotton cake. You can just lick the frosting, it's fine.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: cotton-slice
|
||||
- type: Tag
|
||||
tags:
|
||||
- Cake
|
||||
- ClothMade
|
||||
- Slice
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 15
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 8
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 1
|
||||
- ReagentId: Fiber
|
||||
Quantity: 2
|
||||
- type: Item
|
||||
heldPrefix: cotton-slice
|
||||
|
||||
@@ -2435,3 +2435,15 @@
|
||||
MobMothroach: 1
|
||||
OrganAnimalHeart: 1
|
||||
MoproachShoes: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeCottonCake
|
||||
name: cotton cake recipe
|
||||
result: FoodCakeCotton
|
||||
time: 5
|
||||
group: Cake
|
||||
reagents:
|
||||
Fiber: 10
|
||||
solids:
|
||||
FoodCakePlain: 1
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 579 B |
Binary file not shown.
|
After Width: | Height: | Size: 579 B |
Binary file not shown.
|
After Width: | Height: | Size: 504 B |
Binary file not shown.
|
After Width: | Height: | Size: 508 B |
Binary file not shown.
|
After Width: | Height: | Size: 526 B |
Binary file not shown.
|
After Width: | Height: | Size: 567 B |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa, inhands by mubururu_ (github)",
|
||||
"copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa, inhands by mubururu_ (github), cotton cake sprites by DispenserG0inUp",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -308,6 +308,28 @@
|
||||
{
|
||||
"name": "lemoon-slice"
|
||||
|
||||
},
|
||||
{
|
||||
"name": "cotton"
|
||||
},
|
||||
{
|
||||
"name": "cotton-inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "cotton-inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "cotton-slice"
|
||||
},
|
||||
{
|
||||
"name": "cotton-slice-inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "cotton-slice-inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user