Skip to content

Commit

Permalink
added Jenn in Tonic
Browse files Browse the repository at this point in the history
  • Loading branch information
neuPanda committed Sep 8, 2024
1 parent 2489607 commit 6aa6de1
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Locale/en-US/Floof/flavors/flavor-profiles.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ flavor-complex-whitechocolatechip = like white chocolate chips
flavor-complex-yeolhandy = like oranges and solitude
flavor-complex-thecutecaptain = tastes like moonlight
flavor-complex-axelsale = tastes like a long day on the frontier
flavor-complex-jenntonic = tasts sweet with a hidden bite
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,6 @@ reagent-desc-the-cute-captain = Light blue liquid with a sweet floral scent and
reagent-name-axels-ale = Axel's Ale
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?
5 changes: 5 additions & 0 deletions Resources/Prototypes/Floof/Flavors/flavors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,3 +332,8 @@
id: axelsale
flavorType: Complex
description: flavor-complex-axelsale

- type: flavor
id: jenntonic
flavorType: Complex
description: flavor-complex-jenntonic
23 changes: 23 additions & 0 deletions Resources/Prototypes/Floof/Reagents/Consumable/Drink/alcohol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1444,4 +1444,27 @@
- !type:AdjustReagent
reagent: Ethanol
amount: 0.03

- type: reagent
id: JennTonic
name: reagent-name-jenn-tonic
parent: BaseAlcohol
desc: reagent-desc-jenn-tonic
physicalDesc: reagent-physical-desc-fizzy
flavor: jenntonic
color: "#C1C071"
metamorphicSprite:
sprite: Objects/Consumable/Drinks/ginfizzglass.rsi
state: icon_empty
metamorphicMaxFillLevels: 6
metamorphicFillBaseName: fill-
metamorphicChangeColor: true
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.05

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 @@ -796,3 +796,15 @@
products:
AxelsAle: 3

- type: reaction
id: JennTonic
reactants:
Ice:
amount: 1
Whiskey:
amount: 1
TonicWater:
amount: 1
products:
JennTonic: 3

0 comments on commit 6aa6de1

Please sign in to comment.