mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Change multistat distribution
This commit is contained in:
parent
6f7b192a7e
commit
ea3fb96eeb
1 changed files with 4 additions and 4 deletions
|
@ -108,12 +108,12 @@ class StatsComponent:
|
|||
"Determinazione"]
|
||||
|
||||
change_distribution = (["--"] * 1) +\
|
||||
(["-"] * 3) +\
|
||||
(["+"] * 3) +\
|
||||
(["-"] * 2) +\
|
||||
(["+"] * 2) +\
|
||||
(["++"] * 1)
|
||||
|
||||
multistat_distribution = ([1] * 7) +\
|
||||
([2] * 6) +\
|
||||
multistat_distribution = ([1] * 16) +\
|
||||
([2] * 8) +\
|
||||
([3] * 4) +\
|
||||
([5] * 2) +\
|
||||
([8] * 1)
|
||||
|
|
Loading…
Reference in a new issue