Skip to content

Commit

Permalink
adding hallelujah,
Browse files Browse the repository at this point in the history
hallelujah represents a player who is rare and hard to come by
balanced some ethanol values
  • Loading branch information
neuPanda committed Sep 14, 2024
1 parent 3abe636 commit f643984
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Resources/Locale/en-US/Floof/flavors/flavor-profiles.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ flavor-complex-whitechocolatechip = like white chocolate chips
flavor-complex-yeolhandy = like oranges and solitude
flavor-complex-thecutecaptain = like moonlight
flavor-complex-axelsale = like a long day on the frontier
flavor-complex-jenntonic = sweet with a hidden bite
flavor-complex-jenntonic = sweet with a hidden bite
flavor-complex-hallelujah = a moment of peace
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,6 @@ reagent-desc-axels-ale = Red like the color of a setting sun on a beach
reagent-name-jenn-tonic = Jenn in Tonic
reagent-desc-jenn-tonic = Light golden and bubbly, what could go wrong?
reagent-name-hallelujah = Hallelujah
reagent-desc-hallelujah = Exactly what you need.
5 changes: 5 additions & 0 deletions Resources/Prototypes/Floof/Flavors/flavors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,3 +337,8 @@
id: jenntonic
flavorType: Complex
description: flavor-complex-jenntonic

- type: flavor
id: hallelujah
flavorType: Complex
description: flavor-complex-hallelujah
27 changes: 25 additions & 2 deletions Resources/Prototypes/Floof/Reagents/Consumable/Drink/alcohol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,7 @@
amount: 0.5
- !type:AdjustReagent
reagent: Ethanol
amount: 0.03
amount: 0.1

- type: reagent
id: JennTonic
Expand All @@ -1466,5 +1466,28 @@
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.05
amount: 0.08

- type: reagent
id: Hallelujah
name: reagent-name-hallelujah
parent: BaseAlcohol
desc: reagent-desc-hallelujah
physicalDesc: reagent-physical-desc-soothing
flavor: hallelujah
color: "#87757E"
metamorphicSprite:
sprite: Objects/Consumable/Drinks/wineglass.rsi
state: icon_empty
metamorphicMaxFillLevels: 5
metamorphicFillBaseName: fill-
metamorphicChangeColor: true
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 5
- !type:AdjustReagent
reagent: Ethanol
amount: 0.06

12 changes: 12 additions & 0 deletions Resources/Prototypes/Floof/Recipes/Reactions/drinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -808,3 +808,15 @@
products:
JennTonic: 3

- type: reaction
id: Hallelujah
reactants:
Wine:
amount: 2
Water:
amount: 3
LotophagoiOil:
amount: 1
products:
Hallelujah : 6

0 comments on commit f643984

Please sign in to comment.