forked from SerbiaStrong-220/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Добавление двух карамельных трости для готовки (SerbiaStrong-220#2349)
* food * Konfetka gotova * time to eat * translation
- Loading branch information
Showing
11 changed files
with
252 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
ent-CaramelFood = карамелька | ||
.desc = Ммм... вкусно! | ||
ent-CaramelBasedFood = заготовка карамельной трости | ||
.desc = Всё будет, но не сразу | ||
ent-RedCaramelCaneFood = красная карамельная трость | ||
.desc = Точно не выдержит ваш вес | ||
ent-GreenCaramelCaneFood = зелёная карамельная трость | ||
.desc = Даже не пытайте опереться на неё | ||
ent-CaramelCaneGreenRedFood = красно-зелёная карамельная трость | ||
.desc = Трость, украшенная цветными полосками и узорами. | ||
ent-DoubleCaramelCaneFood = двойная карамельная трость | ||
.desc = Устройте дуель! |
139 changes: 139 additions & 0 deletions
139
Resources/Prototypes/SS220/Entities/Objects/Consumable/Food/ingridients.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,139 @@ | ||
- type: entity | ||
name: caramel | ||
parent: FoodBakingBase | ||
id: CaramelFood | ||
description: Mmm... yummy! | ||
components: | ||
- type: Sprite | ||
sprite: SS220/Objects/Consumable/Food/caramel.rsi/ | ||
state: caramel | ||
- type: Construction | ||
graph: CandyBased | ||
node: start | ||
defaultTarget: caramel | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 5 | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 4 | ||
- ReagentId: Vitamin | ||
Quantity: 1 | ||
|
||
- type: entity | ||
name: preparation of a caramel cane | ||
parent: FoodBakingBase | ||
id: CaramelBasedFood | ||
description: Everything will happen, but not immediately | ||
components: | ||
- type: Sprite | ||
sprite: SS220/Objects/Consumable/Food/caramel.rsi/ | ||
state: caramel-base | ||
- type: Construction | ||
graph: CandyBased | ||
node: caramel | ||
- type: SolutionContainerManager | ||
|
||
- type: entity | ||
name: red caramel cane | ||
parent: FoodBakingBase | ||
id: RedCaramelCaneFood | ||
description: It definitely won't hold your weight | ||
components: | ||
- type: Sprite | ||
sprite: SS220/Objects/Consumable/Food/caramel.rsi/ | ||
state: caramel-red | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 10 | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 8 | ||
- ReagentId: Vitamin | ||
Quantity: 2 | ||
- type: MeleeWeapon | ||
wideAnimationRotation: 0 | ||
damage: | ||
types: | ||
Piercing: 1 | ||
angle: 0 | ||
animation: WeaponArcThrust | ||
soundHit: | ||
path: /Audio/Weapons/bladeslice.ogg | ||
|
||
- type: entity | ||
name: green caramel cane | ||
parent: FoodBakingBase | ||
id: GreenCaramelCaneFood | ||
description: Don't even try to lean on it | ||
components: | ||
- type: Sprite | ||
sprite: SS220/Objects/Consumable/Food/caramel.rsi/ | ||
state: caramel-green | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 10 | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 8 | ||
- ReagentId: Vitamin | ||
Quantity: 2 | ||
- type: MeleeWeapon | ||
wideAnimationRotation: 0 | ||
damage: | ||
types: | ||
Piercing: 1 | ||
angle: 0 | ||
animation: WeaponArcThrust | ||
soundHit: | ||
path: /Audio/Weapons/bladeslice.ogg | ||
|
||
- type: entity | ||
name: red and green caramel cane | ||
parent: FoodBakingBase | ||
id: CaramelCaneGreenRedFood | ||
description: A cane decorated with colored stripes and patterns. | ||
components: | ||
- type: Sprite | ||
sprite: SS220/Objects/Consumable/Food/caramel.rsi/ | ||
state: caramel-green-red | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 10 | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 8 | ||
- ReagentId: Vitamin | ||
Quantity: 2 | ||
- type: MeleeWeapon | ||
wideAnimationRotation: 0 | ||
damage: | ||
types: | ||
Piercing: 1 | ||
angle: 0 | ||
animation: WeaponArcThrust | ||
soundHit: | ||
path: /Audio/Weapons/bladeslice.ogg | ||
|
||
- type: entity | ||
name: double caramel cane | ||
parent: FoodBakingBase | ||
id: DoubleCaramelCaneFood | ||
description: Arrange a duel! | ||
components: | ||
- type: Sprite | ||
sprite: SS220/Objects/Consumable/Food/caramel.rsi/ | ||
state: double-caramel | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 20 | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 16 | ||
- ReagentId: Vitamin | ||
Quantity: 4 |
13 changes: 13 additions & 0 deletions
13
Resources/Prototypes/SS220/Recipes/Construction/Graphs/food/Candybased.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,13 @@ | ||
- type: constructionGraph | ||
id: CandyBased | ||
start: start | ||
graph: | ||
- node: start | ||
entity: CaramelFood | ||
edges: | ||
- to: caramel | ||
steps: | ||
- tool: Rolling | ||
doAfter: 1 | ||
- node: caramel | ||
entity: CaramelBasedFood |
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
+386 Bytes
Resources/Textures/SS220/Objects/Consumable/Food/caramel.rsi/caramel-base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+591 Bytes
Resources/Textures/SS220/Objects/Consumable/Food/caramel.rsi/caramel-green-red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+592 Bytes
Resources/Textures/SS220/Objects/Consumable/Food/caramel.rsi/caramel-green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+587 Bytes
Resources/Textures/SS220/Objects/Consumable/Food/caramel.rsi/caramel-red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+445 Bytes
Resources/Textures/SS220/Objects/Consumable/Food/caramel.rsi/caramel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+768 Bytes
Resources/Textures/SS220/Objects/Consumable/Food/caramel.rsi/double-caramel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions
29
Resources/Textures/SS220/Objects/Consumable/Food/caramel.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,29 @@ | ||
{ | ||
"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 dinazewwr (Discord) for SS220", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "caramel" | ||
}, | ||
{ | ||
"name": "caramel-base" | ||
}, | ||
{ | ||
"name": "caramel-red" | ||
}, | ||
{ | ||
"name": "caramel-green" | ||
}, | ||
{ | ||
"name": "caramel-green-red" | ||
}, | ||
{ | ||
"name": "double-caramel" | ||
} | ||
] | ||
} |