Add cup ramen and sinks (#6403)
Co-authored-by: fishfish458 <fishfish458>
This commit is contained in:
@@ -4,7 +4,10 @@
|
|||||||
animationDuration: 0.5
|
animationDuration: 0.5
|
||||||
spriteName: snack
|
spriteName: snack
|
||||||
startingInventory:
|
startingInventory:
|
||||||
FoodSnackRaisins: 2
|
FoodSnackRaisins: 3
|
||||||
FoodSnackChocolate: 2
|
FoodSnackChocolate: 3
|
||||||
FoodSnackPopcorn: 2
|
FoodSnackPopcorn: 3
|
||||||
FoodSnackSyndi: 2
|
FoodSnackSyndi: 3
|
||||||
|
DrinkRamen: 3
|
||||||
|
DrinkHellRamen: 2
|
||||||
|
|
||||||
|
|||||||
@@ -861,16 +861,6 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Consumable/Drinks/grogglass.rsi
|
sprite: Objects/Consumable/Drinks/grogglass.rsi
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: DrinkGlassBase
|
|
||||||
id: DrinkHell
|
|
||||||
name: hell ramen
|
|
||||||
description: The noodles are boiled, the flavors are artificial, just like being back in school.
|
|
||||||
components:
|
|
||||||
- type: Drink
|
|
||||||
- type: Sprite
|
|
||||||
sprite: Objects/Consumable/Drinks/hell.rsi
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: DrinkGlassBase
|
parent: DrinkGlassBase
|
||||||
id: DrinkHippiesDelightGlass
|
id: DrinkHippiesDelightGlass
|
||||||
@@ -1423,16 +1413,6 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Consumable/Drinks/pwineglass.rsi
|
sprite: Objects/Consumable/Drinks/pwineglass.rsi
|
||||||
|
|
||||||
- type: entity
|
|
||||||
parent: DrinkGlassBase
|
|
||||||
id: DrinkRamen
|
|
||||||
name: cup ramen
|
|
||||||
description: Just add 10ml water, self heats! A taste that reminds you of your school years.
|
|
||||||
components:
|
|
||||||
- type: Drink
|
|
||||||
- type: Sprite
|
|
||||||
sprite: Objects/Consumable/Drinks/ramen.rsi
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: DrinkGlassBase
|
parent: DrinkGlassBase
|
||||||
id: DrinkRedMeadGlass
|
id: DrinkRedMeadGlass
|
||||||
@@ -2108,3 +2088,37 @@
|
|||||||
- type: Drink
|
- type: Drink
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Consumable/Drinks/shake-white.rsi
|
sprite: Objects/Consumable/Drinks/shake-white.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: DrinkGlassBase
|
||||||
|
id: DrinkRamen
|
||||||
|
name: cup ramen
|
||||||
|
description: Just add 10ml water, self heats! A taste that reminds you of your school years
|
||||||
|
components:
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
drink:
|
||||||
|
maxVol: 50
|
||||||
|
reagents:
|
||||||
|
- ReagentId: DryRamen
|
||||||
|
Quantity: 30
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Consumable/Drinks/ramen.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: DrinkGlassBase
|
||||||
|
id: DrinkHellRamen
|
||||||
|
name: hell ramen
|
||||||
|
description: Just add 10ml water, self heats! Super spicy flavor.
|
||||||
|
components:
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
drink:
|
||||||
|
maxVol: 50
|
||||||
|
reagents:
|
||||||
|
- ReagentId: DryRamen
|
||||||
|
Quantity: 30
|
||||||
|
- ReagentId: CapsaicinOil
|
||||||
|
Quantity: 5
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Consumable/Drinks/ramen.rsi
|
||||||
|
|||||||
44
Resources/Prototypes/Entities/Structures/Furniture/sink.yml
Normal file
44
Resources/Prototypes/Entities/Structures/Furniture/sink.yml
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
- type: entity
|
||||||
|
name: sink
|
||||||
|
id: SinkEmpty
|
||||||
|
suffix: Empty
|
||||||
|
description: The faucets have been tightened to the maximum possible torque but are still known to drip.
|
||||||
|
placement:
|
||||||
|
mode: SnapgridCenter
|
||||||
|
components:
|
||||||
|
- type: Clickable
|
||||||
|
- type: InteractionOutline
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Structures/Furniture/sink.rsi
|
||||||
|
state: sink
|
||||||
|
netsync: false
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
tank:
|
||||||
|
maxVol: 500
|
||||||
|
- type: DrainableSolution
|
||||||
|
solution: tank
|
||||||
|
- type: ReagentTank
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: sink
|
||||||
|
id: Sink
|
||||||
|
parent: SinkEmpty
|
||||||
|
suffix: Water
|
||||||
|
components:
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
tank:
|
||||||
|
reagents:
|
||||||
|
- ReagentId: Water
|
||||||
|
Quantity: 500
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: wide sink
|
||||||
|
id: SinkWide
|
||||||
|
parent: Sink
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Structures/Furniture/sink.rsi
|
||||||
|
state: sink_wide
|
||||||
|
netsync: false
|
||||||
@@ -237,3 +237,29 @@
|
|||||||
plantMetabolism:
|
plantMetabolism:
|
||||||
- !type:PlantAdjustWater
|
- !type:PlantAdjustWater
|
||||||
amount: 1
|
amount: 1
|
||||||
|
|
||||||
|
- type: reagent
|
||||||
|
id: DryRamen
|
||||||
|
name: dry ramen
|
||||||
|
parent: BaseDrink
|
||||||
|
desc: Dry noodles and salt.
|
||||||
|
physicalDesc: wormy
|
||||||
|
color: "#664300"
|
||||||
|
metabolisms:
|
||||||
|
Food:
|
||||||
|
effects:
|
||||||
|
- !type:SatiateHunger
|
||||||
|
factor: 1
|
||||||
|
|
||||||
|
- type: reagent
|
||||||
|
id: HotRamen
|
||||||
|
name: hot ramen
|
||||||
|
parent: BaseDrink
|
||||||
|
desc: Hot noodles.
|
||||||
|
physicalDesc: wormy
|
||||||
|
color: "#664300"
|
||||||
|
metabolisms:
|
||||||
|
Food:
|
||||||
|
effects:
|
||||||
|
- !type:SatiateHunger
|
||||||
|
factor: 4
|
||||||
|
|||||||
@@ -551,3 +551,13 @@
|
|||||||
amount: 1
|
amount: 1
|
||||||
products:
|
products:
|
||||||
WhiteRussian: 3
|
WhiteRussian: 3
|
||||||
|
|
||||||
|
- type: reaction
|
||||||
|
id: HotRamen
|
||||||
|
reactants:
|
||||||
|
DryRamen:
|
||||||
|
amount: 3
|
||||||
|
Water:
|
||||||
|
amount: 1
|
||||||
|
products:
|
||||||
|
HotRamen: 3
|
||||||
|
|||||||
19
Resources/Textures/Structures/Furniture/sink.rsi/meta.json
Normal file
19
Resources/Textures/Structures/Furniture/sink.rsi/meta.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken from tgstation https://github.com/tgstation/tgstation/commit/f01afc7edd39b28dd718407d5bbfca3a5dfe995f#diff-378d1b8f0f0a73185e7c82e4ccfdb65102561992a7abb306090ce851f8419780",
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "sink",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sink_wide",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
BIN
Resources/Textures/Structures/Furniture/sink.rsi/sink.png
Normal file
BIN
Resources/Textures/Structures/Furniture/sink.rsi/sink.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.7 KiB |
BIN
Resources/Textures/Structures/Furniture/sink.rsi/sink_wide.png
Normal file
BIN
Resources/Textures/Structures/Furniture/sink.rsi/sink_wide.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.9 KiB |
Reference in New Issue
Block a user