Skip to content

Commit

Permalink
Manager: Updated raid bosses icons & small typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkaaaaa committed Jun 7, 2024
1 parent fdfe74f commit 28a1767
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ArcdpsLogManager/ImageProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public class ImageProvider
private Lazy<Image> DhuumIcon { get; } = new Lazy<Image>(Resources.GetDhuumIcon);

// WING 6
private Lazy<Image> ConjuredAmalgamatedIcon { get; } = new Lazy<Image>(Resources.GetConjuredAmalgamatedIcon);
private Lazy<Image> ConjuredAmalgamateIcon { get; } = new Lazy<Image>(Resources.GetConjuredAmalgamateIcon);
private Lazy<Image> TwinLargosIcon { get; } = new Lazy<Image>(Resources.GetTwinLargosIcon);
private Lazy<Image> QadimIcon { get; } = new Lazy<Image>(Resources.GetQadimIcon);

Expand Down Expand Up @@ -331,7 +331,7 @@ public Image GetTinyEncounterIcon(Encounter encounter)
Encounter.Eyes => EyesIcon.Value,
Encounter.Dhuum => DhuumIcon.Value,
// W6
Encounter.ConjuredAmalgamate => ConjuredAmalgamatedIcon.Value,
Encounter.ConjuredAmalgamate => ConjuredAmalgamateIcon.Value,
Encounter.TwinLargos => TwinLargosIcon.Value,
Encounter.Qadim => QadimIcon.Value,
// W7
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions ArcdpsLogManager/Resources.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,25 +124,25 @@ public static Image GetInstabilityImage(string iconName)
// WING 3
public static Image GetEscortIcon() => GetEncounterImage("Mini_McLeod_the_Silent");
public static Image GetKeepConstructIcon() => GetEncounterImage("Mini_Keep_Construct");
public static Image GetTwistedCastleIcon() => GetEncounterImage("Legendary_Insight");
public static Image GetTwistedCastleIcon() => GetEncounterImage("Twisted_Castle");
public static Image GetXeraIcon() => GetEncounterImage("Mini_Xera");

// WING 4
public static Image GetCairnIcon() => GetEncounterImage("Mini_Cairn_the_Indomitable");
public static Image GetMursaatOverseerIcon() => GetEncounterImage("Mini_Mursaat_Overseer");
public static Image GetSamarogIcon() => GetEncounterImage("Mini_Samarog");
public static Image GetDeimosIcon() => GetEncounterImage("Mini_Saul");
public static Image GetDeimosIcon() => GetEncounterImage("Deimos");

// WING 5
public static Image GetDesminaIcon() => GetEncounterImage("Mini_Desmina");
public static Image GetRiverOfSoulsIcon() => GetEncounterImage("Legendary_Divination");
public static Image GetRiverOfSoulsIcon() => GetEncounterImage("River_Of_Souls");
public static Image GetBrokenKingIcon() => GetEncounterImage("Mini_Broken_King");
public static Image GetEaterOfSoulsIcon() => GetEncounterImage("Legendary_Divination");
public static Image GetEyesIcon() => GetEncounterImage("Legendary_Divination");
public static Image GetEaterOfSoulsIcon() => GetEncounterImage("Eater_Of_Souls");
public static Image GetEyesIcon() => GetEncounterImage("Eyes_Of_Fate_And_Judgment");
public static Image GetDhuumIcon() => GetEncounterImage("Mini_Dhuum");

// WING 6
public static Image GetConjuredAmalgamatedIcon() => GetEncounterImage("Legendary_Divination");
public static Image GetConjuredAmalgamateIcon() => GetEncounterImage("Conjured_Amalgamate");
public static Image GetTwinLargosIcon() => GetEncounterImage("Mini_Nikare");
public static Image GetQadimIcon() => GetEncounterImage("Mini_Qadim");

Expand Down

0 comments on commit 28a1767

Please sign in to comment.