forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
w/ fixed paths
- Loading branch information
Showing
10 changed files
with
62 additions
and
0 deletions.
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
## Generic flavors. | ||
|
||
flavor-buzz = как бззз | ||
flavor-complex-timefallPorter = как ускоряющий время дождь |
2 changes: 2 additions & 0 deletions
2
Resources/Locale/ru-RU/starshine/reagents/meta/consumable/drink/alcohol.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 @@ | ||
reagent-name-timefallPorter = темпоральный портер | ||
reagent-desc-timefallPorter = Натуральный вкус природных садов с добавлением темпоральных осадков и крови МУЛов. |
2 changes: 2 additions & 0 deletions
2
...ale/ru-RU/starshine/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_cans.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-DrinkTimefalllPorterBeerCan = банка темпорального портера | ||
.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
18 changes: 18 additions & 0 deletions
18
Resources/Prototypes/Starshine/Entities/Objects/Consumable/Drinks/drinks_cans.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,18 @@ | ||
- type: entity | ||
parent: DrinkCanBaseFull | ||
id: DrinkTimefalllPorterBeerCan | ||
name: timefall porter can | ||
description: A true taste of natural gardens, with the addition of timefall precipitation and the blood of MULEs. | ||
components: | ||
- type: SolutionContainerManager | ||
solutions: | ||
drink: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: TimefallBeer | ||
Quantity: 30 | ||
- type: Drink | ||
- type: Sprite | ||
sprite: Starshine/Objects/Consumable/Drinks/timefallporter_can.rsi | ||
- type: Item | ||
sprite: Starshine/Objects/Consumable/Drinks/timefallporter_can.rsi |
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
16 changes: 16 additions & 0 deletions
16
Resources/Prototypes/Starshine/Reagents/Consumable/Drink/alcohol.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,16 @@ | ||
- type: reagent | ||
id: TimefallBeer | ||
name: reagent-name-timefallPorter | ||
parent: BaseAlcohol | ||
desc: reagent-desc-timefallPorter | ||
physicalDesc: reagent-physical-desc-bubbly | ||
flavor: timefallPorter | ||
color: "#c8cc61" | ||
recognizable: true | ||
metamorphicSprite: | ||
sprite: Objects/Consumable/Drinks/beerglass.rsi | ||
state: icon_empty | ||
metamorphicMaxFillLevels: 6 | ||
metamorphicFillBaseName: fill- | ||
metamorphicChangeColor: true | ||
fizziness: 0.6 |
Binary file added
BIN
+4.64 KB
...es/Textures/Starshine/Objects/Consumable/Drinks/timefallporter_can.rsi/icon.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
+917 Bytes
...xtures/Starshine/Objects/Consumable/Drinks/timefallporter_can.rsi/icon_open.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/Starshine/Objects/Consumable/Drinks/timefallporter_can.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, | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"license": "CC-BY-SA-4.0", | ||
"copyright": "Modified version of Github #DrMelon, resprited by Pluteno, referenced on beer from Death Stranding", | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "icon_open" | ||
} | ||
] | ||
} |