Missing locs
This commit is contained in:
parent
6bac324f98
commit
de249c44c7
|
|
@ -12,3 +12,6 @@ reagent-desc-the-martinez = The edgerunner legend. Remembered by a drink, Forgo
|
|||
|
||||
reagent-name-holywater = holy water
|
||||
reagent-desc-holywater = Water blessed by some otherworldly powers.
|
||||
|
||||
reagent-name-lean = lean
|
||||
reagent-desc-lean = A disgusting mixture of soda, booze, and cough syrup.
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
reagent-name-nausium = nausium
|
||||
reagent-desc-nausium = Sickening.
|
||||
|
|
@ -3,3 +3,6 @@ psionic-regeneration-begin = {CAPITALIZE($entity)}'s eyes twitch under a wave of
|
|||
psionic-regeneration-essence-sweat = {CAPITALIZE($entity)} sweats profusely.
|
||||
psionic-regeneration-essence-veins = {CAPITALIZE($entity)}'s veins pulse.
|
||||
psionic-regeneration-essence-breath = {CAPITALIZE($entity)} breathes rapidly.
|
||||
|
||||
reagent-name-prometheum = prometheum
|
||||
reagent-desc-prometheum = A complex superdrug our bodies could produce if we could only unlock our potential.
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
- type: reagent
|
||||
id: Lean
|
||||
name: lean
|
||||
name: reagent-name-lean
|
||||
parent: BaseAlcohol
|
||||
desc: A disgusting mixture of soda, booze, and cough syrup.
|
||||
physicalDesc: strong-smelling
|
||||
desc: reagent-desc-lean
|
||||
physicalDesc: reagent-physical-desc-strong-smelling
|
||||
color: "#9400D3"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/lean.rsi
|
||||
|
|
|
|||
Loading…
Reference in New Issue