Decompiled source of RtDMonsters v1.9.4

RtDMonsters.dll

Decompiled 3 days ago
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Runtime.Versioning;
using System.Security;
using System.Security.Permissions;
using BepInEx;
using BepInEx.Configuration;
using BepInEx.Logging;
using Jotunn.Configs;
using Jotunn.Entities;
using Jotunn.Managers;
using Jotunn.Utils;
using Microsoft.CodeAnalysis;
using UnityEngine;

[assembly: CompilationRelaxations(8)]
[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)]
[assembly: AssemblyTitle("RtDMonsters")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("RtDMonsters")]
[assembly: AssemblyCopyright("Copyright ©  2023")]
[assembly: AssemblyTrademark("")]
[assembly: ComVisible(false)]
[assembly: Guid("dfc92a04-5c3f-4439-a3c2-7286e71d6625")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: TargetFramework(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]
[assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)]
[assembly: AssemblyVersion("1.0.0.0")]
[module: UnverifiableCode]
[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 RtDMonsters
{
	[BepInPlugin("Soloredis.RtDMonsters", "RtDMonsters", "1.9.4")]
	[NetworkCompatibility(/*Could not decode attribute arguments.*/)]
	[BepInDependency(/*Could not decode attribute arguments.*/)]
	public class RtDMonsters : BaseUnityPlugin
	{
		public const string PluginGUID = "Soloredis.RtDMonsters";

		public const string PluginName = "RtDMonsters";

		public const string PluginVersion = "1.9.4";

		internal static ManualLogSource Log;

		public static AssetBundle MyAssets;

		public ConfigEntry<bool> LoggingEnable;

		public string[] AshLandsMonsterList = new string[6] { "Assassin_RtD", "Berserker_RtD", "Demon_RtD", "DragonBoar_RtD", "FallenCrusader_RtD", "Wizard_RtD" };

		public string[] AshLandsBushList = new string[5] { "AshLandsRock3_RtD", "CrystalFormation5_RtD", "CrystalFormation6_RtD", "CrystalFormation7_RtD", "CrystalFormation8_RtD" };

		public string[] AshLandsVegetetationList = new string[2] { "MagicTree7_RtD", "MagicTree8_RtD" };

		public string[] DeepNorthMonsterList = new string[11]
		{
			"ElfHunterF_RtD", "ElfHunterM_RtD", "ElfPriestM_RtD", "ElfWarriorF_RtD", "ElfWarriorM_RtD", "FaeWolfIce_RtD", "FaeWolfLightening_RtD", "Fairy1_RtD", "Fairy2_RtD", "CursedKnight_RtD",
			"Golem_RtD"
		};

		public string[] DeepNorthBushList = new string[5] { "CrystalFormation1_RtD", "CrystalFormation2_RtD", "CrystalFormation3_RtD", "CrystalFormation4_RtD", "DeepNorthRock3_RtD" };

		public string[] DeepNorthVegetationList = new string[2] { "MagicTree4_RtD1", "MagicTree5_RtD1" };

		public static SpawnConfig[] AshLandsSpawnConfig = (SpawnConfig[])(object)new SpawnConfig[1]
		{
			new SpawnConfig
			{
				SpawnDistance = 100f,
				SpawnInterval = 450f,
				SpawnChance = 10f,
				SpawnAtNight = true,
				SpawnAtDay = true,
				MaxGroupSize = 2,
				MaxSpawned = 2,
				MaxLevel = 2,
				MaxAltitude = 500f,
				Biome = (Biome)32
			}
		};

		public static SpawnConfig[] DeepNorthSpawnConfig = (SpawnConfig[])(object)new SpawnConfig[1]
		{
			new SpawnConfig
			{
				SpawnDistance = 100f,
				SpawnInterval = 450f,
				SpawnChance = 10f,
				SpawnAtNight = true,
				SpawnAtDay = true,
				MaxGroupSize = 2,
				MaxSpawned = 2,
				MaxLevel = 2,
				MaxAltitude = 500f,
				Biome = (Biome)64
			}
		};

		public static CreatureConfig AshLandsCreatureConfig = new CreatureConfig
		{
			Faction = (Faction)4,
			UseCumulativeLevelEffects = true,
			SpawnConfigs = AshLandsSpawnConfig
		};

		public static VegetationConfig AshLandsVegetationConfig = new VegetationConfig
		{
			Min = 0.5f,
			Max = 0.7f,
			ScaleMin = 0.75f,
			ScaleMax = 1.25f,
			MinAltitude = 1f,
			Biome = (Biome)32,
			MaxTilt = 2.5f,
			MaxTerrainDelta = 2f,
			GroupSizeMin = 1,
			GroupSizeMax = 1
		};

		public static VegetationConfig AshLandsBushConfig = new VegetationConfig
		{
			Min = 0.5f,
			Max = 1f,
			ScaleMin = 0.75f,
			ScaleMax = 1.25f,
			MinAltitude = 1f,
			Biome = (Biome)32,
			MaxTilt = 22f,
			MaxTerrainDelta = 2f,
			GroupSizeMin = 1,
			GroupSizeMax = 1
		};

		public static VegetationConfig DeepNorthBushConfig = new VegetationConfig
		{
			Min = 0.5f,
			Max = 1f,
			ScaleMin = 0.75f,
			ScaleMax = 1.25f,
			MinAltitude = 1f,
			Biome = (Biome)64,
			MaxTilt = 22f,
			MaxTerrainDelta = 2f,
			GroupSizeMin = 1,
			GroupSizeMax = 1
		};

		public static VegetationConfig DeepNorthVegetationConfig = new VegetationConfig
		{
			Min = 1f,
			Max = 1f,
			ScaleMin = 0.75f,
			ScaleMax = 1.25f,
			MinAltitude = 1f,
			Biome = (Biome)64,
			MaxTilt = 30f,
			MaxTerrainDelta = 2f,
			GroupSizeMin = 1,
			GroupSizeMax = 1
		};

		public static CreatureConfig DeepNorthCreatureConfig = new CreatureConfig
		{
			Faction = (Faction)5,
			UseCumulativeLevelEffects = true,
			SpawnConfigs = DeepNorthSpawnConfig
		};

		private CustomLocalization Localization;

		public string[] CustomSEShieldList = new string[1] { "SE_FairyShield_RtD" };

		public string[] CustomSEList = new string[1] { "SE_FairyHeal_RtD" };

		public string[] ItemsList = new string[27]
		{
			"BurningGland_RtD", "CookedDragonBoarMeat_RtD", "DemonHide_RtD", "DemonHorn_RtD", "DragonBoarMeat_RtD", "DragonCore_RtD", "DragonEgg_RtD", "TrophyDragonKing_RtD", "TrophyHatchling_RtD", "CookedFaeWolfMeat_RtD",
			"FaeNectar_RtD", "FaeSeed_RtD", "FaeTrophyWolf_RtD", "FaeWolfFang_RtD", "FaeWolfMeat_RtD", "FaeWolfPelt_RtD", "FairySilk_RtD", "SpiritHeart_RtD", "TrophySpirit_RtD", "IceCrystal_RtD",
			"ShadowCrystal_RtD", "FroWood_RtD", "FroMetalOre_RtD", "FroMetalBar_RtD", "CinderWood_RtD", "AshLandsSeed1_RtD", "ThorHammer_RtD"
		};

		public string[] PrefabsList = new string[224]
		{
			"Ragdoll_SO_Thor_RtD", "projectile_thorhammer_RtD", "elextricvfx_RtD", "fx_eikthyr_stomp_RtD", "fx_fae_death_RtD", "fx_fae_hit_RtD", "fx_fairyprotect_RtD", "vfx_dragon_firebreath_RtD", "vfx_elementalgolem_death_RtD", "vfx_elementalgolem_hurt_RtD",
			"vfx_FairyShield_RtD", "vfx_fireball_dragonlaunch_RtD", "fx_flameexplosion_death_rtd", "fx_FaeSpiritShieldBreak_RtD", "fx_FaeSpiritShieldHit_RtD", "AirTornadoMeadowsAOEMonster_RtD", "ArcaneLargeAOEMonster_RtD", "ArcaneMediumAOEMonster_RtD", "ArcaneSmallAOEMonster_RtD", "EarthQuakeMistLandsAOEMonster_RtD",
			"EarthShieldSwampAOEMonster_RrtD", "FireLargeAOEMonster_RtD", "FireMediumAOEMonster_RtD", "FireRingBlackForestAOEMonster_RtD", "FireSmallAOEMonster_RtD", "FrostEnchantmentMountainAOEMonster_RtD", "LightDamgeAOEMonster_RtD", "LighteningRainBlackForestAOEMonster_RtD", "VoidAOEMonster_RtD", "WaterAOEMonster_RtD",
			"AirProjectileMonsterS_RtD", "arbalest_projectile_bone_RtD", "ArcaneProjectileLargeMonsterS_RtD", "ArcaneProjectileLargeSecondaryMonsterS_RtD", "ArcaneProjectileMediumMonsterS_RtD", "ArcaneProjectileSmallMonsterS_RtD", "bow_projectile_frost_RtD", "bow_projectile_poison_RtD", "EarthProjectileMonsterS_RtD", "EarthProjectileQuakeMonsterS_RtD",
			"ElfSpearProjectile_RtD", "FairyHealAOE_RtD", "FairyProtectAOE_RtD", "FireProjectileLargeMonsterS_RtD", "FireProjectileLargeSecondaryMonsterS_RtD", "FireProjectileMediumMonsterS_RtD", "FireProjectileMonsterS_RtD", "FrostProjectileLargeMonsterS_RtD", "FrostProjectileMonsterS_RtD", "LighteningProjectileMonsterS_RtD",
			"LightProjectileMonsterS_RtD", "LightProjectileMonsterspawnS_RtD", "LightProjectileMonsterspawnSummon_RtD", "spawn_meteorselementalgolem1_RtD", "spawn_meteorselementalgolem2_RtD", "spawn_meteorsIarcane_RtD", "spawn_meteorslightening_RtD", "spawn_meteorsnecromancer1_RtD", "spawn_meteorsnecromancer2_RtD", "VoidProjectileMonsterS_RtD",
			"VoidProjectileMonsterSpawn_RtD", "VoidProjectileMonsterSummon_RtD", "WaterProjectileMonsterS_RtD", "ArcaneExplosionLargeMonsterS_RtD", "ArcaneExplosionMediumMonsterS_RtD", "ArcaneExplosionSmallMonsterS_RtD", "EarthExplosionLargeMonsterS_RtD", "EarthExplosionSmallMonsterS_RtD", "FireExplosionLargeMonsterS_RtD", "FireExplosionMediumMonsterS_RtD",
			"FireExplosionSmallMonsterS_RtD", "FrostExplosionLargeMonsterS_RtD", "FrostExplosionSmallMonsterS_RtD", "LightExplosionSmallMonsterS_RtD", "LightningExplosionSmallMonsterS_RtD", "StormExplosionSmallMonsterS_RtD", "VoidExplosionSmallMonsterS_RtD", "WaterExplosionMonsterS_RtD", "vfx_ArcaneSlashHitM_RtD", "vfx_EarthSlashHitM_RtD",
			"vfx_FireSlashHitM_RtD", "vfx_FrostSlashHitM_RtD", "vfx_LightningSlashHitM_RtD", "vfx_LightSlashHitM_RtD", "vfx_ShadowSlashHitM_RtD", "vfx_StormSlashHitM_RtD", "vfx_WaterSlashHitM_RtD", "AssassinAttack1_RtD", "AssassinAttack2_RtD", "AssassinAttack3_RtD",
			"BerserkerAttack1_RtD", "BerserkerAttack2_RtD", "BerserkerAttack3_RtD", "BerserkerAttack4_RtD", "BerserkerAttack5_RtD", "BoarAttck1_RtD", "BoarAttck2_RtD", "CrusaderAttack1_RtD", "CrusaderAttack2_RtD", "CrusaderAttack3_RtD",
			"DemonClawAttack_RtD", "DemonHornAttack_RtD", "DemonProjectileAttack_RtD", "dragon_bite1_RtD", "dragon_claw_left1_RtD", "dragon_claw_right1_RtD", "dragon_firebreath1_RtD", "dragon_spit_shotgun1_RtD", "dragon_taunt1_RtD", "NecromancerMelee1_RtD",
			"NecromancerMelee2_RtD", "NecromancerSpell1_RtD", "NecromancerSpell2_RtD", "NecromancerSpell3_RtD", "NecromancerSpell4_RtD", "NecromancerSpell5_RtD", "NecromancerSpell6_RtD", "PigletAttck1_RtD", "PigletAttck2_RtD", "WizardAttack1_RtD",
			"WizardAttack2_RtD", "WizardAttack3_RtD", "ElementalAttack1_RtD", "ElementalAttack2_RtD", "ElemetalRanged2_RtD", "ElemetalRanged3_RtD", "ElfWarriorAttackF1_RtD", "ElfWarriorAttackF2_RtD", "ElfWarriorAttackF3_RtD", "ElfWarriorAttackF4_RtD",
			"ElfWarriorAttackM1_RtD", "ElfWarriorAttackM2_RtD", "ElfWarriorAttackM3_RtD", "ElfWarriorAttackM4_RtD", "FairyAttack3_RtD", "FairyAttackAOE_RtD", "FairyAttackFire1_RtD", "FairyAttackIce1_RtD", "FairyHealAttack_RtD", "FairyIceAOE_RtD",
			"FairyProtect1_RtD", "FairyProtect2_RtD", "HunterBowAttack1_RtD", "HunterBowAttack2_RtD", "HunterMBomb_RtD", "HunterMelee1_RtD", "HunterMelee2_RtD", "HunterMelee3_RtD", "HunterMKick_RtD", "HunterSpear4_RtD",
			"PriestMelee1_RtD", "PriestSpell2_RtD", "PriestSpell3_RtD", "PriestSpell4_RtD", "SpiritAOEAttack2_RtD", "SpiritAttackDoubleHand1_RtD", "SpiritAttackDoubleHand2_RtD", "SpiritAttackMelee1_RtD", "SpiritHealAttack1_RtD", "SpiritHealIceAttack2_RtD",
			"SpiritHealLighteningAttack3_RtD", "Wolf_Attack1_RtD", "Wolf_Attack2_RtD", "Wolf_Attack3frost_RtD", "Wolf_Attack3lightening_RtD", "CursedKnightMelee1_RtD", "CursedKnightMelee2_RtD", "CursedKnightMelee3_RtD", "CursedKnightSpell_RtD", "Ragdoll_Assassin_RtD",
			"Ragdoll_CursedKnight_RtD", "Ragdoll_Berserker_RtD", "Ragdoll_Demon_RtD", "Ragdoll_DragonBoar_RtD", "Ragdoll_FallenCrusader_RtD", "Ragdoll_ElfHunterF_RtD", "Ragdoll_ElfHunterM_RtD", "Ragdoll_ElfPriestM_RtD", "Ragdoll_ElfWarriorF_RtD", "Ragdoll_ElfWarriorM_RtD",
			"ThorAOEattack1_RtD", "ThorAOEattack2_RtD", "ThorMelee1_RtD", "ThorMelee2_RtD", "ThorSpell1_RtD", "ThorSpell2_RtD", "ThorSpell3_RtD", "ThorSummon1_RtD", "ThorProjectile1_RtD", "ThorProjectile2_RtD",
			"ThorProjectile3_RtD", "ThorExplosionSmall_RtD", "ThorExplosionMedium_RtD", "ThorExplosionLarge_RtD", "ThorHammerAOE_RtD", "ThorSpellAOE_RtD", "Spawner_Assassin_RtD", "Spawner_Berserker_RtD", "Spawner_Demon_RtD", "Spawner_DragonBoar_RtD",
			"Spawner_FallenCrusader_RtD", "Spawner_Wizard_RtD", "Spawner_ElfHunterM_RtD", "Spawner_ElfHunterF_RtD", "Spawner_ElfPriest_RtD", "Spawner_ElfWarriorM_RtD", "Spawner_ElfWarriorF_RtD", "Spawner_FaeWolfIce_RtD", "Spawner_FaeWolfLightning_RtD", "Spawner_Fairy1_RtD",
			"Spawner_Fairy2_RtD", "Spawner_Golem_RtD", "MagicLog4Half1", "MagicLog5Half1", "MagicLog7", "MagicLog7Half", "MagicLog8", "MagicLog8Half", "MagicLog11", "MagicLog12",
			"MagicStump7", "MagicStump8", "MagicStump11", "MagicStump12"
		};

		public string[] SoundEffectList = new string[24]
		{
			"sfx_arcanemonster_RtD", "sfx_earthcastmonster_RtD", "sfx_firecastmonster_RtD", "sfx_icecastmonster_RtD", "sfx_lifecastmonster_RtD", "sfx_lightcastmonster_RtD", "sfx_lighteningcastmonster_RtD", "sfx_naturecasttmonster_RtD", "sfx_stormcastmonster_RtD", "sfx_voidcastmonster_RtD",
			"sfx_watercastmonster_RtD", "sfx_elfalerted_RtD", "sfx_ElfAttackF_RtD", "sfx_ElfAttackM_RtD", "sfx_ElfDeathF_RtD", "sfx_ElfDeathM_RtD", "sfx_ElfHitF_RtD", "sfx_ElfHitM_RtD", "sfx_elfidle_RtD", "sfx_fairy_alerted_RtD",
			"sfx_fairy_attack_RtD", "sfx_fairy_cast_RtD", "sfx_fairy_death_RtD", "sfx_fairy_idle_RtD"
		};

		public string[] MonsterList = new string[10] { "Spirit_RtD", "DragonBoarTamed_RtD", "FaeWolfLighteningCub_RtD", "FaeWolfIceCub_RtD", "FaeWolfIceTamed_RtD", "FaeWolfLighteningTamed_RtD", "Fader_RtD", "Necromancer_RtD", "DragonPiglet_RtD", "SO_Thor_RtD" };

		private void Awake()
		{
			CreateConfigs();
			LoadBundle();
			AddItemConversions();
			Addlocalizations();
			AddShieldEffect();
			AddSEStatusEffect();
			AddItems();
			AddPrefabs();
			RegisterMonsters();
			AddSoundEffects();
			Locations();
			AshLandsSpawners();
			DeepNorthSpawners();
			AshLandsVegetation();
			DeepNorthVegetation();
			AshLandsBushes();
			DeepNorthBushes();
			AddSaplings();
			PrefabManager.OnPrefabsRegistered += FixSoundEffects;
			if (LoggingEnable.Value)
			{
				((BaseUnityPlugin)this).Logger.LogWarning((object)"Logging is enabled in the config.");
			}
		}

		private void LoadBundle()
		{
			try
			{
				MyAssets = AssetUtils.LoadAssetBundleFromResources("monstersproject", Assembly.GetExecutingAssembly());
			}
			catch (Exception arg)
			{
				((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while loading bundle: {arg}");
			}
		}

		public void CreateConfigs()
		{
			//IL_002f: Unknown result type (might be due to invalid IL or missing references)
			//IL_0034: Unknown result type (might be due to invalid IL or missing references)
			//IL_003c: Unknown result type (might be due to invalid IL or missing references)
			//IL_004a: Expected O, but got Unknown
			//IL_004a: Unknown result type (might be due to invalid IL or missing references)
			//IL_0054: Expected O, but got Unknown
			try
			{
				((BaseUnityPlugin)this).Config.SaveOnConfigSet = true;
				LoggingEnable = ((BaseUnityPlugin)this).Config.Bind<bool>("Logging", "Enable", false, new ConfigDescription("Enable or Disable Logging.", (AcceptableValueBase)null, new object[1] { (object)new ConfigurationManagerAttributes
				{
					IsAdminOnly = true,
					Order = 15
				} }));
			}
			catch (Exception arg)
			{
				((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while adding configuration values: {arg}");
			}
		}

		private void AshLandsBushes()
		{
			//IL_003c: Unknown result type (might be due to invalid IL or missing references)
			//IL_0046: Expected O, but got Unknown
			try
			{
				string[] ashLandsBushList = AshLandsBushList;
				foreach (string text in ashLandsBushList)
				{
					GameObject val = MyAssets.LoadAsset<GameObject>(text);
					if ((Object)(object)val != (Object)null)
					{
						ZoneManager.Instance.AddCustomVegetation(new CustomVegetation(val, true, AshLandsBushConfig));
						if (LoggingEnable.Value)
						{
							((BaseUnityPlugin)this).Logger.LogMessage((object)("Added Vegetation: " + text));
						}
					}
					else
					{
						((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + text + " to the object database"));
					}
				}
			}
			catch (Exception arg)
			{
				((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while adding monsters: {arg}");
			}
		}

		private void DeepNorthBushes()
		{
			//IL_003c: Unknown result type (might be due to invalid IL or missing references)
			//IL_0046: Expected O, but got Unknown
			try
			{
				string[] deepNorthBushList = DeepNorthBushList;
				foreach (string text in deepNorthBushList)
				{
					GameObject val = MyAssets.LoadAsset<GameObject>(text);
					if ((Object)(object)val != (Object)null)
					{
						ZoneManager.Instance.AddCustomVegetation(new CustomVegetation(val, true, DeepNorthBushConfig));
						if (LoggingEnable.Value)
						{
							((BaseUnityPlugin)this).Logger.LogMessage((object)("Added Vegetation: " + text));
						}
					}
					else
					{
						((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + text + " to the object database"));
					}
				}
			}
			catch (Exception arg)
			{
				((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while adding monsters: {arg}");
			}
		}

		private void AshLandsVegetation()
		{
			//IL_003c: Unknown result type (might be due to invalid IL or missing references)
			//IL_0046: Expected O, but got Unknown
			try
			{
				string[] ashLandsVegetetationList = AshLandsVegetetationList;
				foreach (string text in ashLandsVegetetationList)
				{
					GameObject val = MyAssets.LoadAsset<GameObject>(text);
					if ((Object)(object)val != (Object)null)
					{
						ZoneManager.Instance.AddCustomVegetation(new CustomVegetation(val, true, AshLandsVegetationConfig));
						if (LoggingEnable.Value)
						{
							((BaseUnityPlugin)this).Logger.LogMessage((object)("Added Vegetation: " + text));
						}
					}
					else
					{
						((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + text + " to the object database"));
					}
				}
			}
			catch (Exception arg)
			{
				((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while adding monsters: {arg}");
			}
		}

		private void DeepNorthVegetation()
		{
			//IL_003c: Unknown result type (might be due to invalid IL or missing references)
			//IL_0046: Expected O, but got Unknown
			try
			{
				string[] deepNorthVegetationList = DeepNorthVegetationList;
				foreach (string text in deepNorthVegetationList)
				{
					GameObject val = MyAssets.LoadAsset<GameObject>(text);
					if ((Object)(object)val != (Object)null)
					{
						ZoneManager.Instance.AddCustomVegetation(new CustomVegetation(val, true, DeepNorthVegetationConfig));
						if (LoggingEnable.Value)
						{
							((BaseUnityPlugin)this).Logger.LogMessage((object)("Added Vegetation: " + text));
						}
					}
					else
					{
						((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + text + " to the object database"));
					}
				}
			}
			catch (Exception arg)
			{
				((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while adding monsters: {arg}");
			}
		}

		private void AddItemConversions()
		{
			//IL_0002: Unknown result type (might be due to invalid IL or missing references)
			//IL_0008: Expected O, but got Unknown
			//IL_003e: Unknown result type (might be due to invalid IL or missing references)
			//IL_0048: Expected O, but got Unknown
			//IL_0049: Unknown result type (might be due to invalid IL or missing references)
			//IL_004f: Expected O, but got Unknown
			//IL_0085: Unknown result type (might be due to invalid IL or missing references)
			//IL_008f: Expected O, but got Unknown
			//IL_0090: Unknown result type (might be due to invalid IL or missing references)
			//IL_0096: Expected O, but got Unknown
			//IL_00c0: Unknown result type (might be due to invalid IL or missing references)
			//IL_00ca: Expected O, but got Unknown
			//IL_00cb: Unknown result type (might be due to invalid IL or missing references)
			//IL_00d1: Expected O, but got Unknown
			//IL_00fb: Unknown result type (might be due to invalid IL or missing references)
			//IL_0105: Expected O, but got Unknown
			try
			{
				CookingConversionConfig val = new CookingConversionConfig();
				((ConversionConfig)val).FromItem = "DragonBoarMeat_RtD";
				((ConversionConfig)val).ToItem = "CookedDragonBoarMeat_RtD";
				((ConversionConfig)val).Station = CookingStations.IronCookingStation;
				val.CookTime = 20f;
				ItemManager.Instance.AddItemConversion(new CustomItemConversion((ConversionConfig)(object)val));
				CookingConversionConfig val2 = new CookingConversionConfig();
				((ConversionConfig)val2).FromItem = "FaeWolfMeat_RtD";
				((ConversionConfig)val2).ToItem = "CookedFaeWolfMeat_RtD";
				((ConversionConfig)val2).Station = CookingStations.IronCookingStation;
				val2.CookTime = 20f;
				ItemManager.Instance.AddItemConversion(new CustomItemConversion((ConversionConfig)(object)val2));
				SmelterConversionConfig val3 = new SmelterConversionConfig();
				((ConversionConfig)val3).Station = Smelters.BlastFurnace;
				((ConversionConfig)val3).FromItem = "FroMetalOre_RtD";
				((ConversionConfig)val3).ToItem = "FroMetalBar_RtD";
				ItemManager.Instance.AddItemConversion(new CustomItemConversion((ConversionConfig)(object)val3));
				SmelterConversionConfig val4 = new SmelterConversionConfig();
				((ConversionConfig)val4).Station = Smelters.BlastFurnace;
				((ConversionConfig)val4).FromItem = "FlametalOre";
				((ConversionConfig)val4).ToItem = "Flametal";
				ItemManager.Instance.AddItemConversion(new CustomItemConversion((ConversionConfig)(object)val4));
			}
			catch (Exception arg)
			{
				((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while adding custom Item: {arg}");
			}
		}

		public void AddShieldEffect()
		{
			//IL_002f: Unknown result type (might be due to invalid IL or missing references)
			//IL_0036: Expected O, but got Unknown
			try
			{
				string[] customSEShieldList = CustomSEShieldList;
				foreach (string text in customSEShieldList)
				{
					SE_Shield val = MyAssets.LoadAsset<SE_Shield>(text);
					if ((Object)(object)val != (Object)null)
					{
						CustomStatusEffect val2 = new CustomStatusEffect((StatusEffect)(object)val, true);
						ItemManager.Instance.AddStatusEffect(val2);
						if (LoggingEnable.Value)
						{
							((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val)?.ToString() + " to the Object database"));
						}
					}
				}
			}
			catch (Exception arg)
			{
				((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while adding SE_Stats Effects: {arg}");
			}
		}

		public void AddSEStatusEffect()
		{
			//IL_002f: Unknown result type (might be due to invalid IL or missing references)
			//IL_0036: Expected O, but got Unknown
			try
			{
				string[] customSEList = CustomSEList;
				foreach (string text in customSEList)
				{
					SE_Stats val = MyAssets.LoadAsset<SE_Stats>(text);
					if ((Object)(object)val != (Object)null)
					{
						CustomStatusEffect val2 = new CustomStatusEffect((StatusEffect)(object)val, true);
						ItemManager.Instance.AddStatusEffect(val2);
						if (LoggingEnable.Value)
						{
							((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + ((object)val)?.ToString() + " to the Object database"));
						}
					}
				}
			}
			catch (Exception arg)
			{
				((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while adding SE_Stats Effects: {arg}");
			}
		}

		private void AddItems()
		{
			//IL_0032: Unknown result type (might be due to invalid IL or missing references)
			//IL_0039: Expected O, but got Unknown
			try
			{
				string[] itemsList = ItemsList;
				foreach (string text in itemsList)
				{
					GameObject val = MyAssets.LoadAsset<GameObject>(text);
					if ((Object)(object)val != (Object)null)
					{
						CustomItem val2 = new CustomItem(val, true);
						ItemManager.Instance.AddItem(val2);
						if (LoggingEnable.Value)
						{
							((BaseUnityPlugin)this).Logger.LogMessage((object)("Added: " + text + " to the Object database"));
						}
					}
					else
					{
						((BaseUnityPlugin)this).Logger.LogMessage((object)("Failed to add: " + text + " to the object database"));
					}
				}
			}
			catch (Exception arg)
			{
				((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while adding prefabs: {arg}");
			}
		}

		private void AddPrefabs()
		{
			//IL_0032: Unknown result type (might be due to invalid IL or missing references)
			//IL_0039: Expected O, but got Unknown
			try
			{
				string[] prefabsList = PrefabsList;
				foreach (string text in prefabsList)
				{
					GameObject val = MyAssets.LoadAsset<GameObject>(text);
					if ((Object)(object)val != (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 RegisterMonsters()
		{
			//IL_0032: Unknown result type (might be due to invalid IL or missing references)
			//IL_0039: Expected O, but got Unknown
			try
			{
				string[] monsterList = MonsterList;
				foreach (string text in monsterList)
				{
					GameObject val = MyAssets.LoadAsset<GameObject>(text);
					if ((Object)(object)val != (Object)null)
					{
						CustomCreature val2 = new CustomCreature(val, true);
						CreatureManager.Instance.AddCreature(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 AddSoundEffects()
		{
			//IL_0032: Unknown result type (might be due to invalid IL or missing references)
			//IL_0039: Expected O, but got Unknown
			try
			{
				string[] soundEffectList = SoundEffectList;
				foreach (string text in soundEffectList)
				{
					GameObject val = MyAssets.LoadAsset<GameObject>(text);
					if ((Object)(object)val != (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 FixSoundEffects()
		{
			try
			{
				AudioSource prefab = Cache.GetPrefab<AudioSource>("sfx_arrow_hit");
				string[] soundEffectList = SoundEffectList;
				foreach (string text in soundEffectList)
				{
					GameObject prefab2 = Cache.GetPrefab<GameObject>(text);
					prefab2.GetComponentInChildren<AudioSource>().outputAudioMixerGroup = prefab.outputAudioMixerGroup;
					if (LoggingEnable.Value)
					{
						((BaseUnityPlugin)this).Logger.LogMessage((object)("Audio Mixer set on: " + text));
					}
				}
			}
			catch (Exception arg)
			{
				((BaseUnityPlugin)this).Logger.LogWarning((object)$"Exception caught while fixing custom audio: {arg}");
			}
			finally
			{
				PrefabManager.OnPrefabsRegistered -= FixSoundEffects;
			}
		}

		private void Addlocalizations()
		{
			Localization = LocalizationManager.Instance.GetLocalization();
			CustomLocalization localization = Localization;
			string text = "English";
			localization.AddTranslation(ref text, new Dictionary<string, string>
			{
				{ "AshLandsRock3_RtD", "Charred Rock" },
				{ "DeepNorthRock3_RtD", "Icy Rock" },
				{ "DeepNorthFroOre_RtD", "Valhallium Ore" },
				{ "FroMetalBar_RtD", "Valhallium Bar" },
				{ "BurningGland_RtD", "Soul Essence" },
				{ "BurningGland_desc_RtD", "Used to summon a very powerful Necromancer" },
				{ "Fader_RtD", "Fader" },
				{ "DragonCore_RtD", "Burning Gland" },
				{ "DragonCore_desc_RtD", "Used to create a special Forge" },
				{ "DragonEgg_RtD", "Searing Dragon Egg" },
				{ "DragonEgg_desc_RtD", "These eggs were once frigid. As the lands began to burn the eggs became filled with a burning contempt for all life." },
				{ "TrophyDragonKing_RtD", "Dragon King Trophy" },
				{ "TrophyDragonKing_desc_RtD", "The head from the King of Dragons & Father of all fury." },
				{ "TrophyHatchling_RtD", "Hatchling Trophy" },
				{ "TrophyHatchling_desc_RtD", "Will be for future use, or your imagination." },
				{ "ArtisanTable_RtD", "Artisan Forge" },
				{ "Assassin_RtD", "Undead Assassin" },
				{ "Berserker_RtD", "Flesh Eater" },
				{ "FallenCrusader_RtD", "Fallen Crusader" },
				{ "Wizard_RtD", "Undead Wizard" },
				{ "Necromancer_RtD", "Necromancer Lord" },
				{ "Demon_RtD", "Demon" },
				{ "DragonBoar_RtD", "Dragon Boar" },
				{ "DragonBoar_RtD1", "Dragon Boar" },
				{ "DragonPiglet_RtD", "Dragon Piglet" },
				{ "DragonBoarMeat_RtD", "Raw Dragon Boar Meat" },
				{ "CookedDragonBoarMeat_RtD", "Cooked Dragon Boar Meat" },
				{ "DemonHide_RtD", "Demon Hide" },
				{ "DemonHide_desc_RtD", "A very tough hide that can be used for strong armors" },
				{ "CookedFaeWolfMeat_RtD", "Fae Wolf Meat" },
				{ "CookedFaeWolfMeat_desc_RtD", "A delicious meal" },
				{ "FaeWolfMeat_RtD", "Raw FaeWolf Meat" },
				{ "FaeWolfMeat_desc_RtD", "A delicious meal if prepared right" },
				{ "FaeNectar_RtD", "Fae Nectar" },
				{ "FaeNectar_desc_RtD", "A magical aora emits from the Fae Nectar" },
				{ "FaeSeed_RtD", "FaeSeed" },
				{ "FaeSeed_desc_RtD", "The seed is cold to the touch & is used to plant magical trees" },
				{ "FaeTrophyWolf_RtD", "FaeWolf Trophy" },
				{ "FaeTrophyWolf_desc_RtD", "A trophy from a powerful Foe" },
				{ "FaeWolfFang_RtD", "FaeWolf Fang" },
				{ "FaeWolfFang_desc_RtD", "A very sharp Fang" },
				{ "FaeWolfPelt_RtD", "FaeWolf Pelt" },
				{ "FaeWolfPelt_desc_RtD", "A very thick fur hide" },
				{ "FairySilk_RtD", "Fae Silk" },
				{ "FairySilk_desc_RtD", "A very fine silk" },
				{ "ElfHunterF_RtD", "Elf Hunter" },
				{ "ElfHunterM_RtD", "Elf Hunter" },
				{ "ElfPriestM_RtD", "Elf Priest" },
				{ "ElfWarriorF_RtD", "Elf Warrior" },
				{ "ElfWarriorM_RtD", "Elf Warrior" },
				{ "FaeWolfIce_RtD", "FaeWolf" },
				{ "FaeWolfIce_RtD1", "FaeWolf" },
				{ "FaeWolfIceCub_RtD", "FaeWolf Cub" },
				{ "FaeWolfLightening_RtD", "FaeWolf" },
				{ "FaeWolfLightening_RtD1", "FaeWolf" },
				{ "FaeWolfLighteningCub_RtD", "FaeWolf Cub" },
				{ "Fairy1_RtD", "Fae Spirit" },
				{ "Fairy2_RtD", "Fae Spirit" },
				{ "Golem_RtD", "Elemental Golem" },
				{ "FaeTree_RtD", "Magical Fae Tree" },
				{ "Spirit_RtD", "Spirit of the Wood" },
				{ "TrophySpirit_RtD", "Spirit Trophy" },
				{ "TrophySpirit_desc_RtD", "Spirit of the Wood Trophy" },
				{ "SpiritHeart_RtD", "Spirit Heart" },
				{ "SpiritHeart_desc_RtD", "Used to craft Thors Hammer." },
				{ "FaeSpawner_RtD", "Fae Spawner" },
				{ "Vegvisir_Spirit_RtD", "Vegvisir" },
				{ "Vegvisir_Spirit_register_RtD", "Forest Spirit" },
				{ "SpiritShrineMap_RtD", "Spirit Shrine" },
				{ "Vegvisir_Fader_RtD", "Vegvisir" },
				{ "CrystalFormation5_RtD", "Shadow Crystal" },
				{ "CrystalFormation6_RtD", "Shadow Crystal" },
				{ "CrystalFormation7_RtD", "Shadow Crystal" },
				{ "CrystalFormation8_RtD", "Shadow Crystal" },
				{ "Vegvisir_Necromancer_RtD", "Vegvisir" },
				{ "Vegvisir_Fader_register_RtD", "King of Dragons" },
				{ "Vegvisir_Necromancer_register_RtD", "Necromancer Lord" },
				{ "DragonKingAltarMap_RtD", "Dragon King" },
				{ "NecromancerAltarMap_RtD", "Necromancer" },
				{ "SO_Thor_RtD", "Thor" },
				{ "CrystalFormation1_RtD", "Ice Crystal" },
				{ "CrystalFormation2_RtD", "Ice Crystal" },
				{ "CrystalFormation3_RtD", "Ice Crystal" },
				{ "CrystalFormation4_RtD", "Ice Crystal" },
				{ "MagicLog4", "Log" },
				{ "MagicLog5", "Log" },
				{ "MagicStump4", "Stump" },
				{ "MagicStump5", "Stump" },
				{ "MagicLog7", "Log" },
				{ "MagicLog8", "Log" },
				{ "MagicTree7_RtD", "Charred Tree" },
				{ "MagicTree8_RtD", "Charred Tree" },
				{ "MagicStump7", "Stump" },
				{ "MagicStump8", "Stump" },
				{ "MagicTree4_RtD", "Magic Tree" },
				{ "MagicTree5_RtD", "Magic Tree" },
				{ "ThorHammer_RtD", "Thor's Hammer" },
				{ "ThorHammer_desc_RtD", "Strength of the gods" },
				{ "DragonBoarRuinStone_RtD", "Chris P Bacon discovered this Rune Stone, then died within minutes from being eaten." },
				{ "Vegvisir_Thor_RtD", "Vegvisir" },
				{ "SpiritThorMap_RtD", "Thors Shrine" },
				{ "Vegvisir_Thor_register_RtD", "The god of lightning" },
				{ "MagicTreeSapling1_RtD", "Magic Sapling" },
				{ "AshLandsSaplingD2_RtD", "Diseased Sapling" },
				{ "CursedKnight_RtD", "Cursed Knight" },
				{ "FroWood_RtD", "FroWood" },
				{ "FroWood_desc_RtD", "Its cold to the touch" },
				{ "FrometalOre_RtD", "Blessed Ore" },
				{ "FrometalOre_desc_RtD", "Icy metal, can only be smelted with a blast furnace" },
				{ "IceCrystal_RtD", "Icy Crystal" },
				{ "IceCrystal_desc_RtD", "Used to craft powerful weapons" },
				{ "ShadowCrystal_RtD", "Shadow Crystal" },
				{ "ShadowCrystal_desc_RtD", "Used to craft powerful weapons" },
				{ "CinderWood_RtD", "Cinder Wood" },
				{ "CinderWood_desc_RtD", "This wood is scarring hot." },
				{ "DemonHorn_RtD", "Demon Horn" },
				{ "DemonHorn_desc_RtD", "You feel a sense of rage when touching this." }
			});
			Localization = LocalizationManager.Instance.GetLocalization();
			CustomLocalization localization2 = Localization;
			text = "Portuguese";
			localization2.AddTranslation(ref text, new Dictionary<string, string>
			{
				{ "AshLandsRock3_RtD", "Rocha Carbonizada" },
				{ "DeepNorthRock3_RtD", "Rocha Gelada" },
				{ "DeepNorthFroOre_RtD", "Minério de Valhálio" },
				{ "FroMetalBar_RtD", "Barra de Valhálio" },
				{ "BurningGland_RtD", "Essência da Alma" },
				{ "BurningGland_desc_RtD", "Usado para invocar um Necromante muito poderoso" },
				{ "Fader_RtD", "Desvanecedor" },
				{ "DragonCore_RtD", "Glândula Ardente" },
				{ "DragonCore_desc_RtD", "Usado para criar uma Forja especial" },
				{ "DragonEgg_RtD", "Ovo de Dragão Incandescente" },
				{ "DragonEgg_desc_RtD", "Esses ovos antes eram gelados. À medida que as terras começaram a queimar, os ovos se encheram de um desprezo ardente por toda a vida." },
				{ "TrophyDragonKing_RtD", "Troféu do Rei Dragão" },
				{ "TrophyDragonKing_desc_RtD", "A cabeça do Rei dos Dragões e Pai de toda a fúria." },
				{ "TrophyHatchling_RtD", "Troféu de Filhote" },
				{ "TrophyHatchling_desc_RtD", "Será usado no futuro ou para sua imaginação." },
				{ "ArtisanTable_RtD", "Forja Artesanal" },
				{ "Assassin_RtD", "Assassino Morto-Vivo" },
				{ "Berserker_RtD", "Devorador de Carne" },
				{ "FallenCrusader_RtD", "Cruzado Caído" },
				{ "Wizard_RtD", "Feiticeiro Morto-Vivo" },
				{ "Necromancer_RtD", "Senhor Necromante" },
				{ "Demon_RtD", "Demônio" },
				{ "DragonBoar_RtD", "Javali Dragão" },
				{ "DragonBoar_RtD1", "Javali Dragão" },
				{ "DragonPiglet_RtD", "Porquinho Dragão" },
				{ "DragonBoarMeat_RtD", "Carne Crua de Javali Dragão" },
				{ "CookedDragonBoarMeat_RtD", "Carne Cozida de Javali Dragão" },
				{ "DemonHide_RtD", "Pele de Demônio" },
				{ "DemonHide_desc_RtD", "Uma pele muito resistente que pode ser usada para armaduras fortes" },
				{ "CookedFaeWolfMeat_RtD", "Carne de Lobo Fae" },
				{ "CookedFaeWolfMeat_desc_RtD", "Uma refeição deliciosa" },
				{ "FaeWolfMeat_RtD", "Carne Crua de Lobo Fae" },
				{ "FaeWolfMeat_desc_RtD", "Uma refeição deliciosa se preparada corretamente" },
				{ "FaeNectar_RtD", "Néctar Fae" },
				{ "FaeNectar_desc_RtD", "Uma aura mágica emana do Néctar Fae" },
				{ "FaeSeed_RtD", "Semente Fae" },
				{ "FaeSeed_desc_RtD", "A semente é fria ao toque e é usada para plantar árvores mágicas" },
				{ "FaeTrophyWolf_RtD", "Troféu de Lobo Fae" },
				{ "FaeTrophyWolf_desc_RtD", "Um troféu de um inimigo poderoso" },
				{ "FaeWolfFang_RtD", "Presa de Lobo Fae" },
				{ "FaeWolfFang_desc_RtD", "Uma presa muito afiada" },
				{ "FaeWolfPelt_RtD", "Pele de Lobo Fae" },
				{ "FaeWolfPelt_desc_RtD", "Um couro de pelagem muito espessa" },
				{ "FairySilk_RtD", "Seda Fae" },
				{ "FairySilk_desc_RtD", "Uma seda muito fina" },
				{ "ElfHunterF_RtD", "Caçadora Élfica" },
				{ "ElfHunterM_RtD", "Caçador Élfico" },
				{ "ElfPriestM_RtD", "Sacerdote Élfico" },
				{ "ElfWarriorF_RtD", "Guerreira Élfica" },
				{ "ElfWarriorM_RtD", "Guerreiro Élfico" },
				{ "FaeWolfIce_RtD", "Lobo Fae" },
				{ "FaeWolfIce_RtD1", "Lobo Fae" },
				{ "FaeWolfIceCub_RtD", "Filhote de Lobo Fae" },
				{ "FaeWolfLightening_RtD", "Lobo Fae" },
				{ "FaeWolfLightening_RtD1", "Lobo Fae" },
				{ "FaeWolfLighteningCub_RtD", "Filhote de Lobo Fae" },
				{ "Fairy1_RtD", "Espírito Fae" },
				{ "Fairy2_RtD", "Espírito Fae" },
				{ "Golem_RtD", "Golem Elemental" },
				{ "FaeTree_RtD", "Árvore Fae Mágica" },
				{ "Spirit_RtD", "Espírito da Floresta" },
				{ "TrophySpirit_RtD", "Troféu de Espírito" },
				{ "TrophySpirit_desc_RtD", "Troféu do Espírito da Floresta" },
				{ "SpiritHeart_RtD", "Coração de Espírito" },
				{ "SpiritHeart_desc_RtD", "Usado para criar o Martelo de Thor." },
				{ "FaeSpawner_RtD", "Gerador de Fae" },
				{ "Vegvisir_Spirit_RtD", "Vegvisir" },
				{ "Vegvisir_Spirit_register_RtD", "Espírito da Floresta" },
				{ "SpiritShrineMap_RtD", "Santuário do Espírito" },
				{ "Vegvisir_Fader_RtD", "Vegvisir" },
				{ "CrystalFormation5_RtD", "Cristal Sombrio" },
				{ "CrystalFormation6_RtD", "Cristal Sombrio" },
				{ "CrystalFormation7_RtD", "Cristal Sombrio" },
				{ "CrystalFormation8_RtD", "Cristal Sombrio" },
				{ "Vegvisir_Necromancer_RtD", "Vegvisir" },
				{ "Vegvisir_Fader_register_RtD", "Rei dos Dragões" },
				{ "Vegvisir_Necromancer_register_RtD", "Senhor Necromante" },
				{ "DragonKingAltarMap_RtD", "Rei Dragão" },
				{ "NecromancerAltarMap_RtD", "Necromante" },
				{ "SO_Thor_RtD", "Thor" },
				{ "CrystalFormation1_RtD", "Cristal de Gelo" },
				{ "CrystalFormation2_RtD", "Cristal de Gelo" },
				{ "CrystalFormation3_RtD", "Cristal de Gelo" },
				{ "CrystalFormation4_RtD", "Cristal de Gelo" },
				{ "MagicLog4", "Tronco" },
				{ "MagicLog5", "Tronco" },
				{ "MagicStump4", "Toco" },
				{ "MagicStump5", "Toco" },
				{ "MagicLog7", "Tronco" },
				{ "MagicLog8", "Tronco" },
				{ "MagicTree7_RtD", "Árvore Carbonizada" },
				{ "MagicTree8_RtD", "Árvore Carbonizada" },
				{ "MagicStump7", "Toco" },
				{ "MagicStump8", "Toco" },
				{ "MagicTree4_RtD", "Árvore Mágica" },
				{ "MagicTree5_RtD", "Árvore Mágica" },
				{ "ThorHammer_RtD", "Martelo de Thor" },
				{ "ThorHammer_desc_RtD", "Força dos deuses" },
				{ "DragonBoarRuinStone_RtD", "Chris P Bacon descobriu esta Pedra Rúnica, mas morreu em poucos minutos ao ser devorado." },
				{ "Vegvisir_Thor_RtD", "Vegvisir" },
				{ "SpiritThorMap_RtD", "Santuário de Thor" },
				{ "Vegvisir_Thor_register_RtD", "O deus do trovão" },
				{ "MagicTreeSapling1_RtD", "Muda Mágica" },
				{ "AshLandsSaplingD2_RtD", "Muda Doente" },
				{ "CursedKnight_RtD", "Cavaleiro Amaldiçoado" },
				{ "FroWood_RtD", "Madeira Gelada" },
				{ "FroWood_desc_RtD", "É fria ao toque" },
				{ "FrometalOre_RtD", "Minério Abençoado" },
				{ "FrometalOre_desc_RtD", "Metal gelado, só pode ser fundido em um alto-forno" },
				{ "IceCrystal_RtD", "Cristal Gelado" },
				{ "IceCrystal_desc_RtD", "Usado para criar armas poderosas" },
				{ "ShadowCrystal_RtD", "Cristal Sombrio" },
				{ "ShadowCrystal_desc_RtD", "Usado para criar armas poderosas" },
				{ "CinderWood_RtD", "Madeira em Brasas" },
				{ "CinderWood_desc_RtD", "Esta madeira é escaldante." },
				{ "DemonHorn_RtD", "Chifre Demoníaco" },
				{ "DemonHorn_desc_RtD", "Você sente uma sensação de raiva ao tocar isso." }
			});
			Localization = LocalizationManager.Instance.GetLocalization();
			CustomLocalization localization3 = Localization;
			text = "Hindi";
			localization3.AddTranslation(ref text, new Dictionary<string, string>
			{
				{ "AshLandsRock3_RtD", "झ\u0941लस\u093e ह\u0941आ चट\u094dट\u093eन" },
				{ "DeepNorthRock3_RtD", "बरफ\u0940ल\u093e चट\u094dट\u093eन" },
				{ "DeepNorthFroOre_RtD", "व\u0948लह\u0948ल\u093fयम खन\u093fज" },
				{ "FroMetalBar_RtD", "व\u0948लह\u0948ल\u093fयम पट\u094dट\u0940" },
				{ "BurningGland_RtD", "आत\u094dम\u093e स\u093eर" },
				{ "BurningGland_desc_RtD", "एक बह\u0941त शक\u094dत\u093fश\u093eल\u0940 न\u0947क\u094dर\u094bम\u093e\u0902सर क\u094b ब\u0941ल\u093eन\u0947 क\u0947 ल\u093fए उपय\u094bग क\u093fय\u093e ज\u093eत\u093e ह\u0948" },
				{ "Fader_RtD", "फ\u0947डर" },
				{ "DragonCore_RtD", "जलत\u093e ह\u0941आ ग\u094dर\u0902थ\u093f" },
				{ "DragonCore_desc_RtD", "व\u093fश\u0947ष भट\u094dठ\u0940 बन\u093eन\u0947 क\u0947 ल\u093fए उपय\u094bग क\u093fय\u093e ज\u093eत\u093e ह\u0948" },
				{ "DragonEgg_RtD", "जलत\u093e ह\u0941आ ड\u094dर\u0948गन अ\u0902ड\u093e" },
				{ "DragonEgg_desc_RtD", "य\u0947 अ\u0902ड\u0947 कभ\u0940 बर\u094dफ\u0940ल\u0947 थ\u0947। ज\u0948स\u0947-ज\u0948स\u0947 भ\u0942म\u093f जलन\u0947 लग\u0940, अ\u0902ड\u0947 सभ\u0940 ज\u0940वन क\u0947 प\u094dरत\u093f जलत\u0940 ह\u0941ई घ\u0943ण\u093e स\u0947 भर गए।" },
				{ "TrophyDragonKing_RtD", "ड\u094dर\u0948गन क\u093f\u0902ग ट\u094dर\u0949फ\u0940" },
				{ "TrophyDragonKing_desc_RtD", "ड\u094dर\u0948गन क\u0947 र\u093eज\u093e और सभ\u0940 क\u094dर\u094bध क\u0947 प\u093fत\u093e क\u093e स\u093fर" },
				{ "TrophyHatchling_RtD", "ह\u0948च\u094dल\u093f\u0902ग ट\u094dर\u0949फ\u0940" },
				{ "TrophyHatchling_desc_RtD", "भव\u093fष\u094dय म\u0947\u0902 उपय\u094bग क\u0947 ल\u093fए य\u093e आपक\u0940 कल\u094dपन\u093e क\u0947 ल\u093fए" },
				{ "ArtisanTable_RtD", "कल\u093eक\u093eर भट\u094dठ\u0940" },
				{ "Assassin_RtD", "अशर\u0940र\u0940 हत\u094dय\u093eर\u093e" },
				{ "Berserker_RtD", "म\u093e\u0902स ख\u093eन\u0947 व\u093eल\u093e" },
				{ "FallenCrusader_RtD", "ग\u093fर\u093e ह\u0941आ क\u094dर\u0942स\u0947डर" },
				{ "Wizard_RtD", "अशर\u0940र\u0940 ज\u093eद\u0942गर" },
				{ "Necromancer_RtD", "न\u0947क\u094dर\u094bम\u093e\u0902सर ल\u093eर\u094dड" },
				{ "Demon_RtD", "र\u093eक\u094dषस" },
				{ "DragonBoar_RtD", "ड\u094dर\u0948गन ज\u0902गल\u0940 स\u0941अर" },
				{ "DragonBoar_RtD1", "ड\u094dर\u0948गन ज\u0902गल\u0940 स\u0941अर" },
				{ "DragonPiglet_RtD", "ड\u094dर\u0948गन प\u093fगल\u0947ट" },
				{ "DragonBoarMeat_RtD", "कच\u094dच\u093e ड\u094dर\u0948गन ज\u0902गल\u0940 स\u0941अर म\u093e\u0902स" },
				{ "CookedDragonBoarMeat_RtD", "पक\u093e ह\u0941आ ड\u094dर\u0948गन ज\u0902गल\u0940 स\u0941अर म\u093e\u0902स" },
				{ "DemonHide_RtD", "र\u093eक\u094dषस क\u0940 ख\u093eल" },
				{ "DemonHide_desc_RtD", "बह\u0941त मजब\u0942त ख\u093eल ज\u094b मजब\u0942त कवच बन\u093eन\u0947 क\u0947 ल\u093fए उपय\u094bग क\u0940 ज\u093e सकत\u0940 ह\u0948" },
				{ "CookedFaeWolfMeat_RtD", "फ\u0947 व\u0941ल\u094dफ म\u093e\u0902स" },
				{ "CookedFaeWolfMeat_desc_RtD", "स\u094dव\u093eद\u093fष\u094dट भ\u094bजन" },
				{ "FaeWolfMeat_RtD", "कच\u094dच\u093e फ\u0947 व\u0941ल\u094dफ म\u093e\u0902स" },
				{ "FaeWolfMeat_desc_RtD", "अगर सह\u0940 तर\u0940क\u0947 स\u0947 त\u0948य\u093eर क\u093fय\u093e ज\u093eए त\u094b स\u094dव\u093eद\u093fष\u094dट भ\u094bजन" },
				{ "FaeNectar_RtD", "फ\u0947 अम\u0943त" },
				{ "FaeNectar_desc_RtD", "फ\u0947 अम\u0943त स\u0947 एक ज\u093eद\u0941ई आभ\u093e न\u093fकलत\u0940 ह\u0948" },
				{ "FaeSeed_RtD", "फ\u0947 ब\u0940ज" },
				{ "FaeSeed_desc_RtD", "ब\u0940ज क\u094b छ\u0942न\u0947 पर ठ\u0902ड\u093e लगत\u093e ह\u0948 और इसक\u093e उपय\u094bग ज\u093eद\u0941ई प\u0947ड\u093c उग\u093eन\u0947 क\u0947 ल\u093fए क\u093fय\u093e ज\u093eत\u093e ह\u0948" },
				{ "FaeTrophyWolf_RtD", "फ\u0947 व\u0941ल\u094dफ ट\u094dर\u0949फ\u0940" },
				{ "FaeTrophyWolf_desc_RtD", "एक शक\u094dत\u093fश\u093eल\u0940 द\u0941श\u094dमन स\u0947 ट\u094dर\u0949फ\u0940" },
				{ "FaeWolfFang_RtD", "फ\u0947 व\u0941ल\u094dफ द\u093e\u0902त" },
				{ "FaeWolfFang_desc_RtD", "एक बह\u0941त त\u0947ज द\u093e\u0902त" },
				{ "FaeWolfPelt_RtD", "फ\u0947 व\u0941ल\u094dफ क\u0940 ख\u093eल" },
				{ "FaeWolfPelt_desc_RtD", "एक बह\u0941त म\u094bट\u0940 फर क\u0940 ख\u093eल" },
				{ "FairySilk_RtD", "फ\u0947 र\u0947शम" },
				{ "FairySilk_desc_RtD", "एक बह\u0941त मह\u0940न र\u0947शम" },
				{ "ElfHunterF_RtD", "एल\u094dफ श\u093fक\u093eरकर\u094dत\u093e" },
				{ "ElfHunterM_RtD", "एल\u094dफ श\u093fक\u093eरकर\u094dत\u093e" },
				{ "ElfPriestM_RtD", "एल\u094dफ प\u0941र\u094bह\u093fत" },
				{ "ElfWarriorF_RtD", "एल\u094dफ य\u094bद\u094dध\u093e" },
				{ "ElfWarriorM_RtD", "एल\u094dफ य\u094bद\u094dध\u093e" },
				{ "FaeWolfIce_RtD", "फ\u0947 व\u0941ल\u094dफ" },
				{ "FaeWolfIce_RtD1", "फ\u0947 व\u0941ल\u094dफ" },
				{ "FaeWolfIceCub_RtD", "फ\u0947 व\u0941ल\u094dफ श\u093eवक" },
				{ "FaeWolfLightening_RtD", "फ\u0947 व\u0941ल\u094dफ" },
				{ "FaeWolfLightening_RtD1", "फ\u0947 व\u0941ल\u094dफ" },
				{ "FaeWolfLighteningCub_RtD", "फ\u0947 व\u0941ल\u094dफ श\u093eवक" },
				{ "Fairy1_RtD", "फ\u0947 आत\u094dम\u093e" },
				{ "Fairy2_RtD", "फ\u0947 आत\u094dम\u093e" },
				{ "Golem_RtD", "तत\u094dत\u094dव ग\u094bल\u0947म" },
				{ "FaeTree_RtD", "ज\u093eद\u0941ई फ\u0947 प\u0947ड\u093c" },
				{ "Spirit_RtD", "लकड\u093c\u0940 क\u0940 आत\u094dम\u093e" },
				{ "TrophySpirit_RtD", "आत\u094dम\u093e ट\u094dर\u0949फ\u0940" },
				{ "TrophySpirit_desc_RtD", "लकड\u093c\u0940 क\u0940 आत\u094dम\u093e ट\u094dर\u0949फ\u0940" },
				{ "SpiritHeart_RtD", "आत\u094dम\u093e ह\u0943दय" },
				{ "SpiritHeart_desc_RtD", "थ\u094bर क\u093e हथ\u094cड\u093c\u093e बन\u093eन\u0947 क\u0947 ल\u093fए उपय\u094bग क\u093fय\u093e ज\u093eत\u093e ह\u0948" },
				{ "FaeSpawner_RtD", "फ\u0947 स\u094dप\u0949नर" },
				{ "Vegvisir_Spirit_RtD", "व\u0947गव\u093fस\u093fर" },
				{ "Vegvisir_Spirit_register_RtD", "ज\u0902गल क\u0940 आत\u094dम\u093e" },
				{ "SpiritShrineMap_RtD", "आत\u094dम\u093e म\u0902द\u093fर" },
				{ "Vegvisir_Fader_RtD", "व\u0947गव\u093fस\u093fर" },
				{ "CrystalFormation5_RtD", "छ\u093eय\u093e क\u094dर\u093fस\u094dटल" },
				{ "CrystalFormation6_RtD", "छ\u093eय\u093e क\u094dर\u093fस\u094dटल" },
				{ "CrystalFormation7_RtD", "छ\u093eय\u093e क\u094dर\u093fस\u094dटल" },
				{ "CrystalFormation8_RtD", "छ\u093eय\u093e क\u094dर\u093fस\u094dटल" },
				{ "Vegvisir_Necromancer_RtD", "व\u0947गव\u093fस\u093fर" },
				{ "Vegvisir_Fader_register_RtD", "ड\u094dर\u0948गन क\u093e र\u093eज\u093e" },
				{ "Vegvisir_Necromancer_register_RtD", "न\u0947क\u094dर\u094bम\u093e\u0902सर ल\u093eर\u094dड" },
				{ "DragonKingAltarMap_RtD", "ड\u094dर\u0948गन क\u093f\u0902ग" },
				{ "NecromancerAltarMap_RtD", "न\u0947क\u094dर\u094bम\u093e\u0902सर" },
				{ "SO_Thor_RtD", "थ\u094bर" },
				{ "CrystalFormation1_RtD", "बर\u094dफ क\u094dर\u093fस\u094dटल" },
				{ "CrystalFormation2_RtD", "बर\u094dफ क\u094dर\u093fस\u094dटल" },
				{ "CrystalFormation3_RtD", "बर\u094dफ क\u094dर\u093fस\u094dटल" },
				{ "CrystalFormation4_RtD", "बर\u094dफ क\u094dर\u093fस\u094dटल" },
				{ "MagicLog4", "लकड\u093c\u0940" },
				{ "MagicLog5", "लकड\u093c\u0940" },
				{ "MagicStump4", "ग\u093e\u0902ठ" },
				{ "MagicStump5", "ग\u093e\u0902ठ" },
				{ "MagicLog7", "लकड\u093c\u0940" },
				{ "MagicLog8", "लकड\u093c\u0940" },
				{ "MagicTree7_RtD", "झ\u0941लस\u093e ह\u0941आ प\u0947ड\u093c" },
				{ "MagicTree8_RtD", "झ\u0941लस\u093e ह\u0941आ प\u0947ड\u093c" },
				{ "MagicStump7", "ग\u093e\u0902ठ" },
				{ "MagicStump8", "ग\u093e\u0902ठ" },
				{ "MagicTree4_RtD", "ज\u093eद\u0941ई प\u0947ड\u093c" },
				{ "MagicTree5_RtD", "ज\u093eद\u0941ई प\u0947ड\u093c" },
				{ "ThorHammer_RtD", "थ\u094bर क\u093e हथ\u094cड\u093c\u093e" },
				{ "ThorHammer_desc_RtD", "द\u0947वत\u093eओ\u0902 क\u0940 शक\u094dत\u093f" },
				{ "DragonBoarRuinStone_RtD", "क\u094dर\u093fस प\u0940 ब\u0947कन न\u0947 इस र\u0942ण स\u094dट\u094bन क\u0940 ख\u094bज क\u0940, फ\u093fर क\u0941छ ह\u0940 म\u093fनट\u094b\u0902 म\u0947\u0902 ख\u093eए ज\u093eन\u0947 स\u0947 मर गए।" },
				{ "Vegvisir_Thor_RtD", "व\u0947गव\u093fस\u093fर" },
				{ "SpiritThorMap_RtD", "थ\u094bर क\u093e म\u0902द\u093fर" },
				{ "Vegvisir_Thor_register_RtD", "आग क\u093e द\u0947वत\u093e" },
				{ "MagicTreeSapling1_RtD", "ज\u093eद\u0941ई प\u094cध\u093e" },
				{ "AshLandsSaplingD2_RtD", "ब\u0940म\u093eर प\u094cध\u093e" },
				{ "CursedKnight_RtD", "श\u093eप\u093fत य\u094bद\u094dध\u093e" },
				{ "FroWood_RtD", "ठ\u0902ड\u0940 लकड\u093c\u0940" },
				{ "FroWood_desc_RtD", "छ\u0942न\u0947 पर ठ\u0902ड\u0940 महस\u0942स ह\u094bत\u0940 ह\u0948" },
				{ "FrometalOre_RtD", "आश\u0940र\u094dव\u093eद\u093fत ध\u093eत\u0941" },
				{ "FrometalOre_desc_RtD", "बर\u094dफ\u0940ल\u0940 ध\u093eत\u0941, क\u0947वल ब\u094dल\u093eस\u094dट फर\u094dन\u0947स म\u0947\u0902 प\u093fघल सकत\u0940 ह\u0948" },
				{ "IceCrystal_RtD", "बर\u094dफ\u0940ल\u093e क\u094dर\u093fस\u094dटल" },
				{ "IceCrystal_desc_RtD", "शक\u094dत\u093fश\u093eल\u0940 हथ\u093fय\u093eर बन\u093eन\u0947 क\u0947 ल\u093fए उपय\u094bग क\u093fय\u093e ज\u093eत\u093e ह\u0948" },
				{ "ShadowCrystal_RtD", "छ\u093eय\u093eद\u093eर क\u094dर\u093fस\u094dटल" },
				{ "ShadowCrystal_desc_RtD", "शक\u094dत\u093fश\u093eल\u0940 हथ\u093fय\u093eर बन\u093eन\u0947 क\u0947 ल\u093fए उपय\u094bग क\u093fय\u093e ज\u093eत\u093e ह\u0948" },
				{ "CinderWood_RtD", "जलत\u0940 ह\u0941ई लकड\u093c\u0940" },
				{ "CinderWood_desc_RtD", "यह लकड\u093c\u0940 ब\u0947हद गर\u094dम ह\u0948।" },
				{ "DemonHorn_RtD", "र\u093eक\u094dषस\u0940 स\u0940\u0902ग" },
				{ "DemonHorn_desc_RtD", "इस\u0947 छ\u0942न\u0947 पर आपक\u094b ग\u0941स\u094dस\u0947 क\u093e अहस\u093eस ह\u094bत\u093e ह\u0948।" }
			});
			Localization = LocalizationManager.Instance.GetLocalization();
			CustomLocalization localization4 = Localization;
			text = "Spanish";
			localization4.AddTranslation(ref text, new Dictionary<string, string>
			{
				{ "AshLandsRock3_RtD", "Roca Carbonizada" },
				{ "DeepNorthRock3_RtD", "Roca Helada" },
				{ "DeepNorthFroOre_RtD", "Mineral de Valhallium" },
				{ "FroMetalBar_RtD", "Barra de Valhallium" },
				{ "BurningGland_RtD", "Esencia del Alma" },
				{ "BurningGland_desc_RtD", "Usado para invocar un Necromante muy poderoso" },
				{ "Fader_RtD", "Padre" },
				{ "DragonCore_RtD", "Glándula Ardiente" },
				{ "DragonCore_desc_RtD", "Usado para crear una forja especial" },
				{ "DragonEgg_RtD", "Huevo de Dragón Abrasador" },
				{ "DragonEgg_desc_RtD", "Estos huevos solían ser fríos. A medida que las tierras comenzaron a arder, los huevos se llenaron de un desprecio ardiente por toda la vida." },
				{ "TrophyDragonKing_RtD", "Trofeo del Rey Dragón" },
				{ "TrophyDragonKing_desc_RtD", "La cabeza del Rey de los Dragones y Padre de toda la furia." },
				{ "TrophyHatchling_RtD", "Trofeo del Cría" },
				{ "TrophyHatchling_desc_RtD", "Será para uso futuro, o para tu imaginación." },
				{ "ArtisanTable_RtD", "Forja Artesana" },
				{ "Assassin_RtD", "Asesino No Muerto" },
				{ "Berserker_RtD", "Devorador de Carne" },
				{ "FallenCrusader_RtD", "Cruzado Caído" },
				{ "Wizard_RtD", "Mago No Muerto" },
				{ "Necromancer_RtD", "Señor Necromante" },
				{ "Demon_RtD", "Demonio" },
				{ "DragonBoar_RtD", "Jabalí Dragón" },
				{ "DragonBoar_RtD1", "Jabalí Dragón" },
				{ "DragonPiglet_RtD", "Lechón Dragón" },
				{ "DragonBoarMeat_RtD", "Carne Cruda de Jabalí Dragón" },
				{ "CookedDragonBoarMeat_RtD", "Carne Cocida de Jabalí Dragón" },
				{ "DemonHide_RtD", "Piel de Demonio" },
				{ "DemonHide_desc_RtD", "Una piel muy resistente que puede usarse para armaduras fuertes" },
				{ "CookedFaeWolfMeat_RtD", "Carne de Lobo Fae" },
				{ "CookedFaeWolfMeat_desc_RtD", "Una comida deliciosa" },
				{ "FaeWolfMeat_RtD", "Carne Cruda de Lobo Fae" },
				{ "FaeWolfMeat_desc_RtD", "Una comida deliciosa si se prepara correctamente" },
				{ "FaeNectar_RtD", "Néctar Fae" },
				{ "FaeNectar_desc_RtD", "Una aura mágica emana del Néctar Fae" },
				{ "FaeSeed_RtD", "Semilla Fae" },
				{ "FaeSeed_desc_RtD", "La semilla está fría al tacto y se usa para plantar árboles mágicos" },
				{ "FaeTrophyWolf_RtD", "Trofeo de Lobo Fae" },
				{ "FaeTrophyWolf_desc_RtD", "Un trofeo de un enemigo poderoso" },
				{ "FaeWolfFang_RtD", "Colmillo de Lobo Fae" },
				{ "FaeWolfFang_desc_RtD", "Un colmillo muy afilado" },
				{ "FaeWolfPelt_RtD", "Piel de Lobo Fae" },
				{ "FaeWolfPelt_desc_RtD", "Una piel de pelaje grueso" },
				{ "FairySilk_RtD", "Seda Fae" },
				{ "FairySilk_desc_RtD", "Una seda muy fina" },
				{ "ElfHunterF_RtD", "Cazador Elfo" },
				{ "ElfHunterM_RtD", "Cazador Elfo" },
				{ "ElfPriestM_RtD", "Sacerdote Elfo" },
				{ "ElfWarriorF_RtD", "Guerrero Elfo" },
				{ "ElfWarriorM_RtD", "Guerrero Elfo" },
				{ "FaeWolfIce_RtD", "Lobo Fae" },
				{ "FaeWolfIce_RtD1", "Lobo Fae" },
				{ "FaeWolfIceCub_RtD", "Cachorro de Lobo Fae" },
				{ "FaeWolfLightening_RtD", "Lobo Fae" },
				{ "FaeWolfLightening_RtD1", "Lobo Fae" },
				{ "FaeWolfLighteningCub_RtD", "Cachorro de Lobo Fae" },
				{ "Fairy1_RtD", "Espíritu Fae" },
				{ "Fairy2_RtD", "Espíritu Fae" },
				{ "Golem_RtD", "Gólem Elemental" },
				{ "FaeTree_RtD", "Árbol Mágico Fae" },
				{ "Spirit_RtD", "Espíritu del Bosque" },
				{ "TrophySpirit_RtD", "Trofeo Espíritu" },
				{ "TrophySpirit_desc_RtD", "Trofeo del Espíritu del Bosque" },
				{ "SpiritHeart_RtD", "Corazón del Espíritu" },
				{ "SpiritHeart_desc_RtD", "Usado para forjar el Martillo de Thor." },
				{ "FaeSpawner_RtD", "Generador Fae" },
				{ "Vegvisir_Spirit_RtD", "Vegvisir" },
				{ "Vegvisir_Spirit_register_RtD", "Espíritu del Bosque" },
				{ "SpiritShrineMap_RtD", "Santuario del Espíritu" },
				{ "Vegvisir_Fader_RtD", "Vegvisir" },
				{ "CrystalFormation5_RtD", "Cristal de Sombra" },
				{ "CrystalFormation6_RtD", "Cristal de Sombra" },
				{ "CrystalFormation7_RtD", "Cristal de Sombra" },
				{ "CrystalFormation8_RtD", "Cristal de Sombra" },
				{ "Vegvisir_Necromancer_RtD", "Vegvisir" },
				{ "Vegvisir_Fader_register_RtD", "Rey de los Dragones" },
				{ "Vegvisir_Necromancer_register_RtD", "Señor Necromante" },
				{ "DragonKingAltarMap_RtD", "Rey Dragón" },
				{ "NecromancerAltarMap_RtD", "Necromante" },
				{ "SO_Thor_RtD", "Thor" },
				{ "CrystalFormation1_RtD", "Cristal de Hielo" },
				{ "CrystalFormation2_RtD", "Cristal de Hielo" },
				{ "CrystalFormation3_RtD", "Cristal de Hielo" },
				{ "CrystalFormation4_RtD", "Cristal de Hielo" },
				{ "MagicLog4", "Tronco" },
				{ "MagicLog5", "Tronco" },
				{ "MagicStump4", "Tocón" },
				{ "MagicStump5", "Tocón" },
				{ "MagicLog7", "Tronco" },
				{ "MagicLog8", "Tronco" },
				{ "MagicTree7_RtD", "Árbol Carbonizado" },
				{ "MagicTree8_RtD", "Árbol Carbonizado" },
				{ "MagicStump7", "Tocón" },
				{ "MagicStump8", "Tocón" },
				{ "MagicTree4_RtD", "Árbol Mágico" },
				{ "MagicTree5_RtD", "Árbol Mágico" },
				{ "ThorHammer_RtD", "Martillo de Thor" },
				{ "ThorHammer_desc_RtD", "Fuerza de los dioses" },
				{ "DragonBoarRuinStone_RtD", "Chris P Bacon descubrió esta Piedra Rúnica, luego murió en minutos al ser devorado." },
				{ "Vegvisir_Thor_RtD", "Vegvisir" },
				{ "SpiritThorMap_RtD", "Santuario de Thor" },
				{ "Vegvisir_Thor_register_RtD", "El dios del rayo" },
				{ "MagicTreeSapling1_RtD", "Plantón Mágico" },
				{ "AshLandsSaplingD2_RtD", "Plantón Enfermo" },
				{ "CursedKnight_RtD", "Caballero Maldito" },
				{ "FroWood_RtD", "Madera Helada" },
				{ "FroWood_desc_RtD", "Está fría al tacto" },
				{ "FrometalOre_RtD", "Mineral Bendito" },
				{ "FrometalOre_desc_RtD", "Metal helado, solo se puede fundir en un alto horno" },
				{ "IceCrystal_RtD", "Cristal Helado" },
				{ "IceCrystal_desc_RtD", "Usado para forjar armas poderosas" },
				{ "ShadowCrystal_RtD", "Cristal Sombrío" },
				{ "ShadowCrystal_desc_RtD", "Usado para forjar armas poderosas" },
				{ "CinderWood_RtD", "Madera Incandescente" },
				{ "CinderWood_desc_RtD", "Esta madera está abrasadoramente caliente." },
				{ "DemonHorn_RtD", "Cuerno Demoníaco" },
				{ "DemonHorn_desc_RtD", "Sientes una sensación de ira al tocar esto." }
			});
			Localization = LocalizationManager.Instance.GetLocalization();
			CustomLocalization localization5 = Localization;
			text = "Swedish";
			localization5.AddTranslation(ref text, new Dictionary<string, string>
			{
				{ "AshLandsRock3_RtD", "Bränd Klippa" },
				{ "DeepNorthRock3_RtD", "Isig Klippa" },
				{ "DeepNorthFroOre_RtD", "Valhallium Malm" },
				{ "FroMetalBar_RtD", "Valhallium Bar" },
				{ "BurningGland_RtD", "Själs Essens" },
				{ "BurningGland_desc_RtD", "Används för att kalla på en mycket kraftfull Nekromantiker" },
				{ "Fader_RtD", "Fader" },
				{ "DragonCore_RtD", "Brinnande Körtel" },
				{ "DragonCore_desc_RtD", "Används för att skapa ett speciellt Smidesbord" },
				{ "DragonEgg_RtD", "Brännande Draakägg" },
				{ "DragonEgg_desc_RtD", "Dessa ägg var en gång kalla. När länderna började brinna fylldes äggen med en brinnande förakt för allt liv." },
				{ "TrophyDragonKing_RtD", "Drakkungens Trofé" },
				{ "TrophyDragonKing_desc_RtD", "Huvudet från Drakarnas Kung & Far till all raseri." },
				{ "TrophyHatchling_RtD", "Hatchling Trofé" },
				{ "TrophyHatchling_desc_RtD", "Kommer att användas i framtiden, eller din fantasi." },
				{ "ArtisanTable_RtD", "Hantverks Smedja" },
				{ "Assassin_RtD", "Odödlig Mördare" },
				{ "Berserker_RtD", "Köttätare" },
				{ "FallenCrusader_RtD", "Fallen Crusader" },
				{ "Wizard_RtD", "Odödlig Trollkarl" },
				{ "Necromancer_RtD", "Nekromantiker Herre" },
				{ "Demon_RtD", "Demon" },
				{ "DragonBoar_RtD", "Drakvildsvin" },
				{ "DragonBoar_RtD1", "Drakvildsvin" },
				{ "DragonPiglet_RtD", "Drakgriskulting" },
				{ "DragonBoarMeat_RtD", "Rått Drakvildsvinskött" },
				{ "CookedDragonBoarMeat_RtD", "Tillagat Drakvildsvinskött" },
				{ "DemonHide_RtD", "Demonhudar" },
				{ "DemonHide_desc_RtD", "En mycket tuff hud som kan användas för starka rustningar" },
				{ "CookedFaeWolfMeat_RtD", "Fae Vargskött" },
				{ "CookedFaeWolfMeat_desc_RtD", "En utsökt måltid" },
				{ "FaeWolfMeat_RtD", "Rått Fae Vargskött" },
				{ "FaeWolfMeat_desc_RtD", "En utsökt måltid om den tillagas rätt" },
				{ "FaeNectar_RtD", "Fae Nektar" },
				{ "FaeNectar_desc_RtD", "En magisk aura avges från Fae Nektar" },
				{ "FaeSeed_RtD", "Fae Frö" },
				{ "FaeSeed_desc_RtD", "Fröet är kallt vid beröring och används för att plantera magiska träd" },
				{ "FaeTrophyWolf_RtD", "FaeVarg Trofé" },
				{ "FaeTrophyWolf_desc_RtD", "En trofé från en mäktig fiende" },
				{ "FaeWolfFang_RtD", "FaeVarg Tand" },
				{ "FaeWolfFang_desc_RtD", "En mycket vass tand" },
				{ "FaeWolfPelt_RtD", "FaeVarg Päls" },
				{ "FaeWolfPelt_desc_RtD", "En mycket tjock päls" },
				{ "FairySilk_RtD", "Fae Silke" },
				{ "FairySilk_desc_RtD", "Ett mycket fint silke" },
				{ "ElfHunterF_RtD", "Elfjägare" },
				{ "ElfHunterM_RtD", "Elfjägare" },
				{ "ElfPriestM_RtD", "Elfpräst" },
				{ "ElfWarriorF_RtD", "Elfkrigare" },
				{ "ElfWarriorM_RtD", "Elfkrigare" },
				{ "FaeWolfIce_RtD", "FaeVarg" },
				{ "FaeWolfIce_RtD1", "FaeVarg" },
				{ "FaeWolfIceCub_RtD", "FaeVarg Valp" },
				{ "FaeWolfLightening_RtD", "FaeVarg" },
				{ "FaeWolfLightening_RtD1", "FaeVarg" },
				{ "FaeWolfLighteningCub_RtD", "FaeVarg Valp" },
				{ "Fairy1_RtD", "Fae Ande" },
				{ "Fairy2_RtD", "Fae Ande" },
				{ "Golem_RtD", "Elemental Golem" },
				{ "FaeTree_RtD", "Magiskt Fae Träd" },
				{ "Spirit_RtD", "Trädets Ande" },
				{ "TrophySpirit_RtD", "Andtrofé" },
				{ "TrophySpirit_desc_RtD", "Trädets Ande Trofé" },
				{ "SpiritHeart_RtD", "Andehjärta" },
				{ "SpiritHeart_desc_RtD", "Används för att skapa Thors Hammare." },
				{ "FaeSpawner_RtD", "Fae Spawner" },
				{ "Vegvisir_Spirit_RtD", "Vegvisir" },
				{ "Vegvisir_Spirit_register_RtD", "Skogsånd" },
				{ "SpiritShrineMap_RtD", "Andes Shrine" },
				{ "Vegvisir_Fader_RtD", "Vegvisir" },
				{ "CrystalFormation5_RtD", "Skuggkristall" },
				{ "CrystalFormation6_RtD", "Skuggkristall" },
				{ "CrystalFormation7_RtD", "Skuggkristall" },
				{ "CrystalFormation8_RtD", "Skuggkristall" },
				{ "Vegvisir_Necromancer_RtD", "Vegvisir" },
				{ "Vegvisir_Fader_register_RtD", "Drakarnas Kung" },
				{ "Vegvisir_Necromancer_register_RtD", "Nekromantiker Herre" },
				{ "DragonKingAltarMap_RtD", "Drakkungens Altar" },
				{ "NecromancerAltarMap_RtD", "Nekromantiker Altar" },
				{ "SO_Thor_RtD", "Thor" },
				{ "CrystalFormation1_RtD", "Is Kristall" },
				{ "CrystalFormation2_RtD", "Is Kristall" },
				{ "CrystalFormation3_RtD", "Is Kristall" },
				{ "CrystalFormation4_RtD", "Is Kristall" },
				{ "MagicLog4", "Trästock" },
				{ "MagicLog5", "Trästock" },
				{ "MagicStump4", "Stubbe" },
				{ "MagicStump5", "Stubbe" },
				{ "MagicLog7", "Trästock" },
				{ "MagicLog8", "Trästock" },
				{ "MagicTree7_RtD", "Bränd Träd" },
				{ "MagicTree8_RtD", "Bränd Träd" },
				{ "MagicStump7", "Stubbe" },
				{ "MagicStump8", "Stubbe" },
				{ "MagicTree4_RtD", "Magiskt Träd" },
				{ "MagicTree5_RtD", "Magiskt Träd" },
				{ "ThorHammer_RtD", "Thors Hammare" },
				{ "ThorHammer_desc_RtD", "Guds styrka" },
				{ "DragonBoarRuinStone_RtD", "Chris P Bacon upptäckte denna Runsten, och dog inom minuter från att bli uppäten." },
				{ "Vegvisir_Thor_RtD", "Vegvisir" },
				{ "SpiritThorMap_RtD", "Thors Shrine" },
				{ "Vegvisir_Thor_register_RtD", "Gud av blixten" },
				{ "MagicTreeSapling1_RtD", "Magisk Plant" },
				{ "AshLandsSaplingD2_RtD", "Sjuk Sapling" },
				{ "CursedKnight_RtD", "Förbannad Riddare" },
				{ "FroWood_RtD", "Frostträ" },
				{ "FroWood_desc_RtD", "Det är kallt vid beröring" },
				{ "FrometalOre_RtD", "Välsignad Malm" },
				{ "FrometalOre_desc_RtD", "Isig metall, kan endast smältas i en masugn" },
				{ "IceCrystal_RtD", "Iskristall" },
				{ "IceCrystal_desc_RtD", "Används för att skapa kraftfulla vapen" },
				{ "ShadowCrystal_RtD", "Skuggkristall" },
				{ "ShadowCrystal_desc_RtD", "Används för att skapa kraftfulla vapen" },
				{ "CinderWood_RtD", "Glödträ" },
				{ "CinderWood_desc_RtD", "Det här träet är brännande hett." },
				{ "DemonHorn_RtD", "Demonhorn" },
				{ "DemonHorn_desc_RtD", "Du känner en känsla av vrede när du rör vid detta." }
			});
			Localization = LocalizationManager.Instance.GetLocalization();
			CustomLocalization localization6 = Localization;
			text = "Dutch";
			localization6.AddTranslation(ref text, new Dictionary<string, string>
			{
				{ "AshLandsRock3_RtD", "Verbrande Rots" },
				{ "DeepNorthRock3_RtD", "Ijzige Rots" },
				{ "DeepNorthFroOre_RtD", "Valhallium Erts" },
				{ "FroMetalBar_RtD", "Valhallium Staaf" },
				{ "BurningGland_RtD", "Ziel Essentie" },
				{ "BurningGland_desc_RtD", "Gebruikt om een zeer krachtige Necromancer op te roepen" },
				{ "Fader_RtD", "Fader" },
				{ "DragonCore_RtD", "Brandende Klier" },
				{ "DragonCore_desc_RtD", "Gebruikt om een speciale Smidse te maken" },
				{ "DragonEgg_RtD", "Brandend Draak Ei" },
				{ "DragonEgg_desc_RtD", "Deze eieren waren ooit bevroren. Toen de landen begonnen te branden, raakten de eieren vervuld van brandende minachting voor al het leven." },
				{ "TrophyDragonKing_RtD", "Draak Koning Trofee" },
				{ "TrophyDragonKing_desc_RtD", "Het hoofd van de Koning der Draken & Vader van alle woede." },
				{ "TrophyHatchling_RtD", "Hatchling Trofee" },
				{ "TrophyHatchling_desc_RtD", "Zal voor toekomstig gebruik zijn, of voor je verbeelding." },
				{ "ArtisanTable_RtD", "Artisan Smidse" },
				{ "Assassin_RtD", "Ondode Assassin" },
				{ "Berserker_RtD", "Vleeseter" },
				{ "FallenCrusader_RtD", "Vallende Kruisvaarder" },
				{ "Wizard_RtD", "Ondode Tovenaar" },
				{ "Necromancer_RtD", "Necromancer Heer" },
				{ "Demon_RtD", "Demon" },
				{ "DragonBoar_RtD", "Draak Wildzwijn" },
				{ "DragonBoar_RtD1", "Draak Wildzwijn" },
				{ "DragonPiglet_RtD", "Draak Varkentje" },
				{ "DragonBoarMeat_RtD", "Raauw Draak Wildzwijn Vlees" },
				{ "CookedDragonBoarMeat_RtD", "Gekookt Draak Wildzwijn Vlees" },
				{ "DemonHide_RtD", "Demon Huid" },
				{ "DemonHide_desc_RtD", "Een zeer stevige huid die gebruikt kan worden voor sterke wapenrustingen" },
				{ "CookedFaeWolfMeat_RtD", "Fae Wolf Vlees" },
				{ "CookedFaeWolfMeat_desc_RtD", "Een heerlijke maaltijd" },
				{ "FaeWolfMeat_RtD", "Raauw FaeWolf Vlees" },
				{ "FaeWolfMeat_desc_RtD", "Een heerlijke maaltijd als het goed bereid is" },
				{ "FaeNectar_RtD", "Fae Nectar" },
				{ "FaeNectar_desc_RtD", "Een magische aura komt van de Fae Nectar" },
				{ "FaeSeed_RtD", "Fae Zaad" },
				{ "FaeSeed_desc_RtD", "Het zaad is koud aan te raken & wordt gebruikt om magische bomen te planten" },
				{ "FaeTrophyWolf_RtD", "FaeWolf Trofee" },
				{ "FaeTrophyWolf_desc_RtD", "Een trofee van een krachtige vijand" },
				{ "FaeWolfFang_RtD", "FaeWolf Tand" },
				{ "FaeWolfFang_desc_RtD", "Een zeer scherpe tand" },
				{ "FaeWolfPelt_RtD", "FaeWolf Vacht" },
				{ "FaeWolfPelt_desc_RtD", "Een zeer dikke vacht" },
				{ "FairySilk_RtD", "Fae Zijde" },
				{ "FairySilk_desc_RtD", "Een zeer fijne zijde" },
				{ "ElfHunterF_RtD", "Elf Jager" },
				{ "ElfHunterM_RtD", "Elf Jager" },
				{ "ElfPriestM_RtD", "Elf Priester" },
				{ "ElfWarriorF_RtD", "Elf Krijger" },
				{ "ElfWarriorM_RtD", "Elf Krijger" },
				{ "FaeWolfIce_RtD", "FaeWolf" },
				{ "FaeWolfIce_RtD1", "FaeWolf" },
				{ "FaeWolfIceCub_RtD", "FaeWolf Welp" },
				{ "FaeWolfLightening_RtD", "FaeWolf" },
				{ "FaeWolfLightening_RtD1", "FaeWolf" },
				{ "FaeWolfLighteningCub_RtD", "FaeWolf Welp" },
				{ "Fairy1_RtD", "Fae Geest" },
				{ "Fairy2_RtD", "Fae Geest" },
				{ "Golem_RtD", "Elementaire Golem" },
				{ "FaeTree_RtD", "Magische Fae Boom" },
				{ "Spirit_RtD", "Geest van het Hout" },
				{ "TrophySpirit_RtD", "Geest Trofee" },
				{ "TrophySpirit_desc_RtD", "Geest van het Hout Trofee" },
				{ "SpiritHeart_RtD", "Geest Hart" },
				{ "SpiritHeart_desc_RtD", "Gebruikt om Thors Hammer te maken." },
				{ "FaeSpawner_RtD", "Fae Spawner" },
				{ "Vegvisir_Spirit_RtD", "Vegvisir" },
				{ "Vegvisir_Spirit_register_RtD", "Bos Geest" },
				{ "SpiritShrineMap_RtD", "Geest Tempel" },
				{ "Vegvisir_Fader_RtD", "Vegvisir" },
				{ "CrystalFormation5_RtD", "Schaduw Kristal" },
				{ "CrystalFormation6_RtD", "Schaduw Kristal" },
				{ "CrystalFormation7_RtD", "Schaduw Kristal" },
				{ "CrystalFormation8_RtD", "Schaduw Kristal" },
				{ "Vegvisir_Necromancer_RtD", "Vegvisir" },
				{ "Vegvisir_Fader_register_RtD", "Koning der Draken" },
				{ "Vegvisir_Necromancer_register_RtD", "Necromancer Heer" },
				{ "DragonKingAltarMap_RtD", "Draak Koning" },
				{ "NecromancerAltarMap_RtD", "Necromancer" },
				{ "SO_Thor_RtD", "Thor" },
				{ "CrystalFormation1_RtD", "IJskristal" },
				{ "CrystalFormation2_RtD", "IJskristal" },
				{ "CrystalFormation3_RtD", "IJskristal" },
				{ "CrystalFormation4_RtD", "IJskristal" },
				{ "MagicLog4", "Hout" },
				{ "MagicLog5", "Hout" },
				{ "MagicStump4", "Stronk" },
				{ "MagicStump5", "Stronk" },
				{ "MagicLog7", "Hout" },
				{ "MagicLog8", "Hout" },
				{ "MagicTree7_RtD", "Verbrande Boom" },
				{ "MagicTree8_RtD", "Verbrande Boom" },
				{ "MagicStump7", "Stronk" },
				{ "MagicStump8", "Stronk" },
				{ "MagicTree4_RtD", "Magische Boom" },
				{ "MagicTree5_RtD", "Magische Boom" },
				{ "ThorHammer_RtD", "Thors Hammer" },
				{ "ThorHammer_desc_RtD", "Kracht van de goden" },
				{ "DragonBoarRuinStone_RtD", "Chris P Bacon ontdekte deze Rune Steen, en stierf binnen enkele minuten door opgegeten te worden." },
				{ "Vegvisir_Thor_RtD", "Vegvisir" },
				{ "SpiritThorMap_RtD", "Thors Tempel" },
				{ "Vegvisir_Thor_register_RtD", "De God van Bliksem" },
				{ "MagicTreeSapling1_RtD", "Magische Zaailing" },
				{ "AshLandsSaplingD2_RtD", "Zieke Zaailing" },
				{ "CursedKnight_RtD", "Vervloekte Ridder" },
				{ "FroWood_RtD", "Vrieshout" },
				{ "FroWood_desc_RtD", "Het voelt koud aan" },
				{ "FrometalOre_RtD", "Gezegend Erts" },
				{ "FrometalOre_desc_RtD", "IJzige metaal, kan alleen worden gesmolten in een hoogoven" },
				{ "IceCrystal_RtD", "IJskristal" },
				{ "IceCrystal_desc_RtD", "Gebruikt om krachtige wapens te maken" },
				{ "ShadowCrystal_RtD", "Schaduwkristal" },
				{ "ShadowCrystal_desc_RtD", "Gebruikt om krachtige wapens te maken" },
				{ "CinderWood_RtD", "Sintelhout" },
				{ "CinderWood_desc_RtD", "Dit hout is brandend heet." },
				{ "DemonHorn_RtD", "Demonenhoorn" },
				{ "DemonHorn_desc_RtD", "Je voelt een gevoel van woede wanneer je dit aanraakt." }
			});
			Localization = LocalizationManager.Instance.GetLocalization();
			CustomLocalization localization7 = Localization;
			text = "Japanese";
			localization7.AddTranslation(ref text, new Dictionary<string, string>
			{
				{ "AshLandsRock3_RtD", "焼け焦げた岩" },
				{ "DeepNorthRock3_RtD", "氷の岩" },
				{ "DeepNorthFroOre_RtD", "ヴァルハリウム鉱石" },
				{ "FroMetalBar_RtD", "ヴァルハリウムの棒" },
				{ "BurningGland_RtD", "魂の精髄" },
				{ "BurningGland_desc_RtD", "非常に強力なネクロマンサーを召喚するのに使用されます" },
				{ "Fader_RtD", "フェイダー" },
				{ "DragonCore_RtD", "燃えさかる腺" },
				{ "DragonCore_desc_RtD", "特別な鍛冶場を作成するのに使用されます" },
				{ "DragonEgg_RtD", "灼熱のドラゴンの卵" },
				{ "DragonEgg_desc_RtD", "これらの卵はかつて冷たかったが、大地が燃え始めると卵はすべての生命に対する燃えるような憎しみに満ちた。" },
				{ "TrophyDragonKing_RtD", "ドラゴンキングのトロフィー" },
				{ "TrophyDragonKing_desc_RtD", "ドラゴンの王であり、すべての怒りの父からの頭。" },
				{ "TrophyHatchling_RtD", "孵化したばかりのトロフィー" },
				{ "TrophyHatchling_desc_RtD", "将来の用途やあなたの想像力のために。" },
				{ "ArtisanTable_RtD", "職人の鍛冶場" },
				{ "Assassin_RtD", "アンデッド暗殺者" },
				{ "Berserker_RtD", "肉食い" },
				{ "FallenCrusader_RtD", "堕落した十字軍兵士" },
				{ "Wizard_RtD", "アンデッドウィザード" },
				{ "Necromancer_RtD", "ネクロマンサー卿" },
				{ "Demon_RtD", "悪魔" },
				{ "DragonBoar_RtD", "ドラゴンボア" },
				{ "DragonBoar_RtD1", "ドラゴンボア" },
				{ "DragonPiglet_RtD", "ドラゴンピグレット" },
				{ "DragonBoarMeat_RtD", "生のドラゴンボア肉" },
				{ "CookedDragonBoarMeat_RtD", "調理済みドラゴンボア肉" },
				{ "DemonHide_RtD", "悪魔の皮" },
				{ "DemonHide_desc_RtD", "非常に強い装甲を作るために使用できる頑丈な皮" },
				{ "CookedFaeWolfMeat_RtD", "フェイウルフ肉" },
				{ "CookedFaeWolfMeat_desc_RtD", "美味しい食事" },
				{ "FaeWolfMeat_RtD", "生のフェイウルフ肉" },
				{ "FaeWolfMeat_desc_RtD", "正しく調理すれば美味しい食事" },
				{ "FaeNectar_RtD", "フェイネクター" },
				{ "FaeNectar_desc_RtD", "フェイネクターから魔法のオーラが放たれている" },
				{ "FaeSeed_RtD", "フェイシード" },
				{ "FaeSeed_desc_RtD", "冷たい触感の種で、魔法の木を植えるために使用されます" },
				{ "FaeTrophyWolf_RtD", "フェイウルフのトロフィー" },
				{ "FaeTrophyWolf_desc_RtD", "強力な敵からのトロフィー" },
				{ "FaeWolfFang_RtD", "フェイウルフの牙" },
				{ "FaeWolfFang_desc_RtD", "非常に鋭い牙" },
				{ "FaeWolfPelt_RtD", "フェイウルフの毛皮" },
				{ "FaeWolfPelt_desc_RtD", "非常に厚い毛皮" },
				{ "FairySilk_RtD", "フェイシルク" },
				{ "FairySilk_desc_RtD", "非常に細かい絹" },
				{ "ElfHunterF_RtD", "エルフの狩人" },
				{ "ElfHunterM_RtD", "エルフの狩人" },
				{ "ElfPriestM_RtD", "エルフの司祭" },
				{ "ElfWarriorF_RtD", "エルフの戦士" },
				{ "ElfWarriorM_RtD", "エルフの戦士" },
				{ "FaeWolfIce_RtD", "フェイウルフ" },
				{ "FaeWolfIce_RtD1", "フェイウルフ" },
				{ "FaeWolfIceCub_RtD", "フェイウルフの子" },
				{ "FaeWolfLightening_RtD", "フェイウルフ" },
				{ "FaeWolfLightening_RtD1", "フェイウルフ" },
				{ "FaeWolfLighteningCub_RtD", "フェイウルフの子" },
				{ "Fairy1_RtD", "フェイスピリット" },
				{ "Fairy2_RtD", "フェイスピリット" },
				{ "Golem_RtD", "エレメンタルゴーレム" },
				{ "FaeTree_RtD", "魔法のフェイの木" },
				{ "Spirit_RtD", "森の精霊" },
				{ "TrophySpirit_RtD", "精霊のトロフィー" },
				{ "TrophySpirit_desc_RtD", "森の精霊のトロフィー" },
				{ "SpiritHeart_RtD", "精霊の心臓" },
				{ "SpiritHeart_desc_RtD", "トールのハンマーを作成するために使用されます。" },
				{ "FaeSpawner_RtD", "フェイスポナー" },
				{ "Vegvisir_Spirit_RtD", "ヴェグヴィシル" },
				{ "Vegvisir_Spirit_register_RtD", "森の精霊" },
				{ "SpiritShrineMap_RtD", "精霊の祠" },
				{ "Vegvisir_Fader_RtD", "ヴェグヴィシル" },
				{ "CrystalFormation5_RtD", "影の結晶" },
				{ "CrystalFormation6_RtD", "影の結晶" },
				{ "CrystalFormation7_RtD", "影の結晶" },
				{ "CrystalFormation8_RtD", "影の結晶" },
				{ "Vegvisir_Necromancer_RtD", "ヴェグヴィシル" },
				{ "Vegvisir_Fader_register_RtD", "ドラゴンの王" },
				{ "Vegvisir_Necromancer_register_RtD", "ネクロマンサー卿" },
				{ "DragonKingAltarMap_RtD", "ドラゴンキング" },
				{ "NecromancerAltarMap_RtD", "ネクロマンサー" },
				{ "SO_Thor_RtD", "トール" },
				{ "CrystalFormation1_RtD", "氷の結晶" },
				{ "CrystalFormation2_RtD", "氷の結晶" },
				{ "CrystalFormation3_RtD", "氷の結晶" },
				{ "CrystalFormation4_RtD", "氷の結晶" },
				{ "MagicLog4", "丸太" },
				{ "MagicLog5", "丸太" },
				{ "MagicStump4", "切り株" },
				{ "MagicStump5", "切り株" },
				{ "MagicLog7", "丸太" },
				{ "MagicLog8", "丸太" },
				{ "MagicTree7_RtD", "焼けた木" },
				{ "MagicTree8_RtD", "焼けた木" },
				{ "MagicStump7", "切り株" },
				{ "MagicStump8", "切り株" },
				{ "MagicTree4_RtD", "魔法の木" },
				{ "MagicTree5_RtD", "魔法の木" },
				{ "ThorHammer_RtD", "トールのハンマー" },
				{ "ThorHammer_desc_RtD", "神々の力" },
				{ "DragonBoarRuinStone_RtD", "クリス・P・ベーコンがこのルーンストーンを発見した後、数分で食べられて死んだ。" },
				{ "Vegvisir_Thor_RtD", "ヴェグヴィシル" },
				{ "SpiritThorMap_RtD", "トールの祠" },
				{ "Vegvisir_Thor_register_RtD", "雷の神" },
				{ "MagicTreeSapling1_RtD", "魔法の苗木" },
				{ "AshLandsSaplingD2_RtD", "病気の苗木" },
				{ "CursedKnight_RtD", "呪われた騎士" },
				{ "FroWood_RtD", "氷の木" },
				{ "FroWood_desc_RtD", "触ると冷たいです" },
				{ "FrometalOre_RtD", "祝福された鉱石" },
				{ "FrometalOre_desc_RtD", "氷のような金属で、溶鉱炉でのみ精錬できます" },
				{ "IceCrystal_RtD", "氷の結晶" },
				{ "IceCrystal_desc_RtD", "強力な武器を作るために使用されます" },
				{ "ShadowCrystal_RtD", "影の結晶" },
				{ "ShadowCrystal_desc_RtD", "強力な武器を作るために使用されます" },
				{ "CinderWood_RtD", "燃えさしの木" },
				{ "CinderWood_desc_RtD", "この木は非常に熱いです。" },
				{ "DemonHorn_RtD", "悪魔の角" },
				{ "DemonHorn_desc_RtD", "これに触れると怒りを感じます。" }
			});
			Localization = LocalizationManager.Instance.GetLocalization();
			CustomLocalization localization8 = Localization;
			text = "Chinese";
			localization8.AddTranslation(ref text, new Dictionary<string, string>
			{
				{ "AshLandsRock3_RtD", "焦岩" },
				{ "DeepNorthRock3_RtD", "冰岩" },
				{ "DeepNorthFroOre_RtD", "瓦尔哈拉矿石" },
				{ "FroMetalBar_RtD", "瓦尔哈拉锭" },
				{ "BurningGland_RtD", "灵魂精华" },
				{ "BurningGland_desc_RtD", "用于召唤一个非常强大的死灵法师" },
				{ "Fader_RtD", "隐现者" },
				{ "DragonCore_RtD", "燃烧腺" },
				{ "DragonCore_desc_RtD", "用于打造特殊锻炉" },
				{ "DragonEgg_RtD", "灼热龙蛋" },
				{ "DragonEgg_desc_RtD", "这些蛋曾经寒冷。随着土地开始燃烧,蛋中充满了对所有生命的炽热仇恨。" },
				{ "TrophyDragonKing_RtD", "龙王奖杯" },
				{ "TrophyDragonKing_desc_RtD", "来自龙之王与所有怒火之父的头颅。" },
				{ "TrophyHatchling_RtD", "幼龙奖杯" },
				{ "TrophyHatchling_desc_RtD", "未来用途,或凭你的想象。" },
				{ "ArtisanTable_RtD", "工匠锻炉" },
				{ "Assassin_RtD", "亡灵刺客" },
				{ "Berserker_RtD", "食尸者" },
				{ "FallenCrusader_RtD", "堕落十字军" },
				{ "Wizard_RtD", "亡灵法师" },
				{ "Necromancer_RtD", "死灵法师之王" },
				{ "Demon_RtD", "恶魔" },
				{ "DragonBoar_RtD", "龙野猪" },
				{ "DragonBoar_RtD1", "龙野猪" },
				{ "DragonPiglet_RtD", "龙野猪仔" },
				{ "DragonBoarMeat_RtD", "生龙野猪肉" },
				{ "CookedDragonBoarMeat_RtD", "熟龙野猪肉" },
				{ "DemonHide_RtD", "恶魔皮" },
				{ "DemonHide_desc_RtD", "一种非常坚韧的皮革,可用于制作强力盔甲" },
				{ "CookedFaeWolfMeat_RtD", "精灵狼肉" },
				{ "CookedFaeWolfMeat_desc_RtD", "一道美味的佳肴" },
				{ "FaeWolfMeat_RtD", "生精灵狼肉" },
				{ "FaeWolfMeat_desc_RtD", "如果准备得当,是一道美味佳肴" },
				{ "FaeNectar_RtD", "精灵甘露" },
				{ "FaeNectar_desc_RtD", "从精灵甘露中散发出一种魔法光环" },
				{ "FaeSeed_RtD", "精灵种子" },
				{ "FaeSeed_desc_RtD", "种子触感冰凉,用于种植魔法树" },
				{ "FaeTrophyWolf_RtD", "精灵狼奖杯" },
				{ "FaeTrophyWolf_desc_RtD", "来自一个强大敌人的奖杯" },
				{ "FaeWolfFang_RtD", "精灵狼牙" },
				{ "FaeWolfFang_desc_RtD", "一颗非常锋利的狼牙" },
				{ "FaeWolfPelt_RtD", "精灵狼皮" },
				{ "FaeWolfPelt_desc_RtD", "一块非常厚实的毛皮" },
				{ "FairySilk_RtD", "精灵丝绸" },
				{ "FairySilk_desc_RtD", "一种非常细腻的丝绸" },
				{ "ElfHunterF_RtD", "精灵猎手(女)" },
				{ "ElfHunterM_RtD", "精灵猎手(男)" },
				{ "ElfPriestM_RtD", "精灵祭司" },
				{ "ElfWarriorF_RtD", "精灵战士(女)" },
				{ "ElfWarriorM_RtD", "精灵战士(男)" },
				{ "FaeWolfIce_RtD", "精灵冰狼" },
				{ "FaeWolfIce_RtD1", "精灵冰狼" },
				{ "FaeWolfIceCub_RtD", "精灵冰狼幼崽" },
				{ "FaeWolfLightening_RtD", "精灵雷狼" },
				{ "FaeWolfLightening_RtD1", "精灵雷狼" },
				{ "FaeWolfLighteningCub_RtD", "精灵雷狼幼崽" },
				{ "Fairy1_RtD", "精灵灵体" },
				{ "Fairy2_RtD", "精灵灵体" },
				{ "Golem_RtD", "元素魔像" },
				{ "FaeTree_RtD", "魔法精灵树" },
				{ "Spirit_RtD", "森林之魂" },
				{ "TrophySpirit_RtD", "灵魂奖杯" },
				{ "TrophySpirit_desc_RtD", "森林之魂奖杯" },
				{ "SpiritHeart_RtD", "灵魂之心" },
				{ "SpiritHeart_desc_RtD", "用于打造雷神之锤。" },
				{ "FaeSpawner_RtD", "精灵生成器" },
				{ "Vegvisir_Spirit_RtD", "维京罗盘" },
				{ "Vegvisir_Spirit_register_RtD", "森林灵魂" },
				{ "SpiritShrineMap_RtD", "灵魂神殿" },
				{ "Vegvisir_Fader_RtD", "维京罗盘" },
				{ "CrystalFormation5_RtD", "暗影水晶" },
				{ "CrystalFormation6_RtD", "暗影水晶" },
				{ "CrystalFormation7_RtD", "暗影水晶" },
				{ "CrystalFormation8_RtD", "暗影水晶" },
				{ "Vegvisir_Necromancer_RtD", "维京罗盘" },
				{ "Vegvisir_Fader_register_RtD", "龙之王" },
				{ "Vegvisir_Necromancer_register_RtD", "死灵法师之王" },
				{ "DragonKingAltarMap_RtD", "龙王" },
				{ "NecromancerAltarMap_RtD", "死灵法师" },
				{ "SO_Thor_RtD", "雷神索尔" },
				{ "CrystalFormation1_RtD", "冰晶" },
				{ "CrystalFormation2_RtD", "冰晶" },
				{ "CrystalFormation3_RtD", "冰晶" },
				{ "CrystalFormation4_RtD", "冰晶" },
				{ "MagicLog4", "木头" },
				{ "MagicLog5", "木头" },
				{ "MagicStump4", "树桩" },
				{ "MagicStump5", "树桩" },
				{ "MagicLog7", "木头" },
				{ "MagicLog8", "木头" },
				{ "MagicTree7_RtD", "焦树" },
				{ "MagicTree8_RtD", "焦树" },
				{ "MagicStump7", "树桩" },
				{ "MagicStump8", "树桩" },
				{ "MagicTree4_RtD", "魔法树" },
				{ "MagicTree5_RtD", "魔法树" },
				{ "ThorHammer_RtD", "雷神之锤" },
				{ "ThorHammer_desc_RtD", "神之力量" },
				{ "DragonBoarRuinStone_RtD", "克里斯 P 培根发现了这块符石,几分钟后就被吃掉了。" },
				{ "Vegvisir_Thor_RtD", "维京罗盘" },
				{ "SpiritThorMap_RtD", "雷神圣地" },
				{ "Vegvisir_Thor_register_RtD", "雷电之神" },
				{ "MagicTreeSapling1_RtD", "魔法树苗" },
				{ "AshLandsSaplingD2_RtD", "枯萎的树苗" },
				{ "CursedKnight_RtD", "被诅咒的骑士" },
				{ "FroWood_RtD", "冰霜木" },
				{ "FroWood_desc_RtD", "触摸时感觉冰冷" },
				{ "FrometalOre_RtD", "神圣矿石" },
				{ "FrometalOre_desc_RtD", "冰冷的金属,只能用高炉熔炼" },
				{ "IceCrystal_RtD", "冰晶" },
				{ "IceCrystal_desc_RtD", "用于制作强大的武器" },
				{ "ShadowCrystal_RtD", "暗影水晶" },
				{ "ShadowCrystal_desc_RtD", "用于制作强大的武器" },
				{ "CinderWood_RtD", "余烬木" },
				{ "CinderWood_desc_RtD", "这块木头炙热异常。" },
				{ "DemonHorn_RtD", "恶魔之角" },
				{ "DemonHorn_desc_RtD", "触摸时你感到一股愤怒的情绪。" }
			});
			Localization = LocalizationManager.Instance.GetLocalization();
			CustomLocalization localization9 = Localization;
			text = "French";
			localization9.AddTranslation(ref text, new Dictionary<string, string>
			{
				{ "AshLandsRock3_RtD", "Roche Carbonisée" },
				{ "DeepNorthRock3_RtD", "Roche Gelée" },
				{ "DeepNorthFroOre_RtD", "Minerai de Valhallium" },
				{ "FroMetalBar_RtD", "Lingot de Valhallium" },
				{ "BurningGland_RtD", "Essence d'Âme" },
				{ "BurningGland_desc_RtD", "Utilisé pour invoquer un nécromancien très puissant" },
				{ "Fader_RtD", "Estompeur" },
				{ "DragonCore_RtD", "Glande Ardente" },
				{ "DragonCore_desc_RtD", "Utilisé pour créer une forge spéciale" },
				{ "DragonEgg_RtD", "Œuf de Dragon Incandescent" },
				{ "DragonEgg_desc_RtD", "Ces œufs étaient autrefois glacés. Lorsque les terres ont commencé à brûler, ils se sont emplis d'une haine brûlante pour toute vie." },
				{ "TrophyDragonKing_RtD", "Trophée du Roi Dragon" },
				{ "TrophyDragonKing_desc_RtD", "La tête du Roi des Dragons et Père de toute fureur." },
				{ "TrophyHatchling_RtD", "Trophée de Dragonneau" },
				{ "TrophyHatchling_desc_RtD", "Pour usage futur ou pour votre imagination." },
				{ "ArtisanTable_RtD", "Forge Artisanale" },
				{ "Assassin_RtD", "Assassin Mort-vivant" },
				{ "Berserker_RtD", "Dévoreur de Chair" },
				{ "FallenCrusader_RtD", "Croisé Déchu" },
				{ "Wizard_RtD", "Sorcier Mort-vivant" },
				{ "Necromancer_RtD", "Seigneur Nécromancien" },
				{ "Demon_RtD", "Démon" },
				{ "DragonBoar_RtD", "Sanglier Dragon" },
				{ "DragonBoar_RtD1", "Sanglier Dragon" },
				{ "DragonPiglet_RtD", "Porcelet Dragon" },
				{ "DragonBoarMeat_RtD", "Viande de Sanglier Dragon Crue" },
				{ "CookedDragonBoarMeat_RtD", "Viande de Sanglier Dragon Cuite" },
				{ "DemonHide_RtD", "Peau de Démon" },
				{ "DemonHide_desc_RtD", "Une peau très résistante pouvant être utilisée pour des armures solides" },
				{ "CookedFaeWolfMeat_RtD", "Viande de Loup Fae" },
				{ "CookedFaeWolfMeat_desc_RtD", "Un repas délicieux" },
				{ "FaeWolfMeat_RtD", "Viande de Loup Fae Crue" },
				{ "FaeWolfMeat_desc_RtD", "Un repas délicieux si bien préparé" },
				{ "FaeNectar_RtD", "Nectar Fae" },
				{ "FaeNectar_desc_RtD", "Un aura magique émane du Nectar Fae" },
				{ "FaeSeed_RtD", "Graine Fae" },
				{ "FaeSeed_desc_RtD", "La graine est froide au toucher et sert à planter des arbres magiques" },
				{ "FaeTrophyWolf_RtD", "Trophée de Loup Fae" },
				{ "FaeTrophyWolf_desc_RtD", "Un trophée d'un puissant ennemi" },
				{ "FaeWolfFang_RtD", "Croc de Loup Fae" },
				{ "FaeWolfFang_desc_RtD", "Un croc très tranchant" },
				{ "FaeWolfPelt_RtD", "Peau de Loup Fae" },
				{ "FaeWolfPelt_desc_RtD", "Une fourrure très épaisse" },
				{ "FairySilk_RtD", "Soie Fae" },
				{ "FairySilk_desc_RtD", "Une soie très fine" },
				{ "ElfHunterF_RtD", "Chasseuse Elfe" },
				{ "ElfHunterM_RtD", "Chasseur Elfe" },
				{ "ElfPriestM_RtD", "Prêtre Elfe" },
				{ "ElfWarriorF_RtD", "Guerrière Elfe" },
				{ "ElfWarriorM_RtD", "Guerrier Elfe" },
				{ "FaeWolfIce_RtD", "Loup Fae" },
				{ "FaeWolfIce_RtD1", "Loup Fae" },
				{ "FaeWolfIceCub_RtD", "Louveteau Fae" },
				{ "FaeWolfLightening_RtD", "Loup Fae" },
				{ "FaeWolfLightening_RtD1", "Loup Fae" },
				{ "FaeWolfLighteningCub_RtD", "Louveteau Fae" },
				{ "Fairy1_RtD", "Esprit Fae" },
				{ "Fairy2_RtD", "Esprit Fae" },
				{ "Golem_RtD", "Golem Élémentaire" },
				{ "FaeTree_RtD", "Arbre Magique Fae" },
				{ "Spirit_RtD", "Esprit de la Forêt" },
				{ "TrophySpirit_RtD", "Trophée de l'Esprit" },
				{ "TrophySpirit_desc_RtD", "Trophée de l'Esprit de la Forêt" },
				{ "SpiritHeart_RtD", "Cœur d'Esprit" },
				{ "SpiritHeart_desc_RtD", "Utilisé pour forger le Marteau de Thor." },
				{ "FaeSpawner_RtD", "Générateur Fae" },
				{ "Vegvisir_Spirit_RtD", "Vegvisir" },
				{ "Vegvisir_Spirit_register_RtD", "Esprit de la Forêt" },
				{ "SpiritShrineMap_RtD", "Sanctuaire de l'Esprit" },
				{ "Vegvisir_Fader_RtD", "Vegvisir" },
				{ "CrystalFormation5_RtD", "Cristal d'Ombre" },
				{ "CrystalFormation6_RtD", "Cristal d'Ombre" },
				{ "CrystalFormation7_RtD", "Cristal d'Ombre" },
				{ "CrystalFormation8_RtD", "Cristal d'Ombre" },
				{ "Vegvisir_Necromancer_RtD", "Vegvisir" },
				{ "Vegvisir_Fader_register_RtD", "Roi des Dragons" },
				{ "Vegvisir_Necromancer_register_RtD", "Seigneur Nécromancien" },
				{ "DragonKingAltarMap_RtD", "Roi Dragon" },
				{ "NecromancerAltarMap_RtD", "Nécromancien" },
				{ "SO_Thor_RtD", "Thor" },
				{ "CrystalFormation1_RtD", "Cristal de Glace" },
				{ "CrystalFormation2_RtD", "Cristal de Glace" },
				{ "CrystalFormation3_RtD", "Cristal de Glace" },
				{ "CrystalFormation4_RtD", "Cristal de Glace" },
				{ "MagicLog4", "Bûche" },
				{ "MagicLog5", "Bûche" },
				{ "MagicStump4", "Souche" },
				{ "MagicStump5", "Souche" },
				{ "MagicLog7", "Bûche" },
				{ "MagicLog8", "Bûche" },
				{ "MagicTree7_RtD", "Arbre Carbonisé" },
				{ "MagicTree8_RtD", "Arbre Carbonisé" },
				{ "MagicStump7", "Souche" },
				{ "MagicStump8", "Souche" },
				{ "MagicTree4_RtD", "Arbre Magique" },
				{ "MagicTree5_RtD", "Arbre Magique" },
				{ "ThorHammer_RtD", "Marteau de Thor" },
				{ "ThorHammer_desc_RtD", "La force des dieux" },
				{ "DragonBoarRuinStone_RtD", "Chris P Bacon a découvert cette Pierre Runique, puis a été dévoré quelques minutes plus tard." },
				{ "Vegvisir_Thor_RtD", "Vegvisir" },
				{ "SpiritThorMap_RtD", "Sanctuaire de Thor" },
				{ "Vegvisir_Thor_register_RtD", "Le dieu de la foudre" },
				{ "MagicTreeSapling1_RtD", "Jeune Arbre Magique" },
				{ "AshLandsSaplingD2_RtD", "Jeune Arbre Malade" },
				{ "CursedKnight_RtD", "Chevalier Maudit" },
				{ "FroWood_RtD", "Bois Gelé" },
				{ "FroWood_desc_RtD", "Froid au toucher" },
				{ "FrometalOre_RtD", "Minerai Béni" },
				{ "FrometalOre_desc_RtD", "Métal glacé, ne peut être fondu qu'avec un haut fourneau" },
				{ "IceCrystal_RtD", "Cristal de Glace" },
				{ "IceCrystal_desc_RtD", "Utilisé pour fabriquer des armes puissantes" },
				{ "ShadowCrystal_RtD", "Cristal d'Ombre" },
				{ "ShadowCrystal_desc_RtD", "Utilisé pour fabriquer des armes puissantes" },
				{ "CinderWood_RtD", "Bois de Braise" },
				{ "CinderWood_desc_RtD", "Ce bois est brûlant." },
				{ "DemonHorn_RtD", "Corne de Démon" },
				{ "DemonHorn_desc_RtD", "Vous ressentez une vague de colère en touchant ceci." }
			});
			Localization = LocalizationManager.Instance.GetLocalization();
			CustomLocalization localization10 = Localization;
			text = "German";
			localization10.AddTranslation(ref text, new Dictionary<string, string>
			{
				{ "AshLandsRock3_RtD", "Verkohlter Fels" },
				{ "DeepNorthRock3_RtD", "Eisiger Fels" },
				{ "DeepNorthFroOre_RtD", "Valhallium-Erz" },
				{ "FroMetalBar_RtD", "Valhallium-Barren" },
				{ "BurningGland_RtD", "Seelenessenz" },
				{ "BurningGland_desc_RtD", "Wird verwendet, um einen sehr mächtigen Nekromanten zu beschwören" },
				{ "Fader_RtD", "Verblasser" },
				{ "DragonCore_RtD", "Brennende Drüse" },
				{ "DragonCore_desc_RtD", "Wird verwendet, um eine spezielle Schmiede herzustellen" },
				{ "DragonEgg_RtD", "Glühendes Drachenei" },
				{ "DragonEgg_desc_RtD", "Diese Eier waren einst eiskalt. Als die Länder zu brennen begannen, füllten sie sich mit einer brennenden Verachtung für alles Leben." },
				{ "TrophyDragonKing_RtD", "Drachen-König-Trophäe" },
				{ "TrophyDragonKing_desc_RtD", "Der Kopf des Königs der Drachen und Vater aller Wut." },
				{ "TrophyHatchling_RtD", "Jungtier-Trophäe" },
				{ "TrophyHatchling_desc_RtD", "Wird für zukünftige Verwendung oder Ihre Fantasie sein." },
				{ "ArtisanTable_RtD", "Kunstschmiede" },
				{ "Assassin_RtD", "Untoter Assassine" },
				{ "Berserker_RtD", "Fleischfresser" },
				{ "FallenCrusader_RtD", "Gefallener Kreuzritter" },
				{ "Wizard_RtD", "Untoter Zauberer" },
				{ "Necromancer_RtD", "Nekromanten-Lord" },
				{ "Demon_RtD", "Dämon" },
				{ "DragonBoar_RtD", "Drachen-Eber" },
				{ "DragonBoar_RtD1", "Drachen-Eber" },
				{ "DragonPiglet_RtD", "Drachen-Ferkel" },
				{ "DragonBoarMeat_RtD", "Rohes Drachen-Eberfleisch" },
				{ "CookedDragonBoarMeat_RtD", "Gekochtes Drachen-Eberfleisch" },
				{ "DemonHide_RtD", "Dämonenhaut" },
				{ "DemonHide_desc_RtD", "Eine sehr zähe Haut, die für starke Rüstungen verwendet werden kann" },
				{ "CookedFaeWolfMeat_RtD", "Fae-Wolffleisch" },
				{ "CookedFaeWolfMeat_desc_RtD", "Eine köstliche Mahlzeit" },
				{ "FaeWolfMeat_RtD", "Rohes Fae-Wolffleisch" },
				{ "FaeWolfMeat_desc_RtD", "Eine köstliche Mahlzeit, wenn sie richtig zubereitet wird" },
				{ "FaeNectar_RtD", "Fae-Nektar" },
				{ "FaeNectar_desc_RtD", "Ein magisches Leuchten strahlt vom Fae-Nektar aus" },
				{ "FaeSeed_RtD", "Fae-Samen" },
				{ "FaeSeed_desc_RtD", "Der Samen fühlt sich kalt an und wird verwendet, um magische Bäume zu pflanzen" },
				{ "FaeTrophyWolf_RtD", "Fae-Wolfs-Trophäe" },
				{ "FaeTrophyWolf_desc_RtD", "Eine Trophäe von einem mächtigen Feind" },
				{ "FaeWolfFang_RtD", "Fae-Wolfszahn" },
				{ "FaeWolfFang_desc_RtD", "Ein sehr scharfer Zahn" },
				{ "FaeWolfPelt_RtD", "Fae-Wolfsfell" },
				{ "FaeWolfPelt_desc_RtD", "Ein sehr dickes Fell" },
				{ "FairySilk_RtD", "Fae-Seide" },
				{ "FairySilk_desc_RtD", "Eine sehr feine Seide" },
				{ "ElfHunterF_RtD", "Elfen-Jägerin" },
				{ "ElfHunterM_RtD", "Elfen-Jäger" },
				{ "ElfPriestM_RtD", "Elfen-Priester" },
				{ "ElfWarriorF_RtD", "Elfen-Kriegerin" },
				{ "ElfWarriorM_RtD", "Elfen-Krieger" },
				{ "FaeWolfIce_RtD", "FaeWolf" },
				{ "FaeWolfIce_RtD1", "FaeWolf" },
				{ "FaeWolfIceCub_RtD", "FaeWolf-Junges" },
				{ "FaeWolfLightening_RtD", "FaeWolf" },
				{ "FaeWolfLightening_RtD1", "FaeWolf" },
				{ "FaeWolfLighteningCub_RtD", "FaeWolf-Junges" },
				{ "Fairy1_RtD", "Fae-Geist" },
				{ "Fairy2_RtD", "Fae-Geist" },
				{ "Golem_RtD", "Elementar-Golem" },
				{ "FaeTree_RtD", "Magischer Fae-Baum" },
				{ "Spirit_RtD", "Geist des Waldes" },
				{ "TrophySpirit_RtD", "Geist-Trophäe" },
				{ "TrophySpirit_desc_RtD", "Geist des Waldes Trophäe" },
				{ "SpiritHeart_RtD", "Geisterherz" },
				{ "SpiritHeart_desc_RtD", "Wird verwendet, um Thors Hammer herzustellen." },
				{ "FaeSpawner_RtD", "Fae-Spawn" },
				{ "Vegvisir_Spirit_RtD", "Vegvisir" },
				{ "Vegvisir_Spirit_register_RtD", "Waldgeist" },
				{ "SpiritShrineMap_RtD", "Geisterschrein" },
				{ "Vegvisir_Fader_RtD", "Vegvisir" },
				{ "CrystalFormation5_RtD", "Schattenkristall" },
				{ "CrystalFormation6_RtD", "Schattenkristall" },
				{ "CrystalFormation7_RtD", "Schattenkristall" },
				{ "CrystalFormation8_RtD", "Schattenkristall" },
				{ "Vegvisir_Necromancer_RtD", "Vegvisir" },
				{ "Vegvisir_Fader_register_RtD", "König der Drachen" },
				{ "Vegvisir_Necromancer_register_RtD", "Nekromanten-Lord" },
				{ "DragonKingAltarMap_RtD", "Drachen-König" },
				{ "NecromancerAltarMap_RtD", "Nekromant" },
				{ "SO_Thor_RtD", "Thor" },
				{ "CrystalFormation1_RtD", "Eiskristall" },
				{ "CrystalFormation2_RtD", "Eiskristall" },
				{ "CrystalFormation3_RtD", "Eiskristall" },
				{ "CrystalFormation4_RtD", "Eiskristall" },
				{ "MagicLog4", "Magischer Holzstamm" },
				{ "MagicLog5", "Magischer Holzstamm" },
				{ "MagicStump4", "Magischer Baumstumpf" },
				{ "MagicStump5", "Magischer Baumstumpf" },
				{ "MagicLog7", "Magischer Holzstamm" },
				{ "MagicLog8", "Magischer Holzstamm" },
				{ "MagicTree7_RtD", "Verkohlter Baum" },
				{ "MagicTree8_RtD", "Verkohlter Baum" },
				{ "MagicStump7", "Baumstumpf" },
				{ "MagicStump8", "Baumstumpf" },
				{ "MagicTree4_RtD", "Magischer Baum" },
				{ "MagicTree5_RtD", "Magischer Baum" },
				{ "ThorHammer_RtD", "Thors Hammer" },
				{ "ThorHammer_desc_RtD", "Kraft der Götter" },
				{ "DragonBoarRuinStone_RtD", "Chris P Bacon entdeckte diesen Runenstein, wurde jedoch Minuten später gefressen." },
				{ "Vegvisir_Thor_RtD", "Vegvisir" },
				{ "SpiritThorMap_RtD", "Thors Schrein" },
				{ "Vegvisir_Thor_register_RtD", "Der Gott des Blitzes" },
				{ "MagicTreeSapling1_RtD", "Magischer Setzling" },
				{ "AshLandsSaplingD2_RtD", "Kranker Setzling" },
				{ "CursedKnight_RtD", "Verfluchter Ritter" },
				{ "FroWood_RtD", "Gefrorenes Holz" },
				{ "FroWood_desc_RtD", "Kalt bei Berührung" },
				{ "FrometalOre_RtD", "Gesegneter Erz" },
				{ "FrometalOre_desc_RtD", "Eisiges Metall, kann nur in einem Hochofen geschmolzen werden" },
				{ "IceCrystal_RtD", "Eiskristall" },
				{ "IceCrystal_desc_RtD", "Wird zur Herstellung mächtiger Waffen verwendet" },
				{ "ShadowCrystal_RtD", "Schattenkristall" },
				{ "ShadowCrystal_desc_RtD", "Wird zur Herstellung mächtiger Waffen verwendet" },
				{ "CinderWood_RtD", "Glutholz" },
				{ "CinderWood_desc_RtD", "Dieses Holz ist glühend heiß." },
				{ "DemonHorn_RtD", "Dämonenhorn" },
				{ "DemonHorn_desc_RtD", "Du spürst eine Welle der Wut, wenn du es berührst." }
			});
			Localization = LocalizationManager.Instance.GetLocalization();
			CustomLocalization localization11 = Localization;
			text = "Ukrainian";
			localization11.AddTranslation(ref text, new Dictionary<string, string>
			{
				{ "AshLandsRock3_RtD", "Обвуглена скеля" },
				{ "DeepNorthRock3_RtD", "Крижана скеля" },
				{ "DeepNorthFroOre_RtD", "Руда Валгаліуму" },
				{ "FroMetalBar_RtD", "Злиток Валгаліуму" },
				{ "BurningGland_RtD", "Есенція душі" },
				{ "BurningGland_desc_RtD", "Використовується для виклику дуже могутнього Некроманта" },
				{ "Fader_RtD", "Фейдер" },
				{ "DragonCore_RtD", "Палаюча залоза" },
				{ "DragonCore_desc_RtD", "Використовується для створення спеціального горна" },
				{ "DragonEgg_RtD", "Палаюче яйце дракона" },
				{ "DragonEgg_desc_RtD", "Ці яйця колись були крижаними. Коли землі почали горіти, вони наповнилися ненавистю до всього живого." },
				{ "TrophyDragonKing_RtD", "Трофей Короля Драконів" },
				{ "TrophyDragonKing_desc_RtD", "Голова Короля Драконів і Батька всієї люті." },
				{ "TrophyHatchling_RtD", "Трофей дитинча" },
				{ "TrophyHatchling_desc_RtD", "Для майбутнього використання або вашої уяви." },
				{ "ArtisanTable_RtD", "Ковальський верстат" },
				{ "Assassin_RtD", "Нежить-убивця" },
				{ "Berserker_RtD", "М'ясоїд" },
				{ "FallenCrusader_RtD", "Падший хрестоносець" },
				{ "Wizard_RtD", "Нежить-чарівник" },
				{ "Necromancer_RtD", "Владика Некромантів" },
				{ "Demon_RtD", "Демон" },
				{ "DragonBoar_RtD", "Дракон-свиня" },
				{ "DragonBoar_RtD1", "Дракон-свиня" },
				{ "DragonPiglet_RtD", "Дракон-порося" },
				{ "DragonBoarMeat_RtD", "Сире м'ясо дракона-свині" },
				{ "CookedDragonBoarMeat_RtD", "Приготоване м'ясо дракона-свині" },
				{ "DemonHide_RtD", "Шкура демона" },
				{ "DemonHide_desc_RtD", "Дуже міцна шкіра, яку можна використовувати для створення міцної броні" },
				{ "CookedFaeWolfMeat_RtD", "М'ясо Фей-вовка" },
				{ "CookedFaeWolfMeat_desc_RtD", "Смачна страва" },
				{ "FaeWolfMeat_RtD", "Сире м'ясо Фей-вовка" },
				{ "FaeWolfMeat_desc_RtD", "Смачна страва, якщо правильно приготувати" },
				{ "FaeNectar_RtD", "Нектар Фей" },
				{ "FaeNectar_desc_RtD", "Від нектару Фей випромінюється магічна аура" },
				{ "FaeSeed_RtD", "Насіння Фей" },
				{ "FaeSeed_desc_RtD", "Насіння холодне на дотик і використовується для посадки магічних дерев" },
				{ "FaeTrophyWolf_RtD", "Трофей Фей-вовка" },
				{ "FaeTrophyWolf_desc_RtD", "Трофей від могутнього ворога" },
				{ "FaeWolfFang_RtD", "Ікло Фей-вовка" },
				{ "FaeWolfFang_desc_RtD", "Дуже гостре ікло" },
				{ "FaeWolfPelt_RtD", "Шкура Фей-вовка" },
				{ "FaeWolfPelt_desc_RtD", "Дуже товста шкура" },
				{ "FairySilk_RtD", "Шовк Фей" },
				{ "FairySilk_desc_RtD", "Дуже тонкий шовк" },
				{ "ElfHunterF_RtD", "Ельф-мисливець" },
				{ "ElfHunterM_RtD", "Ельф-мисливець" },
				{ "ElfPriestM_RtD", "Ельф-священик" },
				{ "ElfWarriorF_RtD", "Ельф-воїн" },
				{ "ElfWarriorM_RtD", "Ельф-воїн" },
				{ "FaeWolfIce_RtD", "Крижаний Фей-вовк" },
				{ "FaeWolfIce_RtD1", "Крижаний Фей-вовк" },
				{ "FaeWolfIceCub_RtD", "Дитинча крижаного Фей-вовка" },
				{ "FaeWolfLightening_RtD", "Грозовий Фей-вовк" },
				{ "FaeWolfLightening_RtD1", "Грозовий Фей-вовк" },
				{ "FaeWolfLighteningCub_RtD", "Дитинча грозового Фей-вовка" },
				{ "Fairy1_RtD", "Дух Фей" },
				{ "Fairy2_RtD", "Дух Фей" },
				{ "Golem_RtD", "Елементальний Голем" },
				{ "FaeTree_RtD", "Магічне дерево Фей" },
				{ "Spirit_RtD", "Дух лісу" },
				{ "TrophySpirit_RtD", "Трофей Духа" },
				{ "TrophySpirit_desc_RtD", "Трофей Духа лісу" },