Stimpacks 1.1.1 - Intended Behavior Edition (#14608)
This commit is contained in:
@@ -39,6 +39,7 @@ flavor-base-fizzy = fizzy
|
|||||||
flavor-base-shocking = shocking
|
flavor-base-shocking = shocking
|
||||||
flavor-base-cheap = cheap
|
flavor-base-cheap = cheap
|
||||||
flavor-base-piquant = piquant
|
flavor-base-piquant = piquant
|
||||||
|
flavor-base-sharp = sharp
|
||||||
|
|
||||||
# lmao
|
# lmao
|
||||||
flavor-base-terrible = terrible
|
flavor-base-terrible = terrible
|
||||||
@@ -175,3 +176,4 @@ flavor-complex-medicine = like medicine
|
|||||||
flavor-complex-carpet = like a handful of fur
|
flavor-complex-carpet = like a handful of fur
|
||||||
flavor-complex-bee = unbeelievable
|
flavor-complex-bee = unbeelievable
|
||||||
flavor-complex-sax = like jazz
|
flavor-complex-sax = like jazz
|
||||||
|
flavor-complex-bottledlightning = like lightning in a bottle
|
||||||
|
|||||||
@@ -170,6 +170,11 @@
|
|||||||
reagents:
|
reagents:
|
||||||
- ReagentId: Stimulants
|
- ReagentId: Stimulants
|
||||||
Quantity: 60
|
Quantity: 60
|
||||||
|
- type: Hypospray
|
||||||
|
solutionName: pen
|
||||||
|
transferAmount: 60
|
||||||
|
- type: StaticPrice
|
||||||
|
price: 500
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags: []
|
tags: []
|
||||||
|
|
||||||
@@ -189,6 +194,8 @@
|
|||||||
reagents:
|
reagents:
|
||||||
- ReagentId: Stimulants
|
- ReagentId: Stimulants
|
||||||
Quantity: 15
|
Quantity: 15
|
||||||
|
- type: StaticPrice
|
||||||
|
price: 100
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags: []
|
tags: []
|
||||||
|
|
||||||
@@ -208,6 +215,11 @@
|
|||||||
reagents:
|
reagents:
|
||||||
- ReagentId: ExperimentalStimulants
|
- ReagentId: ExperimentalStimulants
|
||||||
Quantity: 60
|
Quantity: 60
|
||||||
|
- type: Hypospray
|
||||||
|
solutionName: pen
|
||||||
|
transferAmount: 60
|
||||||
|
- type: StaticPrice
|
||||||
|
price: 1000
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags: []
|
tags: []
|
||||||
|
|
||||||
|
|||||||
@@ -154,6 +154,11 @@
|
|||||||
flavorType: Base
|
flavorType: Base
|
||||||
description: flavor-base-terrible
|
description: flavor-base-terrible
|
||||||
|
|
||||||
|
- type: flavor
|
||||||
|
id: sharp
|
||||||
|
flavorType: Base
|
||||||
|
description: flavor-base-sharp
|
||||||
|
|
||||||
- type: flavor
|
- type: flavor
|
||||||
id: nothing
|
id: nothing
|
||||||
flavorType: Complex
|
flavorType: Complex
|
||||||
@@ -658,3 +663,8 @@
|
|||||||
id: garlic
|
id: garlic
|
||||||
flavorType: Complex
|
flavorType: Complex
|
||||||
description: flavor-complex-garlic
|
description: flavor-complex-garlic
|
||||||
|
|
||||||
|
- type: flavor
|
||||||
|
id: bottledlightning
|
||||||
|
flavorType: Complex
|
||||||
|
description: flavor-complex-bottledlightning
|
||||||
|
|||||||
@@ -158,13 +158,22 @@
|
|||||||
metabolismRate: 0.25 # lasts for 4 minutes instead of 5
|
metabolismRate: 0.25 # lasts for 4 minutes instead of 5
|
||||||
effects:
|
effects:
|
||||||
- !type:MovespeedModifier # nyoom
|
- !type:MovespeedModifier # nyoom
|
||||||
|
conditions:
|
||||||
|
- !type:ReagentThreshold
|
||||||
|
min: 10
|
||||||
walkSpeedModifier: 1.8
|
walkSpeedModifier: 1.8
|
||||||
sprintSpeedModifier: 1.8
|
sprintSpeedModifier: 1.8
|
||||||
|
- !type:MovespeedModifier # antinyoom
|
||||||
|
conditions:
|
||||||
|
- !type:ReagentThreshold
|
||||||
|
max: 10 # ghetto withdrawal
|
||||||
|
walkSpeedModifier: 0.7
|
||||||
|
sprintSpeedModifier: 0.7
|
||||||
- !type:Electrocute
|
- !type:Electrocute
|
||||||
conditions:
|
conditions:
|
||||||
- !type:ReagentThreshold
|
- !type:ReagentThreshold
|
||||||
max: 10 # ghetto withdrawal effect
|
max: 10 # ghetto withdrawal effect
|
||||||
probability: 0.3 # get stunlocked nerd
|
probability: 0.1 # get stunlocked nerd
|
||||||
- !type:Jitter
|
- !type:Jitter
|
||||||
conditions:
|
conditions:
|
||||||
- !type:ReagentThreshold
|
- !type:ReagentThreshold
|
||||||
@@ -185,7 +194,7 @@
|
|||||||
- !type:HealthChange
|
- !type:HealthChange
|
||||||
conditions:
|
conditions:
|
||||||
- !type:ReagentThreshold
|
- !type:ReagentThreshold
|
||||||
min: 60.1 #so nukies don't take a tick of 8 poison damage when it first gets injected
|
min: 60
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Poison: 8 # TODO this should ideally kill your liver instead
|
Poison: 8 # TODO this should ideally kill your liver instead
|
||||||
@@ -204,6 +213,14 @@
|
|||||||
key: KnockedDown
|
key: KnockedDown
|
||||||
time: 6
|
time: 6
|
||||||
type: Remove
|
type: Remove
|
||||||
|
- !type:GenericStatusEffect
|
||||||
|
conditions:
|
||||||
|
- !type:ReagentThreshold
|
||||||
|
min: 10
|
||||||
|
key: ForcedSleep
|
||||||
|
component: ForcedSleeping
|
||||||
|
refresh: false
|
||||||
|
type: Remove
|
||||||
Medicine:
|
Medicine:
|
||||||
metabolismRate: 0.25
|
metabolismRate: 0.25
|
||||||
effects:
|
effects:
|
||||||
@@ -217,7 +234,7 @@
|
|||||||
- !type:ReagentThreshold
|
- !type:ReagentThreshold
|
||||||
min: 10
|
min: 10
|
||||||
damage:
|
damage:
|
||||||
types:
|
groups:
|
||||||
Brute: -4
|
Brute: -4
|
||||||
Burn: -4
|
Burn: -4
|
||||||
# stops CMOs from hypoing you with lexorin and sec from filling you with tranq shells
|
# stops CMOs from hypoing you with lexorin and sec from filling you with tranq shells
|
||||||
|
|||||||
Reference in New Issue
Block a user