diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-08-05 01:34:04 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-05 01:34:04 +1000 |
commit | a6d765c01b809e775c0dc1bc6c10ac8576086709 (patch) | |
tree | deabeb4ea94e96a96340bb5a18b3d9aa609f22c0 /items/BONE_BOOMERANG.json | |
parent | 3dec40f80c9fea46a7bf4e1d189f2337d339e658 (diff) | |
parent | 9e10cb8251ce059f9a4cc091ca33437f3b1705fb (diff) | |
download | NotEnoughUpdates-REPO-a6d765c01b809e775c0dc1bc6c10ac8576086709.tar.gz NotEnoughUpdates-REPO-a6d765c01b809e775c0dc1bc6c10ac8576086709.tar.bz2 NotEnoughUpdates-REPO-a6d765c01b809e775c0dc1bc6c10ac8576086709.zip |
Merge pull request #258 from IRONM00N/master
Most Dungeon Floor 4 Items
Diffstat (limited to 'items/BONE_BOOMERANG.json')
-rw-r--r-- | items/BONE_BOOMERANG.json | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/items/BONE_BOOMERANG.json b/items/BONE_BOOMERANG.json new file mode 100644 index 00000000..25e234d6 --- /dev/null +++ b/items/BONE_BOOMERANG.json @@ -0,0 +1,42 @@ +{ + "itemid": "minecraft:bone", + "displayname": "§f§f§6Bonemerang", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d490 §8(720)\",1:\"§7Damage: §c+320 §8(+483.2)\",2:\"§7Strength: §c+130 §8(+196.3)\",3:\"\",4:\"§6Item Ability: Swing §e§lRIGHT CLICK\",5:\"§7Throw the bone a short distance,\",6:\"§7dealing the damage an arrow\",7:\"§7would.\",8:\"\",9:\"§7Deals §cdouble damage §7when\",10:\"§7coming back. Pierces up to §e10\",11:\"§e§7foes.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§aPerfect 70000 / 70000\",15:\"§7§4❣ §cRequires §aCatacombs Floor IV\",16:\"§aCompletion\",17:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§f§f§6Bonemerang\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"BONE_BOOMERANG\",uuid:\"e67b8785-84d9-4a33-abb6-2cbd4e33db9d\",timestamp:\"8/1/20 6:44 PM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Gear Score: §d490 §8(720)", + "§7Damage: §c+320 §8(+483.2)", + "§7Strength: §c+130 §8(+196.3)", + "", + "§6Item Ability: Swing §e§lRIGHT CLICK", + "§7Throw the bone a short distance,", + "§7dealing the damage an arrow", + "§7would.", + "", + "§7Deals §cdouble damage §7when", + "§7coming back. Pierces up to §e10", + "§e§7foes.", + "", + "§7§8This item can be reforged!", + "§aPerfect 70000 / 70000", + "§7§4❣ §cRequires §aCatacombs Floor IV", + "§aCompletion", + "§6§lLEGENDARY DUNGEON BOW" + ], + "recipe": { + "A1": "ENCHANTED_STRING:5", + "A2": "ENCHANTED_BONE_BLOCK:5", + "A3": "", + "B1": "ENCHANTED_STRING:5", + "B2": "", + "B3": "SPIRIT_BONE:5", + "C1": "ENCHANTED_STRING:5", + "C2": "ENCHANTED_BONE_BLOCK:5", + "C3": "" + }, + "internalname": "BONE_BOOMERANG", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "1.1-REL", + "infoType": "" +}
\ No newline at end of file |