- FoodBoxDonkpocketBerry
- FoodBoxDonkpocketHonk
- FoodBoxDonkpocketDink
+ - FoodBoxDonkpocketMoth
chance: 0.5
offset: 0.0
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
- 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 ]
orGroup: GiftPool
- id: FoodBoxDonkpocketHonk
orGroup: GiftPool
+ - id: FoodBoxDonkpocketMoth
+ orGroup: GiftPool
- id: ClothingHandsGlovesColorPurple
orGroup: GiftPool
- id: ClothingHandsGlovesColorYellow
solids:
FoodDonkpocketCarp: 1
+- type: microwaveMealRecipe
+ id: RecipeDonkpocketMoth
+ name: warm moth-pocket recipe
+ result: FoodDonkpocketMothWarm
+ time: 5
+ solids:
+ FoodDonkpocketMoth: 1
- type: microwaveMealRecipe
id: RecipeHotChili
{
- "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)",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "banana"
- },
- {
- "name": "banana-box"
- },
- {
- "name": "berry"
- },
- {
- "name": "berry-box"
- },
- {
- "name": "dank"
- },
- {
- "name": "pizza"
- },
- {
- "name": "pizza-box"
- },
- {
- "name": "plain"
- },
- {
- "name": "box"
- },
- {
- "name": "spicy"
- },
- {
- "name": "spicy-box"
- },
- {
- "name": "teriyaki"
- },
- {
- "name": "teriyaki-box"
- },
- {
- "name": "dink-box"
- },
- {
- "name": "dink"
- },
- {
- "name": "stonk-box"
- },
- {
- "name": "stonk"
- },
- {
- "name": "carp-box"
- },
- {
- "name": "carp"
- },
- {
- "name": "inhand-left",
- "directions": 4
- },
- {
- "name": "inhand-right",
- "directions": 4
- }
- ]
+ "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). 'moth-box' and 'moth' States by kosticia on GitHub",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "banana"
+ },
+ {
+ "name": "banana-box"
+ },
+ {
+ "name": "berry"
+ },
+ {
+ "name": "berry-box"
+ },
+ {
+ "name": "dank"
+ },
+ {
+ "name": "pizza"
+ },
+ {
+ "name": "pizza-box"
+ },
+ {
+ "name": "plain"
+ },
+ {
+ "name": "box"
+ },
+ {
+ "name": "spicy"
+ },
+ {
+ "name": "spicy-box"
+ },
+ {
+ "name": "teriyaki"
+ },
+ {
+ "name": "teriyaki-box"
+ },
+ {
+ "name": "dink-box"
+ },
+ {
+ "name": "dink"
+ },
+ {
+ "name": "stonk-box"
+ },
+ {
+ "name": "stonk"
+ },
+ {
+ "name": "carp-box"
+ },
+ {
+ "name": "carp"
+ },
+ {
+ "name": "moth-box"
+ },
+ {
+ "name": "moth"
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
}