From 037f340a039e13a0e4673eaceb391305792c79d3 Mon Sep 17 00:00:00 2001 From: Electroblob77 <35599699+Electroblob77@users.noreply.github.com> Date: Mon, 2 Sep 2019 19:25:56 +0100 Subject: [PATCH] Add keys for WAWLA enchantment description support, fixes #210 --- src/main/resources/assets/ebwizardry/lang/en_gb.lang | 10 ++++++++++ src/main/resources/assets/ebwizardry/lang/en_us.lang | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/src/main/resources/assets/ebwizardry/lang/en_gb.lang b/src/main/resources/assets/ebwizardry/lang/en_gb.lang index 04f73802..a4b7cf04 100644 --- a/src/main/resources/assets/ebwizardry/lang/en_gb.lang +++ b/src/main/resources/assets/ebwizardry/lang/en_gb.lang @@ -1003,6 +1003,16 @@ enchantment.ebwizardry\:magic_protection=Magic Protection enchantment.ebwizardry\:frost_protection=Frost Protection enchantment.ebwizardry\:shock_protection=Shock Protection +enchantment.ebwizardry.magic_sword.desc=Part of the Imbue Weapon spell; unobtainable in survival mode (the book won't work). +enchantment.ebwizardry.magic_bow.desc=Part of the Imbue Weapon spell; unobtainable in survival mode (the book won't work). +enchantment.ebwizardry.flaming_weapon.desc=Part of the Flaming Weapon spell; unobtainable in survival mode (the book won't work). +enchantment.ebwizardry.freezing_weapon.desc=Part of the Freezing Weapon spell; unobtainable in survival mode (the book won't work). +enchantment.ebwizardry.shocking_weapon.desc=Part of the Shocking Weapon spell; unobtainable in survival mode (the book won't work). + +enchantment.ebwizardry.magic_protection.desc=Reduces damage from all magic. +enchantment.ebwizardry.frost_protection.desc=Reduces the effects of frost damage. +enchantment.ebwizardry.shock_protection.desc=Reduces the effects of shock damage. + key.categories.ebwizardry=Wizardry key.ebwizardry.next_spell=Next Spell diff --git a/src/main/resources/assets/ebwizardry/lang/en_us.lang b/src/main/resources/assets/ebwizardry/lang/en_us.lang index cbec640c..d8dad4d1 100644 --- a/src/main/resources/assets/ebwizardry/lang/en_us.lang +++ b/src/main/resources/assets/ebwizardry/lang/en_us.lang @@ -1003,6 +1003,16 @@ enchantment.ebwizardry\:magic_protection=Magic Protection enchantment.ebwizardry\:frost_protection=Frost Protection enchantment.ebwizardry\:shock_protection=Shock Protection +enchantment.ebwizardry.magic_sword.desc=Part of the Imbue Weapon spell; unobtainable in survival mode (the book won't work). +enchantment.ebwizardry.magic_bow.desc=Part of the Imbue Weapon spell; unobtainable in survival mode (the book won't work). +enchantment.ebwizardry.flaming_weapon.desc=Part of the Flaming Weapon spell; unobtainable in survival mode (the book won't work). +enchantment.ebwizardry.freezing_weapon.desc=Part of the Freezing Weapon spell; unobtainable in survival mode (the book won't work). +enchantment.ebwizardry.shocking_weapon.desc=Part of the Shocking Weapon spell; unobtainable in survival mode (the book won't work). + +enchantment.ebwizardry.magic_protection.desc=Reduces damage from all magic. +enchantment.ebwizardry.frost_protection.desc=Reduces the effects of frost damage. +enchantment.ebwizardry.shock_protection.desc=Reduces the effects of shock damage. + key.categories.ebwizardry=Wizardry key.ebwizardry.next_spell=Next Spell