diff --git a/TabletopTweaks-Core/NewComponents/AbilitySpecific/MythicMediumArmorFocusEndurance.cs b/TabletopTweaks-Core/NewComponents/AbilitySpecific/MythicMediumArmorFocusEndurance.cs index 0685207..9e7ea4d 100644 --- a/TabletopTweaks-Core/NewComponents/AbilitySpecific/MythicMediumArmorFocusEndurance.cs +++ b/TabletopTweaks-Core/NewComponents/AbilitySpecific/MythicMediumArmorFocusEndurance.cs @@ -1,16 +1,10 @@ using Kingmaker.Blueprints.Items.Armors; +using Kingmaker.Blueprints.JsonSystem; using Kingmaker.Enums; using Kingmaker.PubSubSystem; -using Kingmaker.UnitLogic.Mechanics; using Kingmaker.UnitLogic; -using Kingmaker; -using System; -using System.Collections.Generic; using System.Linq; -using System.Text; -using System.Threading.Tasks; using TabletopTweaks.Core.NewRules; -using Kingmaker.Blueprints.JsonSystem; namespace TabletopTweaks.Core.NewComponents.AbilitySpecific { [TypeId("cf98f0d59230406d99ec6d88fc639d41")] diff --git a/TabletopTweaks-Core/NewComponents/OwlcatReplacements/BuffEnchantAnyWeaponTTT.cs b/TabletopTweaks-Core/NewComponents/OwlcatReplacements/BuffEnchantAnyWeaponTTT.cs index 3bee981..5823842 100644 --- a/TabletopTweaks-Core/NewComponents/OwlcatReplacements/BuffEnchantAnyWeaponTTT.cs +++ b/TabletopTweaks-Core/NewComponents/OwlcatReplacements/BuffEnchantAnyWeaponTTT.cs @@ -1,19 +1,18 @@ using Kingmaker.Blueprints; +using Kingmaker.Blueprints.Facts; using Kingmaker.Blueprints.Items.Ecnchantments; +using Kingmaker.Blueprints.JsonSystem; using Kingmaker.Items; using Kingmaker.Items.Slots; using Kingmaker.PubSubSystem; using Kingmaker.UI.GenericSlot; using Kingmaker.UnitLogic; using Kingmaker.UnitLogic.Buffs.Components; -using Newtonsoft.Json; -using System.Collections.Generic; -using UnityEngine.Serialization; -using UnityEngine; using Kingmaker.UnitLogic.FactLogic; +using System.Collections.Generic; using System.Linq; -using Kingmaker.Blueprints.Facts; -using Kingmaker.Blueprints.JsonSystem; +using UnityEngine; +using UnityEngine.Serialization; namespace TabletopTweaks.Core.NewComponents.OwlcatReplacements { [AllowedOn(typeof(BlueprintUnitFact), false)] diff --git a/TabletopTweaks-Core/NewComponents/SpellCastersOnslaught.cs b/TabletopTweaks-Core/NewComponents/SpellCastersOnslaught.cs index 2bc4f34..8ac36b0 100644 --- a/TabletopTweaks-Core/NewComponents/SpellCastersOnslaught.cs +++ b/TabletopTweaks-Core/NewComponents/SpellCastersOnslaught.cs @@ -9,11 +9,7 @@ using Kingmaker.UnitLogic.Abilities.Blueprints; using Kingmaker.UnitLogic.Mechanics; using Kingmaker.Utility; -using System; using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace TabletopTweaks.Core.NewComponents { [TypeId("b5385c03dd58459aa33cc7ef5dde7648")] diff --git a/TabletopTweaks-Core/Utilities/DLCTools.cs b/TabletopTweaks-Core/Utilities/DLCTools.cs index 5956849..d2deb60 100644 --- a/TabletopTweaks-Core/Utilities/DLCTools.cs +++ b/TabletopTweaks-Core/Utilities/DLCTools.cs @@ -21,7 +21,7 @@ public static bool HasDLC(int number) { 6 => Dlc6, _ => null }; - if(DLC == null) { return false; } + if (DLC == null) { return false; } StoreManager.RefreshDLCs(new BlueprintDlc[] { DLC }); return DLC.IsAvailable; } diff --git a/TabletopTweaks-Core/Utilities/MountTools.cs b/TabletopTweaks-Core/Utilities/MountTools.cs index ced2e0c..206c0bb 100644 --- a/TabletopTweaks-Core/Utilities/MountTools.cs +++ b/TabletopTweaks-Core/Utilities/MountTools.cs @@ -17,7 +17,7 @@ public static class RaceOptions { public static BlueprintRaceReference Mongrelman => BlueprintTools.GetBlueprintReference("daca06a3f3355664bba1e87e67f3b5b3");//Normal public static BlueprintRaceReference Oread => BlueprintTools.GetBlueprintReference("4d4555326b9b7144f93be1ea61337cd7"); public static BlueprintRaceReference Tiefling => BlueprintTools.GetBlueprintReference("5c4e42124dc2b4647af6e36cf2590500");//Normal - //Weird options + //Weird options public static BlueprintRaceReference Android => BlueprintTools.GetBlueprintReference("d1d114f539b74468b157ac69c275f266");//Normal public static BlueprintRaceReference AscendingSuccubus => BlueprintTools.GetBlueprintReference("5e464d1d5fd0e7a4380b6ce60ef2c83b");//Normal