forked from liza/ARDiscard
Add certain squadron-related stuff to discardable items
This commit is contained in:
parent
b28367fb65
commit
3cce7bce2d
@ -1,7 +1,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net7.0-windows</TargetFramework>
|
<TargetFramework>net7.0-windows</TargetFramework>
|
||||||
<Version>4.1</Version>
|
<Version>4.2</Version>
|
||||||
<LangVersion>11.0</LangVersion>
|
<LangVersion>11.0</LangVersion>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||||
|
@ -48,6 +48,13 @@ internal static class InternalConfiguration
|
|||||||
6223, // Mended Imperial Pot Helm
|
6223, // Mended Imperial Pot Helm
|
||||||
6224, // Mended Imperial Short Robe
|
6224, // Mended Imperial Short Robe
|
||||||
|
|
||||||
|
7060, // Durability Draught
|
||||||
|
14945, // Squadron Enlistment Manual
|
||||||
|
15772, // Contemporary Warfare: Defense
|
||||||
|
15773, // Contemporary Warfare: Offense
|
||||||
|
15774, // Contemporary Warfare: Magicks
|
||||||
|
20790, // High Grade Company-issue Tonic
|
||||||
|
|
||||||
#region Fate drops used in tribal quests
|
#region Fate drops used in tribal quests
|
||||||
|
|
||||||
7001, // Flamefang Choker (Amalj'aa)
|
7001, // Flamefang Choker (Amalj'aa)
|
||||||
|
Loading…
Reference in New Issue
Block a user