made cup ramen eatable with anything with the fork component (#27826)

* made cup ramen eatable with anything with the fork component

* removed extra png

* made cupramen fillable with water, and made hot ramen dry ramen.

---------

Co-authored-by: redfire1331 <Redfire1331@users.noreply.github.com>
This commit is contained in:
Redfire1331
2024-06-20 08:34:46 -04:00
committed by GitHub
parent 514e7600c6
commit 68c414e8ed
5 changed files with 53 additions and 40 deletions

View File

@@ -2328,44 +2328,6 @@
- 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

View File

@@ -272,6 +272,46 @@
- 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
@@ -573,6 +613,15 @@
- 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

View File

@@ -1 +0,0 @@
{"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"}]}

View File

@@ -1,12 +1,15 @@
{
"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"
},

View File

Before

Width:  |  Height:  |  Size: 400 B

After

Width:  |  Height:  |  Size: 400 B