diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-09-23 11:09:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-23 09:09:11 +0000 |
| commit | 5ec2e968e48fff06b48da17f077e4b0407a50d73 (patch) | |
| tree | a4329aea2467fab1f35c46059179eb3fbcfe878c | |
| parent | 900e95fc8c07a1a8ffc2e2929e59fcbb8ff82a7e (diff) | |
| download | NotEnoughUpdates-REPO-5ec2e968e48fff06b48da17f077e4b0407a50d73.tar.gz NotEnoughUpdates-REPO-5ec2e968e48fff06b48da17f077e4b0407a50d73.tar.bz2 NotEnoughUpdates-REPO-5ec2e968e48fff06b48da17f077e4b0407a50d73.zip | |
Fix: Hotm Daily Powder and Grind always showing 500 (#1357)
* Fix: Hotm Daily Powder and Grind always showing 500
* feat: Glacite Powder XP
| -rw-r--r-- | constants/hotmlayout.json | 18 | ||||
| -rw-r--r-- | constants/sblevels.json | 6 |
2 files changed, 12 insertions, 12 deletions
diff --git a/constants/hotmlayout.json b/constants/hotmlayout.json index 966b6c3b..66e76ea9 100644 --- a/constants/hotmlayout.json +++ b/constants/hotmlayout.json @@ -272,15 +272,15 @@ "powder": "GLACITE", "item": "(npi level0 maxLevel)", "cost": "0", - "stat": "(* level 50)", + "stat": "(* (floor hotm) 500)", "lore": [ "§7§7Your first daily commission on each", "§7§bMining Island§7 grants §9+500 Powder§7,", "§7multiplied by your §5HOTM§7 level.", "", - "§2Dwarven Mines§7: §a+5,000 §2Mithril Powder", - "§5Crystal Hollows§7: §a+5,000 §dGemstone Powder", - "§bGlacite Tunnels§7: §a+5,000 §bGlacite Powder" + "§2Dwarven Mines§7: §a+{stat} §2Mithril Powder", + "§5Crystal Hollows§7: §a+{stat} §dGemstone Powder", + "§bGlacite Tunnels§7: §a+{stat} §bGlacite Powder" ] }, "special_0": { @@ -342,15 +342,15 @@ "powder": "GEMSTONE", "item": "(npi level0 maxLevel)", "cost": "0", - "stat": "(+ 364 (* level 36))", + "stat": "(* (floor hotm) 500)", "lore": [ "§7The first ore you mine each day", "§7grants §9+500 Powder§7, multiplied by", "§7your §5HOTM §7level.", "", - "§2Mithril§7: §a+5,000 §2Mithril Powder", - "§dGemstone§7: §a+5,000 §dGemstone Powder", - "§bGlacite§7: §a+5,000 §bGlacite Powder" + "§2Mithril§7: §a+{stat} §2Mithril Powder", + "§dGemstone§7: §a+{stat} §dGemstone Powder", + "§bGlacite§7: §a+{stat} §bGlacite Powder" ] }, "anomalous_desire": { @@ -766,4 +766,4 @@ } } } -}
\ No newline at end of file +} diff --git a/constants/sblevels.json b/constants/sblevels.json index 0f177362..a4565556 100644 --- a/constants/sblevels.json +++ b/constants/sblevels.json @@ -19,7 +19,7 @@ "dungeon_task": 2760, "essence_shop_task": 1250, "slaying_task": 10190, - "skill_related_task": 5320, + "skill_related_task": 5883, "miscellaneous_task": 2281, "story_task": 140, "event_task": 625 @@ -230,8 +230,8 @@ }, "skill_related_task": { "mining": { - "mining": 3285, - "hotm": 2255, + "mining": 3848, + "hotm": 2818, "commission_milestone": 255, "potm": 1000, "rock_milestone": 100, |
