aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbsterge <106860128+Absterge@users.noreply.github.com>2023-03-11 00:04:25 +0000
committerGitHub <noreply@github.com>2023-03-11 11:04:25 +1100
commitfa9bdbf8e35f6d0affae541a5787f411401c5461 (patch)
tree345b89e2d80c004c21334f30da645187d5fc5bb2
parent3b38cd82027cdbce341309004cbf787b5c62a24c (diff)
downloadNotEnoughUpdates-REPO-fa9bdbf8e35f6d0affae541a5787f411401c5461.tar.gz
NotEnoughUpdates-REPO-fa9bdbf8e35f6d0affae541a5787f411401c5461.tar.bz2
NotEnoughUpdates-REPO-fa9bdbf8e35f6d0affae541a5787f411401c5461.zip
Updated Dragon Horn stats. (#907)
-rw-r--r--constants/reforgestones.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/constants/reforgestones.json b/constants/reforgestones.json
index 021d2044..d64ea2fe 100644
--- a/constants/reforgestones.json
+++ b/constants/reforgestones.json
@@ -446,17 +446,53 @@
"reforgeType": "blacksmith/reforge_stone",
"itemTypes": "ARMOR",
"requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
"EPIC",
"LEGENDARY",
"MYTHIC"
],
"reforgeCosts": {
+ "COMMON": 60000,
+ "UNCOMMON": 125000,
+ "RARE": 250000,
"EPIC": 500000,
"LEGENDARY": 1000000,
"MYTHIC": 2000000
},
"reforgeAbility": "Increases most stats by §a1%",
"reforgeStats": {
+ "COMMON": {
+ "strength": 3,
+ "crit_chance": 2,
+ "crit_damage": 3,
+ "bonus_attack_speed": 1,
+ "health": 2,
+ "defense": 2,
+ "speed": 1,
+ "intelligence": 3
+ },
+ "UNCOMMON": {
+ "strength": 4,
+ "crit_chance": 4,
+ "crit_damage": 4,
+ "bonus_attack_speed": 1,
+ "health": 3,
+ "defense": 3,
+ "speed": 1,
+ "intelligence": 4
+ },
+ "RARE": {
+ "strength": 6,
+ "crit_chance": 6,
+ "crit_damage": 6,
+ "bonus_attack_speed": 2,
+ "health": 4,
+ "defense": 4,
+ "speed": 1,
+ "intelligence": 6
+ },
"EPIC": {
"strength": 8,
"crit_chance": 8,