diff --git a/src/inventory_wars/gui/InventoryWars/Main.qml b/src/inventory_wars/gui/InventoryWars/Main.qml index 44c5bff..07df54b 100644 --- a/src/inventory_wars/gui/InventoryWars/Main.qml +++ b/src/inventory_wars/gui/InventoryWars/Main.qml @@ -17,36 +17,132 @@ ApplicationWindow { id: rounds 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 - item_id: 1061153 - item_name: "Dreamweave Silk Selection Gift Box" - item_image: "" - clue: "Dreamweave Silk Selection Gift Box" + item_id: 1022005 + item_name: "Buri Mech Shard" + item_image: "images/1022005.webp" + clue: "Buri Mech Shard" } ListElement { - name: "Round 2" + name: "Easy Round 1" mode: GameService.GameScoring.FirstGuess - item_id: 100 - item_name: "Item 2" - item_image: "" - clue: "Clue 2" + item_id: 1070023 + item_name: "Hero's Radiance" + item_image: "images/1070023.webp" + clue: "Helps you unlock new class" } ListElement { - name: "Round 3" + name: "Easy Round 2" mode: GameService.GameScoring.FirstGuess - item_id: 100 - item_name: "Item 3" - item_image: "" - clue: "Clue 3" + item_id: 1095002 + item_name: "Jellyfish" + item_image: "images/1095002.webp" + clue: "Jellyfish" } ListElement { - name: "Round 4" + name: "Easy Round 3" mode: GameService.GameScoring.FirstGuess - item_id: 100 - item_name: "Item 4" - item_image: "" - clue: "Clue 4" + item_id: 1030003 + item_name: "Medal of Light" + item_image: "images/1030003.webp" + 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?" } } diff --git a/src/inventory_wars/gui/InventoryWars/images/1022005.webp b/src/inventory_wars/gui/InventoryWars/images/1022005.webp new file mode 100644 index 0000000..850225b Binary files /dev/null and b/src/inventory_wars/gui/InventoryWars/images/1022005.webp differ diff --git a/src/inventory_wars/gui/InventoryWars/images/1030003.webp b/src/inventory_wars/gui/InventoryWars/images/1030003.webp new file mode 100644 index 0000000..3332221 Binary files /dev/null and b/src/inventory_wars/gui/InventoryWars/images/1030003.webp differ diff --git a/src/inventory_wars/gui/InventoryWars/images/1040144.webp b/src/inventory_wars/gui/InventoryWars/images/1040144.webp new file mode 100644 index 0000000..160306b Binary files /dev/null and b/src/inventory_wars/gui/InventoryWars/images/1040144.webp differ diff --git a/src/inventory_wars/gui/InventoryWars/images/1040202.webp b/src/inventory_wars/gui/InventoryWars/images/1040202.webp new file mode 100644 index 0000000..778009b Binary files /dev/null and b/src/inventory_wars/gui/InventoryWars/images/1040202.webp differ diff --git a/src/inventory_wars/gui/InventoryWars/images/1052108.webp b/src/inventory_wars/gui/InventoryWars/images/1052108.webp new file mode 100644 index 0000000..4c17204 Binary files /dev/null and b/src/inventory_wars/gui/InventoryWars/images/1052108.webp differ diff --git a/src/inventory_wars/gui/InventoryWars/images/1052321.webp b/src/inventory_wars/gui/InventoryWars/images/1052321.webp new file mode 100644 index 0000000..4fba876 Binary files /dev/null and b/src/inventory_wars/gui/InventoryWars/images/1052321.webp differ diff --git a/src/inventory_wars/gui/InventoryWars/images/1070015.webp b/src/inventory_wars/gui/InventoryWars/images/1070015.webp new file mode 100644 index 0000000..52192ce Binary files /dev/null and b/src/inventory_wars/gui/InventoryWars/images/1070015.webp differ diff --git a/src/inventory_wars/gui/InventoryWars/images/1070023.webp b/src/inventory_wars/gui/InventoryWars/images/1070023.webp new file mode 100644 index 0000000..f15f4aa Binary files /dev/null and b/src/inventory_wars/gui/InventoryWars/images/1070023.webp differ diff --git a/src/inventory_wars/gui/InventoryWars/images/1070058.webp b/src/inventory_wars/gui/InventoryWars/images/1070058.webp new file mode 100644 index 0000000..a51e25a Binary files /dev/null and b/src/inventory_wars/gui/InventoryWars/images/1070058.webp differ diff --git a/src/inventory_wars/gui/InventoryWars/images/1073008.webp b/src/inventory_wars/gui/InventoryWars/images/1073008.webp new file mode 100644 index 0000000..3e662a6 Binary files /dev/null and b/src/inventory_wars/gui/InventoryWars/images/1073008.webp differ diff --git a/src/inventory_wars/gui/InventoryWars/images/1073109.webp b/src/inventory_wars/gui/InventoryWars/images/1073109.webp new file mode 100644 index 0000000..2487453 Binary files /dev/null and b/src/inventory_wars/gui/InventoryWars/images/1073109.webp differ diff --git a/src/inventory_wars/gui/InventoryWars/images/1074002.webp b/src/inventory_wars/gui/InventoryWars/images/1074002.webp new file mode 100644 index 0000000..bf3e5df Binary files /dev/null and b/src/inventory_wars/gui/InventoryWars/images/1074002.webp differ diff --git a/src/inventory_wars/gui/InventoryWars/images/1090001.webp b/src/inventory_wars/gui/InventoryWars/images/1090001.webp new file mode 100644 index 0000000..708c13e Binary files /dev/null and b/src/inventory_wars/gui/InventoryWars/images/1090001.webp differ diff --git a/src/inventory_wars/gui/InventoryWars/images/1092056.webp b/src/inventory_wars/gui/InventoryWars/images/1092056.webp new file mode 100644 index 0000000..694032d Binary files /dev/null and b/src/inventory_wars/gui/InventoryWars/images/1092056.webp differ diff --git a/src/inventory_wars/gui/InventoryWars/images/1094016.webp b/src/inventory_wars/gui/InventoryWars/images/1094016.webp new file mode 100644 index 0000000..238f8cc Binary files /dev/null and b/src/inventory_wars/gui/InventoryWars/images/1094016.webp differ diff --git a/src/inventory_wars/gui/InventoryWars/images/1095002.webp b/src/inventory_wars/gui/InventoryWars/images/1095002.webp new file mode 100644 index 0000000..ee24331 Binary files /dev/null and b/src/inventory_wars/gui/InventoryWars/images/1095002.webp differ