1
0

chore: add rounds data

This commit is contained in:
2026-06-06 22:49:21 +08:00
parent 2ac1bb6ec0
commit ce9dee9946
17 changed files with 116 additions and 20 deletions
+116 -20
View File
@@ -17,36 +17,132 @@ ApplicationWindow {
id: rounds id: rounds
ListElement { ListElement {
name: "Round 1" name: "Practice Round 1"
mode: GameService.GameScoring.FirstGuess
item_id: 1070015
item_name: "Perfect Component"
item_image: "images/1070015.webp"
clue: "Module related"
}
ListElement {
name: "Practice Round 2"
mode: GameService.GameScoring.FirstGuessThenHighestAmount mode: GameService.GameScoring.FirstGuessThenHighestAmount
item_id: 1061153 item_id: 1022005
item_name: "Dreamweave Silk Selection Gift Box" item_name: "Buri Mech Shard"
item_image: "" item_image: "images/1022005.webp"
clue: "Dreamweave Silk Selection Gift Box" clue: "Buri Mech Shard"
} }
ListElement { ListElement {
name: "Round 2" name: "Easy Round 1"
mode: GameService.GameScoring.FirstGuess mode: GameService.GameScoring.FirstGuess
item_id: 100 item_id: 1070023
item_name: "Item 2" item_name: "Hero's Radiance"
item_image: "" item_image: "images/1070023.webp"
clue: "Clue 2" clue: "Helps you unlock new class"
} }
ListElement { ListElement {
name: "Round 3" name: "Easy Round 2"
mode: GameService.GameScoring.FirstGuess mode: GameService.GameScoring.FirstGuess
item_id: 100 item_id: 1095002
item_name: "Item 3" item_name: "Jellyfish"
item_image: "" item_image: "images/1095002.webp"
clue: "Clue 3" clue: "Jellyfish"
} }
ListElement { ListElement {
name: "Round 4" name: "Easy Round 3"
mode: GameService.GameScoring.FirstGuess mode: GameService.GameScoring.FirstGuess
item_id: 100 item_id: 1030003
item_name: "Item 4" item_name: "Medal of Light"
item_image: "" item_image: "images/1030003.webp"
clue: "Clue 4" clue: "Medal of Light"
}
ListElement {
name: "Easy Round 4"
mode: GameService.GameScoring.FirstGuess
item_id: 1040202
item_name: "Dreambloom Exquisite Materials - Select"
item_image: "images/1040202.webp"
clue: "Dreambloom Exquisite Materials - Select"
}
ListElement {
name: "Easy Round 5"
mode: GameService.GameScoring.FirstGuess
item_id: 1073008
item_name: "Focus Potion"
item_image: "images/1073008.webp"
clue: "Focus Potion"
}
ListElement {
name: "Easy Round 6"
mode: GameService.GameScoring.FirstGuess
item_id: 1052321
item_name: "Special Cabbage Compass"
item_image: "images/1052321.webp"
clue: "Special Cabbage Compass"
}
ListElement {
name: "Easy Round 7"
mode: GameService.GameScoring.FirstGuess
item_id: 1073109
item_name: "Toy - Ee-chan Firework"
item_image: "images/1073109.webp"
clue: "Toy - Ee-chan Firework"
}
ListElement {
name: "Hard Round 1"
mode: GameService.GameScoring.FirstGuessThenHighestAmount
item_id: 1074002
item_name: "Mixing Agent"
item_image: "images/1074002.webp"
clue: "A rainbow in a bottle helps you dye clothes"
}
ListElement {
name: "Hard Round 2"
mode: GameService.GameScoring.FirstGuessThenHighestAmount
item_id: 1040144
item_name: "Cheer-Up Treat"
item_image: "images/1040144.webp"
clue: "Eat this to become happier"
}
ListElement {
name: "Hard Round 3"
mode: GameService.GameScoring.FirstGuessThenHighestAmount
item_id: 1052108
item_name: "Quicksand of Constant Change - Rare"
item_image: "images/1052108.webp"
clue: "Can Fafala help you escape Quicksand?"
}
ListElement {
name: "Hard Round 4"
mode: GameService.GameScoring.FirstGuessThenHighestAmount
item_id: 1092056
item_name: "Emerald Apple"
item_image: "images/1092056.webp"
clue: "Snow White ate a Apple in BPSR, she will eat an..."
}
ListElement {
name: "Hard Round 5"
mode: GameService.GameScoring.FirstGuessThenHighestAmount
item_id: 1090001
item_name: "Honey"
item_image: "images/1090001.webp"
clue: "Sugar _____ You are my candy girl~"
}
ListElement {
name: "Hard Round 6"
mode: GameService.GameScoring.FirstGuessThenHighestAmount
item_id: 1070058
item_name: "Slumberdream Feather"
item_image: "images/1070058.webp"
clue: "Sleepy chicken also has feathers"
}
ListElement {
name: "Hard Round 7"
mode: GameService.GameScoring.FirstGuessThenHighestAmount
item_id: 1094016
item_name: "Lionfish"
item_image: "images/1094016"
clue: "Can a fish become the King of the Jungle?"
} }
} }
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB