Bartending Content & Bug Fixes (#5038)

This commit is contained in:
ZeroDayDaemon
2021-10-31 09:57:05 -04:00
committed by GitHub
parent 5d0199c09f
commit 293186b563
23 changed files with 3905 additions and 1867 deletions

View File

@@ -299,7 +299,7 @@
Milk:
effects:
- !type:SatiateThirst
SpoiledMilk:
MilkSpoiled:
effects:
- !type:SatiateThirst
hydrationFactor: -2
@@ -315,7 +315,7 @@
effects:
- !type:SatiateThirst
hydrationFactor: 0.5 # sodaboys stay losing
ThirteenLoko:
FourteenLoko:
effects:
- !type:SatiateThirst
hydrationFactor: 2
@@ -336,8 +336,169 @@
size: 1
compatibility: Biological
- type: Metabolizer # The liver metabolizes certain chemicals only, like alcohol.
metabolisms: # TODO add the rest of alcohol
CreamyDelight:
metabolisms: # TODO there needs to be a better way to do this than just add every damn drink
#Basic Alchohol
Ale:
effects:
- !type:SatiateThirst
Beer:
effects:
- !type:SatiateThirst
BlueCuracao:
effects:
- !type:SatiateThirst
Cognac:
effects:
- !type:SatiateThirst
DeadRum:
effects:
- !type:SatiateThirst
Gin:
effects:
- !type:SatiateThirst
Kahlua:
effects:
- !type:SatiateThirst
MelonLiquor:
effects:
- !type:SatiateThirst
NTCahors:
effects:
- !type:SatiateThirst
PoisonWine:
effects:
- !type:SatiateThirst
- !type:HealthChange
damage:
types:
Poison: 1
Rum:
effects:
- !type:SatiateThirst
Sake:
effects:
- !type:SatiateThirst
Tequila:
effects:
- !type:SatiateThirst
Vermouth:
effects:
- !type:SatiateThirst
Vodka:
effects:
- !type:SatiateThirst
Whiskey:
effects:
- !type:SatiateThirst
Wine:
effects:
- !type:SatiateThirst
#Mixed Alcohol
AcidSpit:
effects:
- !type:SatiateThirst
AlliesCocktail:
effects:
- !type:SatiateThirst
Aloe:
effects:
- !type:SatiateThirst
Amasec:
effects:
- !type:SatiateThirst
Andalusia:
effects:
- !type:SatiateThirst
Antifreeze:
effects:
- !type:SatiateThirst
AtomicBomb:
effects:
- !type:SatiateThirst
B52:
effects:
- !type:SatiateThirst
BahamaMama:
effects:
- !type:SatiateThirst
BananaHonk:
effects:
- !type:SatiateThirst
Barefoot:
effects:
- !type:SatiateThirst
BeepskySmash:
effects:
- !type:SatiateThirst
Bilk:
effects:
- !type:SatiateThirst
BlackRussian:
effects:
- !type:SatiateThirst
BloodyMary:
effects:
- !type:SatiateThirst
Booger:
effects:
- !type:SatiateThirst
BraveBull:
effects:
- !type:SatiateThirst
BrownStar:
effects:
- !type:SatiateThirst
CubaLibre:
effects:
- !type:SatiateThirst
DemonsBlood:
effects:
- !type:SatiateThirst
DevilsKiss:
effects:
- !type:SatiateThirst
DoctorsDelight:
effects:
- !type:SatiateThirst
DriestMartini:
effects:
- !type:SatiateThirst
ErikaSuprise:
effects:
- !type:SatiateThirst
GargleBlaster:
effects:
- !type:SatiateThirst
GinTonic:
effects:
- !type:SatiateThirst
Goldschlager:
effects:
- !type:SatiateThirst
Grog:
effects:
- !type:SatiateThirst
HippiesDelight:
effects:
- !type:SatiateThirst
Hooch:
effects:
- !type:SatiateThirst
IcedBeer:
effects:
- !type:SatiateThirst
IrishCarBomb:
effects:
- !type:SatiateThirst
IrishCream:
effects:
- !type:SatiateThirst
IrishCoffee:
effects:
- !type:SatiateThirst
KiraSpecial:
effects:
- !type:SatiateThirst
Lean:
@@ -346,6 +507,99 @@
LeanShine: # who added this?
effects:
- !type:SatiateThirst
LongIslandIcedTea:
effects:
- !type:SatiateThirst
Manhattan:
effects:
- !type:SatiateThirst
ManhattanProject:
effects:
- !type:SatiateThirst
ManlyDorf:
effects:
- !type:SatiateThirst
Margarita:
effects:
- !type:SatiateThirst
Martini:
effects:
- !type:SatiateThirst
Mead:
effects:
- !type:SatiateThirst
Mojito:
effects:
- !type:SatiateThirst
Moonshine:
effects:
- !type:SatiateThirst
Neurotoxin: #This should be moved out of alcohol eventually
effects:
- !type:SatiateThirst
- !type:HealthChange
damage:
types:
Poison: 1
Patron:
effects:
- !type:SatiateThirst
RedMead:
effects:
- !type:SatiateThirst
Rewriter:
effects:
- !type:SatiateThirst
Sbiten:
effects:
- !type:SatiateThirst
ScrewdriverCocktail:
effects:
- !type:SatiateThirst
Silencer:
effects:
- !type:SatiateThirst
Singulo:
effects:
- !type:SatiateThirst
SnowWhite:
effects:
- !type:SatiateThirst
SuiDream:
effects:
- !type:SatiateThirst
TequilaSunrise:
effects:
- !type:SatiateThirst
ThreeMileIsland:
effects:
- !type:SatiateThirst
ToxinsSpecial:
effects:
- !type:SatiateThirst
VodkaMartini:
effects:
- !type:SatiateThirst
VodkaTonic:
effects:
- !type:SatiateThirst
WhiskeyCola:
effects:
- !type:SatiateThirst
WhiskeySoda:
effects:
- !type:SatiateThirst
WhiteRussian:
effects:
- !type:SatiateThirst
FourteenLoko:
effects:
- !type:SatiateThirst
hydrationFactor: 2
- !type:HealthChange
damage:
types:
Poison: 1
- type: entity
id: OrganHumanKidneys

View File

@@ -1,23 +1,53 @@
- type: reagentDispenserInventory
id: SodaDispenserInventory
inventory:
- Coffee
- Cola
- Cream
- Ice
- Tea
- Water
- ThirteenLoko
- Ice
- Coffee
- Cream
- Tea
- GreenTea
- IcedTea
- IcedGreenTea
- Cola
- SpaceMountainWind
- DrGibb
- SpaceUp
- TonicWater
- SodaWater
- LemonLime
- Sugar
- JuiceOrange
- JuiceLime
- JuiceWatermelon
###Hacked
#- Fourteen Loko
#- GrapeSoda
- type: reagentDispenserInventory
id: BoozeDispenserInventory
inventory:
- Ale
- LemonLime
- Sugar
- JuiceOrange
- JuiceLime
- SodaWater
- TonicWater
- Beer
- Cognac
- Ice
- Kahlua
- Rum
- Vodka
- Whiskey
- Wine
- Vodka
- Gin
- Rum
- Tequila
- Vermouth
- Cognac
- Ale
- Mead
###Hacked
#- Goldschlager
#- Patron
#- JuiceWatermelon
#- JuiceBerry

View File

@@ -3,19 +3,31 @@
name: Booze-O-Mat
spriteName: boozeomat
startingInventory:
DrinkGlass: 20 #Kept glasses at top for ease to differentiate from booze.
DrinkGlass: 30 #Kept glasses at top for ease to differentiate from booze.
DrinkAbsintheBottleFull: 3
DrinkAlcoGreenFull: 3
DrinkAleBottleFull: 3
DrinkBeer: 10
DrinkCognacBottleFull: 3
DrinkGinBottleFull: 3
DrinkAleBottleFull: 6
DrinkBeer: 6 # Needs to be renamed DrinkBeerBottleFull
DrinkBlueCuracaoBottleFull: 2
DrinkCognacBottleFull: 5
DrinkColaBottleFull: 5
DrinkCreamCarton: 4
DrinkGinBottleFull: 5
DrinkGoldschlagerBottleFull: 3
DrinkKahluaBottleFull: 3
DrinkGrenadineBottleFull: 5
DrinkJuiceLimeCarton: 4
DrinkJuiceOrangeCarton: 4
DrinkJuiceTomatoCarton: 4
DrinkKahluaBottleFull: 5
DrinkMelonLiquorBottleFull: 2
DrinkPatronBottleFull: 3
DrinkRumbottleFull: 5
DrinkTequilabottleFull: 1
DrinkVermouthBottleFull: 3
DrinkVodkaBottleFull: 4
DrinkWhiskeyBottleFull: 2
DrinkWineBottleFull: 3
DrinkRumBottleFull: 5
DrinkSodaWaterCan: 15
DrinkSpaceMountainWindBottleFull: 5
DrinkSpaceUpBottleFull: 5
DrinkTequilaBottleFull: 5
DrinkTonicWaterCan: 8
DrinkVermouthBottleFull: 5
DrinkVodkaBottleFull: 5
DrinkWhiskeyBottleFull: 5
DrinkWineBottleFull: 5

View File

@@ -6,9 +6,9 @@
startingInventory:
DrinkColaCan: 10
DrinkGrapeCan: 10
DrinkIceTeaCan: 10
DrinkIcedTeaCan: 10
DrinkLemonLimeCan: 10
DrinkSpaceMountainWindCan: 10
DrinkSpaceUpCan: 10
DrinkStarkistCan: 10
DrinkThirteenLokoCan: 10
DrinkFourteenLokoCan: 10

File diff suppressed because it is too large Load Diff

View File

@@ -54,44 +54,29 @@
name: Jailbreaker Verte
description: One sip of this and you just know you're gonna have a good time.
components:
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/absinthebottle.rsi
- type: SolutionContainerManager
solutions:
drink:
maxVol: 100
reagents:
- ReagentId: Absinthe
Quantity: 100
- type: entity
parent: DrinkBottleBaseFull
id: DrinkAlcoGreenFull
name: emeraldine melon liquor
description: A bottle of 46 proof Emeraldine Melon Liquor. Sweet and light.
components:
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/alco-green.rsi
sprite: Objects/Consumable/Drinks/absinthebottle.rsi
- type: entity
parent: DrinkBottleBaseFull
id: DrinkAleBottleFull
name: Magm-Ale
description: A true dorf's drink of choice.
id: DrinkBlueCuracaoBottleFull
name: Miss Blue Curacao
description: A fruity, exceptionally azure drink. Does not allow the imbiber to use the fifth magic.
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 100
reagents:
- ReagentId: Ale
- ReagentId: BlueCuracao
Quantity: 100
- type: Sprite
sprite: Objects/Consumable/Drinks/alebottle.rsi
sprite: Objects/Consumable/Drinks/alco-blue.rsi
- type: entity
parent: DrinkBottleBaseFull
@@ -99,11 +84,15 @@
name: bottle of nothing
description: A bottle filled with nothing.
components:
- type: Drink
- type: SolutionContainerManager
solutions:
drink:
reagents:
- ReagentId: Nothing
Quantity: 100
- type: Sprite
sprite: Objects/Consumable/Drinks/bottleofnothing.rsi
- type: entity
parent: DrinkBottleBaseFull
id: DrinkCognacBottleFull
@@ -116,10 +105,41 @@
reagents:
- ReagentId: Cognac
Quantity: 100
maxVol: 100
- type: Sprite
sprite: Objects/Consumable/Drinks/cognacbottle.rsi
- type: entity
parent: DrinkBottleBaseFull
id: DrinkColaBottleFull
name: space cola bottle
description: Cola. in space
components:
- type: SolutionContainerManager
solutions:
drink:
reagents:
- ReagentId: Cola
Quantity: 100
- type: Sprite
sprite: Objects/Consumable/Drinks/colabottle.rsi
- type: entity
parent: DrinkBottleBaseFull
id: DrinkGrenadineBottleFull
name: briar rose grenadine syrup bottle
description: Sweet and tangy, a bar syrup used to add color or flavor to drinks.
components:
- type: SolutionContainerManager
solutions:
drink:
reagents:
- ReagentId: Grenadine
Quantity: 100
- type: Drink
isOpen: true
- type: Sprite
sprite: Objects/Consumable/Drinks/grenadinebottle.rsi
- type: entity
parent: DrinkBottleBaseFull
@@ -127,16 +147,14 @@
name: Griffeater Gin
description: A bottle of high quality gin, produced in the New London Space Station.
components:
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/ginbottle.rsi
- type: SolutionContainerManager
solutions:
drink:
reagents:
- ReagentId: Gin
Quantity: 100
maxVol: 100
- type: Sprite
sprite: Objects/Consumable/Drinks/ginbottle.rsi
- type: entity
parent: DrinkBottleBaseFull
@@ -144,11 +162,15 @@
name: goldschlager bottle
description: 100 proof cinnamon schnapps, made for alcoholic teen girls on spring break.
components:
- type: Drink
- type: SolutionContainerManager
solutions:
drink:
reagents:
- ReagentId: Goldschlager
Quantity: 100
- type: Sprite
sprite: Objects/Consumable/Drinks/goldschlagerbottle.rsi
- type: entity
parent: DrinkBottleBaseFull
id: DrinkKahluaBottleFull
@@ -159,12 +181,25 @@
solutions:
drink:
reagents:
- ReagentId: Water
Quantity: 80
maxVol: 80
- ReagentId: Kahlua
Quantity: 100
- type: Sprite
sprite: Objects/Consumable/Drinks/kahluabottle.rsi
- type: entity
parent: DrinkBottleBaseFull
id: DrinkMelonLiquorBottleFull
name: emeraldine melon liquor
description: A bottle of 46 proof Emeraldine Melon Liquor. Sweet and light.
components:
- type: SolutionContainerManager
solutions:
drink:
reagents:
- ReagentId: MelonLiquor
Quantity: 100
- type: Sprite
sprite: Objects/Consumable/Drinks/alco-green.rsi
- type: entity
parent: DrinkBottleBaseFull
@@ -172,55 +207,107 @@
name: wrapp artiste patron bottle
description: Silver laced tequilla, served in space night clubs across the galaxy.
components:
- type: Drink
- type: SolutionContainerManager
solutions:
drink:
reagents:
- ReagentId: Patron
Quantity: 100
- type: Sprite
sprite: Objects/Consumable/Drinks/patronbottle.rsi
- type: entity
parent: DrinkBottleBaseFull
id: DrinkPoisonWinebottleFull
name: warlock's velvet bottle
description: What a delightful packaging for a surely high quality wine! The vintage must be amazing!
components:
- type: Drink
- type: SolutionContainerManager
solutions:
drink:
reagents:
- ReagentId: PoisonWine
Quantity: 100
- type: Sprite
sprite: Objects/Consumable/Drinks/pwinebottle.rsi
- type: entity
parent: DrinkBottleBaseFull
id: DrinkRumbottleFull
id: DrinkRumBottleFull
name: captain pete's cuban spiced rum
description: This isn't just rum, oh no. It's practically GRIFF in a bottle.
components:
- type: Drink
- type: SolutionContainerManager
solutions:
drink:
reagents:
- ReagentId: Rum
Quantity: 100
- type: Sprite
sprite: Objects/Consumable/Drinks/rumbottle.rsi
- type: entity
parent: DrinkBottleBaseFull
id: DrinkSpaceMountainWindBottleFull
name: space mountain wind bottle
description: Blows right through you like a space wind.
components:
- type: SolutionContainerManager
solutions:
drink:
reagents:
- ReagentId: SpaceMountainWind
Quantity: 100
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi
- type: entity
parent: DrinkBottleBaseFull
id: DrinkTequilabottleFull
id: DrinkSpaceUpBottleFull
name: space-up bottle
description: Tastes like a hull breach in your mouth.
components:
- type: SolutionContainerManager
solutions:
drink:
reagents:
- ReagentId: SpaceUp
Quantity: 100
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/space-up_bottle.rsi
- type: entity
parent: DrinkBottleBaseFull
id: DrinkTequilaBottleFull
name: caccavo guaranteed quality tequila bottle
description: Made from premium petroleum distillates, pure thalidomide and other fine quality ingredients!
components:
- type: Drink
- type: SolutionContainerManager
solutions:
drink:
reagents:
- ReagentId: Tequila
Quantity: 100
- type: Sprite
sprite: Objects/Consumable/Drinks/tequillabottle.rsi
- type: entity
parent: DrinkBottleBaseFull
id: DrinkVermouthBottleFull
name: goldeneye vermouth bottle
description: Sweet, sweet dryness!
components:
- type: Drink
- type: SolutionContainerManager
solutions:
drink:
reagents:
- ReagentId: Vermouth
Quantity: 100
- type: Sprite
sprite: Objects/Consumable/Drinks/vermouthbottle.rsi
- type: entity
parent: DrinkBottleBaseFull
id: DrinkVodkaBottleFull
@@ -230,14 +317,12 @@
- type: SolutionContainerManager
solutions:
drink:
maxVol: 80
reagents:
- ReagentId: Vodka
Quantity: 80
Quantity: 100
- type: Sprite
sprite: Objects/Consumable/Drinks/vodkabottle.rsi
- type: entity
parent: DrinkBottleBaseFull
id: DrinkWhiskeyBottleFull
@@ -247,14 +332,12 @@
- type: SolutionContainerManager
solutions:
drink:
maxVol: 80
reagents:
- ReagentId: Whiskey
Quantity: 80
Quantity: 100
- type: Sprite
sprite: Objects/Consumable/Drinks/whiskeybottle.rsi
- type: entity
parent: DrinkBottleBaseFull
id: DrinkWineBottleFull
@@ -264,9 +347,162 @@
- type: SolutionContainerManager
solutions:
drink:
maxVol: 80
reagents:
- ReagentId: Wine
Quantity: 80
Quantity: 100
- type: Sprite
sprite: Objects/Consumable/Drinks/winebottle.rsi
# Small Bottles
- type: entity
parent: DrinkBottleBaseFull
id: DrinkBeer # Needs to be renamed DrinkBeerBottleFull
name: beer # beer it is. coffee. beer? coff-ee? be-er? c-o... b-e
description: An alcoholic beverage made from malted grains, hops, yeast, and water.
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 50
reagents:
- ReagentId: Beer
Quantity: 50
- type: Sprite
sprite: Objects/Consumable/Drinks/beer.rsi
- type: entity
parent: DrinkBottleBaseFull
id: DrinkAleBottleFull
name: Magm-Ale
description: A true dorf's drink of choice.
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 50
reagents:
- ReagentId: Ale
Quantity: 50
- type: Sprite
sprite: Objects/Consumable/Drinks/alebottle.rsi
- type: entity
parent: DrinkBottleBaseFull
id: DrinkWaterBottleFull
name: water bottle
description: Simple clean water of unknown origin. You think that maybe you dont want to know it.
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 50
reagents:
- ReagentId: Water
Quantity: 50
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/waterbottle.rsi
# Cartons, TODO: this needs to be moved elsewhere eventually, since cartons shouldnt smash into glass shards
- type: entity
parent: DrinkBottleBaseFull
id: DrinkJuiceLimeCarton
name: lime juice
description: Sweet-sour goodness.
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 50
reagents:
- ReagentId: JuiceLime
Quantity: 50
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/limejuice.rsi
- type: entity
parent: DrinkBottleBaseFull
id: DrinkJuiceOrangeCarton
name: orange juice
description: Full of vitamins and deliciousness!
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 50
reagents:
- ReagentId: JuiceOrange
Quantity: 50
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/orangejuice.rsi
- type: entity
parent: DrinkBottleBaseFull
id: DrinkJuiceTomatoCarton
name: tomato juice
description: Well, at least it LOOKS like tomato juice. You can't tell with all that redness.
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 50
reagents:
- ReagentId: JuiceTomato
Quantity: 50
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/tomatojuice.rsi
- type: entity
parent: DrinkBottleBaseFull
id: DrinkCreamCarton
name: Milk Cream
description: It's cream. Made from milk. What else did you think you'd find in there?
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 50
reagents:
- ReagentId: Cream
Quantity: 50
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/cream.rsi
- type: entity
parent: DrinkBottleBaseFull
id: DrinkMilkCarton
name: milk
description: An opaque white liquid produced by the mammary glands of mammals.
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 100
reagents:
- ReagentId: Milk
Quantity: 100
- type: Sprite
sprite: Objects/Consumable/Drinks/milk.rsi
- type: entity
parent: DrinkBottleBaseFull
id: DrinkSoyMilkCarton
name: soy milk
description: White and nutritious soy goodness!
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 100
reagents:
- ReagentId: MilkSoy
Quantity: 100
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/soymilk.rsi

View File

@@ -25,7 +25,7 @@
state: icon
layers:
- state: icon
map: ["enum.DrinkCanVisualLayers.Icon"]
map: ["enum.DrinkCanVisualLayers.Icon"]
netsync: false
- type: DrainableSolution
solution: drink
@@ -41,6 +41,13 @@
name: space cola
description: A refreshing beverage.
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 20
reagents:
- ReagentId: Cola
Quantity: 20
- type: Tag
tags:
- Cola
@@ -51,10 +58,17 @@
- type: entity
parent: DrinkCanBaseFull
id: DrinkIceTeaCan
id: DrinkIcedTeaCan
name: iced tea can
description: A refreshing can of iced tea.
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 20
reagents:
- ReagentId: IcedTea
Quantity: 20
- type: Sprite
sprite: Objects/Consumable/Drinks/ice_tea_can.rsi
- type: Item
@@ -66,6 +80,13 @@
name: lemon-lime can
description: You wanted ORANGE. It gave you Lemon-Lime.
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 20
reagents:
- ReagentId: LemonLime
Quantity: 20
- type: Sprite
sprite: Objects/Consumable/Drinks/lemon-lime.rsi
- type: Item
@@ -82,12 +103,36 @@
- type: Item
sprite: Objects/Consumable/Drinks/purple_can.rsi
- type: entity
parent: DrinkGlassBase
id: DrinkSodaWaterCan
name: soda water can
description: Soda water. Why not make a scotch and soda?
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 20
reagents:
- ReagentId: SodaWater
Quantity: 20
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/sodawater.rsi
- type: entity
parent: DrinkCanBaseFull
id: DrinkSpaceMountainWindCan
name: space mountain wind can
description: Blows right through you like a space wind.
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 20
reagents:
- ReagentId: SpaceMountainWind
Quantity: 20
- type: Sprite
sprite: Objects/Consumable/Drinks/space_mountain_wind.rsi
- type: Item
@@ -99,6 +144,13 @@
name: space-up can
description: Tastes like a hull breach in your mouth.
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 20
reagents:
- ReagentId: SpaceUp
Quantity: 20
- type: Sprite
sprite: Objects/Consumable/Drinks/space-up.rsi
- type: Item
@@ -117,28 +169,52 @@
- type: entity
parent: DrinkCanBaseFull
id: DrinkThirteenLokoCan
name: thirteen loko can
description: The MBO has advised crew members that consumption of Thirteen Loko may result in seizures, blindness, drunkeness, or even death. Please Drink Responsibly.
id: DrinkTonicWaterCan
name: tonic water can
description: Quinine tastes funny, but at least it'll keep that Space Malaria away.
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 20
reagents:
- ReagentId: ThirteenLoko
- ReagentId: TonicWater
Quantity: 20
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/thirteen_loko.rsi
- type: Item
sprite: Objects/Consumable/Drinks/thirteen_loko.rsi
sprite: Objects/Consumable/Drinks/tonic.rsi
- type: entity
parent: DrinkCanBaseFull
id: DrinkChangelingSting
name: Changeling sting
id: DrinkFourteenLokoCan
name: fourteen loko can
description: The MBO has advised crew members that consumption of Fourteen Loko may result in seizures, blindness, drunkeness, or even death. Please Drink Responsibly.
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 20
reagents:
- ReagentId: FourteenLoko
Quantity: 20
- type: Sprite
sprite: Objects/Consumable/Drinks/fourteen_loko.rsi
- type: Item
sprite: Objects/Consumable/Drinks/fourteen_loko.rsi
- type: entity
parent: DrinkCanBaseFull
id: DrinkChangelingStingCan
name: Changeling sting can
description: You take a tiny sip and feel a burning sensation...
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 20
reagents:
- ReagentId: ChangelingSting
Quantity: 20
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/changelingsting.rsi
@@ -147,10 +223,17 @@
- type: entity
parent: DrinkCanBaseFull
id: DrinkDrGibb
name: Dr. Gibb
id: DrinkDrGibbCan
name: Dr. Gibb can
description: A delicious blend of 42 different flavours.
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 20
reagents:
- ReagentId: DrGibb
Quantity: 20
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/dr_gibb.rsi

View File

@@ -199,3 +199,21 @@
state: icon
- type: Item
sprite: Objects/Consumable/Drinks/lean.rsi
- type: entity
parent: DrinkGlassBase
id: DrinkWaterCup
name: water cup
description: A paper water cup.
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 20
reagents:
- ReagentId: Water
Quantity: 20
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/water_cup.rsi
state: icon-1

View File

@@ -1,39 +1,26 @@
# Base Alcohol
- type: reagent
id: Absinthe
name: absinthe
desc: One sip of this and you just know you're gonna have a good time.
spritePath: absintheglass.rsi
desc: A anise-flavoured spirit derived from botanicals.
physicalDesc: strong-smelling
color: "#33EE00"
physicalDesc: strong-smelling
- type: reagent
id: Whiskey
name: whiskey
desc: An alcoholic beverage made from fermented grain mash
physicalDesc: strong-smelling
color: "#664300"
spritePath: whiskeyglass.rsi
spritePath: absintheglass.rsi
- type: reagent
id: Ale
name: ale
desc: A type of beer brewed using a warm fermentation method, resulting in a sweet, full-bodied and fruity taste.
desc: A dark alchoholic beverage made by malted barley and yeast.
physicalDesc: bubbly
color: "#663100"
spritePath: aleglass.rsi
- type: reagent
id: Wine
name: wine
desc: An alcoholic drink made from fermented grapes
physicalDesc: translucent
color: "#7E4043"
spritePath: wineglass.rsi
- type: reagent
id: Beer
name: beer
desc: A cold pint of pale lager.
desc: An alcoholic beverage made from malted grains, hops, yeast, and water.
physicalDesc: bubbly
color: "#cfa85f"
spritePath: beerglass.rsi
@@ -44,50 +31,12 @@
amount: 0.7
- type: reagent
id: Vodka
name: vodka
desc: The glass contain wodka. Хуета.
id: BlueCuracao
name: blue curacao
desc: Exotically blue, fruity drink, distilled from oranges.
physicalDesc: strong-smelling
color: "#d1d1d155"
spritePath: ginvodkaglass.rsi
- type: reagent
id: Gin
name: gin
desc: A crystal clear glass of Griffeater gin.
physicalDesc: strong-smelling
color: "#664300"
spritePath: ginvodkaglass.rsi
- type: reagent
id: Rum
name: rum
desc: Popular with the sailors. Not very popular with anyone else.
physicalDesc: strong-smelling
color: "#664300"
spritePath: rumglass.rsi
- type: reagent
id: Moonshine
name: moonshine
desc: Artisanal homemade liquor. What could go wrong?
physicalDesc: strong-smelling
color: "#d1d7d155"
- type: reagent
id: Tequila
name: tequila
desc: This stuff will get you fucked up.
physicalDesc: strong-smelling
color: "#d7d1d155"
- type: reagent
id: Kahlua
name: kahlua
desc: A widely known, Mexican coffee-flavoured liqueur. In production since 1936!
physicalDesc: cloudy
color: "#664300"
spritePath: kahluaglass.rsi
color: "#0000CD"
spritePath: curacaoglass.rsi
- type: reagent
id: Cognac
@@ -98,52 +47,156 @@
spritePath: cognacglass.rsi
- type: reagent
id: ManlyDorf
name: manly dorf
desc: A dwarfy concoction made from ale and beer. Intended for stout dwarves only.
physicalDesc: bubbly
id: DeadRum
name: deadrum
desc: Distilled alcoholic drink made from saltwater.
physicalDesc: strong-smelling
color: "#664300"
spritePath: manlydorfglass.rsi
spritePath: rumglass.rsi
- type: reagent
id: CubaLibre
name: cuba libre
desc: A classic mix of rum and cola.
physicalDesc: bubbly
color: "#3E1B00"
spritePath: cubalibreglass.rsi
id: Gin
name: gin
desc: A distilled alcoholic drink that derives its predominant flavour from juniper berries.
physicalDesc: strong-smelling
color: "#664300"
spritePath: ginvodkaglass.rsi
- type: reagent
id: IrishCarBomb
name: irish car bomb
desc: A troubling mixture of irish cream and ale.
physicalDesc: bubbly
color: "#2E6671"
spritePath: irishcarbomb.rsi
- type: reagent
id: IrishCoffee
name: irish coffee
desc: Coffee served with irish cream. Regular cream just isn't the same!
id: Kahlua
name: kahlua
desc: A widely known, Mexican coffee-flavoured liqueur.
physicalDesc: cloudy
color: "#664300"
spritePath: irishcoffeeglass.rsi
spritePath: kahluaglass.rsi
- type: reagent
id: IrishCream
name: irish cream
desc: Whiskey-imbued cream. What else could you expect from the Irish.
physicalDesc: creamy
color: "#664300"
spritePath: irishcreamglass.rsi
id: MelonLiquor
name: melon liquor
desc: A relatively sweet and fruity 46 proof liquor.
physicalDesc: strong-smelling
color: "#138808"
spritePath: emeraldglass.rsi
- type: reagent
id: B52
name: b-52
desc: Coffee, irish cream, and cognac. You will get bombed.
physicalDesc: bubbly
id: NTCahors
name: NeoTheology Cahors Wine
desc: Fortified dessert wine made from cabernet sauvignon, saperavi and other grapes.
physicalDesc: strong-smelling
color: "#7E4043"
spritePath: wineglass.rsi
- type: reagent
id: PoisonWine
name: poison wine
desc: Is this even wine? Toxic! Hallucinogenic! Probably consumed in boatloads by your superiors!
physicalDesc: strong-smelling
color: "#000000"
spritePath: pwineglass.rsi
- type: reagent
id: Rum
name: rum
desc: Distilled alcoholic drink made from sugarcane byproducts.
physicalDesc: strong-smelling
color: "#664300"
spritePath: b52glass.rsi
spritePath: rumglass.rsi
- type: reagent
id: Sake
name: sake
desc: Alcoholic beverage made by fermenting rice that has been polished.
physicalDesc: strong-smelling
color: "#DDDDDD"
- type: reagent
id: Tequila
name: tequila
desc: A strong and mildly flavoured, mexican produced spirit.
physicalDesc: strong-smelling
color: "#d7d1d155"
- type: reagent
id: Vermouth
name: vermouth
desc: Aromatized, fortified white wine flavored with various botanicals.
physicalDesc: strong-smelling
color: "#91FF91"
spritePath: vermouthglass.rsi
- type: reagent
id: Vodka
name: vodka
desc: Clear distilled alcoholic beverage that originates from Poland and Russia.
physicalDesc: strong-smelling
color: "#d1d1d155"
spritePath: ginvodkaglass.rsi
- type: reagent
id: Whiskey
name: whiskey
desc: A type of distilled alcoholic beverage made from fermented grain mash.
physicalDesc: strong-smelling
color: "#664300"
spritePath: whiskeyglass.rsi
- type: reagent
id: Wine
name: wine
desc: An premium alchoholic beverage made from distilled grape juice.
physicalDesc: translucent
color: "#7E4043"
spritePath: wineglass.rsi
# Mixed Alcohol
- type: reagent
id: AcidSpit
name: acidspit
desc: A drink for the daring, can be deadly if incorrectly prepared!
physicalDesc: strong-smelling
color: "#365000"
spritePath: acidspitglass.rsi
- type: reagent
id: AlliesCocktail #haha, cock. that's hot
name: allies cocktail
desc: A drink made from your allies, not as sweet as when made from your enemies.
physicalDesc: strong-smelling
color: "#00664d"
spritePath: alliescocktail.rsi
- type: reagent
id: Aloe
name: aloe
desc: So very, very, very good.
physicalDesc: strong-smelling
color: "#192c00"
spritePath: aloe.rsi
- type: reagent
id: Amasec
name: amasec
desc: Official drink of the Gun Club!
physicalDesc: strong-smelling
color: "#124da7"
spritePath: amasecglass.rsi
- type: reagent
id: Andalusia
name: andalusia
desc: A nice, strangely named drink.
physicalDesc: strong-smelling
color: "#665700"
spritePath: andalusia.rsi
- type: reagent
id: Antifreeze
name: antifreeze
desc: Ultimate refreshment.
physicalDesc: translucent
color: "#ff7d63"
spritePath: antifreeze.rsi
- type: reagent
id: AtomicBomb
@@ -154,35 +207,236 @@
spritePath: atomicbombglass.rsi
- type: reagent
id: WhiskeyCola
name: whiskey cola
desc: An innocent-looking mixture of cola and whiskey. Delicious.
id: B52
name: b-52
desc: Coffee, irish cream, and cognac. You will get bombed.
physicalDesc: bubbly
color: "#664300"
spritePath: b52glass.rsi
- type: reagent
id: BahamaMama
name: bahama mama
desc: Tropical cocktail.
physicalDesc: strong-smelling
color: "#FF7F3B"
spritePath: bahama_mama.rsi
- type: reagent
id: BananaHonk
name: banana mama
desc: A drink from Clown Heaven.
physicalDesc: strong-smelling
color: "#ffff91"
spritePath: bananahonkglass.rsi
- type: reagent
id: Barefoot
name: barefoot
desc: Barefoot and pregnant.
physicalDesc: strong-smelling
color: "#664300"
spritePath: b&p.rsi
- type: reagent
id: BeepskySmash
name: beepsky smash
desc: Deny drinking this and prepare for THE LAW.
physicalDesc: strong-smelling
color: "#664300"
spritePath: beepskysmashglass.rsi
- type: reagent
id: Bilk
name: bilk
desc: This appears to be beer mixed with milk. Disgusting.
physicalDesc: bilky...
color: "#895C4C"
spritePath: glass_brown.rsi
- type: reagent
id: BlackRussian
name: black russian
desc: For the lactose-intolerant. Still as classy as a White Russian.
physicalDesc: strong-smelling
color: "#360000"
spritePath: blackrussianglass.rsi
- type: reagent
id: BloodyMary
name: bloody mary
desc: A strange yet pleasurable mixture made of vodka, tomato, and lime juice.
physicalDesc: strong-smelling
color: "#660000"
spritePath: bloodymaryglass.rsi
- type: reagent
id: Booger
name: booger
desc: Ewww...
physicalDesc: strong-smelling
color: "#8CFF8C"
spritePath: booger.rsi
- type: reagent
id: BraveBull
name: brave bull
desc: It's just as effective as Dutch-Courage!
physicalDesc: strong-smelling
color: "#664300"
spritePath: bravebullglass.rsi
- type: reagent
id: BrownStar
name: brown star
desc: It's not what it sounds like...
physicalDesc: strong-smelling
color: "#9F3400"
spritePath: brownstar.rsi
- type: reagent
id: CubaLibre
name: cuba libre
desc: Rum, mixed with cola. Viva la revolucion.
physicalDesc: bubbly
color: "#3E1B00"
spritePath: whiskeycolaglass.rsi
spritePath: cubalibreglass.rsi
- type: reagent
id: SyndicateBomb
name: syndicate bomb
desc: Somebody set us up the bomb!
physicalDesc: opaque
color: "#2E6660"
spritePath: syndicatebomb.rsi
id: DemonsBlood
name: demons blood
desc: AHHHH!!!!
physicalDesc: strong-smelling
color: "#a70000"
spritePath: demonsblood.rsi
- type: reagent
id: Antifreeze
name: antifreeze
desc: The ultimate refreshment.
physicalDesc: translucent
color: "#ff7d63"
spritePath: antifreeze.rsi
id: DevilsKiss
name: devils kiss
desc: Creepy time!
physicalDesc: strong-smelling
color: "#A68310"
spritePath: devilskiss.rsi
- type: reagent
id: CreamyDelight
name: creamy delight
desc: A combination of cream, wine and moonshine. Why would you do this?
physicalDesc: foul
color: "#a6969a"
id: DoctorsDelight
name: the doctor's delight
desc: A gulp a day keeps the MediBot away. That's probably for the best.
physicalDesc: strong-smelling
color: "#FF8CFF"
spritePath: doctorsdelightglass.rsi
- type: reagent
id: DriestMartini
name: driest martini
desc: Only for the experienced. You think you see sand floating in the glass.
physicalDesc: strong-smelling
color: "#2E6671"
spritePath: driestmartiniglass.rsi
- type: reagent
id: ErikaSuprise
name: erika suprise
desc: The surprise is, it's green!
physicalDesc: strong-smelling
color: "#2E6671"
spritePath: erikasurprise.rsi
- type: reagent
id: GargleBlaster
name: Pan-Galactic Gargle Blaster
desc: Whoah, this stuff looks volatile!
physicalDesc: volatile
color: "#9cc8b4"
spritePath: gargleblasterglass.rsi
- type: reagent
id: GinFizz
name: gin fizz
desc: Refreshingly lemony, deliciously dry.
physicalDesc: strong-smelling
color: "#664300"
spritePath: ginfizzglass.rsi
- type: reagent
id: GinTonic
name: gin and tonic
desc: An all time classic, mild cocktail.
physicalDesc: strong-smelling
color: "#004166"
spritePath: gintonicglass.rsi
- type: reagent
id: Goldschlager
name: Goldschlager
desc: 100 proof cinnamon schnapps, made for alcoholic teen girls on spring break.
physicalDesc: strong-smelling
color: "#FFFF91"
spritePath: goldschlagerglass.rsi
- type: reagent
id: Grog
name: grog
desc: Watered-down rum, pirate approved!
physicalDesc: strong-smelling
color: "#664300"
spritePath: grogglass.rsi
- type: reagent
id: HippiesDelight
name: hippies delight
desc: You just don't get it maaaan.
physicalDesc: strong-smelling
color: "#6eaa0c"
spritePath: hippiesdelightglass.rsi
- type: reagent
id: Hooch
name: hooch
desc: Either someone's failure at cocktail making or attempt in alchohol production. In any case, do you really want to drink that?
physicalDesc: strong-smelling
color: "#664e00"
spritePath: glass_brown2.rsi
- type: reagent
id: IcedBeer
name: iced beer
desc: A beer which is so cold the air around it freezes.
physicalDesc: bubbly
color: "#664300"
spritePath: iced_beerglass.rsi
- type: reagent
id: IrishCarBomb
name: irish car bomb
desc: A troubling mixture of irish cream and ale.
physicalDesc: bubbly
color: "#2E6671"
spritePath: irishcarbomb.rsi
- type: reagent
id: IrishCream
name: irish cream
desc: Whiskey-imbued cream. What else could you expect from the Irish.
physicalDesc: creamy
color: "#664300"
spritePath: irishcreamglass.rsi
- type: reagent
id: IrishCoffee
name: irish coffee
desc: Coffee served with irish cream. Regular cream just isn't the same!
physicalDesc: cloudy
color: "#664300"
spritePath: irishcoffeeglass.rsi
- type: reagent
id: KiraSpecial
name: kira special
desc: Long live the guy who everyone had mistaken for a girl. Baka!
physicalDesc: strong-smelling
color: "#CCCC99"
spritePath: kiraspecial.rsi
- type: reagent
id: Lean
@@ -197,3 +451,226 @@
desc: Lean mixed with moonshine. Turn up for months.
physicalDesc: bubbly
color: "#9d5fb8"
- type: reagent
id: LongIslandIcedTea
name: long island iced tea
desc: The liquor cabinet, brought together in a delicious mix. Intended for middle-aged alcoholic women only.
physicalDesc: strong-smelling
color: "#664300"
spritePath: longislandicedteaglass.rsi
- type: reagent
id: Manhattan
name: manhattan
desc: The Detective's undercover drink of choice. He never could stomach gin...
physicalDesc: strong-smelling
color: "#664300"
spritePath: manhattanglass.rsi
- type: reagent
id: ManhattanProject
name: manhattan project
desc: A scientist's drink of choice, for pondering ways to blow up the ship.
physicalDesc: strong-smelling
color: "#664300"
spritePath: proj_manhattanglass.rsi
- type: reagent
id: ManlyDorf
name: manly dorf
desc: Beer and Ale, brought together in a delicious mix. Intended for stout dwarves only.
physicalDesc: bubbly
color: "#664300"
spritePath: manlydorfglass.rsi
- type: reagent
id: Margarita
name: margarita
desc: On the rocks with salt on the rim. Arriba~!
physicalDesc: strong-smelling
color: "#8CFF8C"
spritePath: margaritaglass.rsi
- type: reagent
id: Martini
name: classic martini
desc: Vermouth with Gin. Not quite how 007 enjoyed it, but still delicious.
physicalDesc: strong-smelling
color: "#664300"
spritePath: martiniglass.rsi
- type: reagent
id: Mead
name: mead
desc: A Viking's drink, though a cheap one.
physicalDesc: strong-smelling
color: "#664300"
spritePath: meadglass.rsi
- type: reagent
id: Mojito
name: mojito
desc: If it's good enough for Spesscuba, it's good enough for you.
physicalDesc: strong-smelling
color: "#664300"
spritePath: mojito.rsi
- type: reagent
id: Moonshine
name: moonshine
desc: Artisanal homemade liquor. What could go wrong?
physicalDesc: strong-smelling
color: "#d1d7d155"
- type: reagent
id: Neurotoxin
name: neurotoxin
desc: A strong neurotoxin that puts the subject into a death-like state.
physicalDesc: strong-smelling
color: "#2E2E61"
spritePath: neurotoxinglass.rsi
- type: reagent
id: Patron
name: patron
desc: Tequila with silver in it, a favorite of alcoholic women in the club scene.
physicalDesc: metallic
color: "#585840"
spritePath: patronglass.rsi
- type: reagent
id: RedMead
name: red mead
desc: The true Viking's drink! Even though it has a strange red color.
physicalDesc: strong-smelling
color: "#C73C00"
spritePath: red_meadglass.rsi
- type: reagent
id: Rewriter
name: rewriter
desc: The secret of the sanctuary of the Libarian...
physicalDesc: strong-smelling
color: "#485000"
spritePath: rewriter.rsi
- type: reagent
id: Sbiten
name: sbiten
desc: A spicy Vodka! Might be a little hot for the little guys!
physicalDesc: strong-smelling
color: "#004166"
spritePath: sbitenglass.rsi
- type: reagent
id: ScrewdriverCocktail
name: screwdriver
desc: Vodka, mixed with plain ol' orange juice. The result is surprisingly delicious.
physicalDesc: strong-smelling
color: "#A68310"
spritePath: screwdriverglass.rsi
- type: reagent
id: Silencer
name: silencer
desc: A drink from Mime Heaven.
physicalDesc: strong-smelling
color: "#004666"
spritePath: silencerglass.rsi
- type: reagent
id: Singulo
name: singulo
desc: A blue-space beverage!
physicalDesc: strong-smelling
color: "#3b0c0c"
spritePath: singulo.rsi
- type: reagent
id: SnowWhite
name: snow white
desc: A cold refreshment.
physicalDesc: bubbly
color: "#FFFFFF"
spritePath: snowwhite.rsi
- type: reagent
id: SuiDream
name: sui dream
desc: 'Comprised of: White soda, blue curacao, melon liquor.'
physicalDesc: strong-smelling
color: "#00A86B"
spritePath: sdreamglass.rsi
- type: reagent
id: SyndicateBomb
name: syndicate bomb
desc: Somebody set us up the bomb!
physicalDesc: opaque
color: "#2E6660"
spritePath: syndicatebomb.rsi
- type: reagent
id: TequilaSunrise
name: tequila sunrise
desc: Tequila and orange juice. Much like a Screwdriver, only Mexican.
physicalDesc: strong-smelling
color: "#FFE48C"
spritePath: tequillasunriseglass.rsi
- type: reagent
id: ThreeMileIsland
name: three mile island iced tea
desc: "Made for a woman, strong enough for a man."
physicalDesc: strong-smelling
color: "#666340"
spritePath: threemileislandglass.rsi
- type: reagent
id: ToxinsSpecial
name: toxins special
desc: This thing is ON FIRE! CALL THE DAMN SHUTTLE!
physicalDesc: strong-smelling
color: "#665c00"
spritePath: toxinsspecialglass.rsi
- type: reagent
id: VodkaMartini
name: vodka martini
desc: Vodka with Gin. Not quite how 007 enjoyed it, but still delicious.
physicalDesc: strong-smelling
color: "#004666"
spritePath: martiniglass.rsi
- type: reagent
id: VodkaTonic
name: vodka tonic
desc: For when a gin and tonic isn't russian enough.
physicalDesc: strong-smelling
color: "#0064C8"
spritePath: vodkatonicglass.rsi
- type: reagent
id: WhiskeyCola
name: whiskey cola
desc: Whiskey, mixed with cola. Surprisingly refreshing.
physicalDesc: bubbly
color: "#3E1B00"
spritePath: whiskeycolaglass.rsi
- type: reagent
id: WhiskeySoda
name: whiskey soda
desc: For the more refined griffon.
physicalDesc: strong-smelling
color: "#533600"
spritePath: whiskeysodaglass.rsi
- type: reagent
id: WhiteRussian
name: white russian
desc: That's just, like, your opinion, man...
physicalDesc: strong-smelling
color: "#A68340"
spritePath: whiterussianglass.rsi

View File

@@ -5,13 +5,6 @@
physicalDesc: aromatic
color: "#664300"
- type: reagent
id: Tea
name: tea
desc: A drink made by boiling leaves of the tea tree, Camellia sinensis.
physicalDesc: aromatic
color: "#8a5a3a"
- type: reagent
id: Cream
name: cream
@@ -19,6 +12,62 @@
physicalDesc: creamy
color: "#DFD7AF"
- type: reagent
id: CafeLatte
name: cafe latte
desc: A nice, strong and tasty beverage while you are reading.
physicalDesc: creamy
color: "#664300"
spritePath: cafe_latte.rsi
- type: reagent
id: GreenTea
name: green tea
desc: Tasty green tea.
physicalDesc: aromatic
color: "#C33F00"
spritePath: glass_green.rsi #Placeholder
- type: reagent
id: Grenadine
name: grenadine
desc: Not cherry flavored!
physicalDesc: dark-red
color: "#EA1D26"
spritePath: grenadineglass.rsi
- type: reagent
id: IcedCoffee
name: iced coffee
desc: Coffee and ice, refreshing and cool.
physicalDesc: aromatic
color: "#102838"
spritePath: icedcoffeeglass.rsi
- type: reagent
id: IcedGreenTea
name: iced green tea
desc: cold green tea.
physicalDesc: aromatic
color: "#CE4200"
spritePath: glass_green.rsi #Placeholder
- type: reagent
id: IcedTea
name: iced tea
desc: No relation to a certain rap artist/actor.
physicalDesc: aromatic
color: "#104038"
spritePath: icedteaglass.rsi
- type: reagent
id: Lemonade
name: lemonade
desc: Drink using lemon juice, water, and a sweetener such as cane sugar or honey.
physicalDesc: tart
color: "#FFFF00"
spritePath: lemonadeglass.rsi
- type: reagent
id: Milk
name: milk
@@ -32,11 +81,11 @@
amount: 0.9
- type: reagent
id: SpoiledMilk
name: spoiled milk
desc: This milk has gone rancid.
physicalDesc: putrid
color: "#faffba"
id: MilkOat
name: oat milk
desc: Surprisingly tasty.
physicalDesc: refreshing
color: "#302000"
- type: reagent
id: MilkSoy
@@ -46,8 +95,52 @@
color: "#302000"
- type: reagent
id: MilkOat
name: oat milk
desc: Surprisingly tasty.
physicalDesc: refreshing
color: "#302000"
id: MilkSpoiled
name: spoiled milk
desc: This milk has gone rancid.
physicalDesc: putrid
color: "#faffba"
- type: reagent
id: Nothing
name: nothing
desc: Absolutely nothing.
physicalDesc: nothing
spritePath: nothing.rsi
- type: reagent
id: NukaCola
name: nuka cola
desc: Cola, cola never changes.
physicalDesc: fizzy
color: "#100800"
spritePath: nuka_colaglass.rsi
- type: reagent
id: SodaWater
name: soda water
desc: A container of club soda. Why not make a scotch and soda?
physicalDesc: fizzy
color: "#619494"
- type: reagent
id: SoyLatte
name: soy latte
desc: A coffee drink made with espresso and steamed soy milk.
physicalDesc: strong-smelling
color: "#664300"
spritePath: soy_latte.rsi
- type: reagent
id: Tea
name: tea
desc: A drink made by boiling leaves of the tea tree, Camellia sinensis.
physicalDesc: aromatic
color: "#8a5a3a"
- type: reagent
id: TonicWater
name: tonic water
desc: It tastes strange but at least the quinine keeps the Space Malaria at bay.
physicalDesc: fizzy
color: "#0064C8"

View File

@@ -5,6 +5,13 @@
physicalDesc: crisp
color: "#FDAD01"
- type: reagent
id: JuiceBanana
name: banana juice
desc: The raw essence of a banana. HONK.
physicalDesc: crisp
color: "#FFE777"
- type: reagent
id: JuiceBerry
name: berry juice
@@ -12,12 +19,19 @@
physicalDesc: sweet
color: "#660099"
# /datum/reagent/drink/poisonberryjuice/on_mob_life(var/mob/living/M)
# if(..())
# return 1
# M.adjustToxLoss(1)
- type: reagent
id: JuiceBanana
name: banana juice
desc: The raw essence of a banana. HONK.
physicalDesc: crisp
color: "#FFE777"
id: JuiceBerryPoison
name: poison berry juice
desc: A surprisingly tasty juice blended from various kinds of very deadly and toxic berries.
physicalDesc: aromatic #maybe should be 'sickly'?
color: "#6600CC"
#TODO: port on_mob_life: restore eyesight
#if(..())
@@ -38,11 +52,11 @@
color: "#FF8820"
- type: reagent
id: JuiceLime
name: lime juice
desc: The sweet-sour juice of limes.
physicalDesc: citric
color: "#99bb43"
id: JuiceGrape
name: grape juice
desc: Freshly squeezed juice from red grapes. Quite sweet.
physicalDesc: crisp
color: "#512284"
- type: reagent
id: JuiceLemon
@@ -52,11 +66,11 @@
color: "#fff690"
- type: reagent
id: JuiceGrape
name: grape juice
desc: Freshly squeezed juice from red grapes. Quite sweet.
physicalDesc: crisp
color: "#512284"
id: JuiceLime
name: lime juice
desc: The sweet-sour juice of limes.
physicalDesc: citric
color: "#99bb43"
# /datum/reagent/drink/orangejuice/on_mob_life(var/mob/living/M)
@@ -73,6 +87,20 @@
physicalDesc: citric
color: "#E78108"
- type: reagent
id: JuicePineapple
name: pineapple juice
desc: The delicious juice of a pineapple.
physicalDesc: tropical
color: yellow
- type: reagent
id: JuicePotato
name: potato juice
desc: Juice of the potato. Bleh.
physicalDesc: starchy
color: "#302000"
- type: reagent
id: JuiceTomato
name: tomato juice
@@ -80,37 +108,9 @@
physicalDesc: saucey
color: "#731008"
# /datum/reagent/drink/poisonberryjuice/on_mob_life(var/mob/living/M)
# if(..())
# return 1
# M.adjustToxLoss(1)
- type: reagent
id: JuiceBerryPoison
name: poison berry juice
desc: A surprisingly tasty juice blended from various kinds of very deadly and toxic berries.
physicalDesc: aromatic #maybe should be 'sickly'?
color: "#6600CC"
- type: reagent
id: JuiceWatermelon
name: water melon juice
desc: The delicious juice of a watermelon.
physicalDesc: sweet
color: "#EF3520"
- type: reagent
id: JuicePineapple
name: pineapple juice
desc: The delicious juice of a pineapple.
physicalDesc: tropical
color: yellow
# - type: reagent
# id: PotatoJuice
# name: potato juice
# desc: Juice of the potato. Bleh.
# physicalDesc: starchy
# color: "#302000"

View File

@@ -13,8 +13,93 @@
amount: 0.1
- type: reagent
id: ThirteenLoko
name: Thirteen Loko
id: ChangelingSting
name: changeling sting
desc: You take a tiny sip and feel a burning sensation...
physicalDesc: fizzy
color: "#2E6671"
plantMetabolism:
- !type:AdjustNutrition
amount: 0.1
- !type:AdjustWater
amount: 1
- !type:AdjustHealth
amount: 0.1
- type: reagent
id: DrGibb
name: Dr. Gibb
desc: A delicious blend of 42 different flavours.
physicalDesc: fizzy
color: "#102000"
plantMetabolism:
- !type:AdjustNutrition
amount: 0.1
- !type:AdjustWater
amount: 1
- !type:AdjustHealth
amount: 0.1
- type: reagent
id: LemonLime
name: lemon-lime
desc: tangy lime and lemon soda
physicalDesc: fizzy
color: "#878F00"
spritePath: lemonlime.rsi
plantMetabolism:
- !type:AdjustNutrition
amount: 0.1
- !type:AdjustWater
amount: 1
- !type:AdjustHealth
amount: 0.1
- type: reagent
id: PwrGame
name: Pwr Game
desc: The only drink with the PWR that true gamers crave.
physicalDesc: fizzy
color: "#9385bf"
plantMetabolism:
- !type:AdjustNutrition
amount: 0.1
- !type:AdjustWater
amount: 1
- !type:AdjustHealth
amount: 0.1
- type: reagent
id: SpaceMountainWind
name: Space Mountain Wind
desc: Blows right through you like a space wind.
physicalDesc: fizzy
color: "#102000"
plantMetabolism:
- !type:AdjustNutrition
amount: 0.1
- !type:AdjustWater
amount: 1
- !type:AdjustHealth
amount: 0.1
- type: reagent
id: SpaceUp
name: Space-Up
desc: Tastes like a hull breach in your mouth.
physicalDesc: fizzy
color: "#00FF00"
plantMetabolism:
- !type:AdjustNutrition
amount: 0.1
- !type:AdjustWater
amount: 1
- !type:AdjustHealth
amount: 0.1
- type: reagent
id: FourteenLoko
name: Fourteen Loko
desc: A highly processed liquid substance barely-passing intergalatic health standarts for a soft drink.
physicalDesc: fizzy
color: "#deb928"

View File

@@ -61,6 +61,15 @@
- !type:AdjustHealth
amount: -2
- type: reagent
id: Gold
name: gold
desc: Gold is a dense, soft, shiny metal and the most malleable and ductile metal known.
physicalDesc: metallic
color: "#F7C430"
boilingPoint: 2700.0
meltingPoint: 1064.76
- type: reagent
id: Hydrogen
name: hydrogen
@@ -169,6 +178,15 @@
boilingPoint: 3265.0
meltingPoint: 1414.0
- type: reagent
id: Silver
name: silver
desc: A soft, white, lustrous transition metal, it has the highest electrical conductivity of any element and the highest thermal conductivity of any metal.
physicalDesc: metallic
color: "#d0d0d0"
boilingPoint: 2212.0
meltingPoint: 960.5
- type: reagent
id: Sulfur
name: sulfur

View File

@@ -1,64 +1,14 @@
- type: reaction
id: ManlyDorf
reactants:
Beer:
amount: 1
Ale:
amount: 2
products:
ManlyDorf: 3
- type: reaction
id: CubaLibre
reactants:
Cola:
amount: 1
Rum:
amount: 2
products:
CubaLibre: 3
- type: reaction
id: IrishCream
id: Antifreeze
reactants:
Cream:
amount: 1
Whiskey:
Ice:
amount: 1
Vodka:
amount: 2
products:
IrishCream: 3
- type: reaction
id: IrishCoffee
reactants:
IrishCream:
amount: 2
Coffee:
amount: 2
products:
IrishCoffee: 4
- type: reaction
id: IrishCarBomb
reactants:
IrishCream:
amount: 1
Ale:
amount: 1
products:
IrishCarBomb: 2
- type: reaction
id: B52
reactants:
IrishCarBomb:
amount: 1
Kahlua:
amount: 1
Cognac:
amount: 1
products:
B52: 3
Antifreeze: 4
- type: reaction
id: AtomicBomb
@@ -71,60 +21,298 @@
AtomicBomb: 11
- type: reaction
id: WhiskeyCola
id: B52
reactants:
Whiskey:
amount: 2
Cola:
Cognac:
amount: 1
IrishCarBomb:
amount: 1
Kahlua:
amount: 1
products:
WhiskeyCola: 3
B52: 3
- type: reaction
id: SyndicateBomb
id: BananaHonk
reactants:
WhiskeyCola:
amount: 1
Beer:
amount: 1
products:
SyndicateBomb: 2
- type: reaction
id: Antifreeze
reactants:
Vodka:
amount: 2
Cream:
amount: 1
JuiceBanana:
amount: 1
Sugar:
amount: 1
products:
BananaHonk: 3
- type: reaction
id: BeepskySmash
reactants:
Iron:
amount: 1
JuiceLime:
amount: 1
Whiskey:
amount: 1
products:
BeepskySmash: 2
- type: reaction
id: Bilk
reactants:
Beer:
amount: 1
Milk:
amount: 1
products:
Bilk: 2
- type: reaction
id: BlackRussian
reactants:
Kahlua:
amount: 1
Vodka:
amount: 2
products:
BlackRussian: 3
- type: reaction
id: BloodyMary
reactants:
JuiceLime:
amount: 1
JuiceTomato:
amount: 3
Vodka:
amount: 2
products:
BloodyMary: 6
- type: reaction
id: Booger
reactants:
Cream:
amount: 2
JuiceBanana:
amount: 1
JuiceWatermelon:
amount: 1
Rum:
amount: 1
products:
Booger: 5
- type: reaction
id: BraveBull
reactants:
Kahlua:
amount: 1
Tequila:
amount: 2
products:
BraveBull: 3
- type: reaction
id: BrownStar
reactants:
Cola:
amount: 1
JuiceOrange:
amount: 2
products:
BrownStar: 3
- type: reaction
id: CafeLatte
reactants:
Coffee:
amount: 1
Milk:
amount: 1
products:
CafeLatte: 2
- type: reaction
id: CubaLibre
reactants:
Cola:
amount: 1
Rum:
amount: 2
products:
CubaLibre: 3
- type: reaction
id: DoctorsDelight
reactants:
Cream:
amount: 2
JuiceLime:
amount: 1
JuiceOrange:
amount: 1
JuiceTomato:
amount: 1
Tricordrazine:
amount: 1
products:
DoctorsDelight: 6
- type: reaction
id: DriestMartini
reactants:
Gin:
amount: 1
Nothing:
amount: 1
products:
DriestMartini: 2
- type: reaction
id: ErikaSuprise
reactants:
Ale:
amount: 2
Ice:
amount: 1
JuiceBanana:
amount: 1
JuiceLime:
amount: 1
Whiskey:
amount: 1
products:
ErikaSuprise: 6
- type: reaction
id: FourteenLoko
reactants:
Coffee:
amount: 1
JuiceLime:
amount: 1
Vodka:
amount: 1
products:
FourteenLoko: 3
- type: reaction
id: GargleBlaster
reactants:
Cognac:
amount: 1
Gin:
amount: 1
JuiceLime:
amount: 1
Vodka:
amount: 1
Whiskey:
amount: 1
products:
GargleBlaster: 5
- type: reaction
id: GinFizz
reactants:
Gin:
amount: 1
JuiceLime:
amount: 1
SodaWater:
amount: 1
products:
GinFizz: 3
- type: reaction
id: GinTonic
reactants:
Gin:
amount: 2
TonicWater:
amount: 1
products:
GinTonic: 3
- type: reaction
id: Goldschlager
reactants:
Gold:
amount: 1
Vodka:
amount: 10
products:
Goldschlager: 10
- type: reaction
id: Grog
reactants:
Rum:
amount: 1
Water:
amount: 1
products:
Grog: 2
- type: reaction
id: IcedCoffee
reactants:
Coffee:
amount: 2
Ice:
amount: 1
products:
Antifreeze: 4
IcedCoffee: 3
- type: reaction
id: Moonshine
id: IcedGreenTea
reactants:
Vodka:
amount: 1
Tequila:
amount: 1
Whiskey:
GreenTea:
amount: 2
Ice:
amount: 1
products:
Moonshine: 3
IcedGreenTea: 3
- type: reaction
id: CreamyDelight
id: IcedTea
reactants:
Moonshine:
Ice:
amount: 1
Tea:
amount: 2
products:
IcedTea: 3
- type: reaction
id: IrishCarBomb
reactants:
Ale:
amount: 1
IrishCream:
amount: 1
products:
IrishCarBomb: 2
- type: reaction
id: IrishCoffee
reactants:
Coffee:
amount: 2
IrishCream:
amount: 2
products:
IrishCoffee: 4
- type: reaction
id: IrishCream
reactants:
Cream:
amount: 1
Wine:
amount: 1
Whiskey:
amount: 2
products:
CreamyDelight: 3
IrishCream: 3
- type: reaction
id: LeanShine
@@ -135,3 +323,209 @@
amount: 1
products:
LeanShine: 2
- type: reaction
id: Lemonade
reactants:
JuiceLemon:
amount: 1
Sugar:
amount: 1
Water:
amount: 1
products:
Lemonade: 3
- type: reaction
id: LemonLime
reactants:
JuiceLemon:
amount: 1
JuiceLime:
amount: 1
SodaWater:
amount: 1
products:
LemonLime: 3
- type: reaction
id: LongIslandIcedTea
reactants:
CubaLibre:
amount: 3
Gin:
amount: 1
Tequila:
amount: 1
Vodka:
amount: 1
products:
LongIslandIcedTea: 6
- type: reaction
id: KiraSpecial
reactants:
JuiceLime:
amount: 1
JuiceOrange:
amount: 1
SodaWater:
amount: 1
products:
KiraSpecial: 3
- type: reaction
id: ManlyDorf
reactants:
Ale:
amount: 2
Beer:
amount: 1
products:
ManlyDorf: 3
- type: reaction
id: Martini
reactants:
Gin:
amount: 2
Vermouth:
amount: 1
products:
Martini: 3
- type: reaction
id: Mojito
reactants:
JuiceLime:
amount: 1
Rum:
amount: 1
SodaWater:
amount: 1
Sugar:
amount: 1
products:
Mojito: 4
- type: reaction
id: Moonshine
reactants:
Tequila:
amount: 1
Vodka:
amount: 1
Whiskey:
amount: 1
products:
Moonshine: 3
- type: reaction
id: NukaCola
reactants:
Cola:
amount: 5
Uranium:
amount: 1
products:
NukaCola: 5
- type: reaction
id: Patron
reactants:
Tequila:
amount: 10
Silver:
amount: 1
products:
Patron: 10
- type: reaction
id: Rewriter
reactants:
Coffee:
amount: 1
SpaceMountainWind:
amount: 1
products:
Rewriter: 2
- type: reaction
id: ScrewdriverCocktail
reactants:
JuiceOrange:
amount: 1
Vodka:
amount: 2
products:
ScrewdriverCocktail: 3
- type: reaction
id: SoyLatte
reactants:
Coffee:
amount: 1
MilkSoy:
amount: 1
products:
SoyLatte: 2
- type: reaction
id: SyndicateBomb
reactants:
Beer:
amount: 1
WhiskeyCola:
amount: 1
products:
SyndicateBomb: 2
- type: reaction
id: TequilaSunrise
reactants:
JuiceOrange:
amount: 1
Tequila:
amount: 2
products:
TequilaSunrise: 3
- type: reaction
id: ThreeMileIsland
reactants:
LongIslandIcedTea:
amount: 10
Uranium:
amount: 1
products:
ThreeMileIsland: 10
- type: reaction
id: VodkaMartini
reactants:
Vermouth:
amount: 1
Vodka:
amount: 2
products:
VodkaMartini: 3
- type: reaction
id: WhiskeyCola
reactants:
Cola:
amount: 1
Whiskey:
amount: 2
products:
WhiskeyCola: 3
- type: reaction
id: WhiteRussian
reactants:
BlackRussian:
amount: 2
Cream:
amount: 1
products:
WhiteRussian: 3

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 454 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 493 B