Skip to content

Commit

Permalink
Adding drinks for a couple of cuties
Browse files Browse the repository at this point in the history
  • Loading branch information
neuPanda committed Sep 7, 2024
1 parent bf6b16c commit e75580b
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/Locale/en-US/Floof/flavors/flavor-profiles.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@ flavor-complex-thewaterslide = like unsanitary depravity
flavor-complex-whiskeysour = sour and like molasses
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
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,9 @@ reagent-desc-whiskeysour = Shelter from the Noöspheric Storm.
reagent-name-yeolhandy = ye ol handy
reagent-desc-yeolhandy = The loner's choice, cold as their bed.
reagent-name-the-cute-captain = The Cute Captain
reagent-desc-the-cute-captain = Light blue liquid with a sweet floral scent and a hint of pomegranate
reagent-name-axels-ale = Axel's Ale
reagent-desc-axels-ale = Red like the color of a setting sun on a beach
10 changes: 10 additions & 0 deletions Resources/Prototypes/Floof/Flavors/flavors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,3 +322,13 @@
id: yeolhandy
flavorType: Complex
description: flavor-complex-yeolhandy

- type: flavor
id: thecutecaptain
flavorType: Complex
description: flavor-complex-thecutecaptain

- type: flavor
id: axelsale
flavorType: Complex
description: flavor-complex-axelsale
40 changes: 40 additions & 0 deletions Resources/Prototypes/Floof/Reagents/Consumable/Drink/alcohol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1395,3 +1395,43 @@
- !type:AdjustReagent
reagent: Ethanol
amount: 0.05

- type: reagent
id: TheCuteCaptain
name: reagent-name-the-cute-captain
parent: BaseAlcohol
desc: reagent-desc-the-cute-captain
physicalDesc: reagent-physical-desc-starry
flavor: thecutecaptain
color: "#87cefa"
metamorphicChangeColor: true
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 3
- !type:AdjustReagent
reagent: Pomelustine
amount: 0.5

- type: reagent
id: AxelsAle
name: reagent-name-axels-ale
parent: BaseAlcohol
desc: reagent-desc-axels-ale
physicalDesc: reagent-physical-desc-strong-smelling
flavor: axelsale
color: "#E43414"
metamorphicChangeColor: false
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Pomelustine
amount: 0.5
- !type:AdjustReagent
reagent: Ethanol
amount: 0.03

23 changes: 23 additions & 0 deletions Resources/Prototypes/Floof/Recipes/Reactions/drinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -773,3 +773,26 @@
catalyst: true
products:
Sake: 1

- type: reaction
id: TheCuteCaptain
reactants:
Tea:
amount: 2
Pomelustine:
amount: 1
products:
TheCuteCaptain: 3

- type: reaction
id: AxelsAle
reactants:
Ale:
amount: 1
Rum:
amount: 1
Pomelustine:
amount: 1
products:
AxelsAle: 3

0 comments on commit e75580b

Please sign in to comment.