From 2ebf7137e1827cfb5e4e2bd7f0bb1ca04971507b Mon Sep 17 00:00:00 2001 From: BuildTools Date: Wed, 8 Jul 2020 14:52:27 +1000 Subject: dungeons & other stuff --- items/DUNGEON_TRAP.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 items/DUNGEON_TRAP.json (limited to 'items/DUNGEON_TRAP.json') 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 -- cgit