- type: Sprite
sprite: Objects/Consumable/Drinks/shake-white.rsi
-- type: entity
- parent: DrinkGlassBase
- id: DrinkRamen
- name: cup ramen
- description: Just add 10ml boiling water. A taste that reminds you of your school years.
- components:
- - type: SolutionContainerManager
- solutions:
- drink:
- maxVol: 40 #big cup
- reagents:
- - ReagentId: DryRamen
- Quantity: 25
- - ReagentId: Soysauce
- Quantity: 5
- - type: Sprite
- sprite: Objects/Consumable/Drinks/ramen.rsi
- - type: Tag
- tags:
- - Trash
- - type: SpaceGarbage
-
-- type: entity
- parent: DrinkRamen
- id: DrinkHellRamen
- name: hell ramen
- description: Just add 10ml boiling water. Super spicy flavor.
- components:
- - type: SolutionContainerManager
- solutions:
- drink:
- maxVol: 40
- reagents:
- - ReagentId: DryRamen
- Quantity: 25
- - ReagentId: CapsaicinOil
- Quantity: 5
-
- type: entity
parent: DrinkGlass
id: DrinkBloodGlass
- type: Food
trash: FoodPacketSyndiTrash
+- type: entity
+ parent: FoodSnackBase
+ id: DrinkRamen
+ name: cup ramen
+ description: A cheap food with a taste that reminds you of your school years.
+ components:
+ - type: RefillableSolution
+ solution: food
+ - type: InjectableSolution
+ solution: food
+ - type: SolutionContainerManager
+ solutions:
+ food:
+ maxVol: 50 #big cup
+ reagents:
+ - ReagentId: DryRamen
+ Quantity: 30
+ - ReagentId: Soysauce
+ Quantity: 5
+ - type: Sprite
+ state: ramen
+ - type: Food
+ trash: FoodPacketCupRamenTrash
+
+- type: entity
+ parent: DrinkRamen
+ id: DrinkHellRamen
+ name: hell ramen
+ description: Super spicy flavor!
+ components:
+ - type: SolutionContainerManager
+ solutions:
+ food:
+ maxVol: 50
+ reagents:
+ - ReagentId: DryRamen
+ Quantity: 30
+ - ReagentId: CapsaicinOil
+ Quantity: 5
+
- type: entity
name: chow mein
parent: FoodSnackBase
- type: Sprite
state: syndicakes-trash
+- type: entity
+ noSpawn: true
+ parent: FoodPacketTrash
+ id: FoodPacketCupRamenTrash
+ name: empty cup ramen
+ components:
+ - type: Sprite
+ state: ramen
+
- type: entity
noSpawn: true
parent: FoodPacketTrash
+++ /dev/null
-{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]}
\ No newline at end of file
{
"version": 1,
"license": "CC-BY-SA-3.0",
- "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, chinese from paradise, ticket by peptide, cnds-trash based on boritos-trash and syndicakes modified by potato1234x",
+ "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, chinese from paradise, ticket by peptide, cnds-trash based on boritos-trash and syndicakes modified by potato1234x, ramen from https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi",
"size": {
"x": 32,
"y": 32
},
"states": [
+ {
+ "name": "ramen"
+ },
{
"name": "boritos"
},