diff options
Diffstat (limited to 'items/FIRE_FREEZE_STAFF.json')
-rw-r--r-- | items/FIRE_FREEZE_STAFF.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/items/FIRE_FREEZE_STAFF.json b/items/FIRE_FREEZE_STAFF.json new file mode 100644 index 00000000..15419135 --- /dev/null +++ b/items/FIRE_FREEZE_STAFF.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:yellow_flower", + "displayname": "§5Fire Freeze Staff", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+50\",1:\"§7Strength: §c+20\",2:\" §8[§7✎§8]\",3:\"\",4:\"§6Ability: Fire Freeze §e§lRIGHT CLICK\",5:\"§7Creates a cirlce with a radius\",6:\"§7of §a5 blocks§7. After §a5s§7,\",7:\"§7all mobs inside are frozen for\",8:\"§7§a10s§7.\",9:\"§8Mana Cost: §3500\",10:\"§8Cooldown: §a10s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§5§lEPIC SWORD\"],Name:\"§5Fire Freeze Staff\"},ExtraAttributes:{id:\"FIRE_FREEZE_STAFF\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+50", + "§7Strength: §c+20", + " §8[§7✎§8]", + "", + "§6Ability: Fire Freeze §e§lRIGHT CLICK", + "§7Creates a cirlce with a radius", + "§7of §a5 blocks§7. After §a5s§7,", + "§7all mobs inside are frozen for", + "§7§a10s§7.", + "§8Mana Cost: §3500", + "§8Cooldown: §a10s", + "", + "§7§8This item can be reforged!", + "§5§lEPIC SWORD" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "SPELL_POWDER:5", + "B1": "", + "B2": "WITHER_SOUL:20", + "B3": "", + "C1": "STICK:1", + "C2": "", + "C3": "" + }, + "internalname": "FIRE_FREEZE_STAFF", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |