diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-09-14 11:40:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-14 11:40:07 +0200 |
commit | fc877134eacdd1a75be57f90577ba0628638bbe3 (patch) | |
tree | f7de6ca9cadb5979da2039c6a42135c44806defb /items/ADAPTIVE_BELT.json | |
parent | 9861e27f07a1562bb4d1170c22a7b8c72fa63428 (diff) | |
download | NotEnoughUpdates-REPO-fc877134eacdd1a75be57f90577ba0628638bbe3.tar.gz NotEnoughUpdates-REPO-fc877134eacdd1a75be57f90577ba0628638bbe3.tar.bz2 NotEnoughUpdates-REPO-fc877134eacdd1a75be57f90577ba0628638bbe3.zip |
Added new alpha stuff (#978)
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Diffstat (limited to 'items/ADAPTIVE_BELT.json')
-rw-r--r-- | items/ADAPTIVE_BELT.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/items/ADAPTIVE_BELT.json b/items/ADAPTIVE_BELT.json new file mode 100644 index 00000000..fc419ac8 --- /dev/null +++ b/items/ADAPTIVE_BELT.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Adaptive Belt", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4bb0501d-0ae5-3099-b138-aed4293e17c8\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5MjI5ODI2MTU3NCwKICAicHJvZmlsZUlkIiA6ICIwOWQ3YmJjNGYxZmU0ZjlkYjRiZmE1MTY2NDA3OTcyYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJlemtkIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzcwYmY2ZDc2ZjJhMDNmMzE5ZmZmZTcyNWY4MmI4MGI5MjUyOTFlZmRhMzZkNGRiMjViYWNkN2VhODZhNjU3YyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Strength: §c+5\",1:\"§7Health: §a+10\",2:\"§7Defense: §a+5\",3:\"\",4:\"§7Grants additional bonuses based on\",5:\"§7your selected dungeon class!\",6:\"\",7:\"§7§bBerserk§7: §7+§c10❁ Strength\",8:\"§7§bHealer§7: §7+§c10❤ Health§7, +§a5☄ Mending\",9:\"§7§bMage§7: §7+§b25✎ Intelligence\",10:\"§7§bTank§7: §7+§c5❤ Health§7, +§a10❈ Defense\",11:\"§7§bArcher§7: §7+§92☣ Crit Chance§7, +§95☠ Crit\",12:\"§9Damage\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §aThe Catacombs Floor\",16:\"§aII Completion§c.\",17:\"§5§lEPIC DUNGEON BELT\"],Name:\"§5Adaptive Belt\"},ExtraAttributes:{id:\"ADAPTIVE_BELT\"}}", + "damage": 3, + "lore": [ + "§7Strength: §c+5", + "§7Health: §a+10", + "§7Defense: §a+5", + "", + "§7Grants additional bonuses based on", + "§7your selected dungeon class!", + "", + "§7§bBerserk§7: §7+§c10❁ Strength", + "§7§bHealer§7: §7+§c10❤ Health§7, +§a5☄ Mending", + "§7§bMage§7: §7+§b25✎ Intelligence", + "§7§bTank§7: §7+§c5❤ Health§7, +§a10❈ Defense", + "§7§bArcher§7: §7+§92☣ Crit Chance§7, +§95☠ Crit", + "§9Damage", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aII Completion§c.", + "§5§lEPIC DUNGEON BELT" + ], + "internalname": "ADAPTIVE_BELT", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |