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