Add delicious mopwata (#23740)
* added delicious mopwata * added mopwata, the reagent * fixed issues, changed color, added more possible fills
This commit is contained in:
@@ -183,6 +183,7 @@ flavor-complex-coffee = like coffee
|
||||
flavor-complex-milk = like milk
|
||||
flavor-complex-tea = like tea
|
||||
flavor-complex-ice = like ice
|
||||
flavor-complex-mopwata = like stagnant, dirty water
|
||||
|
||||
## Cocktails
|
||||
flavor-complex-long-island = suspiciously like iced tea
|
||||
|
||||
@@ -84,3 +84,6 @@ reagent-desc-the-martinez = The edgerunner legend. Remembered by a drink, forgot
|
||||
|
||||
reagent-name-white-gilgamesh = white gilgamesh
|
||||
reagent-desc-white-gilgamesh = A sickening mixture of milk and beer. Makes you feel like you're made of wood.
|
||||
|
||||
reagent-name-mopwata = mopwata
|
||||
reagent-desc-mopwata = Dirty, stagnant mop water.
|
||||
@@ -20,6 +20,7 @@ reagent-physical-desc-chalky = chalky
|
||||
reagent-physical-desc-roaring = roaring
|
||||
reagent-physical-desc-robust = robust
|
||||
reagent-physical-desc-sickly = sickly
|
||||
reagent-physical-desc-murky = murky
|
||||
reagent-physical-desc-bubbling = bubbling
|
||||
reagent-physical-desc-wormy = wormy
|
||||
reagent-physical-desc-frosty = frosty
|
||||
|
||||
@@ -146,6 +146,8 @@
|
||||
prob: 0.25
|
||||
- id: StrangePill
|
||||
prob: 0.20
|
||||
- id: DrinkMopwataBottleRandom
|
||||
prob: 0.20
|
||||
- id: ModularReceiver
|
||||
prob: 0.1
|
||||
- id: DrinkSpaceGlue
|
||||
|
||||
@@ -67,4 +67,73 @@
|
||||
fillBaseName: fill
|
||||
- type: Lube
|
||||
- type: TrashOnSolutionEmpty
|
||||
solution: drink
|
||||
solution: drink
|
||||
|
||||
|
||||
# Mopwata
|
||||
- type: weightedRandomFillSolution
|
||||
id: RandomFillMopwata
|
||||
fills:
|
||||
- quantity: 10
|
||||
weight: 5
|
||||
reagents:
|
||||
- Blood
|
||||
- CopperBlood
|
||||
- Slime
|
||||
- Vomit
|
||||
- quantity: 10
|
||||
weight: 4
|
||||
reagents:
|
||||
- Coffee
|
||||
- Tea
|
||||
- Cola
|
||||
- RootBeer
|
||||
- DrGibb
|
||||
- GrapeSoda
|
||||
- Starkist
|
||||
- SpaceUp
|
||||
- SpaceMountainWind
|
||||
- LemonLime
|
||||
- PwrGame
|
||||
- quantity: 10
|
||||
weight: 3
|
||||
reagents:
|
||||
- Whiskey
|
||||
- Vodka
|
||||
- Beer
|
||||
- Ale
|
||||
- Rum
|
||||
- Tequila
|
||||
- Absinthe
|
||||
- quantity: 10
|
||||
weight: 1
|
||||
reagents:
|
||||
- SpaceDrugs
|
||||
- Mold
|
||||
- SpaceLube
|
||||
- SpaceGlue
|
||||
- SoapyWater
|
||||
- SpaceCleaner
|
||||
- MilkSpoiled
|
||||
- FourteenLoko
|
||||
|
||||
- type: entity
|
||||
parent: DrinkBottleGlassBaseFull
|
||||
id: DrinkMopwataBottleRandom
|
||||
name: delicious mopwata
|
||||
description: A foggy brown bottle with a faded label depicting a mop. It comes full of murky... vintage.
|
||||
components:
|
||||
- type: Item
|
||||
size: Small
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
drink:
|
||||
maxVol: 50
|
||||
reagents:
|
||||
- ReagentId: Mopwata
|
||||
Quantity: 40
|
||||
- type: RandomFillSolution
|
||||
solution: drink
|
||||
weightedRandomId: RandomFillMopwata
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Drinks/mopwata.rsi
|
||||
@@ -534,6 +534,11 @@
|
||||
flavorType: Complex
|
||||
description: flavor-complex-water
|
||||
|
||||
- type: flavor
|
||||
id: mopwata
|
||||
flavorType: Complex
|
||||
description: flavor-complex-mopwata
|
||||
|
||||
- type: flavor
|
||||
id: beer
|
||||
flavorType: Complex
|
||||
|
||||
@@ -424,3 +424,17 @@
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/rewriter.rsi
|
||||
state: icon
|
||||
|
||||
- type: reagent
|
||||
id: Mopwata
|
||||
name: reagent-name-mopwata
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-mopwata
|
||||
physicalDesc: reagent-physical-desc-murky
|
||||
flavor: mopwata
|
||||
color: "#59502b"
|
||||
metabolisms:
|
||||
Drink:
|
||||
effects:
|
||||
- !type:SatiateThirst
|
||||
factor: 0.6
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 581 B |
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]}
|
||||
Reference in New Issue
Block a user