Adding Bicolor Gemstone (#3)

main
ShadyWhite 2022-04-16 13:51:30 +08:00 committed by GitHub
parent ab3fdd1978
commit 91b788d5df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ namespace CurrencyAlert.Enum
[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(1000), Category("Battle")]
BicolorGemstone,
[Name("White Crafters' Scrip"), ItemID(25199), DefaultThreshold(1500), Category("Other")] [Name("White Crafters' Scrip"), ItemID(25199), DefaultThreshold(1500), Category("Other")]
WhiteCraftersScrip, WhiteCraftersScrip,
[Name("Purple Crafters' Scrip"), ItemID(33913), DefaultThreshold(1500), Category("Other")] [Name("Purple Crafters' Scrip"), ItemID(33913), DefaultThreshold(1500), Category("Other")]