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