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/misc.json | 6 +++++- constants/petnums.json | 10 ++++++++++ constants/reforgestones.json | 8 ++++---- 3 files changed, 19 insertions(+), 5 deletions(-) (limited to 'constants') diff --git a/constants/misc.json b/constants/misc.json index 32f40604..d919bfbe 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1046,7 +1046,11 @@ "dc8c39647b294e03ae9ed13ebd65dd29", "92e9cf034cc24707bec94e8a50b49f51", "553223191a7a45b8a714a84a544c7585", - "12e2e27c20e14b6c993b571961f2595b" + "12e2e27c20e14b6c993b571961f2595b", + "a7cb7319ac7547f0802116f38dc5ca85", + "e686fe0aab804a71ac7011dc8c2b534c", + "fb62446fa9f142d1aa99e6722c624623", + "9a2c1f42717e4f5ab054fd5aff73979b" ], "ranks": { 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": { diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 0b8baf83..ab9a39ae 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -586,10 +586,10 @@ "MYTHIC" ], "reforgeCosts":{ - "COMMON":100000, - "UNCOMMON":100000, - "RARE":100000, - "EPIC":100000, + "COMMON":5000, + "UNCOMMON":10000, + "RARE":20000, + "EPIC":50000, "LEGENDARY":100000, "MYTHIC":200000 }, -- cgit