1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
{
"itemid": "minecraft:fishing_rod",
"displayname": "§9Magma Rod",
"nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7§8Lava Rod\",1:\"\",2:\"§7Damage: §c+150\",3:\"§7Strength: §c+120\",4:\"§7Sea Creature Chance: §c+6%\",5:\"§7Fishing Speed: §a+40\",6:\" §8[§8α§8]\",7:\"\",8:\"§7§7Increases the chance to catch\",9:\"§7§6Trophy Fish §7by §a10%\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aFishing Skill 27§c.\",13:\"§9§lRARE FISHING ROD\"],Name:\"§9Magma Rod\"},ExtraAttributes:{id:\"MAGMA_ROD\"}}",
"damage": 0,
"lore": [
"§7§8Lava Rod",
"",
"§7Damage: §c+150",
"§7Strength: §c+120",
"§7Sea Creature Chance: §c+6%",
"§7Fishing Speed: §a+40",
" §8[§8α§8]",
"",
"§7§7Increases the chance to catch",
"§7§6Trophy Fish §7by §a10%",
"",
"§7§8This item can be reforged!",
"§7§4❣ §cRequires §aFishing Skill 27§c.",
"§9§lRARE FISHING ROD"
],
"recipe": {
"A1": "",
"A2": "",
"A3": "STICK:1",
"B1": "",
"B2": "STICK:1",
"B3": "MAGMA_FISH_SILVER:5",
"C1": "STICK:1",
"C2": "",
"C3": "MAGMA_FISH_SILVER:5"
},
"internalname": "MAGMA_ROD",
"crafttext": "Requires: Magmafish IV",
"clickcommand": "viewrecipe",
"modver": "2.3.0",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Magma_Rod",
"https://wiki.hypixel.net/Magma_Rod"
]
}
|