From 9eb0a0028bcc57b2d6148e00cf3a11d3161c4eb3 Mon Sep 17 00:00:00 2001 From: Sollace Date: Sat, 9 Mar 2024 21:57:44 +0000 Subject: [PATCH] Add enchantment descriptions support --- src/main/resources/assets/unicopia/lang/en_us.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/main/resources/assets/unicopia/lang/en_us.json b/src/main/resources/assets/unicopia/lang/en_us.json index 21b3273e..90c0cac7 100644 --- a/src/main/resources/assets/unicopia/lang/en_us.json +++ b/src/main/resources/assets/unicopia/lang/en_us.json @@ -1310,16 +1310,27 @@ "key.unicopia.hud_page_up": "Hud Next Page", "enchantment.unicopia.gem_finder": "Gem Finder", + "enchantment.unicopia.gem_finder.desc": "Produces a low hum when you get close to high-value ores", "enchantment.unicopia.padded": "Padded", - "enchantment.unicopia.clingy": "Clings", + "enchantment.unicopia.padded.dec": "Protects pegasi from impacts by making them bounce off walls", + "enchantment.unicopia.clingy": "Clingy", + "enchantment.unicopia.clingy.desc": "Causes items to follow the player when dropped", "enchantment.unicopia.repulsion": "Repulsion", + "enchantment.unicopia.repulsion.desc": "Decreases the wearer's gravity", "enchantment.unicopia.heavy": "Heavy", + "enchantment.unicopia.heavy.desc": "Makes pegasi wearing armor heavier and less likely to be pushed around by magic and wind", "enchantment.unicopia.herds": "Herds", + "enchantment.unicopia.herds.desc": "Makes a weapon stronger the more allied forces are around", "enchantment.unicopia.want_it_need_it": "Want It Need It", + "enchantment.unicopia.want_it_need_it.desc": "Makes the item irresistable to mobs", "enchantment.unicopia.poisoned_joke": "Poisoned Joke", + "enchantment.unicopia.poisoned_joke.desc": "Causes auditory hallucinations to whoever is carrying an item", "enchantment.unicopia.stressed": "Stressed", + "enchantment.unicopia.stressed.desc": "Causes the screen to shake when you are in danger", "enchantment.unicopia.heart_bound": "Heart Bound", + "enchantment.unicopia.heart_bound.desc": "Causes an item to stay with you after you die", "enchantment.unicopia.consumption": "Consumption", + "enchantment.unicopia.consumption.desc": "Converts drops mined using a tool into raw experience", "commands.race.success.self": "Set own race to %1$s", "commands.race.success": "%1$s changed race to %2$s",