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 - FoodBoxDonkpocketBerry
- FoodBoxDonkpocketHonk - FoodBoxDonkpocketHonk
- FoodBoxDonkpocketDink - FoodBoxDonkpocketDink
- FoodBoxDonkpocketMoth
chance: 0.5 chance: 0.5
offset: 0.0 offset: 0.0

View File

@@ -386,3 +386,46 @@
Quantity: 1 Quantity: 1
- type: Sprite - type: Sprite
state: dink 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 - id: FoodDonkpocketDink
amount: 6 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 - type: entity
id: HappyHonk id: HappyHonk
parent: [ BoxCardboard, BaseBagOpenClose ] parent: [ BoxCardboard, BaseBagOpenClose ]

View File

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

View File

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

View File

@@ -1,76 +1,82 @@
{ {
"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. 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": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
},
"states": [
{
"name": "banana"
}, },
{ "states": [
"name": "banana-box" {
}, "name": "banana"
{ },
"name": "berry" {
}, "name": "banana-box"
{ },
"name": "berry-box" {
}, "name": "berry"
{ },
"name": "dank" {
}, "name": "berry-box"
{ },
"name": "pizza" {
}, "name": "dank"
{ },
"name": "pizza-box" {
}, "name": "pizza"
{ },
"name": "plain" {
}, "name": "pizza-box"
{ },
"name": "box" {
}, "name": "plain"
{ },
"name": "spicy" {
}, "name": "box"
{ },
"name": "spicy-box" {
}, "name": "spicy"
{ },
"name": "teriyaki" {
}, "name": "spicy-box"
{ },
"name": "teriyaki-box" {
}, "name": "teriyaki"
{ },
"name": "dink-box" {
}, "name": "teriyaki-box"
{ },
"name": "dink" {
}, "name": "dink-box"
{ },
"name": "stonk-box" {
}, "name": "dink"
{ },
"name": "stonk" {
}, "name": "stonk-box"
{ },
"name": "carp-box" {
}, "name": "stonk"
{ },
"name": "carp" {
}, "name": "carp-box"
{ },
"name": "inhand-left", {
"directions": 4 "name": "carp"
}, },
{ {
"name": "inhand-right", "name": "moth-box"
"directions": 4 },
} {
] "name": "moth"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 B