I LOVE LEAN (Makes Lean Craftable and gives it wacky effects) (#7059)
This commit is contained in:
@@ -284,8 +284,8 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: DrinkGlassBase
|
parent: DrinkGlassBase
|
||||||
id: DrinkBarefootHonkGlass
|
id: DrinkBarefootGlass
|
||||||
name: bareroot glass
|
name: barefoot glass
|
||||||
description: Barefoot and pregnant.
|
description: Barefoot and pregnant.
|
||||||
components:
|
components:
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
|
|||||||
@@ -531,6 +531,34 @@
|
|||||||
desc: Turn up for days.
|
desc: Turn up for days.
|
||||||
physicalDesc: bubbly
|
physicalDesc: bubbly
|
||||||
color: "#9400D3"
|
color: "#9400D3"
|
||||||
|
metabolisms:
|
||||||
|
Drink:
|
||||||
|
effects:
|
||||||
|
- !type:SatiateThirst
|
||||||
|
factor: -5
|
||||||
|
Poison:
|
||||||
|
effects:
|
||||||
|
- !type:Electrocute
|
||||||
|
probability: 0.10
|
||||||
|
- !type:HealthChange
|
||||||
|
damage:
|
||||||
|
types:
|
||||||
|
Poison: 2
|
||||||
|
Medicine:
|
||||||
|
effects:
|
||||||
|
- !type:HealthChange
|
||||||
|
damage:
|
||||||
|
types:
|
||||||
|
Radiation: -1
|
||||||
|
Narcotic:
|
||||||
|
effects:
|
||||||
|
- !type:MovespeedModifier
|
||||||
|
walkSpeedModifier: 1.05
|
||||||
|
sprintSpeedModifier: 1.05
|
||||||
|
- !type:GenericStatusEffect
|
||||||
|
key: Stutter
|
||||||
|
component: StutteringAccent
|
||||||
|
- !type:Jitter
|
||||||
|
|
||||||
- type: reagent
|
- type: reagent
|
||||||
id: LeanShine
|
id: LeanShine
|
||||||
@@ -539,6 +567,34 @@
|
|||||||
desc: Lean mixed with moonshine. Turn up for months.
|
desc: Lean mixed with moonshine. Turn up for months.
|
||||||
physicalDesc: bubbly
|
physicalDesc: bubbly
|
||||||
color: "#9d5fb8"
|
color: "#9d5fb8"
|
||||||
|
metabolisms:
|
||||||
|
Drink:
|
||||||
|
effects:
|
||||||
|
- !type:SatiateThirst
|
||||||
|
factor: -5
|
||||||
|
Poison:
|
||||||
|
effects:
|
||||||
|
- !type:Electrocute
|
||||||
|
probability: 0.15
|
||||||
|
- !type:HealthChange
|
||||||
|
damage:
|
||||||
|
types:
|
||||||
|
Poison: 3
|
||||||
|
Medicine:
|
||||||
|
effects:
|
||||||
|
- !type:HealthChange
|
||||||
|
damage:
|
||||||
|
types:
|
||||||
|
Radiation: -2
|
||||||
|
Narcotic:
|
||||||
|
effects:
|
||||||
|
- !type:MovespeedModifier
|
||||||
|
walkSpeedModifier: 1.10
|
||||||
|
sprintSpeedModifier: 1.10
|
||||||
|
- !type:GenericStatusEffect
|
||||||
|
key: Stutter
|
||||||
|
component: StutteringAccent
|
||||||
|
- !type:Jitter
|
||||||
|
|
||||||
- type: reagent
|
- type: reagent
|
||||||
id: LongIslandIcedTea
|
id: LongIslandIcedTea
|
||||||
|
|||||||
@@ -316,6 +316,16 @@
|
|||||||
products:
|
products:
|
||||||
IrishCream: 3
|
IrishCream: 3
|
||||||
|
|
||||||
|
- type: reaction
|
||||||
|
id: Lean
|
||||||
|
reactants:
|
||||||
|
FourteenLoko:
|
||||||
|
amount: 2
|
||||||
|
WeldingFuel:
|
||||||
|
amount: 1
|
||||||
|
products:
|
||||||
|
Lean: 3
|
||||||
|
|
||||||
- type: reaction
|
- type: reaction
|
||||||
id: LeanShine
|
id: LeanShine
|
||||||
reactants:
|
reactants:
|
||||||
|
|||||||
Reference in New Issue
Block a user