diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-23 17:43:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 11:43:25 -0400 |
commit | 020ff815766de48e5703ee95e447938d6a777e3f (patch) | |
tree | e67fa9f289ffb33f1d8ddec8c972deb5d3581a64 | |
parent | 39e194f481c091ee398a48d781d322cb3f8ad911 (diff) | |
download | NotEnoughUpdates-REPO-020ff815766de48e5703ee95e447938d6a777e3f.tar.gz NotEnoughUpdates-REPO-020ff815766de48e5703ee95e447938d6a777e3f.tar.bz2 NotEnoughUpdates-REPO-020ff815766de48e5703ee95e447938d6a777e3f.zip |
Added new Item and updated enchants (#523)
* Updated constants/enchants
* Added new Refund Cookie
-rw-r--r-- | constants/enchants.json | 68 | ||||
-rw-r--r-- | items/REFUND_COOKIE.json | 30 |
2 files changed, 96 insertions, 2 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index d09de216..6244b90c 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -18,6 +18,7 @@ "life_steal", "looting", "luck", + "mana_steal", "PROSECUTE", "scavenger", "sharpness", @@ -78,6 +79,15 @@ "smelting_touch", "telekinesis" ], + "DRILL": [ + "compact", + "efficiency", + "experience", + "fortune", + "silk_touch", + "smelting_touch", + "telekinesis" + ], "FISHING ROD": [ "angler", "blessing", @@ -91,6 +101,55 @@ "spiked_hook", "telekinesis" ], + "FISHING WEAPON": [ + "angler", + "blessing", + "caster", + "expertise", + "frail", + "looting", + "luck_of_the_sea", + "lure", + "magnet", + "spiked_hook", + "telekinesis", + "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", + "titan_killer", + "thunderlord", + "thunderbolt", + "triple_strike", + "vampirism", + "venomous", + "vicious", + "ultimate_one_for_all", + "ultimate_soul_eater", + "ultimate_chimera", + "ultimate_combo", + "ultimate_swarm", + "ultimate_wise" + ], "SHOVEL": [ "efficiency", "silk_touch", @@ -152,6 +211,7 @@ "growth", "rejuvenate", "respite", + "smarty_pants", "thorns", "ultimate_bank", "ultimate_last_stand", @@ -214,7 +274,8 @@ "thunderbolt" ], [ "syphon", - "life_steal" + "life_steal", + "mana_steal" ], [ "execute", "PROSECUTE" @@ -280,7 +341,10 @@ "luck" ], [ "ultimate_one_for_all", - "prosecute" + "mana_steal" + ], [ + "ultimate_one_for_all", + "PROSECUTE" ], [ "ultimate_one_for_all", "scavenger" diff --git a/items/REFUND_COOKIE.json b/items/REFUND_COOKIE.json new file mode 100644 index 00000000..99b4fe63 --- /dev/null +++ b/items/REFUND_COOKIE.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:cookie", + "displayname": "§6Booster Cookie §8(Untradable)", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Consume to gain the §dCookie Buff\",1:\"§d§7for §b4 §7days:\",2:\"\",3:\"§8‣ §7Ability to gain §bBits§7!\",4:\"§8‣ §b+20% §7Skill XP\",5:\"§8‣ §b+15✯ §7Magic Find\",6:\"§8‣ §7Keep §6coins §7and §deffects §7on death\",7:\"§8‣ §ePermafly §7on private islands\",8:\"§8‣ §7Access §6/ah §7and §6/bazaar §7anywhere\",9:\"§8‣ §7Sell items directly to the trades menu\",10:\"§8‣ §7AFK §aimmunity §7on your island\",11:\"§8‣ §7Toggle specific §dpotion effects\",12:\"§8‣ §7Access to §6/anvil §7and §6/etable\",13:\"\",14:\"§8Cookie given as refund! (Untradable)\",15:\"\",16:\"§6§lLEGENDARY\"],Name:\"§6Booster Cookie §8(Untradable)\"},ExtraAttributes:{cookie_free_player_id:\"8a9f1841-48e9-48ed-b14f-76a124e6c9df\",originTag:\"REFUND_COOKIE\",id:\"REFUND_COOKIE\"}}", + "damage": 0, + "lore": [ + "§7Consume to gain the §dCookie Buff", + "§d§7for §b4 §7days:", + "", + "§8‣ §7Ability to gain §bBits§7!", + "§8‣ §b+20% §7Skill XP", + "§8‣ §b+15✯ §7Magic Find", + "§8‣ §7Keep §6coins §7and §deffects §7on death", + "§8‣ §ePermafly §7on private islands", + "§8‣ §7Access §6/ah §7and §6/bazaar §7anywhere", + "§8‣ §7Sell items directly to the trades menu", + "§8‣ §7AFK §aimmunity §7on your island", + "§8‣ §7Toggle specific §dpotion effects", + "§8‣ §7Access to §6/anvil §7and §6/etable", + "", + "§8Cookie given as refund! (Untradable)", + "", + "§6§lLEGENDARY" + ], + "internalname": "REFUND_COOKIE", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |