1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"itemid": "minecraft:potion",
"displayname": "§fStun I Potion",
"nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:18b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§8Stun I §f(3:00)\",2:\"§7When applied to yourself, your hits\",3:\"§7have a §a10% §7chance to stun enemies\",4:\"§7for §a1s§7. When splashed, enemies are\",5:\"§7stunned for §a1s§7.\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fStun I Potion\"},ExtraAttributes:{potion_level:1,potion:\"stun\",effects:[0:{level:1,effect:\"stun\",duration_ticks:3600}],potion_type:\"POTION\",id:\"POTION_STUN;1\"}}",
"damage": 8,
"lore": [
"",
"§8Stun I §f(3:00)",
"§7When applied to yourself, your hits",
"§7have a §a10% §7chance to stun enemies",
"§7for §a1s§7. When splashed, enemies are",
"§7stunned for §a1s§7.",
"",
"§f§lCOMMON"
],
"internalname": "POTION_STUN;1",
"crafttext": "",
"clickcommand": "viewpotion",
"modver": "",
"infoType": ""
}
|