From c8e2d39862795ea6e894c4689aeb19b53ab445d5 Mon Sep 17 00:00:00 2001 From: SpartanCPA Date: Sun, 25 Feb 2024 21:31:09 -0500 Subject: [PATCH] Add Localize Support for NPC Change Shape --- static/lang/re-en.json | 64 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/static/lang/re-en.json b/static/lang/re-en.json index d089bec0f4b..9949bd2f003 100644 --- a/static/lang/re-en.json +++ b/static/lang/re-en.json @@ -649,6 +649,70 @@ "Sly": "Sly" } }, + "ChangeShape": { + "Form": { + "Animal": "Animal", + "AnimalMedium": "Medium Animal", + "AnimalSmall": "Small Animal", + "AnimalTiny": "Tiny Animal", + "Azuretzi": "Azuretzi", + "Bat": "Bat", + "BatGiant": "Giant Bat", + "Barghest": "Barghest", + "Cacodaemon": "Cacodaemon", + "Cassisian": "Cassisian", + "Dog": "Dog", + "Dove": "Dove", + "Dragon": "Dragon", + "DryadQueen": "Dryad Queen", + "Elemental": "Elemental", + "ElementalMedium": "Medium Elemental", + "ElementalSmall": "Small Elemental", + "Faydhaan": "Faydhaan", + "Fish": "Fish", + "Gancanagh": "Gancanagh", + "Gimmerling": "Gimmerling", + "Gosreg": "Gosreg", + "Gourd": "Gourd", + "Gylou": "Gylou", + "Hag": "Hag", + "Humanoid": "Humanoid", + "HumanoidLarge": "Large Humanoid", + "HumanoidMedium": "Medium Humanoid", + "HumanoidSmall": "Small Humanoid", + "Hybrid": "Hybrid", + "Ifrit": "Ifrit", + "Imp": "Imp", + "Jann": "Jann", + "Jaathoom": "Jaathoom", + "Keketar": "Keketar", + "LamiaMatriarch": "Lamia Matriarch", + "Leshy": "Leshy", + "Lizard": "Lizard", + "Morrigna": "Morrigna", + "Mushroom": "Mushroom", + "NaiadQueen": "Naiad Queen", + "ObjectTiny": "Tiny Inanimate Object", + "Octopus": "Octopus", + "Oni": "Oni", + "PorcupineGiant": "Giant Porcupine", + "Pukwudgie": "Pukwudgie", + "Raktavarna": "Raktavarna", + "RajaKrodha": "Raja-Krodha", + "Rat": "Rat", + "Scorpion": "Scorpion", + "Succubus": "Succubus", + "Tree": "Tree", + "Vampire": "Vampire", + "Voidworm": "Voidworm", + "Vidileth": "Vidileth", + "Vilderavn": "Vilderavn", + "WingedHumanoid": "Winged Humanoid", + "Wolf": "Wolf", + "WolfDire": "Dire Wolf" + }, + "Label": "Current Form" + }, "Charge": { "AtLeastTen": "Moved at Least 10 feet" },