Adds 5 new varieties of Vaurca soda (#18931)

![image](https://github.com/Aurorastation/Aurora.3/assets/59633984/c6fd943d-2bcd-4b23-9b6e-99d6a1c7789d)

Credits go to @GMR25 for descriptions. Credits go to @desvenlafaxine for
names/sprites.
This commit is contained in:
feartheblackout
2024-04-15 08:34:31 +00:00
committed by GitHub
parent 0d5f5e7c24
commit 722a55fba9
6 changed files with 148 additions and 6 deletions
@@ -5815,17 +5815,32 @@
taste_description = "fruity grape"
/singleton/reagent/drink/zorasoda/klax
name = "K'laxan Energy Crush"
name = "K'lax Energy Crush"
description = "An orange zest cream soda with a delicious smooth taste."
color = "#E78108"
taste_description = "fizzy and creamy orange zest"
/singleton/reagent/drink/zorasoda/xuizi
name = "K'lax Xuizi Xplosion"
description = "A fizzy soda, made with genuine xuizi juice."
color = "#91de47"
taste_description = "sparkling cactus water"
species_taste_description = list(
SPECIES_UNATHI = "an electric kick of strawberry and watermelon"
)
/singleton/reagent/drink/zorasoda/cthur
name = "C'thur Rockin' Raspberry"
description = "A raspberry concoction you're pretty sure is already on recall."
color = "#0000CD"
taste_description = "sweet flowery raspberry"
/singleton/reagent/drink/zorasoda/dyn
name = "C'thur Dyn-A-Mite"
description = "Tastes like dyn, if it punched you in the mouth."
color = "#00e0e0"
taste_description = "an explosion of menthol"
/singleton/reagent/drink/zorasoda/venomgrass
name = "Zo'ra Sour Venom Grass"
description = "The milder version of High Energy Zorane Might. Still tastes like a cloud of angry stinging acidic bees, though."
@@ -5851,6 +5866,24 @@
color = "#DCD9CD"
taste_description = "sugary cabbage"
/singleton/reagent/drink/zorasoda/mixedberry
name = "Zo'ra Caprician Craze"
description = "A mixed berry soda. Which berries are those? You can't tell!"
color = "#F9190F"
taste_description = "energizing berries"
/singleton/reagent/drink/zorasoda/lemonlime
name = "Zo'ra Seismic Slammer"
description = "A potently effervescent lemon-lime energy drink."
color = "#E3E3E3"
taste_description = "electric zestiness"
/singleton/reagent/drink/zorasoda/buzz
name = "Buzzin' Cola"
description = "A remarkably bubbly cola flavoured energy drink."
color = "#3C090B"
taste_description = "a fizzing swarm of cola"
/singleton/reagent/drink/zorasoda/drone
name = "Vaurca Drone Fuel"
description = "It's as thick as syrup and smells of gasoline. Why."
@@ -376,12 +376,19 @@
reagents_to_add = list(/singleton/reagent/drink/zorasoda/phoron = 30)
/obj/item/reagent_containers/food/drinks/cans/zorasoda/klax
name = "\improper K'laxan Energy Crush"
name = "\improper K'lax Energy Crush"
desc = "A can of nitrogen-infused creamy orange zest flavoured Zo'ra Soda energy drink, with V'krexi additives. The smooth taste is engineered to near perfection."
icon_state = "klaxancrush"
item_state = "klaxancrush"
icon_state = "klaxcrush"
item_state = "klaxcrush"
reagents_to_add = list(/singleton/reagent/drink/zorasoda/klax = 30)
/obj/item/reagent_containers/food/drinks/cans/zorasoda/xuizi
name = "\improper K'lax Xuizi Xplosion"
desc = "A can of xuizi flavoured Zo'ra Soda energy drink, with V'krexi additives. A refreshing taste for more than just unathi."
icon_state = "klaxxuizi"
item_state = "klaxxuizi"
reagents_to_add = list(/singleton/reagent/drink/zorasoda/xuizi = 30)
/obj/item/reagent_containers/food/drinks/cans/zorasoda/cthur
name = "\improper C'thur Rockin' Raspberry"
desc = "A can of \"blue raspberry\" flavoured Zo'ra Soda energy drink, with V'krexi additives. Tastes like a more flowery and aromatic raspberry."
@@ -389,6 +396,13 @@
item_state = "cthurberry"
reagents_to_add = list(/singleton/reagent/drink/zorasoda/cthur = 30)
/obj/item/reagent_containers/food/drinks/cans/zorasoda/dyn
name = "\improper C'thur Dyn-A-Mite"
desc = "A can of dyn flavoured Zo'ra Soda energy drink, with V'krexi additives. A blast of flavour, straight from Qerrbalak!"
icon_state = "cthurdyn"
item_state = "cthurdyn"
reagents_to_add = list(/singleton/reagent/drink/zorasoda/dyn = 30)
/obj/item/reagent_containers/food/drinks/cans/zorasoda/venomgrass
name = "\improper Zo'ra Sour Venom Grass"
desc = "A can of sour \"venom grass\" flavoured Zo'ra Soda energy drink, with V'krexi additives. Tastes like a cloud of angry stinging acidic bees."
@@ -410,6 +424,27 @@
item_state = "koistwist"
reagents_to_add = list(/singleton/reagent/drink/zorasoda/kois = 30)
/obj/item/reagent_containers/food/drinks/cans/zorasoda/mixedberry
name = "\improper Zo'ra Soda Caprician Craze"
desc = "A can of \"mixed berry\" flavoured Zo'ra Soda energy drink, with V'krexi additives. The number one drink in New Sedantis!"
icon_state = "capriciancraze"
item_state = "capriciancraze"
reagents_to_add = list(/singleton/reagent/drink/zorasoda/mixedberry = 30)
/obj/item/reagent_containers/food/drinks/cans/zorasoda/lemonlime
name = "\improper Zo'ra Soda Seismic Slammer"
desc = "A can of \"lemon-lime\" flavoured Zo'ra Soda energy drink, with V'krexi additives. It'll knock you off your feet!"
icon_state = "seismicslammer"
item_state = "seismicslammer"
reagents_to_add = list(/singleton/reagent/drink/zorasoda/lemonlime = 30)
/obj/item/reagent_containers/food/drinks/cans/zorasoda/buzz
name = "\improper Buzzin' Cola"
desc = "A can of cola flavoured energy drink, with V'krexi additives. Guaranteed to overwhelm your taste buds."
icon_state = "buzzinsoda"
item_state = "buzzinsoda"
reagents_to_add = list(/singleton/reagent/drink/zorasoda/buzz = 30)
/obj/item/reagent_containers/food/drinks/cans/zorasoda/drone
name = "\improper Vaurca Drone Fuel"
desc = "A can of industrial fluid flavoured Zo'ra Soda energy drink, with V'krexi additives, meant for Vaurca.<br/>" + SPAN_DANGER(" WARNING: Known to induce vomiting in all species except vaurcae and dionae!")
@@ -96,6 +96,11 @@ var/list/lunchables_drinks_ = list(
/obj/item/reagent_containers/food/drinks/cans/zorasoda/cthur,
/obj/item/reagent_containers/food/drinks/cans/zorasoda/venomgrass,
/obj/item/reagent_containers/food/drinks/cans/zorasoda/kois,
/obj/item/reagent_containers/food/drinks/cans/zorasoda/mixedberry,
/obj/item/reagent_containers/food/drinks/cans/zorasoda/lemonlime,
/obj/item/reagent_containers/food/drinks/cans/zorasoda/xuizi,
/obj/item/reagent_containers/food/drinks/cans/zorasoda/dyn,
/obj/item/reagent_containers/food/drinks/cans/zorasoda/buzz
)
var/list/lunchables_vaurca_ = list(