Skip to content

Commit 700a024

Browse files
committed
Updated for SPT-AKI v3.4.1
1 parent f2708ce commit 700a024

File tree

4 files changed

+2341
-17
lines changed

4 files changed

+2341
-17
lines changed

.github/ISSUE_TEMPLATE/GENERAL.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ body:
3030
label: SPT Version
3131
description: What version of SPT are you running?
3232
options:
33-
- 3.2.4 (latest)
33+
- 3.4.1
34+
- 3.4.0
35+
- 3.3.0
36+
- 3.2.5
37+
- 3.2.4
3438
- 3.2.3
3539
- 3.2.2
3640
- 3.2.1

config/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"_comment": "Enables the use of the mod. [true/false]",
3-
"mod_enabled": false,
3+
"mod_enabled": true,
44

55
"_comment": "Verbose logging. [true/false]",
66
"debug": false,
@@ -13,7 +13,7 @@
1313
"_comment": "Only used if adjustment_method is set to 'percent'.",
1414
"_comment": "Example: 50% (increase) to 200 = 300",
1515
"_comment": "Example: -50% (decrease) to 200 = 100",
16-
"percent_stamina": 15,
16+
"percent_stamina": 25,
1717

1818
"_comment": "Set the stamina values manually.",
1919
"_comment": "Only used if adjustment_method is set to 'fixed'.",

0 commit comments

Comments
 (0)