Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Cheesy. Spiky. #195

Open
wants to merge 1 commit 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
1 change: 1 addition & 0 deletions Resources/Locale/en-US/deltav/reagents/toxins.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
oh-god-you-ate-metal = Your insides hurt. You are likely bleeding internally.
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,28 @@
Quantity: 6
- ReagentId: Vitamin
Quantity: 2

- type: entity
name: grille-d cheese
parent: FoodMealBase
id: FoodMealMetalGrilledCheese
description: Two slices of bread cooked in butter with a lofty wedge of SOLID IRON in the middle. Dripping with leftover cheese.
components:
- type: FlavorProfile
flavors:
- butter
- metallic
- type: Sprite
sprite: DeltaV/Objects/Consumable/Food/Baked/grilledmetal.rsi
state: "grilled-metal"
- type: SolutionContainerManager
solutions:
food:
maxVol: 15
reagents:
- ReagentId: Nutriment
Quantity: 6
- ReagentId: Vitamin
Quantity: 2
- ReagentId: SharpMetalBits
Quantity: 2
20 changes: 20 additions & 0 deletions Resources/Prototypes/DeltaV/Reagents/toxins.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
- type: reagent
id: SharpMetalBits
name: reagent-name-metal-bits
group: Toxins
desc: reagent-desc-metal-bits
physicalDesc: reagent-physical-desc-metallic
color: "#85929E"
metabolisms:
Poison:
effects:
- !type:PopupMessage
type: Local
visualType: MediumCaution
messages:
- "oh-god-you-ate-metal"
- !type:HealthChange
damage:
types:
Piercing: 4

11 changes: 11 additions & 0 deletions Resources/Prototypes/DeltaV/Recipes/Cooking/meal_recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,14 @@
FoodBreadPlainSlice: 2
FoodCheeseSlice: 1
FoodButter: 1

- type: microwaveMealRecipe
id: RecipeGrilledMetal
name: grille-d cheese
result: FoodMealMetalGrilledCheese
time: 10
solids:
FoodBreadPlainSlice: 2
FoodCheeseSlice: 1
FoodButter: 1
PartRodMetal1: 3
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "rosysyntax",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "grilled-metal"
}
]
}