diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-03-08 09:45:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-08 08:45:49 +0000 |
commit | 798124acef1dde4d968d7f768e087fcbda5bdccb (patch) | |
tree | 6e0119450a0a82e001da7cebb63d68f4e727f396 /items/DUNGEON_TRAP.json | |
parent | 23b08cdc66f5029950798342818c86a47d14433e (diff) | |
download | NotEnoughUpdates-REPO-798124acef1dde4d968d7f768e087fcbda5bdccb.tar.gz NotEnoughUpdates-REPO-798124acef1dde4d968d7f768e087fcbda5bdccb.tar.bz2 NotEnoughUpdates-REPO-798124acef1dde4d968d7f768e087fcbda5bdccb.zip |
Fixed Magma Cube Pet stats and some lores (#1123)
Diffstat (limited to 'items/DUNGEON_TRAP.json')
-rw-r--r-- | items/DUNGEON_TRAP.json | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/items/DUNGEON_TRAP.json b/items/DUNGEON_TRAP.json index 92107120..67c5594d 100644 --- a/items/DUNGEON_TRAP.json +++ b/items/DUNGEON_TRAP.json @@ -4,15 +4,16 @@ "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": "2.1.0-REL", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Brewing Ingredient\",1:\"\",2:\"§7Place an explosive trap that\",3:\"§7triggers when mobs walk over it\",4:\"§7dealing §c20,000§7-§c250,000 §7damage\",5:\"§7based on the dungeon floor you are\",6:\"§7on.\",7:\"\",8:\"§cDungeons only!\",9:\"\",10:\"§a§lUNCOMMON DUNGEON ITEM\"],Name:\"§aTrap\"},ExtraAttributes:{id:\"DUNGEON_TRAP\"}}", + "modver": "2.1.1-PRE", "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.", + "§7§8Brewing Ingredient", + "", + "§7Place an explosive trap that", + "§7triggers when mobs walk over it", + "§7dealing §c20,000§7-§c250,000 §7damage", + "§7based on the dungeon floor you are", + "§7on.", "", "§cDungeons only!", "", |