Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lemon Lime Bitters #2464

Merged
merged 21 commits into from
Feb 18, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
1ab50b2
haha yeah
BlitzTheSquishy Dec 18, 2024
7b58180
Merge branch 'master' of https://github.com/BlitzTheSquishy/Delta-v i…
BlitzTheSquishy Feb 13, 2025
28dc9f7
merge conflict fix
BlitzTheSquishy Feb 13, 2025
5270226
DeltaV namespace is kill
BlitzTheSquishy Feb 13, 2025
5a10d1d
Flavours reorganized (also shifted blood red dr gibb to where it was …
BlitzTheSquishy Feb 13, 2025
9d30a6b
forgor this
BlitzTheSquishy Feb 13, 2025
eaa9826
Merge branch 'master' into LLB
BlitzTheSquishy Feb 13, 2025
2ac63ae
bottle
BlitzTheSquishy Feb 13, 2025
595ea0c
Merge branch 'LLB' of https://github.com/BlitzTheSquishy/Delta-v into…
BlitzTheSquishy Feb 13, 2025
03a53c4
drinks.yml
BlitzTheSquishy Feb 15, 2025
cfea008
Merge branch 'master' into LLB
BlitzTheSquishy Feb 17, 2025
dea4268
LLB sprites
BlitzTheSquishy Feb 17, 2025
d25ce0b
agnobitters sprite and change of unit count
BlitzTheSquishy Feb 17, 2025
dd7ae6f
Merge branch 'LLB' of https://github.com/BlitzTheSquishy/Delta-v into…
BlitzTheSquishy Feb 17, 2025
82a710a
fill fix
BlitzTheSquishy Feb 17, 2025
3a3ff54
Merge branch 'master' into LLB
BlitzTheSquishy Feb 17, 2025
98bf6af
added to spawners and vendors
BlitzTheSquishy Feb 17, 2025
40f4ca2
Merge branch 'LLB' of https://github.com/BlitzTheSquishy/Delta-v into…
BlitzTheSquishy Feb 17, 2025
0a35e8c
oopsies be fixed!
BlitzTheSquishy Feb 17, 2025
81ad408
thank you orange for making my sprites a bit less shit
BlitzTheSquishy Feb 17, 2025
b0544b5
Deltanedas review fix
BlitzTheSquishy Feb 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
]
}
Loading