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
|
{
"itemid": "minecraft:enchanted_book",
"displayname": "§fEnchanted Book",
"nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Triple-Strike I\",1:\"§7Increases melee damage dealt by\",2:\"§7§a10% §7for the first three hits\",3:\"§7on a mob.\",4:\"\",5:\"§6Source:\",6:\"§aI-IV: §7Enchantment Table,\",7:\"§7Experiments\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fSword\",11:\"§7- §fFishing Weapon\",12:\"§7- §fGauntlet\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cFirst Strike\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TRIPLE_STRIKE;1\",enchantments:{triple_strike:1}}}",
"damage": 0,
"lore": [
"§9Triple-Strike I",
"§7Increases melee damage dealt by",
"§7§a10% §7for the first three hits",
"§7on a mob.",
"",
"§6Source:",
"§aI-IV: §7Enchantment Table,",
"§7Experiments",
"",
"§6Applied To:",
"§7- §fSword",
"§7- §fFishing Weapon",
"§7- §fGauntlet",
"",
"§6Conflicts:",
"§7- §cFirst Strike",
"",
"§f§lCOMMON"
],
"internalname": "TRIPLE_STRIKE;1",
"crafttext": "",
"clickcommand": "",
"modver": "2.1.0-REL",
"infoType": ""
}
|