Skip to content

Commit

Permalink
Add carp pocket (space-wizards#24888)
Browse files Browse the repository at this point in the history
* texture

* add the item

* add it to present and salv loot

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
  • Loading branch information
deltanedas authored Feb 3, 2024
1 parent 07523b5 commit 6047485
Show file tree
Hide file tree
Showing 10 changed files with 74 additions and 1 deletion.
1 change: 1 addition & 0 deletions Resources/Locale/en-US/flavors/flavor-profiles.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ flavor-complex-spaceshroom-cooked = like space umami
flavor-complex-lost-friendship = like lost friendship
flavor-complex-light = like a light gone out
flavor-complex-profits = like profits
flavor-complex-fishops = like the dreaded fishops
# Drink-specific flavors.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,43 @@
- ReagentId: Omnizine
Quantity: 2

- type: entity
name: carp-pocket
parent: FoodDonkpocketBase
id: FoodDonkpocketCarp
description: A long-lost edition of donk pocket, made specifically for hard-working salvagers.
components:
- type: FlavorProfile
flavors:
- cheap
- fishops
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: Nutriment
Quantity: 5
- type: Sprite
state: carp

- type: entity
name: warm carp-pocket
parent: FoodDonkpocketCarp
id: FoodDonkpocketCarpWarm
components:
- type: FlavorProfile
flavors:
- cheap
- fishops
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: Nutriment
Quantity: 10
- ReagentId: Omnizine
Quantity: 2

- type: entity
name: dink-pocket
parent: FoodDonkpocketBase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,18 @@
- id: FoodDonkpocketStonk
amount: 6

- type: entity
parent: FoodBoxDonkpocket
id: FoodBoxDonkpocketCarp
name: box of carp-pockets
components:
- type: Sprite
state: carp-box
- type: StorageFill
contents:
- id: FoodDonkpocketCarp
amount: 6

- type: entity
parent: FoodBoxDonkpocket
id: FoodBoxDonkpocketBerry
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Objects/Decoration/present.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@
orGroup: GiftPool
- id: FoodBoxDonkpocketStonk
orGroup: GiftPool
- id: FoodBoxDonkpocketCarp
orGroup: GiftPool
- id: FoodBoxDonkpocketBerry
orGroup: GiftPool
- id: FoodBoxDonkpocketHonk
Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/Flavors/flavors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1003,3 +1003,8 @@
id: profits
flavorType: Complex
description: flavor-complex-profits

- type: flavor
id: fishops
flavorType: Complex
description: flavor-complex-fishops
2 changes: 2 additions & 0 deletions Resources/Prototypes/Procedural/salvage_loot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
- proto: CloningPodMachineCircuitboard
cost: 2
- proto: CognizineChemistryBottle
- proto: FoodBoxDonkpocketCarp
prob: 0.5
- proto: CrateSalvageEquipment
cost: 3
prob: 0.5
Expand Down
8 changes: 8 additions & 0 deletions Resources/Prototypes/Recipes/Cooking/meal_recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1488,6 +1488,14 @@
solids:
FoodDonkpocketStonk: 1

- type: microwaveMealRecipe
id: RecipeDonkpocketCarp
name: warm carp-pocket recipe
result: FoodDonkpocketCarpWarm
time: 5
solids:
FoodDonkpocketCarp: 1


- type: microwaveMealRecipe
id: RecipeHotChili
Expand Down
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",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24. Stonk pocket by Tayrtahn on GitHub. Carp pocket by deltanedas (GitHub).",
"size": {
"x": 32,
"y": 32
Expand Down Expand Up @@ -58,6 +58,12 @@
{
"name": "stonk"
},
{
"name": "carp-box"
},
{
"name": "carp"
},
{
"name": "inhand-left",
"directions": 4
Expand Down

0 comments on commit 6047485

Please sign in to comment.