Add special handling for 'Neophyte's Ring'
This commit is contained in:
parent
92f898f1c6
commit
b8e5084e86
@ -1,6 +1,6 @@
|
|||||||
<Project Sdk="Dalamud.NET.Sdk/11.0.0">
|
<Project Sdk="Dalamud.NET.Sdk/11.0.0">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>2.1</Version>
|
<Version>2.2</Version>
|
||||||
<OutputPath>dist</OutputPath>
|
<OutputPath>dist</OutputPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@ internal sealed class ItemList
|
|||||||
{ 24589, 70 },
|
{ 24589, 70 },
|
||||||
{ 33648, 80 },
|
{ 33648, 80 },
|
||||||
{ 41081, 90 },
|
{ 41081, 90 },
|
||||||
|
{ 44410, 60 },
|
||||||
}.AsReadOnly();
|
}.AsReadOnly();
|
||||||
|
|
||||||
public required EClassJob ClassJob { get; init; }
|
public required EClassJob ClassJob { get; init; }
|
||||||
@ -184,7 +185,7 @@ internal sealed class ItemList
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// if they're the same level, place the preferrd item last
|
// if they're the same level, place the preferred item last
|
||||||
if (levelSelf == other.Level)
|
if (levelSelf == other.Level)
|
||||||
{
|
{
|
||||||
priority = (byte)(levelSelf - 1);
|
priority = (byte)(levelSelf - 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user