diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-09-12 14:59:34 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-09-12 14:59:34 -0400 |
commit | f7ada52665fec28d5bda53716dd567460400de65 (patch) | |
tree | e3dc8196e0879c7c2f47517a989c19d94da716cf /items/SUPER_UNDEAD_BOW.json | |
parent | 9d673df50050b09142be9dc812e8126900f7a1c0 (diff) | |
download | NotEnoughUpdates-REPO-f7ada52665fec28d5bda53716dd567460400de65.tar.gz NotEnoughUpdates-REPO-f7ada52665fec28d5bda53716dd567460400de65.tar.bz2 NotEnoughUpdates-REPO-f7ada52665fec28d5bda53716dd567460400de65.zip |
Mayor Stuff
Ik it isn't comlpeate, also theese are just the items, I am in the middle of adding recipies
Diffstat (limited to 'items/SUPER_UNDEAD_BOW.json')
-rw-r--r-- | items/SUPER_UNDEAD_BOW.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/SUPER_UNDEAD_BOW.json b/items/SUPER_UNDEAD_BOW.json new file mode 100644 index 00000000..9e070fc4 --- /dev/null +++ b/items/SUPER_UNDEAD_BOW.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:bow", + "displayname": "§5Super Undead Bow", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d260 \",1:\"§7Damage: §c+220 \",2:\"\",3:\"§7Deals §a+100% §7damage to\",4:\"§7§aUndead monsters§7.\",5:\"\",6:\"§7Your arrows have a §e25.0%\",7:\"§e§7chance to bounce to another\",8:\"§7target after it hits something.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§aPerfect 52500 / 52500\",12:\"§7§4❣ §cRequires §aCatacombs Level 16\",13:\"§5§lEPIC DUNGEON BOW\"],Name:\"§5Super Undead Bow\"},ExtraAttributes:{id:\"SUPER_UNDEAD_BOW\",shop_dungeon_floor_completion_required:3}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d260 ", + "§7Damage: §c+220 ", + "", + "§7Deals §a+100% §7damage to", + "§7§aUndead monsters§7.", + "", + "§7Your arrows have a §e25.0%", + "§e§7chance to bounce to another", + "§7target after it hits something.", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 16", + "§5§lEPIC DUNGEON BOW" + ], + "internalname": "SUPER_UNDEAD_BOW", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file |