Skip to content

Commit

Permalink
1.0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paissaheavyindustries committed Jul 16, 2024
1 parent b39dda2 commit af8ac02
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 2 deletions.
16 changes: 16 additions & 0 deletions Lemegeton/Content/Radar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,8 @@ public override void RenderEditor(string path)
new Entry() { Type = Entry.EntryTypeEnum.ARank, Kind = ObjectKind.BattleNpc, NameId = 2948 },
// Nariphon
new Entry() { Type = Entry.EntryTypeEnum.ARank, Kind = ObjectKind.BattleNpc, NameId = 8907 },
// Nechuciho
new Entry() { Type = Entry.EntryTypeEnum.ARank, Kind = ObjectKind.BattleNpc, NameId = 13362 },
// Nuckelavee
new Entry() { Type = Entry.EntryTypeEnum.ARank, Kind = ObjectKind.BattleNpc, NameId = 8906 },
// O Poorest Pauldia
Expand All @@ -982,8 +984,14 @@ public override void RenderEditor(string path)
new Entry() { Type = Entry.EntryTypeEnum.ARank, Kind = ObjectKind.BattleNpc, NameId = 5990 },
// petalodus
new Entry() { Type = Entry.EntryTypeEnum.ARank, Kind = ObjectKind.BattleNpc, NameId = 10632 },
// Pkuucha
new Entry() { Type = Entry.EntryTypeEnum.ARank, Kind = ObjectKind.BattleNpc, NameId = 13443 },
// Pylraster
new Entry() { Type = Entry.EntryTypeEnum.ARank, Kind = ObjectKind.BattleNpc, NameId = 4364 },
// Queen Hawk
new Entry() { Type = Entry.EntryTypeEnum.ARank, Kind = ObjectKind.BattleNpc, NameId = 13361 },
// Raintriller
new Entry() { Type = Entry.EntryTypeEnum.ARank, Kind = ObjectKind.BattleNpc, NameId = 13442 },
// Rrax Yity'a
new Entry() { Type = Entry.EntryTypeEnum.ARank, Kind = ObjectKind.BattleNpc, NameId = 12753 },
// Rusalka
Expand Down Expand Up @@ -1040,6 +1048,8 @@ public override void RenderEditor(string path)
new Entry() { Type = Entry.EntryTypeEnum.BRank, Kind = ObjectKind.BattleNpc, NameId = 6007 },
// Barbastelle
new Entry() { Type = Entry.EntryTypeEnum.BRank, Kind = ObjectKind.BattleNpc, NameId = 2929 },
// Chupacabra
new Entry() { Type = Entry.EntryTypeEnum.BRank, Kind = ObjectKind.BattleNpc, NameId = 13145 },
// Coquecigrue
new Entry() { Type = Entry.EntryTypeEnum.BRank, Kind = ObjectKind.BattleNpc, NameId = 8913 },
// daphnia magna
Expand Down Expand Up @@ -1072,6 +1082,8 @@ public override void RenderEditor(string path)
new Entry() { Type = Entry.EntryTypeEnum.BRank, Kind = ObjectKind.BattleNpc, NameId = 8898 },
// Gnath cometdrone
new Entry() { Type = Entry.EntryTypeEnum.BRank, Kind = ObjectKind.BattleNpc, NameId = 4352 },
// Go'ozoabek'be
new Entry() { Type = Entry.EntryTypeEnum.BRank, Kind = ObjectKind.BattleNpc, NameId = 13147 },
// green Archon
new Entry() { Type = Entry.EntryTypeEnum.BRank, Kind = ObjectKind.BattleNpc, NameId = 10635 },
// Guhuo Niao
Expand Down Expand Up @@ -1104,6 +1116,8 @@ public override void RenderEditor(string path)
new Entry() { Type = Entry.EntryTypeEnum.BRank, Kind = ObjectKind.BattleNpc, NameId = 10645 },
// Lycidas
new Entry() { Type = Entry.EntryTypeEnum.BRank, Kind = ObjectKind.BattleNpc, NameId = 4360 },
// Mad Maguey
new Entry() { Type = Entry.EntryTypeEnum.BRank, Kind = ObjectKind.BattleNpc, NameId = 13144 },
// Manes
new Entry() { Type = Entry.EntryTypeEnum.BRank, Kind = ObjectKind.BattleNpc, NameId = 6012 },
// Mindmaker
Expand Down Expand Up @@ -1144,6 +1158,8 @@ public override void RenderEditor(string path)
new Entry() { Type = Entry.EntryTypeEnum.BRank, Kind = ObjectKind.BattleNpc, NameId = 10644 },
// Skogs Fru
new Entry() { Type = Entry.EntryTypeEnum.BRank, Kind = ObjectKind.BattleNpc, NameId = 2928 },
// The Slammer
new Entry() { Type = Entry.EntryTypeEnum.BRank, Kind = ObjectKind.BattleNpc, NameId = 13146 },
// Squonk
new Entry() { Type = Entry.EntryTypeEnum.BRank, Kind = ObjectKind.BattleNpc, NameId = 4358 },
// Stinging Sophie
Expand Down
3 changes: 3 additions & 0 deletions Lemegeton/Language/Chinese.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ internal class Chinese : Core.Language

public Chinese(State st) : base(st)
{
#region 1.0.4.2
//AddEntry("Changelog/1.0.4.2", " added all the missing A/B ranks for Dawntrail");
#endregion
#region 1.0.4.1
//AddEntry("Content/Miscellaneous/Radar/AlertFinder/IncludeHP", "Include HP % on the name tag");
//AddEntry("Changelog/1.0.4.1", " added an option to show HP % on the name tag of Radar/Finder");
Expand Down
3 changes: 3 additions & 0 deletions Lemegeton/Language/Danish.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ internal class Danish : Core.Language

public Danish(State st) : base(st)
{
#region 1.0.4.2
//AddEntry("Changelog/1.0.4.2", " added all the missing A/B ranks for Dawntrail");
#endregion
#region 1.0.4.1
//AddEntry("Content/Miscellaneous/Radar/AlertFinder/IncludeHP", "Include HP % on the name tag");
//AddEntry("Changelog/1.0.4.1", " added an option to show HP % on the name tag of Radar/Finder");
Expand Down
3 changes: 3 additions & 0 deletions Lemegeton/Language/English.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ internal class English : Core.Language

public English(State st) : base(st)
{
#region 1.0.4.2
AddEntry("Changelog/1.0.4.2", " added all the missing A/B ranks for Dawntrail");
#endregion
#region 1.0.4.1
AddEntry("Content/Miscellaneous/Radar/AlertFinder/IncludeHP", "Include HP % on the name tag");
AddEntry("Changelog/1.0.4.1", " added an option to show HP % on the name tag of Radar/Finder");
Expand Down
3 changes: 3 additions & 0 deletions Lemegeton/Language/French.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ internal class French : Core.Language

public French(State st) : base(st)
{
#region 1.0.4.2
//AddEntry("Changelog/1.0.4.2", " added all the missing A/B ranks for Dawntrail");
#endregion
#region 1.0.4.1
//AddEntry("Content/Miscellaneous/Radar/AlertFinder/IncludeHP", "Include HP % on the name tag");
//AddEntry("Changelog/1.0.4.1", " added an option to show HP % on the name tag of Radar/Finder");
Expand Down
3 changes: 3 additions & 0 deletions Lemegeton/Language/German.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ internal class German : Core.Language

public German(State st) : base(st)
{
#region 1.0.4.2
//AddEntry("Changelog/1.0.4.2", " added all the missing A/B ranks for Dawntrail");
#endregion
#region 1.0.4.1
//AddEntry("Content/Miscellaneous/Radar/AlertFinder/IncludeHP", "Include HP % on the name tag");
//AddEntry("Changelog/1.0.4.1", " added an option to show HP % on the name tag of Radar/Finder");
Expand Down
3 changes: 3 additions & 0 deletions Lemegeton/Language/Japanese.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ internal class Japanese : Core.Language

public Japanese(State st) : base(st)
{
#region 1.0.4.2
//AddEntry("Changelog/1.0.4.2", " added all the missing A/B ranks for Dawntrail");
#endregion
#region 1.0.4.1
//AddEntry("Content/Miscellaneous/Radar/AlertFinder/IncludeHP", "Include HP % on the name tag");
//AddEntry("Changelog/1.0.4.1", " added an option to show HP % on the name tag of Radar/Finder");
Expand Down
3 changes: 3 additions & 0 deletions Lemegeton/Language/Korean.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ internal class Korean : Core.Language

public Korean(State st) : base(st)
{
#region 1.0.4.2
//AddEntry("Changelog/1.0.4.2", " added all the missing A/B ranks for Dawntrail");
#endregion
#region 1.0.4.1
//AddEntry("Content/Miscellaneous/Radar/AlertFinder/IncludeHP", "Include HP % on the name tag");
//AddEntry("Changelog/1.0.4.1", " added an option to show HP % on the name tag of Radar/Finder");
Expand Down
5 changes: 3 additions & 2 deletions Lemegeton/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public sealed class Plugin : IDalamudPlugin
#else
public string Name => "Lemegeton";
#endif
public string Version = "1.0.4.1";
public string Version = "1.0.4.2";

internal class Downloadable
{
Expand All @@ -79,7 +79,8 @@ internal class ActionTypeItem
internal List<Tuple<Version, string>> ChangeLog = new List<Tuple<Version, string>>()
{
new Tuple<Version, string>(new System.Version("1.0.4.0"), "Changelog/1.0.4.0"),
new Tuple<Version, string>(new System.Version("1.0.4.1"), "Changelog/1.0.4.1")
new Tuple<Version, string>(new System.Version("1.0.4.1"), "Changelog/1.0.4.1"),
new Tuple<Version, string>(new System.Version("1.0.4.2"), "Changelog/1.0.4.2")
};
internal List<Version> ChangeLogVersions = null;

Expand Down

0 comments on commit af8ac02

Please sign in to comment.