Skip to content

Commit

Permalink
Merge pull request #245 from iaada/donk-flavor
Browse files Browse the repository at this point in the history
cloth-pocket
  • Loading branch information
formlessnameless authored Sep 12, 2024
2 parents 27c205b + ac167d4 commit 4e7cb74
Show file tree
Hide file tree
Showing 7 changed files with 75 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
- FoodBoxDonkpocketBerry
- FoodBoxDonkpocketHonk
- FoodBoxDonkpocketDink
- FoodBoxDonkpocketCloth
chance: 0.5
offset: 0.0
Original file line number Diff line number Diff line change
Expand Up @@ -435,3 +435,46 @@
Quantity: 1
- type: Sprite
state: dink

- type: entity
name: cloth-pocket
parent: FoodDonkpocketBase
id: FoodDonkpocketCloth
description: Imitation donk-pockets woven from cheap cloth.
components:
- type: Food
requiresSpecialDigestion: true
- type: FlavorProfile
flavors:
- cheap
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: Fiber
Quantity: 3
- type: Sprite
state: cloth
- type: Tag
tags:
- DonkPocket
- ClothMade

- type: entity
name: warm cloth-pocket
parent: FoodDonkpocketCloth
id: FoodDonkpocketClothWarm
description: Imitation donk-pockets woven from cheap cloth and burnt to perfection.
components:
- type: FlavorProfile
flavors:
- cheap
- type: SolutionContainerManager
solutions:
food:
maxVol: 10
reagents:
- ReagentId: Fiber
Quantity: 8
- ReagentId: Omnizine
Quantity: 2
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,21 @@
- id: FoodDonkpocketDink
amount: 6

- type: entity
parent: FoodBoxDonkpocket
id: FoodBoxDonkpocketCloth
name: box of cloth-pockets
description: A box of imitation donk-pockets made of cloth.
components:
- type: Sprite
state: cloth-box
- type: Item
sprite: Objects/Consumable/Food/Baked/donkpocket.rsi
- type: StorageFill
contents:
- id: FoodDonkpocketCloth
amount: 6

- type: entity
id: HappyHonk
parent: [ BoxCardboard, BaseBagOpenClose ]
Expand Down
10 changes: 9 additions & 1 deletion Resources/Prototypes/Recipes/Cooking/meal_recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1630,6 +1630,14 @@
solids:
FoodDonkpocketCarp: 1

- type: microwaveMealRecipe
id: RecipeDonkpocketCloth
name: warm cloth-pocket recipe
result: FoodDonkpocketClothWarm
time: 5
solids:
FoodDonkpocketCloth: 1


- type: microwaveMealRecipe
id: RecipeHotChili
Expand Down Expand Up @@ -2058,4 +2066,4 @@
solids:
FoodCroissantRaw: 1
FoodButterSlice: 1
ShardGlass: 1
ShardGlass: 1
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24. Stonk pocket by Tayrtahn on GitHub. Carp pocket by deltanedas (GitHub).",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24. Stonk pocket by Tayrtahn on GitHub. Carp pocket by deltanedas (GitHub). Cloth pocket by iaada (GitHub).",
"size": {
"x": 32,
"y": 32
Expand Down Expand Up @@ -64,6 +64,12 @@
{
"name": "carp"
},
{
"name": "cloth-box"
},
{
"name": "cloth"
},
{
"name": "inhand-left",
"directions": 4
Expand Down

0 comments on commit 4e7cb74

Please sign in to comment.