diff options
author | BuildTools <james.jenour@protonmail.com> | 2020-07-08 14:52:27 +1000 |
---|---|---|
committer | BuildTools <james.jenour@protonmail.com> | 2020-07-08 14:52:27 +1000 |
commit | 2ebf7137e1827cfb5e4e2bd7f0bb1ca04971507b (patch) | |
tree | a8876b04cf9d5ae6a9abfdc74950092a4fd61e45 /items/DEFUSE_KIT.json | |
parent | 0272241edb84e1a2288e6a204a5f196ede529704 (diff) | |
download | NotEnoughUpdates-REPO-2ebf7137e1827cfb5e4e2bd7f0bb1ca04971507b.tar.gz NotEnoughUpdates-REPO-2ebf7137e1827cfb5e4e2bd7f0bb1ca04971507b.tar.bz2 NotEnoughUpdates-REPO-2ebf7137e1827cfb5e4e2bd7f0bb1ca04971507b.zip |
dungeons & other stuff
Diffstat (limited to 'items/DEFUSE_KIT.json')
-rw-r--r-- | items/DEFUSE_KIT.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/items/DEFUSE_KIT.json b/items/DEFUSE_KIT.json new file mode 100644 index 00000000..752ae7c6 --- /dev/null +++ b/items/DEFUSE_KIT.json @@ -0,0 +1,19 @@ +{ + "internalname": "DEFUSE_KIT", + "itemid": 359, + "displayname": "§aDefuse Kit", + "clickcommand": "", + "damage": 0, + "nbttag": "{ench:[],Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Can be used to defuse Dungeon\",1:\"§7traps. Successful defusing of\",2:\"§7traps may increase your §b✎\",3:\"§bIntelligence§7! (Maximum +10)\",4:\"\",5:\"§7Traps Defused: §a0\",6:\"\",7:\"§a§lUNCOMMON DUNGEON ITEM\"],Name:\"§aDefuse Kit\"},ExtraAttributes:{id:\"DEFUSE_KIT\"}}", + "modver": "1.0.0", + "lore": [ + "§7Can be used to defuse Dungeon", + "§7traps. Successful defusing of", + "§7traps may increase your §b✎", + "§bIntelligence§7! (Maximum +10)", + "", + "§7Traps Defused: §a0", + "", + "§a§lUNCOMMON DUNGEON ITEM" + ] +}
\ No newline at end of file |