Add more fate drops as discardable items
This commit is contained in:
parent
ce37130390
commit
b4bdad19f7
@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net7.0-windows</TargetFramework>
|
||||
<Version>4.0</Version>
|
||||
<Version>4.1</Version>
|
||||
<LangVersion>11.0</LangVersion>
|
||||
<Nullable>enable</Nullable>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
|
@ -59,6 +59,20 @@ internal static class InternalConfiguration
|
||||
|
||||
#endregion
|
||||
|
||||
#region Fate drops that can be turned in for mount/glamour/whatever
|
||||
|
||||
12252, // Coeurlregina Horn
|
||||
12253, // Proto Ultima Exoplating
|
||||
18032, // Stygian Ash
|
||||
20521, // Sassho-seki Fragment
|
||||
20638, // Ixion Horn
|
||||
27972, // Archaeotania's Horn
|
||||
27973, // Formidable Cog
|
||||
36633, // Chi Bolt
|
||||
36634, // Daivadipa's Bead
|
||||
|
||||
#endregion
|
||||
|
||||
#region Normal Raid trash (with no weekly lockout)
|
||||
|
||||
// A1-A4
|
||||
|
Loading…
Reference in New Issue
Block a user