diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-03 15:28:59 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-03 15:28:59 -0400 |
commit | fda898157180835ef537d70e5137f108a61c7bed (patch) | |
tree | eab66b43c47cc4a7aec2c55040b11b7a73a79863 /items/STARRED_BONZO_STAFF.json | |
parent | 53df26bfed360f90f5eed3947e854606138888c7 (diff) | |
download | NotEnoughUpdates-REPO-fda898157180835ef537d70e5137f108a61c7bed.tar.gz NotEnoughUpdates-REPO-fda898157180835ef537d70e5137f108a61c7bed.tar.bz2 NotEnoughUpdates-REPO-fda898157180835ef537d70e5137f108a61c7bed.zip |
More dungeon stuff| also added some more parenting
Diffstat (limited to 'items/STARRED_BONZO_STAFF.json')
-rw-r--r-- | items/STARRED_BONZO_STAFF.json | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/items/STARRED_BONZO_STAFF.json b/items/STARRED_BONZO_STAFF.json new file mode 100644 index 00000000..6301ba60 --- /dev/null +++ b/items/STARRED_BONZO_STAFF.json @@ -0,0 +1,42 @@ +{ + "itemid": "minecraft:blaze_rod", + "displayname": "§9⚚ Bonzo\u0027s Staff", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d310 \",1:\"§7Damage: §c+160 \",2:\"\",3:\"§7Intelligence: §a+300 \",4:\"\",5:\"§6Item Ability: Showtime §e§lRIGHT CLICK\",6:\"§7Shoots balloons that create a\",7:\"§7large explosion on impact,\",8:\"§7dealing up to §c1,762.2\",9:\"§c§7damage.\",10:\"§8Mana Cost: §3100\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§9§lRARE DUNGEON SWORD\"],Name:\"§9⚚ Bonzo\u0027s Staff\"},ExtraAttributes:{id:\"STARRED_BONZO_STAFF\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d310 ", + "§7Damage: §c+160 ", + "", + "§7Intelligence: §a+300 ", + "", + "§6Item Ability: Showtime §e§lRIGHT CLICK", + "§7Shoots balloons that create a", + "§7large explosion on impact,", + "§7dealing up to §c1,762.2", + "§c§7damage.", + "§8Mana Cost: §3100", + "", + "§7§8This item can be reforged!", + "§9§lRARE DUNGEON SWORD" + ], + "recipe": { + "A1": "BONZO_FRAGMENT:1", + "A2": "BONZO_FRAGMENT:1", + "A3": "BONZO_FRAGMENT:1", + "B1": "BONZO_FRAGMENT:1", + "B2": "BONZO_STAFF:1", + "B3": "BONZO_FRAGMENT:1", + "C1": "BONZO_FRAGMENT:1", + "C2": "BONZO_FRAGMENT:1", + "C3": "BONZO_FRAGMENT:1" + }, + "internalname": "STARRED_BONZO_STAFF", + "parent": "BONZO_STAFF", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bonzo\u0027s_Staff" + ] +}
\ No newline at end of file |