aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2024-10-26 19:41:23 +0200
committerGitHub <noreply@github.com>2024-10-26 17:41:23 +0000
commit97f3d14f6ecd320f7d4145add92cf07b1be15e34 (patch)
tree91a2d6a8b8ea32d0341523b57d214e8dce9ce089
parent4a6b4ee019de2f0cf25aa16422e2906ed8c2c153 (diff)
downloadNotEnoughUpdates-REPO-97f3d14f6ecd320f7d4145add92cf07b1be15e34.tar.gz
NotEnoughUpdates-REPO-97f3d14f6ecd320f7d4145add92cf07b1be15e34.tar.bz2
NotEnoughUpdates-REPO-97f3d14f6ecd320f7d4145add92cf07b1be15e34.zip
fix: 3 Hotm Perks (#1422)
-rw-r--r--constants/hotmlayout.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/constants/hotmlayout.json b/constants/hotmlayout.json
index bbe48b58..bdd48e13 100644
--- a/constants/hotmlayout.json
+++ b/constants/hotmlayout.json
@@ -153,10 +153,10 @@
"powder": "MITHRIL",
"item": "(npi level0 maxLevel)",
"cost": "(pow (+ level 2) 4)",
- "decrease": "(if (lt level 20) (+ 10 (* level 0.5)) 30)",
+ "stat": "(if (lt level 20) (+ 10 (* level 0.5)) 30)",
"lore": [
"§7Decreases the time it takes to forge",
- "§7by §a{decrease}%§7."
+ "§7by §a{stat}%§7."
]
},
"daily_effect": {
@@ -192,7 +192,7 @@
"cost": "(pow (+ level 2) 4)",
"stat": "(* level 5)",
"lore": [
- "§7Grants §6+5☘ Ore Fortune§7."
+ "§7Grants §6+{stat}☘ Ore Fortune§7."
]
},
"professional": {
@@ -572,7 +572,7 @@
]
},
"steady_hand": {
- "name": "§eSteady Hand",
+ "name": "Steady Hand",
"x": 3,
"y": 2,
"maxLevel": 100,