using System; using System.Collections.Generic; using System.Diagnostics; using System.Reflection; using System.Runtime.CompilerServices; 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: TargetFramework(".NETStandard,Version=v2.1", FrameworkDisplayName = ".NET Standard 2.1")] [assembly: AssemblyCompany("RtDBiomes")] [assembly: AssemblyConfiguration("Debug")] [assembly: AssemblyFileVersion("1.0.0.0")] [assembly: AssemblyInformationalVersion("1.0.0")] [assembly: AssemblyProduct("RtDBiomes")] [assembly: AssemblyTitle("RtDBiomes")] [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", "3.1.13")] [NetworkCompatibility(/*Could not decode attribute arguments.*/)] [BepInDependency(/*Could not decode attribute arguments.*/)] [BepInIncompatibility("CookieMilk.MagicalMounts")] [BepInIncompatibility("CookieMilk.MajesticChickens")] [BepInIncompatibility("CookieMilk.BuildPieces")] [BepInIncompatibility("CookieMilk.CarryMeMaster")] [BepInIncompatibility("CookieMilk.UltimateServerControl")] [BepInIncompatibility("CookieMilk.DiscordControl")] [BepInIncompatibility("Therzie.MonstrumDeepNorth")] [BepInIncompatibility("Therzie.WarfareFireAndIce")] [BepInIncompatibility("Therzie.Monstrum")] [BepInIncompatibility("Therzie.Armory")] [BepInIncompatibility("Therzie.Wizardry")] [BepInIncompatibility("Therzie.Warfare")] [BepInIncompatibility("blacks7ar.MagicPlugin")] [BepInIncompatibility("blacks7ar.MagicRevamp")] [BepInIncompatibility("blacks7ar.SeedBed")] [BepInIncompatibility("blacks7ar.OreMines")] [BepInIncompatibility("blacks7ar.BowPlugin")] [BepInIncompatibility("IAmOnTheInternetAndItIsScary.NoArbitraryIncompatibilityFlag")] [BepInIncompatibility("randyknapp.mods.epicloot")] internal class RtDBiomes : BaseUnityPlugin { public const string PluginGUID = "Soloredis.RtDBiomes"; public const string PluginName = "RtDBiomes"; public const string PluginVersion = "3.1.13"; private AssetBundle MyAssets; private static bool isModded = true; private CustomLocalization Localization; private ConfigEntry LoggingEnable; private ConfigEntry ClutterVanilla; private ConfigEntry MeadowsClutter; private ConfigEntry BlackForestClutter; private ConfigEntry SwampClutter; private ConfigEntry PlainsClutter; private ConfigEntry MistlandsClutter; private ConfigEntry AshLandsClutter; private ConfigEntry DeepNorthClutter; 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", "SwampWoodHalfFix", "SwampWoodStump", "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[] StaticNoneList = new string[0]; public string[] MeadowsClutterList = new string[9] { "MeadowsClutter2_RtD", "MeadowsClutter3_RtD", "Meadows1_RtD", "Meadows2_RtD", "WormWood_RtD", "MeadowsGrass1_RtD", "MeadowsGrass2_RtD", "MeadowsGrass3_RtD", "MeadowsWeed1_RtD" }; public string[] BlackForestClutterList = new string[5] { "GreenGrass1_RtD", "BlackForest1_RtD", "BlackForest2_RtD", "ForestBush1_RtD", "ForestBush2_RtD" }; public string[] SwampClutterList = new string[10] { "MeadowsClutter1_RtD", "Swamps1_RtD", "Swamps2_RtD", "Swamps3_RtD", "SwampGrass1_RtD", "SwampGrass2_RtD", "SwampGrass3_RtD", "SwampGrass4_RtD", "Meadows3_RtD", "SwampPlant_RtD" }; public string[] PlainsClutterList = new string[4] { "Daisy_RtD", "PlainsGrass1_RtD", "PlainsGrass2_RtD", "PlainsGrass3_RtD" }; public string[] MistlandsClutterList = new string[3] { "Mistlands1_RtD", "Mistlands2_RtD", "Mistlands3_RtD" }; public string[] AshLandsClutterList = new string[6] { "DesertGrass1_RtD", "DesertGrass2_RtD", "DesertGrass3_RtD", "DesertGrass4_RtD", "DesertGrass5_RtD", "DesertGrass6_RtD" }; public string[] DeepNorthClutterList = new string[4] { "NorthGrass1_RtD", "NorthGrass2_RtD", "NorthGrass1_RtD", "NorthGrass2_RtD" }; public string[] MeadowsBushList = new string[11] { "MeadowsShroom1_RtD", "MeadowsShroom2_RtD", "MeadowsShroom3_RtD", "MeadowsShroom4_RtD", "MeadowsBush01_RtD", "MeadowsBush02_RtD", "MeadowsBush03_RtD", "MeadowsBush04_RtD", "MeadowsBush05_RtD", "MeadowsBush06_RtD", "SmallBush_RtD" }; public string[] BlackForestBushList = new string[19] { "BlackShroom1_RtD", "BlackShroom2_RtD", "BlackShroom3_RtD", "BlackShroom4_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", "RedPineSmall1_RtD", "RedPineSmall2_RtD", "RedPineSmall3_RtD" }; public string[] SwampBushList = new string[20] { "GreenShroom1_RtD", "GreenShroom2_RtD", "GreenShroom3_RtD", "GreenShroom4_RtD", "SwampBush1_RtD", "SwampBush2_RtD", "SwampBush3_RtD", "SwampBush4_RtD", "SwampBush5_RtD", "SwampBush6_RtD", "SwampBush7_RtD", "SwampBush8_RtD", "SwampBush9_RtD", "SwampBush10_RtD", "SwampBush11_RtD", "DeadIvy1_RtD", "DeadIvy2_RtD", "SwampBush12_RtD", "SwampBush13_RtD", "SwampBush14_RtD" }; public string[] MountainBushList = new string[5] { "AshLandsRock1_RtD", "AshLandsRock2_RtD", "AshLandsRock4_RtD", "AshLandsRock5_RtD", "AshLandsRock6_RtD" }; public string[] PlainsBushList = new string[22] { "PlainsBush1_RtD", "PlainsBush2_RtD", "PlainsBush3_RtD", "AshLandsBush1_RtD", "AshLandsBush2_RtD", "AshLandsBush5_RtD", "AshLandsBush6_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", "AshLandsBush3_RtD", "AshLandsBush4_RtD", "AshLandsBush23_RtD" }; public string[] MistlandsBushList = new string[15] { "BlueShroom1_RtD", "BlueShroom2_RtD", "BlueShroom3_RtD", "BlueShroom4_RtD", "YellowShroom1_RtD", "YellowShroom2_RtD", "YellowShroom3_RtD", "YellowShroom4_RtD", "MistLandsBush1_RtD", "MistLandsBush2_RtD", "MistLandsBush3_RtD", "MistLandsBush4_RtD", "MistLandsBush5_RtD", "MistLandsBush6_RtD", "MistLandsBush7_RtD" }; public string[] AshLandsBushList = new string[8] { "AshLandsBush24_RtD", "AshLandsBush25_RtD", "AshLandsBush26_RtD", "PlainsBush4_RtD", "PlainsBush5_RtD", "PlainsBush6_RtD", "PlainsBush7_RtD", "PlainsBush8_RtD" }; public string[] DeepNorthBushList = new string[12] { "MountainBush1_RtD", "MountainBush2_RtD", "MountainBush3_RtD", "MountainShroom1_RtD", "MountainShroom2_RtD", "MountainShroom3_RtD", "MountainShroom4_RtD", "MeadowsBush1_RtD", "MeadowsBush2_RtD", "MeadowsBush3_RtD", "MeadowsBush4_RtD", "MeadowsBush5_RtD" }; public string[] MeadowsTreeList = new string[5] { "ForestTree1_RtD", "WillowTree1_RtD", "WillowTree2_RtD", "CottonWood1_RtD", "CottonWood2_RtD" }; public string[] BlackForestTreeList = new string[7] { "RedPine1_RtD", "RedPine2_RtD", "RedPine3_RtD", "RedPine4_RtD", "RedPine_RtD", "Oak1_RtD", "Oak2_RtD" }; public string[] SwampTreeList = new string[18] { "MagicTree6_RtD", "MagicTree9_RtD", "MagicTree10_RtD", "SwampTree1_RtD", "SwampTree2_RtD", "SwampTree3_RtD", "SwampTree4_RtD", "SwampTree5_RtD", "SwampTree6_RtD", "DeadTree1_RtD", "DeadTree2_RtD", "DeadTree3_RtD", "DeadTree4_RtD", "DeadTree5_RtD", "DeadTree6_RtD", "DeadTree7_RtD", "DeadTree8_RtD", "DeadTree9_RtD" }; public string[] PlainsTreeList = new string[4] { "Acacia1_RtD", "Acacia2_RtD", "Acacia3_RtD", "Acacia4_RtD" }; public string[] MistlandsTreeList = new string[1] { "MagicTree1_RtD" }; public string[] AshLandsTreeList = new string[2] { "PalmTree1_RtD", "PalmTree2_RtD" }; public string[] DeepNorthTreeList = new string[13] { "ThinPine1_RtD", "ThinPine2_RtD", "WinterPine3_RtD", "WinterPine4_RtD", "WinterPine5_RtD", "Blossom1_RtD", "Blossom2_RtD", "Blossom3_RtD", "Blossom4_RtD", "Blossom5_RtD", "MagicTree3_RtD", "MagicTree4_RtD", "MagicTree5_RtD" }; public string[] DeepNorthRockList = new string[5] { "DeepNorthRock1_RtD", "DeepNorthRock2_RtD", "DeepNorthRock4_RtD", "DeepNorthRock5_RtD", "DeepNorthRock6_RtD" }; public string[] PlainsRockList = new string[5] { "SandRock1_RtD", "SandRock2_RtD", "SandRock3_RtD", "SandRock4_RtD", "SandRock5_RtD" }; public static VegetationConfig StaticNoneValues = new VegetationConfig { Min = 1f, Max = 2f, ScaleMin = 1.1f, ScaleMax = 1.25f, MinAltitude = 1f, Biome = (Biome)0, MaxTilt = 30f, MaxTerrainDelta = 3f, GroupSizeMin = 1, GroupSizeMax = 2, InForest = true, ForestThresholdMin = 1.1f, ForestThresholdMax = 1.15f }; public static ClutterConfig MeadowsClutterValues = new ClutterConfig { Amount = 1, ScaleMin = 1.1f, ScaleMax = 1.25f, MinAltitude = 1f, MaxAltitude = 500f, Biome = (Biome)1, MaxOceanDepth = 500f, MaxTilt = 10f, TerrainTilt = true, OnUncleared = true, OnCleared = false, Instanced = true, Enabled = true }; public static ClutterConfig BlackForestClutterValues = new ClutterConfig { Amount = 1, ScaleMin = 1.1f, ScaleMax = 1.25f, MinAltitude = 1f, MaxAltitude = 500f, Biome = (Biome)8, MaxOceanDepth = 500f, MaxTilt = 25f, TerrainTilt = true, OnUncleared = true, OnCleared = false, Instanced = true, Enabled = true }; public static ClutterConfig SwampClutterValues = new ClutterConfig { Amount = 1, ScaleMin = 1.1f, ScaleMax = 1.25f, MinAltitude = 0f, MaxAltitude = 500f, Biome = (Biome)2, MaxOceanDepth = 500f, MaxTilt = 50f, TerrainTilt = true, OnUncleared = true, OnCleared = false, Instanced = true, Enabled = true }; public static ClutterConfig PlainsClutterValues = new ClutterConfig { Amount = 1, ScaleMin = 1.1f, ScaleMax = 1.25f, MinAltitude = 1f, MaxAltitude = 500f, Biome = (Biome)16, MaxOceanDepth = 500f, MaxTilt = 50f, TerrainTilt = true, OnUncleared = true, OnCleared = false, Instanced = true, Enabled = true }; public static ClutterConfig MistlandsClutterValues = new ClutterConfig { Amount = 1, ScaleMin = 1.1f, ScaleMax = 1.25f, MinAltitude = 1f, MaxAltitude = 500f, Biome = (Biome)512, MaxOceanDepth = 500f, MaxTilt = 40f, TerrainTilt = true, OnUncleared = true, OnCleared = false, Instanced = true, Enabled = true }; public static ClutterConfig AshLandsClutterValues = new ClutterConfig { Amount = 1, ScaleMin = 1.1f, ScaleMax = 1.25f, MinAltitude = 1f, MaxAltitude = 500f, Biome = (Biome)32, MaxOceanDepth = 500f, MaxTilt = 40f, TerrainTilt = true, OnUncleared = true, OnCleared = false, Instanced = true, Enabled = true }; public static ClutterConfig DeepNorthClutterValues = new ClutterConfig { Amount = 1, ScaleMin = 1.1f, ScaleMax = 1.25f, MinAltitude = 1f, MaxAltitude = 1f, Biome = (Biome)64, MaxOceanDepth = 500f, MaxTilt = 40f, TerrainTilt = true, OnUncleared = true, OnCleared = false, Instanced = true, Enabled = true }; public static VegetationConfig MeadowsBushValues = new VegetationConfig { Min = 0.9f, Max = 1.5f, ScaleMin = 1.1f, ScaleMax = 1.25f, MinAltitude = 1f, Biome = (Biome)1, MaxTilt = 30f, MaxTerrainDelta = 3f, GroupSizeMin = 1, GroupSizeMax = 2 }; public static VegetationConfig BlackForestBushValues = new VegetationConfig { Min = 0.5f, Max = 0.9f, ScaleMin = 1.1f, ScaleMax = 1.25f, MinAltitude = 1f, Biome = (Biome)8, MaxTilt = 40f, MaxTerrainDelta = 3f, GroupSizeMin = 1, GroupSizeMax = 2 }; public static VegetationConfig SwampBushValues = new VegetationConfig { Min = 1.1f, Max = 1.5f, ScaleMin = 2.1f, ScaleMax = 2.8f, MinAltitude = 1f, Biome = (Biome)2, MaxTilt = 20f, MaxTerrainDelta = 3f, GroupSizeMin = 1, GroupSizeMax = 2 }; public static VegetationConfig MountainBushValues = new VegetationConfig { Min = 0.7f, Max = 0.9f, ScaleMin = 1.1f, ScaleMax = 1.25f, MinAltitude = 1f, Biome = (Biome)4, MaxTilt = 30f, MaxTerrainDelta = 3f, GroupSizeMin = 1, GroupSizeMax = 2 }; public static VegetationConfig PlainsBushValues = new VegetationConfig { Min = 0.7f, Max = 1.1f, ScaleMin = 1.1f, ScaleMax = 1.25f, MinAltitude = 1f, Biome = (Biome)16, MaxTilt = 50f, MaxTerrainDelta = 3f, GroupSizeMin = 1, GroupSizeMax = 2 }; public static VegetationConfig MistlandsBushValues = new VegetationConfig { Min = 0.8f, Max = 1.2f, ScaleMin = 1.1f, ScaleMax = 1.25f, MinAltitude = 1f, Biome = (Biome)512, MaxTilt = 50f, MaxTerrainDelta = 3f, GroupSizeMin = 1, GroupSizeMax = 2 }; public static VegetationConfig AshLandsBushValues = new VegetationConfig { Min = 1.9f, Max = 2.1f, ScaleMin = 1.4f, ScaleMax = 1.8f, MinAltitude = 1f, Biome = (Biome)32, MaxTilt = 50f, MaxTerrainDelta = 3f, GroupSizeMin = 1, GroupSizeMax = 2 }; public static VegetationConfig DeepNorthBushValues = new VegetationConfig { Min = 0.5f, Max = 1.4f, ScaleMin = 1.3f, ScaleMax = 1.6f, MinAltitude = 1f, Biome = (Biome)64, MaxTilt = 30f, MaxTerrainDelta = 3f, GroupSizeMin = 1, GroupSizeMax = 2 }; public static VegetationConfig MeadowsTreeValues = new VegetationConfig { Min = 0.8f, Max = 1.2f, ScaleMin = 1.1f, ScaleMax = 1.25f, MinAltitude = 1f, Biome = (Biome)1, MaxTilt = 30f, MaxTerrainDelta = 3f, GroupSizeMin = 1, GroupSizeMax = 2 }; public static VegetationConfig BlackForestTreeValues = new VegetationConfig { Min = 2f, Max = 2f, ScaleMin = 1.1f, ScaleMax = 1.25f, MinAltitude = 1f, Biome = (Biome)12, MaxTilt = 25f, MaxTerrainDelta = 3f, GroupSizeMin = 1, GroupSizeMax = 2 }; public static VegetationConfig SwampTreeValues = new VegetationConfig { Min = 6f, Max = 8f, ScaleMin = 1.1f, ScaleMax = 1.25f, MinAltitude = 1f, Biome = (Biome)2, MaxTilt = 40f, MaxTerrainDelta = 3f, GroupSizeMin = 1, GroupSizeMax = 2 }; public static VegetationConfig MountainTreeValues = new VegetationConfig { Min = 1f, Max = 5f, ScaleMin = 1.1f, ScaleMax = 1.25f, MinAltitude = 1f, Biome = (Biome)4, MaxTilt = 30f, MaxTerrainDelta = 3f, GroupSizeMin = 1, GroupSizeMax = 2 }; public static VegetationConfig PlainsTreeValues = new VegetationConfig { Min = 0.7f, Max = 1.2f, ScaleMin = 1.1f, ScaleMax = 1.25f, MinAltitude = 1f, Biome = (Biome)16, MaxTilt = 23f, MaxTerrainDelta = 3f, GroupSizeMin = 1, GroupSizeMax = 2 }; public static VegetationConfig MistlandsTreeValues = new VegetationConfig { Min = 1f, Max = 1f, ScaleMin = 1.1f, ScaleMax = 1.25f, MinAltitude = 1f, Biome = (Biome)512, MaxTilt = 75f, MaxTerrainDelta = 3f, GroupSizeMin = 1, GroupSizeMax = 2 }; public static VegetationConfig AshLandsTreeValues = new VegetationConfig { Min = 2f, Max = 3f, ScaleMin = 1.1f, ScaleMax = 1.25f, MinAltitude = -0.5f, MaxAltitude = 10.1f, Biome = (Biome)32, MaxTilt = 60f, MaxTerrainDelta = 3f, GroupSizeMin = 1, GroupSizeMax = 2 }; public static VegetationConfig DeepNorthTreeValues = new VegetationConfig { Min = 0.8f, Max = 1f, ScaleMin = 1.1f, ScaleMax = 1.25f, MinAltitude = 1f, Biome = (Biome)64, MaxTilt = 60f, MaxTerrainDelta = 3f, GroupSizeMin = 1, GroupSizeMax = 2 }; public static VegetationConfig PlainsRockValues = new VegetationConfig { Min = 0.9f, Max = 1.1f, ScaleMin = 0.9f, ScaleMax = 1.1f, MinAltitude = 1f, Biome = (Biome)16, MaxTilt = 15f, MaxTerrainDelta = 3f, GroupSizeMin = 1, GroupSizeMax = 2 }; public static VegetationConfig DeepNorthRockValues = new VegetationConfig { Min = 0.9f, Max = 1.1f, ScaleMin = 0.9f, ScaleMax = 1.1f, Biome = (Biome)64, MaxTilt = 35f, MaxTerrainDelta = 3f }; private void Awake() { LoadBundle(); CreateConfigs(); Localizations(); AddPrefabs(); AddItems(); StaticVegetationList(); AddSaplings(); if (MeadowsClutter.Value) { MeadowsClutterConfig(); } if (BlackForestClutter.Value) { BlackForestClutterConfig(); } if (SwampClutter.Value) { SwampClutterConfig(); } if (PlainsClutter.Value) { PlainsClutterConfig(); } if (MistlandsClutter.Value) { MistlandsClutterConfig(); } if (AshLandsClutter.Value) { AshLandsClutterConfig(); } if (DeepNorthClutter.Value) { DeepNorthClutterConfig(); } MeadowsBushConfig(); BlackForestBushConfig(); SwampBushConfig(); MountainBushConfig(); PlainsBushConfig(); MistlandsBushConfig(); AshLandsBushConfig(); DeepNorthBushConfig(); MeadowsTreeConfig(); BlackForestTreeConfig(); SwampTreeConfig(); PlainsTreeConfig(); MistlandsTreeConfig(); AshLandsTreeConfig(); DeepNorthTreeConfig(); SwampLogConfig(); PlainsRockConfig(); DeepNorthRockConfig(); ZoneManager.OnVanillaLocationsAvailable += AdjustVanillaVegetation; if (ClutterVanilla.Value) { ZoneManager.OnVanillaClutterAvailable += AdjustVanillaClutter; } if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogWarning((object)"Logging is enabled in the config."); } } private void LoadBundle() { if ((Object)(object)MyAssets != (Object)null) { return; } try { MyAssets = AssetUtils.LoadAssetBundleFromResources("rtd_trees", Assembly.GetExecutingAssembly()); if ((Object)(object)MyAssets == (Object)null) { ((BaseUnityPlugin)this).Logger.LogError((object)"Failed to load AssetBundle. Disabling mod."); ((Behaviour)this).enabled = false; } } catch (Exception arg) { ((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while loading bundle: {arg}"); } } private 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 //IL_006c: Unknown result type (might be due to invalid IL or missing references) //IL_0071: Unknown result type (might be due to invalid IL or missing references) //IL_007a: Expected O, but got Unknown //IL_007a: Unknown result type (might be due to invalid IL or missing references) //IL_0084: Expected O, but got Unknown //IL_00a9: Unknown result type (might be due to invalid IL or missing references) //IL_00ae: Unknown result type (might be due to invalid IL or missing references) //IL_00b7: Expected O, but got Unknown //IL_00b7: Unknown result type (might be due to invalid IL or missing references) //IL_00c1: Expected O, but got Unknown //IL_00e6: Unknown result type (might be due to invalid IL or missing references) //IL_00eb: Unknown result type (might be due to invalid IL or missing references) //IL_00f4: Expected O, but got Unknown //IL_00f4: Unknown result type (might be due to invalid IL or missing references) //IL_00fe: Expected O, but got Unknown //IL_0123: Unknown result type (might be due to invalid IL or missing references) //IL_0128: Unknown result type (might be due to invalid IL or missing references) //IL_0131: Expected O, but got Unknown //IL_0131: Unknown result type (might be due to invalid IL or missing references) //IL_013b: Expected O, but got Unknown //IL_0160: Unknown result type (might be due to invalid IL or missing references) //IL_0165: Unknown result type (might be due to invalid IL or missing references) //IL_016e: Expected O, but got Unknown //IL_016e: Unknown result type (might be due to invalid IL or missing references) //IL_0178: Expected O, but got Unknown //IL_019d: Unknown result type (might be due to invalid IL or missing references) //IL_01a2: Unknown result type (might be due to invalid IL or missing references) //IL_01ab: Expected O, but got Unknown //IL_01ab: Unknown result type (might be due to invalid IL or missing references) //IL_01b5: Expected O, but got Unknown //IL_01da: Unknown result type (might be due to invalid IL or missing references) //IL_01df: Unknown result type (might be due to invalid IL or missing references) //IL_01e8: Expected O, but got Unknown //IL_01e8: Unknown result type (might be due to invalid IL or missing references) //IL_01f2: Expected O, but got Unknown //IL_0217: Unknown result type (might be due to invalid IL or missing references) //IL_021c: Unknown result type (might be due to invalid IL or missing references) //IL_0225: Expected O, but got Unknown //IL_0225: Unknown result type (might be due to invalid IL or missing references) //IL_022f: Expected O, but got Unknown try { ((BaseUnityPlugin)this).Config.SaveOnConfigSet = true; LoggingEnable = ((BaseUnityPlugin)this).Config.Bind("Logging", "Enable", false, new ConfigDescription("Enables logging.", (AcceptableValueBase)null, new object[1] { (object)new ConfigurationManagerAttributes { IsAdminOnly = false } })); ClutterVanilla = ((BaseUnityPlugin)this).Config.Bind("Vanilla Grass", "Enable", true, new ConfigDescription("Enable or Disable Vanilla grass reductions. Does not sync with server as clutter is client sided only.", (AcceptableValueBase)null, new object[1] { (object)new ConfigurationManagerAttributes { IsAdminOnly = false } })); MeadowsClutter = ((BaseUnityPlugin)this).Config.Bind("Meadows Grass", "Enable", true, new ConfigDescription("Enable or Disable Clutter. Does not sync with server as clutter is client sided only.", (AcceptableValueBase)null, new object[1] { (object)new ConfigurationManagerAttributes { IsAdminOnly = false } })); BlackForestClutter = ((BaseUnityPlugin)this).Config.Bind("BlackForest Grass", "Enable", true, new ConfigDescription("Enable or Disable Clutter. Does not sync with server as clutter is client sided only.", (AcceptableValueBase)null, new object[1] { (object)new ConfigurationManagerAttributes { IsAdminOnly = false } })); SwampClutter = ((BaseUnityPlugin)this).Config.Bind("Swamp Grass", "Enable", true, new ConfigDescription("Enable or Disable Clutter. Does not sync with server as clutter is client sided only.", (AcceptableValueBase)null, new object[1] { (object)new ConfigurationManagerAttributes { IsAdminOnly = false } })); PlainsClutter = ((BaseUnityPlugin)this).Config.Bind("Plains Grass", "Enable", true, new ConfigDescription("Enable or Disable Clutter. Does not sync with server as clutter is client sided only.", (AcceptableValueBase)null, new object[1] { (object)new ConfigurationManagerAttributes { IsAdminOnly = false } })); MistlandsClutter = ((BaseUnityPlugin)this).Config.Bind("Mistlands Grass", "Enable", true, new ConfigDescription("Enable or Disable Clutter. Does not sync with server as clutter is client sided only.", (AcceptableValueBase)null, new object[1] { (object)new ConfigurationManagerAttributes { IsAdminOnly = false } })); AshLandsClutter = ((BaseUnityPlugin)this).Config.Bind("AshLands Grass", "Enable", true, new ConfigDescription("Enable or Disable Clutter. Does not sync with server as clutter is client sided only.", (AcceptableValueBase)null, new object[1] { (object)new ConfigurationManagerAttributes { IsAdminOnly = false } })); DeepNorthClutter = ((BaseUnityPlugin)this).Config.Bind("DeepNorth Grass", "Enable", true, new ConfigDescription("Enable or Disable Clutter. Does not sync with server as clutter is client sided only.", (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 Localizations() { LocalizationManager instance = LocalizationManager.Instance; Localization = ((instance != null) ? instance.GetLocalization() : null); if (Localization == null) { ((BaseUnityPlugin)this).Logger.LogError((object)"Localization system not ready."); return; } CustomLocalization localization = Localization; string text = "English"; localization.AddTranslation(ref text, new Dictionary { { "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" }, { "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." }, { "MapleSeed_RtD", "Maple Seed" }, { "MapleSeed_desc", "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" }, { "AshLandsSaplingD1_RtD", "Diseased Sapling" }, { "AshLandsSaplingD3_RtD", "Diseased Sapling" } }); CustomLocalization localization2 = Localization; text = "Chinese"; localization2.AddTranslation(ref text, new Dictionary { { "AshLandsRock1_RtD", "烧焦的岩石" }, { "AshLandsRock2_RtD", "烧焦的岩石" }, { "AshLandsRock3_RtD", "烧焦的岩石" }, { "AshLandsRock4_RtD", "烧焦的岩石" }, { "AshLandsRock5_RtD", "烧焦的岩石" }, { "AshLandsRock6_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", "烧焦的树" }, { "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", "巨型蘑菇" }, { "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", "可挑选的石头" } }); CustomLocalization localization3 = Localization; text = "French"; localization3.AddTranslation(ref text, new Dictionary { { "AshLandsRock1_RtD", "Rocher calciné" }, { "AshLandsRock2_RtD", "Rocher calciné" }, { "AshLandsRock3_RtD", "Rocher calciné" }, { "AshLandsRock4_RtD", "Rocher calciné" }, { "AshLandsRock5_RtD", "Rocher calciné" }, { "AshLandsRock6_RtD", "Rocher calciné" }, { "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é" }, { "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" }, { "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" }, { "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" } }); CustomLocalization localization4 = Localization; text = "German"; localization4.AddTranslation(ref text, new Dictionary { { "AshLandsRock5_RtD", "Verkohlter Stein" }, { "AshLandsRock6_RtD", "Verkohlter Stein" }, { "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" }, { "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" } }); CustomLocalization localization5 = Localization; text = "Polish"; localization5.AddTranslation(ref text, new Dictionary { { "AshLandsRock5_RtD", "Zwęglona Skała" }, { "AshLandsRock6_RtD", "Zwęglona Skała" }, { "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" }, { "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" }, { "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" } }); CustomLocalization localization6 = Localization; text = "Russian"; localization6.AddTranslation(ref text, new Dictionary { { "AshLandsRock1_RtD", "Обожженный камень" }, { "AshLandsRock2_RtD", "Обожженный камень" }, { "AshLandsRock3_RtD", "Обожженный камень" }, { "AshLandsRock4_RtD", "Обожженный камень" }, { "AshLandsRock5_RtD", "Обожженный камень" }, { "AshLandsRock6_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", "Обожженное дерево" }, { "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", "Большой гриб" }, { "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", "Используется для посадки зимних сосен" }, { "DeepNorthRock4_frac_RtD", "Это камень, чего вы ожидали?" }, { "DeepNorthRock5_frac_RtD", "Это камень, чего вы ожидали?" }, { "PlantSeedAshLands_RtD", "Семя Пепельных земель" }, { "PlantSeedAshLands_desc_RtD", "Семя для посадки всех растений Пепельных земель." }, { "PlantSeedBlackForest_RtD", "Семя Черного леса" }, { "PlantSeedBlackForest_desc_RtD", "Семя для посадки всех растений Черного леса." }, { "PlantSeedDeepNorth_RtD", "Семя Дальнего севера" }, { "PlantSeedDeepNorth_desc_RtD", "Семя для посадки всех растений Дальнего севера." }, { "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", "Семя для посадки всех растений Болот." }, { "MapleSeed_RtD", "Семя клена" }, { "MapleSeed_desc_RtD", "Используется для посадки" }, { "AshLandsSeed2_RtD", "Семя пепла" }, { "AshLandsSeed2_desc_RtD", "Используется для посадки" }, { "MagicSeed1_RtD", "Волшебное семя" }, { "MagicSeed1_desc_RtD", "Используется для посадки волшебных деревьев" }, { "RedPineSmall1_RtD", "Красная сосна" }, { "RedPineSmall2_RtD", "Красная сосна" }, { "RedPineSmall3_RtD", "Красная сосна" }, { "RedPineSmall4_RtD", "Красная сосна" }, { "RedPineSmall5_RtD", "Красная сосна" }, { "BlackForestGold_RtD", "Золото" }, { "DeepNorthFroOre_RtD", "Вальхаллиум" }, { "MeadowsFlint_RtD", "Кремень" }, { "MeadowsZinc_RtD", "Цинк" }, { "PlainsBlackMetal_RtD", "Черный металл" }, { "MistlandsFelOre_RtD", "Фелметалл" }, { "MountainOrichalcum_RtD", "Орихалк" }, { "PlainsBloodiron_RtD", "Кровавое железо" }, { "SwampMooniron_RtD", "Лунное железо" }, { "Item_BloodironBar_RtD", "Кровавое железо" }, { "Item_BloodironBar_desc_RtD", "Оно блестит." }, { "Item_BloodironOre_RtD", "Руда кровавого железа" }, { "Item_BloodironOre_desc_RtD", "Оно блестит." }, { "Item_GoldBar_RtD", "Золото" }, { "Item_GoldBar_desc_RtD", "Оно блестит." }, { "Item_GoldOre_RtD", "Золотая руда" }, { "Item_GoldOre_desc_RtD", "Оно блестит." }, { "Item_MoonironBar_RtD", "Лунное железо" }, { "Item_MoonironBar_desc_RtD", "Оно блестит." }, { "Item_MoonironOre_RtD", "Руда лунного железа" }, { "Item_MoonironOre_desc_RtD", "Оно блестит." }, { "Item_OrichalcumBar_RtD", "Орихалк" }, { "Item_OrichalcumBar_desc_RtD", "Оно блестит." }, { "Item_OrichalcumOre_RtD", "Руда орихалка" }, { "Item_OrichalcumOre_desc_RtD", "Оно блестит." }, { "Item_ZincBar_RtD", "Цинк" }, { "Item_ZincBar_desc_RtD", "Оно блестит." }, { "Item_ZincOre_RtD", "Цинковая руда" }, { "Item_ZincOre_desc_RtD", "Оно блестит." }, { "Item_BrassBar_RtD", "Латунь" }, { "Item_BrassBar_desc_RtD", "Оно блестит." }, { "Item_BrightsteelBar_RtD", "Светящаяся сталь" }, { "Item_BrightsteelBar_desc_RtD", "Оно блестит." }, { "Item_CelestialBronzeBar_RtD", "Небесная бронза" }, { "Item_CelestialBronzeBar_desc_RtD", "Оно блестит." }, { "Item_NetheriteBar_RtD", "Незерит" }, { "Item_NetheriteBar_desc_RtD", "Оно блестит." }, { "Item_QuicksilverBar_RtD", "Ртуть" }, { "Item_QuicksilverBar_desc_RtD", "Оно блестит." }, { "FelmetalBar_DoD", "Фелметалл" }, { "FelmetalBar_desc_DoD", "Блестит." }, { "FelmetalOre_DoD", "Руда фелметалла" }, { "FelmetalOre_desc_DoD", "Холодное на ощупь." }, { "FrometalBar_DoD", "Слиток морозного металла" }, { "FrometalBar_desc_DoD", "Блестит." }, { "FrometalOre_DoD", "Руда морозного металла" }, { "FrometalOre_desc_DoD", "Холодное на ощупь." } }); CustomLocalization localization7 = Localization; text = "Ukrainian"; localization7.AddTranslation(ref text, new Dictionary { { "AshLandsRock5_RtD", "Обвуглена скеля" }, { "AshLandsRock6_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", "Мертва рослина" }, { "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", "Висохле дерево" }, { "DeepNorthBush1_RtD", "Польова квітка" }, { "DeepNorthBush2_RtD", "Польова квітка" }, { "DeepNorthBush3_RtD", "Польова квітка" }, { "DeepNorthBush4_RtD", "Польова квітка" }, { "DeepNorthBush5_RtD", "Польова квітка" }, { "DeepNorthBush6_RtD", "Польова квітка" }, { "DeepNorthBush7_RtD", "Польова квітка" }, { "DeepNorthBush8_RtD", "Польова квітка" }, { "DeepNorthBush9_RtD", "Польова квітка" }, { "DeepNorthBush10_RtD", "Польова квітка" }, { "DeepNorthRock5_RtD", "Крижана скеля" }, { "DeepNorthRock6_RtD", "Крижана скеля" }, { "AcaciaLog", "Колода акаціїї" }, { "AcaciaLogHalf", "Напівколода акації" }, { "BlossomLog", "Колода" }, { "BlossomLogHalf", "Напівколода" }, { "CottonWoodLog", "Колода бавовняного дерева" }, { "CottonWoodHalf", "Напівколода бавовняного дерева" }, { "OakWoodLog", "Колода дуба" }, { "OakWoodHalf", "Напівколода дуба" }, { "PineWoodHalf", "Напівколода сосни" }, { "PineWoodLog", "Колода сосни" }, { "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", "Пеньок" }, { "WillowTree1_RtD", "Верба" }, { "WillowTree2_RtD", "Верба" }, { "MountainShroom1_RtD", "Гігантський гриб" }, { "MountainShroom2_RtD", "Гігантський гриб" }, { "MountainShroom3_RtD", "Гігантський гриб" }, { "MountainShroom4_RtD", "Гігантський гриб" } }); } private void AddSaplings() { //IL_0002: Unknown result type (might be due to invalid IL or missing references) //IL_0008: Expected O, but got Unknown //IL_001d: Unknown result type (might be due to invalid IL or missing references) //IL_0027: Expected O, but got Unknown //IL_0046: Unknown result type (might be due to invalid IL or missing references) //IL_0050: Expected O, but got Unknown //IL_0051: Unknown result type (might be due to invalid IL or missing references) //IL_0057: Expected O, but got Unknown //IL_006c: Unknown result type (might be due to invalid IL or missing references) //IL_0076: Expected O, but got Unknown //IL_0095: Unknown result type (might be due to invalid IL or missing references) //IL_009f: Expected O, but got Unknown //IL_00a0: Unknown result type (might be due to invalid IL or missing references) //IL_00a6: Expected O, but got Unknown //IL_00bb: Unknown result type (might be due to invalid IL or missing references) //IL_00c5: Expected O, but got Unknown //IL_00e4: Unknown result type (might be due to invalid IL or missing references) //IL_00ee: Expected O, but got Unknown //IL_00ef: Unknown result type (might be due to invalid IL or missing references) //IL_00f5: Expected O, but got Unknown //IL_010a: Unknown result type (might be due to invalid IL or missing references) //IL_0114: Expected O, but got Unknown //IL_0133: Unknown result type (might be due to invalid IL or missing references) //IL_013d: Expected O, but got Unknown //IL_013e: Unknown result type (might be due to invalid IL or missing references) //IL_0145: Expected O, but got Unknown //IL_015c: Unknown result type (might be due to invalid IL or missing references) //IL_0166: Expected O, but got Unknown //IL_0187: Unknown result type (might be due to invalid IL or missing references) //IL_0191: Expected O, but got Unknown //IL_0192: Unknown result type (might be due to invalid IL or missing references) //IL_0199: Expected O, but got Unknown //IL_01b0: Unknown result type (might be due to invalid IL or missing references) //IL_01ba: Expected O, but got Unknown //IL_01db: Unknown result type (might be due to invalid IL or missing references) //IL_01e5: Expected O, but got Unknown //IL_01e6: Unknown result type (might be due to invalid IL or missing references) //IL_01ed: Expected O, but got Unknown //IL_0204: Unknown result type (might be due to invalid IL or missing references) //IL_020e: Expected O, but got Unknown //IL_022f: Unknown result type (might be due to invalid IL or missing references) //IL_0239: Expected O, but got Unknown //IL_023a: Unknown result type (might be due to invalid IL or missing references) //IL_0241: Expected O, but got Unknown //IL_0258: Unknown result type (might be due to invalid IL or missing references) //IL_0262: Expected O, but got Unknown //IL_0283: Unknown result type (might be due to invalid IL or missing references) //IL_028d: Expected O, but got Unknown //IL_028e: Unknown result type (might be due to invalid IL or missing references) //IL_0295: Expected O, but got Unknown //IL_02ac: Unknown result type (might be due to invalid IL or missing references) //IL_02b6: Expected O, but got Unknown //IL_02d7: Unknown result type (might be due to invalid IL or missing references) //IL_02e1: Expected O, but got Unknown //IL_02e2: Unknown result type (might be due to invalid IL or missing references) //IL_02e9: Expected O, but got Unknown //IL_0300: Unknown result type (might be due to invalid IL or missing references) //IL_030a: Expected O, but got Unknown //IL_032b: Unknown result type (might be due to invalid IL or missing references) //IL_0335: Expected O, but got Unknown //IL_0336: Unknown result type (might be due to invalid IL or missing references) //IL_033d: Expected O, but got Unknown //IL_0354: Unknown result type (might be due to invalid IL or missing references) //IL_035e: Expected O, but got Unknown //IL_037f: Unknown result type (might be due to invalid IL or missing references) //IL_0389: Expected O, but got Unknown //IL_038a: Unknown result type (might be due to invalid IL or missing references) //IL_0391: Expected O, but got Unknown //IL_03a8: Unknown result type (might be due to invalid IL or missing references) //IL_03b2: Expected O, but got Unknown //IL_03d3: Unknown result type (might be due to invalid IL or missing references) //IL_03dd: Expected O, but got Unknown //IL_03de: Unknown result type (might be due to invalid IL or missing references) //IL_03e5: Expected O, but got Unknown //IL_03fc: Unknown result type (might be due to invalid IL or missing references) //IL_0406: Expected O, but got Unknown //IL_0427: Unknown result type (might be due to invalid IL or missing references) //IL_0431: Expected O, but got Unknown //IL_0432: Unknown result type (might be due to invalid IL or missing references) //IL_0439: Expected O, but got Unknown //IL_0450: Unknown result type (might be due to invalid IL or missing references) //IL_045a: Expected O, but got Unknown //IL_047b: Unknown result type (might be due to invalid IL or missing references) //IL_0485: Expected O, but got Unknown //IL_0486: Unknown result type (might be due to invalid IL or missing references) //IL_048d: Expected O, but got Unknown //IL_04a4: Unknown result type (might be due to invalid IL or missing references) //IL_04ae: Expected O, but got Unknown //IL_04cf: Unknown result type (might be due to invalid IL or missing references) //IL_04d9: Expected O, but got Unknown //IL_04da: Unknown result type (might be due to invalid IL or missing references) //IL_04e1: Expected O, but got Unknown //IL_04f8: Unknown result type (might be due to invalid IL or missing references) //IL_0502: Expected O, but got Unknown //IL_0523: Unknown result type (might be due to invalid IL or missing references) //IL_052d: Expected O, but got Unknown try { PieceConfig val = new PieceConfig(); val.PieceTable = PieceTables.Cultivator; val.AddRequirement(new RequirementConfig("AncientSeed", 1, 0, true)); val.Category = "Saplings"; PieceManager.Instance.AddPiece(new CustomPiece(MyAssets, "AshLandsSaplingD1_RtD", true, val)); PieceConfig val2 = new PieceConfig(); val2.PieceTable = PieceTables.Cultivator; val2.AddRequirement(new RequirementConfig("AncientSeed", 1, 0, true)); val2.Category = "Saplings"; PieceManager.Instance.AddPiece(new CustomPiece(MyAssets, "AshLandsSaplingD3_RtD", true, val2)); PieceConfig val3 = new PieceConfig(); val3.PieceTable = PieceTables.Cultivator; val3.AddRequirement(new RequirementConfig("AcaciaSeeds_RtD", 1, 0, true)); val3.Category = "Saplings"; PieceManager.Instance.AddPiece(new CustomPiece(MyAssets, "AcaciaSapling_RtD", true, val3)); PieceConfig val4 = new PieceConfig(); val4.PieceTable = PieceTables.Cultivator; val4.AddRequirement(new RequirementConfig("BlossomSeeds_RtD", 1, 0, true)); val4.Category = "Saplings"; PieceManager.Instance.AddPiece(new CustomPiece(MyAssets, "BlossomSapling_RtD", true, val4)); PieceConfig val5 = new PieceConfig(); val5.PieceTable = PieceTables.Cultivator; val5.AddRequirement(new RequirementConfig("CottonWoodSeeds_RtD", 1, 0, true)); val5.Category = "Saplings"; PieceManager.Instance.AddPiece(new CustomPiece(MyAssets, "CottonWoodSapling_RtD", true, val5)); PieceConfig val6 = new PieceConfig(); val6.PieceTable = PieceTables.Cultivator; val6.AddRequirement(new RequirementConfig("OakWoodSeeds_RtD", 1, 0, true)); val6.Category = "Saplings"; PieceManager.Instance.AddPiece(new CustomPiece(MyAssets, "OakSapling_RtD", true, val6)); PieceConfig val7 = new PieceConfig(); val7.PieceTable = PieceTables.Cultivator; val7.AddRequirement(new RequirementConfig("PalmTreeSeeds_RtD", 1, 0, true)); val7.Category = "Saplings"; PieceManager.Instance.AddPiece(new CustomPiece(MyAssets, "PalmTreeSapling_RtD", true, val7)); PieceConfig val8 = new PieceConfig(); val8.PieceTable = PieceTables.Cultivator; val8.AddRequirement(new RequirementConfig("RedPineSeeds_RtD", 1, 0, true)); val8.Category = "Saplings"; PieceManager.Instance.AddPiece(new CustomPiece(MyAssets, "RedPineSapling_RtD", true, val8)); PieceConfig val9 = new PieceConfig(); val9.PieceTable = PieceTables.Cultivator; val9.AddRequirement(new RequirementConfig("ThinPineSeeds_RtD", 1, 0, true)); val9.Category = "Saplings"; PieceManager.Instance.AddPiece(new CustomPiece(MyAssets, "ThinPineSapling_RtD", true, val9)); PieceConfig val10 = new PieceConfig(); val10.PieceTable = PieceTables.Cultivator; val10.AddRequirement(new RequirementConfig("WillowSeeds_RtD", 1, 0, true)); val10.Category = "Saplings"; PieceManager.Instance.AddPiece(new CustomPiece(MyAssets, "WillowSapling_RtD", true, val10)); PieceConfig val11 = new PieceConfig(); val11.PieceTable = PieceTables.Cultivator; val11.AddRequirement(new RequirementConfig("WinterPineSeeds1_RtD", 1, 0, true)); val11.Category = "Saplings"; PieceManager.Instance.AddPiece(new CustomPiece(MyAssets, "WinterPineSapling1_RtD", true, val11)); PieceConfig val12 = new PieceConfig(); val12.PieceTable = PieceTables.Cultivator; val12.AddRequirement(new RequirementConfig("WinterPineSeeds2_RtD", 1, 0, true)); val12.Category = "Saplings"; PieceManager.Instance.AddPiece(new CustomPiece(MyAssets, "WinterPineSapling2_RtD", true, val12)); PieceConfig val13 = new PieceConfig(); val13.PieceTable = PieceTables.Cultivator; val13.AddRequirement(new RequirementConfig("MapleSeed_RtD", 1, 0, true)); val13.Category = "Saplings"; PieceManager.Instance.AddPiece(new CustomPiece(MyAssets, "MapleSapling1_RtD", true, val13)); PieceConfig val14 = new PieceConfig(); val14.PieceTable = PieceTables.Cultivator; val14.AddRequirement(new RequirementConfig("MapleSeed_RtD", 1, 0, true)); val14.Category = "Saplings"; PieceManager.Instance.AddPiece(new CustomPiece(MyAssets, "MapleSapling2_RtD", true, val14)); PieceConfig val15 = new PieceConfig(); val15.PieceTable = PieceTables.Cultivator; val15.AddRequirement(new RequirementConfig("AncientSeed", 1, 0, true)); val15.Category = "Saplings"; PieceManager.Instance.AddPiece(new CustomPiece(MyAssets, "SwampSapling1_RtD", true, val15)); PieceConfig val16 = new PieceConfig(); val16.PieceTable = PieceTables.Cultivator; val16.AddRequirement(new RequirementConfig("AncientSeed", 1, 0, true)); val16.Category = "Saplings"; PieceManager.Instance.AddPiece(new CustomPiece(MyAssets, "SwampSapling2_RtD", true, val16)); } catch (Exception arg) { ((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while adding prefabs: {arg}"); } } private void AdjustVanillaVegetation() { //IL_00e2: Unknown result type (might be due to invalid IL or missing references) //IL_01a7: Unknown result type (might be due to invalid IL or missing references) //IL_01e9: Unknown result type (might be due to invalid IL or missing references) //IL_021a: Unknown result type (might be due to invalid IL or missing references) //IL_0243: Unknown result type (might be due to invalid IL or missing references) //IL_026c: Unknown result type (might be due to invalid IL or missing references) //IL_0295: Unknown result type (might be due to invalid IL or missing references) try { ZoneVegetation zoneVegetation = ZoneManager.Instance.GetZoneVegetation("Beech1"); zoneVegetation.m_min = 28f; zoneVegetation.m_max = 30f; ZoneVegetation zoneVegetation2 = ZoneManager.Instance.GetZoneVegetation("Birch1"); zoneVegetation2.m_min = 7f; zoneVegetation2.m_max = 8f; ZoneVegetation zoneVegetation3 = ZoneManager.Instance.GetZoneVegetation("Beech_small1"); zoneVegetation3.m_groupSizeMin = 1; zoneVegetation3.m_groupSizeMax = 3; zoneVegetation3.m_min = 1f; zoneVegetation3.m_max = 2f; ZoneVegetation zoneVegetation4 = ZoneManager.Instance.GetZoneVegetation("Beech_small2"); zoneVegetation4.m_groupSizeMin = 1; zoneVegetation4.m_groupSizeMax = 4; zoneVegetation4.m_min = 1f; zoneVegetation4.m_max = 2f; ZoneVegetation zoneVegetation5 = ZoneManager.Instance.GetZoneVegetation("Pinetree_01"); zoneVegetation5.m_min = 28f; zoneVegetation5.m_max = 30f; zoneVegetation5.m_biome = (Biome)8; ZoneVegetation zoneVegetation6 = ZoneManager.Instance.GetZoneVegetation("SwampTree2"); zoneVegetation6.m_groupSizeMin = 0; zoneVegetation6.m_groupSizeMax = 0; zoneVegetation6.m_min = 0f; zoneVegetation6.m_max = 0f; ZoneLocation zoneLocation = ZoneManager.Instance.GetZoneLocation("InfestedTree01"); zoneLocation.m_enable = false; ZoneVegetation zoneVegetation7 = ZoneManager.Instance.GetZoneVegetation("SwampTree1"); zoneVegetation7.m_min = 24f; zoneVegetation7.m_max = 26f; ZoneVegetation zoneVegetation8 = ZoneManager.Instance.GetZoneVegetation("SwampTree2_log"); zoneVegetation8.m_enable = false; ZoneVegetation zoneVegetation9 = ZoneManager.Instance.GetZoneVegetation("FirTree"); zoneVegetation9.m_min = 1f; zoneVegetation9.m_max = 1f; zoneVegetation9.m_biome = (Biome)4; ZoneVegetation zoneVegetation10 = ZoneManager.Instance.GetZoneVegetation("Bush01_heath"); zoneVegetation10.m_groupSizeMin = 1; zoneVegetation10.m_groupSizeMax = 1; zoneVegetation10.m_min = 2f; zoneVegetation10.m_max = 4f; zoneVegetation10.m_biome = (Biome)16; ZoneVegetation zoneVegetation11 = ZoneManager.Instance.GetZoneVegetation("shrub_2"); zoneVegetation11.m_min = 40f; zoneVegetation11.m_max = 45f; zoneVegetation11.m_biome = (Biome)8; ZoneVegetation zoneVegetation12 = ZoneManager.Instance.GetZoneVegetation("YggaShoot1"); zoneVegetation12.m_max = 3f; zoneVegetation12.m_biome = (Biome)512; ZoneVegetation zoneVegetation13 = ZoneManager.Instance.GetZoneVegetation("YggaShoot2"); zoneVegetation13.m_max = 3f; zoneVegetation13.m_biome = (Biome)512; ZoneVegetation zoneVegetation14 = ZoneManager.Instance.GetZoneVegetation("YggaShoot3"); zoneVegetation14.m_max = 3f; zoneVegetation14.m_biome = (Biome)512; } catch (Exception arg) { ((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while adding configuration values: {arg}"); } finally { ZoneManager.OnVanillaLocationsAvailable -= AdjustVanillaClutter; } } private void AdjustVanillaClutter() { try { Clutter clutter = ZoneManager.Instance.GetClutter("grass green"); clutter.m_enabled = true; clutter.m_amount = 35; Clutter clutter2 = ZoneManager.Instance.GetClutter("grass green short"); clutter2.m_enabled = true; clutter2.m_amount = 35; Clutter clutter3 = ZoneManager.Instance.GetClutter("forest groundcover short brown"); clutter3.m_enabled = true; clutter3.m_amount = 35; Clutter clutter4 = ZoneManager.Instance.GetClutter("forest groundcover"); clutter4.m_enabled = true; clutter4.m_amount = 35; Clutter clutter5 = ZoneManager.Instance.GetClutter("swampgrass"); clutter5.m_enabled = true; clutter5.m_amount = 35; Clutter clutter6 = ZoneManager.Instance.GetClutter("heath grass"); clutter6.m_enabled = true; clutter6.m_amount = 20; Clutter clutter7 = ZoneManager.Instance.GetClutter("heath grass green"); clutter7.m_enabled = true; clutter7.m_amount = 20; } catch (Exception arg) { ((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while adding configuration values: {arg}"); } finally { ZoneManager.OnVanillaClutterAvailable -= AdjustVanillaClutter; } } 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(text); if ((Object)(object)val != (Object)null) { GameObject prefab = Cache.GetPrefab(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[] staticNoneList = StaticNoneList; foreach (string text in staticNoneList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { ZoneManager.Instance.AddCustomVegetation(new CustomVegetation(val, true, StaticNoneValues)); 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 vegetation: {arg}"); } } private void MeadowsClutterConfig() { //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { string[] meadowsClutterList = MeadowsClutterList; foreach (string text in meadowsClutterList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { ZoneManager.Instance.AddCustomClutter(new CustomClutter(val, true, MeadowsClutterValues)); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added Clutter: " + 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 vegetation: {arg}"); } } private void BlackForestClutterConfig() { //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { string[] blackForestClutterList = BlackForestClutterList; foreach (string text in blackForestClutterList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { ZoneManager.Instance.AddCustomClutter(new CustomClutter(val, true, BlackForestClutterValues)); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added Clutter: " + 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 vegetation: {arg}"); } } private void SwampClutterConfig() { //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { string[] swampClutterList = SwampClutterList; foreach (string text in swampClutterList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { ZoneManager.Instance.AddCustomClutter(new CustomClutter(val, true, SwampClutterValues)); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added Clutter: " + 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 vegetation: {arg}"); } } private void PlainsClutterConfig() { //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { string[] plainsClutterList = PlainsClutterList; foreach (string text in plainsClutterList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { ZoneManager.Instance.AddCustomClutter(new CustomClutter(val, true, PlainsClutterValues)); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added Clutter: " + 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 vegetation: {arg}"); } } private void MistlandsClutterConfig() { //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { string[] mistlandsClutterList = MistlandsClutterList; foreach (string text in mistlandsClutterList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { ZoneManager.Instance.AddCustomClutter(new CustomClutter(val, true, MistlandsClutterValues)); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added Clutter: " + 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 vegetation: {arg}"); } } private void AshLandsClutterConfig() { //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { string[] ashLandsClutterList = AshLandsClutterList; foreach (string text in ashLandsClutterList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { ZoneManager.Instance.AddCustomClutter(new CustomClutter(val, true, AshLandsClutterValues)); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added Clutter: " + 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 vegetation: {arg}"); } } private void DeepNorthClutterConfig() { //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { string[] deepNorthClutterList = DeepNorthClutterList; foreach (string text in deepNorthClutterList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { ZoneManager.Instance.AddCustomClutter(new CustomClutter(val, true, DeepNorthClutterValues)); if (LoggingEnable.Value) { ((BaseUnityPlugin)this).Logger.LogMessage((object)("Added Clutter: " + 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 vegetation: {arg}"); } } private void MeadowsBushConfig() { //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { string[] meadowsBushList = MeadowsBushList; foreach (string text in meadowsBushList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { ZoneManager.Instance.AddCustomVegetation(new CustomVegetation(val, true, MeadowsBushValues)); 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 vegetation: {arg}"); } } private void BlackForestBushConfig() { //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { string[] blackForestBushList = BlackForestBushList; foreach (string text in blackForestBushList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { ZoneManager.Instance.AddCustomVegetation(new CustomVegetation(val, true, BlackForestBushValues)); 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 vegetation: {arg}"); } } private void SwampBushConfig() { //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { string[] swampBushList = SwampBushList; foreach (string text in swampBushList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { ZoneManager.Instance.AddCustomVegetation(new CustomVegetation(val, true, SwampBushValues)); 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 vegetation: {arg}"); } } private void MountainBushConfig() { //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { string[] mountainBushList = MountainBushList; foreach (string text in mountainBushList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { ZoneManager.Instance.AddCustomVegetation(new CustomVegetation(val, true, MountainBushValues)); 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 vegetation: {arg}"); } } private void PlainsBushConfig() { //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { string[] plainsBushList = PlainsBushList; foreach (string text in plainsBushList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { ZoneManager.Instance.AddCustomVegetation(new CustomVegetation(val, true, PlainsBushValues)); 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 vegetation: {arg}"); } } private void MistlandsBushConfig() { //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { string[] mistlandsBushList = MistlandsBushList; foreach (string text in mistlandsBushList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { ZoneManager.Instance.AddCustomVegetation(new CustomVegetation(val, true, MistlandsBushValues)); 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 vegetation: {arg}"); } } private void AshLandsBushConfig() { //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { string[] ashLandsBushList = AshLandsBushList; foreach (string text in ashLandsBushList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { ZoneManager.Instance.AddCustomVegetation(new CustomVegetation(val, true, AshLandsBushValues)); 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 vegetation: {arg}"); } } private void DeepNorthBushConfig() { //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { string[] deepNorthBushList = DeepNorthBushList; foreach (string text in deepNorthBushList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { ZoneManager.Instance.AddCustomVegetation(new CustomVegetation(val, true, DeepNorthBushValues)); 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 vegetation: {arg}"); } } private void MeadowsTreeConfig() { //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { string[] meadowsTreeList = MeadowsTreeList; foreach (string text in meadowsTreeList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { ZoneManager.Instance.AddCustomVegetation(new CustomVegetation(val, true, MeadowsTreeValues)); 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 vegetation: {arg}"); } } private void BlackForestTreeConfig() { //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { string[] blackForestTreeList = BlackForestTreeList; foreach (string text in blackForestTreeList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { ZoneManager.Instance.AddCustomVegetation(new CustomVegetation(val, true, BlackForestTreeValues)); 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 vegetation: {arg}"); } } private void SwampTreeConfig() { //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { string[] swampTreeList = SwampTreeList; foreach (string text in swampTreeList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { ZoneManager.Instance.AddCustomVegetation(new CustomVegetation(val, true, SwampTreeValues)); 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 vegetation: {arg}"); } } private void PlainsTreeConfig() { //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { string[] plainsTreeList = PlainsTreeList; foreach (string text in plainsTreeList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { ZoneManager.Instance.AddCustomVegetation(new CustomVegetation(val, true, PlainsTreeValues)); 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 vegetation: {arg}"); } } private void MistlandsTreeConfig() { //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { string[] mistlandsTreeList = MistlandsTreeList; foreach (string text in mistlandsTreeList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { ZoneManager.Instance.AddCustomVegetation(new CustomVegetation(val, true, MistlandsTreeValues)); 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 vegetation: {arg}"); } } private void AshLandsTreeConfig() { //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { string[] ashLandsTreeList = AshLandsTreeList; foreach (string text in ashLandsTreeList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { ZoneManager.Instance.AddCustomVegetation(new CustomVegetation(val, true, AshLandsTreeValues)); 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 vegetation: {arg}"); } } private void PlainsRockConfig() { //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { string[] plainsRockList = PlainsRockList; foreach (string text in plainsRockList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { ZoneManager.Instance.AddCustomVegetation(new CustomVegetation(val, true, PlainsRockValues)); 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 vegetation: {arg}"); } } private void DeepNorthRockConfig() { //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { string[] deepNorthRockList = DeepNorthRockList; foreach (string text in deepNorthRockList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { ZoneManager.Instance.AddCustomVegetation(new CustomVegetation(val, true, DeepNorthRockValues)); 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 vegetation: {arg}"); } } private void SwampLogConfig() { //IL_0015: Unknown result type (might be due to invalid IL or missing references) //IL_001c: Expected O, but got Unknown //IL_002f: Unknown result type (might be due to invalid IL or missing references) //IL_0097: Unknown result type (might be due to invalid IL or missing references) //IL_009d: Expected O, but got Unknown //IL_00bc: Unknown result type (might be due to invalid IL or missing references) //IL_00c3: Expected O, but got Unknown //IL_00d6: Unknown result type (might be due to invalid IL or missing references) //IL_013e: Unknown result type (might be due to invalid IL or missing references) //IL_0144: Expected O, but got Unknown try { GameObject val = MyAssets.LoadAsset("SwampTree2_log_RtD"); VegetationConfig val2 = new VegetationConfig(); VegetationConfig obj = val2; Biome[] array = new Biome[4]; RuntimeHelpers.InitializeArray(array, (RuntimeFieldHandle)/*OpCode not supported: LdMemberToken*/); obj.Biome = ZoneManager.AnyBiomeOf((Biome[])(object)array); val2.Max = 1f; val2.ScaleMin = 1.9f; val2.ScaleMax = 3f; val2.MinAltitude = -0.5f; val2.MaxTilt = 15f; val2.MinTerrainDelta = 1f; val2.MaxTerrainDelta = 3f; CustomVegetation val3 = new CustomVegetation(val, true, val2); ZoneManager.Instance.AddCustomVegetation(val3); GameObject val4 = MyAssets.LoadAsset("MagicTree2_RtD"); val2 = new VegetationConfig(); VegetationConfig obj2 = val2; Biome[] array2 = new Biome[3]; RuntimeHelpers.InitializeArray(array2, (RuntimeFieldHandle)/*OpCode not supported: LdMemberToken*/); obj2.Biome = ZoneManager.AnyBiomeOf((Biome[])(object)array2); val2.Max = 1f; val2.ScaleMin = 1.9f; val2.ScaleMax = 3f; val2.MinAltitude = -0.5f; val2.MaxTilt = 30f; val2.MinTerrainDelta = 1f; val2.MaxTerrainDelta = 3f; CustomVegetation val5 = new CustomVegetation(val4, true, val2); ZoneManager.Instance.AddCustomVegetation(val5); } catch (Exception arg) { ((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while adding vegetation: {arg}"); } } private void DeepNorthTreeConfig() { //IL_003d: Unknown result type (might be due to invalid IL or missing references) //IL_0047: Expected O, but got Unknown try { string[] deepNorthTreeList = DeepNorthTreeList; foreach (string text in deepNorthTreeList) { GameObject val = MyAssets.LoadAsset(text); if ((Object)(object)val != (Object)null) { ZoneManager.Instance.AddCustomVegetation(new CustomVegetation(val, true, DeepNorthTreeValues)); 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 vegetation: {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(text); if ((Object)(object)val != (Object)null) { GameObject prefab = Cache.GetPrefab(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}"); } } } }