summaryrefslogtreecommitdiff
path: root/share/probabilities
diff options
context:
space:
mode:
authorpepperpepperpepper <pepper@scannerjammer.com>2015-12-07 15:10:14 -0800
committerpepperpepperpepper <pepper@scannerjammer.com>2015-12-07 15:10:14 -0800
commite679707290eff0fc30bee0a45b7d409a87c97e8a (patch)
tree21d23e6f2ac89c48a58dde94b4e4a64e3024a1d1 /share/probabilities
parente1a642e41e7e6d08303573fb20f265b4ac326372 (diff)
debugged any issues with probabilities
Diffstat (limited to 'share/probabilities')
-rw-r--r--share/probabilities/PbBreaker.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/probabilities/PbBreaker.json b/share/probabilities/PbBreaker.json
index 9c28e6d..6d8072d 100644
--- a/share/probabilities/PbBreaker.json
+++ b/share/probabilities/PbBreaker.json
@@ -1,6 +1,6 @@
{
"breaktype" :[
- {"value": "CLASSIC", "weight": 1},
+ {"value": "CLASSIC", "weight": 25},
{"value": "REDUX", "weight": 1},
{"value": "BLURRY_BREAK", "weight": 1},
{"value": "BLURRY_BREAK_2", "weight": 1},
@@ -23,13 +23,13 @@
{"value": "gif", "weight": 2}
],
"breakangle" :[
- {"value": 0, "weight": 9},
+ {"value": 0, "weight": 90},
{"value": 90, "weight": 2},
{"value": -180, "weight": 2},
{"value": 180, "weight": 2}
],
"expanded" :[
- {"value": "", "weight": 11},
- {"value": 1, "weight": 2}
+ {"value": "false", "weight": 50},
+ {"value": "true", "weight": 50}
]
}