diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-01 17:11:54 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-01 17:11:54 -0400 |
commit | 8890bbf84fb032040da2b02eea7871be9b94e286 (patch) | |
tree | 0e35c76e95e675fb44020dda2e11fa99b05c3839 /items | |
parent | fbbc24e58b8e902b5a96badfcf6ad68a45a06626 (diff) | |
download | NotEnoughUpdates-REPO-8890bbf84fb032040da2b02eea7871be9b94e286.tar.gz NotEnoughUpdates-REPO-8890bbf84fb032040da2b02eea7871be9b94e286.tar.bz2 NotEnoughUpdates-REPO-8890bbf84fb032040da2b02eea7871be9b94e286.zip |
Some Floor 6 Stuff
Diffstat (limited to 'items')
-rw-r--r-- | items/FLOWER_OF_TRUTH.json | 37 | ||||
-rw-r--r-- | items/GIANTS_SWORD.json | 27 | ||||
-rw-r--r-- | items/GOLEM_POPPY.json | 17 | ||||
-rw-r--r-- | items/NECROMANCER_LORD_BOOTS.json | 32 | ||||
-rw-r--r-- | items/NECROMANCER_LORD_CHESTPLATE.json | 32 | ||||
-rw-r--r-- | items/NECROMANCER_LORD_HELMET.json | 32 | ||||
-rw-r--r-- | items/NECROMANCER_LORD_LEGGINGS.json | 32 | ||||
-rw-r--r-- | items/NECROMANCER_SWORD.json | 41 | ||||
-rw-r--r-- | items/PRECURSOR_EYE.json | 35 |
9 files changed, 285 insertions, 0 deletions
diff --git a/items/FLOWER_OF_TRUTH.json b/items/FLOWER_OF_TRUTH.json new file mode 100644 index 00000000..0f726f86 --- /dev/null +++ b/items/FLOWER_OF_TRUTH.json @@ -0,0 +1,37 @@ +{ + "itemid": "minecraft:red_flower", + "displayname": "§6Flower of Truth", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d500 §8(785)\",1:\"§7Damage: §c+100 §8(+157)\",2:\"§7Strength: §c+400 §8(+628)\",3:\"\",4:\"§6Item Ability: Heat-Seeking Rose §e§lRIGHT CLICK\",5:\"§7Shoots a rose that ricochets\",6:\"§7between enemies, damaging up to\",7:\"§7§a3 §7of your foes! Damage\",8:\"§7multiplies as more enemies are\",9:\"§7hit.\",10:\"§8Cooldown: §a1s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 70000 / 70000\",14:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Flower of Truth\"},ExtraAttributes:{id:\"FLOWER_OF_TRUTH\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d500 §8(785)", + "§7Damage: §c+100 §8(+157)", + "§7Strength: §c+400 §8(+628)", + "", + "§6Item Ability: Heat-Seeking Rose §e§lRIGHT CLICK", + "§7Shoots a rose that ricochets", + "§7between enemies, damaging up to", + "§7§a3 §7of your foes! Damage", + "§7multiplies as more enemies are", + "§7hit.", + "§8Cooldown: §a1s", + "", + "§7§8This item can be reforged!", + "§aPerfect 70000 / 70000", + "§6§lLEGENDARY DUNGEON SWORD" + ], + "recipe": { + "A1": "", + "A2": "GOLEM_POPPY:3", + "A3": "", + "B1": "", + "B2": "GOLEM_POPPY:3", + "B3": "", + "C1": "", + "C2": "GOLEM_POPPY:3", + "C3": "" + }, + "internalname": "FLOWER_OF_TRUTH", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/GIANTS_SWORD.json b/items/GIANTS_SWORD.json new file mode 100644 index 00000000..ad8f454a --- /dev/null +++ b/items/GIANTS_SWORD.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:iron_sword", + "displayname": "§6Giant\u0027s Sword", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d600 \",1:\"§7Damage: §c+500 \",2:\"\",3:\"§6Item Ability: Giant\u0027s Slam §e§lRIGHT CLICK\",4:\"§7Slam your sword into the ground\",5:\"§7dealing §c111,550 §7damage to\",6:\"§7nearby enemies.\",7:\"§8Mana Cost: §3100\",8:\"§8Cooldown: §a30s\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aCatacombs Floor VI\",12:\"§aCompletion\",13:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Giant\u0027s Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"GIANTS_SWORD\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d600 ", + "§7Damage: §c+500 ", + "", + "§6Item Ability: Giant\u0027s Slam §e§lRIGHT CLICK", + "§7Slam your sword into the ground", + "§7dealing §c111,550 §7damage to", + "§7nearby enemies.", + "§8Mana Cost: §3100", + "§8Cooldown: §a30s", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor VI", + "§aCompletion", + "§6§lLEGENDARY DUNGEON SWORD" + ], + "internalname": "GIANTS_SWORD", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/GOLEM_POPPY.json b/items/GOLEM_POPPY.json new file mode 100644 index 00000000..767ed5c7 --- /dev/null +++ b/items/GOLEM_POPPY.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:red_flower", + "displayname": "§9Ancient Rose", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8§oAncient plant imbued with\",1:\"§8§othe unyielding power of truth.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§9§lRARE DUNGEON ITEM\"],Name:\"§9Ancient Rose\"},ExtraAttributes:{id:\"GOLEM_POPPY\"}}", + "damage": 0, + "lore": [ + "§7§8§oAncient plant imbued with", + "§8§othe unyielding power of truth.", + "", + "§eRight-click to view recipes!", + "", + "§9§lRARE DUNGEON ITEM" + ], + "internalname": "GOLEM_POPPY", + "clickcommand": "", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/NECROMANCER_LORD_BOOTS.json b/items/NECROMANCER_LORD_BOOTS.json new file mode 100644 index 00000000..d0de3cfc --- /dev/null +++ b/items/NECROMANCER_LORD_BOOTS.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§6Necromancer Lord Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d510 \",1:\"§7Health: §a+180 HP \",2:\"§7Defense: §a+150 \",3:\"§7Intelligence: §a+10 \",4:\"\",5:\"§6Full Set Bonus: Soul Whisper\",6:\"§7Increase the damage of your\",7:\"§7necromancer summoned mobs by\",8:\"§7§c20%§7.\",9:\"\",10:\"§7Allows the wearer to store\",11:\"§7and summon an additional\",12:\"§7§e1 §7souls in their\",13:\"§7necromancer weapon.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VI\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:4195154,Name:\"§6Necromancer Lord Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECROMANCER_LORD_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d510 ", + "§7Health: §a+180 HP ", + "§7Defense: §a+150 ", + "§7Intelligence: §a+10 ", + "", + "§6Full Set Bonus: Soul Whisper", + "§7Increase the damage of your", + "§7necromancer summoned mobs by", + "§7§c20%§7.", + "", + "§7Allows the wearer to store", + "§7and summon an additional", + "§7§e1 §7souls in their", + "§7necromancer weapon.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor VI", + "§aCompletion", + "§6§lLEGENDARY DUNGEON BOOTS" + ], + "internalname": "NECROMANCER_LORD_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/NECROMANCER_LORD_CHESTPLATE.json b/items/NECROMANCER_LORD_CHESTPLATE.json new file mode 100644 index 00000000..7d97c06e --- /dev/null +++ b/items/NECROMANCER_LORD_CHESTPLATE.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§6Necromancer Lord Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d830 \",1:\"§7Health: §a+300 HP \",2:\"§7Defense: §a+250 \",3:\"§7Intelligence: §a+10 \",4:\"\",5:\"§6Full Set Bonus: Soul Whisper\",6:\"§7Increase the damage of your\",7:\"§7necromancer summoned mobs by\",8:\"§7§c20%§7.\",9:\"\",10:\"§7Allows the wearer to store\",11:\"§7and summon an additional\",12:\"§7§e1 §7souls in their\",13:\"§7necromancer weapon.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VI\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:0,Name:\"§6Necromancer Lord Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECROMANCER_LORD_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d830 ", + "§7Health: §a+300 HP ", + "§7Defense: §a+250 ", + "§7Intelligence: §a+10 ", + "", + "§6Full Set Bonus: Soul Whisper", + "§7Increase the damage of your", + "§7necromancer summoned mobs by", + "§7§c20%§7.", + "", + "§7Allows the wearer to store", + "§7and summon an additional", + "§7§e1 §7souls in their", + "§7necromancer weapon.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor VI", + "§aCompletion", + "§6§lLEGENDARY DUNGEON CHESTPLATE" + ], + "internalname": "NECROMANCER_LORD_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/NECROMANCER_LORD_HELMET.json b/items/NECROMANCER_LORD_HELMET.json new file mode 100644 index 00000000..d2db7aa1 --- /dev/null +++ b/items/NECROMANCER_LORD_HELMET.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Necromancer Lord Helmet", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e24c542-e7c7-3fee-94b5-415eeaf3e169\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODUyZjkyNjk0YWQ4MWU2MzU4YjQzMDcyYWFlZjI1ZjhlMDA5OTE4NGJiNGM3ZmQzODhlNGFkZjcwYWNjN2UwZiJ9fX0\"}]}},display:{Lore:[0:\"§7Gear Score: §d553 \",1:\"§7Health: §a+200 HP \",2:\"§7Defense: §a+160 \",3:\"§7Intelligence: §a+15 \",4:\"\",5:\"§6Full Set Bonus: Soul Whisper\",6:\"§7Increase the damage of your\",7:\"§7necromancer summoned mobs by\",8:\"§7§c20%§7.\",9:\"\",10:\"§7Allows the wearer to store\",11:\"§7and summon an additional\",12:\"§7§e1 §7souls in their\",13:\"§7necromancer weapon.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VI\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Necromancer Lord Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECROMANCER_LORD_HELMET\"}}", + "damage": 3, + "lore": [ + "§7Gear Score: §d553 ", + "§7Health: §a+200 HP ", + "§7Defense: §a+160 ", + "§7Intelligence: §a+15 ", + "", + "§6Full Set Bonus: Soul Whisper", + "§7Increase the damage of your", + "§7necromancer summoned mobs by", + "§7§c20%§7.", + "", + "§7Allows the wearer to store", + "§7and summon an additional", + "§7§e1 §7souls in their", + "§7necromancer weapon.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor VI", + "§aCompletion", + "§6§lLEGENDARY DUNGEON HELMET" + ], + "internalname": "NECROMANCER_LORD_HELMET", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/NECROMANCER_LORD_LEGGINGS.json b/items/NECROMANCER_LORD_LEGGINGS.json new file mode 100644 index 00000000..53b260c3 --- /dev/null +++ b/items/NECROMANCER_LORD_LEGGINGS.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:leather_leggings", + "displayname": "§6Necromancer Lord Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d720 \",1:\"§7Health: §a+250 HP \",2:\"§7Defense: §a+220 \",3:\"§7Intelligence: §a+10 \",4:\"\",5:\"§6Full Set Bonus: Soul Whisper\",6:\"§7Increase the damage of your\",7:\"§7necromancer summoned mobs by\",8:\"§7§c20%§7.\",9:\"\",10:\"§7Allows the wearer to store\",11:\"§7and summon an additional\",12:\"§7§e1 §7souls in their\",13:\"§7necromancer weapon.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VI\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:3604807,Name:\"§6Necromancer Lord Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECROMANCER_LORD_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d720 ", + "§7Health: §a+250 HP ", + "§7Defense: §a+220 ", + "§7Intelligence: §a+10 ", + "", + "§6Full Set Bonus: Soul Whisper", + "§7Increase the damage of your", + "§7necromancer summoned mobs by", + "§7§c20%§7.", + "", + "§7Allows the wearer to store", + "§7and summon an additional", + "§7§e1 §7souls in their", + "§7necromancer weapon.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor VI", + "§aCompletion", + "§6§lLEGENDARY DUNGEON LEGGINGS" + ], + "internalname": "NECROMANCER_LORD_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/NECROMANCER_SWORD.json b/items/NECROMANCER_SWORD.json new file mode 100644 index 00000000..965d1075 --- /dev/null +++ b/items/NECROMANCER_SWORD.json @@ -0,0 +1,41 @@ +{ + "itemid": "minecraft:iron_sword", + "displayname": "§6Necromancer Sword", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d675 \",1:\"§7Damage: §c+250 \",2:\"§7Strength: §c+125 \",3:\"\",4:\"§7Defense: §a+125 \",5:\"\",6:\"§6Item Ability: Raise Souls §e§lRIGHT CLICK\",7:\"§7Monsters you kill using this\",8:\"§7item will drop their soul. You\",9:\"§7can click on their souls on the\",10:\"§7ground using this item to absorb\",11:\"§7them and then spawn them to\",12:\"§7fight by your side.\",13:\"§7\",14:\"§7Mana cost is based on the power\",15:\"§7of the monsters that you summon.\",16:\"§7Shift right-click to view and\",17:\"§7remove souls from this item. If\",18:\"§7your summoned monster dies the\",19:\"§7soul will be removed.\",20:\"§8Cooldown: §a1s\",21:\"\",22:\"§7Max Souls: §d2\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4❣ §cRequires §aCatacombs Floor VI\",26:\"§aCompletion\",27:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Necromancer Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECROMANCER_SWORD\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d675 ", + "§7Damage: §c+250 ", + "§7Strength: §c+125 ", + "", + "§7Defense: §a+125 ", + "", + "§6Item Ability: Raise Souls §e§lRIGHT CLICK", + "§7Monsters you kill using this", + "§7item will drop their soul. You", + "§7can click on their souls on the", + "§7ground using this item to absorb", + "§7them and then spawn them to", + "§7fight by your side.", + "§7", + "§7Mana cost is based on the power", + "§7of the monsters that you summon.", + "§7Shift right-click to view and", + "§7remove souls from this item. If", + "§7your summoned monster dies the", + "§7soul will be removed.", + "§8Cooldown: §a1s", + "", + "§7Max Souls: §d2", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor VI", + "§aCompletion", + "§6§lLEGENDARY DUNGEON SWORD" + ], + "internalname": "NECROMANCER_SWORD", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/PRECURSOR_EYE.json b/items/PRECURSOR_EYE.json new file mode 100644 index 00000000..44dec216 --- /dev/null +++ b/items/PRECURSOR_EYE.json @@ -0,0 +1,35 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Precursor Eye", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"78aecd0f-e1ad-3b10-b74f-c991afb8ea1d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMTQ3OTI0MjkyNCwKICAicHJvZmlsZUlkIiA6ICI1NjY3NWIyMjMyZjA0ZWUwODkxNzllOWM5MjA2Y2ZlOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGVJbmRyYSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS83MmMwNjgzYjIwMTljYTNkMzk0NzI3M2UzOTRiZmNhMWI0ZDcxYjYxYjY3YjM5NDc0YzJkNmQ3M2E5YjY3NTA4IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d877 \",1:\"§7Health: §a+222 HP \",2:\"§7Defense: §a+222 \",3:\"§7Intelligence: §a+222 \",4:\"\",5:\"§6Item Ability: Eye Beam §e§lSNEAK\",6:\"§7Fire a laser in front of you\",7:\"§7dealing §c4000 §7damage and\",8:\"§7costing §b40 §7mana. The damage\",9:\"§7increases by §c100% §7every\",10:\"§7second for §b5 §7seconds and the\",11:\"§7mana cost increases by §d25%\",12:\"§d§7every second. You can sneak\",13:\"§7again to de-activate the laser.\",14:\"\",15:\"§7Mana is consumed on damage.\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§aPerfect 70000 / 70000\",19:\"§7§4❣ §cRequires §aCatacombs Floor VI\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Precursor Eye\"},ExtraAttributes:{dungeon_item_level:0,id:\"PRECURSOR_EYE\"}}", + "damage": 3, + "lore": [ + "§7Gear Score: §d877 ", + "§7Health: §a+222 HP ", + "§7Defense: §a+222 ", + "§7Intelligence: §a+222 ", + "", + "§6Item Ability: Eye Beam §e§lSNEAK", + "§7Fire a laser in front of you", + "§7dealing §c4000 §7damage and", + "§7costing §b40 §7mana. The damage", + "§7increases by §c100% §7every", + "§7second for §b5 §7seconds and the", + "§7mana cost increases by §d25%", + "§d§7every second. You can sneak", + "§7again to de-activate the laser.", + "", + "§7Mana is consumed on damage.", + "", + "§7§8This item can be reforged!", + "§aPerfect 70000 / 70000", + "§7§4❣ §cRequires §aCatacombs Floor VI", + "§aCompletion", + "§6§lLEGENDARY DUNGEON HELMET" + ], + "internalname": "PRECURSOR_EYE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file |