This commit is contained in:
EmoGarbage404
2022-04-30 17:24:37 -04:00
committed by GitHub
parent e8183396d4
commit d953f88530
17 changed files with 192 additions and 1 deletions

View File

@@ -8,6 +8,22 @@
- type: Sprite
sprite: Objects/Consumable/Drinks/shinyflask.rsi
- type: entity
parent: DrinkBase
id: DrinkMREFlask
name: MRE flask
description: An old military flask, filled with the finest contents for soldiers
components:
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/mreflask.rsi
- type: SolutionContainerManager
solutions:
drink:
reagents:
- ReagentId: Water
Quantity: 50
- type: entity
parent: DrinkBase
id: DrinkDetFlask

View File

@@ -190,6 +190,74 @@
- type: Food
trash: FoodPacketSyndiTrash
- type: entity
name: nutribrick
parent: FoodSnackBase
id: FoodSnackNutribrick
description: A carefully synthesized brick designed to contain the highest ratio of nutriment to volume. Tastes like shit.
components:
- type: Item
size: 10
- type: Sprite
state: nutribrick
- type: SpawnItemsOnUse
items:
- id: FoodPacketMRETrash
- id: FoodSnackNutribrickOpen
sound:
path: /Audio/Effects/unwrap.ogg
- type: SolutionContainerManager
solutions:
food:
maxVol: 30
reagents:
- ReagentId: Nutriment
Quantity: 25
- type: entity
name: nutribrick
parent: FoodSnackNutribrick
id: FoodSnackNutribrickOpen
components:
- type: Sprite
state: nutribrick-open
- type: Food
- type: entity
name: brownie
parent: FoodSnackBase
id: FoodSnackMREBrownie
description: A precisely mixed brownie, made to withstand blunt trauma and harsh conditions. Tastes like shit.
components:
- type: Item
size: 10
- type: Sprite
state: mre-brownie
- type: SpawnItemsOnUse
items:
- id: FoodPacketMRETrash
- id: FoodSnackMREBrownieOpen
sound:
path: /Audio/Effects/unwrap.ogg
- type: SolutionContainerManager
solutions:
food:
maxVol: 15
reagents:
- ReagentId: Nutriment
Quantity: 10
- ReagentId: Theobromine
Quantity: 3
- type: entity
name: brownie
parent: FoodSnackMREBrownie
id: FoodSnackMREBrownieOpen
components:
- type: Sprite
state: mre-brownie-open
- type: Food
# Trash
- type: entity
@@ -330,3 +398,13 @@
state: syndicakes-trash
- type: Item
color: white
- type: entity
noSpawn: true
parent: FoodPacketTrash
id: FoodPacketMRETrash
name: MRE wrapper
description: A general purpose wrapper for a variety of military food goods.
components:
- type: Sprite
state: mre-wrapper

View File

@@ -376,6 +376,7 @@
- LivestockDuck
- LivestockGoat
- FoodPizza
- FoodMRE
- ServiceJanitorial
- ServiceLightsReplacement
- ServiceSmokeables