Skip to content

Commit

Permalink
Timefall porter beer (#379)
Browse files Browse the repository at this point in the history
w/ fixed paths
  • Loading branch information
Pluteno authored and MilenVolf committed Jul 13, 2024
1 parent 53fc471 commit 66ad41a
Show file tree
Hide file tree
Showing 10 changed files with 62 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Generic flavors.

flavor-buzz = как бззз
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 @@ -55,6 +55,7 @@
DrinkJuiceWatermelonCarton: 3
DrinkJuiceWehCarton: 1
DrinkJuiceMoffCarton: 1
DrinkTimefalllPorterBeerCan: 4
# Starshine-end
emaggedInventory:
DrinkPoisonWinebottleFull: 2
Expand Down
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
5 changes: 5 additions & 0 deletions Resources/Prototypes/Starshine/Flavors/flavors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
id: buzz
flavorType: Base
description: flavor-buzz

- 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"
}
]
}

0 comments on commit 66ad41a

Please sign in to comment.