diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-10-05 22:42:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-05 20:42:45 +0000 |
| commit | 591c784dfd11b8820a1dee516ef53797a03e8adf (patch) | |
| tree | cfc628753e9ba83e66791177f20c21dd4c26c53b /constants | |
| parent | 411efda95662760add644e2a990015ff3f559f51 (diff) | |
| download | NotEnoughUpdates-REPO-591c784dfd11b8820a1dee516ef53797a03e8adf.tar.gz NotEnoughUpdates-REPO-591c784dfd11b8820a1dee516ef53797a03e8adf.tar.bz2 NotEnoughUpdates-REPO-591c784dfd11b8820a1dee516ef53797a03e8adf.zip | |
fix: Rhino Infusion Perk not showing correctly (#1391)
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/essenceshops.json | 11 | ||||
| -rw-r--r-- | constants/sblevels.json | 4 |
2 files changed, 12 insertions, 3 deletions
diff --git a/constants/essenceshops.json b/constants/essenceshops.json index 79cf39fb..c7a5ac64 100644 --- a/constants/essenceshops.json +++ b/constants/essenceshops.json @@ -520,7 +520,16 @@ }, "rhinestone_infusion": { "costs": [ - 2000 + 100, + 200, + 300, + 400, + 500, + 600, + 700, + 800, + 900, + 1000 ], "name": "Rhinestone Infusion" }, diff --git a/constants/sblevels.json b/constants/sblevels.json index a4565556..a1d24569 100644 --- a/constants/sblevels.json +++ b/constants/sblevels.json @@ -17,7 +17,7 @@ "category_xp": { "core_task": 14235, "dungeon_task": 2760, - "essence_shop_task": 1250, + "essence_shop_task": 1310, "slaying_task": 10190, "skill_related_task": 5883, "miscellaneous_task": 2281, @@ -69,7 +69,7 @@ "essence_undead_shop": 128, "essence_wither_shop": 142, "essence_crimson_shop": 194, - "essence_diamond_shop": 166, + "essence_diamond_shop": 226, "essence_gold_shop": 188, "essence_shop_xp": [ 2, |
