Visually updates contents of the beaker

also adds new syringe sprite from eris
also adds colors to ALL reagents
This commit is contained in:
Injazz
2020-04-09 16:43:56 +05:00
parent 4174891c87
commit 8f580ecc1b
96 changed files with 107 additions and 43 deletions

View File

@@ -2,6 +2,7 @@
id: chem.Nutriment
name: Nutriment
desc: Generic nutrition
color: "#664330"
metabolism:
- !type:DefaultFood
rate: 1
@@ -10,11 +11,13 @@
id: chem.H2SO4
name: Sulfuric Acid
desc: A highly corrosive, oily, colorless liquid.
color: "#BF8C00"
- type: reagent
id: chem.H2O
name: Water
desc: A tasty colorless liquid.
color: "#808080"
metabolism:
- !type:DefaultDrink
rate: 1
@@ -29,6 +32,7 @@
id: chem.Plasma
name: Plasma
desc: Funky, space-magic pixie dust. You probably shouldn't eat this, but we both know you will anyways.
color: "#500064"
- type: reagent
id: chem.Ethanol

View File

@@ -2,101 +2,118 @@
id: chem.Whiskey
name: Whiskey
desc: An alcoholic beverage made from fermented grain mash
color: "#664300"
spritePath: whiskeyglass.rsi
- type: reagent
id: chem.Ale
name: Ale
desc: A type of beer brewed using a warm fermentation method, resulting in a sweet, full-bodied and fruity taste.
color: "#664300"
spritePath: aleglass.rsi
- type: reagent
id: chem.Wine
name: Wine
desc: An alcoholic drink made from fermented grapes
color: "#7E4043"
spritePath: wineglass.rsi
- type: reagent
id: chem.Beer
name: Beer
desc: A cold pint of pale lager.
color: "#664300"
spritePath: beerglass.rsi
- type: reagent
id: chem.Vodka
name: Vodka
desc: The glass contain wodka. Xynta.
color: "#664300"
- type: reagent
id: chem.Kahlua
name: Kahlua
desc: A widely known, Mexican coffee-flavoured liqueur. In production since 1936!
color: "#664300"
spritePath: kahluaglass.rsi
- type: reagent
id: chem.Cognac
name: Cognac
desc: A sweet and strongly alcoholic drink, twice distilled and left to mature for several years. Classy as fornication.
color: "#AB3C05"
spritePath: cognacglass.rsi
- type: reagent
id: chem.ManlyDorf
name: Manly Dorf
desc: A dwarfy concoction made from ale and beer. Intended for stout dwarves only.
color: "#664300"
spritePath: manlydorfglass.rsi
- type: reagent
id: chem.CubaLibre
name: Cuba Libre
desc: A classic mix of rum and cola.
color: "#3E1B00"
spritePath: cubalibreglass.rsi
- type: reagent
id: chem.IrishCarBomb
name: Irish Car Bomb
desc: A troubling mixture of irish cream and ale.
color: "#2E6671"
spritePath: irishcarbomb.rsi
- type: reagent
id: chem.IrishCoffee
name: Irish Coffee
desc: Coffee served with irish cream. Regular cream just isn't the same!
color: "#664300"
spritePath: irishcoffeeglass.rsi
- type: reagent
id: chem.IrishCream
name: Irish Cream
desc: Whiskey-imbued cream. What else could you expect from the Irish.
color: "#664300"
spritePath: irishcreamglass.rsi
- type: reagent
id: chem.B52
name: B-52
desc: Coffee, irish cream, and cognac. You will get bombed.
color: "#664300"
spritePath: b52glass.rsi
- type: reagent
id: chem.AtomicBomb
name: Atomic Bomb
desc: Nuclear proliferation never tasted so good.
color: "#666300"
spritePath: atomicbombglass.rsi
- type: reagent
id: chem.WhiskeyCola
name: Whiskey Cola
desc: An innocent-looking mixture of cola and whiskey. Delicious.
color: "#3E1B00"
spritePath: whiskeycolaglass.rsi
- type: reagent
id: chem.SyndicateBomb
name: Syndicate Bomb
desc: Somebody set us up the bomb!
color: "#2E6671"
spritePath: syndicatebomb.rsi
- type: reagent
id: chem.Antifreeze
name: Antifreeze
desc: The ultimate refreshment.
color: "#664300"
spritePath: antifreeze.rsi
@@ -104,6 +121,7 @@
id: chem.Cola
name: Cola
desc: A sweet, carbonated soft drink. Caffeine free.
color: "#100800"
metabolism:
- !type:DefaultDrink
rate: 1
@@ -112,6 +130,7 @@
id: chem.Coffee
name: Coffee
desc: A drink made from brewed coffee beans. Contains a moderate amount of caffeine.
color: "#664300"
metabolism:
- !type:DefaultDrink
rate: 1
@@ -120,6 +139,7 @@
id: chem.Tea
name: Tea
desc: A made by boiling leaves of the tea tree, Camellia sinensis.
color: "#101000"
metabolism:
- !type:DefaultDrink
rate: 1
@@ -128,6 +148,7 @@
id: chem.Cream
name: Cream
desc: The fatty, still liquid part of milk. Why don't you mix this with sum scotch, eh?
color: "#DFD7AF"
metabolism:
- !type:DefaultDrink
rate: 1
@@ -136,6 +157,7 @@
id: chem.Milk
name: Milk
desc: An opaque white liquid produced by the mammary glands of mammals.
color: "#DFDFDF"
metabolism:
- !type:DefaultDrink
rate: 1

View File

@@ -2,11 +2,13 @@
id: chem.H
name: Hydrogen
desc: A light, flammable gas.
color: "#808080"
- type: reagent
id: chem.O
name: Oxygen
desc: An oxidizing, colorless gas.
color: "#808080"
- type: reagent
id: chem.S
@@ -36,6 +38,7 @@
id: chem.N
name: Nitrogen
desc: A colorless, odorless unreactive gas. Highly stable.
color: "#808080"
- type: reagent
id: chem.Fe
@@ -47,6 +50,7 @@
id: chem.F
name: Fluorine
desc: A highly toxic pale yellow gas. Extremely reactive.
color: "#808080"
- type: reagent
id: chem.Si