-
Notifications
You must be signed in to change notification settings - Fork 634
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
7 changed files
with
68 additions
and
1 deletion.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/objects/consumable/food/plate.ftl
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,2 @@ | ||
ent-FoodBakedVulpkaninPlate = baked vulpkanin | ||
.desc = You can still see bits of fur on the surface of the dish.. |
2 changes: 2 additions & 0 deletions
2
Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/consumable/food/plate.ftl
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,2 @@ | ||
ent-FoodBakedVulpkaninPlate = запечённый вульпканин | ||
.desc = На поверхности блюда все ещё виднеются клочки шерсти.. |
32 changes: 32 additions & 0 deletions
32
Resources/Prototypes/Corvax/Entities/Objects/Consumable/Food/Baked/vulpkanin.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,32 @@ | ||
- type: entity | ||
name: baked vulpkanin | ||
parent: FoodMealBase | ||
id: FoodBakedVulpkaninPlate | ||
description: You can still see bits of fur on the surface of the dish.. | ||
components: | ||
- type: FlavorProfile | ||
flavors: | ||
- meaty | ||
- parents | ||
- hope | ||
- type: Food | ||
trash: FoodPlate | ||
- type: Sprite | ||
sprite: Corvax/Objects/Consumable/Food/plate.rsi | ||
layers: | ||
- state: plate | ||
- state: baked_vulpkanin | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 10 | ||
- ReagentId: Protein | ||
Quantity: 15 | ||
- ReagentId: Vitamin | ||
Quantity: 5 | ||
- type: Tag | ||
tags: | ||
- Meat |
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
Binary file added
BIN
+294 Bytes
Resources/Textures/Corvax/Objects/Consumable/Food/plate.rsi/baked_vulpkanin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions
17
Resources/Textures/Corvax/Objects/Consumable/Food/plate.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,17 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from https://github.com/ss220-space/Paradise/commit/b2681ba958473e3fdd878a69cc5e14c91d3ed725, adapted by Lomovar", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "plate" | ||
}, | ||
{ | ||
"name": "baked_vulpkanin" | ||
} | ||
] | ||
} |
Binary file added
BIN
+264 Bytes
Resources/Textures/Corvax/Objects/Consumable/Food/plate.rsi/plate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.