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/STARRED_SPIRIT_MASK.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/STARRED_SPIRIT_MASK.json')
-rw-r--r-- | items/STARRED_SPIRIT_MASK.json | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/items/STARRED_SPIRIT_MASK.json b/items/STARRED_SPIRIT_MASK.json new file mode 100644 index 00000000..8ff3395a --- /dev/null +++ b/items/STARRED_SPIRIT_MASK.json @@ -0,0 +1,42 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6⚚ Spirit Mask", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9c655e06-277e-3a35-be4c-ba49ce10d32d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWJiZTcyMWQ3YWQ4YWI5NjVmMDhjYmVjMGI4MzRmNzc5YjUxOTdmNzlkYTRhZWEzZDEzZDI1M2VjZTlkZWMyIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d283\",1:\"§7Health: §a+100\",2:\"§7Defense: §a+75\",3:\"§7Speed: §a+25\",4:\"§7Intelligence: §a+25\",5:\"\",6:\"§6Ability: Second Wind \",7:\"§7Instead of dying, gain §f+50✦\",8:\"§fSpeed §7and damage immunity for\",9:\"§7§a3 §7seconds. Also heals you\",10:\"§7for §a100 §7+ §a3% §7of your\",11:\"§7maximum health.\",12:\"§8Cooldown: §a30s\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §cCatacombs Skill\",16:\"§c15§c.\",17:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6⚚ Spirit Mask\"},ExtraAttributes:{id:\"STARRED_SPIRIT_MASK\"}}", + "damage": 3, + "lore": [ + "§7Gear Score: §d283", + "§7Health: §a+100", + "§7Defense: §a+75", + "§7Speed: §a+25", + "§7Intelligence: §a+25", + "", + "§6Ability: Second Wind ", + "§7Instead of dying, gain §f+50✦", + "§fSpeed §7and damage immunity for", + "§7§a3 §7seconds. Also heals you", + "§7for §a100 §7+ §a3% §7of your", + "§7maximum health.", + "§8Cooldown: §a30s", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §cCatacombs Skill", + "§c15§c.", + "§6§lLEGENDARY DUNGEON HELMET" + ], + "recipe": { + "A1": "THORN_FRAGMENT:1", + "A2": "THORN_FRAGMENT:1", + "A3": "THORN_FRAGMENT:1", + "B1": "THORN_FRAGMENT:1", + "B2": "SPIRIT_MASK:1", + "B3": "THORN_FRAGMENT:1", + "C1": "THORN_FRAGMENT:1", + "C2": "THORN_FRAGMENT:1", + "C3": "THORN_FRAGMENT:1" + }, + "internalname": "STARRED_SPIRIT_MASK", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |