- tweak: Stimulant tweaks (#19)
This commit is contained in:
@@ -417,7 +417,7 @@ public sealed partial class ChangelingSystem
|
||||
if (!TakeChemicals(uid, component, 30))
|
||||
return;
|
||||
|
||||
_solutionContainer.TryAddReagent(injectable.Value, "Stimulants", 50);
|
||||
_solutionContainer.TryAddReagent(injectable.Value, "Stimulants", 10);
|
||||
|
||||
args.Handled = true;
|
||||
}
|
||||
|
||||
@@ -1467,7 +1467,7 @@
|
||||
description: uplink-stimpack-desc
|
||||
productEntity: Stimpack
|
||||
cost:
|
||||
Telecrystal: 4
|
||||
Telecrystal: 8
|
||||
categories:
|
||||
- UplinkMisc
|
||||
|
||||
@@ -1487,7 +1487,7 @@
|
||||
description: uplink-experimental-stimpack-desc
|
||||
productEntity: StimpackExperimental
|
||||
cost:
|
||||
Telecrystal: 8
|
||||
Telecrystal: 12
|
||||
categories:
|
||||
- UplinkMisc
|
||||
conditions:
|
||||
|
||||
@@ -257,6 +257,14 @@
|
||||
min: 1
|
||||
reagent: ChloralHydrate
|
||||
amount: -3
|
||||
- !type:GenericStatusEffect
|
||||
conditions:
|
||||
- !type:ReagentThreshold
|
||||
min: 10
|
||||
key: StaminaModifier
|
||||
component: StaminaModifier
|
||||
time: 3
|
||||
type: Add
|
||||
|
||||
- type: reagent
|
||||
id: THC
|
||||
|
||||
Reference in New Issue
Block a user