Stimpacks 1.1.1 - Intended Behavior Edition (#14608)

This commit is contained in:
GoodWheatley
2023-03-12 19:38:32 -04:00
committed by GitHub
parent 6ff104a46c
commit 56f2474213
4 changed files with 56 additions and 15 deletions

View File

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

View File

@@ -153,7 +153,7 @@
Quantity: 20 Quantity: 20
- type: Tag - type: Tag
tags: [] tags: []
- type: entity - type: entity
name: stimulant injector name: stimulant injector
parent: ChemicalMedipen parent: ChemicalMedipen
@@ -170,9 +170,14 @@
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: []
- type: entity - type: entity
name: stimulant microinjector name: stimulant microinjector
parent: ChemicalMedipen parent: ChemicalMedipen
@@ -189,9 +194,11 @@
reagents: reagents:
- ReagentId: Stimulants - ReagentId: Stimulants
Quantity: 15 Quantity: 15
- type: StaticPrice
price: 100
- type: Tag - type: Tag
tags: [] tags: []
- type: entity - type: entity
name: experimental stimulant injector name: experimental stimulant injector
parent: ChemicalMedipen parent: ChemicalMedipen
@@ -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: []

View File

@@ -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
@@ -657,4 +662,9 @@
- type: flavor - type: flavor
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

View File

@@ -149,7 +149,7 @@
group: Narcotics group: Narcotics
desc: reagent-desc-experimental-stimulants desc: reagent-desc-experimental-stimulants
physicalDesc: reagent-physical-desc-exhilarating physicalDesc: reagent-physical-desc-exhilarating
flavor: bottled lightning flavor: bottledlightning
color: "#AE0101" color: "#AE0101"
boilingPoint: 212.0 boilingPoint: 212.0
meltingPoint: 170.0 meltingPoint: 170.0
@@ -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
@@ -177,33 +186,41 @@
component: StutteringAccent component: StutteringAccent
- !type:HealthChange - !type:HealthChange
conditions: conditions:
- !type:ReagentThreshold - !type:ReagentThreshold
min: 10 min: 10
damage: damage:
types: types:
Poison: 1 # You will be laying on the floor in crit in 100 seconds if you don't have antitoxin meds (Ideally this should deal twice as much damage but since nukies don't have access to stellbinin it would kill them) Poison: 1 # You will be laying on the floor in crit in 100 seconds if you don't have antitoxin meds (Ideally this should deal twice as much damage but since nukies don't have access to stellbinin it would kill them)
- !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
# effectively negates stamcrits # effectively negates stamcrits
- !type:GenericStatusEffect - !type:GenericStatusEffect
conditions: conditions:
- !type:ReagentThreshold - !type:ReagentThreshold
min: 10 min: 10
key: Stun key: Stun
time: 6 time: 6
type: Remove type: Remove
- !type:GenericStatusEffect - !type:GenericStatusEffect
conditions: conditions:
- !type:ReagentThreshold - !type:ReagentThreshold
min: 10 min: 10
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