aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjani270 <jani270@gmx.de>2021-04-24 20:43:01 +0200
committerjani270 <jani270@gmx.de>2021-04-24 20:43:01 +0200
commit248e13799f84b94c122bb8e41cab44e9148547e6 (patch)
tree1ff4b8bb5906f53ee89863e34700e502a760669f
parente31ca28eb2196ff3185302549c8673a236c5ee60 (diff)
downloadNotEnoughUpdates-REPO-248e13799f84b94c122bb8e41cab44e9148547e6.tar.gz
NotEnoughUpdates-REPO-248e13799f84b94c122bb8e41cab44e9148547e6.tar.bz2
NotEnoughUpdates-REPO-248e13799f84b94c122bb8e41cab44e9148547e6.zip
Wiki Link and Reforge Stats
-rw-r--r--constants/reforgestones.json48
-rw-r--r--items/LUCKY_DICE.json5
2 files changed, 52 insertions, 1 deletions
diff --git a/constants/reforgestones.json b/constants/reforgestones.json
index ab9a39ae..15dc78d8 100644
--- a/constants/reforgestones.json
+++ b/constants/reforgestones.json
@@ -795,6 +795,54 @@
}
}
},
+ "LUCKY_DICE":{
+ "internalName":"LUCKY_DICE",
+ "reforgeName":"Lucky",
+ "reforgeType":"blacksmith/reforge_stone",
+ "itemTypes":"ROD",
+ "requiredRarities":[
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeCosts":{
+ "COMMON":20000,
+ "UNCOMMON":40000,
+ "RARE":80000,
+ "EPIC":150000,
+ "LEGENDARY":300000,
+ "MYTHIC":60000
+ },
+ "reforgeStats":{
+ "COMMON":{
+ "sea_creature_chance":1,
+ "magic_find":1
+ },
+ "UNCOMMON":{
+ "sea_creature_chance":2,
+ "magic_find":2
+ },
+ "RARE":{
+ "sea_creature_chance":2,
+ "magic_find":3
+ },
+ "EPIC":{
+ "sea_creature_chance":3,
+ "magic_find":4
+ },
+ "LEGENDARY":{
+ "sea_creature_chance":5,
+ "magic_find":5
+ },
+ "MYTHIC":{
+ "sea_creature_chance":7,
+ "magic_find":6
+ }
+ }
+ },
"MIDAS_JEWEL":{
"internalName":"MIDAS_JEWEL",
"reforgeName":"Gilded",
diff --git a/items/LUCKY_DICE.json b/items/LUCKY_DICE.json
index 924fcdb6..a0060b13 100644
--- a/items/LUCKY_DICE.json
+++ b/items/LUCKY_DICE.json
@@ -20,5 +20,8 @@
"crafttext": "",
"clickcommand": "",
"modver": "2.0.0-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Lucky_Dice"
+ ]
} \ No newline at end of file