diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-13 00:06:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 18:06:42 -0400 |
commit | 5f0a4ab62aa23b284ab6da92396d5293b85c670b (patch) | |
tree | 9e99671a8444eaf96d17a250846f253121d870ce /items/GENERALS_HOPE_OF_THE_RESISTANCE.json | |
parent | 9a130256dcc933d02a0577a7438dad0303e1e7c8 (diff) | |
download | NotEnoughUpdates-REPO-5f0a4ab62aa23b284ab6da92396d5293b85c670b.tar.gz NotEnoughUpdates-REPO-5f0a4ab62aa23b284ab6da92396d5293b85c670b.tar.bz2 NotEnoughUpdates-REPO-5f0a4ab62aa23b284ab6da92396d5293b85c670b.zip |
More Mobs and Resistance Things and Max Book Fix (#458)
* More Mobs and Resistance Things and Max Book Fix
* Removed UUID and Timestamp
Diffstat (limited to 'items/GENERALS_HOPE_OF_THE_RESISTANCE.json')
-rw-r--r-- | items/GENERALS_HOPE_OF_THE_RESISTANCE.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/GENERALS_HOPE_OF_THE_RESISTANCE.json b/items/GENERALS_HOPE_OF_THE_RESISTANCE.json new file mode 100644 index 00000000..75fd8ac0 --- /dev/null +++ b/items/GENERALS_HOPE_OF_THE_RESISTANCE.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:double_plant", + "displayname": "§6Staff of the Rising Sun", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§6Item Ability: Ray of Hope §e§lRIGHT CLICK\",1:\"§7Channels your energy towards the\",2:\"§7target location, exploding on\",3:\"§7impact for §c22,968 §7damage.\",4:\"§7Costs §b10% §7of your total mana\",5:\"§7to use. This is the only item\",6:\"§7that can deal damage to Dante.\",7:\"\",8:\"§aPerfect 1000 / 1000\",9:\"§6§lLEGENDARY WAND\"],Name:\"§6Staff of the Rising Sun\"},ExtraAttributes:{leaderVotes:0,leaderPosition:0,originTag:\"REWARD_SERAPHINE:HOPE_OF_THE_RESISTANCE\",id:\"GENERALS_HOPE_OF_THE_RESISTANCE\"}}", + "damage": 0, + "lore": [ + "§6Item Ability: Ray of Hope §e§lRIGHT CLICK", + "§7Channels your energy towards the", + "§7target location, exploding on", + "§7impact for §c22,968 §7damage.", + "§7Costs §b10% §7of your total mana", + "§7to use. This is the only item", + "§7that can deal damage to Dante.", + "", + "§aPerfect 1000 / 1000", + "§6§lLEGENDARY WAND" + ], + "internalname": "GENERALS_HOPE_OF_THE_RESISTANCE", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |