diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-23 12:31:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 06:31:18 -0400 |
commit | 43506f01d2ca982647c02b40e4d2ef59f153f17e (patch) | |
tree | db99961da6703b68346cb14daf69269c559f2a8a /constants | |
parent | 76503706e0cff291cbd9b01e4fb8ee28f6a497cf (diff) | |
download | NotEnoughUpdates-REPO-43506f01d2ca982647c02b40e4d2ef59f153f17e.tar.gz NotEnoughUpdates-REPO-43506f01d2ca982647c02b40e4d2ef59f153f17e.tar.bz2 NotEnoughUpdates-REPO-43506f01d2ca982647c02b40e4d2ef59f153f17e.zip |
Fixes and other Things (#472)
* Rainbow Names and other Things
* Fixes and updated some things (still no wiki links sad)
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc.json | 6 | ||||
-rw-r--r-- | constants/petnums.json | 10 | ||||
-rw-r--r-- | constants/reforgestones.json | 8 |
3 files changed, 19 insertions, 5 deletions
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": { @@ -1935,6 +1937,7 @@ "1": { "otherNums": [ 0.1, + 0.1, 1.0 ], "statNums": { @@ -1946,6 +1949,7 @@ "100": { "otherNums": [ 15, + 15, 100 ], "statNums": { @@ -1960,6 +1964,7 @@ "1": { "otherNums": [ 0.2, + 0.2, 1.0, 0.1 ], @@ -1972,6 +1977,7 @@ "100": { "otherNums": [ 20, + 20, 100, 15 ], @@ -1987,6 +1993,7 @@ "1": { "otherNums": [ 0.1, + 0.1, 0.8 ], "statNums": { @@ -1998,6 +2005,7 @@ "100": { "otherNums": [ 10, + 10, 75 ], "statNums": { @@ -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 }, |