mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 12:04:48 +01:00
Adds Strawberry Daiquiri and Miami Vice. (#32069)
* Adds Strawberry Daiquiri and Miami Vice. * Fixes the amout returned in the Miami Vice to equal the sum of its parts, and increases the alcohol percentage. * Adds Strawberry Daiquiri and Miami Vice to the drinks manual. * Corrects the formatting and alphabetization of manuals.dm entries.
This commit is contained in:
@@ -874,6 +874,8 @@
|
||||
Mix one part each of Cuba Libre, vodka, gin, and tequila.
|
||||
<h2>Margarita:</h2>
|
||||
Mix two parts tequila to one part lime juice.
|
||||
<h2>Miami Vice:</h2>
|
||||
Mix one part Strawberry Daiquiri and one part Piña Colada.
|
||||
<h2>Mint Julep:</h2>
|
||||
Mix one part each of whiskey, ice, sugar, and mint. Botany or the Kitchen can help.
|
||||
<h2>Mojito:</h2>
|
||||
@@ -894,6 +896,8 @@
|
||||
Mix one part each of cognac, lemon juice, and orange juice.
|
||||
<h2>Snow White:</h2>
|
||||
Mix one part beer to one part lemon-lime.
|
||||
<h2>Strawberry Daiquiri:</h2>
|
||||
Mix two parts rum to one part each of berry juice, sugar, and ice.
|
||||
<h2>Syndicate Bomb:</h2>
|
||||
Mix one part Whiskey Cola to one part beer.
|
||||
<h2>Synth 'n Soda: §</h2>
|
||||
|
||||
@@ -401,6 +401,30 @@
|
||||
yuck_description = "stickiness in your tubes"
|
||||
goal_difficulty = REAGENT_GOAL_EASY
|
||||
|
||||
/datum/reagent/consumable/ethanol/strawberry_daiquiri
|
||||
name = "Strawberry Daiquiri"
|
||||
id = "strawberry_daiquiri"
|
||||
description = "Berry juice and sugar mixed with rum. A fruity and refreshing mix."
|
||||
color = "#ff8091"
|
||||
alcohol_perc = 0.4
|
||||
drink_icon = "strawberrydaiquiriglass"
|
||||
drink_name = "Strawberry Daiquiri"
|
||||
drink_desc = "A sweeter alternative to the standard daiquiri."
|
||||
taste_description = "sweetened berry juice and rum"
|
||||
goal_difficulty = REAGENT_GOAL_EASY
|
||||
|
||||
/datum/reagent/consumable/ethanol/miami_vice
|
||||
name = "Miami Vice"
|
||||
id = "miami_vice"
|
||||
description = "A pina colada on top of a strawberry daiquiri. A fruity and tart mix."
|
||||
color = "#ffc3cb"
|
||||
alcohol_perc = 0.6
|
||||
drink_icon = "miamiviceglass"
|
||||
drink_name = "Miami Vice"
|
||||
drink_desc = "A pina colada on top of a strawberry daiquiri. You're filled with a longing for an ancient city..."
|
||||
taste_description = "sweet berries and tangy pineapples"
|
||||
goal_difficulty = REAGENT_GOAL_EASY
|
||||
|
||||
/datum/reagent/consumable/ethanol/martini
|
||||
name = "Classic Martini"
|
||||
id = "martini"
|
||||
|
||||
@@ -468,6 +468,22 @@
|
||||
result_amount = 4
|
||||
mix_sound = 'sound/goonstation/misc/drinkfizz.ogg'
|
||||
|
||||
/datum/chemical_reaction/strawberry_daiquiri
|
||||
name = "Strawberry Daiquiri"
|
||||
id = "strawberry_daiquiri"
|
||||
result = "strawberry_daiquiri"
|
||||
required_reagents = list("berryjuice" = 1, "sugar" = 1, "rum" = 2, "ice" = 1)
|
||||
result_amount = 4
|
||||
mix_sound = 'sound/goonstation/misc/drinkfizz.ogg'
|
||||
|
||||
/datum/chemical_reaction/miami_vice
|
||||
name = "Miami Vice"
|
||||
id = "miami_vice"
|
||||
result = "miami_vice"
|
||||
required_reagents = list("pinacolada" = 1, "strawberry_daiquiri" = 1)
|
||||
result_amount = 2
|
||||
mix_sound = 'sound/goonstation/misc/drinkfizz.ogg'
|
||||
|
||||
/datum/chemical_reaction/sbiten
|
||||
name = "Sbiten"
|
||||
id = "sbiten"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 119 KiB |
Reference in New Issue
Block a user