Skip to content

Commit

Permalink
haha yeah
Browse files Browse the repository at this point in the history
  • Loading branch information
BlitzTheSquishy committed Dec 18, 2024
1 parent d4d22c9 commit 1ab50b2
Show file tree
Hide file tree
Showing 9 changed files with 117 additions and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Locale/en-US/deltav/flavors/flavor-profiles.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ flavor-complex-blellow = like an impossible color
flavor-complex-candy-strawberry = like strawberries
flavor-complex-candy-bubblegum = like bubble gum
flavor-complex-double-ice-cream = like ice cream, twice
flavor-complex-lemon-lime-bitters = like an Aussie dessert
candy-flavor-profile = This one is supposed to taste {$flavor}.
candy-flavor-profile-multiple = This one is supposed to taste {$flavors} and {$lastFlavor}.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
reagent-name-angobitters = angobitters
reagent-desc-angobitters = An herbal bitters making use of angostura bark, often used to flavor drinks.
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ reagent-desc-mothamphetamine = A strangely... fuzzy drink. It has a chaotic aura
reagent-name-double-ice-cream = Double Ice Cream
reagent-desc-double-ice-cream = Ice cream, but now with even more ice cream on top. It doesn't get any sweeter than this!
reagent-name-lemon-lime-bitters = lemon lime bitters
reagent-desc-lemon-lime-bitters = Western Australians love this shit.
5 changes: 5 additions & 0 deletions Resources/Prototypes/DeltaV/Flavors/flavors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,8 @@
id: doubleicecream
flavorType: Complex
description: flavor-complex-double-ice-cream

- type: flavor
id: lemonlimebitters
flavorType: Complex
description: flavor-complex-lemon-lime-bitters
17 changes: 17 additions & 0 deletions Resources/Prototypes/DeltaV/Reagents/Consumable/Drink/alcohol.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
- type: reagent
id: Angobitters
name: reagent-name-angobitters
parent: BaseAlcohol
desc: reagent-desc-angobitters
physicalDesc: reagent-physical-desc-strong-smelling
flavor: alcohol
color: "#611f05"
recognizable: true
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 1
- !type:AdjustReagent
reagent: Ethanol
amount: 0.3
23 changes: 23 additions & 0 deletions Resources/Prototypes/DeltaV/Reagents/Consumable/Drink/drinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,26 @@
metamorphicFillBaseName: fill-
metamorphicChangeColor: false
fizziness: 0.4

- type: reagent
id: LemonLimeBitters
name: reagent-name-lemon-lime-bitters
parent: BaseDrink
desc: reagent-desc-lemon-lime-bitters
physicalDesc: reagent-physical-desc-fizzy
flavor: lemonlimebitters
metamorphicSprite:
sprite: DeltaV/Objects/Consumable/Drinks/lemonlimebittersglass.rsi
state: icon_empty
metamorphicMaxFillLevels: 5
metamorphicFillBaseName: fill-
metamorphicChangeColor: false
fizziness: 0.2
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.3
14 changes: 14 additions & 0 deletions Resources/Prototypes/DeltaV/Recipes/Reactions/drinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,17 @@
amount: 1
products:
DoubleIceCream: 3

- type: reaction
id: LemonLimeBitters
reactants:
Lemonade:
amount: 5
JuiceLime:
amount: 2
Sugar:
amount: 2
Angobitters:
amount: 1
products:
LemonLimeBitters: 10
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Made by BlitzTheSquishy",
"states": [
{
"name": "icon"
},
{
"name": "icon_empty"
},
{
"name": "fill-1"
},
{
"name": "fill-2"
},
{
"name": "fill-3"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Made by BlitzTheSquishy",
"states": [
{
"name": "icon"
},
{
"name": "icon_empty"
},
{
"name": "fill-1"
},
{
"name": "fill-2"
},
{
"name": "fill-3"
}
]
}

0 comments on commit 1ab50b2

Please sign in to comment.