The Martinez drink from cyberpunk 2077 (#15421)
* added 'The Martinez' drink made with 1 ice, 1 lemon juice, 2 vodka, and 2 cola ---------
This commit is contained in:
@@ -2201,3 +2201,19 @@
|
||||
Quantity: 30
|
||||
- ReagentId: CapsaicinOil
|
||||
Quantity: 5
|
||||
|
||||
- type: entity
|
||||
parent: DrinkGlassBase
|
||||
id: DrinkTheMartinez
|
||||
name: The Martinez glass
|
||||
description: The edgerunner legend. Remembered by a drink, Forgotten by a drunk.
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
drink:
|
||||
maxVol: 30
|
||||
reagents:
|
||||
- ReagentId: TheMartinez
|
||||
Quantity: 30
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Drinks/the_martinez.rsi
|
||||
|
||||
@@ -678,3 +678,8 @@
|
||||
id: bottledlightning
|
||||
flavorType: Complex
|
||||
description: flavor-complex-bottledlightning
|
||||
|
||||
- type: flavor
|
||||
id: themartinez
|
||||
flavorType: Complex
|
||||
description: flavor-complex-themartinez
|
||||
|
||||
@@ -382,3 +382,14 @@
|
||||
sprite: Objects/Consumable/Drinks/rewriter.rsi
|
||||
state: icon
|
||||
|
||||
- type: reagent
|
||||
id: TheMartinez
|
||||
name: reagent-name-the-martinez
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-the-martinez
|
||||
physicalDesc: reagent-physical-desc-vibrant
|
||||
flavor: themartinez
|
||||
color: "#75b1f0"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/the_martinez.rsi
|
||||
state: icon
|
||||
|
||||
@@ -864,3 +864,17 @@
|
||||
amount: 1
|
||||
products:
|
||||
Pilk: 2
|
||||
|
||||
- type: reaction
|
||||
id: TheMartinez
|
||||
reactants:
|
||||
Cola:
|
||||
amount: 2
|
||||
Vodka:
|
||||
amount: 2
|
||||
Ice:
|
||||
amount: 1
|
||||
JuiceLemon:
|
||||
amount: 1
|
||||
products:
|
||||
TheMartinez: 6
|
||||
|
||||
Reference in New Issue
Block a user