diff options
Diffstat (limited to 'items/TRUE_DEFENSE.json')
-rw-r--r-- | items/TRUE_DEFENSE.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/items/TRUE_DEFENSE.json b/items/TRUE_DEFENSE.json new file mode 100644 index 00000000..50417f45 --- /dev/null +++ b/items/TRUE_DEFENSE.json @@ -0,0 +1,18 @@ +{ + "internalname": "TRUE_DEFENSE", + "itemid": "minecraft:potion", + "displayname": "§fTrue Resistance Potion", + "clickcommand": "viewpotion", + "damage": 0, + "nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:11b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§fTrue Resistance\",2:\"§7Increases §f❂ True Defense§7,\",3:\"§7which reduces true damage you\",4:\"§7receive.\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§fTrue Resistance Potion\"},ExtraAttributes:{id:\"TRUE_RESISTANCE\"}}", + "modver": "1.0.0", + "lore": [ + "", + "§fTrue Resistance", + "§7Increases §f❂ True Defense§7,", + "§7which reduces true damage you", + "§7receive.", + "", + "§f§lCOMMON" + ] +}
\ No newline at end of file |