Dominia Content Update I: The Pax Liturgica (#16737)

* if you can read this shut up about it

* please

* please?

* fine. i'll do it myself

* Revert "fine. i'll do it myself"

This reverts commit 9682843336.

* please please

* i thought computers were supposed to be smart

* finishing touches

* it's never really the last change

* fixes missing witchfinder book

* yangechog

* edictjustments
This commit is contained in:
juniper
2023-07-21 19:33:10 +00:00
committed by GitHub
parent 767f146dd0
commit 12760c68a0
20 changed files with 708 additions and 22 deletions
@@ -2769,6 +2769,54 @@
glass_name = "glass of vintage wine"
glass_desc = "A very classy and expensive-looking drink."
/singleton/reagent/alcohol/wine/dominian
name = "Geneboosted Wine"
description = "A popular vintage among the Dominian elite. Worth every Imperial Pound."
strength = 10
taste_description = "expensive red wine, dates, and bittersweet chocolate"
glass_icon_state = "sacredwineglass"
glass_name = "glass of geneboosted wine"
glass_desc = "An imperiously classy drink. In Her name, so shall it be drunk!"
/singleton/reagent/alcohol/wine/algae
name = "Algae Wine"
description = "More of an absinthe than a wine. The favored drink of the Imperial military."
taste_description = "licorice and spinach"
glass_icon_state = "algaewineglass"
glass_name = "glass of algae wine"
glass_desc = "Smells like a hydroponic basin. Not very classy."
/singleton/reagent/alcohol/wine/valokki
name = "Valokki Wine"
description = "A smooth, rich wine distilled from the cloudberry fruit found within the taiga bordering the Lyod."
taste_description = "smooth, rich wine"
strength = 25
glass_icon_state = "valokkiwineglass"
glass_desc = "A very classy, powerful drink."
/singleton/reagent/alcohol/kvass
name = "Kvass"
description = "A sweet-and-sour grain drink, originating in Northeastern Europe."
taste_description = "bittersweet yeast"
strength = 15
glass_icon_state = "kvassglass"
glass_name = "glass of kvass"
glass_desc = "A cloudy, slightly effervescent drink."
/singleton/reagent/alcohol/tarasun
name = "Tarasun"
description = "An incredibly potent alcoholic beverage distilled and fermented from tenelote milk, often enjoyed during tribal festivities among Lyodii."
taste_description = "whey liquor"
strength = 30
glass_icon_state = "tarasunglass"
glass_name = "glass of tarasun"
glass_desc = "An incredibly potent alcoholic beverage, distilled and fermented from tenelote milk."
// Cocktails
/singleton/reagent/alcohol/acid_spit
@@ -4491,6 +4539,180 @@
glass_name = "mug of cinnamon apple whiskey"
glass_desc = "Cider with cinnamon whiskey. It's like drinking a hot apple pie!"
/singleton/reagent/alcohol/universalist
name = "The Universalist"
color = "#a05416"
description = "Under the Fifth Edict, this should be drunk immediately!"
strength = 25
taste_description = "shutdown codes"
glass_icon_state = "universalistglass"
glass_name = "glass of the universalist"
glass_desc = "Under the Fifth Edict, this should be drunk immediately!"
/singleton/reagent/alcohol/martyrgarita
name = "The Martyrgarita"
color = "#801a1a"
description = "A drink worth dying for."
strength = 20
taste_description = "fizzy communion wine"
glass_icon_state = "martyrgaritaglass"
glass_name = "glass of the martyrgarita"
glass_desc = "A drink worth dying for."
/singleton/reagent/alcohol/ceasefire
name = "Ceasefire"
color = "#df5211"
description = "Unfortunately, the flavors are unwilling to co-operate, and the kvass has fled to Xanu Prime."
strength = 20
taste_description = "bittersweet reunions"
glass_icon_state = "ceasefireglass"
glass_name = "glass of ceasefire"
glass_desc = "Unfortunately, the flavors are unwilling to co-operate, and the kvass has fled to Xanu Prime."
/singleton/reagent/alcohol/scramegg
name = "SCRAMbled Egg"
color = "#cfb024"
description = "The closest thing you can get to breakfast in most of Neubach."
strength = 15
taste_description = "slimy raw egg and beer"
glass_icon_state = "scrameggglass"
glass_name = "glass of SCRAMbled egg"
glass_desc = "A raw egg in a glass of kvass. The closest thing you can get to breakfast in most of Neubach."
/singleton/reagent/alcohol/governmentinexile
name = "Government In Exile"
color = "#2ab888"
description = "A united front of flavors."
strength = 15
taste_description = "homesickness"
glass_icon_state = "goeglass"
glass_name = "glass of government in exile"
glass_desc = "A united front of flavors."
/singleton/reagent/alcohol/instrument
name = "Instrument of Surrender"
color = "#1dbcd1"
description = "A good, strong drink must be erected upon the ruins, if any of us are to have a future."
strength = 20
taste_description = "freedom from want"
glass_icon_state = "insurrenderglass"
glass_name = "glass of instrument of surrender"
glass_desc = "A good, strong drink must be erected upon the ruins, if any of us are to have a future."
/singleton/reagent/alcohol/armsalchemy
name = "Armsman's Alchemy"
color = "#13707c"
description = "An astoundingly bad idea."
strength = 30
overdose = 30
caffeine = 0.4
taste_description = "a burning cosmos"
glass_icon_state = "armsalcglass"
glass_name = "glass of armsman's alchemy"
glass_desc = "A litany in itself."
/singleton/reagent/alcohol/armsalchemy/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed, var/datum/reagents/holder)
if(alien != IS_DIONA)
if(prob(2))
to_chat(M, SPAN_GOOD(pick("You feel like undeath.", "You feel your mind wander...", "You feel restless.")))
/singleton/reagent/alcohol/armsalchemy/overdose(var/mob/living/carbon/M, var/alien, var/datum/reagents/holder)
if(!(alien in list(IS_DIONA, IS_VAURCA)))
M.make_jittery(5)
/singleton/reagent/alcohol/inquisitrix
name = "The Inquisitrix"
color = "#2646b1"
description = "Greatness is achieved through strength of beverage."
strength = 35
taste_description = "tomorrow's headache"
glass_icon_state = "inquisitrixglass"
glass_name = "glass of the inquisitrix"
glass_desc = "Greatness is achieved through strength of beverage."
/singleton/reagent/alcohol/songwater
name = "Songwater"
description = "Consists of tarasun mixed with nutmeg and pepper to give it an aggressive burn, leading to the imbiber to gasp for air incoherently - hence 'songwater'."
strength = 35
taste_description = "frostbite in your throat"
glass_icon_state = "songwaterglass"
glass_name = "glass of songwater"
glass_desc = "Consists of tarasun mixed with nutmeg and pepper to give it an aggressive burn, leading to the imbiber to gasp for air incoherently - hence 'songwater'."
var/agony_dose = 5
var/agony_amount = 1
var/discomfort_message = "<span class='danger'>Your insides feel uncomfortably hot!</span>"
var/slime_temp_adj = 3
/singleton/reagent/alcohol/songwater/affect_blood(var/mob/living/carbon/M, var/alien, var/removed, var/datum/reagents/holder)
M.adjustToxLoss(0.1 * removed)
/singleton/reagent/alcohol/songwater/initial_effect(mob/living/carbon/M, alien, datum/reagents/holder)
. = ..()
to_chat(M, discomfort_message)
/singleton/reagent/alcohol/songwater/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed, var/datum/reagents/holder)
if(alien != IS_DIONA)
if(ishuman(M))
var/mob/living/carbon/human/H = M
if(!H.can_feel_pain())
return
if(M.chem_doses[type] < agony_dose)
if(prob(5))
to_chat(M, discomfort_message)
else
M.apply_effect(agony_amount, DAMAGE_PAIN, 0)
if(prob(5))
M.visible_message("<b>[M]</b> [pick("dry heaves!","coughs!","splutters!")]")
to_chat(M, "<span class='danger'>You feel like your insides are burning!</span>")
if(istype(M, /mob/living/carbon/slime))
M.bodytemperature += rand(0, 15) + slime_temp_adj
holder.remove_reagent(/singleton/reagent/frostoil, 2)
/singleton/reagent/alcohol/threefold
name = "Threefold"
color = "#8a1153"
description = "Praise its holy name! Praise its holy hangover!"
strength = 35
taste_description = "incense"
glass_icon_state = "threefoldglass"
glass_name = "glass of threefold"
glass_desc = "And She stood before Katarina in the guise of her very own squire, mortally wounded on her own pike, and she gurgled, 'Remedy affliction with temperance.'"
/singleton/reagent/alcohol/godhead
name = "Godhead"
color = "#8f3bb1"
description = "And She whispered to Jarmila in the guise of a brewer-woman, and She said 'Know temptation and spit on its embers.'"
strength = 40
taste_description = "morozi winter, with all its hardships"
glass_icon_state = "godheadglass"
glass_name = "glass of godhead"
glass_desc = "And She whispered to Jarmila in the guise of a brewer-woman, and She said 'Know temptation and spit on its embers.'"
/singleton/reagent/alcohol/tribunal
name = "Tribunal"
color = "#47092b"
description = "And so She said to Giovanna, 'Make merry, for there is always a bitter tomorrow!'."
strength = 75
taste_description = "alcoholic rapture"
glass_icon_state = "tribunalglass"
glass_name = "rapturous sacrament of the threefold goddess"
glass_desc = "And Our Lady did come down from the mountain, and She was flanked in radiant and ever-burning cosmic fires. And She spoke with the Lady Caladius for what seemed an eternity, \
and the Lady Caladius did finally emerge. And we happy few were so blessed as to hear her- the Prophetess Giovanna- say, 'Drink today not as warriors, but as immortals.'."
// Skrellian drinks
//====================
// Some are alocholic, some are not
@@ -3972,3 +3972,90 @@
result = /singleton/reagent/drink/toothpaste/ichor
required_reagents = list(/singleton/reagent/alcohol/butanol/xuizijuice = 1, /singleton/reagent/kois/clean = 1, /singleton/reagent/drink/toothpaste = 1)
result_amount = 3
// dominian cocktails - Glory to Her name! Glory to Her liquor!
/datum/chemical_reaction/drink/universalist
name = "the universalist"
id = "universalist"
result = /singleton/reagent/alcohol/universalist
required_reagents = list(/singleton/reagent/alcohol/wine/dominian = 1, /singleton/reagent/alcohol/beepsky_smash = 1)
result_amount = 2
/datum/chemical_reaction/drink/martyrgarita
name = "martyrgarita"
id = "martyrgarita"
result = /singleton/reagent/alcohol/martyrgarita
required_reagents = list(/singleton/reagent/alcohol/wine/dominian = 1, /singleton/reagent/drink/limejuice = 1, /singleton/reagent/water/holywater = 1)
result_amount = 3
/datum/chemical_reaction/drink/ceasefire
name = "ceasefire"
id = "ceasefire"
result = /singleton/reagent/alcohol/ceasefire
required_reagents = list(/singleton/reagent/alcohol/wine/dominian = 1, /singleton/reagent/alcohol/kvass = 1, /singleton/reagent/drink/sodawater = 1)
result_amount = 3
/datum/chemical_reaction/drink/scramegg
name = "scramegg"
id = "scramegg"
result = /singleton/reagent/alcohol/scramegg
required_reagents = list(/singleton/reagent/alcohol/kvass = 25, /singleton/reagent/nutriment/protein/egg = 3)
result_amount = 25
/datum/chemical_reaction/drink/govinexile
name = "government in exile"
id = "governmentinexile"
result = /singleton/reagent/alcohol/governmentinexile
required_reagents = list(/singleton/reagent/alcohol/kvass = 1, /singleton/reagent/alcohol/permanent_revolution = 1)
result_amount = 2
/datum/chemical_reaction/drink/instrument
name = "instrument of surrender"
id = "instrumentofsurrender"
result = /singleton/reagent/alcohol/instrument
required_reagents = list(/singleton/reagent/alcohol/wine/algae = 1, /singleton/reagent/alcohol/kvass = 1, /singleton/reagent/alcohol/tarasun = 1)
result_amount = 3
/datum/chemical_reaction/drink/armsalchemy
name = "armsman's alchemy"
id = "armsalchemy"
result = /singleton/reagent/alcohol/armsalchemy
required_reagents = list(/singleton/reagent/alcohol/wine/algae = 1, /singleton/reagent/drink/zorasoda/klax = 1)
result_amount = 2
/datum/chemical_reaction/drink/inquisitrix
name = "inquisitrix"
id = "inquisitrix"
result = /singleton/reagent/alcohol/inquisitrix
required_reagents = list(/singleton/reagent/alcohol/wine/algae = 1, /singleton/reagent/alcohol/tarasun = 1, /singleton/reagent/drink/dr_gibb = 1)
result_amount = 3
/datum/chemical_reaction/drink/songwater
name = "songwater"
id = "songwater"
result = /singleton/reagent/alcohol/songwater
required_reagents = list(/singleton/reagent/alcohol/tarasun = 5, /singleton/reagent/spacespice = 1, /singleton/reagent/blackpepper = 1)
result_amount = 5
/datum/chemical_reaction/drink/threefold
name = "threefold"
id = "threefold"
result = /singleton/reagent/alcohol/threefold
required_reagents = list(/singleton/reagent/alcohol/wine/algae = 1, /singleton/reagent/alcohol/wine/valokki = 1, /singleton/reagent/alcohol/wine/dominian =1)
result_amount = 3
/datum/chemical_reaction/drink/godhead
name = "godhead"
id = "godhead"
result = /singleton/reagent/alcohol/godhead
required_reagents = list(/singleton/reagent/alcohol/wine/dominian = 1, /singleton/reagent/alcohol/kvass = 1, /singleton/reagent/alcohol/tarasun = 1)
result_amount = 3
/datum/chemical_reaction/drink/tribunal
name = "tribunal"
id = "tribunal"
result = /singleton/reagent/alcohol/tribunal
required_reagents = list(/singleton/reagent/alcohol/threefold = 1, /singleton/reagent/alcohol/godhead = 1, /singleton/reagent/water/holywater = 1)
result_amount = 3
@@ -692,6 +692,57 @@
name = pick("Triesto Pre-Dimming Sangiovese", "New Beirut 2340", "Vysokan Artisans Merlot", "Silver Seas Original Merlot", "Domelkos Morozian Treasure", "Belle Cote Serene Moth 2395",
"Malta Sol Nebbiolo", "Ashkhaimi Gardens Shiraz", "Old Cairo 2375", "Artisan Empire 2354")
/obj/item/reagent_containers/food/drinks/bottle/dominian_wine
name = "Jadrani Consecrated geneboosted wine"
desc = "A bottle of artisanally-crafted, highly sought-after Dominian red wine. Sanctified and exported via House Caladius."
desc_extended = "The Dominian mastery of the genome does not stop with the mere human; flora and fauna, too, can be adjusted to better serve the needs of the Empire and Her chosen people. This \
wine- the exact fruit juices used are a coveted secret- represents the Goddess in the Aspect of both the Artisan and the Scholar. Each bottle is inspected, tested, and blessed by a Priestess \
of the Moroz Holy Tribunal, then packaged and sold across the Empire and various- typically wealthy- foreign markets. The first hundred bottles of every season are given to the Goddess, as thanks for Her providence. \
The next thousand or so are sent directly to the Royal Family, as a favored gift to the royal court and their functionaries."
icon_state = "sacredwine"
center_of_mass = list("x"=16, "y"=5)
reagents_to_add = list(/singleton/reagent/alcohol/wine/dominian = 100)
/obj/item/reagent_containers/food/drinks/bottle/algae_wine
name = "Reacher's Triumph 2423"
desc = "A bottle of wine, brewed from algae, made in the traditional style of the Imperial Viceroyalty of Sun Reach, a Dominian frontier-world."
desc_extended = "A swampy, humid planet, Sun Reach does not possess ample amounts of land available for agriculture, least of all for hops or wine grapes. Still, where exists a will exists a way, and the \
Goddess truly blessed Her faithful with more than enough of both. Produced from certain strains of the omnipresent Reacher algae, with the aid of benefactors in House Caladius, the result is a murky-blue \
drink that tastes almost, but entirely not like an absinthe. First presented at the first celebration of the Imperial Annexation, it is now mainly consumed on-world, though large sums are purchased by the \
Imperial Fleet as a 'morale improvement' measure. It plays a key part in the after-action rituals of the Imperial Armsmen, as the drink causes bizarre dreams said to bring one closer to the Goddess."
icon_state = "algaewinebottle"
center_of_mass = list("x"=16, "y"=5)
reagents_to_add = list(/singleton/reagent/alcohol/wine/algae = 100)
/obj/item/reagent_containers/food/drinks/bottle/kvass
name = "Neubach Original kvass"
desc = "A bottle of authentic Fisanduhian kvass, a cereal alcohol."
desc_extended = "A traditional drink of the Fisanduh region, originating with the colony ships that brought their people to Moroz, large-scale production \
is now all but a hazy memory, owing to the region's bloodstained history. Today it comes from either a lonely factory in Strelitz's \
Rest- an initiative, on behalf of His Imperial Majesty, to bring back jobs for the civilian populace- or home brewing on behalf of locals. This particular variety is, in reality, brewed on \
Xanu Prime as an outreach effort of the government-in-exile."
icon_state = "kvassbottle"
center_of_mass = list("x"=16, "y"=5)
reagents_to_add = list(/singleton/reagent/alcohol/kvass = 100)
/obj/item/reagent_containers/food/drinks/bottle/tarasun
name = "Frostdancer Distillery tarasun"
desc = "A bottle of Lyodii tarasun, an alcoholic beverage made from tenelote milk."
desc_extended = "Tarasun is an incredibly potent alcoholic beverage distilled and fermented from tenelote milk, often enjoyed during tribal festivities among Lyodii. This particular brand is \
distilled and distributed by the Frostdancer tribe of the Northern Lyod, with assistance by Zavodskoi Interstellar. Commonly distributed among the Lyodic Rifles of the Imperial military."
icon_state = "tarasunbottle"
center_of_mass = list("x"=16, "y"=5)
reagents_to_add = list(/singleton/reagent/alcohol/tarasun = 100)
/obj/item/reagent_containers/food/drinks/bottle/valokki_wine
name = "Frostdancer Distillery valokki wine"
desc = "A bottle of wine distilled from the Morozi cloudberry."
desc_extended = "A smooth, rich wine distilled from the cloudberry fruit found within the taiga bordering the Lyod. \
This particular brand is distilled and distributed by the Frostdancer tribe of the Northern Lyod, with assistance by Zavodskoi Interstellar."
icon_state = "valokkiwinebottle"
center_of_mass = list("x"=16, "y"=5)
reagents_to_add = list(/singleton/reagent/alcohol/wine/valokki = 100)
// Butanol-based alcoholic drinks
//=====================================
//These are mainly for unathi, and have very little (but still some) effect on other species