Decompiled source of Reidrheimr Faction Gear v1.0.5

ReidrheimrFactionPack/FactionGear.dll

Decompiled 2 weeks ago
using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Reflection.Emit;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Runtime.Serialization;
using System.Runtime.Versioning;
using System.Security;
using System.Security.Cryptography;
using System.Security.Permissions;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using BepInEx;
using BepInEx.Bootstrap;
using BepInEx.Configuration;
using BepInEx.Logging;
using FactionGear.Managers;
using HarmonyLib;
using JetBrains.Annotations;
using Microsoft.CodeAnalysis;
using ServerSync;
using TMPro;
using UnityEngine;
using YamlDotNet.Core;
using YamlDotNet.Core.Events;
using YamlDotNet.Core.Tokens;
using YamlDotNet.Helpers;
using YamlDotNet.Serialization;
using YamlDotNet.Serialization.BufferedDeserialization;
using YamlDotNet.Serialization.BufferedDeserialization.TypeDiscriminators;
using YamlDotNet.Serialization.Converters;
using YamlDotNet.Serialization.EventEmitters;
using YamlDotNet.Serialization.NamingConventions;
using YamlDotNet.Serialization.NodeDeserializers;
using YamlDotNet.Serialization.NodeTypeResolvers;
using YamlDotNet.Serialization.ObjectFactories;
using YamlDotNet.Serialization.ObjectGraphTraversalStrategies;
using YamlDotNet.Serialization.ObjectGraphVisitors;
using YamlDotNet.Serialization.Schemas;
using YamlDotNet.Serialization.TypeInspectors;
using YamlDotNet.Serialization.TypeResolvers;
using YamlDotNet.Serialization.Utilities;
using YamlDotNet.Serialization.ValueDeserializers;

[assembly: AssemblyFileVersion("1.0.4")]
[assembly: Guid("4358610B-F3F4-4843-B7AF-98B7BC60DCDE")]
[assembly: ComVisible(false)]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCopyright("Copyright ©  2021")]
[assembly: AssemblyProduct("FactionGear")]
[assembly: AssemblyCompany("ScribeX")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("FactionGear")]
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)]
[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
[assembly: CompilationRelaxations(8)]
[assembly: TargetFramework(".NETFramework,Version=v4.6.2", FrameworkDisplayName = ".NET Framework 4.6.2")]
[assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)]
[assembly: AssemblyVersion("1.0.4.0")]
[module: UnverifiableCode]
namespace Microsoft.CodeAnalysis
{
	[CompilerGenerated]
	[<df91fd34-d277-4ea4-b529-a92567d2c89d>Embedded]
	internal sealed class <df91fd34-d277-4ea4-b529-a92567d2c89d>EmbeddedAttribute : Attribute
	{
	}
}
namespace System.Runtime.CompilerServices
{
	[AttributeUsage(AttributeTargets.Class | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event | AttributeTargets.Parameter | AttributeTargets.ReturnValue | AttributeTargets.GenericParameter, AllowMultiple = false, Inherited = false)]
	[<df91fd34-d277-4ea4-b529-a92567d2c89d>Embedded]
	[CompilerGenerated]
	internal sealed class <5e9a1560-0fc0-478e-b398-48575d741576>NullableAttribute : Attribute
	{
		public readonly byte[] NullableFlags;

		public <5e9a1560-0fc0-478e-b398-48575d741576>NullableAttribute(byte P_0)
		{
			NullableFlags = new byte[1] { P_0 };
		}

		public <5e9a1560-0fc0-478e-b398-48575d741576>NullableAttribute(byte[] P_0)
		{
			NullableFlags = P_0;
		}
	}
	[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Interface | AttributeTargets.Delegate, AllowMultiple = false, Inherited = false)]
	[CompilerGenerated]
	[<df91fd34-d277-4ea4-b529-a92567d2c89d>Embedded]
	internal sealed class <fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContextAttribute : Attribute
	{
		public readonly byte Flag;

		public <fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContextAttribute(byte P_0)
		{
			Flag = P_0;
		}
	}
}
namespace FactionGear
{
	[BepInPlugin("ScribeX.FactionGear", "FactionGear", "1.0.4")]
	[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(0)]
	[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(1)]
	public class FactionGearPlugin : BaseUnityPlugin
	{
		[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)]
		public enum Toggle
		{
			On = 1,
			Off = 0
		}

		[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)]
		private class ConfigurationManagerAttributes
		{
			[UsedImplicitly]
			public int? Order;

			[UsedImplicitly]
			public bool? Browsable;

			[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(2)]
			[UsedImplicitly]
			public string Category;

			[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(new byte[] { 2, 1 })]
			[UsedImplicitly]
			public Action<ConfigEntryBase> CustomDrawer;
		}

		internal const string ModName = "FactionGear";

		internal const string ModVersion = "1.0.4";

		internal const string Author = "ScribeX";

		private const string ModGUID = "ScribeX.FactionGear";

		private static readonly string ConfigFileName = "ScribeX.FactionGear.cfg";

		private static readonly string ConfigFileFullPath;

		internal static string ConnectionError;

		private readonly Harmony _harmony = new Harmony("ScribeX.FactionGear");

		public static readonly ManualLogSource FactionGearLogger;

		private static readonly ConfigSync ConfigSync;

		public static GameObject _Root;

		public static FactionGearPlugin _plugin;

		private static ConfigEntry<Toggle> _serverConfigLocked;

		public void Awake()
		{
			//IL_000c: Unknown result type (might be due to invalid IL or missing references)
			//IL_0016: Expected O, but got Unknown
			_plugin = this;
			_Root = new GameObject("root");
			Object.DontDestroyOnLoad((Object)(object)_Root);
			_Root.SetActive(false);
			InitConfigs();
			TextureManager.PrepareLoxClones();
			TextureManager.PrepareAshClones();
			TextureManager.PrepareShieldClones();
			TextureManager.PrepareAshMageClones();
			TextureManager.PrepareBannerClones();
			ArmorManager.RegisterArmors();
			Assembly executingAssembly = Assembly.GetExecutingAssembly();
			_harmony.PatchAll(executingAssembly);
			SetupWatcher();
		}

		private void InitConfigs()
		{
			_serverConfigLocked = config("1 - General", "Lock Configuration", Toggle.On, "If on, the configuration is locked and can be changed by server admins only.");
			ConfigSync.AddLockingConfigEntry<Toggle>(_serverConfigLocked);
		}

		private void OnDestroy()
		{
			((BaseUnityPlugin)this).Config.Save();
		}

		private void SetupWatcher()
		{
			FileSystemWatcher fileSystemWatcher = new FileSystemWatcher(Paths.ConfigPath, ConfigFileName);
			fileSystemWatcher.Changed += ReadConfigValues;
			fileSystemWatcher.Created += ReadConfigValues;
			fileSystemWatcher.Renamed += ReadConfigValues;
			fileSystemWatcher.IncludeSubdirectories = true;
			fileSystemWatcher.SynchronizingObject = ThreadingHelper.SynchronizingObject;
			fileSystemWatcher.EnableRaisingEvents = true;
		}

		private void ReadConfigValues(object sender, FileSystemEventArgs e)
		{
			if (!File.Exists(ConfigFileFullPath))
			{
				return;
			}
			try
			{
				FactionGearLogger.LogDebug((object)"ReadConfigValues called");
				((BaseUnityPlugin)this).Config.Reload();
			}
			catch
			{
				FactionGearLogger.LogError((object)("There was an issue loading your " + ConfigFileName));
				FactionGearLogger.LogError((object)"Please check your config entries for spelling and format!");
			}
		}

		public ConfigEntry<T> config<[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(2)] T>(string group, string name, T value, ConfigDescription description, bool synchronizedSetting = true)
		{
			//IL_002b: Unknown result type (might be due to invalid IL or missing references)
			//IL_0031: Expected O, but got Unknown
			ConfigDescription val = new ConfigDescription(description.Description + (synchronizedSetting ? " [Synced with Server]" : " [Not Synced with Server]"), description.AcceptableValues, description.Tags);
			ConfigEntry<T> val2 = ((BaseUnityPlugin)this).Config.Bind<T>(group, name, value, val);
			SyncedConfigEntry<T> syncedConfigEntry = ConfigSync.AddConfigEntry<T>(val2);
			syncedConfigEntry.SynchronizedConfig = synchronizedSetting;
			return val2;
		}

		public ConfigEntry<T> config<[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(2)] T>(string group, string name, T value, string description, bool synchronizedSetting = true)
		{
			//IL_000d: Unknown result type (might be due to invalid IL or missing references)
			//IL_0019: Expected O, but got Unknown
			return config(group, name, value, new ConfigDescription(description, (AcceptableValueBase)null, Array.Empty<object>()), synchronizedSetting);
		}

		static FactionGearPlugin()
		{
			string configPath = Paths.ConfigPath;
			char directorySeparatorChar = Path.DirectorySeparatorChar;
			ConfigFileFullPath = configPath + directorySeparatorChar + ConfigFileName;
			ConnectionError = "";
			FactionGearLogger = Logger.CreateLogSource("FactionGear");
			ConfigSync = new ConfigSync("ScribeX.FactionGear")
			{
				DisplayName = "FactionGear",
				CurrentVersion = "1.0.4",
				MinimumRequiredVersion = "1.0.4"
			};
			_Root = null;
			_plugin = null;
			_serverConfigLocked = null;
		}
	}
	[HarmonyPatch(typeof(ZNet), "OnNewConnection")]
	public static class RegisterAndCheckVersion
	{
		[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(1)]
		private static void Prefix(ZNetPeer peer, ref ZNet __instance)
		{
			//IL_003e: Unknown result type (might be due to invalid IL or missing references)
			//IL_0044: Expected O, but got Unknown
			FactionGearPlugin.FactionGearLogger.LogDebug((object)"Registering version RPC handler");
			peer.m_rpc.Register<ZPackage>("FactionGear_VersionCheck", (Action<ZRpc, ZPackage>)RpcHandlers.RPC_FactionGear_Version);
			FactionGearPlugin.FactionGearLogger.LogInfo((object)"Invoking version check");
			ZPackage val = new ZPackage();
			val.Write("1.0.4");
			peer.m_rpc.Invoke("FactionGear_VersionCheck", new object[1] { val });
		}
	}
	[HarmonyPatch(typeof(ZNet), "RPC_PeerInfo")]
	[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(0)]
	[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(1)]
	public static class VerifyClient
	{
		private static bool Prefix(ZRpc rpc, ZPackage pkg, ref ZNet __instance)
		{
			if (!__instance.IsServer() || RpcHandlers.ValidatedPeers.Contains(rpc))
			{
				return true;
			}
			FactionGearPlugin.FactionGearLogger.LogWarning((object)("Peer (" + rpc.m_socket.GetHostName() + ") never sent version or couldn't due to previous disconnect, disconnecting"));
			rpc.Invoke("Error", new object[1] { 3 });
			return false;
		}

		private static void Postfix(ZNet __instance)
		{
			//IL_001d: Unknown result type (might be due to invalid IL or missing references)
			//IL_0023: Expected O, but got Unknown
			ZRoutedRpc.instance.InvokeRoutedRPC(ZRoutedRpc.instance.GetServerPeerID(), "FactionGearRequestAdminSync", new object[1] { (object)new ZPackage() });
		}
	}
	[HarmonyPatch(typeof(FejdStartup), "ShowConnectError")]
	public class ShowConnectionError
	{
		[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(1)]
		private static void Postfix(FejdStartup __instance)
		{
			if (__instance.m_connectionFailedPanel.activeSelf)
			{
				__instance.m_connectionFailedError.fontSizeMax = 25f;
				__instance.m_connectionFailedError.fontSizeMin = 15f;
				TMP_Text connectionFailedError = __instance.m_connectionFailedError;
				connectionFailedError.text = connectionFailedError.text + "\n" + FactionGearPlugin.ConnectionError;
			}
		}
	}
	[HarmonyPatch(typeof(ZNet), "Disconnect")]
	public static class RemoveDisconnectedPeerFromVerified
	{
		[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(1)]
		private static void Prefix(ZNetPeer peer, ref ZNet __instance)
		{
			if (__instance.IsServer())
			{
				FactionGearPlugin.FactionGearLogger.LogInfo((object)("Peer (" + peer.m_rpc.m_socket.GetHostName() + ") disconnected, removing from validated list"));
				RpcHandlers.ValidatedPeers.Remove(peer.m_rpc);
			}
		}
	}
	[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(1)]
	[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(0)]
	public static class RpcHandlers
	{
		public static readonly List<ZRpc> ValidatedPeers = new List<ZRpc>();

		public static void RPC_FactionGear_Version(ZRpc rpc, ZPackage pkg)
		{
			string text = pkg.ReadString();
			FactionGearPlugin.FactionGearLogger.LogInfo((object)("Version check, local: 1.0.4,  remote: " + text));
			if (text != "1.0.4")
			{
				FactionGearPlugin.ConnectionError = "FactionGear Installed: 1.0.4\n Needed: " + text;
				if (ZNet.instance.IsServer())
				{
					FactionGearPlugin.FactionGearLogger.LogWarning((object)("Peer (" + rpc.m_socket.GetHostName() + ") has incompatible version, disconnecting..."));
					rpc.Invoke("Error", new object[1] { 3 });
				}
			}
			else if (!ZNet.instance.IsServer())
			{
				FactionGearPlugin.FactionGearLogger.LogInfo((object)"Received same version from server!");
			}
			else
			{
				FactionGearPlugin.FactionGearLogger.LogInfo((object)("Adding peer (" + rpc.m_socket.GetHostName() + ") to validated list"));
				ValidatedPeers.Add(rpc);
			}
		}

		public static string ComputeHashForMod()
		{
			using SHA256 sHA = SHA256.Create();
			byte[] array = sHA.ComputeHash(File.ReadAllBytes(Assembly.GetExecutingAssembly().Location));
			StringBuilder stringBuilder = new StringBuilder();
			byte[] array2 = array;
			foreach (byte b in array2)
			{
				stringBuilder.Append(b.ToString("X2"));
			}
			return stringBuilder.ToString();
		}
	}
}
namespace FactionGear.Managers
{
	[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(1)]
	[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(0)]
	public static class ArmorManager
	{
		[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)]
		[HarmonyPriority(0)]
		[HarmonyPatch(typeof(ObjectDB), "Awake")]
		private static class RegisterArmorClones
		{
			[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(1)]
			private static void Postfix(ObjectDB __instance)
			{
				if (Object.op_Implicit((Object)(object)__instance) && Object.op_Implicit((Object)(object)ZNetScene.instance) && !m_initiated)
				{
					CreateAshMageClones(__instance);
					AddSkinMaterial(__instance);
					CreateMaterialConfigs(__instance);
					m_initiated = true;
				}
			}
		}

		private static readonly int MainTex = Shader.PropertyToID("_MainTex");

		private static readonly int Metal = Shader.PropertyToID("_Metallic");

		private static readonly int OcclusionStrength = Shader.PropertyToID("_OcclusionStrength");

		private static readonly List<Item> MaterialConfigs = new List<Item>();

		private static readonly List<Item> UnderArmor = new List<Item>();

		private static readonly List<Item> UnderPants = new List<Item>();

		private static bool m_initiated;

		private static void AddSkinMaterial(ObjectDB __instance)
		{
			GameObject itemPrefab = __instance.GetItemPrefab("ArmorMageChest_Ashlands");
			GameObject itemPrefab2 = __instance.GetItemPrefab("ArmorMageLegs_Ashlands");
			ItemDrop val = default(ItemDrop);
			ItemDrop val2 = default(ItemDrop);
			if (!itemPrefab.TryGetComponent<ItemDrop>(ref val) || !itemPrefab2.TryGetComponent<ItemDrop>(ref val2))
			{
				return;
			}
			ItemDrop val3 = default(ItemDrop);
			foreach (Item item in UnderArmor)
			{
				GameObject itemPrefab3 = __instance.GetItemPrefab(((Object)item.Prefab).name);
				if (Object.op_Implicit((Object)(object)itemPrefab3) && itemPrefab3.TryGetComponent<ItemDrop>(ref val3))
				{
					val3.m_itemData.m_shared.m_armorMaterial = val.m_itemData.m_shared.m_armorMaterial;
				}
			}
			ItemDrop val4 = default(ItemDrop);
			foreach (Item underPant in UnderPants)
			{
				GameObject itemPrefab4 = __instance.GetItemPrefab(((Object)underPant.Prefab).name);
				if (Object.op_Implicit((Object)(object)itemPrefab4) && itemPrefab4.TryGetComponent<ItemDrop>(ref val4))
				{
					val4.m_itemData.m_shared.m_armorMaterial = val2.m_itemData.m_shared.m_armorMaterial;
				}
			}
		}

		private static void CreateMaterialConfigs(ObjectDB __instance)
		{
			//IL_00d7: Unknown result type (might be due to invalid IL or missing references)
			//IL_0119: Unknown result type (might be due to invalid IL or missing references)
			foreach (Item materialConfig in MaterialConfigs)
			{
				GameObject itemPrefab = __instance.GetItemPrefab(((Object)materialConfig.Prefab).name);
				if (!Object.op_Implicit((Object)(object)itemPrefab))
				{
					continue;
				}
				Renderer[] componentsInChildren = itemPrefab.GetComponentsInChildren<Renderer>(true);
				foreach (Renderer val in componentsInChildren)
				{
					Material[] materials = val.materials;
					foreach (Material material in materials)
					{
						ConfigEntry<Color> colorConfig = FactionGearPlugin._plugin.config<Color>(Tools.SplitCamelCase(((Object)itemPrefab).name), ((Object)material).name.Replace("(Instance)", "") + " Color", material.color, "Set color of material");
						colorConfig.SettingChanged += [<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (object sender, EventArgs args) =>
						{
							//IL_0012: Unknown result type (might be due to invalid IL or missing references)
							material.color = colorConfig.Value;
						};
						material.color = colorConfig.Value;
					}
				}
			}
		}

		private static void AddMaterialConfigs(Item item)
		{
			MaterialConfigs.Add(item);
		}

		private static void AddUnderArmor(Item item)
		{
			UnderArmor.Add(item);
		}

		private static void AddUnderPants(Item item)
		{
			UnderPants.Add(item);
		}

		public static void RegisterArmors()
		{
			Item item = new Item("factionarmors", "HelmetHounds");
			item.Name.English("Hounds Helmet");
			item.Description.English("NecroCrownHelmet");
			item.Crafting.Add(CraftingTable.Forge, 2);
			item.RequiredItems.Add("FlametalNew", 16);
			item.RequiredItems.Add("AskHide", 3);
			item.RequiredItems.Add("CharredBone", 2);
			item.RequiredItems.Add("Eitr", 4);
			item.CraftAmount = 1;
			item.RequiredUpgradeItems.Free = false;
			item.MaximumRequiredStationLevel = 2;
			item.Configurable = Configurability.Full;
			AddMaterialConfigs(item);
			ItemDrop val = default(ItemDrop);
			if (item.Prefab.TryGetComponent<ItemDrop>(ref val))
			{
				val.m_itemData.m_shared.m_weight = 3f;
				val.m_itemData.m_shared.m_maxDurability = 800f;
				val.m_itemData.m_shared.m_armor = 38f;
				val.m_itemData.m_shared.m_damageModifiers = new List<DamageModPair>();
			}
			Item item2 = new Item("factionarmors", "HelmetHoundsKing");
			item2.Name.English("Hounds King Helmet");
			item2.Description.English("");
			item2.Crafting.Add(CraftingTable.Forge, 2);
			item2.RequiredItems.Add("FlametalNew", 16);
			item2.RequiredItems.Add("AskHide", 3);
			item2.RequiredItems.Add("CharredBone", 5);
			item2.RequiredItems.Add("Eitr", 4);
			item2.CraftAmount = 1;
			item2.RequiredUpgradeItems.Free = false;
			item2.MaximumRequiredStationLevel = 2;
			item2.Configurable = Configurability.Full;
			AddMaterialConfigs(item2);
			ItemDrop val2 = default(ItemDrop);
			if (item2.Prefab.TryGetComponent<ItemDrop>(ref val2))
			{
				val2.m_itemData.m_shared.m_weight = 3f;
				val2.m_itemData.m_shared.m_maxDurability = 800f;
				val2.m_itemData.m_shared.m_armor = 38f;
				val2.m_itemData.m_shared.m_damageModifiers = new List<DamageModPair>();
			}
			Item item3 = new Item("factionarmors", "ArmorHoundsChest");
			item3.Name.English("Hounds Chest");
			item3.Description.English("");
			item3.Crafting.Add(CraftingTable.Forge, 2);
			item3.RequiredItems.Add("FlametalNew", 20);
			item3.RequiredItems.Add("AskHide", 3);
			item3.RequiredItems.Add("CharredBone", 5);
			item3.RequiredItems.Add("YmirRemains", 10);
			item3.CraftAmount = 1;
			item3.RequiredUpgradeItems.Free = false;
			item3.MaximumRequiredStationLevel = 2;
			item3.Configurable = Configurability.Full;
			AddUnderArmor(item3);
			ItemDrop val3 = default(ItemDrop);
			if (item3.Prefab.TryGetComponent<ItemDrop>(ref val3))
			{
				val3.m_itemData.m_shared.m_movementModifier = -0.05f;
				val3.m_itemData.m_shared.m_heatResistanceModifier = 0.2f;
				val3.m_itemData.m_shared.m_weight = 10f;
				val3.m_itemData.m_shared.m_maxDurability = 1000f;
				val3.m_itemData.m_shared.m_armor = 38f;
				val3.m_itemData.m_shared.m_damageModifiers = new List<DamageModPair>();
			}
			Item item4 = new Item("factionarmors", "ArmorHoundsLegs");
			item4.Name.English("Hounds Legs");
			item4.Description.English("");
			item4.Crafting.Add(CraftingTable.Forge, 2);
			item4.RequiredItems.Add("FlametalNew", 20);
			item4.RequiredItems.Add("AskHide", 3);
			item4.RequiredItems.Add("CharredBone", 5);
			item4.CraftAmount = 1;
			item4.RequiredUpgradeItems.Free = false;
			item4.MaximumRequiredStationLevel = 2;
			item4.Configurable = Configurability.Full;
			AddUnderPants(item4);
			ItemDrop val4 = default(ItemDrop);
			if (item4.Prefab.TryGetComponent<ItemDrop>(ref val4))
			{
				val4.m_itemData.m_shared.m_movementModifier = -0.05f;
				val4.m_itemData.m_shared.m_heatResistanceModifier = 0.2f;
				val4.m_itemData.m_shared.m_maxDurability = 1000f;
				val4.m_itemData.m_shared.m_weight = 10f;
				val4.m_itemData.m_shared.m_armor = 38f;
				val3.m_itemData.m_shared.m_damageModifiers = new List<DamageModPair>();
			}
			Dictionary<string, string> dictionary = new Dictionary<string, string>
			{
				["BalrogsHelmet"] = "Balrogs Helmet",
				["DarkHelmet"] = "Dark Helmet",
				["HelmetFreyr"] = "Helmet Freyr",
				["HelmetDrage"] = "Helmet Dragemesters",
				["HelmetFenrir"] = "Helmet Fenrir",
				["HelmetFenrirAlt"] = "Helmet Fenrir Alt",
				["HelmetFenrirDark"] = "Helmet Fenrir Dark"
			};
			Dictionary<string, string> dictionary2 = new Dictionary<string, string>
			{
				["BalrogsChest"] = "Balrogs Chest",
				["ArmorDrageChest"] = "Dragemesters Chest",
				["DarkChest"] = "Dark Chest",
				["ArmorFreyrChest"] = "Freyr Chest",
				["ArmorFenrirChest"] = "Fenrir Chest"
			};
			Dictionary<string, string> dictionary3 = new Dictionary<string, string>
			{
				["BalrogsLegs"] = "Balrogs Legs",
				["ArmorDrageLegs"] = "Dragemesters Legs",
				["DarkLegs"] = "Dark Legs",
				["ArmorFreyrLegs"] = "Freyr Legs",
				["ArmorFenrirLegs"] = "Fenrir Legs"
			};
			ItemDrop val5 = default(ItemDrop);
			foreach (KeyValuePair<string, string> item8 in dictionary)
			{
				Item item5 = new Item("factionarmors", item8.Key);
				item5.Name.English(item8.Value);
				item5.Description.English("");
				item5.Crafting.Add(CraftingTable.Forge, 2);
				item5.RequiredItems.Add("FlametalNew", 16);
				item5.RequiredItems.Add("AskHide", 3);
				item5.RequiredItems.Add("CharredBone", 5);
				item5.RequiredItems.Add("Eitr", 10);
				item5.CraftAmount = 1;
				item5.RequiredUpgradeItems.Free = false;
				item5.MaximumRequiredStationLevel = 2;
				item5.Configurable = Configurability.Full;
				if (item5.Prefab.TryGetComponent<ItemDrop>(ref val5))
				{
					val5.m_itemData.m_shared.m_weight = 3f;
					val5.m_itemData.m_shared.m_maxDurability = 800f;
					val5.m_itemData.m_shared.m_armor = 38f;
					val5.m_itemData.m_shared.m_damageModifiers = new List<DamageModPair>();
				}
			}
			ItemDrop val6 = default(ItemDrop);
			foreach (KeyValuePair<string, string> item9 in dictionary2)
			{
				Item item6 = new Item("factionarmors", item9.Key);
				item6.Name.English(item9.Value);
				item6.Description.English("");
				item6.Crafting.Add(CraftingTable.Forge, 2);
				item6.RequiredItems.Add("FlametalNew", 16);
				item6.RequiredItems.Add("AskHide", 3);
				item6.RequiredItems.Add("CharredBone", 5);
				item6.RequiredItems.Add("YmirRemains", 10);
				item6.CraftAmount = 1;
				item6.RequiredUpgradeItems.Free = false;
				item6.MaximumRequiredStationLevel = 2;
				item6.Configurable = Configurability.Full;
				if (item6.Prefab.TryGetComponent<ItemDrop>(ref val6))
				{
					val6.m_itemData.m_shared.m_movementModifier = -0.05f;
					val6.m_itemData.m_shared.m_heatResistanceModifier = 0.2f;
					val6.m_itemData.m_shared.m_weight = 10f;
					val6.m_itemData.m_shared.m_maxDurability = 1000f;
					val6.m_itemData.m_shared.m_armor = 38f;
					val6.m_itemData.m_shared.m_damageModifiers = new List<DamageModPair>();
				}
			}
			ItemDrop val7 = default(ItemDrop);
			foreach (KeyValuePair<string, string> item10 in dictionary3)
			{
				Item item7 = new Item("factionarmors", item10.Key);
				item7.Name.English(item10.Value);
				item7.Description.English("");
				item7.Crafting.Add(CraftingTable.Forge, 2);
				item7.RequiredItems.Add("FlametalNew", 16);
				item7.RequiredItems.Add("AskHide", 30);
				item7.RequiredItems.Add("CharredBone", 5);
				item7.RequiredItems.Add("YmirRemains", 10);
				item7.CraftAmount = 1;
				item7.RequiredUpgradeItems.Free = false;
				item7.MaximumRequiredStationLevel = 2;
				item7.Configurable = Configurability.Full;
				if (item7.Prefab.TryGetComponent<ItemDrop>(ref val7))
				{
					val7.m_itemData.m_shared.m_movementModifier = -0.05f;
					val7.m_itemData.m_shared.m_heatResistanceModifier = 0.2f;
					val7.m_itemData.m_shared.m_maxDurability = 1000f;
					val7.m_itemData.m_shared.m_weight = 10f;
					val7.m_itemData.m_shared.m_armor = 38f;
					val7.m_itemData.m_shared.m_damageModifiers = new List<DamageModPair>();
				}
			}
		}

		private static void CreateAshMageClones(ObjectDB __instance)
		{
			GameObject itemPrefab = __instance.GetItemPrefab("HelmetMage_Ashlands");
			GameObject itemPrefab2 = __instance.GetItemPrefab("ArmorMageChest_Ashlands");
			GameObject itemPrefab3 = __instance.GetItemPrefab("ArmorMageLegs_Ashlands");
			ItemDrop val = default(ItemDrop);
			ItemDrop val2 = default(ItemDrop);
			ItemDrop val3 = default(ItemDrop);
			if (Object.op_Implicit((Object)(object)itemPrefab) && Object.op_Implicit((Object)(object)itemPrefab2) && Object.op_Implicit((Object)(object)itemPrefab3) && itemPrefab.TryGetComponent<ItemDrop>(ref val) && itemPrefab2.TryGetComponent<ItemDrop>(ref val2) && itemPrefab3.TryGetComponent<ItemDrop>(ref val3))
			{
				Recipe recipe = __instance.GetRecipe(val.m_itemData);
				Recipe recipe2 = __instance.GetRecipe(val2.m_itemData);
				Recipe recipe3 = __instance.GetRecipe(val3.m_itemData);
				IterateList(TextureManager.ashMageHelmets, itemPrefab, __instance, recipe);
				IterateList(TextureManager.ashMageChest, itemPrefab2, __instance, recipe2);
				IterateList(TextureManager.ashMageLegs, itemPrefab3, __instance, recipe3);
			}
		}

		private static void IterateList([<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(new byte[] { 1, 2, 2 })] Dictionary<Sprite, Texture2D> list, GameObject prefab, ObjectDB __instance, Recipe recipe)
		{
			foreach (KeyValuePair<Sprite, Texture2D> item in list)
			{
				if (!((Object)(object)item.Key == (Object)null) && !((Object)(object)item.Value == (Object)null))
				{
					Sprite key = item.Key;
					Texture2D value = item.Value;
					GameObject val = Object.Instantiate<GameObject>(prefab, FactionGearPlugin._Root.transform, false);
					((Object)val).name = ((Object)key).name;
					CreateClone(val, recipe, __instance, key, value);
				}
			}
		}

		private static void CreateClone(GameObject clone, Recipe recipe, ObjectDB __instance, Sprite icon, Texture2D texture)
		{
			//IL_0156: Unknown result type (might be due to invalid IL or missing references)
			//IL_015d: Expected O, but got Unknown
			ConfigEntry<string> nameConfig = FactionGearPlugin._plugin.config(Tools.SplitCamelCase(((Object)clone).name), "Display Name", ((Object)clone).name, "Set the display name of the cape");
			ItemDrop component = default(ItemDrop);
			if (!clone.TryGetComponent<ItemDrop>(ref component))
			{
				return;
			}
			component.m_itemData.m_shared.m_name = nameConfig.Value;
			component.m_itemData.m_shared.m_icons = (Sprite[])(object)new Sprite[1] { icon };
			ConfigEntry<float> armor = FactionGearPlugin._plugin.config(Tools.SplitCamelCase(((Object)clone).name), "Armor", component.m_itemData.m_shared.m_armor, "Set the armor value");
			armor.SettingChanged += [<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (object sender, EventArgs args) =>
			{
				if (Object.op_Implicit((Object)(object)ObjectDB.instance))
				{
					component.m_itemData.m_shared.m_armor = armor.Value;
				}
			};
			nameConfig.SettingChanged += [<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (object sender, EventArgs args) =>
			{
				component.m_itemData.m_shared.m_name = nameConfig.Value;
			};
			Renderer[] componentsInChildren = clone.GetComponentsInChildren<Renderer>(true);
			Renderer[] array = componentsInChildren;
			foreach (Renderer val in array)
			{
				List<Material> list = new List<Material>();
				Material[] materials = val.materials;
				foreach (Material val2 in materials)
				{
					if (!(((Object)val2.shader).name != "Custom/Creature"))
					{
						Material val3 = new Material(val2);
						val3.SetTexture(MainTex, (Texture)(object)texture);
						list.Add(val3);
					}
				}
				val.materials = list.ToArray();
				val.sharedMaterials = list.ToArray();
			}
			string value = Tools.FormatRecipe(recipe);
			Recipe newRecipe = ScriptableObject.CreateInstance<Recipe>();
			((Object)newRecipe).name = ((Object)clone).name;
			newRecipe.m_amount = 1;
			newRecipe.m_enabled = true;
			newRecipe.m_item = component;
			newRecipe.m_repairStation = recipe.m_craftingStation;
			newRecipe.m_craftingStation = recipe.m_craftingStation;
			ConfigEntry<string> station = FactionGearPlugin._plugin.config(Tools.SplitCamelCase(((Object)clone).name), "Crafting Station", ((Object)recipe.m_craftingStation).name, "Set the crafting station");
			station.SettingChanged += [<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (object sender, EventArgs args) =>
			{
				GameObject prefab = ZNetScene.instance.GetPrefab(station.Value);
				CraftingStation val4 = default(CraftingStation);
				if (Object.op_Implicit((Object)(object)prefab) && prefab.TryGetComponent<CraftingStation>(ref val4))
				{
					newRecipe.m_repairStation = val4;
					newRecipe.m_craftingStation = val4;
				}
			};
			newRecipe.m_minStationLevel = 1;
			ConfigEntry<string> reqConfig = FactionGearPlugin._plugin.config(Tools.SplitCamelCase(((Object)clone).name), "Recipe", value, "Set the recipe for the cape, [prefabName]:[amount]");
			reqConfig.SettingChanged += [<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (object sender, EventArgs args) =>
			{
				if (Object.op_Implicit((Object)(object)ObjectDB.instance))
				{
					newRecipe.m_resources = Tools.GetRecipeResources(reqConfig.Value, __instance).ToArray();
				}
			};
			newRecipe.m_resources = Tools.GetRecipeResources(reqConfig.Value, __instance).ToArray();
			__instance.m_recipes.Add(newRecipe);
			Tools.RegisterToObjectDB(clone);
			Tools.RegisterToZNetScene(clone);
		}
	}
	public static class BannerManager
	{
		[HarmonyPatch(typeof(ObjectDB), "Awake")]
		private static class RegisterFactionBanners
		{
			[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(1)]
			private static void Postfix(ObjectDB __instance)
			{
				if (!Object.op_Implicit((Object)(object)__instance) || !Object.op_Implicit((Object)(object)ZNetScene.instance) || m_initiated)
				{
					return;
				}
				GameObject itemPrefab = __instance.GetItemPrefab("Hammer");
				ItemDrop val = default(ItemDrop);
				if (!itemPrefab.TryGetComponent<ItemDrop>(ref val))
				{
					return;
				}
				GameObject prefab = ZNetScene.instance.GetPrefab("piece_banner01");
				if (!Object.op_Implicit((Object)(object)prefab))
				{
					return;
				}
				Piece piece = default(Piece);
				foreach (KeyValuePair<Sprite, Texture2D> banner in TextureManager.banners)
				{
					Sprite key = banner.Key;
					Texture2D value = banner.Value;
					if ((Object)(object)key == (Object)null || (Object)(object)value == (Object)null)
					{
						continue;
					}
					GameObject val2 = Object.Instantiate<GameObject>(prefab, FactionGearPlugin._Root.transform, false);
					((Object)val2).name = ((Object)value).name;
					Renderer[] componentsInChildren = val2.GetComponentsInChildren<Renderer>(true);
					foreach (Renderer val3 in componentsInChildren)
					{
						Material[] materials = val3.materials;
						foreach (Material val4 in materials)
						{
							if (!(((Object)val4.shader).name != "Custom/Vegetation"))
							{
								val4.SetTexture(MainTex, (Texture)(object)value);
								val4.SetTexture(BumpMap, (Texture)null);
							}
						}
					}
					if (!val2.TryGetComponent<Piece>(ref piece))
					{
						continue;
					}
					piece.m_icon = key;
					ConfigEntry<string> name = FactionGearPlugin._plugin.config(Tools.SplitCamelCase(((Object)val2).name), "Display Name", Tools.SplitCamelCase(((Object)val2).name), "Set the display name");
					piece.m_name = name.Value;
					name.SettingChanged += delegate
					{
						piece.m_name = name.Value;
					};
					ConfigEntry<string> description = FactionGearPlugin._plugin.config(Tools.SplitCamelCase(((Object)val2).name), "Description", "", "Set description of banner");
					piece.m_description = description.Value;
					description.SettingChanged += delegate
					{
						piece.m_description = description.Value;
					};
					string value2 = FormatPieceRecipe(piece.m_resources);
					ConfigEntry<string> recipe = FactionGearPlugin._plugin.config(Tools.SplitCamelCase(((Object)val2).name), "Recipe", value2, "Set recipe of banner, [prefabName]:[amount]");
					recipe.SettingChanged += delegate
					{
						piece.m_resources = Tools.GetRecipeResources(recipe.Value, __instance).ToArray();
					};
					ConfigEntry<string> category = FactionGearPlugin._plugin.config(Tools.SplitCamelCase(((Object)val2).name), "Category", ((object)(PieceCategory)(ref piece.m_category)).ToString(), "Set category");
					category.SettingChanged += delegate
					{
						//IL_001e: Unknown result type (might be due to invalid IL or missing references)
						//IL_001f: Unknown result type (might be due to invalid IL or missing references)
						if (Enum.TryParse<PieceCategory>(category.Value, out PieceCategory result))
						{
							piece.m_category = result;
						}
					};
					val.m_itemData.m_shared.m_buildPieces.m_pieces.Add(val2);
					Tools.RegisterToZNetScene(val2);
				}
				m_initiated = true;
			}
		}

		private static readonly int MainTex = Shader.PropertyToID("_MainTex");

		private static readonly int BumpMap = Shader.PropertyToID("_BumpMap");

		private static bool m_initiated;

		[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(1)]
		private static string FormatPieceRecipe(Requirement[] requirements)
		{
			List<string> list = new List<string>();
			foreach (Requirement val in requirements)
			{
				string name = ((Object)val.m_resItem).name;
				int amount = val.m_amount;
				string item = name + ":" + amount;
				list.Add(item);
			}
			return string.Join(",", list);
		}
	}
	[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(0)]
	[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(1)]
	public static class CapeManager
	{
		[HarmonyPatch(typeof(ObjectDB), "Awake")]
		[HarmonyPriority(0)]
		[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)]
		private static class RegisterCapes
		{
			[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(1)]
			private static void Postfix(ObjectDB __instance)
			{
				if (Object.op_Implicit((Object)(object)__instance) && Object.op_Implicit((Object)(object)ZNetScene.instance) && !m_initiated)
				{
					CreateLoxClones(__instance);
					CreateDeerHideClones(__instance);
					CreateFeatherClones(__instance);
					CreateAshClones(__instance);
					m_initiated = true;
				}
			}
		}

		private static readonly int MainTex = Shader.PropertyToID("_MainTex");

		private static bool m_initiated;

		private static void CreateFeatherClones(ObjectDB __instance)
		{
			//IL_0066: Unknown result type (might be due to invalid IL or missing references)
			//IL_006b: Unknown result type (might be due to invalid IL or missing references)
			//IL_00a5: Unknown result type (might be due to invalid IL or missing references)
			GameObject itemPrefab = __instance.GetItemPrefab("CapeFeather");
			ItemDrop val = default(ItemDrop);
			if (!Object.op_Implicit((Object)(object)itemPrefab) || !itemPrefab.TryGetComponent<ItemDrop>(ref val))
			{
				return;
			}
			Recipe recipe = __instance.GetRecipe(val.m_itemData);
			foreach (KeyValuePair<Sprite, Color> featherClone in TextureManager.featherClones)
			{
				Sprite key = featherClone.Key;
				Color value = featherClone.Value;
				if (!((Object)(object)key == (Object)null))
				{
					GameObject val2 = Object.Instantiate<GameObject>(itemPrefab, FactionGearPlugin._Root.transform, false);
					((Object)val2).name = ((Object)key).name;
					SetCloneData(__instance, val2, key, recipe, value, (Texture)(object)TextureManager.BaseFeatureCape_Tex);
				}
			}
		}

		private static void CreateDeerHideClones(ObjectDB __instance)
		{
			//IL_0066: Unknown result type (might be due to invalid IL or missing references)
			//IL_006b: Unknown result type (might be due to invalid IL or missing references)
			//IL_00a5: Unknown result type (might be due to invalid IL or missing references)
			GameObject itemPrefab = __instance.GetItemPrefab("CapeDeerHide");
			ItemDrop val = default(ItemDrop);
			if (!Object.op_Implicit((Object)(object)itemPrefab) || !itemPrefab.TryGetComponent<ItemDrop>(ref val))
			{
				return;
			}
			Recipe recipe = __instance.GetRecipe(val.m_itemData);
			foreach (KeyValuePair<Sprite, Color> deerClone in TextureManager.deerClones)
			{
				Sprite key = deerClone.Key;
				Color value = deerClone.Value;
				if (!((Object)(object)key == (Object)null))
				{
					GameObject val2 = Object.Instantiate<GameObject>(itemPrefab, FactionGearPlugin._Root.transform, false);
					((Object)val2).name = ((Object)key).name;
					SetCloneData(__instance, val2, key, recipe, value);
				}
			}
		}

		private static void CreateAshClones(ObjectDB __instance)
		{
			GameObject itemPrefab = __instance.GetItemPrefab("CapeAsh");
			ItemDrop val = default(ItemDrop);
			if (!Object.op_Implicit((Object)(object)itemPrefab) || !itemPrefab.TryGetComponent<ItemDrop>(ref val))
			{
				return;
			}
			Recipe recipe = __instance.GetRecipe(val.m_itemData);
			foreach (KeyValuePair<Sprite, Texture2D> ashClone in TextureManager.ashClones)
			{
				if (!((Object)(object)ashClone.Key == (Object)null) && !((Object)(object)ashClone.Value == (Object)null))
				{
					Sprite key = ashClone.Key;
					Texture2D value = ashClone.Value;
					GameObject val2 = Object.Instantiate<GameObject>(itemPrefab, FactionGearPlugin._Root.transform, false);
					((Object)val2).name = ((Object)value).name;
					SetCloneData(__instance, val2, key, recipe, value);
				}
			}
		}

		private static void CreateLoxClones(ObjectDB __instance)
		{
			GameObject itemPrefab = __instance.GetItemPrefab("CapeLox");
			ItemDrop val = default(ItemDrop);
			if (!Object.op_Implicit((Object)(object)itemPrefab) || !itemPrefab.TryGetComponent<ItemDrop>(ref val))
			{
				return;
			}
			Recipe recipe = __instance.GetRecipe(val.m_itemData);
			foreach (KeyValuePair<Sprite, Texture2D> loxClone in TextureManager.loxClones)
			{
				if (!((Object)(object)loxClone.Key == (Object)null) && !((Object)(object)loxClone.Value == (Object)null))
				{
					Sprite key = loxClone.Key;
					Texture2D value = loxClone.Value;
					GameObject val2 = Object.Instantiate<GameObject>(itemPrefab, FactionGearPlugin._Root.transform, false);
					((Object)val2).name = ((Object)value).name;
					SetCloneData(__instance, val2, key, recipe, value);
				}
			}
		}

		private static void SetCloneData(ObjectDB __instance, GameObject clone, Sprite icon, Recipe recipe, Color color, [<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(2)] Texture texture = null)
		{
			//IL_0153: Unknown result type (might be due to invalid IL or missing references)
			//IL_0158: Unknown result type (might be due to invalid IL or missing references)
			//IL_0159: Unknown result type (might be due to invalid IL or missing references)
			//IL_0163: Expected O, but got Unknown
			//IL_0199: Unknown result type (might be due to invalid IL or missing references)
			ItemDrop component = default(ItemDrop);
			if (!clone.TryGetComponent<ItemDrop>(ref component))
			{
				return;
			}
			ConfigEntry<string> nameConfig = FactionGearPlugin._plugin.config(Tools.SplitCamelCase(((Object)clone).name), "Display Name", ((Object)clone).name, "Set the display name of the cape");
			ConfigEntry<float> armor = FactionGearPlugin._plugin.config(Tools.SplitCamelCase(((Object)clone).name), "Armor", component.m_itemData.m_shared.m_armor, "Set the armor value");
			nameConfig.SettingChanged += [<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (object sender, EventArgs args) =>
			{
				component.m_itemData.m_shared.m_name = nameConfig.Value;
			};
			armor.SettingChanged += [<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (object sender, EventArgs args) =>
			{
				if (Object.op_Implicit((Object)(object)ObjectDB.instance))
				{
					component.m_itemData.m_shared.m_armor = armor.Value;
				}
			};
			component.m_itemData.m_shared.m_name = nameConfig.Value;
			component.m_itemData.m_shared.m_icons = (Sprite[])(object)new Sprite[1] { icon };
			Renderer[] componentsInChildren = clone.GetComponentsInChildren<Renderer>(true);
			Renderer[] array = componentsInChildren;
			foreach (Renderer renderer in array)
			{
				List<Material> list = new List<Material>();
				Material[] materials = renderer.materials;
				foreach (Material val in materials)
				{
					Material val2 = new Material(val)
					{
						color = color
					};
					if ((Object)(object)texture != (Object)null)
					{
						val2.SetTexture(MainTex, texture);
					}
					ConfigEntry<Color> colorConfig = FactionGearPlugin._plugin.config<Color>(Tools.SplitCamelCase(((Object)clone).name), "Color", color, "Set the color");
					colorConfig.SettingChanged += [<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (object sender, EventArgs args) =>
					{
						//IL_0023: Unknown result type (might be due to invalid IL or missing references)
						Material[] materials2 = renderer.materials;
						foreach (Material val3 in materials2)
						{
							val3.color = colorConfig.Value;
						}
					};
					list.Add(val2);
				}
				renderer.materials = list.ToArray();
				renderer.sharedMaterials = list.ToArray();
			}
			CreateRecipeConfigs(clone, component, recipe, __instance);
			Tools.RegisterToObjectDB(clone);
			Tools.RegisterToZNetScene(clone);
		}

		private static void CreateRecipeConfigs(GameObject clone, ItemDrop component, Recipe recipe, ObjectDB __instance)
		{
			string value = Tools.FormatRecipe(recipe);
			Recipe newRecipe = ScriptableObject.CreateInstance<Recipe>();
			((Object)newRecipe).name = ((Object)clone).name;
			newRecipe.m_amount = 1;
			newRecipe.m_enabled = true;
			newRecipe.m_item = component;
			newRecipe.m_repairStation = recipe.m_craftingStation;
			newRecipe.m_craftingStation = recipe.m_craftingStation;
			ConfigEntry<string> station = FactionGearPlugin._plugin.config(Tools.SplitCamelCase(((Object)clone).name), "Crafting Station", ((Object)recipe.m_craftingStation).name, "Set the crafting station");
			station.SettingChanged += [<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (object sender, EventArgs args) =>
			{
				GameObject prefab = ZNetScene.instance.GetPrefab(station.Value);
				CraftingStation val = default(CraftingStation);
				if (Object.op_Implicit((Object)(object)prefab) && prefab.TryGetComponent<CraftingStation>(ref val))
				{
					newRecipe.m_repairStation = val;
					newRecipe.m_craftingStation = val;
				}
			};
			newRecipe.m_minStationLevel = 1;
			ConfigEntry<string> reqConfig = FactionGearPlugin._plugin.config(Tools.SplitCamelCase(((Object)clone).name), "Recipe", value, "Set the recipe for the cape, [prefabName]:[amount]");
			reqConfig.SettingChanged += [<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (object sender, EventArgs args) =>
			{
				if (Object.op_Implicit((Object)(object)ObjectDB.instance))
				{
					newRecipe.m_resources = Tools.GetRecipeResources(reqConfig.Value, __instance).ToArray();
				}
			};
			newRecipe.m_resources = Tools.GetRecipeResources(reqConfig.Value, __instance).ToArray();
			__instance.m_recipes.Add(newRecipe);
		}

		private static void SetCloneData(ObjectDB __instance, GameObject clone, Sprite icon, Recipe recipe, Texture2D texture)
		{
			//IL_015b: Unknown result type (might be due to invalid IL or missing references)
			//IL_0162: Expected O, but got Unknown
			ConfigEntry<string> nameConfig = FactionGearPlugin._plugin.config(Tools.SplitCamelCase(((Object)clone).name), "Display Name", Tools.SplitCamelCase(((Object)clone).name), "Set the display name of the cape");
			ItemDrop component = default(ItemDrop);
			if (!clone.TryGetComponent<ItemDrop>(ref component))
			{
				return;
			}
			component.m_itemData.m_shared.m_name = nameConfig.Value;
			component.m_itemData.m_shared.m_icons = (Sprite[])(object)new Sprite[1] { icon };
			ConfigEntry<float> armor = FactionGearPlugin._plugin.config(Tools.SplitCamelCase(((Object)clone).name), "Armor", component.m_itemData.m_shared.m_armor, "Set the armor value");
			armor.SettingChanged += [<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (object sender, EventArgs args) =>
			{
				if (Object.op_Implicit((Object)(object)ObjectDB.instance))
				{
					component.m_itemData.m_shared.m_armor = armor.Value;
				}
			};
			nameConfig.SettingChanged += [<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (object sender, EventArgs args) =>
			{
				component.m_itemData.m_shared.m_name = nameConfig.Value;
			};
			Renderer[] componentsInChildren = clone.GetComponentsInChildren<Renderer>(true);
			Renderer[] array = componentsInChildren;
			foreach (Renderer val in array)
			{
				List<Material> list = new List<Material>();
				Material[] materials = val.materials;
				foreach (Material val2 in materials)
				{
					if (!(((Object)val2.shader).name != "Custom/Creature"))
					{
						Material val3 = new Material(val2);
						val3.SetTexture(MainTex, (Texture)(object)texture);
						list.Add(val3);
					}
				}
				val.materials = list.ToArray();
				val.sharedMaterials = list.ToArray();
			}
			string value = Tools.FormatRecipe(recipe);
			Recipe newRecipe = ScriptableObject.CreateInstance<Recipe>();
			((Object)newRecipe).name = ((Object)clone).name;
			newRecipe.m_amount = 1;
			newRecipe.m_enabled = true;
			newRecipe.m_item = component;
			newRecipe.m_repairStation = recipe.m_craftingStation;
			newRecipe.m_craftingStation = recipe.m_craftingStation;
			ConfigEntry<string> station = FactionGearPlugin._plugin.config(Tools.SplitCamelCase(((Object)clone).name), "Crafting Station", ((Object)recipe.m_craftingStation).name, "Set the crafting station");
			station.SettingChanged += [<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (object sender, EventArgs args) =>
			{
				GameObject prefab = ZNetScene.instance.GetPrefab(station.Value);
				CraftingStation val4 = default(CraftingStation);
				if (Object.op_Implicit((Object)(object)prefab) && prefab.TryGetComponent<CraftingStation>(ref val4))
				{
					newRecipe.m_repairStation = val4;
					newRecipe.m_craftingStation = val4;
				}
			};
			newRecipe.m_minStationLevel = 1;
			ConfigEntry<string> reqConfig = FactionGearPlugin._plugin.config(Tools.SplitCamelCase(((Object)clone).name), "Recipe", value, "Set the recipe for the cape, [prefabName]:[amount]");
			reqConfig.SettingChanged += [<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (object sender, EventArgs args) =>
			{
				if (Object.op_Implicit((Object)(object)ObjectDB.instance))
				{
					newRecipe.m_resources = Tools.GetRecipeResources(reqConfig.Value, __instance).ToArray();
				}
			};
			newRecipe.m_resources = Tools.GetRecipeResources(reqConfig.Value, __instance).ToArray();
			__instance.m_recipes.Add(newRecipe);
			Tools.RegisterToObjectDB(clone);
			Tools.RegisterToZNetScene(clone);
		}
	}
	[PublicAPI]
	public enum CraftingTable
	{
		Disabled,
		Inventory,
		[InternalName("piece_workbench")]
		Workbench,
		[InternalName("piece_cauldron")]
		Cauldron,
		[InternalName("forge")]
		Forge,
		[InternalName("piece_artisanstation")]
		ArtisanTable,
		[InternalName("piece_stonecutter")]
		StoneCutter,
		[InternalName("piece_magetable")]
		MageTable,
		[InternalName("blackforge")]
		BlackForge,
		Custom
	}
	[PublicAPI]
	public enum ConversionPiece
	{
		Disabled,
		[InternalName("smelter")]
		Smelter,
		[InternalName("charcoal_kiln")]
		CharcoalKiln,
		[InternalName("blastfurnace")]
		BlastFurnace,
		[InternalName("windmill")]
		Windmill,
		[InternalName("piece_spinningwheel")]
		SpinningWheel,
		[InternalName("eitrrefinery")]
		EitrRefinery,
		Custom
	}
	[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(1)]
	[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(0)]
	public class InternalName : Attribute
	{
		public readonly string internalName;

		public InternalName(string internalName)
		{
			this.internalName = internalName;
		}
	}
	[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(1)]
	[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(0)]
	[PublicAPI]
	public class RequiredResourceList
	{
		public readonly List<Requirement> Requirements = new List<Requirement>();

		public bool Free = false;

		public void Add(string itemName, int amount, int quality = 0)
		{
			Requirements.Add(new Requirement
			{
				itemName = itemName,
				amount = amount,
				quality = quality
			});
		}

		public void Add(string itemName, ConfigEntry<int> amountConfig, int quality = 0)
		{
			Requirements.Add(new Requirement
			{
				itemName = itemName,
				amountConfig = amountConfig,
				quality = quality
			});
		}
	}
	[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(1)]
	[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(0)]
	[PublicAPI]
	public class CraftingStationList
	{
		public readonly List<CraftingStationConfig> Stations = new List<CraftingStationConfig>();

		public void Add(CraftingTable table, int level)
		{
			Stations.Add(new CraftingStationConfig
			{
				Table = table,
				level = level
			});
		}

		public void Add(string customTable, int level)
		{
			Stations.Add(new CraftingStationConfig
			{
				Table = CraftingTable.Custom,
				level = level,
				custom = customTable
			});
		}
	}
	[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(1)]
	[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(0)]
	[PublicAPI]
	public class ItemRecipe
	{
		public readonly RequiredResourceList RequiredItems = new RequiredResourceList();

		public readonly RequiredResourceList RequiredUpgradeItems = new RequiredResourceList();

		public readonly CraftingStationList Crafting = new CraftingStationList();

		public int CraftAmount = 1;

		public bool RequireOnlyOneIngredient = false;

		public float QualityResultAmountMultiplier = 1f;

		[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(2)]
		public ConfigEntryBase RecipeIsActive = null;
	}
	[PublicAPI]
	public class Trade
	{
		public Trader Trader = Trader.None;

		public uint Price = 0u;

		public uint Stack = 1u;

		[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(2)]
		public string RequiredGlobalKey = null;
	}
	[Flags]
	[PublicAPI]
	public enum Trader
	{
		None = 0,
		Haldor = 1,
		Hildir = 2
	}
	public struct Requirement
	{
		[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(1)]
		public string itemName;

		public int amount;

		[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(2)]
		public ConfigEntry<int> amountConfig;

		[Description("Set to a non-zero value to apply the requirement only for a specific quality")]
		public int quality;
	}
	public struct CraftingStationConfig
	{
		public CraftingTable Table;

		public int level;

		[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(2)]
		public string custom;
	}
	[Flags]
	public enum Configurability
	{
		Disabled = 0,
		Recipe = 1,
		Stats = 2,
		Drop = 4,
		Trader = 8,
		Full = 0xF
	}
	[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(1)]
	[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(0)]
	[PublicAPI]
	public class DropTargets
	{
		public readonly List<DropTarget> Drops = new List<DropTarget>();

		public void Add(string creatureName, float chance, int min = 1, int? max = null, bool levelMultiplier = true)
		{
			Drops.Add(new DropTarget
			{
				creature = creatureName,
				chance = chance,
				min = min,
				max = (max ?? min),
				levelMultiplier = levelMultiplier
			});
		}
	}
	public struct DropTarget
	{
		[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(1)]
		public string creature;

		public int min;

		public int max;

		public float chance;

		public bool levelMultiplier;
	}
	public enum Toggle
	{
		On = 1,
		Off = 0
	}
	[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(1)]
	[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(0)]
	[PublicAPI]
	public class Item
	{
		[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(0)]
		private class ItemConfig
		{
			[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(new byte[] { 2, 1 })]
			public ConfigEntry<string> craft;

			[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(new byte[] { 2, 1 })]
			public ConfigEntry<string> upgrade;

			public ConfigEntry<CraftingTable> table = null;

			public ConfigEntry<int> tableLevel = null;

			public ConfigEntry<string> customTable = null;

			[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(2)]
			public ConfigEntry<int> maximumTableLevel;

			public ConfigEntry<Toggle> requireOneIngredient = null;

			public ConfigEntry<float> qualityResultAmountMultiplier = null;
		}

		[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(0)]
		private class TraderConfig
		{
			public ConfigEntry<Trader> trader = null;

			public ConfigEntry<uint> price = null;

			public ConfigEntry<uint> stack = null;

			public ConfigEntry<string> requiredGlobalKey = null;
		}

		[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)]
		private class RequirementQuality
		{
			public int quality;
		}

		[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(2)]
		[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(0)]
		private class ConfigurationManagerAttributes
		{
			[UsedImplicitly]
			public int? Order;

			[UsedImplicitly]
			public bool? Browsable;

			[UsedImplicitly]
			public string Category;

			[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(new byte[] { 2, 1 })]
			[UsedImplicitly]
			public Action<ConfigEntryBase> CustomDrawer;

			public Func<bool> browsability;
		}

		[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)]
		[PublicAPI]
		public enum DamageModifier
		{
			Normal,
			Resistant,
			Weak,
			Immune,
			Ignore,
			VeryResistant,
			VeryWeak,
			None
		}

		[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)]
		private delegate void setDmgFunc(ref DamageTypes dmg, float value);

		[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(0)]
		private class SerializedRequirements
		{
			public readonly List<Requirement> Reqs;

			public SerializedRequirements(List<Requirement> reqs)
			{
				Reqs = reqs;
			}

			public SerializedRequirements(string reqs)
				: this(reqs.Split(new char[1] { ',' }).Select([<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (string r) =>
				{
					string[] array = r.Split(new char[1] { ':' });
					Requirement result = default(Requirement);
					result.itemName = array[0];
					result.amount = ((array.Length <= 1 || !int.TryParse(array[1], out var result2)) ? 1 : result2);
					result.quality = ((array.Length > 2 && int.TryParse(array[2], out var result3)) ? result3 : 0);
					return result;
				}).ToList())
			{
			}

			public override string ToString()
			{
				return string.Join(",", Reqs.Select([<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (Requirement r) => $"{r.itemName}:{r.amount}" + ((r.quality > 0) ? $":{r.quality}" : "")));
			}

			[return: <5e9a1560-0fc0-478e-b398-48575d741576>Nullable(2)]
			public static ItemDrop fetchByName(ObjectDB objectDB, string name)
			{
				GameObject itemPrefab = objectDB.GetItemPrefab(name);
				ItemDrop val = ((itemPrefab != null) ? itemPrefab.GetComponent<ItemDrop>() : null);
				if ((Object)(object)val == (Object)null)
				{
					Debug.LogWarning((object)("The required item '" + name + "' does not exist."));
				}
				return val;
			}

			public static Requirement[] toPieceReqs(ObjectDB objectDB, SerializedRequirements craft, SerializedRequirements upgrade)
			{
				//IL_0100: Unknown result type (might be due to invalid IL or missing references)
				//IL_0105: Unknown result type (might be due to invalid IL or missing references)
				//IL_010d: Unknown result type (might be due to invalid IL or missing references)
				//IL_019b: Unknown result type (might be due to invalid IL or missing references)
				//IL_01a0: Unknown result type (might be due to invalid IL or missing references)
				//IL_01a8: Unknown result type (might be due to invalid IL or missing references)
				//IL_01af: Unknown result type (might be due to invalid IL or missing references)
				//IL_01b2: Expected O, but got Unknown
				//IL_01b7: Expected O, but got Unknown
				//IL_012c: Unknown result type (might be due to invalid IL or missing references)
				//IL_0135: Expected O, but got Unknown
				Dictionary<string, Requirement> dictionary = craft.Reqs.Where((Requirement r) => r.itemName != "").ToDictionary((Func<Requirement, string>)([<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (Requirement r) => r.itemName), (Func<Requirement, Requirement>)([<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (Requirement r) =>
				{
					//IL_000e: Unknown result type (might be due to invalid IL or missing references)
					//IL_0013: Unknown result type (might be due to invalid IL or missing references)
					//IL_0030: Unknown result type (might be due to invalid IL or missing references)
					//IL_0037: Unknown result type (might be due to invalid IL or missing references)
					ItemDrop val6 = ResItem(r);
					return (val6 == null) ? ((Requirement)null) : new Requirement
					{
						m_amount = (r.amountConfig?.Value ?? r.amount),
						m_resItem = val6,
						m_amountPerLevel = 0
					};
				}));
				List<Requirement> list = dictionary.Values.Where([<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (Requirement v) => v != null).ToList();
				foreach (Requirement item in upgrade.Reqs.Where((Requirement r) => r.itemName != ""))
				{
					if (item.quality > 0)
					{
						ItemDrop val = ResItem(item);
						if (val != null)
						{
							Requirement val2 = new Requirement
							{
								m_resItem = val,
								m_amountPerLevel = (item.amountConfig?.Value ?? item.amount),
								m_amount = 0
							};
							list.Add(val2);
							requirementQuality.Add(val2, new RequirementQuality
							{
								quality = item.quality
							});
						}
						continue;
					}
					if (!dictionary.TryGetValue(item.itemName, out var value) || value == null)
					{
						ItemDrop val3 = ResItem(item);
						if (val3 != null)
						{
							string itemName = item.itemName;
							Requirement val4 = new Requirement
							{
								m_resItem = val3,
								m_amount = 0
							};
							Requirement val5 = val4;
							dictionary[itemName] = val4;
							value = val5;
							list.Add(value);
						}
					}
					if (value != null)
					{
						value.m_amountPerLevel = item.amountConfig?.Value ?? item.amount;
					}
				}
				return list.ToArray();
				[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(2)]
				ItemDrop ResItem(Requirement r)
				{
					return fetchByName(objectDB, r.itemName);
				}
			}
		}

		[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(0)]
		private class SerializedDrop
		{
			public readonly List<DropTarget> Drops;

			public SerializedDrop(List<DropTarget> drops)
			{
				Drops = drops;
			}

			public SerializedDrop(string drops)
			{
				Drops = ((drops == "") ? ((IEnumerable<string>)Array.Empty<string>()) : ((IEnumerable<string>)drops.Split(new char[1] { ',' }))).Select([<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (string r) =>
				{
					string[] array = r.Split(new char[1] { ':' });
					if (array.Length <= 2 || !int.TryParse(array[2], out var result))
					{
						result = 1;
					}
					if (array.Length <= 3 || !int.TryParse(array[3], out var result2))
					{
						result2 = result;
					}
					bool levelMultiplier = array.Length <= 4 || array[4] != "0";
					DropTarget result3 = default(DropTarget);
					result3.creature = array[0];
					result3.chance = ((array.Length > 1 && float.TryParse(array[1], out var result4)) ? result4 : 1f);
					result3.min = result;
					result3.max = result2;
					result3.levelMultiplier = levelMultiplier;
					return result3;
				}).ToList();
			}

			public override string ToString()
			{
				return string.Join(",", Drops.Select([<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (DropTarget r) => $"{r.creature}:{r.chance.ToString(CultureInfo.InvariantCulture)}:{r.min}:" + ((r.min == r.max) ? "" : $"{r.max}") + (r.levelMultiplier ? "" : ":0")));
			}

			[return: <5e9a1560-0fc0-478e-b398-48575d741576>Nullable(2)]
			private static Character fetchByName(ZNetScene netScene, string name)
			{
				GameObject prefab = netScene.GetPrefab(name);
				Character val = ((prefab != null) ? prefab.GetComponent<Character>() : null);
				if ((Object)(object)val == (Object)null)
				{
					Debug.LogWarning((object)("The drop target character '" + name + "' does not exist."));
				}
				return val;
			}

			public Dictionary<Character, Drop> toCharacterDrops(ZNetScene netScene, GameObject item)
			{
				//IL_0039: Unknown result type (might be due to invalid IL or missing references)
				//IL_003e: Unknown result type (might be due to invalid IL or missing references)
				//IL_0045: Unknown result type (might be due to invalid IL or missing references)
				//IL_0051: Unknown result type (might be due to invalid IL or missing references)
				//IL_005d: Unknown result type (might be due to invalid IL or missing references)
				//IL_0069: Unknown result type (might be due to invalid IL or missing references)
				//IL_007a: Expected O, but got Unknown
				Dictionary<Character, Drop> dictionary = new Dictionary<Character, Drop>();
				foreach (DropTarget drop in Drops)
				{
					Character val = fetchByName(netScene, drop.creature);
					if (val != null)
					{
						dictionary[val] = new Drop
						{
							m_prefab = item,
							m_amountMin = drop.min,
							m_amountMax = drop.max,
							m_chance = drop.chance,
							m_levelMultiplier = drop.levelMultiplier
						};
					}
				}
				return dictionary;
			}
		}

		public static readonly List<Item> registeredItems = new List<Item>();

		private static readonly Dictionary<ItemDrop, Item> itemDropMap = new Dictionary<ItemDrop, Item>();

		private static Dictionary<Item, Dictionary<string, List<Recipe>>> activeRecipes = new Dictionary<Item, Dictionary<string, List<Recipe>>>();

		[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(new byte[] { 1, 1, 2 })]
		private static Dictionary<Recipe, ConfigEntryBase> hiddenCraftRecipes = new Dictionary<Recipe, ConfigEntryBase>();

		[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(new byte[] { 1, 1, 2 })]
		private static Dictionary<Recipe, ConfigEntryBase> hiddenUpgradeRecipes = new Dictionary<Recipe, ConfigEntryBase>();

		private static Dictionary<Item, Dictionary<string, ItemConfig>> itemCraftConfigs = new Dictionary<Item, Dictionary<string, ItemConfig>>();

		private static Dictionary<Item, ConfigEntry<string>> itemDropConfigs = new Dictionary<Item, ConfigEntry<string>>();

		private Dictionary<CharacterDrop, Drop> characterDrops = new Dictionary<CharacterDrop, Drop>();

		private readonly Dictionary<ConfigEntryBase, Action> statsConfigs = new Dictionary<ConfigEntryBase, Action>();

		private static readonly ConditionalWeakTable<Requirement, RequirementQuality> requirementQuality = new ConditionalWeakTable<Requirement, RequirementQuality>();

		public static Configurability DefaultConfigurability = Configurability.Full;

		public Configurability? Configurable = null;

		private Configurability configurationVisible = Configurability.Full;

		[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(2)]
		private TraderConfig traderConfig;

		public readonly GameObject Prefab;

		[Description("Specifies the maximum required crafting station level to upgrade and repair the item.\nDefault is calculated from crafting station level and maximum quality.")]
		public int MaximumRequiredStationLevel = int.MaxValue;

		[Description("Assigns the item as a drop item to a creature.\nUses a creature name, a drop chance and a minimum and maximum amount.")]
		public readonly DropTargets DropsFrom = new DropTargets();

		[Description("Configures whether the item can be bought at the trader.\nDon't forget to set cost to something above 0 or the item will be sold for free.")]
		public readonly Trade Trade = new Trade();

		internal List<Conversion> Conversions = new List<Conversion>();

		internal List<ItemConversion> conversions = new List<ItemConversion>();

		public Dictionary<string, ItemRecipe> Recipes = new Dictionary<string, ItemRecipe>();

		[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(2)]
		private LocalizeKey _name;

		[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(2)]
		private LocalizeKey _description;

		[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(2)]
		private static object configManager;

		[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(2)]
		private static Localization _english;

		[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(2)]
		private static BaseUnityPlugin _plugin;

		private static bool hasConfigSync = true;

		[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(2)]
		private static object _configSync;

		private Configurability configurability => Configurable ?? DefaultConfigurability;

		[Description("Specifies the resources needed to craft the item.\nUse .Add to add resources with their internal ID and an amount.\nUse one .Add for each resource type the item should need.")]
		public RequiredResourceList RequiredItems => this[""].RequiredItems;

		[Description("Specifies the resources needed to upgrade the item.\nUse .Add to add resources with their internal ID and an amount. This amount will be multipled by the item quality level.\nUse one .Add for each resource type the upgrade should need.")]
		public RequiredResourceList RequiredUpgradeItems => this[""].RequiredUpgradeItems;

		[Description("Specifies the crafting station needed to craft the item.\nUse .Add to add a crafting station, using the CraftingTable enum and a minimum level for the crafting station.\nUse one .Add for each crafting station.")]
		public CraftingStationList Crafting => this[""].Crafting;

		[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(2)]
		[Description("Specifies a config entry which toggles whether a recipe is active.")]
		public ConfigEntryBase RecipeIsActive
		{
			[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(2)]
			get
			{
				return this[""].RecipeIsActive;
			}
			[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(2)]
			set
			{
				this[""].RecipeIsActive = value;
			}
		}

		[Description("Specifies the number of items that should be given to the player with a single craft of the item.\nDefaults to 1.")]
		public int CraftAmount
		{
			get
			{
				return this[""].CraftAmount;
			}
			set
			{
				this[""].CraftAmount = value;
			}
		}

		public bool RequireOnlyOneIngredient
		{
			get
			{
				return this[""].RequireOnlyOneIngredient;
			}
			set
			{
				this[""].RequireOnlyOneIngredient = value;
			}
		}

		public float QualityResultAmountMultiplier
		{
			get
			{
				return this[""].QualityResultAmountMultiplier;
			}
			set
			{
				this[""].QualityResultAmountMultiplier = value;
			}
		}

		public ItemRecipe this[string name]
		{
			get
			{
				if (Recipes.TryGetValue(name, out var value))
				{
					return value;
				}
				return Recipes[name] = new ItemRecipe();
			}
		}

		public LocalizeKey Name
		{
			get
			{
				LocalizeKey name = _name;
				if (name != null)
				{
					return name;
				}
				SharedData shared = Prefab.GetComponent<ItemDrop>().m_itemData.m_shared;
				if (shared.m_name.StartsWith("$"))
				{
					_name = new LocalizeKey(shared.m_name);
				}
				else
				{
					string text = "$item_" + ((Object)Prefab).name.Replace(" ", "_");
					_name = new LocalizeKey(text).English(shared.m_name);
					shared.m_name = text;
				}
				return _name;
			}
		}

		public LocalizeKey Description
		{
			get
			{
				LocalizeKey description = _description;
				if (description != null)
				{
					return description;
				}
				SharedData shared = Prefab.GetComponent<ItemDrop>().m_itemData.m_shared;
				if (shared.m_description.StartsWith("$"))
				{
					_description = new LocalizeKey(shared.m_description);
				}
				else
				{
					string text = "$itemdesc_" + ((Object)Prefab).name.Replace(" ", "_");
					_description = new LocalizeKey(text).English(shared.m_description);
					shared.m_description = text;
				}
				return _description;
			}
		}

		private static Localization english => _english ?? (_english = LocalizationCache.ForLanguage("English"));

		private static BaseUnityPlugin plugin
		{
			get
			{
				//IL_00a8: Unknown result type (might be due to invalid IL or missing references)
				//IL_00b2: Expected O, but got Unknown
				if (_plugin == null)
				{
					IEnumerable<TypeInfo> source;
					try
					{
						source = Assembly.GetExecutingAssembly().DefinedTypes.ToList();
					}
					catch (ReflectionTypeLoadException ex)
					{
						source = from t in ex.Types
							where t != null
							select t.GetTypeInfo();
					}
					_plugin = (BaseUnityPlugin)Chainloader.ManagerObject.GetComponent((Type)source.First([<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (TypeInfo t) => t.IsClass && typeof(BaseUnityPlugin).IsAssignableFrom(t)));
				}
				return _plugin;
			}
		}

		[<5e9a1560-0fc0-478e-b398-48575d741576>Nullable(2)]
		private static object configSync
		{
			[<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(2)]
			get
			{
				if (_configSync == null && hasConfigSync)
				{
					Type type = Assembly.GetExecutingAssembly().GetType("ServerSync.ConfigSync");
					if ((object)type != null)
					{
						_configSync = Activator.CreateInstance(type, plugin.Info.Metadata.GUID + " ItemManager");
						type.GetField("CurrentVersion").SetValue(_configSync, plugin.Info.Metadata.Version.ToString());
						type.GetProperty("IsLocked").SetValue(_configSync, true);
					}
					else
					{
						hasConfigSync = false;
					}
				}
				return _configSync;
			}
		}

		public Item(string assetBundleFileName, string prefabName, string folderName = "assets")
			: this(PrefabManager.RegisterAssetBundle(assetBundleFileName, folderName), prefabName)
		{
		}

		public Item(AssetBundle bundle, string prefabName)
			: this(PrefabManager.RegisterPrefab(bundle, prefabName, addToObjectDb: true), skipRegistering: true)
		{
		}

		public Item(GameObject prefab, bool skipRegistering = false)
		{
			if (!skipRegistering)
			{
				PrefabManager.RegisterPrefab(prefab, addToObjectDb: true);
			}
			Prefab = prefab;
			registeredItems.Add(this);
			itemDropMap[Prefab.GetComponent<ItemDrop>()] = this;
			Prefab.GetComponent<ItemDrop>().m_itemData.m_dropPrefab = Prefab;
		}

		public void ToggleConfigurationVisibility(Configurability visible)
		{
			configurationVisible = visible;
			if (itemDropConfigs.TryGetValue(this, out var value))
			{
				Toggle((ConfigEntryBase)(object)value, Configurability.Drop);
			}
			if (itemCraftConfigs.TryGetValue(this, out var value2))
			{
				foreach (ItemConfig value4 in value2.Values)
				{
					ToggleObj(value4, Configurability.Recipe);
				}
			}
			foreach (Conversion conversion in Conversions)
			{
				if (conversion.config != null)
				{
					ToggleObj(conversion.config, Configurability.Recipe);
				}
			}
			foreach (KeyValuePair<ConfigEntryBase, Action> statsConfig in statsConfigs)
			{
				Toggle(statsConfig.Key, Configurability.Stats);
				if ((visible & Configurability.Stats) != 0)
				{
					statsConfig.Value();
				}
			}
			reloadConfigDisplay();
			void Toggle(ConfigEntryBase cfg, Configurability check)
			{
				object[] tags = cfg.Description.Tags;
				foreach (object obj2 in tags)
				{
					if (obj2 is ConfigurationManagerAttributes configurationManagerAttributes)
					{
						configurationManagerAttributes.Browsable = (visible & check) != 0 && (configurationManagerAttributes.browsability == null || configurationManagerAttributes.browsability());
					}
				}
			}
			void ToggleObj(object obj, Configurability check)
			{
				FieldInfo[] fields = obj.GetType().GetFields();
				foreach (FieldInfo fieldInfo in fields)
				{
					object? value3 = fieldInfo.GetValue(obj);
					ConfigEntryBase val = (ConfigEntryBase)((value3 is ConfigEntryBase) ? value3 : null);
					if (val != null)
					{
						Toggle(val, check);
					}
				}
			}
		}

		internal static void reloadConfigDisplay()
		{
			object obj = configManager?.GetType().GetProperty("DisplayingWindow").GetValue(configManager);
			if (obj is bool && (bool)obj)
			{
				configManager.GetType().GetMethod("BuildSettingList").Invoke(configManager, Array.Empty<object>());
			}
		}

		private void UpdateItemTableConfig(string recipeKey, CraftingTable table, string customTableValue)
		{
			if (activeRecipes.ContainsKey(this) && activeRecipes[this].TryGetValue(recipeKey, out var value))
			{
				value.First().m_enabled = table != CraftingTable.Disabled;
				if ((uint)table <= 1u)
				{
					value.First().m_craftingStation = null;
				}
				else if (table == CraftingTable.Custom)
				{
					Recipe obj = value.First();
					GameObject prefab = ZNetScene.instance.GetPrefab(customTableValue);
					obj.m_craftingStation = ((prefab != null) ? prefab.GetComponent<CraftingStation>() : null);
				}
				else
				{
					value.First().m_craftingStation = ZNetScene.instance.GetPrefab(getInternalName(table)).GetComponent<CraftingStation>();
				}
			}
		}

		private void UpdateCraftConfig(string recipeKey, SerializedRequirements craftRequirements, SerializedRequirements upgradeRequirements)
		{
			if (!Object.op_Implicit((Object)(object)ObjectDB.instance) || !activeRecipes.ContainsKey(this) || !activeRecipes[this].TryGetValue(recipeKey, out var value))
			{
				return;
			}
			foreach (Recipe item in value)
			{
				item.m_resources = SerializedRequirements.toPieceReqs(ObjectDB.instance, craftRequirements, upgradeRequirements);
			}
		}

		internal static void Patch_FejdStartup()
		{
			//IL_0ff2: Unknown result type (might be due to invalid IL or missing references)
			//IL_0ff7: Unknown result type (might be due to invalid IL or missing references)
			//IL_2386: Unknown result type (might be due to invalid IL or missing references)
			//IL_2390: Expected O, but got Unknown
			//IL_10bf: Unknown result type (might be due to invalid IL or missing references)
			//IL_10c2: Unknown result type (might be due to invalid IL or missing references)
			//IL_1118: Expected I4, but got Unknown
			//IL_0cbd: Unknown result type (might be due to invalid IL or missing references)
			//IL_0cc7: Expected O, but got Unknown
			//IL_1258: Unknown result type (might be due to invalid IL or missing references)
			//IL_125b: Unknown result type (might be due to invalid IL or missing references)
			//IL_125d: Invalid comparison between Unknown and I4
			//IL_035b: Unknown result type (might be due to invalid IL or missing references)
			//IL_0365: Expected O, but got Unknown
			//IL_0deb: Unknown result type (might be due to invalid IL or missing references)
			//IL_0df5: Expected O, but got Unknown
			//IL_0e97: Unknown result type (might be due to invalid IL or missing references)
			//IL_0ea1: Expected O, but got Unknown
			//IL_1261: Unknown result type (might be due to invalid IL or missing references)
			//IL_1265: Invalid comparison between Unknown and I4
			//IL_0f4c: Unknown result type (might be due to invalid IL or missing references)
			//IL_0f56: Expected O, but got Unknown
			//IL_147a: Unknown result type (might be due to invalid IL or missing references)
			//IL_147d: Unknown result type (might be due to invalid IL or missing references)
			//IL_147f: Invalid comparison between Unknown and I4
			//IL_045e: Unknown result type (might be due to invalid IL or missing references)
			//IL_0468: Expected O, but got Unknown
			//IL_1269: Unknown result type (might be due to invalid IL or missing references)
			//IL_126d: Invalid comparison between Unknown and I4
			//IL_1483: Unknown result type (might be due to invalid IL or missing references)
			//IL_1487: Unknown result type (might be due to invalid IL or missing references)
			//IL_1489: Invalid comparison between Unknown and I4
			//IL_05ad: Unknown result type (might be due to invalid IL or missing references)
			//IL_05b7: Expected O, but got Unknown
			//IL_1572: Unknown result type (might be due to invalid IL or missing references)
			//IL_1577: Unknown result type (might be due to invalid IL or missing references)
			//IL_1579: Unknown result type (might be due to invalid IL or missing references)
			//IL_157c: Invalid comparison between Unknown and I4
			//IL_148d: Unknown result type (might be due to invalid IL or missing references)
			//IL_1491: Invalid comparison between Unknown and I4
			//IL_1580: Unknown result type (might be due to invalid IL or missing references)
			//IL_1584: Invalid comparison between Unknown and I4
			//IL_0796: Unknown result type (might be due to invalid IL or missing references)
			//IL_07a0: Expected O, but got Unknown
			//IL_06eb: Unknown result type (might be due to invalid IL or missing references)
			//IL_06f5: Expected O, but got Unknown
			//IL_15fd: Unknown result type (might be due to invalid IL or missing references)
			//IL_1600: Unknown result type (might be due to invalid IL or missing references)
			//IL_1602: Invalid comparison between Unknown and I4
			//IL_08b0: Unknown result type (might be due to invalid IL or missing references)
			//IL_08ba: Expected O, but got Unknown
			//IL_1606: Unknown result type (might be due to invalid IL or missing references)
			//IL_160a: Unknown result type (might be due to invalid IL or missing references)
			//IL_160c: Invalid comparison between Unknown and I4
			//IL_175f: Unknown result type (might be due to invalid IL or missing references)
			//IL_1762: Invalid comparison between Unknown and I4
			//IL_1610: Unknown result type (might be due to invalid IL or missing references)
			//IL_1614: Invalid comparison between Unknown and I4
			//IL_1971: Unknown result type (might be due to invalid IL or missing references)
			//IL_1978: Invalid comparison between Unknown and I4
			//IL_1a4d: Unknown result type (might be due to invalid IL or missing references)
			//IL_1a52: Unknown result type (might be due to invalid IL or missing references)
			//IL_1a54: Unknown result type (might be due to invalid IL or missing references)
			//IL_1a58: Unknown result type (might be due to invalid IL or missing references)
			//IL_1a5a: Invalid comparison between Unknown and I4
			//IL_16cf: Unknown result type (might be due to invalid IL or missing references)
			//IL_16d4: Unknown result type (might be due to invalid IL or missing references)
			//IL_1ad3: Unknown result type (might be due to invalid IL or missing references)
			//IL_1ad6: Unknown result type (might be due to invalid IL or missing references)
			//IL_1ad8: Invalid comparison between Unknown and I4
			//IL_1adc: Unknown result type (might be due to invalid IL or missing references)
			//IL_1ae0: Invalid comparison between Unknown and I4
			//IL_1ae4: Unknown result type (might be due to invalid IL or missing references)
			//IL_1ae8: Invalid comparison between Unknown and I4
			//IL_1f79: Unknown result type (might be due to invalid IL or missing references)
			//IL_1f7c: Invalid comparison between Unknown and I4
			Type type = AppDomain.CurrentDomain.GetAssemblies().FirstOrDefault([<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (Assembly a) => a.GetName().Name == "ConfigurationManager")?.GetType("ConfigurationManager.ConfigurationManager");
			if (DefaultConfigurability != 0)
			{
				bool saveOnConfigSet = plugin.Config.SaveOnConfigSet;
				plugin.Config.SaveOnConfigSet = false;
				foreach (Item item4 in registeredItems.Where([<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (Item i) => i.configurability != Configurability.Disabled))
				{
					Item item3 = item4;
					string name2 = item3.Prefab.GetComponent<ItemDrop>().m_itemData.m_shared.m_name;
					string englishName = new Regex("[=\\n\\t\\\\\"\\'\\[\\]]*").Replace(english.Localize(name2), "").Trim();
					string localizedName = Localization.instance.Localize(name2).Trim();
					int order = 0;
					if ((item3.configurability & Configurability.Recipe) != 0)
					{
						itemCraftConfigs[item3] = new Dictionary<string, ItemConfig>();
						foreach (string item5 in item3.Recipes.Keys.DefaultIfEmpty(""))
						{
							string configKey = item5;
							string text = ((configKey == "") ? "" : (" (" + configKey + ")"));
							if (!item3.Recipes.ContainsKey(configKey) || item3.Recipes[configKey].Crafting.Stations.Count <= 0)
							{
								continue;
							}
							ItemConfig itemConfig2 = (itemCraftConfigs[item3][configKey] = new ItemConfig());
							ItemConfig cfg = itemConfig2;
							List<ConfigurationManagerAttributes> hideWhenNoneAttributes = new List<ConfigurationManagerAttributes>();
							cfg.table = config(englishName, "Crafting Station" + text, item3.Recipes[configKey].Crafting.Stations.First().Table, new ConfigDescription("Crafting station where " + englishName + " is available.", (AcceptableValueBase)null, new object[1]
							{
								new ConfigurationManagerAttributes
								{
									Order = (order -= 1),
									Browsable = ((item3.configurationVisible & Configurability.Recipe) != 0),
									Category = localizedName
								}
							}));
							ConfigurationManagerAttributes customTableAttributes = new ConfigurationManagerAttributes
							{
								Order = (order -= 1),
								browsability = CustomTableBrowsability,
								Browsable = (CustomTableBrowsability() && (item3.configurationVisible & Configurability.Recipe) != 0),
								Category = localizedName
							};
							cfg.customTable = config(englishName, "Custom Crafting Station" + text, item3.Recipes[configKey].Crafting.Stations.First().custom ?? "", new ConfigDescription("", (AcceptableValueBase)null, new object[1] { customTableAttributes }));
							cfg.table.SettingChanged += TableConfigChanged;
							cfg.customTable.SettingChanged += TableConfigChanged;
							ConfigurationManagerAttributes configurationManagerAttributes = new ConfigurationManagerAttributes
							{
								Order = (order -= 1),
								browsability = TableLevelBrowsability,
								Browsable = (TableLevelBrowsability() && (item3.configurationVisible & Configurability.Recipe) != 0),
								Category = localizedName
							};
							hideWhenNoneAttributes.Add(configurationManagerAttributes);
							cfg.tableLevel = config(englishName, "Crafting Station Level" + text, item3.Recipes[configKey].Crafting.Stations.First().level, new ConfigDescription("Required crafting station level to craft " + englishName + ".", (AcceptableValueBase)null, new object[1] { configurationManagerAttributes }));
							cfg.tableLevel.SettingChanged += [<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (object _, EventArgs _) =>
							{
								if (activeRecipes.ContainsKey(item3) && activeRecipes[item3].TryGetValue(configKey, out var value6))
								{
									value6.First().m_minStationLevel = cfg.tableLevel.Value;
								}
							};
							if (item3.Prefab.GetComponent<ItemDrop>().m_itemData.m_shared.m_maxQuality > 1)
							{
								cfg.maximumTableLevel = config(englishName, "Maximum Crafting Station Level" + text, (item3.MaximumRequiredStationLevel == int.MaxValue) ? (item3.Recipes[configKey].Crafting.Stations.First().level + item3.Prefab.GetComponent<ItemDrop>().m_itemData.m_shared.m_maxQuality - 1) : item3.MaximumRequiredStationLevel, new ConfigDescription("Maximum crafting station level to upgrade and repair " + englishName + ".", (AcceptableValueBase)null, new object[1] { configurationManagerAttributes }));
							}
							cfg.requireOneIngredient = config(englishName, "Require only one resource" + text, item3.Recipes[configKey].RequireOnlyOneIngredient ? Toggle.On : Toggle.Off, new ConfigDescription("Whether only one of the ingredients is needed to craft " + englishName, (AcceptableValueBase)null, new object[1]
							{
								new ConfigurationManagerAttributes
								{
									Order = (order -= 1),
									Category = localizedName
								}
							}));
							ConfigurationManagerAttributes qualityResultAttributes = new ConfigurationManagerAttributes
							{
								Order = (order -= 1),
								browsability = QualityResultBrowsability,
								Browsable = (QualityResultBrowsability() && (item3.configurationVisible & Configurability.Recipe) != 0),
								Category = localizedName
							};
							cfg.requireOneIngredient.SettingChanged += [<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (object _, EventArgs _) =>
							{
								if (activeRecipes.ContainsKey(item3) && activeRecipes[item3].TryGetValue(configKey, out var value5))
								{
									foreach (Recipe item6 in value5)
									{
										item6.m_requireOnlyOneIngredient = cfg.requireOneIngredient.Value == Toggle.On;
									}
								}
								qualityResultAttributes.Browsable = QualityResultBrowsability();
								reloadConfigDisplay();
							};
							cfg.qualityResultAmountMultiplier = config(englishName, "Quality Multiplier" + text, item3.Recipes[configKey].QualityResultAmountMultiplier, new ConfigDescription("Multiplies the crafted amount based on the quality of the resources when crafting " + englishName + ". Only works, if Require Only One Resource is true.", (AcceptableValueBase)null, new object[1] { qualityResultAttributes }));
							cfg.qualityResultAmountMultiplier.SettingChanged += [<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (object _, EventArgs _) =>
							{
								if (activeRecipes.ContainsKey(item3) && activeRecipes[item3].TryGetValue(configKey, out var value4))
								{
									foreach (Recipe item7 in value4)
									{
										item7.m_qualityResultAmountMultiplier = cfg.qualityResultAmountMultiplier.Value;
									}
								}
							};
							if ((!item3.Recipes[configKey].RequiredItems.Free || item3.Recipes[configKey].RequiredItems.Requirements.Count > 0) && item3.Recipes[configKey].RequiredItems.Requirements.All((Requirement r) => r.amountConfig == null))
							{
								cfg.craft = itemConfig("Crafting Costs" + text, new SerializedRequirements(item3.Recipes[configKey].RequiredItems.Requirements).ToString(), "Item costs to craft " + englishName, isUpgrade: false);
							}
							if (item3.Prefab.GetComponent<ItemDrop>().m_itemData.m_shared.m_maxQuality > 1 && (!item3.Recipes[configKey].RequiredUpgradeItems.Free || item3.Recipes[configKey].RequiredUpgradeItems.Requirements.Count > 0) && item3.Recipes[configKey].RequiredUpgradeItems.Requirements.All((Requirement r) => r.amountConfig == null))
							{
								cfg.upgrade = itemConfig("Upgrading Costs" + text, new SerializedRequirements(item3.Recipes[configKey].RequiredUpgradeItems.Requirements).ToString(), "Item costs per level to upgrade " + englishName, isUpgrade: true);
							}
							if (cfg.craft != null)
							{
								cfg.craft.SettingChanged += ConfigChanged;
							}
							if (cfg.upgrade != null)
							{
								cfg.upgrade.SettingChanged += ConfigChanged;
							}
							void ConfigChanged(object o, EventArgs e)
							{
								item3.UpdateCraftConfig(configKey, new SerializedRequirements(cfg.craft?.Value ?? ""), new SerializedRequirements(cfg.upgrade?.Value ?? ""));
							}
							bool CustomTableBrowsability()
							{
								return cfg.table.Value == CraftingTable.Custom;
							}
							bool ItemBrowsability()
							{
								return cfg.table.Value != CraftingTable.Disabled;
							}
							bool QualityResultBrowsability()
							{
								return cfg.requireOneIngredient.Value == Toggle.On;
							}
							void TableConfigChanged(object o, EventArgs e)
							{
								item3.UpdateItemTableConfig(configKey, cfg.table.Value, cfg.customTable.Value);
								customTableAttributes.Browsable = cfg.table.Value == CraftingTable.Custom;
								foreach (ConfigurationManagerAttributes item8 in hideWhenNoneAttributes)
								{
									item8.Browsable = cfg.table.Value != CraftingTable.Disabled;
								}
								reloadConfigDisplay();
							}
							bool TableLevelBrowsability()
							{
								return cfg.table.Value != CraftingTable.Disabled;
							}
							ConfigEntry<string> itemConfig(string name, string value, string desc, bool isUpgrade)
							{
								//IL_00b4: Unknown result type (might be due to invalid IL or missing references)
								//IL_00be: Expected O, but got Unknown
								ConfigurationManagerAttributes configurationManagerAttributes3 = new ConfigurationManagerAttributes
								{
									CustomDrawer = drawRequirementsConfigTable(item3, isUpgrade),
									Order = (order -= 1),
									browsability = ItemBrowsability,
									Browsable = (ItemBrowsability() && (item3.configurationVisible & Configurability.Recipe) != 0),
									Category = localizedName
								};
								hideWhenNoneAttributes.Add(configurationManagerAttributes3);
								return config(englishName, name, value, new ConfigDescription(desc, (AcceptableValueBase)null, new object[1] { configurationManagerAttributes3 }));
							}
						}
						if ((item3.configurability & Configurability.Drop) != 0)
						{
							ConfigEntry<string> val3 = (itemDropConfigs[item3] = config(englishName, "Drops from", new SerializedDrop(item3.DropsFrom.Drops).ToString(), new ConfigDescription(englishName + " drops from this creature.", (AcceptableValueBase)null, new object[1]
							{
								new ConfigurationManagerAttributes
								{
									CustomDrawer = drawDropsConfigTable,
									Category = localizedName,
									Browsable = ((item3.configurationVisible & Configurability.Drop) != 0)
								}
							})));
							ConfigEntry<string> val4 = val3;
							val4.SettingChanged += [<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (object _, EventArgs _) =>
							{
								item3.UpdateCharacterDrop();
							};
						}
						for (int j = 0; j < item3.Conversions.Count; j++)
						{
							string text2 = ((item3.Conversions.Count > 1) ? $"{j + 1}. " : "");
							Conversion conversion = item3.Conversions[j];
							conversion.config = new Conversion.ConversionConfig();
							int index = j;
							conversion.config.input = config(englishName, text2 + "Conversion Input Item", conversion.Input, new ConfigDescription("Input item to create " + englishName, (AcceptableValueBase)null, new object[1]
							{
								new ConfigurationManagerAttributes
								{
									Category = localizedName,
									Browsable = ((item3.configurationVisible & Configurability.Recipe) != 0)
								}
							}));
							conversion.config.input.SettingChanged += [<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (object _, EventArgs _) =>
							{
								if (index < item3.conversions.Count)
								{
									ObjectDB instance = ObjectDB.instance;
									if (instance != null)
									{
										ItemDrop from = SerializedRequirements.fetchByName(instance, conversion.config.input.Value);
										item3.conversions[index].m_from = from;
										UpdatePiece();
									}
								}
							};
							conversion.config.piece = config(englishName, text2 + "Conversion Piece", conversion.Piece, new ConfigDescription("Conversion piece used to create " + englishName, (AcceptableValueBase)null, new object[1]
							{
								new ConfigurationManagerAttributes
								{
									Category = localizedName,
									Browsable = ((item3.configurationVisible & Configurability.Recipe) != 0)
								}
							}));
							conversion.config.piece.SettingChanged += [<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (object _, EventArgs _) =>
							{
								UpdatePiece();
							};
							conversion.config.customPiece = config(englishName, text2 + "Conversion Custom Piece", conversion.customPiece ?? "", new ConfigDescription("Custom conversion piece to create " + englishName, (AcceptableValueBase)null, new object[1]
							{
								new ConfigurationManagerAttributes
								{
									Category = localizedName,
									Browsable = ((item3.configurationVisible & Configurability.Recipe) != 0)
								}
							}));
							conversion.config.customPiece.SettingChanged += [<fccbc38a-f2a2-4e09-83c4-abc4ea4b119e>NullableContext(0)] (object _, EventArgs _) =>
							{
								UpdatePiece();
							};
							void UpdatePiece()
							{
								if (index < item3.conversions.Count && Object.op_Implicit((Object)(object)ZNetScene.instance))
								{
									string text3 = ((conversion.config.piece.Value == ConversionPiece.Disabled) ? null : ((conversion.config.piece.Value == ConversionPiece.Custom) ? conversion.config.customPiece.Value : getInternalName(conversion.config.piece.Value)));
									string activePiece = conversion.config.activePiece;
									if (conversion.config.activePiece != null)
									{
										Smelter component = ZNetScene.instance.GetPrefab(conversion.config.activePiece).GetComponent<Smelter>();
										int num = component.m_conversion.IndexOf(item3.conversions[index]);
										if (num >= 0)
										{
											Smelter[] array3 = Resources.FindObjectsOfTypeAll<Smelter>();
											foreach (Smelter val6 in array3)
											{
												if (Utils.GetPrefabName(((Component)val6).gameObject) == activePiece)
												{
													val6.m_conversion.RemoveAt(num);
												}
											}
										}
										conversion.config.activePiece = null;
									}
									if (item3.conversions[index].m_from != null && conversion.config.piece.Value != 0)
									{
										GameObject prefab = ZNetScene.instance.GetPrefab(text3);
										if (((prefab != null) ? prefab.GetComponent<Smelter>() : null) != null)
										{
											conversion.config.activePiece = text3;
											Smelter[] array4 = Resources.FindObjectsOfTypeAll<Smelter>();
											foreach (Smelter val7 in array4)
											{
												if (Utils.GetPrefabName(((Component)val7).gameObject) == text3)
												{
													val7.m_conversion.Add(item3.conversions[index]);
												}
											}
										}
									}
								}
							}
						}
					}
					if ((item3.configurability & Configurability.Stats) != 0)
					{
						item3.statsConfigs.Clear();
						SharedData shared2 = item3.Prefab.GetComponent<ItemDrop>().m_itemData.m_shared;
						ItemType itemType = shared2.m_itemType;
						statcfg<float>("Weight", "Weight of " + englishName + ".", (SharedData shared) => shared.m_weight, delegate(SharedData shared, float value)
						{
							shared.m_weight = value;
						});
						statcfg<int>("Trader Value", "Trader value of " + englishName + ".", (SharedData shared) => shared.m_value, delegate(SharedData shared, int value)
						{
							shared.m_value = value;
						});
						bool flag;
						switch (itemType - 3)
						{
						case 0:
						case 1:
						case 2:
						case 3:
						case 4:
						case 8:
						case 9:
						case 11:
						case 14:
						case 16:
						case 19:
							flag = true;
							break;
						default:
							flag = false;
							break;
						}
						if (flag)
						{
							statcfg<float>("Durability", "Durability of " + englishName + ".", (SharedData shared) => shared.m_maxDurability, delegate(SharedData shared, float value)
							{
								shared.m_maxDurability = value;
							});
							statcfg<float>("Durability per Level", "Durability gain per level of " + englishName + ".", (SharedData shared) => shared.m_durabilityPerLevel, delegate(SharedData shared, float value)
							{
								shared.m_durabilityPerLevel = value;
							});
							statcfg<float>("Movement Speed Modifier", "Movement speed modifier of " + englishName + ".", (SharedData shared) => shared.m_movementModifier, delegate(SharedData shared, float value)
							{
								shared.m_movementModifier = value;
							});
						}
						if ((itemType - 3 <= 2 || (int)itemType == 14 || (int)itemType == 22) ? true : false)
						{
							statcfg<float>("Block Armor", "Block armor of " + englishName + ".", (SharedData shared) => shared.m_blockPower, delegate(SharedData shared, float value)
							{
								shared.m_blockPower = value;
							});
							statcfg<float>("Block Armor per Level", "Block armor per level for " + englishName + ".", (SharedData shared) => shared.m_blockPowerPerLevel, delegate(SharedData shared, float value)
							{
								shared.m_blockPowerPerLevel = value;
							});
							statcfg<float>("Block Force", "Block force of " + englishName + ".", (SharedData shared) => shared.m_deflectionForce, delegate(SharedData shared, float value)
							{
								shared.m_deflectionForce = value;
							});
							statcfg<float>("Block Force per Level", "Block force per level for " + englishName + ".", (SharedData shared) => shared.m_deflectionForcePerLevel, delegate(SharedData shared, float value)
							{
								shared.m_deflectionForcePerLevel = value;
							});
							statcfg<float>("Parry Bonus", "Parry bonus of " + englishName + ".", (SharedData shared) => shared.m_timedBlockBonus, delegate(SharedData shared, float value)
							{
								shared.m_timedBlockBonus = value;
							});
						}
						else if ((itemType - 6 <= 1 || itemType - 11 <= 1 || (int)itemType == 17) ? true : false)
						{
							statcfg<float>("Armor", "Armor of " + englishName + ".", (SharedData shared) => shared.m_armor, delegate(SharedData shared, float value)
							{
								shared.m_armor = value;
							});
							statcfg<float>("Armor per Level", "Armor per level for " + englishName + ".", (SharedData shared) => shared.m_armorPerLevel, delegate(SharedData shared, float value)
							{
								shared.m_armorPerLevel = value;
							});
						}
						SkillType skillType = shared2.m_skillType;
						if (((int)skillType == 7 || (int)skillType == 12) ? true : false)
						{
							statcfg<int>("Tool tier", "Tool tier of " + englishName + ".", (SharedData shared) => shared.m_toolTier, delegate(SharedData shared, int value)
							{
								shared.m_toolTier = value;
							});
						}
						if ((itemType - 5 <= 2 || itemType - 11 <= 1 || (int)itemType == 17) ? true : false)
						{
							Dictionary<DamageType, DamageModifier> modifiers = shared2.m_damageModifiers.ToDictionary((DamageModPair d) => d.m_type, (DamageModPair d) => (DamageModifier)d.m_modifier);
							DamageType[] first = (DamageType[])Enum.GetValues(typeof(DamageType));
							DamageType[] array = new DamageType[5];
							RuntimeHelpers.InitializeArray(array, (RuntimeFieldHandle)/*OpCode not supported: LdMemberToken*/);
							foreach (DamageType item9 in first.Except((IEnumerable<DamageType>)(object)array))
							{
								DamageType damageType = item9;
								statcfg<DamageModifier>(((object)(DamageType)(ref damageType)).ToString() + " Resistance", ((object)(DamageType)(ref damageType)).ToString() + " resistance of " + englishName + ".", (SharedData _) => modifiers.TryGetValue(damageType, out var value3) ? value3 : DamageModifier.None, delegate(SharedData shared, DamageModifier value)
								{
									//IL_0003: Unknown result type (might be due to invalid IL or missing references)
									//IL_000c: Unknown result type (might be due to invalid IL or missing references)
									//IL_0011: Unknown result type (might be due to invalid IL or missing references)
									//IL_0019: Unknown result type (might be due to invalid IL or missing references)
									//IL_001e: Unknown result type (might be due to invalid IL or missing references)
									//IL_001f: Unknown result type (might be due to invalid IL or missing references)
									//IL_002c: Unknown result type (might be due to invalid IL or missing references)
									//IL_0031: Unknown result type (might be due to invalid IL or missing references)
									//IL_0037: Unknown result type (might be due to invalid IL or missing references)
									//IL_009d: Unknown result type (might be due to invalid IL or missing references)
									//IL_0066: Unknown result type (might be due to invalid IL or missing references)
									DamageModPair val8 = default(DamageModPair);
									val8.m_type = damageType;
									val8.m_modifier = (DamageModifier)value;
									DamageModPair val9 = val8;
									for (int num2 = 0; num2 < shared.m_damageModifiers.Count; num2++)
									{
										if (shared.m_damageModifiers[num2].m_type == damageType)
										{
											if (value == DamageModifier.None)
											{
												shared.m_damageModifiers.RemoveAt(num2);
											}
											else
											{
												shared.m_damageModifiers[num2] = val9;
											}
											return;
										}
									}
									if (value != DamageModifier.None)
									{
										shared.m_damageModifiers.Add(val9);
									}
								});
							}
						}
						if ((int)itemType == 2 && shared2.m_food > 0f)
						{
							statcfg<float>("Health", "Health value of " + englishName + ".", (SharedData shared) => shared.m_food, delegate(SharedData shared, float value)
							{
								shared.m_food = value;
							});
							statcfg<float>("Stamina", "Stamina value of " + englishName + ".", (SharedData shared) => shared.m_foodStamina, delegate(SharedData shared, float value)
							{
								shared.m_foodStamina = value;
							});
							statcfg<float>("Eitr", "Eitr value of " + englishName + ".", (SharedData