diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-09-13 14:20:43 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-13 14:20:43 +1000 |
commit | e2b7d83929a37b67e6530a07b485eb1c22ca8f44 (patch) | |
tree | a196f0648e9621fa2316da7fe15d5ef88f8001fb /items/ngeSHARK_SCALE_HELMET.json | |
parent | 784ce26613f6bc286efc0af8d60312ec5e7fbc70 (diff) | |
parent | 8075d184d6bb0adacc40a5627ebd0e9bf0f34ce2 (diff) | |
download | NotEnoughUpdates-REPO-e2b7d83929a37b67e6530a07b485eb1c22ca8f44.tar.gz NotEnoughUpdates-REPO-e2b7d83929a37b67e6530a07b485eb1c22ca8f44.tar.bz2 NotEnoughUpdates-REPO-e2b7d83929a37b67e6530a07b485eb1c22ca8f44.zip |
Merge pull request #264 from IRONM00N/master
Some mayor Stuff
Diffstat (limited to 'items/ngeSHARK_SCALE_HELMET.json')
-rw-r--r-- | items/ngeSHARK_SCALE_HELMET.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/items/ngeSHARK_SCALE_HELMET.json b/items/ngeSHARK_SCALE_HELMET.json new file mode 100644 index 00000000..2d3c5748 --- /dev/null +++ b/items/ngeSHARK_SCALE_HELMET.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Shark Scale Helmet", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bafabf7d-16e6-32fb-9720-812419bacc73\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzkwMTE2ZGE1MTRhNzNkZGQ5Mjk1NDkxODUyYWRjNTg4MDA3ZjJhY2Q3ZGUyNjk3ODhhMjEyOGQ4ZTRhNzY0YiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Sea Creature Chance: §c+2.5%\",1:\"\",2:\"§7Health: §a+120 HP\",3:\"§7Defense: §a+120\",4:\"\",5:\"§6Full Set Bonus: Absorb\",6:\"§7§9Doubles§7 your §a❈ Defense§7\",7:\"§7while in water.\",8:\"\",9:\"§6Full Set Bonus: Reflect\",10:\"§7§7Your sharp scales reflect\",11:\"§7§915% §7of damage onto the\",12:\"§7attacker.\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§6§lLEGENDARY HELMET\"],Name:\"§6Shark Scale Helmet\"},ExtraAttributes:{id:\"SHARK_SCALE_HELMET\"}}", + "damage": 3, + "lore": [ + "§7Sea Creature Chance: §c+2.5%", + "", + "§7Health: §a+120 HP", + "§7Defense: §a+120", + "", + "§6Full Set Bonus: Absorb", + "§7§9Doubles§7 your §a❈ Defense§7", + "§7while in water.", + "", + "§6Full Set Bonus: Reflect", + "§7§7Your sharp scales reflect", + "§7§915% §7of damage onto the", + "§7attacker.", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY HELMET" + ], + "recipe": { + "A1": "ENCHANTED_SHARK_FIN:1", + "A2": "SPONGE_HELMET:1", + "A3": "ENCHANTED_SHARK_FIN:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "ngeSHARK_SCALE_HELMET", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file |