Add carp pocket (#24888)
* texture * add the item * add it to present and salv loot --------- Co-authored-by: deltanedas <@deltanedas:kde.org>
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-lost-friendship = like lost friendship
|
||||||
flavor-complex-light = like a light gone out
|
flavor-complex-light = like a light gone out
|
||||||
flavor-complex-profits = like profits
|
flavor-complex-profits = like profits
|
||||||
|
flavor-complex-fishops = like the dreaded fishops
|
||||||
|
|
||||||
# Drink-specific flavors.
|
# Drink-specific flavors.
|
||||||
|
|
||||||
|
|||||||
@@ -329,6 +329,43 @@
|
|||||||
- ReagentId: Omnizine
|
- ReagentId: Omnizine
|
||||||
Quantity: 2
|
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
|
- type: entity
|
||||||
name: dink-pocket
|
name: dink-pocket
|
||||||
parent: FoodDonkpocketBase
|
parent: FoodDonkpocketBase
|
||||||
|
|||||||
@@ -401,6 +401,18 @@
|
|||||||
- id: FoodDonkpocketStonk
|
- id: FoodDonkpocketStonk
|
||||||
amount: 6
|
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
|
- type: entity
|
||||||
parent: FoodBoxDonkpocket
|
parent: FoodBoxDonkpocket
|
||||||
id: FoodBoxDonkpocketBerry
|
id: FoodBoxDonkpocketBerry
|
||||||
|
|||||||
@@ -262,6 +262,8 @@
|
|||||||
orGroup: GiftPool
|
orGroup: GiftPool
|
||||||
- id: FoodBoxDonkpocketStonk
|
- id: FoodBoxDonkpocketStonk
|
||||||
orGroup: GiftPool
|
orGroup: GiftPool
|
||||||
|
- id: FoodBoxDonkpocketCarp
|
||||||
|
orGroup: GiftPool
|
||||||
- id: FoodBoxDonkpocketBerry
|
- id: FoodBoxDonkpocketBerry
|
||||||
orGroup: GiftPool
|
orGroup: GiftPool
|
||||||
- id: FoodBoxDonkpocketHonk
|
- id: FoodBoxDonkpocketHonk
|
||||||
|
|||||||
@@ -1003,3 +1003,8 @@
|
|||||||
id: profits
|
id: profits
|
||||||
flavorType: Complex
|
flavorType: Complex
|
||||||
description: flavor-complex-profits
|
description: flavor-complex-profits
|
||||||
|
|
||||||
|
- type: flavor
|
||||||
|
id: fishops
|
||||||
|
flavorType: Complex
|
||||||
|
description: flavor-complex-fishops
|
||||||
|
|||||||
@@ -27,6 +27,8 @@
|
|||||||
- proto: CloningPodMachineCircuitboard
|
- proto: CloningPodMachineCircuitboard
|
||||||
cost: 2
|
cost: 2
|
||||||
- proto: CognizineChemistryBottle
|
- proto: CognizineChemistryBottle
|
||||||
|
- proto: FoodBoxDonkpocketCarp
|
||||||
|
prob: 0.5
|
||||||
- proto: CrateSalvageEquipment
|
- proto: CrateSalvageEquipment
|
||||||
cost: 3
|
cost: 3
|
||||||
prob: 0.5
|
prob: 0.5
|
||||||
|
|||||||
@@ -1488,6 +1488,14 @@
|
|||||||
solids:
|
solids:
|
||||||
FoodDonkpocketStonk: 1
|
FoodDonkpocketStonk: 1
|
||||||
|
|
||||||
|
- type: microwaveMealRecipe
|
||||||
|
id: RecipeDonkpocketCarp
|
||||||
|
name: warm carp-pocket recipe
|
||||||
|
result: FoodDonkpocketCarpWarm
|
||||||
|
time: 5
|
||||||
|
solids:
|
||||||
|
FoodDonkpocketCarp: 1
|
||||||
|
|
||||||
|
|
||||||
- type: microwaveMealRecipe
|
- type: microwaveMealRecipe
|
||||||
id: RecipeHotChili
|
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,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"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": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
@@ -58,6 +58,12 @@
|
|||||||
{
|
{
|
||||||
"name": "stonk"
|
"name": "stonk"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "carp-box"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "carp"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "inhand-left",
|
"name": "inhand-left",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
|
|||||||
Reference in New Issue
Block a user