From 86091068c00382742ab6d1c901ea73b462bc6c05 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 10 Dec 2024 19:26:20 +0100 Subject: feat: Rift Items Part 4 (#1501) --- items/CHRONO_PICKAXE.json | 2 +- items/ELEANOR_TROUSERS.json | 28 ++++++++++++++++++++++++++++ items/ENCHANTED_TIME_CLOCK.json | 2 +- items/EON_PICKAXE.json | 2 +- items/TIME_GUN.json | 2 +- 5 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 items/ELEANOR_TROUSERS.json diff --git a/items/CHRONO_PICKAXE.json b/items/CHRONO_PICKAXE.json index 7f7876b3..bfe27522 100644 --- a/items/CHRONO_PICKAXE.json +++ b/items/CHRONO_PICKAXE.json @@ -27,6 +27,6 @@ "internalname": "CHRONO_PICKAXE", "clickcommand": "viewrecipe", "modver": "", - "crafttext": "", + "crafttext": "Requires: Timite III", "infoType": "" } \ No newline at end of file diff --git a/items/ELEANOR_TROUSERS.json b/items/ELEANOR_TROUSERS.json new file mode 100644 index 00000000..20e76d17 --- /dev/null +++ b/items/ELEANOR_TROUSERS.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:leather_leggings", + "displayname": "§6Eleanor\u0027s Trousers", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+75\",1:\"\",2:\"§8Tiered Bonus: Riches (0/4)\",3:\"§7Gain §a1.5x §9Scavenger §7Coins.\",4:\"\",5:\"§7Scavenger Coins Gained: §60\",6:\"\",7:\"§7§8§oThese trousers boast exquisite\",8:\"§8§ofabric, offering both comfort and a\",9:\"§8§opolished look.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§8§l* §8Soulbound §8§l*\",13:\"§5§kX§5 Rift-Transferable §kX\",14:\"§6§lLEGENDARY LEGGINGS\"],color:16766720,Name:\"§6Eleanor\u0027s Trousers\"},ExtraAttributes:{id:\"ELEANOR_TROUSERS\",donated_museum:1b}}", + "damage": 0, + "lore": [ + "§7Health: §a+75", + "", + "§8Tiered Bonus: Riches (0/4)", + "§7Gain §a1.5x §9Scavenger §7Coins.", + "", + "§7Scavenger Coins Gained: §60", + "", + "§7§8§oThese trousers boast exquisite", + "§8§ofabric, offering both comfort and a", + "§8§opolished look.", + "", + "§7§8This item can be reforged!", + "§8§l* §8Soulbound §8§l*", + "§5§kX§5 Rift-Transferable §kX", + "§6§lLEGENDARY LEGGINGS" + ], + "internalname": "ELEANOR_TROUSERS", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +} \ No newline at end of file diff --git a/items/ENCHANTED_TIME_CLOCK.json b/items/ENCHANTED_TIME_CLOCK.json index 119bcede..bcefd4be 100644 --- a/items/ENCHANTED_TIME_CLOCK.json +++ b/items/ENCHANTED_TIME_CLOCK.json @@ -28,6 +28,6 @@ "internalname": "ENCHANTED_TIME_CLOCK", "clickcommand": "viewrecipe", "modver": "", - "crafttext": "", + "crafttext": "Requires: Gold Ingot X", "infoType": "" } \ No newline at end of file diff --git a/items/EON_PICKAXE.json b/items/EON_PICKAXE.json index e4c2e41a..42be6add 100644 --- a/items/EON_PICKAXE.json +++ b/items/EON_PICKAXE.json @@ -27,6 +27,6 @@ "internalname": "EON_PICKAXE", "clickcommand": "viewrecipe", "modver": "", - "crafttext": "", + "crafttext": "Requires: Timite I", "infoType": "" } \ No newline at end of file diff --git a/items/TIME_GUN.json b/items/TIME_GUN.json index 41419e1c..33da3241 100644 --- a/items/TIME_GUN.json +++ b/items/TIME_GUN.json @@ -24,6 +24,6 @@ "internalname": "TIME_GUN", "clickcommand": "viewrecipe", "modver": "", - "crafttext": "", + "crafttext": "Requires: Timite I", "infoType": "" } \ No newline at end of file -- cgit