The Witness: Progressive Symmetry (#2644)

This commit is contained in:
NewSoupVi 2024-01-16 15:13:04 +01:00 committed by GitHub
parent 1c2dcb7b01
commit e6f7ed5060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 4 deletions

View File

@ -16,6 +16,7 @@ Symbols:
72 - Colored Squares 72 - Colored Squares
80 - Arrows 80 - Arrows
200 - Progressive Dots - Dots,Full Dots 200 - Progressive Dots - Dots,Full Dots
210 - Progressive Symmetry - Symmetry,Colored Dots
260 - Progressive Stars - Stars,Stars + Same Colored Symbol 260 - Progressive Stars - Stars,Stars + Same Colored Symbol
Useful: Useful:

View File

@ -227,9 +227,8 @@ def get_priority_hint_items(world: "WitnessWorld") -> List[str]:
"Eraser", "Eraser",
"Black/White Squares", "Black/White Squares",
"Colored Squares", "Colored Squares",
"Colored Dots",
"Sound Dots", "Sound Dots",
"Symmetry" "Progressive Symmetry"
] ]
priority.update(world.random.sample(symbols, 5)) priority.update(world.random.sample(symbols, 5))

View File

@ -1,9 +1,8 @@
Items: Items:
Arrows Arrows
Progressive Dots Progressive Dots
Colored Dots
Sound Dots Sound Dots
Symmetry Progressive Symmetry
Triangles Triangles
Eraser Eraser
Shapers Shapers