Skip to content

Commit

Permalink
Вульпикс
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkiich committed Feb 18, 2024
1 parent 9f9078b commit 84eb6ea
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/Locale/ru-RU/ADT/Objects/Consumable/Food/vulpix.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-ADTFoodVulpix = Вульпикс
.desc = Блюдо,с нежным плавленным сыром и с секретным ингридиентом.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
- type: entity
name: Vulpix
parent: ADTFoodSausageRaw
id: ADTFoodVulpix
description: "Vulpix as vulpix"
suffix: Vulpix
components:
- type: Food
- type: Sprite
sprite: ADT/Objects/Consumable/Food/khachapuri.rsi
state: icon
- type: FlavorProfile
flavors:
- "Meaty and bitter"
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
reagents:
- ReagentId: Nutriment
Quantity: 5
- ReagentId: Vitamin
Quantity: 3
9 changes: 9 additions & 0 deletions Resources/Prototypes/ADT/Recipes/Cooking/vulpix_result.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- type: microwaveMealRecipe
id: ADTFoodRecipeVulpix
name: "result vulpix"
result: ADTFoodVulpix
time: 5
solids:
ADTOrganVulpkaninAnimalLiver: 1
FoodCheeseSlice: 1
FoodOnion: 1
9 changes: 9 additions & 0 deletions Resources/ServerInfo/ADT/NewRecipes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,15 @@
<GuideEntityEmbed Entity="ADTFoodKhachapuri"/>
</Box>

## Вульпикс
Для того чтобы сделать Вульпикс,потребуются ингридиенты которые есть у каждого дома
В микроволновку на 5 секунд кладем -
- Один лук
- Один кусочек сыра
- Одна печень вульпы
<Box>
<GuideEntityEmbed Entity="ADTFoodVulpix"/>
</Box>

## Круассаны
И последний пункт данного руководства - новый допущенный тип выпечки, круассаны
Expand Down
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,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Created by Adventure Times MRP",
"states": [
{
"name": "icon"
}
]
}

0 comments on commit 84eb6ea

Please sign in to comment.