diff --git a/utils/cast.py b/utils/cast.py index 77046061..9336506c 100644 --- a/utils/cast.py +++ b/utils/cast.py @@ -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)