added trophy crystals
This commit is contained in:
parent
9e2989ba4f
commit
23b33fe1fc
@ -24,6 +24,8 @@ namespace CurrencyAlert.Enum
|
|||||||
|
|
||||||
[Name("Wolf Marks"), ItemID(25), DefaultThreshold(18000), Category("Battle")]
|
[Name("Wolf Marks"), ItemID(25), DefaultThreshold(18000), Category("Battle")]
|
||||||
WolfMark,
|
WolfMark,
|
||||||
|
[Name("Trophy Crystal"), ItemID(36656), DefaultThreshold(18000), Category("Battle")]
|
||||||
|
TrophyCrystal,
|
||||||
|
|
||||||
[Name("Allied Seals"), ItemID(27), DefaultThreshold(3500), Category("Battle")]
|
[Name("Allied Seals"), ItemID(27), DefaultThreshold(3500), Category("Battle")]
|
||||||
AlliedSeal,
|
AlliedSeal,
|
||||||
@ -31,7 +33,6 @@ namespace CurrencyAlert.Enum
|
|||||||
CenturioSeal,
|
CenturioSeal,
|
||||||
[Name("Sack of Nuts"), ItemID(26533), DefaultThreshold(3500), Category("Battle")]
|
[Name("Sack of Nuts"), ItemID(26533), DefaultThreshold(3500), Category("Battle")]
|
||||||
SackOfNut,
|
SackOfNut,
|
||||||
|
|
||||||
[Name("Bicolor Gemstone"), ItemID(26807), DefaultThreshold(800), Category("Battle")]
|
[Name("Bicolor Gemstone"), ItemID(26807), DefaultThreshold(800), Category("Battle")]
|
||||||
BicolorGemstone,
|
BicolorGemstone,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user