Moth-pockets (#34517)

Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
This commit is contained in:
kosticia
2025-04-23 08:36:54 +03:00
committed by GitHub
parent 638ee7aa2c
commit 2076e8b02d
8 changed files with 146 additions and 73 deletions

View File

@@ -18,5 +18,6 @@
- FoodBoxDonkpocketBerry
- FoodBoxDonkpocketHonk
- FoodBoxDonkpocketDink
- FoodBoxDonkpocketMoth
chance: 0.5
offset: 0.0

View File

@@ -386,3 +386,46 @@
Quantity: 1
- type: Sprite
state: dink
- type: entity
name: moth-pocket
parent: FoodDonkpocketBase
id: FoodDonkpocketMoth
description: Buzzy edition of donk-pocket that was created during mass protests ab-... Actually who cares? Just donk-pockets for moths.
components:
- type: FlavorProfile
flavors:
- cotton
- cheap
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: Nutriment
Quantity: 5
- ReagentId: Fiber
Quantity: 5
- type: Sprite
state: moth
- type: Food
requiresSpecialDigestion: true
- type: Tag
tags:
- ClothMade
- DonkPocket
- type: entity
name: warm moth-pocket
parent: FoodDonkpocketMoth
id: FoodDonkpocketMothWarm
components:
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: Nutriment
Quantity: 10
- ReagentId: Fiber
Quantity: 5
- ReagentId: Omnizine
Quantity: 2

View File

@@ -484,6 +484,20 @@
- id: FoodDonkpocketDink
amount: 6
- type: entity
parent: FoodBoxDonkpocket
id: FoodBoxDonkpocketMoth
name: box of moth-pockets
components:
- type: Sprite
state: moth-box
- type: Item
sprite: Objects/Consumable/Food/Baked/donkpocket.rsi
- type: StorageFill
contents:
- id: FoodDonkpocketMoth
amount: 6
- type: entity
id: HappyHonk
parent: [ BoxCardboard, BaseBagOpenClose ]

View File

@@ -276,6 +276,8 @@
orGroup: GiftPool
- id: FoodBoxDonkpocketHonk
orGroup: GiftPool
- id: FoodBoxDonkpocketMoth
orGroup: GiftPool
- id: ClothingHandsGlovesColorPurple
orGroup: GiftPool
- id: ClothingHandsGlovesColorYellow

View File

@@ -1812,6 +1812,13 @@
solids:
FoodDonkpocketCarp: 1
- type: microwaveMealRecipe
id: RecipeDonkpocketMoth
name: warm moth-pocket recipe
result: FoodDonkpocketMothWarm
time: 5
solids:
FoodDonkpocketMoth: 1
- type: microwaveMealRecipe
id: RecipeHotChili

View File

@@ -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), modified by ps3moira (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). Modified by ps3moira (GitHub). 'moth-box' and 'moth' States by kosticia on GitHub",
"size": {
"x": 32,
"y": 32
@@ -64,6 +64,12 @@
{
"name": "carp"
},
{
"name": "moth-box"
},
{
"name": "moth"
},
{
"name": "inhand-left",
"directions": 4

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 B