From e31ca28eb2196ff3185302549c8673a236c5ee60 Mon Sep 17 00:00:00 2001 From: jani270 Date: Sat, 24 Apr 2021 19:35:04 +0200 Subject: Added Lucky Dice (no reforge stats sad) --- items/LUCKY_DICE.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 items/LUCKY_DICE.json (limited to 'items/LUCKY_DICE.json') diff --git a/items/LUCKY_DICE.json b/items/LUCKY_DICE.json new file mode 100644 index 00000000..924fcdb6 --- /dev/null +++ b/items/LUCKY_DICE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Lucky Dice ", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"68099dac-fb2f-3d96-aeea-5a0e8fae6395\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjg4ZmE5NzNlYTQ0NGNjODA4NzY4ZWE0OGJmMjY1N2FlOWE1NmMwYWY2MDI3NWU4NDQ2M2IxOTU2MjliY2UifX19\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Lucky §7reforge\",5:\"§7to a fishing rod.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aXXIV§7!\",9:\"\",10:\"§5§lEPIC REFORGE STONE\"],Name:\"§f§f§5Lucky Dice \"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"LUCKY_DICE\",entity_required:\"OASIS_RABBIT\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "", + "§7Can be used in a Reforge Anvil", + "§7or with the Dungeon Blacksmith", + "§7to apply the §9Lucky §7reforge", + "§7to a fishing rod.", + "", + "§7Requires §aMining Skill Level", + "§aXXIV§7!", + "", + "§5§lEPIC REFORGE STONE" + ], + "internalname": "LUCKY_DICE", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit From 248e13799f84b94c122bb8e41cab44e9148547e6 Mon Sep 17 00:00:00 2001 From: jani270 Date: Sat, 24 Apr 2021 20:43:01 +0200 Subject: Wiki Link and Reforge Stats --- constants/reforgestones.json | 48 ++++++++++++++++++++++++++++++++++++++++++++ items/LUCKY_DICE.json | 5 ++++- 2 files changed, 52 insertions(+), 1 deletion(-) (limited to 'items/LUCKY_DICE.json') 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 -- cgit