Decompiled source of RtDBiomes v2.5.3
RtDBiomes.dll
Decompiled 15 hours ago
The result has been truncated due to the large size, download it to view full contents!
using System; using System.Collections.Generic; using System.Diagnostics; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Versioning; using BepInEx; using BepInEx.Configuration; using Jotunn.Configs; using Jotunn.Entities; using Jotunn.Managers; using Jotunn.Utils; using Microsoft.CodeAnalysis; using UnityEngine; [assembly: CompilationRelaxations(8)] [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)] [assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)] [assembly: AssemblyTitle("RtDBiomes")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("RtDBiomes")] [assembly: AssemblyCopyright("Copyright © 2023")] [assembly: AssemblyTrademark("")] [assembly: ComVisible(false)] [assembly: Guid("edb9b051-c1fa-4735-b61e-2823ffd842e5")] [assembly: AssemblyFileVersion("1.0.0.0")] [assembly: TargetFramework(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] [assembly: AssemblyVersion("1.0.0.0")] [module: RefSafetyRules(11)] namespace Microsoft.CodeAnalysis { [CompilerGenerated] [Microsoft.CodeAnalysis.Embedded] internal sealed class EmbeddedAttribute : Attribute { } } namespace System.Runtime.CompilerServices { [CompilerGenerated] [Microsoft.CodeAnalysis.Embedded] [AttributeUsage(AttributeTargets.Module, AllowMultiple = false, Inherited = false)] internal sealed class RefSafetyRulesAttribute : Attribute { public readonly int Version; public RefSafetyRulesAttribute(int P_0) { Version = P_0; } } } namespace RtDBiomes { [BepInPlugin("Soloredis.RtDBiomes", "RtDBiomes", "2.5.3")] [NetworkCompatibility(/*Could not decode attribute arguments.*/)] [BepInDependency(/*Could not decode attribute arguments.*/)] internal class rtDBiomes : BaseUnityPlugin { public const string PluginGUID = "Soloredis.RtDBiomes"; public const string PluginName = "RtDBiomes"; public const string PluginVersion = "2.5.3"; public AssetBundle MyAssets; public static bool isModded = true; private CustomLocalization Localization; public ConfigEntry<bool> LoggingEnable; public string[] PrefabList = new string[70] { "VanillaSwampLog_RtD", "VanillaSwampStump_RtD", "DeepNorthRock4_frac_RtD", "DeepNorthRock5_frac_RtD", "fx_leviathan_leave_RtD", "vfx_greydwarf_shaman_pray_RtD", "fx_goblinking_meteor_hit_RtD", "fx_goblinking_nova_RtD", "ThinPineStump", "PineWoodHalf", "PineWoodLog", "CottonWoodStump", "CottonWoodHalf", "CottonWoodLog", "AcaciaLogHalf", "AcaciaStump", "AcaciaLog", "OakWoodStump", "OakWoodHalf", "OakWoodLog", "BlossomStump", "BlossomLogHalf", "BlossomLog", "RedPineStump", "PineWoodLog1", "PineWoodHalf1", "MagicStump1", "MagicLog1Half", "MagicLog1", "MagicStump2", "MagicLog2Half", "MagicLog2", "MagicStump3", "MagicLog3Half", "MagicLog3", "MagicStump4", "MagicLog4Half", "MagicLog4", "MagicStump5", "MagicLog5Half", "MagicLog5", "MagicStump6", "MagicLog6Half", "MagicLog6", "MagicStump9", "MagicLog9Half", "MagicLog9", "MagicStump10", "MagicLog10Half", "MagicLog10", "PalmStump", "PalmLogHalf", "PalmLog", "DeadWoodStump", "DeadWoodHalf", "DeadWoodLog", "WillowLogHalf", "WillowStump", "WillowLog", "AcaciaLog4", "AcaciaStump4", "ShootStump_RtD", "YggaShoot_Log_RtD", "YggaShoot_LogHalf_RtD", "SwampWoodHalf", "SwampWoodStump", "SwampWoodStump1", "SwampWoodLog", "WinterPineStumpWhite", "WinterPineStumpRed" }; public string[] ItemList = new string[20] { "AcaciaSeeds_RtD", "BlossomSeeds_RtD", "CottonWoodSeeds_RtD", "OakWoodSeeds_RtD", "PalmTreeSeeds_RtD", "RedPineSeeds_RtD", "ThinPineSeeds_RtD", "WillowSeeds_RtD", "PlantSeedSwamp_RtD", "PlantSeedPlains_RtD", "PlantSeedMountain_RtD", "PlantSeedMistlands_RtD", "PlantSeedMeadows_RtD", "PlantSeedDeepNorth_RtD", "PlantSeedBlackForest_RtD", "PlantSeedAshLands_RtD", "AshLandsSeed2_RtD", "MapleSeed_RtD", "WinterPineSeeds2_RtD", "WinterPineSeeds1_RtD" }; public string[] VegetationList = new string[5] { "SandRock1_RtD", "SandRock2_RtD", "SandRock3_RtD", "SandRock4_RtD", "SandRock5_RtD" }; public static VegetationConfig staticvegetationlist = new VegetationConfig { Min = 1f, Max = 2f, ScaleMin = 0.75f, ScaleMax = 1.25f, MinAltitude = 1f, Biome = (Biome)0, MaxTilt = 30f, MaxTerrainDelta = 2f, GroupSizeMin = 1, GroupSizeMax = 1, InForest = true, ForestThresholdMin = 1.1f, ForestThresholdMax = 1.15f }; private void Awake() { LoadBundle(); CreateConfigs(); LocalizationEnglish(); AddPrefabs(); AddItems(); AdjustAshLandsVeg(); AdjustDeepNorthVeg(); AdjustMeadowsVeg(); AdjustBlackForestVeg(); AdjustSwampVeg(); AdjustMountainVeg(); AdjustPlainsVeg(); AdjustMistlandsVeg(); AdjustMeadowsClut(); AdjustBlackForestClut(); AdjustSwampClut(); AdjustPlainsClut(); AdjustMistlandsClut(); AdjustAshLandsClut(); AdjustDeepNorthClut(); StaticVegetationList(); AddSaplings(); ZoneManager.OnVanillaLocationsAvailable += AdjustVanillaVegetation; ZoneManager.OnVanillaClutterAvailable += AdjustVanillaClutter; if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogWarning((object)"Logging is enabled in the config."); } } public void LoadBundle() { try { MyAssets = AssetUtils.LoadAssetBundleFromResources("rtd_trees", Assembly.GetExecutingAssembly()); } catch (Exception arg) { ((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while loading bundle: {arg}"); } } public void CreateConfigs() { //IL_002f: Unknown result type (might be due to invalid IL or missing references) //IL_0034: Unknown result type (might be due to invalid IL or missing references) //IL_003d: Expected O, but got Unknown //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { ((BaseUnityPlugin)this).Config.SaveOnConfigSet = true; LoggingEnable = ((BaseUnityPlugin)this).Config.Bind<bool>("Logging", "Enable", false, new ConfigDescription("Enables logging.", (AcceptableValueBase)null, new object[1] { (object)new ConfigurationManagerAttributes { IsAdminOnly = false } })); } catch (Exception arg) { ((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while adding configuration values: {arg}"); } } private void AddPrefabs() { //IL_004a: Unknown result type (might be due to invalid IL or missing references) //IL_0051: Expected O, but got Unknown try { string[] prefabList = PrefabList; foreach (string text in prefabList) { GameObject val = MyAssets.LoadAsset<GameObject>(text); if ((Object)(object)val != (Object)null) { GameObject prefab = Cache.GetPrefab<GameObject>(text); if ((Object)(object)prefab == (Object)null) { CustomPrefab val2 = new CustomPrefab(val, true); PrefabManager.Instance.AddPrefab(val2); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + text + " to the Object database")); } } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + text + " to the object database")); } } } catch (Exception arg) { ((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while adding prefabs: {arg}"); } } private void StaticVegetationList() { //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { string[] vegetationList = VegetationList; foreach (string text in vegetationList) { GameObject val = MyAssets.LoadAsset<GameObject>(text); if ((Object)(object)val != (Object)null) { ZoneManager.Instance.AddCustomVegetation(new CustomVegetation(val, true, staticvegetationlist)); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added Vegetation: " + text)); } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + text + " to the object database")); } } } catch (Exception arg) { ((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while adding monsters: {arg}"); } } private void AddItems() { //IL_004a: Unknown result type (might be due to invalid IL or missing references) //IL_0051: Expected O, but got Unknown try { string[] itemList = ItemList; foreach (string text in itemList) { GameObject val = MyAssets.LoadAsset<GameObject>(text); if ((Object)(object)val != (Object)null) { GameObject prefab = Cache.GetPrefab<GameObject>(text); if ((Object)(object)prefab == (Object)null) { CustomItem val2 = new CustomItem(val, true); ItemManager.Instance.AddItem(val2); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + text + " to the Object database")); } } } else { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + text + " to the object database")); } } } catch (Exception arg) { ((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while adding prefabs: {arg}"); } } private void LocalizationEnglish() { Localization = LocalizationManager.Instance.GetLocalization(); CustomLocalization localization = Localization; string text = "English"; localization.AddTranslation(ref text, new Dictionary<string, string> { { "AshLandsRock1_RtD", "Charred Rock" }, { "AshLandsRock2_RtD", "Charred Rock" }, { "AshLandsRock4_RtD", "Charred Rock" }, { "AshLandsRock5_RtD", "Charred Rock" }, { "AshLandsRock6_RtD", "Charred Rock" }, { "AshLandsBush1_RtD", "Dead Plant" }, { "AshLandsPlantPiece1_RtD", "Dead Plant" }, { "AshLandsBush2_RtD", "Dead Plant" }, { "AshLandsBush3_RtD", "Dead Plant" }, { "AshLandsBush4_RtD", "Dead Plant" }, { "AshLandsBush5_RtD", "Dead Plant" }, { "AshLandsBush6_RtD", "Dead Plant" }, { "AshLandsBush7_RtD", "Dead Plant" }, { "AshLandsBush8_RtD", "Dead Plant" }, { "AshLandsBush9_RtD", "Dead Plant" }, { "AshLandsBush10_RtD", "Dead Plant" }, { "AshLandsBush11_RtD", "Dead Plant" }, { "AshLandsBush12_RtD", "Dead Plant" }, { "AshLandsBush13_RtD", "Dead Plant" }, { "AshLandsBush14_RtD", "Dead Plant" }, { "AshLandsBush15_RtD", "Dead Plant" }, { "AshLandsBush16_RtD", "Dead Plant" }, { "AshLandsBush17_RtD", "Dead Plant" }, { "AshLandsBush18_RtD", "Dead Plant" }, { "AshLandsBush19_RtD", "Dead Plant" }, { "AshLandsBush20_RtD", "Dead Plant" }, { "AshLandsBush21_RtD", "Dead Plant" }, { "AshLandsBush22_RtD", "Dead Plant" }, { "AshLandsBush23_RtD", "Dead Plant" }, { "AshLandsBush24_RtD", "Dead Plant" }, { "AshLandsBush25_RtD", "Dead Plant" }, { "AshLandsBush26_RtD", "Dead Plant" }, { "BlackForestBush1_RtD", "WildFlower" }, { "BlackForestBush2_RtD", "WildFlower" }, { "BlackForestBush3_RtD", "Bush" }, { "BlackForestBush4_RtD", "Bush" }, { "BlackForestBush5_RtD", "Bush" }, { "BlackForestBush6_RtD", "Burdock" }, { "BlackForestBush7_RtD", "Burdock" }, { "BlackForestBush8_RtD", "Burdock" }, { "ForestGreen1_RtD", "Evergreen Bush" }, { "ForestGreen2_RtD", "Evergreen Bush" }, { "ForestGreen3_RtD", "Evergreen Bush" }, { "ForestGreen4_RtD", "Evergreen Bush" }, { "DeadWoodHalf", "Dead Log" }, { "DeadWoodLog", "Dead Log" }, { "DeadWoodStump", "Dead Stump" }, { "DeadTree1_RtD", "Dead Tree" }, { "DeadTree2_RtD", "Dead Tree" }, { "DeadTree3_RtD", "Dead Tree" }, { "DeadTree4_RtD", "Dead Tree" }, { "DeadTree5_RtD", "Dead Tree" }, { "DeadTree6_RtD", "Dead Tree" }, { "DeadTree7_RtD", "Dead Tree" }, { "DeadTree8_RtD", "Dead Tree" }, { "DeadTree9_RtD", "Dead Tree" }, { "DeepNorthBush1_RtD", "WildFlower" }, { "DeepNorthBush2_RtD", "WildFlower" }, { "DeepNorthBush3_RtD", "WildFlower" }, { "DeepNorthBush4_RtD", "WildFlower" }, { "DeepNorthBush5_RtD", "WildFlower" }, { "DeepNorthBush6_RtD", "WildFlower" }, { "DeepNorthBush7_RtD", "WildFlower" }, { "DeepNorthBush8_RtD", "WildFlower" }, { "DeepNorthBush9_RtD", "WildFlower" }, { "DeepNorthBush10_RtD", "WildFlower" }, { "DeepNorthRock1_RtD", "Icy Rock" }, { "DeepNorthRock2_RtD", "Icy Rock" }, { "DeepNorthRock4_RtD", "Icy Rock" }, { "DeepNorthRock5_RtD", "Icy Rock" }, { "DeepNorthRock6_RtD", "Icy Rock" }, { "AcaciaLog", "Log" }, { "AcaciaLogHalf", "Log" }, { "BlossomLog", "Log" }, { "BlossomLogHalf", "Log" }, { "CottonWoodLog", "Log" }, { "CottonWoodHalf", "Log" }, { "OakWoodLog", "Log" }, { "OakWoodHalf", "Log" }, { "PineWoodHalf", "Log" }, { "PineWoodLog", "Log" }, { "PineWoodLog1", "Log" }, { "ForestTree1_RtD", "Maple Tree" }, { "ForestTree2_RtD", "Maple Tree" }, { "MagicLog1", "Log" }, { "MagicLog2", "Log" }, { "MagicLog3", "Log" }, { "MagicLog6", "Log" }, { "MagicLog9", "Log" }, { "MagicLog10", "Log" }, { "MagicStump1", "Stump" }, { "MagicStump2", "Stump" }, { "MagicStump3", "Stump" }, { "MagicStump6", "Stump" }, { "MagicStump9", "Stump" }, { "MagicStump10", "Stump" }, { "MagicTree1_RtD", "Magic Tree" }, { "MagicTree2_RtD", "Magic Tree" }, { "MagicTree3_RtD", "Magic Tree" }, { "MagicTree4_RtD", "Magic Tree" }, { "MagicTree5_RtD", "Magic Tree" }, { "MagicTree6_RtD", "Dead Tree" }, { "MagicTree9_RtD", "Dead Tree" }, { "MagicTree10_RtD", "Dead Tree" }, { "MeadowsBush1_RtD", "Magical Flower" }, { "MeadowsBush2_RtD", "Magical Flower" }, { "MeadowsBush3_RtD", "Magical Flower" }, { "MeadowsBush4_RtD", "Magical Flower" }, { "MeadowsBush5_RtD", "Magical Flower" }, { "MeadowsShroom1_RtD", "Large Mushroom" }, { "MeadowsShroom2_RtD", "Large Mushroom" }, { "MeadowsShroom3_RtD", "Large Mushroom" }, { "MeadowsShroom4_RtD", "Large Mushroom" }, { "MeadowsBush01_RtD", "Strange Plant" }, { "MeadowsBush02_RtD", "Strange Plant" }, { "MeadowsBush03_RtD", "Strange Plant" }, { "MeadowsBush04_RtD", "Sapling" }, { "MeadowsBush05_RtD", "Bush" }, { "MeadowsBush06_RtD", "Bush" }, { "SmallBush_RtD", "Bush" }, { "MistLandsBush1_RtD", "Strange Plant" }, { "MistLandsBush2_RtD", "Strange Plant" }, { "MistLandsBush3_RtD", "Strange Plant" }, { "MistLandsBush4_RtD", "Strange Plant" }, { "MistLandsBush5_RtD", "Strange Plant" }, { "MistLandsBush6_RtD", "Magical Flower" }, { "MistLandsBush7_RtD", "Strange Plant" }, { "ShootStump_RtD", "Yggdrasil Stump" }, { "YggaShoot_Log_RtD", "Yggdrasil Log" }, { "YggaShoot_LogHalf_RtD", "Yggdrasil Log" }, { "YggdrasilTree1_RtD", "Yggdrasil" }, { "YggdrasilTree2_RtD", "Yggdrasil" }, { "EverGreen1_RtD", "Evergreen Bush" }, { "EverGreen2_RtD", "Evergreen Bush" }, { "EverGreen3_RtD", "Evergreen Bush" }, { "EverGreen4_RtD", "Evergreen Bush" }, { "MountainBush1_RtD", "Winter WildFlower" }, { "MountainBush2_RtD", "Winter WildFlower" }, { "MountainBush3_RtD", "Winter WildFlower" }, { "RedShroom1_RtD", "Giant Mushroom" }, { "RedShroom2_RtD", "Giant Mushroom" }, { "RedShroom3_RtD", "Giant Mushroom" }, { "RedShroom4_RtD", "Giant Mushroom" }, { "BlackShroom1_RtD", "Giant Mushroom" }, { "BlackShroom2_RtD", "Giant Mushroom" }, { "BlackShroom3_RtD", "Giant Mushroom" }, { "BlackShroom4_RtD", "Giant Mushroom" }, { "BlueShroom1_RtD", "Giant Mushroom" }, { "BlueShroom2_RtD", "Giant Mushroom" }, { "BlueShroom3_RtD", "Giant Mushroom" }, { "BlueShroom4_RtD", "Giant Mushroom" }, { "YellowShroom1_RtD", "Giant Mushroom" }, { "YellowShroom2_RtD", "Giant Mushroom" }, { "YellowShroom3_RtD", "Giant Mushroom" }, { "YellowShroom4_RtD", "Giant Mushroom" }, { "GreenShroom1_RtD", "Giant Mushroom" }, { "GreenShroom2_RtD", "Giant Mushroom" }, { "GreenShroom3_RtD", "Giant Mushroom" }, { "GreenShroom4_RtD", "Giant Mushroom" }, { "PalmLog", "Log" }, { "PalmLogHalf", "Log" }, { "PalmStump", "Log" }, { "PalmTree1_RtD", "Palm Tree" }, { "PalmTree2_RtD", "Palm Tree" }, { "Acacia4_RtD", "Acacia Tree" }, { "AcaciaLog4", "Log" }, { "AcaciaStump4", "Stump" }, { "PlainsBush4_RtD", "Bamboo" }, { "PlainsBush5_RtD", "Bamboo" }, { "PlainsBush6_RtD", "Bamboo" }, { "PlainsBush7_RtD", "Bamboo" }, { "PlainsBush8_RtD", "Bamboo" }, { "Acacia1_RtD", "Acacia Tree" }, { "Acacia2_RtD", "Acacia Tree" }, { "Acacia3_RtD", "Acacia Tree" }, { "Blossom1_RtD", "Flowering DogWood" }, { "Blossom2_RtD", "Flowering DogWood" }, { "Blossom3_RtD", "Flowering DogWood" }, { "Blossom4_RtD", "Flowering DogWood" }, { "Blossom5_RtD", "Flowering DogWood" }, { "CottonWood1_RtD", "Cotton Wood" }, { "CottonWood2_RtD", "Cotton Wood" }, { "Oak1_RtD", "Red Oak" }, { "Oak2_RtD", "Red Oak" }, { "RedPine_RtD", "Red Pine" }, { "ThinPine1_RtD", "Winter Pine" }, { "ThinPine2_RtD", "Winter Pine" }, { "WinterPine1_RtD", "Winter Pine" }, { "WinterPine2_RtD", "Winter Pine" }, { "WinterPine3_RtD", "Winter Pine" }, { "WinterPine4_RtD", "Winter Pine" }, { "WinterPine5_RtD", "Winter Pine" }, { "AcaciaStump", "Stump" }, { "BlossomStump", "Stump" }, { "CottonWoodStump", "Stump" }, { "OakWoodStump", "Stump" }, { "PineWoodStump", "Stump" }, { "SwampBush1_RtD", "Rotting Sapling" }, { "SwampBush2_RtD", "Rotting Sapling" }, { "SwampBush3_RtD", "Strange Plant" }, { "SwampBush4_RtD", "Strange Plant" }, { "SwampBush5_RtD", "Strange Plant" }, { "SwampBush6_RtD", "Strange Plant" }, { "SwampBush7_RtD", "Strange Plant" }, { "SwampBush8_RtD", "Strange Plant" }, { "SwampBush9_RtD", "Strange Plant" }, { "SwampBush10_RtD", "Strange Plant" }, { "SwampBush11_RtD", "Strange Plant" }, { "SwampBush12_RtD", "Death Bush" }, { "SwampBush13_RtD", "Death Bush" }, { "SwampBush14_RtD", "Death Bush" }, { "SwampWoodHalf", "Log" }, { "SwampWoodLog", "Log" }, { "SwampTree1_RtD", "Ancient Tree" }, { "SwampTree2_RtD", "Ancient Tree" }, { "SwampTree3_RtD", "Ancient Tree" }, { "SwampTree4_RtD", "Ancient Tree" }, { "SwampTree5_RtD", "Ancient Tree" }, { "SwampTree6_RtD", "Ancient Tree" }, { "DeadIvy1_RtD", "Dead Ivy" }, { "DeadIvy2_RtD", "Dead Ivy" }, { "WillowLog", "Log" }, { "WillowLogHalf", "Log" }, { "WillowStump", "Stump" }, { "SwampWoodStump", "Stump" }, { "SwampWoodStump1", "Stump" }, { "WillowTree1_RtD", "Willow Tree" }, { "WillowTree2_RtD", "Willow Tree" }, { "MountainShroom1_RtD", "Giant Mushroom" }, { "MountainShroom2_RtD", "Giant Mushroom" }, { "MountainShroom3_RtD", "Giant Mushroom" }, { "MountainShroom4_RtD", "Giant Mushroom" }, { "CinderWood_RtD", "CinderWood" }, { "CinderWood_desc_RtD", "There is a powerful aura emitting from this." }, { "FroWood_RtD", "FroWood" }, { "FroWood_desc_RtD", "There is a powerful aura emitting from this." }, { "ShadowCrystal_RtD", "Shadow Crystal" }, { "ShadowCrystal_desc_RtD", "Used for powerful weapons." }, { "AcaciaSeeds_RtD", "Acacia Seeds" }, { "AcaciaSeeds_desc_RtD", "Used to plant Acacia Trees" }, { "BlossomSeeds_RtD", "DogWood Seeds" }, { "BlossomSeeds_desc_RtD", "Used to plant DogWood Trees" }, { "CottonWoodSeeds_RtD", "CottonWood Seeds" }, { "CottonWoodSeeds_desc_RtD", "Used to plant CottonWood Trees" }, { "OakWoodSeeds_RtD", "Acorns" }, { "OakWoodSeeds_desc_RtD", "Used to plant OakWood Trees" }, { "PalmTreeSeeds_RtD", "Well its not a Coconut.." }, { "PalmTreeSeeds_desc_RtD", "Used to plant Palm Trees" }, { "RedPineSeeds_RtD", "Red PineCone" }, { "RedPineSeeds_desc_RtD", "Used to Red Pine Trees" }, { "ThinPineSeeds_RtD", "Green PineCone" }, { "ThinPineSeeds_desc_RtD", "Used to plant more Pine Trees" }, { "WillowSeeds_RtD", "Willow Tree Seed" }, { "WillowSeeds_desc_RtD", "Used to plant Willow Trees" }, { "WinterPineSeeds1_RtD", "Winter PineCone" }, { "WinterPineSeeds1_desc_RtD", "Used to plant Winter Pine Trees" }, { "WinterPineSeeds2_RtD", "Frosty PineCone" }, { "WinterPineSeeds2_desc_RtD", "Used to plant Winter Pine Trees" }, { "DeepNorthRock4_frac_RtD", "Its a rock, what did you expect?" }, { "DeepNorthRock5_frac_RtD", "Its a rock, what did you expect?" }, { "PlantSeedAshLands_RtD", "AshLands Seed" }, { "PlantSeedAshLands_desc_RtD", "A seed to plant all AshLands plants." }, { "PlantSeedBlackForest_RtD", "BlackForest Seed" }, { "PlantSeedBlackForest_desc_RtD", "A seed to plant all BlackForest plants." }, { "PlantSeedDeepNorth_RtD", "DeepNorth Seed" }, { "PlantSeedDeepNorth_desc_RtD", "A seed to plant all DeepNorth plants." }, { "PlantSeedMeadows_RtD", "Meadows Seed" }, { "PlantSeedMeadows_desc_RtD", "A seed to plant all Meadows plants." }, { "PlantSeedMistlands_RtD", "Mistlands Seed" }, { "PlantSeedMistlands_desc_RtD", "A seed to plant all Mistlands plants." }, { "PlantSeedMountain_RtD", "Mountain Seed" }, { "PlantSeedMoutain_desc_RtD", "A seed to plant all Mountain plants." }, { "PlantSeedPlains_RtD", "Plains Seed" }, { "PlantSeedPlains_desc_RtD", "A seed to plant all Plains plants." }, { "PlantSeedSwamp_RtD", "Swamp Seed" }, { "PlantSeedSwamp_desc_RtD", "A seed to plant all Swamp plants." }, { "RedFirSmallPlant_RtD", "Red Fir" }, { "MapleSeed_RtD", "Maple Seed" }, { "MapleSeed_desc", "Used for planting" }, { "AshLandsSeed1_RtD", "CinderSeed" }, { "AshLandsSeed1_desc_RtD", "Used for planting" }, { "AshLandsSeed2_RtD", "AshSeed" }, { "AshLandsSeed2_desc_RtD", "Used for planting" }, { "RedPineSmall1_RtD", "Red Pine" }, { "RedPineSmall2_RtD", "Red Pine" }, { "RedPineSmall3_RtD", "Red Pine" }, { "RedPineSmall4_RtD", "Red Pine" }, { "RedPineSmall5_RtD", "Red Pine" }, { "AcaciaSapling_RtD", "Acacia Sapling" }, { "BlossomSapling_RtD", "DogWood Sapling" }, { "CottonWoodSapling_RtD", "CottonWood Sapling" }, { "OakSapling_RtD", "OakWood Sapling" }, { "PalmTreeSapling_RtD", "Palm Sapling" }, { "RedPineSapling_RtD", "RedPine Sapling" }, { "ThinPineSapling_RtD", "GreenPine Sapling" }, { "WillowSapling_RtD", "Willow Sapling" }, { "WinterPineSapling1_RtD", "WinterPine Sapling" }, { "WinterPineSapling2_RtD", "WinterPine Sapling" }, { "MapleSapling1_RtD", "Maple Sapling" }, { "MapleSapling2_RtD", "Maple Sapling" }, { "SwampSapling1_RtD", "Diseased Sapling" }, { "SwampSapling2_RtD", "Diseased Sapling" }, { "Sapling1P_RtD", "Small Tree" }, { "Sapling2P_RtD", "Small Tree" }, { "RedFirSapling_RtD", "Red Fir" }, { "AshLandsSaplingD1_RtD", "Diseased Sapling" }, { "AshLandsSaplingD3_RtD", "Diseased Sapling" } }); Localization = LocalizationManager.Instance.GetLocalization(); CustomLocalization localization2 = Localization; text = "Chinese"; localization2.AddTranslation(ref text, new Dictionary<string, string> { { "AshLandsRock1_RtD", "烧焦的岩石" }, { "AshLandsRock2_RtD", "烧焦的岩石" }, { "AshLandsRock3_RtD", "烧焦的岩石" }, { "AshLandsRock4_RtD", "烧焦的岩石" }, { "AshLandsRock5_RtD", "烧焦的岩石" }, { "AshLandsRock6_RtD", "烧焦的岩石" }, { "CrystalFormation5_RtD", "暗影水晶" }, { "CrystalFormation6_RtD", "暗影水晶" }, { "CrystalFormation7_RtD", "暗影水晶" }, { "CrystalFormation8_RtD", "暗影水晶" }, { "AshLandsBush1_RtD", "死植物" }, { "AshLandsPlantPiece1_RtD", "死植物" }, { "AshLandsBush2_RtD", "死植物" }, { "AshLandsBush3_RtD", "死植物" }, { "AshLandsBush4_RtD", "死植物" }, { "AshLandsBush5_RtD", "死植物" }, { "AshLandsBush6_RtD", "死植物" }, { "AshLandsBush7_RtD", "死植物" }, { "AshLandsBush8_RtD", "死植物" }, { "AshLandsBush9_RtD", "死植物" }, { "AshLandsBush10_RtD", "死植物" }, { "AshLandsBush11_RtD", "死植物" }, { "AshLandsBush12_RtD", "死植物" }, { "AshLandsBush13_RtD", "死植物" }, { "AshLandsBush14_RtD", "死植物" }, { "AshLandsBush15_RtD", "死植物" }, { "AshLandsBush16_RtD", "死植物" }, { "AshLandsBush17_RtD", "死植物" }, { "AshLandsBush18_RtD", "死植物" }, { "AshLandsBush19_RtD", "死植物" }, { "AshLandsBush20_RtD", "死植物" }, { "AshLandsBush21_RtD", "死植物" }, { "AshLandsBush22_RtD", "死植物" }, { "AshLandsBush23_RtD", "死植物" }, { "AshLandsBush24_RtD", "死植物" }, { "AshLandsBush25_RtD", "死植物" }, { "AshLandsBush26_RtD", "死植物" }, { "BlackForestBush1_RtD", "野花" }, { "BlackForestBush2_RtD", "野花" }, { "BlackForestBush3_RtD", "衬套" }, { "BlackForestBush4_RtD", "衬套" }, { "BlackForestBush5_RtD", "衬套" }, { "BlackForestBush6_RtD", "牛蒡" }, { "BlackForestBush7_RtD", "牛蒡" }, { "BlackForestBush8_RtD", "牛蒡" }, { "ForestGreen1_RtD", "常绿灌木" }, { "ForestGreen2_RtD", "常绿灌木" }, { "ForestGreen3_RtD", "常绿灌木" }, { "ForestGreen4_RtD", "常绿灌木" }, { "DeadWoodHalf", "烧焦的原木" }, { "DeadWoodLog", "烧焦的原木" }, { "DeadWoodStump", "烧焦的树桩" }, { "DeadTree1_RtD", "烧焦的树" }, { "DeadTree2_RtD", "烧焦的树" }, { "DeadTree3_RtD", "烧焦的树" }, { "DeadTree4_RtD", "烧焦的树" }, { "DeadTree5_RtD", "烧焦的树" }, { "DeadTree6_RtD", "烧焦的树" }, { "DeadTree7_RtD", "烧焦的树" }, { "DeadTree8_RtD", "烧焦的树" }, { "DeadTree9_RtD", "烧焦的树" }, { "CrystalFormation1_RtD", "冰晶" }, { "CrystalFormation2_RtD", "冰晶" }, { "CrystalFormation3_RtD", "冰晶" }, { "CrystalFormation4_RtD", "冰晶" }, { "DeepNorthBush1_RtD", "野花" }, { "DeepNorthBush2_RtD", "野花" }, { "DeepNorthBush3_RtD", "野花" }, { "DeepNorthBush4_RtD", "野花" }, { "DeepNorthBush5_RtD", "野花" }, { "DeepNorthBush6_RtD", "野花" }, { "DeepNorthBush7_RtD", "野花" }, { "DeepNorthBush8_RtD", "野花" }, { "DeepNorthBush9_RtD", "野花" }, { "DeepNorthBush10_RtD", "野花" }, { "DeepNorthRock1_RtD", "冰冷的岩石" }, { "DeepNorthRock2_RtD", "冰冷的岩石" }, { "DeepNorthRock3_RtD", "冰冷的岩石" }, { "DeepNorthRock4_RtD", "冰冷的岩石" }, { "DeepNorthRock5_RtD", "冰冷的岩石" }, { "DeepNorthRock6_RtD", "冰冷的岩石" }, { "AcaciaLog", "原木" }, { "AcaciaLogHalf", "原木" }, { "BlossomLog", "原木" }, { "BlossomLogHalf", "原木" }, { "CottonWoodLog", "原木" }, { "CottonWoodHalf", "原木" }, { "OakWoodLog", "原木" }, { "OakWoodHalf", "原木" }, { "PineWoodHalf", "原木" }, { "PineWoodLog", "原木" }, { "PineWoodLog1", "原木" }, { "ForestTree1_RtD", "枫树" }, { "ForestTree2_RtD", "枫树" }, { "MagicLog1", "原木" }, { "MagicLog2", "原木" }, { "MagicLog3", "原木" }, { "MagicLog4", "原木" }, { "MagicLog5", "原木" }, { "MagicLog6", "原木" }, { "MagicLog7", "原木" }, { "MagicLog8", "原木" }, { "MagicLog9", "原木" }, { "MagicLog10", "原木" }, { "MagicStump1", "树桩" }, { "MagicStump2", "树桩" }, { "MagicStump3", "树桩" }, { "MagicStump4", "树桩" }, { "MagicStump5", "树桩" }, { "MagicStump6", "树桩" }, { "MagicStump7", "树桩" }, { "MagicStump8", "树桩" }, { "MagicStump9", "树桩" }, { "MagicStump10", "树桩" }, { "MagicTree1_RtD", "魔法树" }, { "MagicTree2_RtD", "魔法树" }, { "MagicTree3_RtD", "魔法树" }, { "MagicTree4_RtD", "魔法树" }, { "MagicTree5_RtD", "魔法树" }, { "MagicTree6_RtD", "烧焦的树" }, { "MagicTree7_RtD", "烧焦的树" }, { "MagicTree8_RtD", "烧焦的树" }, { "MagicTree9_RtD", "烧焦的树" }, { "MagicTree10_RtD", "烧焦的树" }, { "MeadowsBush1_RtD", "神奇之花" }, { "MeadowsBush2_RtD", "神奇之花" }, { "MeadowsBush3_RtD", "神奇之花" }, { "MeadowsBush4_RtD", "神奇之花" }, { "MeadowsBush5_RtD", "神奇之花" }, { "MeadowsShroom1_RtD", "大蘑菇" }, { "MeadowsShroom2_RtD", "大蘑菇" }, { "MeadowsShroom3_RtD", "大蘑菇" }, { "MeadowsShroom4_RtD", "大蘑菇" }, { "MeadowsBush01_RtD", "奇怪的植物" }, { "MeadowsBush02_RtD", "奇怪的植物" }, { "MeadowsBush03_RtD", "奇怪的植物" }, { "MeadowsBush04_RtD", "树苗" }, { "MeadowsBush05_RtD", "衬套" }, { "MeadowsBush06_RtD", "衬套" }, { "Sapling1_RtD", "树苗" }, { "Sapling2_RtD", "树苗" }, { "SmallBush_RtD", "衬套" }, { "MistLandsBush1_RtD", "奇怪的植物" }, { "MistLandsBush2_RtD", "奇怪的植物" }, { "MistLandsBush3_RtD", "奇怪的植物" }, { "MistLandsBush4_RtD", "奇怪的植物" }, { "MistLandsBush5_RtD", "奇怪的植物" }, { "MistLandsBush6_RtD", "神奇之花" }, { "MistLandsBush7_RtD", "奇怪的植物" }, { "ShootStump_RtD", "世界树树桩" }, { "YggaShoot_Log_RtD", "世界树原木" }, { "YggaShoot_LogHalf_RtD", "世界树原木" }, { "YggdrasilTree1_RtD", "世界树" }, { "YggdrasilTree2_RtD", "世界树" }, { "EverGreen1_RtD", "常绿灌木" }, { "EverGreen2_RtD", "常绿灌木" }, { "EverGreen3_RtD", "常绿灌木" }, { "EverGreen4_RtD", "常绿灌木" }, { "MountainBush1_RtD", "冬季野花" }, { "MountainBush2_RtD", "冬季野花" }, { "MountainBush3_RtD", "冬季野花" }, { "RedShroom1_RtD", "巨型蘑菇" }, { "RedShroom2_RtD", "巨型蘑菇" }, { "RedShroom3_RtD", "巨型蘑菇" }, { "RedShroom4_RtD", "巨型蘑菇" }, { "BlackShroom1_RtD", "巨型蘑菇" }, { "BlackShroom2_RtD", "巨型蘑菇" }, { "BlackShroom3_RtD", "巨型蘑菇" }, { "BlackShroom4_RtD", "巨型蘑菇" }, { "BlueShroom1_RtD", "巨型蘑菇" }, { "BlueShroom2_RtD", "巨型蘑菇" }, { "BlueShroom3_RtD", "巨型蘑菇" }, { "BlueShroom4_RtD", "巨型蘑菇" }, { "YellowShroom1_RtD", "巨型蘑菇" }, { "YellowShroom2_RtD", "巨型蘑菇" }, { "YellowShroom3_RtD", "巨型蘑菇" }, { "YellowShroom4_RtD", "巨型蘑菇" }, { "GreenShroom1_RtD", "巨型蘑菇" }, { "GreenShroom2_RtD", "巨型蘑菇" }, { "GreenShroom3_RtD", "巨型蘑菇" }, { "GreenShroom4_RtD", "巨型蘑菇" }, { "PalmLog", "原木" }, { "PalmLogHalf", "原木" }, { "PalmStump", "原木" }, { "PalmTree1_RtD", "棕榈树" }, { "PalmTree2_RtD", "棕榈树" }, { "Acacia4_RtD", "金合欢树" }, { "AcaciaLog4", "原木" }, { "AcaciaStump4", "树桩" }, { "PlainsBush4_RtD", "竹子" }, { "PlainsBush5_RtD", "竹子" }, { "PlainsBush6_RtD", "竹子" }, { "PlainsBush7_RtD", "竹子" }, { "PlainsBush8_RtD", "竹子" }, { "Acacia1_RtD", "金合欢树" }, { "Acacia2_RtD", "金合欢树" }, { "Acacia3_RtD", "金合欢树" }, { "Blossom1_RtD", "开花山茱萸" }, { "Blossom2_RtD", "开花山茱萸" }, { "Blossom3_RtD", "开花山茱萸" }, { "Blossom4_RtD", "开花山茱萸" }, { "Blossom5_RtD", "开花山茱萸" }, { "CottonWood1_RtD", "三叶杨" }, { "CottonWood2_RtD", "三叶杨" }, { "Oak1_RtD", "红橡木" }, { "Oak2_RtD", "红橡木" }, { "RedPine_RtD", "红松" }, { "ThinPine1_RtD", "冬松" }, { "ThinPine2_RtD", "冬松" }, { "WinterPine1_RtD", "冬松" }, { "WinterPine2_RtD", "冬松" }, { "WinterPine3_RtD", "冬松" }, { "WinterPine4_RtD", "冬松" }, { "WinterPine5_RtD", "冬松" }, { "AcaciaStump", "树桩" }, { "BlossomStump", "树桩" }, { "CottonWoodStump", "树桩" }, { "OakWoodStump", "树桩" }, { "PineWoodStump", "树桩" }, { "SwampBush1_RtD", "腐烂的树苗" }, { "SwampBush2_RtD", "腐烂的树苗" }, { "SwampBush3_RtD", "奇怪的植物" }, { "SwampBush4_RtD", "奇怪的植物" }, { "SwampBush5_RtD", "奇怪的植物" }, { "SwampBush6_RtD", "奇怪的植物" }, { "SwampBush7_RtD", "奇怪的植物" }, { "SwampBush8_RtD", "奇怪的植物" }, { "SwampBush9_RtD", "奇怪的植物" }, { "SwampBush10_RtD", "奇怪的植物" }, { "SwampBush11_RtD", "奇怪的植物" }, { "SwampBush12_RtD", "死亡布什" }, { "SwampBush13_RtD", "死亡布什" }, { "SwampBush14_RtD", "死亡布什" }, { "SwampWoodHalf", "原木" }, { "SwampWoodLog", "原木" }, { "SwampTree1_RtD", "古树" }, { "SwampTree2_RtD", "古树" }, { "SwampTree3_RtD", "古树" }, { "SwampTree4_RtD", "古树" }, { "SwampTree5_RtD", "古树" }, { "SwampTree6_RtD", "古树" }, { "DeadIvy1_RtD", "死常春藤" }, { "DeadIvy2_RtD", "死常春藤" }, { "WillowLog", "原木" }, { "WillowLogHalf", "原木" }, { "WillowStump", "树桩" }, { "SwampWoodStump", "树桩" }, { "SwampWoodStump1", "树桩" }, { "WillowTree1_RtD", "柳树" }, { "WillowTree2_RtD", "柳树" }, { "MountainShroom1_RtD", "巨型蘑菇" }, { "MountainShroom2_RtD", "巨型蘑菇" }, { "MountainShroom3_RtD", "巨型蘑菇" }, { "MountainShroom4_RtD", "巨型蘑菇" }, { "CinderWood_RtD", "煤渣木" }, { "CinderWood_desc_RtD", "一股强大的气息,从这里散发而出。" }, { "FroWood_RtD", "弗洛伍德" }, { "FroWood_desc_RtD", "一股强大的气息,从这里散发而出。" }, { "FroMetalOre_RtD", "金属矿石" }, { "FroMetalOre_desc_RtD", "在高炉中冶炼" }, { "FroMetalBar_RtD", "来自金属棒" }, { "FroMetalBar_desc_RtD", "这用于强大的盔甲和武器" }, { "ShadowCrystal_RtD", "暗影水晶" }, { "ShadowCrystal_desc_RtD", "用于强力武器。" }, { "IceCrystal_RtD", "暗影水晶" }, { "IceCrystal_desc_RtD", "用于强力武器。" }, { "AcaciaSeeds_RtD", "金合欢种子" }, { "AcaciaSeeds_desc_RtD", "用于种植金合欢树" }, { "BlossomSeeds_RtD", "山茱萸种子" }, { "BlossomSeeds_desc_RtD", "用于种植山茱萸树" }, { "CottonWoodSeeds_RtD", "三叶杨种子" }, { "CottonWoodSeeds_desc_RtD", "用于种植三叶杨树" }, { "OakWoodSeeds_RtD", "橡子" }, { "OakWoodSeeds_desc_RtD", "用于种植橡木树" }, { "PalmTreeSeeds_RtD", "嗯,它不是椰子.." }, { "PalmTreeSeeds_desc_RtD", "用于种植棕榈树" }, { "RedPineSeeds_RtD", "红松果" }, { "RedPineSeeds_desc_RtD", "习惯了红松树" }, { "ThinPineSeeds_RtD", "绿色松果" }, { "ThinPineSeeds_desc_RtD", "用于种植更多松树" }, { "WillowSeeds_RtD", "柳树种子" }, { "WillowSeeds_desc_RtD", "用于种植柳树" }, { "WinterPineSeeds1_RtD", "冬天的松果" }, { "WinterPineSeeds1_desc_RtD", "用于种植冬季松树" }, { "WinterPineSeeds2_RtD", "霜冻松果" }, { "WinterPineSeeds2_desc_RtD", "用于种植冬季松树" }, { "AcaciaSapling_RtD", "金合欢树苗" }, { "BlossomSapling_RtD", "山茱萸树苗" }, { "CottonWoodSapling_RtD", "杨木树苗" }, { "MagicTreeSapling1_RtD", "魔法树苗" }, { "OakSapling_RtD", "橡木树苗" }, { "PalmTreeSapling_RtD", "棕榈树苗" }, { "RedPineSapling_RtD", "红松树苗" }, { "ThinPineSapling_RtD", "绿松树苗" }, { "WillowSapling_RtD", "柳树苗" }, { "WinterPineSapling1_RtD", "冬季松树苗" }, { "WinterPineSapling2_RtD", "冬季松树苗" }, { "MapleSapling1_RtD", "枫树苗" }, { "MapleSapling2_RtD", "枫树苗" }, { "SkullTrapMeadows_RtD", "这是一个陷阱" }, { "SkullTrapBlackForest_RtD", "这是一个陷阱" }, { "SkullTrapSwamp_RtD", "这是一个陷阱" }, { "SkullTrapMountain_RtD", "这是一个陷阱" }, { "SkullTrapPlains_RtD", "这是一个陷阱" }, { "SkullTrapMistlands_RtD", "这是一个陷阱" }, { "SkullTrapAshLands_RtD", "这是一个陷阱" }, { "SkullTrapDeepNorth_RtD", "这是一个陷阱" }, { "RuneStonePiece_RtD", "治疗符石" }, { "AshLandsSaplingD1_RtD", "患病树苗" }, { "AshLandsSaplingD2_RtD", "患病树苗" }, { "AshLandsSaplingD3_RtD", "患病树苗" }, { "SwampSapling1_RtD", "患病树苗" }, { "SwampSapling2_RtD", "患病树苗" }, { "AshLandsBush1P_RtD", "病株" }, { "AshLandsBush2P_RtD", "病株" }, { "AshLandsBush3P_RtD", "仙人掌" }, { "AshLandsBush4P_RtD", "仙人掌" }, { "AshLandsBush5P_RtD", "病株" }, { "AshLandsBush6P_RtD", "病株" }, { "AshLandsBush7P_RtD", "病株" }, { "AshLandsBush8P_RtD", "病株" }, { "AshLandsBush9P_RtD", "病株" }, { "AshLandsBush10P_RtD", "病株" }, { "AshLandsBush11P_RtD", "病株" }, { "AshLandsBush12P_RtD", "病株" }, { "AshLandsBush13P_RtD", "病株" }, { "AshLandsBush14P_RtD", "病株" }, { "AshLandsBush15P_RtD", "病株" }, { "AshLandsBush16P_RtD", "病株" }, { "AshLandsBush17P_RtD", "仙人掌" }, { "AshLandsBush18P_RtD", "仙人掌" }, { "AshLandsBush19P_RtD", "仙人掌" }, { "AshLandsBush20P_RtD", "仙人掌" }, { "AshLandsBush21P_RtD", "仙人掌" }, { "AshLandsBush22P_RtD", "仙人掌" }, { "AshLandsBush23P_RtD", "仙人掌" }, { "AshLandsBush24P_RtD", "仙人掌" }, { "AshLandsBush25P_RtD", "仙人掌" }, { "AshLandsBush26P_RtD", "仙人掌" }, { "BlackForestBush1P_RtD", "花" }, { "BlackForestBush2P_RtD", "花" }, { "BlackForestBush3P_RtD", "衬套" }, { "BlackForestBush4P_RtD", "衬套" }, { "BlackForestBush5P_RtD", "衬套" }, { "BlackForestBush6P_RtD", "牛蒡" }, { "BlackForestBush7P_RtD", "牛蒡" }, { "BlackForestBush8P_RtD", "牛蒡" }, { "BlackForestBush9P_RtD", "常青灌木" }, { "BlackForestBush10P_RtD", "常青灌木" }, { "BlackForestBush11P_RtD", "常青灌木" }, { "BlackForestBush12P_RtD", "常青灌木" }, { "DeepNorthBush1P_RtD", "野花" }, { "DeepNorthBush2P_RtD", "野花" }, { "DeepNorthBush3P_RtD", "野花" }, { "DeepNorthBush4P_RtD", "野花" }, { "DeepNorthBush5P_RtD", "野花" }, { "DeepNorthBush6P_RtD", "野花" }, { "DeepNorthBush7P_RtD", "野花" }, { "DeepNorthBush8P_RtD", "野花" }, { "DeepNorthBush9P_RtD", "野花" }, { "DeepNorthBush10P_RtD", "野花" }, { "MeadowsBush1P_RtD", "野花" }, { "MeadowsBush2P_RtD", "野花" }, { "MeadowsBush3P_RtD", "野花" }, { "MeadowsBush4P_RtD", "野花" }, { "MeadowsBush5P_RtD", "野花" }, { "MeadowsBush01P_RtD", "植物" }, { "MeadowsBush02P_RtD", "植物" }, { "MeadowsBush03P_RtD", "植物" }, { "MeadowsBush04P_RtD", "植物" }, { "MeadowsBush05P_RtD", "植物" }, { "Sapling1P_RtD", "小树" }, { "Sapling2P_RtD", "小树" }, { "SmallBushP_RtD", "衬套" }, { "MistLandsBush1P_RtD", "奇怪的植物" }, { "MistLandsBush2P_RtD", "奇怪的植物" }, { "MistLandsBush3P_RtD", "奇怪的植物" }, { "MistLandsBush4P_RtD", "奇怪的植物" }, { "MistLandsBush5P_RtD", "奇怪的植物" }, { "MistLandsBush6P_RtD", "野花" }, { "MistLandsBush7P_RtD", "植物" }, { "EverGreen1P_RtD", "常绿" }, { "EverGreen2P_RtD", "常绿" }, { "EverGreen3P_RtD", "常绿" }, { "EverGreen4P_RtD", "常绿" }, { "MountainBush1P_RtD", "野花" }, { "MountainBush2P_RtD", "野花" }, { "MountainBush3P_RtD", "野花" }, { "PlainsBush1P_RtD", "云浆果布什" }, { "PlainsBush2P_RtD", "云浆果布什" }, { "PlainsBush3P_RtD", "云浆果布什" }, { "PlainsBush4P_RtD", "竹子" }, { "PlainsBush5P_RtD", "竹子" }, { "PlainsBush6P_RtD", "竹子" }, { "PlainsBush7P_RtD", "竹子" }, { "PlainsBush8P_RtD", "竹子" }, { "DeadIvy1P_RtD", "死常春藤" }, { "DeadIvy2P_RtD", "死常春藤" }, { "SwampBush1P_RtD", "腐烂的植物" }, { "SwampBush2P_RtD", "腐烂的植物" }, { "SwampBush3P_RtD", "野花" }, { "SwampBush4P_RtD", "植物" }, { "SwampBush5P_RtD", "野花" }, { "SwampBush6P_RtD", "野花" }, { "SwampBush7P_RtD", "野花" }, { "SwampBush8P_RtD", "植物" }, { "SwampBush9P_RtD", "植物" }, { "SwampBush10P_RtD", "植物" }, { "SwampBush11P_RtD", "植物" }, { "SwampBush12P_RtD", "死布什" }, { "SwampBush13P_RtD", "死布什" }, { "SwampBush14P_RtD", "死布什" }, { "BlackShroom1P_RtD", "蘑菇" }, { "BlackShroom2P_RtD", "蘑菇" }, { "BlackShroom3P_RtD", "蘑菇" }, { "BlackShroom4P_RtD", "蘑菇" }, { "BlueShroom1P_RtD", "蘑菇" }, { "BlueShroom2P_RtD", "蘑菇" }, { "BlueShroom3P_RtD", "蘑菇" }, { "BlueShroom4P_RtD", "蘑菇" }, { "GreenShroom1P_RtD", "蘑菇" }, { "GreenShroom2P_RtD", "蘑菇" }, { "GreenShroom3P_RtD", "蘑菇" }, { "GreenShroom4P_RtD", "蘑菇" }, { "MeadowsShroom1P_RtD", "蘑菇" }, { "MeadowsShroom2P_RtD", "蘑菇" }, { "MeadowsShroom3P_RtD", "蘑菇" }, { "MeadowsShroom4P_RtD", "蘑菇" }, { "MountainShroom1P_RtD", "蘑菇" }, { "MountainShroom2P_RtD", "蘑菇" }, { "MountainShroom3P_RtD", "蘑菇" }, { "MountainShroom4P_RtD", "蘑菇" }, { "RedShroom1P_RtD", "蘑菇" }, { "RedShroom2P_RtD", "蘑菇" }, { "RedShroom3P_RtD", "蘑菇" }, { "RedShroom4P_RtD", "蘑菇" }, { "YellowShroom1P_RtD", "蘑菇" }, { "YellowShroom2P_RtD", "蘑菇" }, { "YellowShroom3P_RtD", "蘑菇" }, { "YellowShroom4P_RtD", "蘑菇" }, { "CloudberryBush_RtD", "云莓布什" }, { "GlowingMushroom_RtD", "发光蘑菇" }, { "Pickable_Dandelion_RtD", "蒲公英" }, { "Pickable_Mushroom_RtD", "蘑菇" }, { "Pickable_Mushroom_yellow_RtD", "黄蘑菇" }, { "Pickable_Thistle_RtD", "蓟" }, { "BlueberryBush_RtD", "蓝莓布什" }, { "Bush01_heath_RtD", "希思·布什" }, { "Bush01_RtD", "衬套" }, { "Bush02_en_RtD", "衬套" }, { "FirTree_small_dead_RtD", "死火" }, { "RaspberryBush_RtD", "覆盆子布什" }, { "Shrub_2_heath_RtD", "石南灌木" }, { "Shrub_2_RtD", "灌木" }, { "PlantSeedAshLands_RtD", "灰地种子" }, { "PlantSeedAshLands_desc_RtD", "用于种植所有 AshLands 植物的种子。" }, { "PlantSeedBlackForest_RtD", "黑森林种子" }, { "PlantSeedBlackForest_desc_RtD", "种植所有黑森林植物的种子。" }, { "PlantSeedDeepNorth_RtD", "深北种子" }, { "PlantSeedDeepNorth_desc_RtD", "用于种植所有 DeepNorth 植物的种子。" }, { "PlantSeedMeadows_RtD", "梅多斯种子" }, { "PlantSeedMeadows_desc_RtD", "种植所有梅多斯植物的种子。" }, { "PlantSeedMistlands_RtD", "迷雾之地种子" }, { "PlantSeedMistlands_desc_RtD", "种植所有迷雾之地植物的种子。" }, { "PlantSeedMountain_RtD", "山种子" }, { "PlantSeedMoutain_desc_RtD", "种植所有山地植物的种子。" }, { "PlantSeedPlains_RtD", "平原种子" }, { "PlantSeedPlains_desc_RtD", "种植所有平原植物的种子。" }, { "PlantSeedSwamp_RtD", "沼泽种子" }, { "PlantSeedSwamp_desc_RtD", "种植所有沼泽植物的种子。" }, { "Pickable_Flint_RtD", "可挑选的燧石" }, { "Pickable_Stone_RtD", "可挑选的石头" }, { "RedFirSapling_RtD", "红杉木" }, { "RedFirSmallPlant_RtD", "红杉木" } }); Localization = LocalizationManager.Instance.GetLocalization(); CustomLocalization localization3 = Localization; text = "French"; localization3.AddTranslation(ref text, new Dictionary<string, string> { { "AshLandsRock1_RtD", "Rocher calciné" }, { "AshLandsRock2_RtD", "Rocher calciné" }, { "AshLandsRock3_RtD", "Rocher calciné" }, { "AshLandsRock4_RtD", "Rocher calciné" }, { "AshLandsRock5_RtD", "Rocher calciné" }, { "AshLandsRock6_RtD", "Rocher calciné" }, { "CrystalFormation5_RtD", "Cristal d'Ombre" }, { "CrystalFormation6_RtD", "Cristal d'Ombre" }, { "CrystalFormation7_RtD", "Cristal d'Ombre" }, { "CrystalFormation8_RtD", "Cristal d'Ombre" }, { "AshLandsBush1_RtD", "Plante morte" }, { "AshLandsBush2_RtD", "Plante morte" }, { "AshLandsBush3_RtD", "Plante morte" }, { "AshLandsBush4_RtD", "Plante morte" }, { "AshLandsBush5_RtD", "Plante morte" }, { "AshLandsBush6_RtD", "Plante morte" }, { "AshLandsBush7_RtD", "Plante morte" }, { "AshLandsBush8_RtD", "Plante morte" }, { "AshLandsBush9_RtD", "Plante morte" }, { "AshLandsBush10_RtD", "Plante morte" }, { "AshLandsBush11_RtD", "Plante morte" }, { "AshLandsBush12_RtD", "Plante morte" }, { "AshLandsBush13_RtD", "Plante morte" }, { "AshLandsBush14_RtD", "Plante morte" }, { "AshLandsBush15_RtD", "Plante morte" }, { "AshLandsBush16_RtD", "Plante morte" }, { "AshLandsBush17_RtD", "Plante morte" }, { "AshLandsBush18_RtD", "Plante morte" }, { "AshLandsBush19_RtD", "Plante morte" }, { "AshLandsBush20_RtD", "Plante morte" }, { "AshLandsBush21_RtD", "Plante morte" }, { "AshLandsBush22_RtD", "Plante morte" }, { "AshLandsBush23_RtD", "Plante morte" }, { "AshLandsBush24_RtD", "Plante morte" }, { "AshLandsBush25_RtD", "Plante morte" }, { "AshLandsBush26_RtD", "Plante morte" }, { "AshLandsPlantPiece1_RtD", "Plante morte" }, { "BlackForestBush1_RtD", "Fleurs sauvages" }, { "BlackForestBush2_RtD", "Fleurs sauvages" }, { "BlackForestBush3_RtD", "Buisson" }, { "BlackForestBush4_RtD", "Buisson" }, { "BlackForestBush5_RtD", "Buisson" }, { "BlackForestBush6_RtD", "Chardon Bardane" }, { "BlackForestBush7_RtD", "Chardon Bardane" }, { "BlackForestBush8_RtD", "Chardon Bardane" }, { "ForestGreen1_RtD", "Buisson à feuilles persistantes" }, { "ForestGreen2_RtD", "Buisson à feuilles persistantes" }, { "ForestGreen3_RtD", "Buisson à feuilles persistantes" }, { "ForestGreen4_RtD", "Buisson à feuilles persistantes" }, { "DeadWoodHalf", "Bûche calcinée" }, { "DeadWoodLog", "Bûche calcinée" }, { "DeadWoodStump", "Souche calcinée" }, { "DeadTree1_RtD", "Arbre calciné" }, { "DeadTree2_RtD", "Arbre calciné" }, { "DeadTree3_RtD", "Arbre calciné" }, { "DeadTree4_RtD", "Arbre calciné" }, { "DeadTree5_RtD", "Arbre calciné" }, { "DeadTree6_RtD", "Arbre calciné" }, { "DeadTree7_RtD", "Arbre calciné" }, { "DeadTree8_RtD", "Arbre calciné" }, { "DeadTree9_RtD", "Arbre calciné" }, { "CrystalFormation1_RtD", "Cristal de glace" }, { "CrystalFormation2_RtD", "Cristal de glace" }, { "CrystalFormation3_RtD", "Cristal de glace" }, { "CrystalFormation4_RtD", "Cristal de glace" }, { "DeepNorthBush1_RtD", "Fleurs sauvages" }, { "DeepNorthBush2_RtD", "Fleurs sauvages" }, { "DeepNorthBush3_RtD", "Fleurs sauvages" }, { "DeepNorthBush4_RtD", "Fleurs sauvages" }, { "DeepNorthBush5_RtD", "Fleurs sauvages" }, { "DeepNorthBush6_RtD", "Fleurs sauvages" }, { "DeepNorthBush7_RtD", "Fleurs sauvages" }, { "DeepNorthBush8_RtD", "Fleurs sauvages" }, { "DeepNorthBush9_RtD", "Fleurs sauvages" }, { "DeepNorthBush10_RtD", "Fleurs sauvages" }, { "DeepNorthRock1_RtD", "Roche glacée" }, { "DeepNorthRock2_RtD", "Roche glacée" }, { "DeepNorthRock3_RtD", "Roche glacée" }, { "DeepNorthRock4_RtD", "Roche glacée" }, { "DeepNorthRock5_RtD", "Roche glacée" }, { "DeepNorthRock6_RtD", "Roche glacée" }, { "AcaciaLog", "Bûche" }, { "AcaciaLogHalf", "Bûche" }, { "BlossomLog", "Bûche" }, { "BlossomLogHalf", "Bûche" }, { "CottonWoodLog", "Bûche" }, { "CottonWoodHalf", "Bûche" }, { "OakWoodLog", "Bûche" }, { "OakWoodHalf", "Bûche" }, { "PineWoodHalf", "Bûche" }, { "PineWoodLog", "Bûche" }, { "PineWoodLog1", "Bûche" }, { "ForestTree1_RtD", "Érable" }, { "ForestTree2_RtD", "Érable" }, { "MagicLog1", "Bûche" }, { "MagicLog2", "Bûche" }, { "MagicLog3", "Bûche" }, { "MagicLog4", "Bûche" }, { "MagicLog5", "Bûche" }, { "MagicLog6", "Bûche" }, { "MagicLog7", "Bûche" }, { "MagicLog8", "Bûche" }, { "MagicLog9", "Bûche" }, { "MagicLog10", "Bûche" }, { "MagicStump1", "Souche" }, { "MagicStump2", "Souche" }, { "MagicStump3", "Souche" }, { "MagicStump4", "Souche" }, { "MagicStump5", "Souche" }, { "MagicStump6", "Souche" }, { "MagicStump7", "Souche" }, { "MagicStump8", "Souche" }, { "MagicStump9", "Souche" }, { "MagicStump10", "Souche" }, { "MagicTree1_RtD", "Arbre Magique" }, { "MagicTree2_RtD", "Arbre Magique" }, { "MagicTree3_RtD", "Arbre Magique" }, { "MagicTree4_RtD", "Arbre Magique" }, { "MagicTree5_RtD", "Arbre Magique" }, { "MagicTree6_RtD", "Arbre Carbonisé" }, { "MagicTree7_RtD", "Arbre Carbonisé" }, { "MagicTree8_RtD", "Arbre Carbonisé" }, { "MagicTree9_RtD", "Arbre Carbonisé" }, { "MagicTree10_RtD", "Arbre Carbonisé" }, { "MeadowsBush1_RtD", "Fleur Magique" }, { "MeadowsBush2_RtD", "Fleur Magique" }, { "MeadowsBush3_RtD", "Fleur Magique" }, { "MeadowsBush4_RtD", "Fleur Magique" }, { "MeadowsBush5_RtD", "Fleur Magique" }, { "MeadowsShroom1_RtD", "Champignon Géant" }, { "MeadowsShroom2_RtD", "Champignon Géant" }, { "MeadowsShroom3_RtD", "Champignon Géant" }, { "MeadowsShroom4_RtD", "Champignon Géant" }, { "MeadowsBush01_RtD", "Plante Étrange" }, { "MeadowsBush02_RtD", "Plante Étrange" }, { "MeadowsBush03_RtD", "Plante Étrange" }, { "MeadowsBush04_RtD", "Pousse" }, { "MeadowsBush05_RtD", "Buisson" }, { "MeadowsBush06_RtD", "Buisson" }, { "Sapling1_RtD", "Pousse" }, { "Sapling2_RtD", "Pousse" }, { "SmallBush_RtD", "Buisson" }, { "MistLandsBush1_RtD", "Plante Étrange" }, { "MistLandsBush2_RtD", "Plante Étrange" }, { "MistLandsBush3_RtD", "Plante Étrange" }, { "MistLandsBush4_RtD", "Plante Étrange" }, { "MistLandsBush5_RtD", "Plante Étrange" }, { "MistLandsBush6_RtD", "Fleur Magique" }, { "MistLandsBush7_RtD", "Plante Étrange" }, { "ShootStump_RtD", "Souche d'Yggdrasil" }, { "YggaShoot_Log_RtD", "Bûche d'Yggdrasil" }, { "YggaShoot_LogHalf_RtD", "Demi-bûche d'Yggdrasil" }, { "YggdrasilTree1_RtD", "Yggdrasil" }, { "YggdrasilTree2_RtD", "Yggdrasil" }, { "EverGreen1_RtD", "Buisson à feuilles persistantes" }, { "EverGreen2_RtD", "Buisson à feuilles persistantes" }, { "EverGreen3_RtD", "Buisson à feuilles persistantes" }, { "EverGreen4_RtD", "Buisson à feuilles persistantes" }, { "MountainBush1_RtD", "Fleurs sauvages hivernales" }, { "MountainBush2_RtD", "Fleurs sauvages hivernales" }, { "MountainBush3_RtD", "Fleurs sauvages hivernales" }, { "RedShroom1_RtD", "Champignon géant rouge" }, { "RedShroom2_RtD", "Champignon géant rouge" }, { "RedShroom3_RtD", "Champignon géant rouge" }, { "RedShroom4_RtD", "Champignon géant rouge" }, { "BlackShroom1_RtD", "Champignon géant noir" }, { "BlackShroom2_RtD", "Champignon géant noir" }, { "BlackShroom3_RtD", "Champignon géant noir" }, { "BlackShroom4_RtD", "Champignon géant noir" }, { "BlueShroom1_RtD", "Champignon géant bleu" }, { "BlueShroom2_RtD", "Champignon géant bleu" }, { "BlueShroom3_RtD", "Champignon géant bleu" }, { "BlueShroom4_RtD", "Champignon géant bleu" }, { "YellowShroom1_RtD", "Champignon géant jaune" }, { "YellowShroom2_RtD", "Champignon géant jaune" }, { "YellowShroom3_RtD", "Champignon géant jaune" }, { "YellowShroom4_RtD", "Champignon géant jaune" }, { "GreenShroom1_RtD", "Champignon géant vert" }, { "GreenShroom2_RtD", "Champignon géant vert" }, { "GreenShroom3_RtD", "Champignon géant vert" }, { "GreenShroom4_RtD", "Champignon géant vert" }, { "PalmLog", "Bûche" }, { "PalmLogHalf", "Bûche" }, { "PalmStump", "Souche" }, { "PalmTree1_RtD", "Palmier" }, { "PalmTree2_RtD", "Palmier" }, { "Acacia4_RtD", "Arbre d'acacia" }, { "AcaciaLog4", "Bûche" }, { "AcaciaStump4", "Souche" }, { "PlainsBush4_RtD", "Bambou" }, { "PlainsBush5_RtD", "Bambou" }, { "PlainsBush6_RtD", "Bambou" }, { "PlainsBush7_RtD", "Bambou" }, { "PlainsBush8_RtD", "Bambou" }, { "Acacia1_RtD", "Arbre d'acacia" }, { "Acacia2_RtD", "Arbre d'acacia" }, { "Acacia3_RtD", "Arbre d'acacia" }, { "Blossom1_RtD", "Cornouiller Fleuri" }, { "Blossom2_RtD", "Cornouiller Fleuri" }, { "Blossom3_RtD", "Cornouiller Fleuri" }, { "Blossom4_RtD", "Cornouiller Fleuri" }, { "Blossom5_RtD", "Cornouiller Fleuri" }, { "CottonWood1_RtD", "Peuplier" }, { "CottonWood2_RtD", "Peuplier" }, { "Oak1_RtD", "Chêne rouge" }, { "Oak2_RtD", "Chêne rouge" }, { "RedPine_RtD", "Pin rouge" }, { "ThinPine1_RtD", "Pin d'hiver" }, { "ThinPine2_RtD", "Pin d'hiver" }, { "WinterPine1_RtD", "Pin d'hiver" }, { "WinterPine2_RtD", "Pin d'hiver" }, { "WinterPine3_RtD", "Pin d'hiver" }, { "WinterPine4_RtD", "Pin d'hiver" }, { "WinterPine5_RtD", "Pin d'hiver" }, { "AcaciaStump", "Souche d'acacia" }, { "BlossomStump", "Souche de Cornouiller Fleuri" }, { "CottonWoodStump", "Souche de Peuplier" }, { "OakWoodStump", "Souche de Chêne" }, { "PineWoodStump", "Souche de Pin" }, { "SwampBush1_RtD", "Pousse en décomposition" }, { "SwampBush2_RtD", "Pousse en décomposition" }, { "SwampBush3_RtD", "Plante étrange" }, { "SwampBush4_RtD", "Plante étrange" }, { "SwampBush5_RtD", "Plante étrange" }, { "SwampBush6_RtD", "Plante étrange" }, { "SwampBush7_RtD", "Plante étrange" }, { "SwampBush8_RtD", "Plante étrange" }, { "SwampBush9_RtD", "Plante étrange" }, { "SwampBush10_RtD", "Plante étrange" }, { "SwampBush11_RtD", "Plante étrange" }, { "SwampBush12_RtD", "Buisson mort" }, { "SwampBush13_RtD", "Buisson mort" }, { "SwampBush14_RtD", "Buisson mort" }, { "SwampWoodHalf", "Bûche" }, { "SwampWoodLog", "Bûche" }, { "SwampTree1_RtD", "Arbre ancien" }, { "SwampTree2_RtD", "Arbre ancien" }, { "SwampTree3_RtD", "Arbre ancien" }, { "SwampTree4_RtD", "Arbre ancien" }, { "SwampTree5_RtD", "Arbre ancien" }, { "SwampTree6_RtD", "Arbre ancien" }, { "DeadIvy1_RtD", "Lierre mort" }, { "DeadIvy2_RtD", "Lierre mort" }, { "WillowLog", "Bûche" }, { "WillowLogHalf", "Bûche" }, { "WillowStump", "Souche" }, { "SwampWoodStump", "Souche" }, { "SwampWoodStump1", "Souche" }, { "WillowTree1_RtD", "Saule" }, { "WillowTree2_RtD", "Saule" }, { "MountainShroom1_RtD", "Champignon géant" }, { "MountainShroom2_RtD", "Champignon géant" }, { "MountainShroom3_RtD", "Champignon géant" }, { "MountainShroom4_RtD", "Champignon géant" }, { "CinderWood_RtD", "Bois de cendre" }, { "CinderWood_desc_RtD", "Une puissante aura émane de ceci." }, { "FroWood_RtD", "Bois de givre" }, { "FroWood_desc_RtD", "Une puissante aura émane de ceci." }, { "FroMetalOre_RtD", "Minerai de givre" }, { "FroMetalOre_desc_RtD", "Fondu dans le haut fourneau" }, { "FroMetalBar_RtD", "Barre de givre" }, { "FroMetalBar_desc_RtD", "Utilisée pour des armures et des armes puissantes" }, { "ShadowCrystal_RtD", "Cristal d'ombre" }, { "ShadowCrystal_desc_RtD", "Utilisé pour les armes puissantes." }, { "IceCrystal_RtD", "Crystal de glace" }, { "IceCrystal_desc_RtD", "Utilisé pour les armes puissantes." }, { "AcaciaSeeds_RtD", "Graines d'Acacia" }, { "AcaciaSeeds_desc_RtD", "Utile pour planter des Acacias" }, { "BlossomSeeds_RtD", "Graine de Cornouiller" }, { "BlossomSeeds_desc_RtD", "Utile pour planter des Cornouillers" }, { "CottonWoodSeeds_RtD", "Graines de Peuplier" }, { "CottonWoodSeeds_desc_RtD", "Utile pour planter des Peuplier" }, { "OakWoodSeeds_RtD", "Glands" }, { "OakWoodSeeds_desc_RtD", "Utile pour planter des Chênes" }, { "PalmTreeSeeds_RtD", "Hé non ce n'est pas une noix de coco" }, { "PalmTreeSeeds_desc_RtD", "Utile pour planter des Palmiers" }, { "RedPineSeeds_RtD", "Pommes de Pin rouge" }, { "RedPineSeeds_desc_RtD", "Utile pour planter des Pins rouges" }, { "ThinPineSeeds_RtD", "Pommes de Pin" }, { "ThinPineSeeds_desc_RtD", "Utile pour planter des Pins" }, { "WillowSeeds_RtD", "Graines de Saule pleureur" }, { "WillowSeeds_desc_RtD", "Utile pour planter des Saules pleureurs" }, { "WinterPineSeeds1_RtD", "Pomme de Pin hivernal" }, { "WinterPineSeeds1_desc_RtD", "Utile pour planter des Pins hivernaux" }, { "WinterPineSeeds2_RtD", "Pomme de Pin gelé" }, { "WinterPineSeeds2_desc_RtD", "Utile pour planter des Pins hivernaux" }, { "AcaciaSapling_RtD", "Pousse d'Acacia" }, { "BlossomSapling_RtD", "Pousse de Cornouiller" }, { "CottonWoodSapling_RtD", "Pousse de Peuplier" }, { "MagicTreeSapling1_RtD", "Pousse d'arbre magique'" }, { "OakSapling_RtD", "Pousse de Chêne rouge" }, { "PalmTreeSapling_RtD", "Pousse de Palmier" }, { "RedPineSapling_RtD", "Pousse de Pin rouge" }, { "ThinPineSapling_RtD", "Pousse de Pin" }, { "WillowSapling_RtD", "Pousse de Saule pleureur" }, { "WinterPineSapling1_RtD", "Pousse de Pin hivernal" }, { "WinterPineSapling2_RtD", "Pousse de Pin hivernal" }, { "MapleSapling1_RtD", "Pousse d'Érable" }, { "MapleSapling2_RtD", "Pousse d'Érable" }, { "SkullTrapMeadows_RtD", "C'EST UN PIÈGE" }, { "SkullTrapBlackForest_RtD", "C'EST UN PIÈGE" }, { "SkullTrapSwamp_RtD", "C'EST UN PIÈGE" }, { "SkullTrapMountain_RtD", "C'EST UN PIÈGE" }, { "SkullTrapPlains_RtD", "C'EST UN PIÈGE" }, { "SkullTrapMistlands_RtD", "C'EST UN PIÈGE" }, { "SkullTrapAshLands_RtD", "C'EST UN PIÈGE" }, { "SkullTrapDeepNorth_RtD", "C'EST UN PIÈGE" }, { "RuneStonePiece_RtD", "Rune de soins" }, { "AshLandsSaplingD1_RtD", "Pousse malade" }, { "AshLandsSaplingD2_RtD", "Pousse malade" }, { "AshLandsSaplingD3_RtD", "Pousse malade" }, { "SwampSapling1_RtD", "Pousse malade" }, { "SwampSapling2_RtD", "Pousse malade" }, { "AshLandsBush1P_RtD", "Plante malade" }, { "AshLandsBush2P_RtD", "Plante malade" }, { "AshLandsBush3P_RtD", "Cactus" }, { "AshLandsBush4P_RtD", "Cactus" }, { "AshLandsBush5P_RtD", "Plante malade" }, { "AshLandsBush6P_RtD", "Plante malade" }, { "AshLandsBush7P_RtD", "Plante malade" }, { "AshLandsBush8P_RtD", "Plante malade" }, { "AshLandsBush9P_RtD", "Plante malade" }, { "AshLandsBush10P_RtD", "Plante malade" }, { "AshLandsBush11P_RtD", "Plante malade" }, { "AshLandsBush12P_RtD", "Plante malade" }, { "AshLandsBush13P_RtD", "Plante malade" }, { "AshLandsBush14P_RtD", "Plante malade" }, { "AshLandsBush15P_RtD", "Plante malade" }, { "AshLandsBush16P_RtD", "Plante malade" }, { "AshLandsBush17P_RtD", "Cactus" }, { "AshLandsBush18P_RtD", "Cactus" }, { "AshLandsBush19P_RtD", "Cactus" }, { "AshLandsBush20P_RtD", "Cactus" }, { "AshLandsBush21P_RtD", "Cactus" }, { "AshLandsBush22P_RtD", "Cactus" }, { "AshLandsBush23P_RtD", "Cactus" }, { "AshLandsBush24P_RtD", "Cactus" }, { "AshLandsBush25P_RtD", "Cactus" }, { "AshLandsBush26P_RtD", "Cactus" }, { "BlackForestBush1P_RtD", "Fleur" }, { "BlackForestBush2P_RtD", "Fleur" }, { "BlackForestBush3P_RtD", "Buisson" }, { "BlackForestBush4P_RtD", "Buisson" }, { "BlackForestBush5P_RtD", "Buisson" }, { "BlackForestBush6P_RtD", "Chardon Bardane" }, { "BlackForestBush7P_RtD", "Chardon Bardane" }, { "BlackForestBush8P_RtD", "Chardon Bardane" }, { "BlackForestBush9P_RtD", "Buisson à feuilles persistantes" }, { "BlackForestBush10P_RtD", "Buisson à feuilles persistantes" }, { "BlackForestBush11P_RtD", "Buisson à feuilles persistantes" }, { "BlackForestBush12P_RtD", "Buisson à feuilles persistantes" }, { "DeepNorthBush1P_RtD", "Fleurs sauvages" }, { "DeepNorthBush2P_RtD", "Fleurs sauvages" }, { "DeepNorthBush3P_RtD", "Fleurs sauvages" }, { "DeepNorthBush4P_RtD", "Fleurs sauvages" }, { "DeepNorthBush5P_RtD", "Fleurs sauvages" }, { "DeepNorthBush6P_RtD", "Fleurs sauvages" }, { "DeepNorthBush7P_RtD", "Fleurs sauvages" }, { "DeepNorthBush8P_RtD", "Fleurs sauvages" }, { "DeepNorthBush9P_RtD", "Fleurs sauvages" }, { "DeepNorthBush10P_RtD", "Fleurs sauvages" }, { "MeadowsBush1P_RtD", "Fleurs sauvages" }, { "MeadowsBush2P_RtD", "Fleurs sauvages" }, { "MeadowsBush3P_RtD", "Fleurs sauvages" }, { "MeadowsBush4P_RtD", "Fleurs sauvages" }, { "MeadowsBush5P_RtD", "Fleurs sauvages" }, { "MeadowsBush01P_RtD", "Plante" }, { "MeadowsBush02P_RtD", "Plante" }, { "MeadowsBush03P_RtD", "Plante" }, { "MeadowsBush04P_RtD", "Plante" }, { "MeadowsBush05P_RtD", "Plante" }, { "Sapling1P_RtD", "Petit arbre" }, { "Sapling2P_RtD", "Petit arbre" }, { "SmallBushP_RtD", "Buisson" }, { "MistLandsBush1P_RtD", "Plante Étrange" }, { "MistLandsBush2P_RtD", "Plante Étrange" }, { "MistLandsBush3P_RtD", "Plante Étrange" }, { "MistLandsBush4P_RtD", "Plante Étrange" }, { "MistLandsBush5P_RtD", "Strange Plant" }, { "MistLandsBush6P_RtD", "Fleurs sauvages" }, { "MistLandsBush7P_RtD", "Plante" }, { "EverGreen1P_RtD", "Végétal à feuilles persistantes" }, { "EverGreen2P_RtD", "Végétal à feuilles persistantes" }, { "EverGreen3P_RtD", "Végétal à feuilles persistantes" }, { "EverGreen4P_RtD", "Végétal à feuilles persistantes" }, { "MountainBush1P_RtD", "Fleurs sauvages" }, { "MountainBush2P_RtD", "Fleurs sauvages" }, { "MountainBush3P_RtD", "Fleurs sauvages" }, { "PlainsBush1P_RtD", "Plaquebières" }, { "PlainsBush2P_RtD", "Plaquebières" }, { "PlainsBush3P_RtD", "Plaquebières" }, { "PlainsBush4P_RtD", "Bambou" }, { "PlainsBush5P_RtD", "Bambou" }, { "PlainsBush6P_RtD", "Bambou" }, { "PlainsBush7P_RtD", "Bambou" }, { "PlainsBush8P_RtD", "Bambou" }, { "DeadIvy1P_RtD", "Lierre mort" }, { "DeadIvy2P_RtD", "Lierre mort" }, { "SwampBush1P_RtD", "Plante en décomposition" }, { "SwampBush2P_RtD", "Rotting Plant" }, { "SwampBush3P_RtD", "Fleurs sauvages" }, { "SwampBush4P_RtD", "Plante" }, { "SwampBush5P_RtD", "Fleurs sauvages" }, { "SwampBush6P_RtD", "Fleurs sauvages" }, { "SwampBush7P_RtD", "Fleurs sauvages" }, { "SwampBush8P_RtD", "Plante" }, { "SwampBush9P_RtD", "Plante" }, { "SwampBush10P_RtD", "Plante" }, { "SwampBush11P_RtD", "Plante" }, { "SwampBush12P_RtD", "Buisson mort" }, { "SwampBush13P_RtD", "Buisson mort" }, { "SwampBush14P_RtD", "Buisson mort" }, { "BlackShroom1P_RtD", "Champignon noir" }, { "BlackShroom2P_RtD", "Champignon noir" }, { "BlackShroom3P_RtD", "Champignon noir" }, { "BlackShroom4P_RtD", "Champignon noir" }, { "BlueShroom1P_RtD", "Champignon bleu" }, { "BlueShroom2P_RtD", "Champignon bleu" }, { "BlueShroom3P_RtD", "Champignon bleu" }, { "BlueShroom4P_RtD", "Champignon bleu" }, { "GreenShroom1P_RtD", "Champignon vert" }, { "GreenShroom2P_RtD", "Champignon vert" }, { "GreenShroom3P_RtD", "Champignon vert" }, { "GreenShroom4P_RtD", "Champignon vert" }, { "MeadowsShroom1P_RtD", "Champignon" }, { "MeadowsShroom2P_RtD", "Champignon" }, { "MeadowsShroom3P_RtD", "Champignon" }, { "MeadowsShroom4P_RtD", "Champignon" }, { "MountainShroom1P_RtD", "Champignon" }, { "MountainShroom2P_RtD", "Champignon" }, { "MountainShroom3P_RtD", "Champignon" }, { "MountainShroom4P_RtD", "Champignon" }, { "RedShroom1P_RtD", "Champignon rouge" }, { "RedShroom2P_RtD", "Champignon rouge" }, { "RedShroom3P_RtD", "Champignon rouge" }, { "RedShroom4P_RtD", "Champignon rouge" }, { "YellowShroom1P_RtD", "Champignon jaune" }, { "YellowShroom2P_RtD", "Champignon jaune" }, { "YellowShroom3P_RtD", "Champignon jaune" }, { "YellowShroom4P_RtD", "Champignon jaune" }, { "CloudberryBush_RtD", "Plaquebières" }, { "GlowingMushroom_RtD", "Champignon phosporescent" }, { "Pickable_Dandelion_RtD", "Pissenlit" }, { "Pickable_Mushroom_JotunPuffs_RtD", "Bouffée de Jotun" }, { "Pickable_Mushroom_Magecap_RtD", "Chapeau-Sorcier" }, { "Pickable_Mushroom_RtD", "Champignon" }, { "Pickable_Mushroom_yellow_RtD", "Champignon jaune" }, { "Pickable_Thistle_RtD", "Chardon" }, { "BlueberryBush_RtD", "Myrtillier" }, { "Bush01_heath_RtD", "Bruyère" }, { "Bush01_RtD", "Buisson" }, { "Bush02_en_RtD", "Buisson" }, { "FirTree_small_dead_RtD", "Sapin mort" }, { "RaspberryBush_RtD", "Framboisier" }, { "shrub_2_heath_RtD", "Bruyère" }, { "shrub_2_RtD", "Arbrisseau" }, { "PlantSeedAshLands_RtD", "Graine des Terres de cendre" }, { "PlantSeedAshLands_desc_RtD", "Une graine pour planter toute les plantes des Terres de cendre" }, { "PlantSeedBlackForest_RtD", "Graine de la Forêt noire" }, { "PlantSeedBlackForest_desc_RtD", "Une graine pour planter toute les plantes de la Forêt noire" }, { "PlantSeedDeepNorth_RtD", "Graine du Grand nord" }, { "PlantSeedDeepNorth_desc_RtD", "Une graine pour planter toute les plantes du Grand nord" }, { "PlantSeedMeadows_RtD", "Grainde de la Prairie" }, { "PlantSeedMeadows_desc_RtD", "Une graine pour planter toute les plantes de la Prairie" }, { "PlantSeedMistlands_RtD", "Grainde des Terres brumeuses" }, { "PlantSeedMistlands_desc_RtD", "Une graine pour planter toute les plantes des Terres brumeuses" }, { "PlantSeedMountain_RtD", "Graine de la Montagne" }, { "PlantSeedMoutain_desc_RtD", "Une graine pour planter toute les plantes de la Montagne" }, { "PlantSeedPlains_RtD", "Graines des Plaines" }, { "PlantSeedPlains_desc_RtD", "Une graine pour planter toute les plantes des Plaines" }, { "PlantSeedSwamp_RtD", "Graine du Marais" }, { "PlantSeedSwamp_desc_RtD", "Une graine pour planter toute les graines des Marécages" } }); Localization = LocalizationManager.Instance.GetLocalization(); CustomLocalization localization4 = Localization; text = "German"; localization4.AddTranslation(ref text, new Dictionary<string, string> { { "AshLandsRock5_RtD", "Verkohlter Stein" }, { "AshLandsRock6_RtD", "Verkohlter Stein" }, { "CrystalFormation5_RtD", "Schattenkristall" }, { "CrystalFormation6_RtD", "Schattenkristall" }, { "CrystalFormation7_RtD", "Schattenkristall" }, { "CrystalFormation8_RtD", "Schattenkristall" }, { "AshLandsBush1_RtD", "Abgestorbene Pflanze" }, { "AshLandsBush2_RtD", "Abgestorbene Pflanze" }, { "AshLandsBush3_RtD", "Abgestorbene Pflanze" }, { "AshLandsBush4_RtD", "Abgestorbene Pflanze" }, { "AshLandsBush5_RtD", "Abgestorbene Pflanze" }, { "AshLandsBush6_RtD", "Abgestorbene Pflanze" }, { "AshLandsBush7_RtD", "Abgestorbene Pflanze" }, { "AshLandsBush8_RtD", "Abgestorbene Pflanze" }, { "AshLandsBush9_RtD", "Abgestorbene Pflanze" }, { "AshLandsBush10_RtD", "Abgestorbene Pflanze" }, { "AshLandsBush11_RtD", "Abgestorbene Pflanze" }, { "AshLandsBush12_RtD", "Abgestorbene Pflanze" }, { "AshLandsBush13_RtD", "Abgestorbene Pflanze" }, { "AshLandsBush14_RtD", "Abgestorbene Pflanze" }, { "AshLandsBush15_RtD", "Abgestorbene Pflanze" }, { "AshLandsBush16_RtD", "Abgestorbene Pflanze" }, { "AshLandsBush17_RtD", "Abgestorbene Pflanze" }, { "AshLandsBush18_RtD", "Abgestorbene Pflanze" }, { "AshLandsBush19_RtD", "Abgestorbene Pflanze" }, { "AshLandsBush20_RtD", "Abgestorbene Pflanze" }, { "AshLandsBush21_RtD", "Abgestorbene Pflanze" }, { "AshLandsBush22_RtD", "Abgestorbene Pflanze" }, { "AshLandsBush23_RtD", "Abgestorbene Pflanze" }, { "AshLandsBush24_RtD", "Abgestorbene Pflanze" }, { "AshLandsBush25_RtD", "Abgestorbene Pflanze" }, { "AshLandsBush26_RtD", "Abgestorbene Pflanze" }, { "BlackForestBush1_RtD", "Wildblume" }, { "BlackForestBush2_RtD", "Wildblume" }, { "BlackForestBush3_RtD", "Busch" }, { "BlackForestBush4_RtD", "Busch" }, { "BlackForestBush5_RtD", "Busch" }, { "BlackForestBush6_RtD", "Klette" }, { "BlackForestBush7_RtD", "Klette" }, { "BlackForestBush8_RtD", "Klette" }, { "ForestGreen1_RtD", "Immergrün" }, { "ForestGreen2_RtD", "Immergrün" }, { "ForestGreen3_RtD", "Immergrün" }, { "ForestGreen4_RtD", "Immergrün" }, { "DeadWoodHalf", "Verkohlter Baumstamm" }, { "DeadWoodLog", "Verkohlter Baumstamm" }, { "DeadWoodStump", "Verkohlter Baumstumpf" }, { "DeadTree1_RtD", "Verkohlter Baum" }, { "DeadTree2_RtD", "Verkohlter Baum" }, { "DeadTree3_RtD", "Verkohlter Baum" }, { "DeadTree4_RtD", "Verkohlter Baum" }, { "DeadTree5_RtD", "Verkohlter Baum" }, { "DeadTree6_RtD", "Verkohlter Baum" }, { "DeadTree7_RtD", "Verkohlter Baum" }, { "DeadTree8_RtD", "Verkohlter Baum" }, { "DeadTree9_RtD", "Verkohlter Baum" }, { "CrystalFormation1_RtD", "Eis Kristall" }, { "CrystalFormation2_RtD", "Eis Kristall" }, { "CrystalFormation3_RtD", "Eis Kristall" }, { "CrystalFormation4_RtD", "Eis Kristall" }, { "DeepNorthBush1_RtD", "Wildblume" }, { "DeepNorthBush2_RtD", "Wildblume" }, { "DeepNorthBush3_RtD", "Wildblume" }, { "DeepNorthBush4_RtD", "Wildblume" }, { "DeepNorthBush5_RtD", "Wildblume" }, { "DeepNorthBush6_RtD", "Wildblume" }, { "DeepNorthBush7_RtD", "Wildblume" }, { "DeepNorthBush8_RtD", "Wildblume" }, { "DeepNorthBush9_RtD", "Wildblume" }, { "DeepNorthBush10_RtD", "Wildblume" }, { "DeepNorthRock5_RtD", "Eisiger Felsen" }, { "DeepNorthRock6_RtD", "Eisiger Felsen" }, { "AcaciaLog", "Stamm" }, { "AcaciaLogHalf", "Halber Stamm" }, { "BlossomLog", "Stamm" }, { "BlossomLogHalf", "Halber Stamm" }, { "CottonWoodLog", "Stamm" }, { "CottonWoodHalf", "Halber Stamm" }, { "OakWoodLog", "Stamm" }, { "OakWoodHalf", "Halber Stamm" }, { "PineWoodHalf", "Halber Stamm" }, { "PineWoodLog", "Stamm" }, { "PineWoodLog1", "Stamm" }, { "ForestTree1_RtD", "Ahornbaum" }, { "ForestTree2_RtD", "Ahornbaum" }, { "MagicLog1", "Stamm" }, { "MagicLog2", "Stamm" }, { "MagicLog3", "Stamm" }, { "MagicLog4", "Stamm" }, { "MagicLog5", "Stamm" }, { "MagicLog6", "Stamm" }, { "MagicLog7", "Stamm" }, { "MagicLog8", "Stamm" }, { "MagicLog9", "Stamm" }, { "MagicLog10", "Stamm" }, { "MagicStump1", "Stumpf" }, { "MagicStump2", "Stumpf" }, { "MagicStump3", "Stumpf" }, { "MagicStump4", "Stumpf" }, { "MagicStump5", "Stumpf" }, { "MagicStump6", "Stumpf" }, { "MagicStump7", "Stumpf" }, { "MagicStump8", "Stumpf" }, { "MagicStump9", "Stumpf" }, { "MagicStump10", "Stumpf" }, { "MagicTree1_RtD", "Magiebaum" }, { "MagicTree2_RtD", "Magiebaum" }, { "MagicTree3_RtD", "Magiebaum" }, { "MagicTree4_RtD", "Magiebaum" }, { "MagicTree5_RtD", "Magiebaum" }, { "MagicTree6_RtD", "Verkohlter Baum" }, { "MagicTree7_RtD", "Verkohlter Baum" }, { "MagicTree8_RtD", "Verkohlter Baum" }, { "MagicTree9_RtD", "Verkohlter Baum" }, { "MagicTree10_RtD", "Verkohlter Baum" }, { "MeadowsBush1_RtD", "Magische Blume" }, { "MeadowsBush2_RtD", "Magische Blume" }, { "MeadowsBush3_RtD", "Magische Blume" }, { "MeadowsBush4_RtD", "Magische Blume" }, { "MeadowsBush5_RtD", "Magische Blume" }, { "MeadowsShroom1_RtD", "Großer Pilz" }, { "MeadowsShroom2_RtD", "Großer Pilz" }, { "MeadowsShroom3_RtD", "Großer Pilz" }, { "MeadowsShroom4_RtD", "Großer Pilz" }, { "MeadowsBush01_RtD", "Seltsame Pflanze" }, { "MeadowsBush02_RtD", "Seltsame Pflanze" }, { "MeadowsBush03_RtD", "Seltsame Pflanze" }, { "MeadowsBush04_RtD", "Setzling" }, { "MeadowsBush05_RtD", "Busch" }, { "MeadowsBush06_RtD", "Busch" }, { "Sapling1_RtD", "Setzling" }, { "Sapling2_RtD", "Setzling" }, { "SmallBush_RtD", "Busch" }, { "MistLandsBush1_RtD", "Seltsame Pflanze" }, { "MistLandsBush2_RtD", "Seltsame Pflanze" }, { "MistLandsBush3_RtD", "Seltsame Pflanze" }, { "MistLandsBush4_RtD", "Seltsame Pflanze" }, { "MistLandsBush5_RtD", "Seltsame Pflanze" }, { "MistLandsBush6_RtD", "Magische Blume" }, { "MistLandsBush7_RtD", "Seltsame Pflanze" }, { "ShootStump_RtD", "Yggdrasil-Stumpf" }, { "YggaShoot_Log_RtD", "Yggdrasil Stamm" }, { "YggaShoot_LogHalf_RtD", "Yggdrasil Stamm" }, { "YggdrasilTree1_RtD", "Yggdrasil" }, { "YggdrasilTree2_RtD", "Yggdrasil" }, { "EverGreen1_RtD", "Immergrün" }, { "EverGreen2_RtD", "Immergrün" }, { "EverGreen3_RtD", "Immergrün" }, { "EverGreen4_RtD", "Immergrün" }, { "MountainBush1_RtD", "Winter-Wildblume" }, { "MountainBush2_RtD", "Winter-Wildblume" }, { "MountainBush3_RtD", "Winter-Wildblume" }, { "RedShroom1_RtD", "Riesenpilz" }, { "RedShroom2_RtD", "Riesenpilz" }, { "RedShroom3_RtD", "Riesenpilz" }, { "RedShroom4_RtD", "Riesenpilz" }, { "BlackShroom1_RtD", "Riesenpilz" }, { "BlackShroom2_RtD", "Riesenpilz" }, { "BlackShroom3_RtD", "Riesenpilz" }, { "BlackShroom4_RtD", "Riesenpilz" }, { "BlueShroom1_RtD", "Riesenpilz" }, { "BlueShroom2_RtD", "Riesenpilz" }, { "BlueShroom3_RtD", "Riesenpilz" }, { "BlueShroom4_RtD", "Riesenpilz" }, { "YellowShroom1_RtD", "Riesenpilz" }, { "YellowShroom2_RtD", "Riesenpilz" }, { "YellowShroom3_RtD", "Riesenpilz" }, { "YellowShroom4_RtD", "Riesenpilz" }, { "GreenShroom1_RtD", "Riesenpilz" }, { "GreenShroom2_RtD", "Riesenpilz" }, { "GreenShroom3_RtD", "Riesenpilz" }, { "GreenShroom4_RtD", "Riesenpilz" }, { "PalmLog", "Stamm" }, { "PalmLogHalf", "Stamm" }, { "PalmStump", "Stumpf" }, { "PalmTree1_RtD", "Palme" }, { "PalmTree2_RtD", "Palme" }, { "Acacia4_RtD", "Akazie" }, { "AcaciaLog4", "Stamm" }, { "AcaciaStump4", "Stumpf" }, { "PlainsBush4_RtD", "Bambus" }, { "PlainsBush5_RtD", "Bambus" }, { "PlainsBush6_RtD", "Bambus" }, { "PlainsBush7_RtD", "Bambus" }, { "PlainsBush8_RtD", "Bambus" }, { "Acacia1_RtD", "Akazie" }, { "Acacia2_RtD", "Akazie" }, { "Acacia3_RtD", "Akazie" }, { "Blossom1_RtD", "Blühendes Hundeholz" }, { "Blossom2_RtD", "Blühendes Hundeholz" }, { "Blossom3_RtD", "Blühendes Hundeholz" }, { "Blossom4_RtD", "Blühendes Hundeholz" }, { "Blossom5_RtD", "Blühendes Hundeholz" }, { "CottonWood1_RtD", "Pappelbaum" }, { "CottonWood2_RtD", "Pappelbaum" }, { "Oak1_RtD", "Roteiche" }, { "Oak2_RtD", "Roteiche" }, { "RedPine_RtD", "Rote Kiefer" }, { "ThinPine1_RtD", "Winterkiefer" }, { "ThinPine2_RtD", "Winterkiefer" }, { "WinterPine1_RtD", "Winterkiefer" }, { "WinterPine2_RtD", "Winterkiefer" }, { "WinterPine3_RtD", "Winterkiefer" }, { "WinterPine4_RtD", "Winterkiefer" }, { "WinterPine5_RtD", "Winterkiefer" }, { "AcaciaStump", "Stumpf" }, { "BlossomStump", "Stumpf" }, { "CottonWoodStump", "Stumpf" }, { "OakWoodStump", "Stumpf" }, { "PineWoodStump", "Stumpf" }, { "SwampBush1_RtD", "Verrottender Setzling" }, { "SwampBush2_RtD", "Verrottender Setzling" }, { "SwampBush3_RtD", "Seltsame Pflanze" }, { "SwampBush4_RtD", "Seltsame Pflanze" }, { "SwampBush5_RtD", "Seltsame Pflanze" }, { "SwampBush6_RtD", "Seltsame Pflanze" }, { "SwampBush7_RtD", "Seltsame Pflanze" }, { "SwampBush8_RtD", "Seltsame Pflanze" }, { "SwampBush9_RtD", "Seltsame Pflanze" }, { "SwampBush10_RtD", "Seltsame Pflanze" }, { "SwampBush11_RtD", "Seltsame Pflanze" }, { "SwampBush12_RtD", "Todesbusch" }, { "SwampBush13_RtD", "Todesbusch" }, { "SwampBush14_RtD", "Todesbusch" }, { "SwampWoodHalf", "Stamm" }, { "SwampWoodLog", "Stamm" }, { "SwampTree1_RtD", "Alter Baum" }, { "SwampTree2_RtD", "Alter Baum" }, { "SwampTree3_RtD", "Alter Baum" }, { "SwampTree4_RtD", "Alter Baum" }, { "SwampTree5_RtD", "Alter Baum" }, { "SwampTree6_RtD", "Alter Baum" }, { "DeadIvy1_RtD", "Toter Efeu" }, { "DeadIvy2_RtD", "Toter Efeu" }, { "WillowLog", "Stamm" }, { "WillowLogHalf", "Stamm" }, { "WillowStump", "Stumpf" }, { "SwampWoodStump", "Stumpf" }, { "WillowTree1_RtD", "Trauerweide" }, { "WillowTree2_RtD", "Trauerweide" }, { "MountainShroom1_RtD", "Riesenpilz" }, { "MountainShroom2_RtD", "Riesenpilz" }, { "MountainShroom3_RtD", "Riesenpilz" }, { "MountainShroom4_RtD", "Riesenpilz" }, { "CinderWood_RtD", "Aschenholz" }, { "CinderWood_desc_RtD", "Davon geht eine starke Aura aus." }, { "FroWood_RtD", "Gefrorenes Holz" }, { "FroWood_desc_RtD", "Davon geht eine starke Aura aus." }, { "FroMetalOre_RtD", "Gefrorenes Metallerz" }, { "FroMetalOre_desc_RtD", "Im Hochofen schmelzen" }, { "FroMetalBar_RtD", "Gefrorener Metallbarren" }, { "FroMetalBar_desc_RtD", "Dies wird für mächtige Rüstungen und Waffen verwendet" }, { "CoralStone1_RtD", "Koralle" }, { "CoralStone2_RtD", "Koralle" }, { "CoralStone3_RtD", "Koralle" }, { "CoralStone4_RtD", "Koralle" }, { "CoralStone5_RtD", "Koralle" }, { "CoralStone6_RtD", "Koralle" }, { "CoralStone7_RtD", "Koralle" }, { "CoralStone8_RtD", "Koralle" }, { "CoralStone9_RtD", "Koralle" }, { "CoralStone10_RtD", "Koralle" }, { "CoralStone11_RtD", "Koralle" }, { "CoralStone12_RtD", "Koralle" }, { "CoralStone13_RtD", "Koralle" }, { "CoralStone14_RtD", "Koralle" }, { "CoralStone15_RtD", "Koralle" }, { "CoralStone16_RtD", "Koralle" }, { "CoralStone17_RtD", "Koralle" }, { "CoralStone18_RtD", "Koralle" }, { "CoralStone19_RtD", "Koralle" }, { "CoralStone20_RtD", "Koralle" }, { "CoralStone21_RtD", "Koralle" }, { "CoralStone22_RtD", "Koralle" }, { "CoralStone23_RtD", "Koralle" }, { "CoralStone24_RtD", "Koralle" }, { "CoralStone25_RtD", "Koralle" }, { "CoralStone26_RtD", "Koralle" }, { "CoralStone27_RtD", "Koralle" }, { "CoralStone28_RtD", "Koralle" }, { "CoralStone29_RtD", "Koralle" }, { "CoralStone30_RtD", "Koralle" }, { "Sponge1_RtD", "Meeresschwamm" }, { "Sponge2_RtD", "Meeresschwamm" }, { "Sponge3_RtD", "Meeresschwamm" }, { "Sponge4_RtD", "Meeresschwamm" }, { "Sponge5_RtD", "Meeresschwamm" }, { "Sponge6_RtD", "Meeresschwamm" }, { "Sponge7_RtD", "Meeresschwamm" }, { "Sponge8_RtD", "Meeresschwamm" }, { "Sponge9_RtD", "Meeresschwamm" }, { "Sponge10_RtD", "Meeresschwamm" }, { "Sponge11_RtD", "Meeresschwamm" }, { "CoralReef1_RtD", "Korallenriff" }, { "CoralReef2_RtD", "Korallenriff" }, { "CoralReef3_RtD", "Korallenriff" }, { "CoralReef4_RtD", "Korallenriff" }, { "CoralReef5_RtD", "Korallenriff" }, { "CoralReef6_RtD", "Korallenriff" }, { "CoralReef7_RtD", "Korallenriff" }, { "CoralReef8_RtD", "Korallenriff" }, { "CoralReef9_RtD", "Korallenriff" }, { "ShadowCrystal_RtD", "Schattenkristall" }, { "ShadowCrystal_desc_RtD", "Wird für mächtige Waffen verwendet." }, { "IceCrystal_RtD", "Eis Kristall" }, { "IceCrystal_desc_RtD", "Wird für mächtige Waffen verwendet." } }); Localization = LocalizationManager.Instance.GetLocalization(); CustomLocalization localization5 = Localization; text = "Polish"; localization5.AddTranslation(ref text, new Dictionary<string, string> { { "AshLandsRock5_RtD", "Zwęglona Skała" }, { "AshLandsRock6_RtD", "Zwęglona Skała" }, { "CrystalFormation5_RtD", "Kryształ Cienia" }, { "CrystalFormation6_RtD", "Kryształ Cienia" }, { "CrystalFormation7_RtD", "Kryształ Cienia" }, { "CrystalFormation8_RtD", "Kryształ Cienia" }, { "AshLandsBush1_RtD", "Martwa Roślina" }, { "AshLandsBush2_RtD", "Martwa Roślina" }, { "AshLandsBush3_RtD", "Martwa Roślina" }, { "AshLandsBush4_RtD", "Martwa Roślina" }, { "AshLandsBush5_RtD", "Martwa Roślina" }, { "AshLandsBush6_RtD", "Martwa Roślina" }, { "AshLandsBush7_RtD", "Martwa Roślina" }, { "AshLandsBush8_RtD", "Martwa Roślina" }, { "AshLandsBush9_RtD", "Martwa Roślina" }, { "AshLandsBush10_RtD", "Martwa Roślina" }, { "AshLandsBush11_RtD", "Martwa Roślina" }, { "AshLandsBush12_RtD", "Martwa Roślina" }, { "AshLandsBush13_RtD", "Martwa Roślina" }, { "AshLandsBush14_RtD", "Martwa Roślina" }, { "AshLandsBush15_RtD", "Martwa Roślina" }, { "AshLandsBush16_RtD", "Martwa Roślina" }, { "AshLandsBush17_RtD", "Martwa Roślina" }, { "AshLandsBush18_RtD", "Martwa Roślina" }, { "AshLandsBush19_RtD", "Martwa Roślina" }, { "AshLandsBush20_RtD", "Martwa Roślina" }, { "AshLandsBush21_RtD", "Martwa Roślina" }, { "AshLandsBush22_RtD", "Martwa Roślina" }, { "AshLandsBush23_RtD", "Martwa Roślina" }, { "AshLandsBush24_RtD", "Martwa Roślina" }, { "AshLandsBush25_RtD", "Martwa Roślina" }, { "AshLandsBush26_RtD", "Martwa Roślina" }, { "BlackForestBush1_RtD", "Dziki Kwiat" }, { "BlackForestBush2_RtD", "Dziki Kwiat" }, { "BlackForestBush3_RtD", "Krzak" }, { "BlackForestBush4_RtD", "Krzak" }, { "BlackForestBush5_RtD", "Krzak" }, { "BlackForestBush6_RtD", "Łopian" }, { "BlackForestBush7_RtD", "Łopian" }, { "BlackForestBush8_RtD", "Łopian" }, { "ForestGreen1_RtD", "Jałowiec" }, { "ForestGreen2_RtD", "Jałowiec" }, { "ForestGreen3_RtD", "Jałowiec" }, { "ForestGreen4_RtD", "Jałowiec" }, { "DeadWoodHalf", "Zwęglona Kłoda" }, { "DeadWoodLog", "Zwęglona Kłoda" }, { "DeadWoodStump", "Zwęglony Pień" }, { "DeadTree1_RtD", "Zwęglone Drzewo" }, { "DeadTree2_RtD", "Zwęglone Drzewo" }, { "DeadTree3_RtD", "Zwęglone Drzewo" }, { "DeadTree4_RtD", "Zwęglone Drzewo" }, { "DeadTree5_RtD", "Zwęglone Drzewo" }, { "DeadTree6_RtD", "Zwęglone Drzewo" }, { "DeadTree7_RtD", "Zwęglone Drzewo" }, { "DeadTree8_RtD", "Zwęglone Drzewo" }, { "DeadTree9_RtD", "Zwęglone Drzewo" }, { "CrystalFormation1_RtD", "Kryształ Lodu" }, { "CrystalFormation2_RtD", "Kryształ Lodu" }, { "CrystalFormation3_RtD", "Kryształ Lodu" }, { "CrystalFormation4_RtD", "Kryształ Lodu" }, { "DeepNorthBush1_RtD", "Zimowy Dziki Kwiat" }, { "DeepNorthBush2_RtD", "Zimowy Dziki Kwiat" }, { "DeepNorthBush3_RtD", "Zimowy Dziki Kwiat" }, { "DeepNorthBush4_RtD", "Zimowy Dziki Kwiat" }, { "DeepNorthBush5_RtD", "Zimowy Dziki Kwiat" }, { "DeepNorthBush6_RtD", "Zimowy Dziki Kwiat" }, { "DeepNorthBush7_RtD", "Zimowy Dziki Kwiat" }, { "DeepNorthBush8_RtD", "Zimowy Dziki Kwiat" }, { "DeepNorthBush9_RtD", "Zimowy Dziki Kwiat" }, { "DeepNorthBush10_RtD", "Zimowy Dziki Kwiat" }, { "DeepNorthRock5_RtD", "Lodowa Skała" }, { "DeepNorthRock6_RtD", "Lodowa Skała" }, { "AcaciaLog", "Kłoda" }, { "AcaciaLogHalf", "Kłoda" }, { "BlossomLog", "Kłoda" }, { "BlossomLogHalf", "Kłoda" }, { "CottonWoodLog", "Kłoda" }, { "CottonWoodHalf", "Kłoda" }, { "OakWoodLog", "Kłoda" }, { "OakWoodHalf", "Kłoda" }, { "PineWoodHalf", "Kłoda" }, { "PineWoodLog", "Kłoda" }, { "PineWoodLog1", "Kłoda" }, { "ForestTree1_RtD", "Klon" }, { "ForestTree2_RtD", "Klon" }, { "MagicLog1", "Kłoda" }, { "MagicLog2", "Kłoda" }, { "MagicLog3", "Kłoda" }, { "MagicLog4", "Kłoda" }, { "MagicLog5", "Kłoda" }, { "MagicLog6", "Kłoda" }, { "MagicLog7", "Kłoda" }, { "MagicLog8", "Kłoda" }, { "MagicLog9", "Kłoda" }, { "MagicLog10", "Kłoda" }, { "MagicStump1", "Pień" }, { "MagicStump2", "Pień" }, { "MagicStump3", "Pień" }, { "MagicStump4", "Pień" }, { "MagicStump5", "Pień" }, { "MagicStump6", "Pień" }, { "MagicStump7", "Pień" }, { "MagicStump8", "Pień" }, { "MagicStump9", "Pień" }, { "MagicStump10", "Pień" }, { "MagicTree1_RtD", "Magiczne Drzewo" }, { "MagicTree2_RtD", "Magiczne Drzewo" }, { "MagicTree3_RtD", "Magiczne Drzewo" }, { "MagicTree4_RtD", "Magiczne Drzewo" }, { "MagicTree5_RtD", "Magiczne Drzewo" }, { "MagicTree6_RtD", "Zwęglone Drzewo" }, { "MagicTree7_RtD", "Zwęglone Drzewo" }, { "MagicTree8_RtD", "Zwęglone Drzewo" }, { "MagicTree9_RtD", "Zwęglone Drzewo" }, { "MagicTree10_RtD", "Zwęglone Drzewo" }, { "MeadowsBush1_RtD", "Magiczny Kwiat" }, { "MeadowsBush2_RtD", "Magiczny Kwiat" }, { "MeadowsBush3_RtD", "Magiczny Kwiat" }, { "MeadowsBush4_RtD", "Magiczny Kwiat" }, { "MeadowsBush5_RtD", "Magiczny Kwiat" }, { "MeadowsShroom1_RtD", "Duży Grzyb" }, { "MeadowsShroom2_RtD", "Duży Grzyb" }, { "MeadowsShroom3_RtD", "Duży Grzyb" }, { "MeadowsShroom4_RtD", "Duży Grzyb" }, { "MeadowsBush01_RtD", "Dziwna Roślina" }, { "MeadowsBush02_RtD", "Dziwna Roślina" }, { "MeadowsBush03_RtD", "Dziwna Roślina" }, { "MeadowsBush04_RtD", "Drzewko" }, { "MeadowsBush05_RtD", "Krzak" }, { "MeadowsBush06_RtD", "Krzak" }, { "Sapling1_RtD", "Drzewko" }, { "Sapling2_RtD", "Drzewko" }, { "SmallBush_RtD", "Krzak" }, { "MistLandsBush1_RtD", "Dziwna Roślina" }, { "MistLandsBush2_RtD", "Dziwna Roślina" }, { "MistLandsBush3_RtD", "Dziwna Roślina" }, { "MistLandsBush4_RtD", "Dziwna Roślina" }, { "MistLandsBush5_RtD", "Dziwna Roślina" }, { "MistLandsBush6_RtD", "Magiczny Kwiat" }, { "MistLandsBush7_RtD", "Dziwna Roślina" }, { "ShootStump_RtD", "Pień Yggdrasil" }, { "YggaShoot_Log_RtD", "Kłoda Yggdrasil" }, { "YggaShoot_LogHalf_RtD", "Kłoda Yggdrasil" }, { "YggdrasilTree1_RtD", "Yggdrasil" }, { "YggdrasilTree2_RtD", "Yggdrasil" }, { "EverGreen1_RtD", "Krzak Jałowca" }, { "EverGreen2_RtD", "Krzak Jałowca" }, { "EverGreen3_RtD", "Krzak Jałowca" }, { "EverGreen4_RtD", "Krzak Jałowca" }, { "MountainBush1_RtD", "Zimowy Dziki Kwiat" }, { "MountainBush2_RtD", "Zimowy Dziki Kwiat" }, { "MountainBush3_RtD", "Zimowy Dziki Kwiat" }, { "RedShroom1_RtD", "Gigantyczny Czerwony Grzyb" }, { "RedShroom2_RtD", "Gigantyczny Czerwony Grzyb" }, { "RedShroom3_RtD", "Gigantyczny Czerwony Grzyb" }, { "RedShroom4_RtD", "Gigantyczny Czerwony Grzyb" }, { "BlackShroom1_RtD", "Gigantyczny Czarny Grzyb" }, { "BlackShroom2_RtD", "Gigantyczny Czarny Grzyb" }, { "BlackShroom3_RtD", "Gigantyczny Czarny Grzyb" }, { "BlackShroom4_RtD", "Gigantyczny Czarny Grzyb" }, { "BlueShroom1_RtD", "Gigantyczny Niebieski Grzyb" }, { "BlueShroom2_RtD", "Gigantyczny Niebieski Grzyb" }, { "BlueShroom3_RtD", "Gigantyczny Niebieski Grzyb" }, { "BlueShroom4_RtD", "Gigantyczny Niebieski Grzyb" }, { "YellowShroom1_RtD", "Gigantyczny Żółty Grzyb" }, { "YellowShroom2_RtD", "Gigantyczny Żółty Grzyb" }, { "YellowShroom3_RtD", "Gigantyczny Żółty Grzyb" }, { "YellowShroom4_RtD", "Gigantyczny Żółty Grzyb" }, { "GreenShroom1_RtD", "Gigantyczny Zielony Grzyb" }, { "GreenShroom2_RtD", "Gigantyczny Zielony Grzyb" }, { "GreenShroom3_RtD", "Gigantyczny Zielony Grzyb" }, { "GreenShroom4_RtD", "Gigantyczny Zielony Grzyb" }, { "PalmLog", "Kłoda" }, { "PalmLogHalf", "Kłoda" }, { "PalmStump", "Kłoda" }, { "PalmTree1_RtD", "Drzewo Palmowe" }, { "PalmTree2_RtD", "Drzewo Palmowe" }, { "Acacia4_RtD", "Akacja" }, { "AcaciaLog4", "Kłoda" }, { "AcaciaStump4", "Pień" }, { "PlainsBush4_RtD", "Bambus" }, { "PlainsBush5_RtD", "Bambus" }, { "PlainsBush6_RtD", "Bambus" }, { "PlainsBush7_RtD", "Bambus" }, { "PlainsBush8_RtD", "Bambus" }, { "Acacia1_RtD", "Akacja" }, { "Acacia2_RtD", "Akacja" }, { "Acacia3_RtD", "Akacja" }, { "Blossom1_RtD", "Dereń Kwiecisty" }, { "Blossom2_RtD", "Dereń Kwiecisty" }, { "Blossom3_RtD", "Dereń Kwiecisty" }, { "Blossom4_RtD", "Dereń Kwiecisty" }, { "Blossom5_RtD", "Dereń Kwiecisty" }, { "CottonWood1_RtD", "Drzewo Bawełniane" }, { "CottonWood2_RtD", "Drzewo Bawełniane" }, { "Oak1_RtD", "Czerwony Dąb" }, { "Oak2_RtD", "Czerwony Dąb" }, { "RedPine_RtD", "Czerwona Sosna" }, { "ThinPine1_RtD", "Zimowa Sosna" }, { "ThinPine2_RtD", "Zimowa Sosna" }, { "WinterPine1_RtD", "Zimowa Sosna" }, { "WinterPine2_RtD", "Zimowa Sosna" }, { "WinterPine3_RtD", "Zimowa Sosna" }, { "WinterPine4_RtD", "Zimowa Sosna" }, { "WinterPine5_RtD", "Zimowa Sosna" }, { "AcaciaStump", "Pień" }, { "BlossomStump", "Pień" }, { "CottonWoodStump", "Pień" }, { "OakWoodStump", "Pień" }, { "PineWoodStump", "Pień" }, { "SwampBush1_RtD", "Gnijące Drzewko" }, { "SwampBush2_RtD", "Gnijące Drzewko" }, { "SwampBush3_RtD", "Dziwna Roślina" }, { "SwampBush4_RtD", "Dziwna Roślina" }, { "SwampBush5_RtD", "Dziwna Roślina" }, { "SwampBush6_RtD", "Dziwna Roślina" }, { "SwampBush7_RtD", "Dziwna Roślina" }, { "SwampBush8_RtD", "Dziwna Roślina" }, { "SwampBush9_RtD", "Dziwna Roślina" }, { "SwampBush10_RtD", "Dziwna Roślina" }, { "SwampBush11_RtD", "Dziwna Roślina" }, { "SwampBush12_RtD", "Krzak Śmierci" }, { "SwampBush13_RtD", "Krzak Śmierci" }, { "SwampBush14_RtD", "Krzak Śmierci" }, { "SwampWoodHalf", "Kłoda" }, { "SwampWoodLog", "Kłoda" }, { "SwampTree1_RtD", "Starożytne Drzewo" }, { "SwampTree2_RtD", "Starożytne Drzewo" }, { "SwampTree3_RtD", "Starożytne Drzewo" }, { "SwampTree4_RtD", "Starożytne Drzewo" }, { "SwampTree5_RtD", "Starożytne Drzewo" }, { "SwampTree6_RtD", "Starożytne Drzewo" }, { "DeadIvy1_RtD", "Martwy Bluszcz" }, { "DeadIvy2_RtD", "Martwy Bluszcz" }, { "WillowLog", "Kłoda" }, { "WillowLogHalf", "Kłoda" }, { "WillowStump", "Pień" }, { "SwampWoodStump", "Pień" }, { "WillowTree1_RtD", "Wierzba" }, { "WillowTree2_RtD", "Wierzba" }, { "MountainShroom1_RtD", "Gigantyczny Górski Grzyb" }, { "MountainShroom2_RtD", "Gigantyczny Górski Grzyb" }, { "MountainShroom3_RtD", "Gigantyczny Górski Grzyb" }, { "MountainShroom4_RtD", "Gigantyczny Górski Grzyb" }, { "CinderWood_RtD", "Zwęglone Drewno" }, { "CinderWood_desc_RtD", "Emanuje Z Tego Potężna Aura." }, { "FroWood_RtD", "Magiczne Drewno" }, { "FroWood_desc_RtD", "Emanuje Z Tego Potężna Aura." }, { "FroMetalOre_RtD", "Ruda Opalu" }, { "FroMetalOre_desc_RtD", "Wytapiane W Wielkim Piecu" }, { "FroMetalBar_RtD", "Sztabka Opalu" }, { "FroMetalBar_desc_RtD", "Służy Do Tworzenia Potężnych Zbroi I Broni" }, { "KoralStone1_RtD", "Koral" }, { "KoralStone2_RtD", "Koral" }, { "KoralStone3_RtD", "Koral" }, { "KoralStone4_RtD", "Koral" }, { "KoralStone5_RtD", "Koral" }, { "KoralStone6_RtD", "Koral" }, { "KoralStone7_RtD", "Koral" }, { "KoralStone8_RtD", "Koral" }, { "KoralStone9_RtD", "Koral" }, { "KoralStone10_RtD", "Koral" }, { "KoralStone11_RtD", "Koral" }, { "KoralStone12_RtD", "Koral" }, { "KoralStone13_RtD", "Koral" }, { "KoralStone14_RtD", "Koral" }, { "KoralStone15_RtD", "Koral" }, { "KoralStone16_RtD", "Koral" }, { "KoralStone17_RtD", "Koral" }, { "KoralStone18_RtD", "Koral" }, { "KoralStone19_RtD", "Koral" }, { "KoralStone20_RtD", "Koral" }, { "KoralStone21_RtD", "Koral" }, { "KoralStone22_RtD", "Koral" }, { "KoralStone23_RtD", "Koral" }, { "KoralStone24_RtD", "Koral" }, { "KoralStone25_RtD", "Koral" }, { "KoralStone26_RtD", "Koral" }, { "KoralStone27_RtD", "Koral" }, { "KoralStone28_RtD", "Koral" }, { "KoralStone29_RtD", "Koral" }, { "KoralStone30_RtD", "Koral" }, { "Sponge1_RtD", "Gąbka Morska" }, { "Sponge2_RtD", "Gąbka Morska" }, { "Sponge3_RtD", "Gąbka Morskae" }, { "Sponge4_RtD", "Gąbka Morska" }, { "Sponge5_RtD", "Gąbka Morska" }, { "Sponge6_RtD", "Gąbka Morska" }, { "Sponge7_RtD", "Gąbka Morska" }, { "Sponge8_RtD", "Gąbka Morska" }, { "Sponge9_RtD", "Gąbka Morska" }, { "Sponge10_RtD", "Gąbka Morska" }, { "Sponge11_RtD", "Gąbka Morska" }, { "KoralReef1_RtD", "Rafa Koralowa" }, { "KoralReef2_RtD", "Rafa Koralowa" }, { "KoralReef3_RtD", "Rafa Koralowa" }, { "KoralReef4_RtD", "Rafa Koralowa" }, { "KoralReef5_RtD", "Rafa Koralowa" }, { "KoralReef6_RtD", "Rafa Koralowa" }, { "KoralReef7_RtD", "Rafa Koralowa" }, { "KoralReef8_RtD", "Rafa Koralowa" }, { "KoralReef9_RtD", "Rafa Koralowa" }, { "ShadowCrystal_RtD", "Kryształ Cienia" }, { "ShadowCrystal_desc_RtD", "Używany do potężnej broni." }, { "IceCrystal_RtD", "Kryształ lodu" }, { "IceCrystal_desc_RtD", "Używany do potężnej broni." } }); Localization = LocalizationManager.Instance.GetLocalization(); CustomLocalization localization6 = Localization; text = "Russian"; localization6.AddTranslation(ref text, new Dictionary<string, string> { { "AshLandsRock1_RtD", "Обожженный камень" }, { "AshLandsRock2_RtD", "Обожженный камень" }, { "AshLandsRock3_RtD", "Обожженный камень" }, { "AshLandsRock4_RtD", "Обожженный камень" }, { "AshLandsRock5_RtD", "Обожженный камень" }, { "AshLandsRock6_RtD", "Обожженный камень" }, { "CrystalFormation5_RtD", "Сумеречный кристалл" }, { "CrystalFormation6_RtD", "Сумеречный кристалл" }, { "CrystalFormation7_RtD", "Сумеречный кристалл" }, { "CrystalFormation8_RtD", "Сумеречный кристалл" }, { "AshLandsBush1_RtD", "Безжизненное растение" }, { "AshLandsBush2_RtD", "Безжизненное растение" }, { "AshLandsBush3_RtD", "Кактус" }, { "AshLandsBush4_RtD", "Кактус" }, { "AshLandsBush5_RtD", "Безжизненное растение" }, { "AshLandsBush6_RtD", "Безжизненное растение" }, { "AshLandsBush7_RtD", "Безжизненное растение" }, { "AshLandsBush8_RtD", "Безжизненное растение" }, { "AshLandsBush9_RtD", "Безжизненное растение" }, { "AshLandsBush10_RtD", "Безжизненное растение" }, { "AshLandsBush11_RtD", "Безжизненная коряга" }, { "AshLandsBush12_RtD", "Безжизненная коряга" }, { "AshLandsBush13_RtD", "Безжизненная коряга" }, { "AshLandsBush14_RtD", "Цветущая коряга" }, { "AshLandsBush15_RtD", "Цветущая коряга" }, { "AshLandsBush16_RtD", "Цветущая коряга" }, { "AshLandsBush17_RtD", "Кактус" }, { "AshLandsBush18_RtD", "Кактус" }, { "AshLandsBush19_RtD", "Кактус" }, { "AshLandsBush20_RtD", "Кактус" }, { "AshLandsBush21_RtD", "Кактус" }, { "AshLandsBush22_RtD", "Кактус" }, { "AshLandsBush23_RtD", "Безжизненное растение" }, { "AshLandsBush24_RtD", "Безжизненное растение" }, { "AshLandsBush25_RtD", "Безжизненное растение" }, { "AshLandsBush26_RtD", "Безжизненное растение" }, { "AshLandsPlantPiece1_RtD", "Безжизненное растение" }, { "BlackForestBush1_RtD", "Полевой цветок" }, { "BlackForestBush2_RtD", "Полевой цветок" }, { "BlackForestBush3_RtD", "Куст" }, { "BlackForestBush4_RtD", "Куст" }, { "BlackForestBush5_RtD", "Куст" }, { "BlackForestBush6_RtD", "Лопух" }, { "BlackForestBush7_RtD", "Лопух" }, { "BlackForestBush8_RtD", "Лопух" }, { "ForestGreen1_RtD", "Вечнозеленый куст" }, { "ForestGreen2_RtD", "Вечнозеленый куст" }, { "ForestGreen3_RtD", "Вечнозеленый куст" }, { "ForestGreen4_RtD", "Вечнозеленый куст" }, { "DeadWoodHalf", "Обоженное бревно" }, { "DeadWoodLog", "Обоженное бревно" }, { "DeadWoodStump", "Обоженный пень" }, { "DeadTree1_RtD", "Обожженное дерево" }, { "DeadTree2_RtD", "Обожженное дерево" }, { "DeadTree3_RtD", "Обожженное дерево" }, { "DeadTree4_RtD", "Обожженное дерево" }, { "DeadTree5_RtD", "Обожженное дерево" }, { "DeadTree6_RtD", "Обожженное дерево" }, { "DeadTree7_RtD", "Обожженное дерево" }, { "DeadTree8_RtD", "Обожженное дерево" }, { "DeadTree9_RtD", "Обожженное дерево" }, { "CrystalFormation1_RtD", "Ледяной кристалл" }, { "CrystalFormation2_RtD", "Ледяной кристалл" }, { "CrystalFormation3_RtD", "Ледяной кристалл" }, { "CrystalFormation4_RtD", "Ледяной кристалл" }, { "DeepNorthBush1_RtD", "Дикий цветущий куст" }, { "DeepNorthBush2_RtD", "Дикий зимний цветок" }, { "DeepNorthBush3_RtD", "Дикий зимний цветок" }, { "DeepNorthBush4_RtD", "Дикий зимний цветок" }, { "DeepNorthBush5_RtD", "Дикий зимний цветок" }, { "DeepNorthBush6_RtD", "Дикий зимний цветок" }, { "DeepNorthBush7_RtD", "Дикий зимний цветок" }, { "DeepNorthBush8_RtD", "Дикий зимний цветок" }, { "DeepNorthBush9_RtD", "Дикий зимний цветок" }, { "DeepNorthBush10_RtD", "Дикий зимний цветок" }, { "DeepNorthRock1_RtD", "Ледяной камень" }, { "DeepNorthRock2_RtD", "Ледяной камень" }, { "DeepNorthRock3_RtD", "Ледяной камень" }, { "DeepNorthRock4_RtD", "Ледяной камень" }, { "DeepNorthRock5_RtD", "Ледяной камень" }, { "DeepNorthRock6_RtD", "Ледяной камень" }, { "AcaciaLog", "Бревно" }, { "AcaciaLogHalf", "Бревно" }, { "BlossomLog", "Бревно" }, { "BlossomLogHalf", "Бревно" }, { "CottonWoodLog", "Бревно" }, { "CottonWoodHalf", "Бревно" }, { "OakWoodLog", "Бревно" }, { "OakWoodHalf", "Бревно" }, { "PineWoodHalf", "Бревно" }, { "PineWoodLog", "Бревно" }, { "PineWoodLog1", "Бревно" }, { "ForestTree1_RtD", "Клен" }, { "ForestTree2_RtD", "Клен" }, { "MagicLog1", "Бревно" }, { "MagicLog2", "Бревно" }, { "MagicLog3", "Бревно" }, { "MagicLog4", "Бревно" }, { "MagicLog5", "Бревно" }, { "MagicLog6", "Бревно" }, { "MagicLog7", "Бревно" }, { "MagicLog8", "Бревно" }, { "MagicLog9", "Бревно" }, { "MagicLog10", "Бревно" }, { "MagicStump1", "Пень" }, { "MagicStump2", "Пень" }, { "MagicStump3", "Пень" }, { "MagicStump4", "Пень" }, { "MagicStump5", "Пень" }, { "MagicStump6", "Пень" }, { "MagicStump7", "Пень" }, { "MagicStump8", "Пень" }, { "MagicStump9", "Пень" }, { "MagicStump10", "Пень" }, { "MagicTree1_RtD", "Магическое дерево" }, { "MagicTree2_RtD", "Магическое дерево" }, { "MagicTree3_RtD", "Магическое дерево" }, { "MagicTree4_RtD", "Магическое дерево" }, { "MagicTree5_RtD", "Магическое дерево" }, { "MagicTree6_RtD", "Обожженное дерево" }, { "MagicTree7_RtD", "Обожженное дерево" }, { "MagicTree8_RtD", "Обожженное дерево" }, { "MagicTree9_RtD", "Обожженное дерево" }, { "MagicTree10_RtD", "Обожженное дерево" }, { "MeadowsBush1_RtD", "Колдовской цветок" }, { "MeadowsBush2_RtD", "Колдовской цветок" }, { "MeadowsBush3_RtD", "Колдовской цветок" }, { "MeadowsBush4_RtD", "Колдовской цветок" }, { "MeadowsBush5_RtD", "Колдовской цветок" }, { "MeadowsShroom1_RtD", "Крупный гриб" }, { "MeadowsShroom2_RtD", "Крупный гриб" }, { "MeadowsShroom3_RtD", "Крупный гриб" }, { "MeadowsShroom4_RtD", "Крупный гриб" }, { "MeadowsBush01_RtD", "Странное растение" }, { "MeadowsBush02_RtD", "Странное растение" }, { "MeadowsBush03_RtD", "Странное растение" }, { "MeadowsBush04_RtD", "Саженец" }, { "MeadowsBush05_RtD", "Куст" }, { "MeadowsBush06_RtD", "Куст" }, { "Sapling1_RtD", "Саженец" }, { "Sapling2_RtD", "Саженец" }, { "SmallBush_RtD", "Куст" }, { "MistLandsBush1_RtD", "Странное растение" }, { "MistLandsBush2_RtD", "Странное растение" }, { "MistLandsBush3_RtD", "Странное растение" }, { "MistLandsBush4_RtD", "Странное растение" }, { "Mi