mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-19 06:28:40 +03:00
Add carp pocket (#24888)
* texture * add the item * add it to present and salv loot --------- Co-authored-by: deltanedas <@deltanedas:kde.org> (cherry picked from commit 604748534ebd72efafa11344ee33d563c2ff93c3)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -413,6 +413,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
|
||||
|
||||
@@ -270,6 +270,8 @@
|
||||
orGroup: GiftPool
|
||||
- id: FoodBoxDonkpocketStonk
|
||||
orGroup: GiftPool
|
||||
- id: FoodBoxDonkpocketCarp
|
||||
orGroup: GiftPool
|
||||
- id: FoodBoxDonkpocketBerry
|
||||
orGroup: GiftPool
|
||||
- id: FoodBoxDonkpocketHonk
|
||||
|
||||
@@ -998,3 +998,8 @@
|
||||
id: profits
|
||||
flavorType: Complex
|
||||
description: flavor-complex-profits
|
||||
|
||||
- type: flavor
|
||||
id: fishops
|
||||
flavorType: Complex
|
||||
description: flavor-complex-fishops
|
||||
|
||||
@@ -27,6 +27,8 @@
|
||||
- proto: CloningPodMachineCircuitboard
|
||||
cost: 2
|
||||
- proto: CognizineChemistryBottle
|
||||
- proto: FoodBoxDonkpocketCarp
|
||||
prob: 0.5
|
||||
- proto: CrateSalvageEquipment
|
||||
cost: 3
|
||||
prob: 0.5
|
||||
|
||||
@@ -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
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 492 B |
Binary file not shown.
|
After Width: | Height: | Size: 321 B |
@@ -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
|
||||
@@ -58,6 +58,12 @@
|
||||
{
|
||||
"name": "stonk"
|
||||
},
|
||||
{
|
||||
"name": "carp-box"
|
||||
},
|
||||
{
|
||||
"name": "carp"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
|
||||
Reference in New Issue
Block a user