From 43506f01d2ca982647c02b40e4d2ef59f153f17e Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 23 Apr 2021 12:31:18 +0200 Subject: Fixes and other Things (#472) * Rainbow Names and other Things * Fixes and updated some things (still no wiki links sad) --- constants/petnums.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'constants/petnums.json') diff --git a/constants/petnums.json b/constants/petnums.json index 0564d8f6..72892b21 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1911,6 +1911,7 @@ "COMMON": { "1": { "otherNums": [ + 0.0, 0.0 ], "statNums": { @@ -1921,6 +1922,7 @@ }, "100": { "otherNums": [ + 3, 3 ], "statNums": { @@ -1934,6 +1936,7 @@ "EPIC": { "1": { "otherNums": [ + 0.1, 0.1, 1.0 ], @@ -1945,6 +1948,7 @@ }, "100": { "otherNums": [ + 15, 15, 100 ], @@ -1959,6 +1963,7 @@ "LEGENDARY": { "1": { "otherNums": [ + 0.2, 0.2, 1.0, 0.1 @@ -1971,6 +1976,7 @@ }, "100": { "otherNums": [ + 20, 20, 100, 15 @@ -1986,6 +1992,7 @@ "RARE": { "1": { "otherNums": [ + 0.1, 0.1, 0.8 ], @@ -1997,6 +2004,7 @@ }, "100": { "otherNums": [ + 10, 10, 75 ], @@ -2011,6 +2019,7 @@ "UNCOMMON": { "1": { "otherNums": [ + 0.1, 0.1 ], "statNums": { @@ -2021,6 +2030,7 @@ }, "100": { "otherNums": [ + 5, 5 ], "statNums": { -- cgit