aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/moe/nea/ledger/ItemId.kt
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-12-19 20:38:45 +0100
committerLinnea Gräf <nea@nea.moe>2024-12-19 20:38:45 +0100
commit98857e6f70731b9e1d6bd19a51f992c9ca283f4c (patch)
tree8b74027edc4aba25d5e8b420b4f114d5629cabc8 /src/main/kotlin/moe/nea/ledger/ItemId.kt
parenteda44cb8743c709c15a7ed03381d05e43728e647 (diff)
downloadLocalTransactionLedger-98857e6f70731b9e1d6bd19a51f992c9ca283f4c.tar.gz
LocalTransactionLedger-98857e6f70731b9e1d6bd19a51f992c9ca283f4c.tar.bz2
LocalTransactionLedger-98857e6f70731b9e1d6bd19a51f992c9ca283f4c.zip
feat: Archfiend gambling detection
Diffstat (limited to 'src/main/kotlin/moe/nea/ledger/ItemId.kt')
-rw-r--r--src/main/kotlin/moe/nea/ledger/ItemId.kt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/kotlin/moe/nea/ledger/ItemId.kt b/src/main/kotlin/moe/nea/ledger/ItemId.kt
index 74f8e82..2b83357 100644
--- a/src/main/kotlin/moe/nea/ledger/ItemId.kt
+++ b/src/main/kotlin/moe/nea/ledger/ItemId.kt
@@ -27,6 +27,9 @@ value class ItemId(
val BITS = ItemId("SKYBLOCK_BIT")
val COPPER = ItemId("SKYBLOCK_COPPER")
val NIL = ItemId("SKYBLOCK_NIL")
+ val ARCHFIEND_LOW_CLASS = ItemId("ARCHFIEND_DICE")
+ val ARCHFIEND_HIGH_CLASS = ItemId("HIGH_CLASS_ARCHFIEND_DICE")
+ val ARCHFIEND_DYE = ItemId("DYE_ARCHFIEND")
val DUNGEON_CHEST_KEY = ItemId("DUNGEON_CHEST_KEY")
val BOOSTER_COOKIE = ItemId("BOOSTER_COOKIE")
val KISMET_FEATHER = ItemId("KISMET_FEATHER")