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/DUNGEON_TRAP.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/DUNGEON_TRAP.json')
-rw-r--r-- | items/DUNGEON_TRAP.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/DUNGEON_TRAP.json b/items/DUNGEON_TRAP.json new file mode 100644 index 00000000..865582b6 --- /dev/null +++ b/items/DUNGEON_TRAP.json @@ -0,0 +1,21 @@ +{ + "internalname": "DUNGEON_TRAP", + "itemid": 148, + "displayname": "§aTrap", + "clickcommand": "", + "damage": 0, + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Place an explosive trap\",1:\"§7that triggers when mobs\",2:\"§7walk over it dealing\",3:\"§7§c20,000§7-§c250,000\",4:\"§c§7damage based on the\",5:\"§7dungeon floor you are on.\",6:\"\",7:\"§cDungeons only!\",8:\"\",9:\"§a§lUNCOMMON DUNGEON ITEM\"],Name:\"§aTrap\"},ExtraAttributes:{id:\"DUNGEON_TRAP\"}}", + "modver": "1.0.0", + "lore": [ + "§7Place an explosive trap", + "§7that triggers when mobs", + "§7walk over it dealing", + "§7§c20,000§7-§c250,000", + "§c§7damage based on the", + "§7dungeon floor you are on.", + "", + "§cDungeons only!", + "", + "§a§lUNCOMMON DUNGEON ITEM" + ] +}
\ No newline at end of file |