diff --git a/minigames/data/one_in_the_chamber/loot_tables/arrow.json b/minigames/data/one_in_the_chamber/loot_tables/arrow.json index c63b1c4..10b729d 100644 --- a/minigames/data/one_in_the_chamber/loot_tables/arrow.json +++ b/minigames/data/one_in_the_chamber/loot_tables/arrow.json @@ -9,7 +9,7 @@ "functions": [ { "function": "minecraft:set_nbt", - "tag": "{display:{Name:'{\"text\":\"Your only hope\",\"color\":\"red\",\"bold\":true,\"italic\":true,\"underlined\":false,\"strikethrough\":false,\"obfuscated\":false}',Lore:['{\"text\":\"This is your only arrow, aim well.\"}']}}" + "tag": "{display:{Name:'{\"text\":\"The Last Arrow\",\"color\":\"red\",\"bold\":true,\"italic\":true,\"underlined\":false,\"strikethrough\":false,\"obfuscated\":false}',Lore:['{\"text\":\"This is your only arrow, aim well.\"}']}}" } ] } diff --git a/minigames/data/one_in_the_chamber/loot_tables/bow.json b/minigames/data/one_in_the_chamber/loot_tables/bow.json index fb8fe8b..2317f95 100644 --- a/minigames/data/one_in_the_chamber/loot_tables/bow.json +++ b/minigames/data/one_in_the_chamber/loot_tables/bow.json @@ -9,7 +9,7 @@ "functions": [ { "function": "minecraft:set_nbt", - "tag": "{display:{Name:'{\"text\":\"One in the chamber\",\"color\":\"red\",\"bold\":true,\"italic\":true,\"underlined\":false,\"strikethrough\":false,\"obfuscated\":false}',Lore:['{\"text\":\"Use this crossbow to one-shot your opponents\"}']},HideFlags:1,Enchantments:[{id:\"minecraft:unbreaking\",lvl:127s},{id:\"minecraft:power\",lvl:127s}]}" + "tag": "{display:{Name:'{\"text\":\"The Mighty Bow\",\"color\":\"red\",\"bold\":true,\"italic\":true,\"underlined\":false,\"strikethrough\":false,\"obfuscated\":false}',Lore:['{\"text\":\"Use this crossbow to one-shot your opponents\"}']},HideFlags:1,Enchantments:[{id:\"minecraft:unbreaking\",lvl:127s},{id:\"minecraft:power\",lvl:127s}]}" } ] } diff --git a/minigames/data/one_in_the_chamber/loot_tables/sword.json b/minigames/data/one_in_the_chamber/loot_tables/sword.json index a1cb5c2..4980263 100644 --- a/minigames/data/one_in_the_chamber/loot_tables/sword.json +++ b/minigames/data/one_in_the_chamber/loot_tables/sword.json @@ -9,7 +9,7 @@ "functions": [ { "function": "minecraft:set_nbt", - "tag": "{display:{Name:'{\"text\":\"For when you are fucked...\",\"color\":\"red\",\"bold\":true,\"italic\":true,\"underlined\":false,\"strikethrough\":false,\"obfuscated\":false}',Lore:['{\"text\":\"This is your chance to kill enemies without arrow...\\\\nThere is a knockback but it deals more damage\\\\nthan your hand so it\\'s up to you to decide what\\\\ndesesperate weapon you want to use.\"}']},HideFlags:1,Unbreakable:1b,Enchantments:[{id:\"minecraft:knockback\",lvl:1s},{id:\"minecraft:sharpness\",lvl:1s}]}" + "tag": "{display:{Name:'{\"text\":\"The Sword of Despair\",\"color\":\"red\",\"bold\":true,\"italic\":true,\"underlined\":false,\"strikethrough\":false,\"obfuscated\":false}',Lore:['{\"text\":\"This is your chance to kill enemies without arrow...\\\\nThere is a knockback but it deals more damage\\\\nthan your hand so it\\'s up to you to decide what\\\\ndesesperate weapon you want to use.\"}']},HideFlags:1,Unbreakable:1b,Enchantments:[{id:\"minecraft:knockback\",lvl:1s},{id:\"minecraft:sharpness\",lvl:1s}]}" } ] }