diff options
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 |