aboutsummaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2024-11-28 18:21:55 +0100
committerGitHub <noreply@github.com>2024-11-28 17:21:55 +0000
commit35a6d7297dfb22a0f7b9cceb6bdf95c64d434e5c (patch)
tree03ef7a54fffec5d63bbb3584d345c7ee194a30a9 /constants
parentc4562c8de4208a00eb838d9c587ab645727802be (diff)
downloadNotEnoughUpdates-REPO-35a6d7297dfb22a0f7b9cceb6bdf95c64d434e5c.tar.gz
NotEnoughUpdates-REPO-35a6d7297dfb22a0f7b9cceb6bdf95c64d434e5c.tar.bz2
NotEnoughUpdates-REPO-35a6d7297dfb22a0f7b9cceb6bdf95c64d434e5c.zip
feat: Corrupt Wither Goggles Skin and fix 2 reforges (#1474)
Diffstat (limited to 'constants')
-rw-r--r--constants/reforgestones.json37
1 files changed, 21 insertions, 16 deletions
diff --git a/constants/reforgestones.json b/constants/reforgestones.json
index 7c656f02..c7e19f44 100644
--- a/constants/reforgestones.json
+++ b/constants/reforgestones.json
@@ -465,7 +465,8 @@
"RARE",
"EPIC",
"LEGENDARY",
- "MYTHIC"
+ "MYTHIC",
+ "DIVINE"
],
"reforgeCosts": {
"COMMON": 10000,
@@ -473,27 +474,31 @@
"RARE": 50000,
"EPIC": 75000,
"LEGENDARY": 100000,
- "MYTHIC": 150000
+ "MYTHIC": 150000,
+ "DIVINE": 250000
},
"reforgeAbility": "Doubles the §c❁ Damage §7dealt §7by §aVacuums§7.",
"reforgeStats": {
"COMMON": {
- "speed": 3
+ "farming_fortune": 2
},
"UNCOMMON": {
- "speed": 4
+ "farming_fortune": 3
},
"RARE": {
- "speed": 5
+ "farming_fortune": 5
},
"EPIC": {
- "speed": 7
+ "farming_fortune": 7
},
"LEGENDARY": {
- "speed": 10
+ "farming_fortune": 9
},
"MYTHIC": {
- "speed": 15
+ "farming_fortune": 11
+ },
+ "DIVINE": {
+ "farming_fortune": 11
}
}
},
@@ -3403,31 +3408,31 @@
"reforgeStats": {
"COMMON": {
"intelligence": 5,
- "mining_fortune": 2
+ "true_defense": 2
},
"UNCOMMON": {
"intelligence": 6,
- "mining_fortune": 3
+ "true_defense": 2.5
},
"RARE": {
"intelligence": 8,
- "mining_fortune": 4
+ "true_defense": 3
},
"EPIC": {
"intelligence": 10,
- "mining_fortune": 5
+ "true_defense": 3.5
},
"LEGENDARY": {
"intelligence": 12,
- "mining_fortune": 6
+ "true_defense": 4
},
"MYTHIC": {
"intelligence": 15,
- "mining_fortune": 7
+ "true_defense": 4.5
},
"DIVINE": {
- "intelligence": 16,
- "mining_fortune": 8
+ "intelligence": 18,
+ "true_defense": 4.5
}
}
},