Yacht Dice: Proguseful items: Dice and 100 Points #4070

This commit is contained in:
Spineraks 2024-10-19 16:53:02 +02:00 committed by GitHub
parent ede59ef5a1
commit af14045c3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ class YachtDiceItem(Item):
item_table = {
"Dice": ItemData(16871244000, ItemClassification.progression),
"Dice": ItemData(16871244000, ItemClassification.progression | ItemClassification.useful),
"Dice Fragment": ItemData(16871244001, ItemClassification.progression),
"Roll": ItemData(16871244002, ItemClassification.progression),
"Roll Fragment": ItemData(16871244003, ItemClassification.progression),
@ -64,7 +64,7 @@ item_table = {
# These points are included in the logic and might be necessary to progress.
"1 Point": ItemData(16871244301, ItemClassification.progression_skip_balancing),
"10 Points": ItemData(16871244302, ItemClassification.progression),
"100 Points": ItemData(16871244303, ItemClassification.progression),
"100 Points": ItemData(16871244303, ItemClassification.progression | ItemClassification.useful),
}
# item groups for better hinting