Flavor profiles (#10991)
* flavor profiles TODO: every single flavor! yeah!!! * adds basic localization, and flavors/lastFlavor values for when you get the flavor profile message * multiple and single flavor messages * start on flavor localization, multiple flavors in localized flavors * flavor prototypes * a few more flavors, descriptions on what each section of the flavor file should be doing * localization for flavor profiles in drink/food system * adds an event that allows a flavor profile list to be transformed base on the user entity * raises it on the food entity too * changes a field in flavor, adds some more flavors, starts adding flavor prototypes * adds basic flavors to several entities, and consumable drinks, renames flavor field to 'flavors' * changes call ordering in flavorprofile, adds flavor to ignored components server-side flavor is really just a popup message, and those are all processed server-side * fixes where food tried to get the flavor of the user instead of the food * single flavors will now get the localized string * getting the flavor message now ensures that flavors are deduplicated * makes flavor processing more strictly unique bu making everything hashsets * yeah, that could just not have distinctby now * adds flavorprofile directly to food base instead for generic food taste * FlavorProfileModificationEvent now passes a hashset of strings and not flavorprototypes * flavorprofilesystem now broadcasts the flavor profile modification event * adds more flavors to the flavor profile loc file * skips a flavor, if the flavor string is null/empty * adds some more flavors, adds generic medicine flavor to medicinal chemicals * more food flavors, adds flavors to swallowing * adds some cocktails to the set of flavor profiles * regenerates flavor prototypes * adds flavor type to all flavors, adds whitespace between variants * adds more flavors, adds flavors to several chemicals and food items this is the part that took the longest * changes backup flavor message * spelling mistake * more flavors, and flavors on food * readds all the type fields, whoops * fixes localization strings for forcefeeding food/drink * fixes multiple flavor profile * adds flavor limit for flavors * makes that fetch the cvardef instead
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-absinthe
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#33EE00"
|
||||
spritePath: absintheglass.rsi
|
||||
metabolisms:
|
||||
@@ -24,6 +25,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-ale
|
||||
physicalDesc: reagent-physical-desc-bubbly
|
||||
flavor: ale
|
||||
color: "#663100"
|
||||
spritePath: aleglass.rsi
|
||||
|
||||
@@ -33,6 +35,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-beer
|
||||
physicalDesc: reagent-physical-desc-bubbly
|
||||
flavor: beer
|
||||
color: "#cfa85f"
|
||||
spritePath: beerglass.rsi
|
||||
|
||||
@@ -42,6 +45,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-blue-curacao
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#0000CD"
|
||||
spritePath: curacaoglass.rsi
|
||||
metabolisms:
|
||||
@@ -59,6 +63,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-cognac
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#AB3C05"
|
||||
spritePath: cognacglass.rsi
|
||||
metabolisms:
|
||||
@@ -76,6 +81,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-dead-rum
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: rum
|
||||
color: "#664300"
|
||||
spritePath: rumglass.rsi
|
||||
metabolisms:
|
||||
@@ -93,6 +99,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-ethanol
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#b05b3c"
|
||||
boilingPoint: 78.2
|
||||
meltingPoint: -114.1
|
||||
@@ -123,6 +130,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-gin
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#664300"
|
||||
spritePath: ginvodkaglass.rsi
|
||||
metabolisms:
|
||||
@@ -140,6 +148,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-kahlua
|
||||
physicalDesc: reagent-physical-desc-cloudy
|
||||
flavor: coffeeliquor
|
||||
color: "#664300"
|
||||
spritePath: kahluaglass.rsi
|
||||
|
||||
@@ -149,6 +158,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-melon-liquor
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: sweet
|
||||
color: "#138808"
|
||||
spritePath: emeraldglass.rsi
|
||||
|
||||
@@ -158,6 +168,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-n-t-cahors
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: bitter
|
||||
color: "#7E4043"
|
||||
spritePath: wineglass.rsi
|
||||
|
||||
@@ -167,6 +178,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-poison-wine
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: bitter
|
||||
color: "#000000"
|
||||
spritePath: pwineglass.rsi
|
||||
metabolisms:
|
||||
@@ -190,6 +202,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-rum
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: rum
|
||||
color: "#664300"
|
||||
spritePath: rumglass.rsi
|
||||
metabolisms:
|
||||
@@ -207,6 +220,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-sake
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: sake
|
||||
color: "#DDDDDD"
|
||||
|
||||
- type: reagent
|
||||
@@ -215,6 +229,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-tequila
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: tequila
|
||||
color: "#d7d1d155"
|
||||
metabolisms:
|
||||
Drink:
|
||||
@@ -231,6 +246,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-vermouth
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#91FF91"
|
||||
spritePath: vermouthglass.rsi
|
||||
|
||||
@@ -240,6 +256,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-vodka
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: vodka
|
||||
color: "#d1d1d155"
|
||||
spritePath: ginvodkaglass.rsi
|
||||
metabolisms:
|
||||
@@ -257,6 +274,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-whiskey
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: whiskey
|
||||
color: "#664300"
|
||||
spritePath: whiskeyglass.rsi
|
||||
metabolisms:
|
||||
@@ -274,6 +292,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-wine
|
||||
physicalDesc: reagent-physical-desc-translucent
|
||||
flavor: shittywine
|
||||
color: "#7E4043"
|
||||
spritePath: wineglass.rsi
|
||||
|
||||
@@ -285,6 +304,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-acid-spit
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#365000"
|
||||
spritePath: acidspitglass.rsi
|
||||
|
||||
@@ -294,6 +314,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-allies-cocktail #haha, cock. that's hot
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#00664d"
|
||||
spritePath: alliescocktail.rsi
|
||||
|
||||
@@ -303,6 +324,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-aloe
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#192c00"
|
||||
spritePath: aloe.rsi
|
||||
|
||||
@@ -312,6 +334,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-amasec
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#124da7"
|
||||
spritePath: amasecglass.rsi
|
||||
|
||||
@@ -321,6 +344,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-andalusia
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#665700"
|
||||
spritePath: andalusia.rsi
|
||||
|
||||
@@ -330,6 +354,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-antifreeze
|
||||
physicalDesc: reagent-physical-desc-translucent
|
||||
flavor: alcohol
|
||||
color: "#ff7d63"
|
||||
spritePath: antifreeze.rsi
|
||||
metabolisms:
|
||||
@@ -347,6 +372,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-atomic-bomb
|
||||
physicalDesc: reagent-physical-desc-cloudy
|
||||
flavor: atomicbomb
|
||||
color: "#666300"
|
||||
spritePath: atomicbombglass.rsi
|
||||
metabolisms:
|
||||
@@ -367,6 +393,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-b52
|
||||
physicalDesc: reagent-physical-desc-bubbly
|
||||
flavor: alcohol
|
||||
color: "#664300"
|
||||
spritePath: b52glass.rsi
|
||||
metabolisms:
|
||||
@@ -384,6 +411,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-bahama-mama
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#FF7F3B"
|
||||
spritePath: bahama_mama.rsi
|
||||
|
||||
@@ -393,6 +421,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-banana-honk
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: bananahonk
|
||||
color: "#ffff91"
|
||||
spritePath: bananahonkglass.rsi
|
||||
|
||||
@@ -402,6 +431,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-barefoot
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#664300"
|
||||
spritePath: b&p.rsi
|
||||
|
||||
@@ -411,6 +441,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-beepsky-smash
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: beepsky
|
||||
color: "#664300"
|
||||
spritePath: beepskysmashglass.rsi
|
||||
metabolisms:
|
||||
@@ -428,6 +459,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-bilk
|
||||
physicalDesc: reagent-physical-desc-bilky
|
||||
flavor: alcohol
|
||||
color: "#895C4C"
|
||||
spritePath: glass_brown.rsi
|
||||
|
||||
@@ -437,6 +469,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-black-russian
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#360000"
|
||||
spritePath: blackrussianglass.rsi
|
||||
metabolisms:
|
||||
@@ -454,6 +487,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-bloody-mary
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: bloodymary
|
||||
color: "#660000"
|
||||
spritePath: bloodymaryglass.rsi
|
||||
|
||||
@@ -463,6 +497,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-booger
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#8CFF8C"
|
||||
spritePath: booger.rsi
|
||||
|
||||
@@ -472,6 +507,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-brave-bull
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#664300"
|
||||
spritePath: bravebullglass.rsi
|
||||
metabolisms:
|
||||
@@ -489,6 +525,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-cuba-libre
|
||||
physicalDesc: reagent-physical-desc-bubbly
|
||||
flavor: cubalibre
|
||||
color: "#3E1B00"
|
||||
spritePath: cubalibreglass.rsi
|
||||
metabolisms:
|
||||
@@ -506,6 +543,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-demons-blood
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#a70000"
|
||||
spritePath: demonsblood.rsi
|
||||
|
||||
@@ -515,6 +553,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-devils-kiss
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#A68310"
|
||||
spritePath: devilskiss.rsi
|
||||
|
||||
@@ -524,6 +563,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-doctors-delight
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: medicine
|
||||
color: "#FF8CFF"
|
||||
spritePath: doctorsdelightglass.rsi
|
||||
metabolisms:
|
||||
@@ -552,6 +592,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-driest-martini
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#2E6671"
|
||||
spritePath: driestmartiniglass.rsi
|
||||
metabolisms:
|
||||
@@ -569,6 +610,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-erika-suprise
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#2E6671"
|
||||
spritePath: erikasurprise.rsi
|
||||
|
||||
@@ -578,6 +620,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-gargle-blaster
|
||||
physicalDesc: reagent-physical-desc-volatile
|
||||
flavor: gargleblaster
|
||||
color: "#9cc8b4"
|
||||
spritePath: gargleblasterglass.rsi
|
||||
metabolisms:
|
||||
@@ -595,6 +638,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-gin-fizz
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#664300"
|
||||
spritePath: ginfizzglass.rsi
|
||||
metabolisms:
|
||||
@@ -612,6 +656,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-gin-tonic
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: gintonic
|
||||
color: "#004166"
|
||||
spritePath: gintonicglass.rsi
|
||||
metabolisms:
|
||||
@@ -629,6 +674,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-goldschlager
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#FFFF91"
|
||||
spritePath: goldschlagerglass.rsi
|
||||
metabolisms:
|
||||
@@ -646,6 +692,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-grog
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#664300"
|
||||
spritePath: grogglass.rsi
|
||||
|
||||
@@ -655,6 +702,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-hippies-delight
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#6eaa0c"
|
||||
spritePath: hippiesdelightglass.rsi
|
||||
|
||||
@@ -664,6 +712,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-hooch
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#664e00"
|
||||
spritePath: glass_brown2.rsi
|
||||
|
||||
@@ -673,6 +722,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-iced-beer
|
||||
physicalDesc: reagent-physical-desc-bubbly
|
||||
flavor: icedbeer
|
||||
color: "#664300"
|
||||
spritePath: iced_beerglass.rsi
|
||||
|
||||
@@ -682,6 +732,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-irish-car-bomb
|
||||
physicalDesc: reagent-physical-desc-bubbly
|
||||
flavor: alcohol
|
||||
color: "#2E6671"
|
||||
spritePath: irishcarbomb.rsi
|
||||
metabolisms:
|
||||
@@ -699,6 +750,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-irish-cream
|
||||
physicalDesc: reagent-physical-desc-creamy
|
||||
flavor: creamy
|
||||
color: "#664300"
|
||||
spritePath: irishcreamglass.rsi
|
||||
metabolisms:
|
||||
@@ -716,6 +768,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-irish-coffee
|
||||
physicalDesc: reagent-physical-desc-cloudy
|
||||
flavor: irishcoffee
|
||||
color: "#664300"
|
||||
spritePath: irishcoffeeglass.rsi
|
||||
metabolisms:
|
||||
@@ -733,6 +786,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-long-island-iced-tea
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: longisland
|
||||
color: "#664300"
|
||||
spritePath: longislandicedteaglass.rsi
|
||||
metabolisms:
|
||||
@@ -750,6 +804,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-manhattan
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#664300"
|
||||
spritePath: manhattanglass.rsi
|
||||
|
||||
@@ -759,6 +814,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-manhattan-project
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#664300"
|
||||
spritePath: proj_manhattanglass.rsi
|
||||
|
||||
@@ -768,6 +824,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-manly-dorf
|
||||
physicalDesc: reagent-physical-desc-bubbly
|
||||
flavor: alcohol
|
||||
color: "#664300"
|
||||
spritePath: manlydorfglass.rsi
|
||||
|
||||
@@ -777,6 +834,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-margarita
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#8CFF8C"
|
||||
spritePath: margaritaglass.rsi
|
||||
|
||||
@@ -786,6 +844,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-martini
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#664300"
|
||||
spritePath: martiniglass.rsi
|
||||
metabolisms:
|
||||
@@ -803,6 +862,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-mead
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#664300"
|
||||
spritePath: meadglass.rsi
|
||||
|
||||
@@ -812,6 +872,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-mojito
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#664300"
|
||||
spritePath: mojito.rsi
|
||||
|
||||
@@ -821,6 +882,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-moonshine
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#d1d7d155"
|
||||
metabolisms:
|
||||
Drink:
|
||||
@@ -837,6 +899,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-neurotoxin
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#2E2E61"
|
||||
spritePath: neurotoxinglass.rsi
|
||||
metabolisms:
|
||||
@@ -860,6 +923,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-patron
|
||||
physicalDesc: reagent-physical-desc-metallic
|
||||
flavor: alcohol
|
||||
color: "#585840"
|
||||
spritePath: patronglass.rsi
|
||||
metabolisms:
|
||||
@@ -877,6 +941,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-red-mead
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#C73C00"
|
||||
spritePath: red_meadglass.rsi
|
||||
|
||||
@@ -886,6 +951,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-sbiten
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#004166"
|
||||
spritePath: sbitenglass.rsi
|
||||
|
||||
@@ -895,6 +961,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-screwdriver-cocktail
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: screwdriver
|
||||
color: "#A68310"
|
||||
spritePath: screwdriverglass.rsi
|
||||
metabolisms:
|
||||
@@ -912,6 +979,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-silencer
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: nothing
|
||||
color: "#004666"
|
||||
spritePath: silencerglass.rsi
|
||||
metabolisms:
|
||||
@@ -929,6 +997,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-singulo
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: singulo
|
||||
color: "#3b0c0c"
|
||||
spritePath: singulo.rsi
|
||||
|
||||
@@ -938,6 +1007,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-snow-white
|
||||
physicalDesc: reagent-physical-desc-bubbly
|
||||
flavor: alcohol
|
||||
color: "#FFFFFF"
|
||||
spritePath: snowwhite.rsi
|
||||
|
||||
@@ -947,6 +1017,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-sui-dream
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#00A86B"
|
||||
spritePath: sdreamglass.rsi
|
||||
|
||||
@@ -956,6 +1027,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-syndicate-bomb
|
||||
physicalDesc: reagent-physical-desc-opaque
|
||||
flavor: syndiebomb
|
||||
color: "#2E6660"
|
||||
spritePath: syndicatebomb.rsi
|
||||
|
||||
@@ -965,6 +1037,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-tequila-sunrise
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: tequilasunrise
|
||||
color: "#FFE48C"
|
||||
spritePath: tequillasunriseglass.rsi
|
||||
metabolisms:
|
||||
@@ -982,6 +1055,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-three-mile-island
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: threemileisland
|
||||
color: "#666340"
|
||||
spritePath: threemileislandglass.rsi
|
||||
metabolisms:
|
||||
@@ -1002,6 +1076,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-toxins-special
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#665c00"
|
||||
spritePath: toxinsspecialglass.rsi
|
||||
|
||||
@@ -1011,6 +1086,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-vodka-martini
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#004666"
|
||||
spritePath: martiniglass.rsi
|
||||
metabolisms:
|
||||
@@ -1028,6 +1104,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-vodka-tonic
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#0064C8"
|
||||
spritePath: vodkatonicglass.rsi
|
||||
metabolisms:
|
||||
@@ -1045,6 +1122,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-whiskey-cola
|
||||
physicalDesc: reagent-physical-desc-bubbly
|
||||
flavor: whiskeycola
|
||||
color: "#3E1B00"
|
||||
spritePath: whiskeycolaglass.rsi
|
||||
metabolisms:
|
||||
@@ -1062,6 +1140,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-whiskey-soda
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: whiskeycola
|
||||
color: "#533600"
|
||||
spritePath: whiskeysodaglass.rsi
|
||||
metabolisms:
|
||||
@@ -1079,6 +1158,7 @@
|
||||
parent: BaseAlcohol
|
||||
desc: reagent-desc-white-russian
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: alcohol
|
||||
color: "#A68340"
|
||||
spritePath: whiterussianglass.rsi
|
||||
metabolisms:
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-coffee
|
||||
physicalDesc: reagent-physical-desc-aromatic
|
||||
flavor: coffee
|
||||
color: "#664300"
|
||||
metabolisms:
|
||||
Drink:
|
||||
@@ -20,6 +21,7 @@
|
||||
group: Drinks
|
||||
desc: reagent-desc-cream
|
||||
physicalDesc: reagent-physical-desc-creamy
|
||||
flavor: creamy
|
||||
color: "#DFD7AF"
|
||||
metabolisms:
|
||||
Drink:
|
||||
@@ -33,6 +35,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-cafe-latte
|
||||
physicalDesc: reagent-physical-desc-creamy
|
||||
flavor: creamy
|
||||
color: "#664300"
|
||||
spritePath: cafe_latte.rsi
|
||||
|
||||
@@ -42,6 +45,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-green-tea
|
||||
physicalDesc: reagent-physical-desc-aromatic
|
||||
flavor: tea
|
||||
color: "#C33F00"
|
||||
spritePath: glass_green.rsi #Placeholder
|
||||
|
||||
@@ -51,6 +55,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-grenadine
|
||||
physicalDesc: reagent-physical-desc-dark-red
|
||||
flavor: bitter
|
||||
color: "#EA1D26"
|
||||
spritePath: grenadineglass.rsi
|
||||
|
||||
@@ -60,6 +65,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-iced-coffee
|
||||
physicalDesc: reagent-physical-desc-aromatic
|
||||
flavor: coffee
|
||||
color: "#102838"
|
||||
spritePath: icedcoffeeglass.rsi
|
||||
|
||||
@@ -69,6 +75,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-iced-green-tea
|
||||
physicalDesc: reagent-physical-desc-aromatic
|
||||
flavor: icedtea
|
||||
color: "#CE4200"
|
||||
spritePath: glass_green.rsi #Placeholder
|
||||
|
||||
@@ -78,6 +85,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-iced-tea
|
||||
physicalDesc: reagent-physical-desc-aromatic
|
||||
flavor: icedtea
|
||||
color: "#104038"
|
||||
spritePath: icedteaglass.rsi
|
||||
metabolisms:
|
||||
@@ -95,6 +103,7 @@
|
||||
group: Drinks
|
||||
desc: reagent-desc-lemonade
|
||||
physicalDesc: reagent-physical-desc-tart
|
||||
flavor: sweet
|
||||
color: "#FFFF00"
|
||||
spritePath: lemonadeglass.rsi
|
||||
metabolisms:
|
||||
@@ -109,6 +118,7 @@
|
||||
group: Drinks
|
||||
desc: reagent-desc-milk
|
||||
physicalDesc: reagent-physical-desc-opaque
|
||||
flavor: milk
|
||||
color: "#DFDFDF"
|
||||
plantMetabolism:
|
||||
- !type:PlantAdjustNutrition
|
||||
@@ -133,6 +143,7 @@
|
||||
group: Drinks
|
||||
desc: reagent-desc-milk-oat
|
||||
physicalDesc: reagent-physical-desc-refreshing
|
||||
flavor: oats
|
||||
color: "#302000"
|
||||
metabolisms:
|
||||
Drink:
|
||||
@@ -152,6 +163,7 @@
|
||||
group: Drinks
|
||||
desc: reagent-desc-milk-spoiled
|
||||
physicalDesc: reagent-physical-desc-putrid
|
||||
flavor: terrible
|
||||
color: "#faffba"
|
||||
metabolisms:
|
||||
Drink:
|
||||
@@ -179,6 +191,7 @@
|
||||
group: Drinks
|
||||
desc: reagent-desc-nuclear-cola
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: atomiccola
|
||||
color: "#100800"
|
||||
spritePath: nuclear_colaglass.rsi
|
||||
metabolisms:
|
||||
@@ -199,6 +212,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-soda-water
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: fizzy
|
||||
color: "#619494"
|
||||
|
||||
- type: reagent
|
||||
@@ -207,6 +221,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-soy-latte
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: soy
|
||||
color: "#664300"
|
||||
spritePath: soy_latte.rsi
|
||||
|
||||
@@ -216,6 +231,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-tea
|
||||
physicalDesc: reagent-physical-desc-aromatic
|
||||
flavor: tea
|
||||
color: "#8a5a3a"
|
||||
metabolisms:
|
||||
Drink:
|
||||
@@ -232,6 +248,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-tonic-water
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: water
|
||||
color: "#0064C8"
|
||||
|
||||
- type: reagent
|
||||
@@ -240,6 +257,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-water
|
||||
physicalDesc: reagent-physical-desc-translucent
|
||||
flavor: water
|
||||
color: "#75b1f0"
|
||||
boilingPoint: 100.0
|
||||
meltingPoint: 0.0
|
||||
@@ -254,6 +272,7 @@
|
||||
name: reagent-name-ice
|
||||
desc: reagent-desc-ice
|
||||
physicalDesc: reagent-physical-desc-frosty
|
||||
flavor: cold
|
||||
color: "#bed8e6"
|
||||
meltingPoint: 0.0
|
||||
boilingPoint: 100.0
|
||||
@@ -267,6 +286,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-dry-ramen
|
||||
physicalDesc: reagent-physical-desc-wormy
|
||||
flavor: cheapnoodles
|
||||
color: "#664300"
|
||||
metabolisms:
|
||||
Food:
|
||||
@@ -280,6 +300,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-hot-ramen
|
||||
physicalDesc: reagent-physical-desc-wormy
|
||||
flavor: cheapnoodles
|
||||
color: "#664300"
|
||||
metabolisms:
|
||||
Food:
|
||||
@@ -293,6 +314,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-pilk
|
||||
physicalDesc: reagent-physical-desc-creamy
|
||||
flavor: pilk
|
||||
color: "#e7c69f"
|
||||
metabolisms:
|
||||
Drink:
|
||||
@@ -306,6 +328,7 @@
|
||||
parent: BaseDrink
|
||||
desc: Long live the guy who everyone had mistaken for a girl. Baka!
|
||||
physicalDesc: strong-smelling
|
||||
flavor: sweet
|
||||
color: "#CCCC99"
|
||||
spritePath: kiraspecial.rsi
|
||||
|
||||
@@ -315,6 +338,7 @@
|
||||
parent: BaseDrink
|
||||
desc: The secret of the sanctuary of the Librarian...
|
||||
physicalDesc: strong-smelling
|
||||
flavor: sweet
|
||||
color: "#485000"
|
||||
spritePath: rewriter.rsi
|
||||
|
||||
@@ -324,5 +348,6 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-kvass
|
||||
physicalDesc: reagent-physical-desc-bubbly
|
||||
flavor: bread
|
||||
color: "#381600"
|
||||
spritePath: kvass.rsi
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-juice-apple
|
||||
physicalDesc: reagent-physical-desc-crisp
|
||||
flavor: apple
|
||||
color: "#FDAD01"
|
||||
|
||||
- type: reagent
|
||||
@@ -12,6 +13,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-juice-banana
|
||||
physicalDesc: reagent-physical-desc-crisp
|
||||
flavor: banana
|
||||
color: "#FFE777"
|
||||
|
||||
- type: reagent
|
||||
@@ -20,6 +22,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-juice-berry
|
||||
physicalDesc: reagent-physical-desc-sweet
|
||||
flavor: juice
|
||||
color: "#660099"
|
||||
|
||||
- type: reagent
|
||||
@@ -27,6 +30,7 @@
|
||||
name: reagent-name-juice-berry-poison
|
||||
desc: reagent-desc-juice-berry-poison
|
||||
physicalDesc: reagent-physical-desc-sickly
|
||||
flavor: bitter
|
||||
color: "#6600CC"
|
||||
metabolisms:
|
||||
Drink:
|
||||
@@ -56,6 +60,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-juice-carrot
|
||||
physicalDesc: reagent-physical-desc-crisp
|
||||
flavor: carrot
|
||||
color: "#FF8820"
|
||||
metabolisms:
|
||||
Drink:
|
||||
@@ -75,6 +80,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-juice-grape
|
||||
physicalDesc: reagent-physical-desc-crisp
|
||||
flavor: juice
|
||||
color: "#512284"
|
||||
|
||||
- type: reagent
|
||||
@@ -83,6 +89,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-juice-lemon
|
||||
physicalDesc: reagent-physical-desc-citric
|
||||
flavor: sour
|
||||
color: "#fff690"
|
||||
|
||||
- type: reagent
|
||||
@@ -91,6 +98,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-juice-lime
|
||||
physicalDesc: reagent-physical-desc-citric
|
||||
flavor: sour
|
||||
color: "#99bb43"
|
||||
|
||||
# /datum/reagent/drink/orangejuice/on_mob_life(var/mob/living/M)
|
||||
@@ -107,6 +115,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-juice-orange
|
||||
physicalDesc: reagent-physical-desc-citric
|
||||
flavor: orange
|
||||
color: "#E78108"
|
||||
|
||||
- type: reagent
|
||||
@@ -115,6 +124,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-juice-pineapple
|
||||
physicalDesc: reagent-physical-desc-tropical
|
||||
flavor: pineapple
|
||||
color: yellow
|
||||
|
||||
- type: reagent
|
||||
@@ -123,6 +133,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-juice-potato
|
||||
physicalDesc: reagent-physical-desc-starchy
|
||||
flavor: potatoes
|
||||
color: "#302000"
|
||||
|
||||
- type: reagent
|
||||
@@ -131,6 +142,7 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-juice-tomato
|
||||
physicalDesc: reagent-physical-desc-saucey
|
||||
flavor: tomato
|
||||
color: "#731008"
|
||||
|
||||
- type: reagent
|
||||
@@ -139,4 +151,5 @@
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-juice-watermelon
|
||||
physicalDesc: reagent-physical-desc-sweet
|
||||
flavor: tomato
|
||||
color: "#EF3520"
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-cola
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: soda
|
||||
color: "#422912"
|
||||
|
||||
- type: reagent
|
||||
@@ -12,6 +13,7 @@
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-changeling-sting
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: soda
|
||||
color: "#2E6671"
|
||||
|
||||
- type: reagent
|
||||
@@ -20,6 +22,7 @@
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-dr-gibb
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: soda
|
||||
color: "#102000"
|
||||
|
||||
- type: reagent
|
||||
@@ -28,6 +31,7 @@
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-energy-drink
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: soda
|
||||
color: "#ffffbf"
|
||||
metabolisms:
|
||||
Drink:
|
||||
@@ -44,6 +48,7 @@
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-grape-soda
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: soda
|
||||
color: "#ae94a6"
|
||||
|
||||
- type: reagent
|
||||
@@ -52,6 +57,7 @@
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-ice-cream
|
||||
physicalDesc: reagent-physical-desc-creamy
|
||||
flavor: soda
|
||||
color: "#fffbd6"
|
||||
spritePath: icecreamglass.rsi
|
||||
|
||||
@@ -61,6 +67,7 @@
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-lemon-lime
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: soda
|
||||
color: "#878F00"
|
||||
spritePath: lemonlime.rsi
|
||||
|
||||
@@ -70,6 +77,7 @@
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-pwr-game
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: soda
|
||||
color: "#9385bf"
|
||||
|
||||
- type: reagent
|
||||
@@ -78,6 +86,7 @@
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-root-beer
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: soda
|
||||
color: "#381c07"
|
||||
spritePath: rootbeerglass.rsi
|
||||
|
||||
@@ -87,6 +96,7 @@
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-root-beer-float
|
||||
physicalDesc: reagent-physical-desc-fizzy and creamy
|
||||
flavor: soda
|
||||
color: "#4f361f"
|
||||
spritePath: rootbeerfloatglass.rsi
|
||||
|
||||
@@ -96,6 +106,7 @@
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-space-mountain-wind
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: soda
|
||||
color: "#102000"
|
||||
|
||||
- type: reagent
|
||||
@@ -104,6 +115,7 @@
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-space-up
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: soda
|
||||
color: "#00FF00"
|
||||
|
||||
- type: reagent
|
||||
@@ -112,6 +124,7 @@
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-starkist
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: soda
|
||||
color: "#9F3400"
|
||||
|
||||
- type: reagent
|
||||
@@ -120,6 +133,7 @@
|
||||
parent: BaseSoda
|
||||
desc: reagent-desc-fourteen-loko
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: soda
|
||||
color: "#deb928"
|
||||
metabolisms:
|
||||
Drink:
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
group: Foods
|
||||
desc: reagent-desc-astrotame
|
||||
physicalDesc: reagent-physical-desc-sugary
|
||||
flavor: sweet
|
||||
color: aquamarine
|
||||
|
||||
- type: reagent
|
||||
@@ -12,6 +13,7 @@
|
||||
group: Foods
|
||||
desc: reagent-desc-bbq-sauce
|
||||
physicalDesc: reagent-physical-desc-gloopy
|
||||
flavor: sweet
|
||||
color: darkred
|
||||
|
||||
- type: reagent
|
||||
@@ -20,6 +22,7 @@
|
||||
group: Foods
|
||||
desc: reagent-desc-cornoil
|
||||
physicalDesc: reagent-physical-desc-oily
|
||||
flavor: oily
|
||||
color: yellow
|
||||
|
||||
- type: reagent
|
||||
@@ -28,6 +31,7 @@
|
||||
group: Foods
|
||||
desc: reagent-desc-frostoil
|
||||
physicalDesc: reagent-physical-desc-cold
|
||||
flavor: cold
|
||||
color: skyblue
|
||||
|
||||
- type: reagent
|
||||
@@ -36,6 +40,7 @@
|
||||
group: Foods
|
||||
desc: reagent-desc-horseradish-sauce
|
||||
physicalDesc: reagent-physical-desc-overpowering
|
||||
flavor: spicy
|
||||
color: gray
|
||||
|
||||
- type: reagent
|
||||
@@ -44,6 +49,7 @@
|
||||
group: Foods
|
||||
desc: reagent-desc-hotsauce
|
||||
physicalDesc: reagent-physical-desc-spicy
|
||||
flavor: spicy
|
||||
color: red
|
||||
|
||||
- type: reagent
|
||||
@@ -52,6 +58,7 @@
|
||||
group: Foods
|
||||
desc: reagent-desc-ketchup
|
||||
physicalDesc: reagent-physical-desc-tangy
|
||||
flavor: tomato
|
||||
color: red
|
||||
|
||||
- type: reagent
|
||||
@@ -60,6 +67,7 @@
|
||||
group: Foods
|
||||
desc: reagent-desc-soysauce
|
||||
physicalDesc: reagent-physical-desc-salty
|
||||
flavor: salty
|
||||
color: saddlebrown
|
||||
metabolisms:
|
||||
Food:
|
||||
@@ -75,6 +83,7 @@
|
||||
group: Foods
|
||||
desc: reagent-desc-table-salt
|
||||
physicalDesc: reagent-physical-desc-grainy
|
||||
flavor: salty
|
||||
color: "#a1000b"
|
||||
boilingPoint: 1465.0
|
||||
meltingPoint: 800.7
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
group: Foods
|
||||
desc: reagent-desc-nutriment
|
||||
physicalDesc: reagent-physical-desc-opaque
|
||||
flavor: nutriment
|
||||
color: "#664330"
|
||||
metabolisms:
|
||||
Food:
|
||||
@@ -21,6 +22,7 @@
|
||||
group: Foods
|
||||
desc: reagent-desc-vitamin
|
||||
physicalDesc: reagent-physical-desc-chalky
|
||||
flavor: vitamin
|
||||
color: "#D3D3D3"
|
||||
metabolisms:
|
||||
Food: #This makes it not compete with medicines, a large bonus for something that can heal
|
||||
@@ -42,6 +44,7 @@
|
||||
group: Foods
|
||||
desc: reagent-desc-protein
|
||||
physicalDesc: reagent-physical-desc-clumpy
|
||||
flavor: protein
|
||||
color: "#FFFFE5"
|
||||
metabolisms:
|
||||
Food:
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
group: Foods
|
||||
desc: reagent-desc-flour
|
||||
physicalDesc: reagent-physical-desc-powdery
|
||||
flavor: chalky
|
||||
color: white
|
||||
metabolisms:
|
||||
Food:
|
||||
@@ -17,6 +18,7 @@
|
||||
group: Foods
|
||||
desc: reagent-desc-oats
|
||||
physicalDesc: reagent-physical-desc-coarse
|
||||
flavor: oats
|
||||
color: tan
|
||||
metabolisms:
|
||||
Food:
|
||||
@@ -30,6 +32,7 @@
|
||||
group: Foods
|
||||
desc: reagent-desc-enzyme
|
||||
physicalDesc: reagent-physical-desc-chalky
|
||||
flavor: bitter
|
||||
color: "#009900"
|
||||
metabolisms:
|
||||
Food:
|
||||
@@ -43,6 +46,7 @@
|
||||
group: Foods
|
||||
desc: reagent-desc-egg
|
||||
physicalDesc: reagent-physical-desc-mucus-like
|
||||
flavor: egg
|
||||
color: white
|
||||
metabolisms:
|
||||
Food:
|
||||
@@ -56,6 +60,7 @@
|
||||
group: Foods
|
||||
desc: reagent-desc-sugar
|
||||
physicalDesc: reagent-physical-desc-sweet
|
||||
flavor: sweet
|
||||
color: white
|
||||
meltingPoint: 146.0
|
||||
metabolisms:
|
||||
@@ -78,6 +83,7 @@
|
||||
group: Foods
|
||||
desc: reagent-desc-blackpepper
|
||||
physicalDesc: reagent-physical-desc-grainy
|
||||
flavor: peppery
|
||||
color: black
|
||||
metabolisms:
|
||||
Food:
|
||||
@@ -91,6 +97,7 @@
|
||||
group: Foods
|
||||
desc: reagent-desc-vinegar
|
||||
physicalDesc: reagent-physical-desc-sour
|
||||
flavor: bitter
|
||||
color: tan
|
||||
metabolisms:
|
||||
Food:
|
||||
@@ -104,6 +111,7 @@
|
||||
group: Foods
|
||||
desc: reagent-desc-rice
|
||||
physicalDesc: reagent-physical-desc-chewy
|
||||
flavor: rice
|
||||
color: white
|
||||
metabolisms:
|
||||
Food:
|
||||
@@ -116,6 +124,7 @@
|
||||
group: Foods
|
||||
desc: reagent-desc-oil-olive
|
||||
physicalDesc: reagent-physical-desc-oily
|
||||
flavor: oily
|
||||
color: olive
|
||||
metabolisms:
|
||||
Food:
|
||||
@@ -129,6 +138,7 @@
|
||||
group: Foods
|
||||
desc: reagent-desc-oil
|
||||
physicalDesc: reagent-physical-desc-oily
|
||||
flavor: oily
|
||||
color: "#b67823"
|
||||
boilingPoint: 300.0
|
||||
meltingPoint: -16.0
|
||||
@@ -140,6 +150,7 @@
|
||||
name: reagent-name-capsaicin-oil
|
||||
desc: reagent-desc-capsaicin-oil
|
||||
physicalDesc: reagent-physical-desc-oily
|
||||
flavor: spicy
|
||||
color: "#FF0000"
|
||||
meltingPoint: 146
|
||||
boilingPoint: 410 # Really high boiling point compared to its melting
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
name: reagent-name-blood
|
||||
group: Biological
|
||||
desc: reagent-desc-blood
|
||||
flavor: metallic
|
||||
color: "#800000"
|
||||
physicalDesc: reagent-physical-desc-ferrous
|
||||
metabolisms:
|
||||
@@ -20,6 +21,7 @@
|
||||
name: reagent-name-slime
|
||||
group: Biological
|
||||
desc: reagent-desc-slime
|
||||
flavor: slimy
|
||||
color: "#2cf274"
|
||||
physicalDesc: reagent-physical-desc-viscous
|
||||
metabolisms:
|
||||
@@ -35,6 +37,7 @@
|
||||
group: Biological
|
||||
desc: reagent-desc-ichor
|
||||
physicalDesc: reagent-physical-desc-roaring
|
||||
flavor: metallic
|
||||
color: "#f4692e"
|
||||
metabolisms:
|
||||
Drink:
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
name: reagent-name-e-z-nutrient
|
||||
group: Botanical
|
||||
desc: reagent-desc-e-z-nutrient
|
||||
flavor: bitter
|
||||
color: "#664330"
|
||||
physicalDesc: reagent-physical-desc-thick
|
||||
plantMetabolism:
|
||||
@@ -14,6 +15,7 @@
|
||||
name: reagent-name-left4-zed
|
||||
group: Botanical
|
||||
desc: reagent-desc-left4-zed
|
||||
flavor: bitter
|
||||
color: "#5b406c"
|
||||
physicalDesc: reagent-physical-desc-heterogeneous
|
||||
plantMetabolism:
|
||||
@@ -30,6 +32,7 @@
|
||||
name: reagent-name-pest-killer
|
||||
group: Botanical
|
||||
desc: reagent-desc-pest-killer
|
||||
flavor: bitter
|
||||
color: "#9e9886"
|
||||
physicalDesc: reagent-physical-desc-bubbling
|
||||
plantMetabolism:
|
||||
@@ -43,6 +46,7 @@
|
||||
name: reagent-name-plant-b-gone
|
||||
group: Botanical
|
||||
desc: reagent-desc-plant-b-gone
|
||||
flavor: bitter
|
||||
color: "#49002E"
|
||||
physicalDesc: reagent-physical-desc-bubbling
|
||||
plantMetabolism:
|
||||
@@ -60,6 +64,7 @@
|
||||
name: reagent-name-robust-harvest
|
||||
group: Botanical
|
||||
desc: reagent-desc-robust-harvest
|
||||
flavor: bitter
|
||||
color: "#3e901c"
|
||||
physicalDesc: reagent-physical-desc-robust
|
||||
plantMetabolism:
|
||||
@@ -78,6 +83,7 @@
|
||||
name: reagent-name-weed-killer
|
||||
group: Botanical
|
||||
desc: reagent-desc-weed-killer
|
||||
flavor: bitter
|
||||
color: "#968395"
|
||||
physicalDesc: reagent-physical-desc-bubbling
|
||||
plantMetabolism:
|
||||
@@ -92,6 +98,7 @@
|
||||
group: Botanical
|
||||
desc: reagent-desc-ammonia
|
||||
physicalDesc: reagent-physical-desc-pungent
|
||||
flavor: bitter
|
||||
color: "#77b58e"
|
||||
boilingPoint: -33.0
|
||||
meltingPoint: -77.7
|
||||
@@ -114,6 +121,7 @@
|
||||
group: Botanical
|
||||
desc: reagent-desc-diethylamine
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: bitter
|
||||
color: "#a1000b"
|
||||
boilingPoint: 55.5
|
||||
meltingPoint: -50.0
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
name: reagent-name-acetone
|
||||
desc: reagent-desc-acetone
|
||||
physicalDesc: reagent-physical-desc-acidic
|
||||
flavor: bitter
|
||||
color: "#AF14B7"
|
||||
boilingPoint: 55.5
|
||||
meltingPoint: -50.0
|
||||
@@ -12,6 +13,7 @@
|
||||
name: reagent-name-phenol
|
||||
desc: reagent-desc-phenol
|
||||
physicalDesc: reagent-physical-desc-acidic
|
||||
flavor: bitter
|
||||
color: "#E7EA91"
|
||||
boilingPoint: 55.5
|
||||
meltingPoint: -50.0
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
name: reagent-name-bleach
|
||||
desc: reagent-desc-bleach
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: bitter
|
||||
color: "#a1000b"
|
||||
boilingPoint: 111.0
|
||||
meltingPoint: -5.0
|
||||
@@ -24,6 +25,7 @@
|
||||
name: reagent-name-space-cleaner
|
||||
desc: reagent-desc-space-cleaner
|
||||
physicalDesc: reagent-physical-desc-lemony-fresh
|
||||
flavor: bitter
|
||||
color: "#c8ff69"
|
||||
boilingPoint: 147.0 # Made this up, loosely based on bleach
|
||||
meltingPoint: -11.0
|
||||
@@ -35,6 +37,7 @@
|
||||
name: reagent-name-space-lube
|
||||
desc: reagent-desc-space-lube
|
||||
physicalDesc: reagent-physical-desc-shiny
|
||||
flavor: funny
|
||||
color: "#77b58e"
|
||||
boilingPoint: 290.0 # Glycerin
|
||||
meltingPoint: 18.2
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
group: Elements
|
||||
desc: reagent-desc-aluminium # -we use real words here.
|
||||
physicalDesc: reagent-physical-desc-metallic
|
||||
flavor: metallic
|
||||
color: "#848789"
|
||||
boilingPoint: 2327.0
|
||||
meltingPoint: 660.0
|
||||
@@ -14,6 +15,7 @@
|
||||
group: Elements
|
||||
desc: reagent-desc-carbon
|
||||
physicalDesc: reagent-physical-desc-crystalline
|
||||
flavor: bitter
|
||||
color: "#22282b"
|
||||
boilingPoint: 4200.0
|
||||
meltingPoint: 3550.0
|
||||
@@ -24,6 +26,7 @@
|
||||
group: Elements
|
||||
desc: reagent-desc-chlorine
|
||||
physicalDesc: reagent-physical-desc-gaseous
|
||||
flavor: bitter
|
||||
color: "#a2ff00"
|
||||
meltingPoint: -101.5
|
||||
boilingPoint: -34.04
|
||||
@@ -43,6 +46,7 @@
|
||||
group: Elements
|
||||
desc: reagent-desc-copper
|
||||
physicalDesc: reagent-physical-desc-metallic
|
||||
flavor: metallic
|
||||
color: "#b05b3c"
|
||||
boilingPoint: 2595.0
|
||||
meltingPoint: 1083.0
|
||||
@@ -53,6 +57,7 @@
|
||||
group: Elements
|
||||
desc: reagent-desc-fluorine
|
||||
physicalDesc: reagent-physical-desc-gaseous
|
||||
flavor: bitter
|
||||
color: "#808080"
|
||||
boilingPoint: -188.11
|
||||
meltingPoint: -219.67
|
||||
@@ -72,6 +77,7 @@
|
||||
group: Elements
|
||||
desc: reagent-desc-gold
|
||||
physicalDesc: reagent-physical-desc-metallic
|
||||
flavor: metallic
|
||||
color: "#F7C430"
|
||||
boilingPoint: 2700.0
|
||||
meltingPoint: 1064.76
|
||||
@@ -82,6 +88,7 @@
|
||||
group: Elements
|
||||
desc: reagent-desc-hydrogen
|
||||
physicalDesc: reagent-physical-desc-gaseous
|
||||
flavor: bitter
|
||||
color: "#808080"
|
||||
boilingPoint: -253.0
|
||||
meltingPoint: -259.2
|
||||
@@ -92,6 +99,7 @@
|
||||
group: Elements
|
||||
desc: reagent-desc-iodine
|
||||
physicalDesc: reagent-physical-desc-dark-brown
|
||||
flavor: bitter
|
||||
color: "#BC8A00"
|
||||
boilingPoint: 184.3
|
||||
meltingPoint: 113.7
|
||||
@@ -102,6 +110,7 @@
|
||||
group: Elements
|
||||
desc: reagent-desc-iron
|
||||
physicalDesc: reagent-physical-desc-metallic
|
||||
flavor: metallic
|
||||
color: "#434b4d"
|
||||
boilingPoint: 2862.0
|
||||
meltingPoint: 1538.0
|
||||
@@ -117,6 +126,7 @@
|
||||
group: Elements
|
||||
desc: reagent-desc-lithium
|
||||
physicalDesc: reagent-physical-desc-shiny
|
||||
flavor: metallic
|
||||
color: "#c6c8cc"
|
||||
meltingPoint: 180.5
|
||||
boilingPoint: 1330.0
|
||||
@@ -128,6 +138,7 @@
|
||||
group: Elements
|
||||
desc: reagent-desc-mercury
|
||||
physicalDesc: reagent-physical-desc-shiny
|
||||
flavor: metallic
|
||||
color: "#929296"
|
||||
meltingPoint: -38.83
|
||||
boilingPoint: 356.73
|
||||
@@ -145,6 +156,7 @@
|
||||
group: Elements
|
||||
desc: reagent-desc-potassium
|
||||
physicalDesc: reagent-physical-desc-shiny
|
||||
flavor: metallic
|
||||
color: "#c6c8cc"
|
||||
meltingPoint: 65.5
|
||||
boilingPoint: 759.0
|
||||
@@ -155,6 +167,7 @@
|
||||
group: Elements
|
||||
desc: reagent-desc-phosphorus
|
||||
physicalDesc: reagent-physical-desc-powdery
|
||||
flavor: metallic
|
||||
color: "#ede4e4"
|
||||
meltingPoint: 44.2
|
||||
boilingPoint: 280.5
|
||||
@@ -173,6 +186,7 @@
|
||||
parent: Uranium
|
||||
desc: reagent-desc-radium
|
||||
physicalDesc: reagent-physical-desc-glowing
|
||||
flavor: metallic
|
||||
color: "#00ff04"
|
||||
meltingPoint: 700.0
|
||||
boilingPoint: 1737.0
|
||||
@@ -183,6 +197,7 @@
|
||||
group: Elements
|
||||
desc: reagent-desc-silicon
|
||||
physicalDesc: reagent-physical-desc-crystalline
|
||||
flavor: metallic
|
||||
color: "#364266"
|
||||
boilingPoint: 3265.0
|
||||
meltingPoint: 1414.0
|
||||
@@ -193,6 +208,7 @@
|
||||
group: Elements
|
||||
desc: reagent-desc-silver
|
||||
physicalDesc: reagent-physical-desc-reasonably-metallic
|
||||
flavor: metallic
|
||||
color: "#d0d0d0"
|
||||
boilingPoint: 2212.0
|
||||
meltingPoint: 960.5
|
||||
@@ -203,6 +219,7 @@
|
||||
group: Elements
|
||||
desc: reagent-desc-sulfur
|
||||
physicalDesc: reagent-physical-desc-powdery
|
||||
flavor: bitter
|
||||
color: "#fff385"
|
||||
boilingPoint: 445.0
|
||||
meltingPoint: 120.0
|
||||
@@ -213,6 +230,7 @@
|
||||
group: Elements
|
||||
desc: reagent-desc-sodium
|
||||
physicalDesc: reagent-physical-desc-metallic
|
||||
flavor: bitter
|
||||
color: "#c6c8cc"
|
||||
meltingPoint: 97.8
|
||||
boilingPoint: 883.0
|
||||
@@ -223,6 +241,7 @@
|
||||
group: Elements
|
||||
desc: reagent-desc-uranium
|
||||
physicalDesc: reagent-physical-desc-metallic
|
||||
flavor: metallic
|
||||
color: "#8fa191"
|
||||
meltingPoint: 1133.0
|
||||
boilingPoint: 4131.0
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
group: Special
|
||||
desc: reagent-desc-carpetium
|
||||
physicalDesc: reagent-physical-desc-fibrous
|
||||
flavor: carpet
|
||||
color: "#800000"
|
||||
tileReactions:
|
||||
- !type:CreateEntityTileReaction
|
||||
@@ -31,6 +32,7 @@
|
||||
name: reagent-name-fiber
|
||||
desc: reagent-desc-fiber
|
||||
physicalDesc: reagent-physical-desc-fibrous
|
||||
flavor: fiber
|
||||
color: "#808080"
|
||||
|
||||
- type: reagent
|
||||
@@ -39,6 +41,7 @@
|
||||
group: Toxins
|
||||
desc: reagent-desc-buzzochloric-bees
|
||||
physicalDesc: reagent-physical-desc-buzzy
|
||||
flavor: bee
|
||||
color: "#FFD35D"
|
||||
tileReactions:
|
||||
- !type:CreateEntityTileReaction
|
||||
@@ -131,6 +134,7 @@
|
||||
name: reagent-name-ground-bee
|
||||
desc: reagent-desc-ground-bee
|
||||
physicalDesc: reagent-physical-desc-bee-guts
|
||||
flavor: bee
|
||||
color: "#86530E"
|
||||
|
||||
- type: reagent
|
||||
@@ -138,6 +142,7 @@
|
||||
name: reagent-name-saxoite
|
||||
desc: reagent-desc-saxoite
|
||||
physicalDesc: reagent-physical-desc-ground-brass
|
||||
flavor: sax
|
||||
color: "#B8A603"
|
||||
|
||||
- type: reagent
|
||||
@@ -146,6 +151,7 @@
|
||||
group: Toxins
|
||||
desc: reagent-desc-licoxide
|
||||
physicalDesc: reagent-physical-desc-electric
|
||||
flavor: shocking
|
||||
color: "#FDD023"
|
||||
metabolisms:
|
||||
Poison:
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
name: reagent-name-oxygen
|
||||
desc: reagent-desc-oxygen
|
||||
physicalDesc: reagent-physical-desc-gaseous
|
||||
flavor: bitter
|
||||
color: "#808080"
|
||||
boilingPoint: -183.0
|
||||
meltingPoint: -218.4
|
||||
@@ -36,6 +37,7 @@
|
||||
name: reagent-name-plasma
|
||||
desc: reagent-desc-plasma
|
||||
physicalDesc: reagent-physical-desc-gaseous
|
||||
flavor: bitter
|
||||
color: "#7e009e"
|
||||
boilingPoint: -127.3 # Random values picked between the actual values for CO2 and O2
|
||||
meltingPoint: -186.4
|
||||
@@ -75,6 +77,7 @@
|
||||
name: reagent-name-tritium
|
||||
desc: reagent-desc-tritium
|
||||
physicalDesc: reagent-physical-desc-ionizing
|
||||
flavor: bitter
|
||||
color: "#66ff33"
|
||||
tileReactions:
|
||||
- !type:FlammableTileReaction
|
||||
@@ -104,6 +107,7 @@
|
||||
name: reagent-name-carbon-dioxide
|
||||
desc: reagent-desc-carbon-dioxide
|
||||
physicalDesc: reagent-physical-desc-odorless
|
||||
flavor: bitter
|
||||
color: "#66ff33"
|
||||
metabolisms:
|
||||
Gas:
|
||||
@@ -129,6 +133,7 @@
|
||||
name: reagent-name-nitrogen
|
||||
desc: reagent-desc-nitrogen
|
||||
physicalDesc: reagent-physical-desc-gaseous
|
||||
flavor: bitter
|
||||
color: "#808080"
|
||||
boilingPoint: -195.8
|
||||
meltingPoint: -210.0
|
||||
@@ -164,6 +169,7 @@
|
||||
name: reagent-name-miasma
|
||||
desc: reagent-desc-miasma
|
||||
physicalDesc: reagent-physical-desc-gaseous
|
||||
flavor: bitter
|
||||
color: "#56941E"
|
||||
boilingPoint: -195.8
|
||||
meltingPoint: -210.0
|
||||
@@ -228,6 +234,7 @@
|
||||
name: reagent-name-nitrous-oxide
|
||||
desc: reagent-desc-nitrous-oxide
|
||||
physicalDesc: reagent-physical-desc-gaseous
|
||||
flavor: bitter
|
||||
color: "#808080"
|
||||
boilingPoint: -88
|
||||
meltingPoint: -90
|
||||
@@ -286,6 +293,7 @@
|
||||
name: reagent-name-frezon
|
||||
desc: reagent-desc-frezon
|
||||
physicalDesc: reagent-physical-desc-gaseous
|
||||
flavor: bitter
|
||||
color: "#3a758c"
|
||||
boilingPoint: -195.8
|
||||
meltingPoint: -210.0
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-cryptobiolin
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: medicine
|
||||
color: "#081a80"
|
||||
|
||||
- type: reagent
|
||||
@@ -12,6 +13,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-dylovene
|
||||
physicalDesc: reagent-physical-desc-translucent
|
||||
flavor: medicine
|
||||
color: "#3a1d8a"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
@@ -33,6 +35,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-diphenhydramine
|
||||
physicalDesc: reagent-physical-desc-chalky
|
||||
flavor: medicine
|
||||
color: "#64ffe6"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
@@ -51,6 +54,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-ethylredoxrazine
|
||||
physicalDesc: reagent-physical-desc-opaque
|
||||
flavor: medicine
|
||||
color: "#2d5708"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
@@ -66,6 +70,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-arithrazine
|
||||
physicalDesc: reagent-physical-desc-cloudy
|
||||
flavor: medicine
|
||||
color: "#bd5902"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
@@ -83,6 +88,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-bicaridine
|
||||
physicalDesc: reagent-physical-desc-opaque
|
||||
flavor: medicine
|
||||
color: "#ffaa00"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
@@ -113,6 +119,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-cryoxadone
|
||||
physicalDesc: reagent-physical-desc-fizzy
|
||||
flavor: medicine
|
||||
color: "#0091ff"
|
||||
plantMetabolism:
|
||||
- !type:PlantAdjustToxins
|
||||
@@ -142,6 +149,7 @@
|
||||
parent: Cryoxadone
|
||||
desc: reagent-desc-clonexadone
|
||||
physicalDesc: reagent-physical-desc-bubbly
|
||||
flavor: medicine
|
||||
color: "#0666ff"
|
||||
plantMetabolism:
|
||||
- !type:PlantAdjustToxins
|
||||
@@ -156,6 +164,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-dermaline
|
||||
physicalDesc: reagent-physical-desc-translucent
|
||||
flavor: medicine
|
||||
color: "#215263"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
@@ -184,6 +193,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-dexalin
|
||||
physicalDesc: reagent-physical-desc-opaque
|
||||
flavor: medicine
|
||||
color: "#0041a8"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
@@ -200,6 +210,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-dexalin-plus
|
||||
physicalDesc: reagent-physical-desc-cloudy
|
||||
flavor: medicine
|
||||
color: "#4da0bd"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
@@ -224,6 +235,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-epinephrine
|
||||
physicalDesc: reagent-physical-desc-odorless
|
||||
flavor: medicine
|
||||
color: "#d2fffa"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
@@ -284,6 +296,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-hyronalin
|
||||
physicalDesc: reagent-physical-desc-cloudy
|
||||
flavor: medicine
|
||||
color: "#4cb580"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
@@ -312,6 +325,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-ipecac
|
||||
physicalDesc: reagent-physical-desc-inky
|
||||
flavor: medicine
|
||||
color: "#422912"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
@@ -325,6 +339,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-inaprovaline
|
||||
physicalDesc: reagent-physical-desc-opaque
|
||||
flavor: medicine
|
||||
color: "#731024"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
@@ -346,6 +361,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-kelotane
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: medicine
|
||||
color: "#bf3d19"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
@@ -361,6 +377,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-leporazine
|
||||
physicalDesc: reagent-physical-desc-pungent
|
||||
flavor: medicine
|
||||
color: "#ff7db5"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
@@ -391,6 +408,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-barozine
|
||||
physicalDesc: reagent-physical-desc-viscous
|
||||
flavor: medicine
|
||||
color: "#ff867d"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
@@ -433,6 +451,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-phalanximine
|
||||
physicalDesc: reagent-physical-desc-acrid
|
||||
flavor: medicine
|
||||
color: "#c8ff75"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
@@ -451,6 +470,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-romerol
|
||||
physicalDesc: reagent-physical-desc-acrid
|
||||
flavor: medicine
|
||||
color: "#7e916e"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
@@ -466,6 +486,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-pulped-banana-peel
|
||||
physicalDesc: reagent-physical-desc-pulpy
|
||||
flavor: medicine
|
||||
color: "#FFE774"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
@@ -479,6 +500,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-siderlac
|
||||
physicalDesc: reagent-physical-desc-milky
|
||||
flavor: medicine
|
||||
color: "#f4dab8"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
@@ -494,6 +516,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-spaceacillin
|
||||
physicalDesc: reagent-physical-desc-opaque
|
||||
flavor: medicine
|
||||
color: "#9942f5"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
@@ -506,6 +529,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-stellibinin
|
||||
physicalDesc: reagent-physical-desc-starry
|
||||
flavor: medicine
|
||||
color: "#2b2f77"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
@@ -528,6 +552,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-synaptizine
|
||||
physicalDesc: reagent-physical-desc-pungent
|
||||
flavor: medicine
|
||||
color: "#d49a2f"
|
||||
metabolisms:
|
||||
Poison:
|
||||
@@ -551,6 +576,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-tranexamic-acid
|
||||
physicalDesc: reagent-physical-desc-viscous
|
||||
flavor: medicine
|
||||
color: "#ba7d7d"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
@@ -573,6 +599,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-tricordrazine
|
||||
physicalDesc: reagent-physical-desc-opaque
|
||||
flavor: medicine
|
||||
color: "#00e5ff"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
@@ -594,6 +621,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-lipozine
|
||||
physicalDesc: reagent-physical-desc-oily
|
||||
flavor: medicine
|
||||
color: "#2690b5"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
@@ -609,6 +637,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-omnizine
|
||||
physicalDesc: reagent-physical-desc-soothing
|
||||
flavor: medicine
|
||||
color: "#fcf7f9"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
@@ -627,6 +656,7 @@
|
||||
group: Medicine
|
||||
desc: reagent-desc-ultravasculine
|
||||
physicalDesc: reagent-physical-desc-thick-and-grainy
|
||||
flavor: medicine
|
||||
color: "#520e30"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
@@ -669,6 +699,7 @@
|
||||
desc: reagent-desc-oculine
|
||||
group: Medicine
|
||||
physicalDesc: reagent-physical-desc-translucent
|
||||
flavor: medicine
|
||||
color: "#404040"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
group: Narcotics
|
||||
desc: reagent-desc-desoxyephedrine
|
||||
physicalDesc: reagent-physical-desc-translucent
|
||||
flavor: bitter
|
||||
color: "#FAFAFA"
|
||||
boilingPoint: 212.0 # Dexosyephedrine vape when?
|
||||
meltingPoint: 170.0
|
||||
@@ -46,6 +47,7 @@
|
||||
group: Narcotics
|
||||
desc: reagent-desc-ephedrine
|
||||
physicalDesc: reagent-physical-desc-powdery
|
||||
flavor: bitter
|
||||
color: "#D2FFFA"
|
||||
boilingPoint: 255.0
|
||||
meltingPoint: 36.0
|
||||
@@ -83,6 +85,7 @@
|
||||
name: reagent-name-thc
|
||||
group: Narcotics
|
||||
desc: reagent-desc-thc
|
||||
flavor: bitter
|
||||
color: "#808080"
|
||||
physicalDesc: reagent-physical-desc-crystalline
|
||||
plantMetabolism:
|
||||
@@ -106,6 +109,7 @@
|
||||
group: Narcotics
|
||||
desc: reagent-desc-thc-oil
|
||||
physicalDesc: reagent-physical-desc-skunky
|
||||
flavor: bitter
|
||||
color: "#DAA520"
|
||||
metabolisms:
|
||||
Narcotic:
|
||||
@@ -122,6 +126,7 @@
|
||||
name: reagent-name-nicotine
|
||||
group: Narcotics
|
||||
desc: reagent-desc-nicotine
|
||||
flavor: bitter
|
||||
color: "#C0C0C0"
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
plantMetabolism:
|
||||
@@ -134,6 +139,7 @@
|
||||
group: Narcotics
|
||||
desc: reagent-desc-impedrezene
|
||||
physicalDesc: reagent-physical-desc-acrid
|
||||
flavor: bitter
|
||||
color: "#215263"
|
||||
|
||||
- type: reagent
|
||||
@@ -142,6 +148,7 @@
|
||||
group: Narcotics
|
||||
desc: reagent-desc-space-drugs
|
||||
physicalDesc: reagent-physical-desc-syrupy
|
||||
flavor: bitter
|
||||
color: "#63806e"
|
||||
metabolisms:
|
||||
Narcotic:
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
parent: BasePyrotechnic
|
||||
desc: reagent-desc-thermite
|
||||
physicalDesc: reagent-physical-desc-grainy
|
||||
flavor: bitter
|
||||
color: "#757245"
|
||||
boilingPoint: 2977.0 # Aluminum oxide
|
||||
meltingPoint: 2030.0
|
||||
@@ -39,6 +40,7 @@
|
||||
parent: BasePyrotechnic
|
||||
desc: reagent-desc-napalm
|
||||
physicalDesc: reagent-physical-desc-soapy
|
||||
flavor: bitter
|
||||
color: "#FA00AF"
|
||||
tileReactions:
|
||||
- !type:FlammableTileReaction
|
||||
@@ -65,6 +67,7 @@
|
||||
parent: BasePyrotechnic
|
||||
desc: reagent-desc-phlogiston
|
||||
physicalDesc: reagent-physical-desc-burning
|
||||
flavor: bitter
|
||||
color: "#D4872A"
|
||||
metabolisms:
|
||||
Poison:
|
||||
@@ -91,6 +94,7 @@
|
||||
parent: BasePyrotechnic
|
||||
desc: reagent-desc-chlorine-trifluoride
|
||||
physicalDesc: reagent-physical-desc-blazing
|
||||
flavor: bitter
|
||||
color: "#FFC8C8"
|
||||
tileReactions:
|
||||
- !type:PryTileReaction
|
||||
@@ -126,6 +130,7 @@
|
||||
parent: BasePyrotechnic
|
||||
desc: reagent-desc-foaming-agent
|
||||
physicalDesc: reagent-physical-desc-foamy
|
||||
flavor: bitter
|
||||
color: "#215263"
|
||||
boilingPoint: 418.0 # I went with ammonium lauryl sulfate as the basis for this
|
||||
meltingPoint: 7.4 # I made this up
|
||||
@@ -136,6 +141,7 @@
|
||||
parent: BasePyrotechnic
|
||||
desc: reagent-desc-welding-fuel
|
||||
physicalDesc: reagent-physical-desc-oily
|
||||
flavor: bitter
|
||||
color: "#a76b1c"
|
||||
boilingPoint: -84.7 # Acetylene. Close enough.
|
||||
meltingPoint: -80.7
|
||||
@@ -157,6 +163,7 @@
|
||||
parent: BasePyrotechnic
|
||||
desc: reagent-desc-fluorosurfactant
|
||||
physicalDesc: reagent-physical-desc-opaque
|
||||
flavor: bitter
|
||||
color: "#9e6b38"
|
||||
boilingPoint: 190.0 # Perfluorooctanoic Acid.
|
||||
meltingPoint: 45.0
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
name: reagent-name-toxin
|
||||
group: Toxins
|
||||
desc: reagent-desc-toxin
|
||||
flavor: bitter
|
||||
color: "#cf3600"
|
||||
physicalDesc: reagent-physical-desc-opaque
|
||||
plantMetabolism:
|
||||
@@ -23,6 +24,7 @@
|
||||
name: reagent-name-carpotoxin
|
||||
group: Toxins
|
||||
desc: reagent-desc-carpotoxin
|
||||
flavor: bitter
|
||||
color: "#e2a38c"
|
||||
physicalDesc: reagent-physical-desc-exotic-smelling
|
||||
plantMetabolism:
|
||||
@@ -49,6 +51,7 @@
|
||||
name: reagent-name-chloral-hydrate
|
||||
group: Toxins
|
||||
desc: reagent-desc-chloral-hydrate
|
||||
flavor: bitter
|
||||
color: "#000067"
|
||||
physicalDesc: reagent-physical-desc-nondescript
|
||||
metabolisms:
|
||||
@@ -80,6 +83,7 @@
|
||||
name: reagent-name-mold
|
||||
group: Toxins
|
||||
desc: reagent-desc-mold
|
||||
flavor: bitter
|
||||
color: "#8a9a5b"
|
||||
physicalDesc: reagent-physical-desc-fuzzy
|
||||
metabolisms:
|
||||
@@ -109,6 +113,7 @@
|
||||
group: Toxins
|
||||
desc: reagent-desc-polytrinic-acid
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: acidic
|
||||
color: "#a1000b"
|
||||
boilingPoint: 78.2 # This isn't a real chemical...
|
||||
meltingPoint: -19.4
|
||||
@@ -150,6 +155,7 @@
|
||||
group: Toxins
|
||||
desc: reagent-desc-fluorosulfuric-acid
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
flavor: acidic
|
||||
color: "#5050ff"
|
||||
boilingPoint: 165
|
||||
meltingPoint: -87
|
||||
@@ -184,6 +190,7 @@
|
||||
group: Toxins
|
||||
desc: reagent-desc-sulfuric-acid
|
||||
physicalDesc: reagent-physical-desc-oily
|
||||
flavor: acidic
|
||||
color: "#BF8C00"
|
||||
boilingPoint: 337.0
|
||||
meltingPoint: 10.31
|
||||
@@ -225,6 +232,7 @@
|
||||
group: Toxins
|
||||
desc: reagent-desc-unstable-mutagen
|
||||
physicalDesc: reagent-physical-desc-glowing
|
||||
flavor: bitter
|
||||
color: "#00ff5f"
|
||||
boilingPoint: 340282300000000000000000000000000000000 # Ethidium bromide, which doesn't boil.
|
||||
meltingPoint: 261.0
|
||||
@@ -278,6 +286,7 @@
|
||||
group: Toxins
|
||||
desc: reagent-desc-mindbreaker-toxin
|
||||
physicalDesc: reagent-physical-desc-opaque
|
||||
flavor: bitter
|
||||
color: "#77b58e"
|
||||
plantMetabolism:
|
||||
- !type:PlantAdjustToxins
|
||||
@@ -371,6 +380,7 @@
|
||||
name: reagent-name-vent-crud
|
||||
desc: reagent-desc-vent-crud
|
||||
physicalDesc: reagent-physical-desc-sticky
|
||||
flavor: bitter
|
||||
color: "#000000"
|
||||
metabolisms:
|
||||
Poison:
|
||||
@@ -388,6 +398,7 @@
|
||||
name: reagent-name-corpium
|
||||
desc: reagent-desc-corpium
|
||||
physicalDesc: reagent-physical-desc-necrotic
|
||||
flavor: bitter
|
||||
color: "#7668a1"
|
||||
metabolisms:
|
||||
Poison:
|
||||
@@ -405,6 +416,7 @@
|
||||
name: reagent-name-uncooked-animal-proteins
|
||||
desc: reagent-desc-uncooked-animal-proteins
|
||||
physicalDesc: reagent-physical-desc-clumpy
|
||||
flavor: bitter
|
||||
color: "#FFFFE5"
|
||||
metabolisms:
|
||||
Poison:
|
||||
@@ -428,6 +440,7 @@
|
||||
name: reagent-name-allicin
|
||||
desc: reagent-desc-allicin
|
||||
physicalDesc: reagent-physical-desc-pungent
|
||||
flavor: bitter
|
||||
color: "#F2E9D2"
|
||||
metabolisms:
|
||||
Poison:
|
||||
|
||||
Reference in New Issue
Block a user