diff --git a/TabletopTweaks-Flanking/Info.json b/TabletopTweaks-Flanking/Info.json index b43b636..e1c0b69 100644 --- a/TabletopTweaks-Flanking/Info.json +++ b/TabletopTweaks-Flanking/Info.json @@ -8,7 +8,7 @@ "Id": "TabletopTweaks-Flanking", "ManagerVersion": "0.23.0", "Repository": "https://raw.githubusercontent.com/Vek17/TabletopTweaks-Flanking/master/Repository.json", - "Requirements": [ "TabletopTweaks-Core" ], + "Requirements": [ "TabletopTweaks-Core-0.5.10" ], "LoadAfter": [ "TabletopTweaks-Core" ], "Version": "0.1.0" } \ No newline at end of file diff --git a/TabletopTweaks-Flanking/NewContent/Feats/TeamworkFeats/ImprovedOutflank.cs b/TabletopTweaks-Flanking/NewContent/Feats/TeamworkFeats/ImprovedOutflank.cs index e847864..dfd95e9 100644 --- a/TabletopTweaks-Flanking/NewContent/Feats/TeamworkFeats/ImprovedOutflank.cs +++ b/TabletopTweaks-Flanking/NewContent/Feats/TeamworkFeats/ImprovedOutflank.cs @@ -12,7 +12,7 @@ namespace TabletopTweaks.Flanking.NewContent.Feats.TeamworkFeats { internal class ImprovedOutflank { public static void AddImprovedOutflank() { var Outflank = BlueprintTools.GetBlueprint("422dab7309e1ad343935f33a4d6e9f11"); - var Icon = Outflank.Icon; + var Icon_ImprovedOutflank = AssetLoader.LoadInternal(TTTContext, folder: "Feats", file: "Icon_ImprovedOutflank.png"); var ImprovedOutflank = Helpers.CreateBlueprint(TTTContext, "ImprovedOutflank", bp => { bp.SetName(TTTContext, "Improved Outflank"); @@ -20,7 +20,7 @@ public static void AddImprovedOutflank() { "Benefit: Whenever you and an ally who also has this feat are threatening the same foe, " + "you are considered to be flanking if you are at least perpendicular with your ally.\n" + "Normal: You must be positioned opposite an ally to flank an opponent."); - bp.m_Icon = Icon; + bp.m_Icon = Icon_ImprovedOutflank; bp.Ranks = 1; bp.IsClassFeature = true; bp.Groups = new FeatureGroup[] { FeatureGroup.Feat, FeatureGroup.TeamworkFeat, FeatureGroup.CombatFeat }; diff --git a/TabletopTweaks-Flanking/NewContent/Feats/TeamworkFeats/PackFlanking.cs b/TabletopTweaks-Flanking/NewContent/Feats/TeamworkFeats/PackFlanking.cs index e1e951c..0fc3f20 100644 --- a/TabletopTweaks-Flanking/NewContent/Feats/TeamworkFeats/PackFlanking.cs +++ b/TabletopTweaks-Flanking/NewContent/Feats/TeamworkFeats/PackFlanking.cs @@ -12,7 +12,7 @@ namespace TabletopTweaks.Flanking.NewContent.Feats.TeamworkFeats { internal class PackFlanking { public static void AddPackFlanking() { var CombatExpertiseFeature = BlueprintTools.GetBlueprint("4c44724ffa8844f4d9bedb5bb27d144a"); - var Icon = CombatExpertiseFeature.Icon; + var Icon_PackFlanking = AssetLoader.LoadInternal(TTTContext, folder: "Feats", file: "Icon_PackFlanking.png"); var PackFlanking = Helpers.CreateBlueprint(TTTContext, "PackFlanking", bp => { bp.SetName(TTTContext, "Pack Flanking"); @@ -21,7 +21,7 @@ public static void AddPackFlanking() { "and you both threaten the same opponent, you are both considered to be flanking that opponent, " + "regardless of your actual positioning.\n" + "Normal: You must be positioned opposite an ally to flank an opponent."); - bp.m_Icon = Icon; + bp.m_Icon = Icon_PackFlanking; bp.Ranks = 1; bp.IsClassFeature = true; bp.Groups = new FeatureGroup[] { FeatureGroup.Feat, FeatureGroup.TeamworkFeat, FeatureGroup.CombatFeat }; diff --git a/TabletopTweaks-Flanking/TabletopTweaks-Flanking.csproj b/TabletopTweaks-Flanking/TabletopTweaks-Flanking.csproj index 371f3a7..20ec00a 100644 --- a/TabletopTweaks-Flanking/TabletopTweaks-Flanking.csproj +++ b/TabletopTweaks-Flanking/TabletopTweaks-Flanking.csproj @@ -179,8 +179,14 @@ PreserveNewest + - + + PreserveNewest + + + PreserveNewest +