Skip to content
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

Timefall porter beer #356

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Resources/Locale/en-US/flavors/flavor-profiles.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ flavor-complex-rocksandstones = like rocks and stones
## Basic drinks
flavor-complex-water = like water
flavor-complex-beer = like piss
flavor-complex-timefallPorter = like timefall rain
flavor-complex-cognac = like dry spicy alcohol
flavor-complex-mead = like fermented honey
flavor-complex-vermouth = like herbal grape rinds
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ reagent-desc-ale = A dark alchoholic beverage made by malted barley and yeast.
reagent-name-beer = beer
reagent-desc-beer = An alcoholic beverage made from malted grains, hops, yeast, and water.

reagent-name-timefallPorter = timefall porter can
reagent-desc-timefallPorter = A true taste of natural gardens, with the addition of timefall precipitation and the blood of MULEs.

reagent-name-blue-curacao = blue curacao
reagent-desc-blue-curacao = Exotically blue, fruity drink, distilled from oranges.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
flavor-complex-timefallPorter = как ускоряющий время дождь
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
reagent-name-timefallPorter = темпоральный портер
reagent-desc-timefallPorter = Натуральный вкус природных садов с добавлением темпоральных осадков и крови МУЛов.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-DrinkTimefalllPorterBeerCan = банка темпорального портера
.desc = Натуральный вкус природных садов с добавлением темпоральных осадков и крови МУЛов.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
DrinkChampagneBottleFull: 2 #because the premium drink
DrinkSakeBottleFull: 3
DrinkBeerCan: 5
DrinkTimefalllPorterBeerCan: 4
DrinkWineCan: 5
emaggedInventory:
DrinkPoisonWinebottleFull: 2
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
4 changes: 4 additions & 0 deletions Resources/Prototypes/Starshine/Flavors/flavors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- type: flavor
id: timefallPorter
flavorType: Complex
description: flavor-complex-timefallPorter
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
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.
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"
}
]
}
Loading