-
Notifications
You must be signed in to change notification settings - Fork 93
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
1 parent
9e38ce3
commit 19aa613
Showing
13 changed files
with
73 additions
and
3 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
Resources/Locale/ru-RU/_prototypes/_sunrise/entities/objects/fun/flowers.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,4 @@ | ||
ent-RedFlowers = букет красных цветов | ||
.desc = Красиво уложенный букет кроваво-красных цветов. Приятно пахнет. | ||
ent-BlueFlowers = букет голубых цветов | ||
.desc = Красиво уложенный букет голубых, словно небо, цветов. Приятно пахнет. |
4 changes: 2 additions & 2 deletions
4
Resources/Locale/ru-RU/_prototypes/_sunrise/entities/objects/misc/bouquet.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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
ent-bouquet = Букет | ||
.desc = Букет душистых цветов. | ||
ent-Bouquet = букет кровавых цветов | ||
.desc = Букет цветов, окрашенных в кровавые оттенки. Выглядит завораживающе. Вкусно пахнет. |
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
19 changes: 19 additions & 0 deletions
19
Resources/Prototypes/_Sunrise/Entities/Objects/Fun/flowers.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,19 @@ | ||
- type: entity | ||
parent: BaseItem | ||
id: RedFlowers | ||
name: red flower bouquet | ||
description: A beautifully arranged bouquet of blood-red flowers. Smells good. | ||
components: | ||
- type: Sprite | ||
sprite: _Sunrise/Objects/Fun/red_flowers.rsi | ||
state: item | ||
|
||
- type: entity | ||
parent: BaseItem | ||
id: BlueFlowers | ||
name: red flower bouquet | ||
description: A beautifully arranged bouquet of sky-blue flowers. Smells good. | ||
components: | ||
- type: Sprite | ||
sprite: _Sunrise/Objects/Fun/blue_flowers.rsi | ||
state: item |
3 changes: 2 additions & 1 deletion
3
Resources/Prototypes/_Sunrise/Entities/Objects/Misc/bouquet.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
Binary file added
BIN
+863 Bytes
Resources/Textures/_Sunrise/Objects/Fun/blue_flowers.rsi/inhand-left.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
+853 Bytes
Resources/Textures/_Sunrise/Objects/Fun/blue_flowers.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions
22
Resources/Textures/_Sunrise/Objects/Fun/blue_flowers.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,22 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Created by tg @Salko_f", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "item" | ||
} | ||
] | ||
} |
Binary file added
BIN
+869 Bytes
Resources/Textures/_Sunrise/Objects/Fun/red_flowers.rsi/inhand-left.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
+864 Bytes
Resources/Textures/_Sunrise/Objects/Fun/red_flowers.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions
22
Resources/Textures/_Sunrise/Objects/Fun/red_flowers.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,22 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Created by tg @Salko_f", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "item" | ||
} | ||
] | ||
} |