A little bit of work on bar drinks until I gave up.

This commit is contained in:
Pieter-Jan Briers
2021-01-24 15:03:23 +01:00
parent e34a78a8af
commit 935cfe4be5
3 changed files with 37 additions and 10 deletions

View File

@@ -21,3 +21,4 @@
- chem.Vodka - chem.Vodka
- chem.Cognac - chem.Cognac
- chem.Kahlua - chem.Kahlua
- chem.Rum

View File

@@ -6,6 +6,7 @@
- type: Drink - type: Drink
openSounds: bottleOpenSounds openSounds: bottleOpenSounds
- type: SolutionContainer - type: SolutionContainer
maxVol: 100
- type: Pourable - type: Pourable
transferAmount: 5 transferAmount: 5
- type: Sprite - type: Sprite
@@ -34,13 +35,17 @@
- type: entity - type: entity
parent: DrinkBottleBaseFull parent: DrinkBottleBaseFull
id: DrinkAbsintheBottleFull id: DrinkAbsintheBottleFull
name: jailbreaker verte name: Jailbreaker Verte
description: One sip of this and you just know you're gonna have a good time. description: One sip of this and you just know you're gonna have a good time.
components: components:
- type: Drink - type: Drink
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Drinks/absinthebottle.rsi sprite: Objects/Consumable/Drinks/absinthebottle.rsi
- type: SolutionContainer
contents:
reagents:
- ReagentId: chem.Absinthe
Quantity: 100
- type: entity - type: entity
parent: DrinkBottleBaseFull parent: DrinkBottleBaseFull
@@ -56,15 +61,15 @@
- type: entity - type: entity
parent: DrinkBottleBaseFull parent: DrinkBottleBaseFull
id: DrinkAleBottleFull id: DrinkAleBottleFull
name: magm-ale name: Magm-Ale
description: A true dorf's drink of choice. description: A true dorf's drink of choice.
components: components:
- type: SolutionContainer - type: SolutionContainer
maxVol: 80 maxVol: 100
contents: contents:
reagents: reagents:
- ReagentId: chem.Ale - ReagentId: chem.Ale
Quantity: 80 Quantity: 100
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Drinks/alebottle.rsi sprite: Objects/Consumable/Drinks/alebottle.rsi
@@ -87,11 +92,10 @@
description: A sweet and strongly alchoholic drink, made after numerous distillations and years of maturing. You might as well not scream 'SHITCURITY' this time. description: A sweet and strongly alchoholic drink, made after numerous distillations and years of maturing. You might as well not scream 'SHITCURITY' this time.
components: components:
- type: SolutionContainer - type: SolutionContainer
maxVol: 80
contents: contents:
reagents: reagents:
- ReagentId: chem.Cognac - ReagentId: chem.Cognac
Quantity: 80 Quantity: 100
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Drinks/cognacbottle.rsi sprite: Objects/Consumable/Drinks/cognacbottle.rsi
@@ -99,13 +103,17 @@
- type: entity - type: entity
parent: DrinkBottleBaseFull parent: DrinkBottleBaseFull
id: DrinkGinBottleFull id: DrinkGinBottleFull
name: griffeater gin bottle name: Griffeater Gin
description: A bottle of high quality gin, produced in the New London Space Station. description: A bottle of high quality gin, produced in the New London Space Station.
components: components:
- type: Drink - type: Drink
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Drinks/ginbottle.rsi sprite: Objects/Consumable/Drinks/ginbottle.rsi
- type: SolutionContainer
contents:
reagents:
- ReagentId: chem.Gin
Quantity: 100
- type: entity - type: entity
parent: DrinkBottleBaseFull parent: DrinkBottleBaseFull

View File

@@ -1,3 +1,11 @@
- type: reagent
id: chem.Absinthe
name: absinthe
desc: One sip of this and you just know you're gonna have a good time.
spritePath: absintheglass.rsi
color: "#33EE00"
physicalDesc: strong-smelling
- type: reagent - type: reagent
id: chem.Whiskey id: chem.Whiskey
name: whiskey name: whiskey
@@ -38,9 +46,18 @@
- type: reagent - type: reagent
id: chem.Vodka id: chem.Vodka
name: vodka name: vodka
desc: The glass contain wodka. Хуита. desc: The glass contain wodka. Хуета.
physicalDesc: strong-smelling physicalDesc: strong-smelling
color: "#d1d1d155" color: "#d1d1d155"
spritePath: ginvodkaglass.rsi
- type: reagent
id: chem.Gin
name: gin
desc: A crystal clear glass of Griffeater gin.
physicalDesc: strong-smelling
color: "#664300"
spritePath: ginvodkaglass.rsi
- type: reagent - type: reagent
id: chem.Rum id: chem.Rum
@@ -48,6 +65,7 @@
desc: Popular with the sailors. Not very popular with anyone else. desc: Popular with the sailors. Not very popular with anyone else.
physicalDesc: strong-smelling physicalDesc: strong-smelling
color: "#664300" color: "#664300"
spritePath: rumglass.rsi
- type: reagent - type: reagent
id: chem.Moonshine id: chem.Moonshine