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:
Floofi
2023-05-03 18:23:43 -04:00
committed by GitHub
parent 0bbe76031a
commit 982ab015f3
9 changed files with 51 additions and 0 deletions

View File

@@ -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

View File

@@ -678,3 +678,8 @@
id: bottledlightning
flavorType: Complex
description: flavor-complex-bottledlightning
- type: flavor
id: themartinez
flavorType: Complex
description: flavor-complex-themartinez

View File

@@ -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

View File

@@ -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