Skip to content

Commit 365fe90

Browse files
simone-lungarellaLincoln-Ab
authored andcommitted
fix: fixed odds in waves.json
1 parent b3a2f1b commit 365fe90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/json_data/json_wave_data.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
{
2424
"name": "W",
25-
"odds": 0.4,
25+
"odds": 0.3,
2626
"units": {
2727
"0" : [1, 5, 5, 11],
2828
"1" : [3, 9, 9, 13],
@@ -31,8 +31,8 @@
3131
}
3232
},
3333
{
34-
"name": "W",
35-
"odds": 0.4,
34+
"name": "Flank",
35+
"odds": 0.3,
3636
"units": {
3737
"0": [ 10 ],
3838
"1": [ 14 ]

0 commit comments

Comments
 (0)