diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-03-13 15:35:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-13 14:35:04 +0000 |
commit | 5885f728b32433e4cae9503ef4bbbe0179fceb30 (patch) | |
tree | fee5db0d4d8e90ecda7648504d16b3989a416e75 /items/GENERAL_MEDALLION.json | |
parent | 3f8f106c9330d1ade0cfc6a4848975657cd256e2 (diff) | |
download | NotEnoughUpdates-REPO-5885f728b32433e4cae9503ef4bbbe0179fceb30.tar.gz NotEnoughUpdates-REPO-5885f728b32433e4cae9503ef4bbbe0179fceb30.tar.bz2 NotEnoughUpdates-REPO-5885f728b32433e4cae9503ef4bbbe0179fceb30.zip |
Added new items, fixed pets and some lores (#1126)
Diffstat (limited to 'items/GENERAL_MEDALLION.json')
-rw-r--r-- | items/GENERAL_MEDALLION.json | 25 |
1 files changed, 25 insertions, 0 deletions
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 |