Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One Day Blinding Stew ("Camel's Soup") from Impstation #2757

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
flavor-complex-cigarettes = like cigarettes
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
- type: entity
parent: FoodBowlBase
id: FoodCamelSoup
name: one day blinding stew # DeltaV - name change
description: the hospital can't stop me. I will never go. not with the strength I've obtained.
components:
- type: FlavorProfile
flavors:
- cigarettes
- type: Sprite
sprite: _Impstation/Objects/Consumable/Food/bowl.rsi
layers:
- state: bowl
- state: camelsouplit #initial design was to let this be lit up like an actual cigarette but i decided i did not want to deal with that. if someone else wants to make it work please do, there are assets for this in bowl.rsi
- type: SolutionContainerManager
solutions:
food:
maxVol: 57
reagents:
- ReagentId: TearGas
Quantity: 40
- ReagentId: ChloralHydrate
Quantity: 17
4 changes: 4 additions & 0 deletions Resources/Prototypes/_Impstation/Flavors/flavors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- type: flavor
id: cigarettes
flavorType: Complex
description: flavor-complex-cigarettes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- type: microwaveMealRecipe
id: RecipeCamelSoup
name: one day blinding stew recipe # DeltaV - name change
result: FoodCamelSoup
time: 15
solids:
TearGasGrenade: 1
FoodBowlBig: 1
Cigarette: 8 #YUMMY!!!!!!!!!
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
hivehum marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "fills by Carousel. bowl is taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "camelsoup"
},
{
"name": "camelsouplit",
"delays": [
[
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "bowl",
"directions": 1
}
]
}
Loading