diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-03-05 08:26:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-05 08:26:23 +0100 |
commit | 6214ee8ad5ee735958fd2d19724347115b8d15fe (patch) | |
tree | 63f2119d9d027381ee4f60bb11757b7c66fa41b4 | |
parent | 4597dd3ecac15a88e67a93073ea160260d101960 (diff) | |
download | NotEnoughUpdates-REPO-6214ee8ad5ee735958fd2d19724347115b8d15fe.tar.gz NotEnoughUpdates-REPO-6214ee8ad5ee735958fd2d19724347115b8d15fe.tar.bz2 NotEnoughUpdates-REPO-6214ee8ad5ee735958fd2d19724347115b8d15fe.zip |
cool (#696)
-rw-r--r-- | constants/enchants.json | 86 | ||||
-rw-r--r-- | constants/essencecosts.json | 8 | ||||
-rw-r--r-- | constants/parents.json | 3 | ||||
-rw-r--r-- | items/THUNDERLORD;7.json | 22 |
4 files changed, 118 insertions, 1 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index e10a6273..f9cf40b8 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -240,6 +240,92 @@ "ultimate_legion", "ultimate_no_pain_no_gain", "ultimate_wisdom" + ], + "LONGSWORD": [ + "bane_of_arthropods", + "cleave", + "critical", + "cubism", + "dragon_hunter", + "ender_slayer", + "execute", + "experience", + "fire_aspect", + "first_strike", + "giant_killer", + "impaling", + "knockback", + "lethality", + "life_steal", + "looting", + "luck", + "mana_steal", + "PROSECUTE", + "scavenger", + "sharpness", + "smite", + "syphon", + "telekinesis", + "titan_killer", + "thunderlord", + "thunderbolt", + "triple_strike", + "vampirism", + "venomous", + "vicious", + "ultimate_one_for_all", + "ultimate_soul_eater", + "ultimate_chimera", + "ultimate_combo", + "ultimate_swarm", + "ultimate_wise" + ], + "GAUNTLET": [ + "bane_of_arthropods", + "cleave", + "critical", + "cubism", + "dragon_hunter", + "ender_slayer", + "execute", + "experience", + "fire_aspect", + "first_strike", + "giant_killer", + "impaling", + "knockback", + "lethality", + "life_steal", + "looting", + "luck", + "mana_steal", + "PROSECUTE", + "scavenger", + "sharpness", + "smite", + "syphon", + "telekinesis", + "titan_killer", + "thunderlord", + "thunderbolt", + "triple_strike", + "vampirism", + "venomous", + "vicious", + "ultimate_one_for_all", + "ultimate_soul_eater", + "ultimate_chimera", + "ultimate_combo", + "ultimate_swarm", + "ultimate_wise", + "compact", + "efficiency", + "experience", + "fortune", + "silk_touch", + "pristine", + "smelting_touch", + "telekinesis" ] }, "enchant_pools": [ diff --git a/constants/essencecosts.json b/constants/essencecosts.json index ebcc6a6f..09e8d4be 100644 --- a/constants/essencecosts.json +++ b/constants/essencecosts.json @@ -585,6 +585,14 @@ "4": 350, "5": 500 }, + "DARK_CLAYMORE": { + "type": "Wither", + "1": 150, + "2": 300, + "3": 500, + "4": 900, + "5": 1500 + }, "RUNAANS_BOW": { "type": "Spider", "dungeonize": 500, diff --git a/constants/parents.json b/constants/parents.json index 835cf2ee..7beaf9e9 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -666,7 +666,8 @@ "THUNDERLORD;3", "THUNDERLORD;4", "THUNDERLORD;5", - "THUNDERLORD;6" + "THUNDERLORD;6", + "THUNDERLORD;7" ], "THUNDERBOLT;1": [ "THUNDERBOLT;2", diff --git a/items/THUNDERLORD;7.json b/items/THUNDERLORD;7.json new file mode 100644 index 00000000..fb96a252 --- /dev/null +++ b/items/THUNDERLORD;7.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§5Thunderlord VII", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Thunderlord VII\",1:\"§7Strikes a Monster with lightning\",2:\"§7every 3 consecutive hits,\",3:\"§7dealing §a60% §7of your damage.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§5§lEPIC\"],Name:\"§f§5Thunderlord VII\"},ExtraAttributes:{id:\"THUNDERLORD;7\",enchantments:{thunderlord:7}}}", + "damage": 0, + "lore": [ + "§9Thunderlord VII", + "§7Strikes a Monster with lightning", + "§7every 3 consecutive hits,", + "§7dealing §a60% §7of your damage.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§5§lEPIC" + ], + "internalname": "THUNDERLORD;7", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |