From 5885f728b32433e4cae9503ef4bbbe0179fceb30 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:35:04 +0100 Subject: Added new items, fixed pets and some lores (#1126) --- items/GENERAL_MEDALLION.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 items/GENERAL_MEDALLION.json (limited to 'items/GENERAL_MEDALLION.json') diff --git a/items/GENERAL_MEDALLION.json b/items/GENERAL_MEDALLION.json new file mode 100644 index 00000000..56b048d7 --- /dev/null +++ b/items/GENERAL_MEDALLION.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9General\u0027s Medallion", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"72de8b4c-5852-3c08-b808-c5626722f869\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5MzkyNDgzOTY1OCwKICAicHJvZmlsZUlkIiA6ICIzOTdlMmY5OTAyNmI0NjI1OTcyNTM1OTNjODgyZjRmMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJ4WnlkdWVMeCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mNzkxMzJjZWRiOWQ3ODQzOTVkYWRlN2NiZTBlZDk0ZTEyZjA1NWE4ZGNjMzMxYWYzY2U3MGY1ODgzMmVkOTA5IiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7§7Increases the base stats of your\",1:\"§7dungeon items by §a1% §7while in §cThe\",2:\"§cCatacombs §7for each digit on your\",3:\"§7secret count. §8(Max 6%)\",4:\"\",5:\"§7Counter: §a§k63,535\",6:\"§7Bonus: §a+§k5§a%\",7:\"\",8:\"§7§8§oOnce worn proudly, now covered in\",9:\"§8§ofilth and soot.\",10:\"\",11:\"§9§lRARE DUNGEON ACCESSORY\"],Name:\"§f§f§9General\u0027s Medallion\"},ExtraAttributes:{id:\"GENERAL_MEDALLION\"}}", + "damage": 3, + "lore": [ + "§7§7Increases the base stats of your", + "§7dungeon items by §a1% §7while in §cThe", + "§cCatacombs §7for each digit on your", + "§7secret count. §8(Max 6%)", + "", + "§7Counter: §a§k63,535", + "§7Bonus: §a+§k5§a%", + "", + "§7§8§oOnce worn proudly, now covered in", + "§8§ofilth and soot.", + "", + "§9§lRARE DUNGEON ACCESSORY" + ], + "internalname": "GENERAL_MEDALLION", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit