Skip to content

Commit 79b334c

Browse files
committed
new odds and tooltip
1 parent d8ecb72 commit 79b334c

File tree

5 files changed

+17
-20
lines changed

5 files changed

+17
-20
lines changed

static/presets/weights/weight_files_raw.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -895,14 +895,13 @@
895895
"setting_type": "choice_single",
896896
"options": {
897897
"easy": {
898-
"none": 40.0,
899-
"random_one": 40.0,
900-
"random_all": 20.0
898+
"none": 50.0,
899+
"random_one": 50.0
901900
},
902901
"standard": {
903-
"none": 40.0,
904-
"random_one": 40.0,
905-
"random_all": 20.0
902+
"none": 45.0,
903+
"random_one": 45.0,
904+
"random_all": 10.0
906905
},
907906
"difficult": {
908907
"none": 40.0,

static/presets/weights/weights_files.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,8 @@
262262
"default": 1
263263
},
264264
"kong_model_mode": {
265-
"none": 0.4,
266-
"random_one": 0.4,
267-
"random_all": 0.2
265+
"none": 0.5,
266+
"random_one": 0.5
268267
},
269268
"kong_model_tiny": {
270269
"default": 1
@@ -694,9 +693,9 @@
694693
"default": 1
695694
},
696695
"kong_model_mode": {
697-
"none": 0.4,
698-
"random_one": 0.4,
699-
"random_all": 0.2
696+
"none": 0.45,
697+
"random_one": 0.45,
698+
"random_all": 0.1
700699
},
701700
"kong_model_tiny": {
702701
"default": 1

templates/complex-options/kong-models.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ <h1 class="modal-title title" id="kongModelModalLabel">KONG MODELS</h1>
8686
Random One
8787
</option>
8888
<option value="sometimes_one"
89-
title="Gives a chance to replace one of the Kong with Krusha">
89+
title="Give a 50% chance to replace one of the Kong with Krusha">
9090
Sometimes One
9191
</option>
9292
<option value="random_all"
93-
title="Randomly give a chance to replace each Kong">
93+
title="Randomly give a 50% chance to replace each Kong with Krusha">
9494
Random All
9595
</option>
9696
</select>

wiki/article_markdown/custom_locations/RandomSettingsEasy.MD

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,8 @@ The generated settings will be of lesser difficulty. Requirements for B. Locker,
189189
- Kong Model Lanky:
190190
- Default: 100%
191191
- Kong Model Mode:
192-
- None: 40%
193-
- Random One: 40%
194-
- Random All: 20%
192+
- None: 50%
193+
- Random One: 50%
195194
- Kong Model Tiny:
196195
- Default: 100%
197196
- Don't Start with Key 8: 70%

wiki/article_markdown/custom_locations/RandomSettingsStandard.MD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ The generated settings will be of average difficulty. Requirements for B. Locker
192192
- Kong Model Lanky:
193193
- Default: 100%
194194
- Kong Model Mode:
195-
- None: 40%
196-
- Random One: 40%
197-
- Random All: 20%
195+
- None: 45%
196+
- Random One: 45%
197+
- Random All: 10%
198198
- Kong Model Tiny:
199199
- Default: 100%
200200
- Don't Start with Key 8: 70%

0 commit comments

Comments
 (0)