mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Yacht Dice: Proguseful items: Dice and 100 Points #4070
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user