diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-04-23 11:30:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-23 09:30:32 +0000 |
commit | 0f12f8e4728ef154488a229362981459c931f3c6 (patch) | |
tree | 3eae90b85d704f32e2346edf9bd7aa8036253adb /items/RUNIC_STAFF.json | |
parent | 6c3a71c8b8ab9ae0c2f1014aa81ba05c7bf27644 (diff) | |
download | NotEnoughUpdates-REPO-0f12f8e4728ef154488a229362981459c931f3c6.tar.gz NotEnoughUpdates-REPO-0f12f8e4728ef154488a229362981459c931f3c6.tar.bz2 NotEnoughUpdates-REPO-0f12f8e4728ef154488a229362981459c931f3c6.zip |
Nether Fixes and new items (#723)
Diffstat (limited to 'items/RUNIC_STAFF.json')
-rw-r--r-- | items/RUNIC_STAFF.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/items/RUNIC_STAFF.json b/items/RUNIC_STAFF.json new file mode 100644 index 00000000..2baaae7c --- /dev/null +++ b/items/RUNIC_STAFF.json @@ -0,0 +1,37 @@ +{ + "itemid": "minecraft:blaze_rod", + "displayname": "§f§f§6Aurora Staff", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+20\",1:\"§7Intelligence: §a+250\",2:\" §8[§8✎§8] §8[§8✎§8]\",3:\"\",4:\"§7Every being is sensible to\",5:\"§7specific Runes, in particular to\",6:\"§73 categories of Runes: Mediator,\",7:\"§7Defender and Virtuoso. Using the\",8:\"§7proper Runic Spell on enemies\",9:\"§7can have great benefits.\",10:\" \",11:\"§e§lLeft-Click To Swap Rune\",12:\" \",13:\"§6Ability: Arcane Zap §e§lRIGHT CLICK\",14:\"§7Fires a beam of runic energy and\",15:\"§7hits the first enemy in its\",16:\"§7path. The more distance\",17:\"§7travelled the less damage it\",18:\"§7deals.\",19:\"§8Mana Cost: §310\",20:\"§8Cooldown: §a1s\",21:\"\",22:\"§7§8This item can be reforged!\",23:\"§6§lLEGENDARY SWORD\"],Name:\"§f§f§6Aurora Staff\"},ExtraAttributes:{id:\"RUNIC_STAFF\",boss_tier:0}}", + "damage": 0, + "lore": [ + "§7Damage: §c+20", + "§7Intelligence: §a+250", + " §8[§8✎§8] §8[§8✎§8]", + "", + "§7Every being is sensible to", + "§7specific Runes, in particular to", + "§73 categories of Runes: Mediator,", + "§7Defender and Virtuoso. Using the", + "§7proper Runic Spell on enemies", + "§7can have great benefits.", + " ", + "§e§lLeft-Click To Swap Rune", + " ", + "§6Ability: Arcane Zap §e§lRIGHT CLICK", + "§7Fires a beam of runic energy and", + "§7hits the first enemy in its", + "§7path. The more distance", + "§7travelled the less damage it", + "§7deals.", + "§8Mana Cost: §310", + "§8Cooldown: §a1s", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY SWORD" + ], + "internalname": "RUNIC_STAFF", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |