This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
forked from new-frontiers-14/frontier-station-14
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
58 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/JapanFood/porkramennoodles.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
- type: entity | ||
name: Свиной Рамён | ||
parent: FoodBowlBase | ||
id: porkramennoodles | ||
description: Оу, я вижу вы человек Высокой культуры... | ||
components: | ||
- type: Item | ||
- type: Food | ||
- type: Sprite | ||
sprite: Corvax/Objects/Consumable/Food/porkramennoodles.rsi | ||
state: ramen | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 20 | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 10 | ||
- ReagentId: Protein | ||
Quantity: 3 | ||
- ReagentId: Flavorol | ||
Quantity: 5 | ||
- type: Tag | ||
tags: | ||
- Meat | ||
- Soup |
File renamed without changes
File renamed without changes.
14 changes: 14 additions & 0 deletions
14
Resources/Textures/Corvax/Objects/Consumable/Food/porkramennoodles.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa. Fills created by potato1234_x", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "ramen" | ||
} | ||
] | ||
} |
Binary file added
BIN
+839 Bytes
Resources/Textures/Corvax/Objects/Consumable/Food/porkramennoodles.rsi/ramen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.