-
Notifications
You must be signed in to change notification settings - Fork 154
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
The first of all father soup #2099
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,4 @@ | |
DrinkMugOne: 1 | ||
DrinkMugRainbow: 2 | ||
DrinkMugRed: 2 | ||
FoodCauldron: 2 # SS220 Fist of all FatherSoup |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,13 +68,13 @@ | |
- ReagentId: Nutriment | ||
Quantity: 10 | ||
- ReagentId: Vitamin | ||
Quantity: 5 | ||
Quantity: 5 | ||
|
||
- type: entity | ||
name: винегрет | ||
parent: FoodBowlBase | ||
id: FoodSaladVinaigrette | ||
description: Кладезь витаминов и микроэлементов. А почему тут нет вина? | ||
description: Кладезь витаминов и микроэлементов. А почему тут нет вина? | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. перенести в локализацию |
||
components: | ||
- type: FlavorProfile | ||
flavors: | ||
|
@@ -92,4 +92,58 @@ | |
- ReagentId: Nutriment | ||
Quantity: 10 | ||
- ReagentId: Vitamin | ||
Quantity: 5 | ||
Quantity: 5 | ||
|
||
- type: entity | ||
name: cуп Космического Отца | ||
id: FoodFatherSoup | ||
parent: FoodBowlBase | ||
description: Суп придает настолько много сил, что его пришлось поместить в чан. Наверное мне стоит его съесть? | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. перенести в локализацию |
||
components: | ||
- type: FlavorProfile | ||
flavors: | ||
- fatherSoup | ||
- type: Sprite | ||
sprite: SS220/Objects/Consumable/Food/cauldron.rsi | ||
layers: | ||
- state: cauldron | ||
- state: father | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 25 | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 15 | ||
- ReagentId: Protein | ||
Quantity: 10 | ||
Comment on lines
+116
to
+119
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Не маловато ли? |
||
- type: Food | ||
trash: | ||
- FoodCauldron | ||
- type: Tag | ||
tags: | ||
- Meat | ||
|
||
- type: entity | ||
name: Призрачный чили перец | ||
description: Призрачный чили перец? А как мне из него готовить, если я его не вижу? | ||
Comment on lines
+128
to
+129
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. перенести в локализацию |
||
id: GhostChiliPepper | ||
parent: FoodProduceBase | ||
components: | ||
- type: Sprite | ||
sprite: SS220/Objects/Specific/Hydroponics/ghost_peppers.rsi | ||
state: produce | ||
- type: FlavorProfile | ||
flavors: | ||
- ghostChili | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 5 | ||
- type: Produce | ||
seedId: chili | ||
- type: StaticPrice | ||
price: 500 #It has so much Omnizin in it | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
- type: entity | ||
parent: FoodBowlBig | ||
id: FoodCauldron | ||
name: Чан | ||
description: Большой чан для готовки. Поместится много еды, осталось только приготовить. | ||
Comment on lines
+4
to
+5
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. перенести в локализацию |
||
components: | ||
- type: Sprite | ||
sprite: SS220/Objects/Consumable/Food/cauldron.rsi | ||
layers: | ||
- state: cauldron |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,16 @@ | |
flavorType: Complex | ||
description: терпко-сладко | ||
|
||
- type: flavor | ||
id: fatherSoup | ||
flavorType: Complex | ||
description: умопомрачительно, ослепительно, бурно, мощно | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. перенести в локализацию |
||
|
||
- type: flavor | ||
id: ghostChili | ||
flavorType: Complex | ||
description: призрачно остро | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. и это |
||
|
||
- type: flavor | ||
id: HolyMoly | ||
flavorType: Base | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "pot taken from Aurora Station at //github.com/Aurorastation/Aurora.3/blob/HEAD/icons/obj/item/reagent_containers/cooking_container.dmi, father states sprited by Estkemran (Github) for SS220", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "cauldron" | ||
}, | ||
{ | ||
"name": "father" | ||
} | ||
] | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"version": 1, | ||
"license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", | ||
"copyright": "Sprited by Estkemran (Github) for SS220", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "produce" | ||
} | ||
] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
перенести в локализацию