ID int64 1 2.56k | Game stringclasses 6 values | tier int64 1 3 | Question stringlengths 25 2.21k | Answer stringlengths 1 309 | game_state_url stringlengths 34 161 |
|---|---|---|---|---|---|
850 | pax_ren | 3 | Given the provided game state, how can the blue player win the game in 2 actions?
**Please format your response as an ordered JSON list of actions. Each action should follow the format shown below:**
```json
[
{
"action": "West Tableau Ops",
"cards": {
"Tolfa Alum": {}
}
},
{
"action": "West Trade Fair",
"cards": {
"West": {}
}
},
{
"action": "Victory",
"cards": {
"Renaissance Victory" : {}
}
}
]
```
### Format Specifications:
Each list item represents one **action** as a dictionary with the following keys:
1. **"action"** (string):
Must be one of the following valid actions:
`["Purchase", "Play", "Sell", "West Tableau Ops", "East Tableau Ops", "West Trade Fair", "East Trade Fair", "Victory"]`
2. **"cards"** (dictionary):
A mapping from **card names** to empty dictionaries. If the action is "Trade Fair", indicate "West" or "East" as card name. If the action is "Victory", indicate the type of victory to be declared, including "Imperial Victory", "Globalization Victory", "Renaissance Victory", and "Holy Victory". | [{"action": "West Tableau Ops", "cards": {"Tolfa Alum": {}}}, {"action": "Victory", "cards": {"Renaissance Victory/Globalization Victory": {}}}] | gamestates/images/pax_ren/217_1.png;gamestates/images/pax_ren/217_2.png;gamestates/images/pax_ren/217_3.png;gamestates/images/pax_ren/217_4.png |
851 | pax_ren | 3 | Given the provided game state, how can the blue player win the game in 2 actions?
**Please format your response as an ordered JSON list of actions. Each action should follow the format shown below:**
```json
[
{
"action": "West Tableau Ops",
"cards": {
"Tolfa Alum": {
"trigger": "Vote",
"florin_change": 0
}
}
},
{
"action": "West Trade Fair",
"cards": {
"West": {
"trigger": null,
"florin_change": -1
}
}
},
{
"action": "Victory",
"cards": {
"Renaissance Victory": {
"trigger": null,
"florin_change": 0
}
}
}
]
```
### Format Specifications:
Each list item represents one **action** as a dictionary with the following keys:
1. **"action"** (string):
Must be one of the following valid actions:
`["Purchase", "Play", "Sell", "West Tableau Ops", "East Tableau Ops", "West Trade Fair", "East Trade Fair", "Victory"]`
2. **"cards"** (dictionary):
A mapping from **card names** to dictionaries of arguments. If the action is "Trade Fair", indicate "West" or "East" as card name. If the action is "Victory", indicate the type of victory to be declared, including "Imperial Victory", "Globalization Victory", "Renaissance Victory", and "Holy Victory". Each card dictionary must include:
* **"trigger"** (string or null):
* For **"Play"** actions:
Use `null` if no one-shot is triggered, or one of the following one-shot names:
`["Conspiracy", "Peasant Revolt", "Reformation", "Crusade", "Jihad", "Apostasy", "Coronation"]`
* For **"Tableau Ops"** actions:
Use one of the following operation names:
`["Inquisitor", "Commerce", "Behead", "Tax", "Repress", "Vote", "Corsair", "Siege", "Campaign"]`
* For all other actions, set `"trigger"` to `null`.
* **"florin\_change"** (integer):
The net change in florins for the player being asked about. This can be a positive, negative, or zero value. | [{"action": "West Tableau Ops", "cards": {"Tolfa Alum": {"trigger": "Vote", "florin_change": 0}}}, {"action": "Victory", "cards": {"Renaissance Victory/Globalization Victory": {"trigger": null, "florin_change": 0}}}] | gamestates/images/pax_ren/217_1.png;gamestates/images/pax_ren/217_2.png;gamestates/images/pax_ren/217_3.png;gamestates/images/pax_ren/217_4.png |
852 | pax_ren | 3 | Given the provided game state, how can the blue player win the game in 3 actions?
**Please format your response as an ordered JSON list of actions. Each action should follow the format shown below:**
```json
[
{
"action": "West Tableau Ops"
},
{
"action": "West Trade Fair"
},
{
"action": "Victory"
}
]
```
### Format Specifications:
Each list item represents one **action** as a dictionary with the following keys:
1. **"action"** (string):
Must be one of the following valid actions:
`["Purchase", "Play", "Sell", "West Tableau Ops", "East Tableau Ops", "West Trade Fair", "East Trade Fair", "Victory"]` | [{"action": "Purchase"}, {"action": "Play"}, {"action": "Victory"}] | gamestates/images/pax_ren/218_1.png;gamestates/images/pax_ren/218_2.png;gamestates/images/pax_ren/218_3.png;gamestates/images/pax_ren/218_4.png |
853 | pax_ren | 3 | Given the provided game state, how can the blue player win the game in 3 actions?
**Please format your response as an ordered JSON list of actions. Each action should follow the format shown below:**
```json
[
{
"action": "West Tableau Ops",
"cards": {
"Tolfa Alum": {}
}
},
{
"action": "West Trade Fair",
"cards": {
"West": {}
}
},
{
"action": "Victory",
"cards": {
"Renaissance Victory" : {}
}
}
]
```
### Format Specifications:
Each list item represents one **action** as a dictionary with the following keys:
1. **"action"** (string):
Must be one of the following valid actions:
`["Purchase", "Play", "Sell", "West Tableau Ops", "East Tableau Ops", "West Trade Fair", "East Trade Fair", "Victory"]`
2. **"cards"** (dictionary):
A mapping from **card names** to empty dictionaries. If the action is "Trade Fair", indicate "West" or "East" as card name. If the action is "Victory", indicate the type of victory to be declared, including "Imperial Victory", "Globalization Victory", "Renaissance Victory", and "Holy Victory". | [{"action": "Purchase", "cards": {"Cornish Tin": {}}}, {"action": "Play", "cards": {"Cornish Tin": {}}}, {"action": "Victory", "cards": {"Renaissance Victory/Globalization Victory": {}}}] | gamestates/images/pax_ren/218_1.png;gamestates/images/pax_ren/218_2.png;gamestates/images/pax_ren/218_3.png;gamestates/images/pax_ren/218_4.png |
854 | pax_ren | 3 | Given the provided game state, how can the blue player win the game in 3 actions?
**Please format your response as an ordered JSON list of actions. Each action should follow the format shown below:**
```json
[
{
"action": "West Tableau Ops",
"cards": {
"Tolfa Alum": {
"trigger": "Vote",
"florin_change": 0
}
}
},
{
"action": "West Trade Fair",
"cards": {
"West": {
"trigger": null,
"florin_change": -1
}
}
},
{
"action": "Victory",
"cards": {
"Renaissance Victory": {
"trigger": null,
"florin_change": 0
}
}
}
]
```
### Format Specifications:
Each list item represents one **action** as a dictionary with the following keys:
1. **"action"** (string):
Must be one of the following valid actions:
`["Purchase", "Play", "Sell", "West Tableau Ops", "East Tableau Ops", "West Trade Fair", "East Trade Fair", "Victory"]`
2. **"cards"** (dictionary):
A mapping from **card names** to dictionaries of arguments. If the action is "Trade Fair", indicate "West" or "East" as card name. If the action is "Victory", indicate the type of victory to be declared, including "Imperial Victory", "Globalization Victory", "Renaissance Victory", and "Holy Victory". Each card dictionary must include:
* **"trigger"** (string or null):
* For **"Play"** actions:
Use `null` if no one-shot is triggered, or one of the following one-shot names:
`["Conspiracy", "Peasant Revolt", "Reformation", "Crusade", "Jihad", "Apostasy", "Coronation"]`
* For **"Tableau Ops"** actions:
Use one of the following operation names:
`["Inquisitor", "Commerce", "Behead", "Tax", "Repress", "Vote", "Corsair", "Siege", "Campaign"]`
* For all other actions, set `"trigger"` to `null`.
* **"florin\_change"** (integer):
The net change in florins for the player being asked about. This can be a positive, negative, or zero value. | [{"action": "Purchase", "cards": {"Cornish Tin": {"trigger": null, "florin_change": -2}}}, {"action": "Play", "cards": {"Cornish Tin": {"trigger": null, "florin_change": 0}}}, {"action": "Victory", "cards": {"Renaissance Victory/Globalization Victory": {"trigger": null, "florin_change": 0}}}] | gamestates/images/pax_ren/218_1.png;gamestates/images/pax_ren/218_2.png;gamestates/images/pax_ren/218_3.png;gamestates/images/pax_ren/218_4.png |
855 | pax_ren | 3 | Given the provided game state, how can the blue player win the game in 2 actions?
**Please format your response as an ordered JSON list of actions. Each action should follow the format shown below:**
```json
[
{
"action": "West Tableau Ops"
},
{
"action": "West Trade Fair"
},
{
"action": "Victory"
}
]
```
### Format Specifications:
Each list item represents one **action** as a dictionary with the following keys:
1. **"action"** (string):
Must be one of the following valid actions:
`["Purchase", "Play", "Sell", "West Tableau Ops", "East Tableau Ops", "West Trade Fair", "East Trade Fair", "Victory"]` | [{"action": "West Tableau Ops"}, {"action": "Victory"}] | gamestates/images/pax_ren/219_1.png;gamestates/images/pax_ren/219_2.png;gamestates/images/pax_ren/219_3.png;gamestates/images/pax_ren/219_4.png |
856 | pax_ren | 3 | Given the provided game state, how can the blue player win the game in 2 actions?
**Please format your response as an ordered JSON list of actions. Each action should follow the format shown below:**
```json
[
{
"action": "West Tableau Ops",
"cards": {
"Tolfa Alum": {}
}
},
{
"action": "West Trade Fair",
"cards": {
"West": {}
}
},
{
"action": "Victory",
"cards": {
"Renaissance Victory" : {}
}
}
]
```
### Format Specifications:
Each list item represents one **action** as a dictionary with the following keys:
1. **"action"** (string):
Must be one of the following valid actions:
`["Purchase", "Play", "Sell", "West Tableau Ops", "East Tableau Ops", "West Trade Fair", "East Trade Fair", "Victory"]`
2. **"cards"** (dictionary):
A mapping from **card names** to empty dictionaries. If the action is "Trade Fair", indicate "West" or "East" as card name. If the action is "Victory", indicate the type of victory to be declared, including "Imperial Victory", "Globalization Victory", "Renaissance Victory", and "Holy Victory". | [{"action": "West Tableau Ops", "cards": {"Cornish Tin": {}}}, {"action": "Victory", "cards": {"Globalization Victory": {}}}] | gamestates/images/pax_ren/219_1.png;gamestates/images/pax_ren/219_2.png;gamestates/images/pax_ren/219_3.png;gamestates/images/pax_ren/219_4.png |
857 | pax_ren | 3 | Given the provided game state, how can the blue player win the game in 2 actions?
**Please format your response as an ordered JSON list of actions. Each action should follow the format shown below:**
```json
[
{
"action": "West Tableau Ops",
"cards": {
"Tolfa Alum": {
"trigger": "Vote",
"florin_change": 0
}
}
},
{
"action": "West Trade Fair",
"cards": {
"West": {
"trigger": null,
"florin_change": -1
}
}
},
{
"action": "Victory",
"cards": {
"Renaissance Victory": {
"trigger": null,
"florin_change": 0
}
}
}
]
```
### Format Specifications:
Each list item represents one **action** as a dictionary with the following keys:
1. **"action"** (string):
Must be one of the following valid actions:
`["Purchase", "Play", "Sell", "West Tableau Ops", "East Tableau Ops", "West Trade Fair", "East Trade Fair", "Victory"]`
2. **"cards"** (dictionary):
A mapping from **card names** to dictionaries of arguments. If the action is "Trade Fair", indicate "West" or "East" as card name. If the action is "Victory", indicate the type of victory to be declared, including "Imperial Victory", "Globalization Victory", "Renaissance Victory", and "Holy Victory". Each card dictionary must include:
* **"trigger"** (string or null):
* For **"Play"** actions:
Use `null` if no one-shot is triggered, or one of the following one-shot names:
`["Conspiracy", "Peasant Revolt", "Reformation", "Crusade", "Jihad", "Apostasy", "Coronation"]`
* For **"Tableau Ops"** actions:
Use one of the following operation names:
`["Inquisitor", "Commerce", "Behead", "Tax", "Repress", "Vote", "Corsair", "Siege", "Campaign"]`
* For all other actions, set `"trigger"` to `null`.
* **"florin\_change"** (integer):
The net change in florins for the player being asked about. This can be a positive, negative, or zero value. | [{"action": "West Tableau Ops", "cards": {"Cornish Tin": {"trigger": "Vote", "florin_change": 0}}}, {"action": "Victory", "cards": {"Globalization Victory": {"trigger": null, "florin_change": 0}}}] | gamestates/images/pax_ren/219_1.png;gamestates/images/pax_ren/219_2.png;gamestates/images/pax_ren/219_3.png;gamestates/images/pax_ren/219_4.png |
1,021 | Res Arcana | 1 | How many places are red-stamped-background numbers shown? | 4 | gamestates/images/res arcana/t4_1.png |
1,022 | Res Arcana | 1 | What is the sum of the red-stamped-background numbers pictured here? | 7 | gamestates/images/res arcana/t4_1.png |
1,023 | Res Arcana | 1 | How many rectangular object are pictured? | 3 | gamestates/images/res arcana/t4_1.png |
1,024 | Res Arcana | 1 | How many tokens are there which are placed *on* cards? | 1 | gamestates/images/res arcana/t4_2.png |
1,025 | Res Arcana | 1 | How many physical tokens are directly on the table / red felt? | 5 | gamestates/images/res arcana/t4_2.png |
1,026 | Res Arcana | 1 | What is the name of the leftmost card? | Alchemy | gamestates/images/res arcana/t4_2.png |
1,027 | Res Arcana | 1 | What is the name of the card that has the most text on it? | Fire Dragon | gamestates/images/res arcana/t4_2.png |
1,028 | Res Arcana | 1 | How many resource tokens are on the table? | 4 | gamestates/images/res arcana/t4_3.png |
1,029 | Res Arcana | 1 | What color are the resources on the table? Your options are Red, Orange, Yellow, Green, Blue, Purple, Pink. | Yellow | gamestates/images/res arcana/t4_3.png |
1,030 | Res Arcana | 1 | What color of resources are physically on the cards? Your options are Red, Orange, Yellow, Green, Blue, Purple, Pink. If multiple colors, output in alphabetical order, comma separated. | Green, Red, Yellow | gamestates/images/res arcana/t4_4.png |
1,031 | Res Arcana | 1 | How many rectangular objects are turned sideways? | 2 | gamestates/images/res arcana/t4_4.png |
1,032 | Res Arcana | 1 | How many rectangular objects are oriented vertically? | 3 | gamestates/images/res arcana/t4_4.png |
1,033 | Res Arcana | 1 | What color of resources are physically on the cards that are turned sideways? Your options are Red, Orange, Yellow, Green, Blue, Purple, Pink. If multiple colors, output in alphabetical order, comma separated. | Yellow | gamestates/images/res arcana/t4_4.png |
1,034 | Res Arcana | 1 | What color of resources are physically on the cards that are oriented vertically? Your options are Red, Orange, Yellow, Green, Blue, Purple, Pink. If multiple colors, output in alphabetical order, comma separated. | Green, Red | gamestates/images/res arcana/t4_4.png |
1,035 | Res Arcana | 1 | How many dragon symbols are pictured? | 1 | gamestates/images/res arcana/t4_4.png |
1,036 | Res Arcana | 1 | What color(s) of resources are physically on the rectangular objects that are pictured? Your options are Red, Orange, Yellow, Green, Blue, Purple, Pink. If multiple colors, output in alphabetical order, comma separated. | Green, Red, Yellow | gamestates/images/res arcana/t4_5.png |
1,037 | Res Arcana | 1 | What color(s) of resources are physically on the card whose title comes second alphabetically? Your options are Red, Orange, Yellow, Green, Blue, Purple, Pink. If multiple colors, output in alphabetical order, comma separated. | Green, Red | gamestates/images/res arcana/t4_5.png |
1,038 | Res Arcana | 1 | What color(s) of resources are physically on the card whose title comes last alphabetically? Your options are Red, Orange, Yellow, Green, Blue, Purple, Pink. If multiple colors, output in alphabetical order, comma separated. | Yellow | gamestates/images/res arcana/t4_5.png |
1,038 | Res Arcana | 1 | What number is printed on the round disc? | 1 | gamestates/images/res arcana/t4_5.png |
1,020 | Res Arcana | 1 | How many items are on the table? | 4 | gamestates/images/res arcana/t4_1.png |
301 | Res Arcana | 1 | How many Gold essences are pictured? | 5 | gamestates/images/res arcana/t1_simple_gold_counting.png |
302 | Res Arcana | 1 | How many Gold essences are pictured? | 6 | gamestates/images/res arcana/t1_gold_multisource.png |
303 | Res Arcana | 1 | What is the name of the card? | Fire Dragon | gamestates/images/res arcana/t1_simple_card.png |
304 | Res Arcana | 1 | Output all of the words mentioned on the card in alphabetical order. Output them in lowercase, space-separated, and don't remove redundant words | all choose dragon dragon fire ignore may rivals rivals to | gamestates/images/res arcana/t1_simple_card.png |
305 | Res Arcana | 1 | Output all of the words mentioned on the card in alphabetical order. Output them in lowercase, space-separated, and don't remove redundant words | all choose dragon dragon fire ignore may rivals rivals to | gamestates/images/res arcana/t1_simple_card.png |
306 | Res Arcana | 1 | Output all of the words mentioned on the card in alphabetical order. Output them in lowercase, space-separated, and don't remove redundant words | all all castle check choose choose coral dragon dragon dragon dragon earth fire ignore ignore ignore may may now of place power react rivals rivals rivals rivals to to to victory | gamestates/images/res arcana/t1_multi_card_pp.png |
307 | Res Arcana | 1 | What are the names of the cards, ordered right to left? Output lowercase, comma-separated answers. | Coral Castle, Earth Dragon, Fire Dragon | gamestates/images/res arcana/t1_multi_card_pp.png |
308 | Res Arcana | 1 | How many cards are oriented sideways? | Zero | gamestates/images/res arcana/t1_multi_card_pp.png |
309 | Res Arcana | 1 | How many cards are oriented sideways? | Zero | gamestates/images/res arcana/t1_multi_card_pp.png |
310 | Res Arcana | 1 | What is the sum of all numbers printed on the cards? | Smaller cards: 2, Larger cards: 1 | gamestates/images/res arcana/t1_multi_card_pp.png |
311 | Res Arcana | 1 | How many of each size of card are there? Output in the format: 'Smaller: <num>, Medium <num>, Larger <num>' | Smaller: 1, Medium: 2, Larger: 1 | gamestates/images/res arcana/t1_multi_all_sizes.png |
312 | Res Arcana | 1 | How many arrow symbols are present on the pictured cards? | 17 | gamestates/images/res arcana/t1_multi_all_sizes.png |
313 | Res Arcana | 1 | How many paw-prints are pictured on the cards in this image? | 1 | gamestates/images/res arcana/t1_multi_all_sizes.png |
314 | Res Arcana | 1 | How many dragon symbols are pictured on the cards in this image? | 1 | gamestates/images/res arcana/t1_multi_all_sizes.png |
315 | Res Arcana | 1 | How many cards mention rivals? | 1 | gamestates/images/res arcana/t1_multi_all_sizes.png |
316 | Res Arcana | 1 | How many cards mention rivals? | 1 | gamestates/images/res arcana/t1_tapped_card.png |
317 | Res Arcana | 1 | How many cards have physical tokens/pieces placed on them? | 1 | gamestates/images/res arcana/t1_tapped_card.png |
318 | Res Arcana | 1 | How many physical tokens/pieces are visible in this picture? | 5 | gamestates/images/res arcana/t1_resources_varied.png |
319 | Res Arcana | 1 | Are there more physical tokens/pieces on the cards, or not on the cards? Output either 'On cards' or 'Not on cards' | Not on cards | gamestates/images/res arcana/t1_resources_varied.png |
320 | Res Arcana | 1 | How many red resources are indicated on physical printed cards, and how many red resources are physically present within the supplied game state? Format the answer as 'indicated red resources: <num>, 'physical red resources': <num>'' | indicated red resources: 6, physical red resources: 1 | gamestates/images/res arcana/t1_resources_varied.png |
1,131 | Res Arcana | 2 | Which game piece(s) currently nets the most victory points? | Coral Castle | gamestates/images/res arcana/t4_1.png |
1,132 | Res Arcana | 2 | Which game piece(s) currently nets the fewest victory points? | Dwarven Mines | gamestates/images/res arcana/t4_1.png |
1,133 | Res Arcana | 2 | If the player were to activate all of their powers left to right, how many essences would they have in their essence pool at the end? Format as Original Number: <num>, New Number: <num>, Amount Changed: <num> | Original Number: 5, New Number: 2, Amount Changed: -3 | gamestates/images/res arcana/t4_2.png |
1,134 | Res Arcana | 2 | How many essences would the player net if they activated Alchemy? Format as Original Number: <num>, New Number: <num>, Amount Changed: <num> | Original Number: 5, New Number: 3, Amount Changed: -2 | gamestates/images/res arcana/t4_2.png |
1,135 | Res Arcana | 2 | How many points does the player currently have? | 5 | gamestates/images/res arcana/t4_4.png |
1,136 | Res Arcana | 2 | How many powers does the player have that they could validly trigger? | 1 | gamestates/images/res arcana/t4_4.png |
1,137 | Res Arcana | 2 | Assuming the player had an infinite essence pool pictured off screen, how many powers could they validly choose from for their next action? | 2 | gamestates/images/res arcana/t4_4.png |
1,138 | Res Arcana | 2 | How many points does the player currently score if the game ended now? | 6 | gamestates/images/res arcana/t4_6.png |
1,139 | Res Arcana | 2 | How many points does the player currently score if the game ended now? | 6 | gamestates/images/res arcana/t4_5.png |
1,130 | Res Arcana | 2 | How many victory points is the player currently showing if the game ended now? | 6 | gamestates/images/res arcana/t4_1.png |
401 | Res Arcana | 2 | What essences will the player passively gain at the start of the round from the supply? | The player can gain either 1 Death or 1 Life essence | gamestates/images/res arcana/t2_passive1.png |
402 | Res Arcana | 2 | What essence types are in the player's essence pool? Order alphabetically. | Calm, Elan, Gold, Life | gamestates/images/res arcana/t2_passive1.png |
403 | Res Arcana | 2 | How many components are pictured? | Three | gamestates/images/res arcana/t2_passive1.png |
404 | Res Arcana | 2 | Which components pictured are 'First Game' suggested components? | Sacred Grove Place of Power | gamestates/images/res arcana/t2_passive1.png |
405 | Res Arcana | 2 | What is the total essence cost of the displayed components? | 6 Elan, 8 Life, 4 Calm | gamestates/images/res arcana/t2_passive1.png |
406 | Res Arcana | 2 | What type of component is the left-most component? | Artifact | gamestates/images/res arcana/t2_passive1.png |
407 | Res Arcana | 2 | What type of component is the central component? | Place of Power | gamestates/images/res arcana/t2_passive1.png |
408 | Res Arcana | 2 | What type of component is the right-most component? | Magic Item | gamestates/images/res arcana/t2_passive1.png |
409 | Res Arcana | 2 | What type of component is the left-most component? | Mage | gamestates/images/res arcana/t2_passive2.png |
410 | Res Arcana | 2 | How many powers are pictured? | Three | gamestates/images/res arcana/t2_passive2.png |
411 | Res Arcana | 2 | How many powers are listed on the Artificer component | Zero | gamestates/images/res arcana/t2_passive2.png |
412 | Res Arcana | 2 | How many abilities are listed on the Artificer component | One | gamestates/images/res arcana/t2_passive2.png |
413 | Res Arcana | 2 | How many abilities are listed on the second component (from the left)? | Zero | gamestates/images/res arcana/t2_passive2.png |
414 | Res Arcana | 2 | How many abilities are listed on the right-most component? | One | gamestates/images/res arcana/t2_passive2.png |
415 | Res Arcana | 2 | How many activatible powers are currently available to the player? | Two | gamestates/images/res arcana/t2_passive2.png |
416 | Res Arcana | 2 | What essences would the player have after they activate all of the powers currently available to them. | 6 Life, 1 Elan, 1 Gold | gamestates/images/res arcana/t2_passive2.png |
417 | Res Arcana | 2 | How many victory points do the pictured components currently score? | Three | gamestates/images/res arcana/t2_passive2.png |
418 | Res Arcana | 2 | How many victory points do the pictured components currently score? | 5 | gamestates/images/res arcana/t2_life_scoring.png |
419 | Res Arcana | 2 | What essences will the player passively gain at the start of the round from the supply? | 2 Life, or, 1 Life and 1 Death. | gamestates/images/res arcana/t2_passive3.png |
420 | Res Arcana | 2 | How many abilities are pictured | One | gamestates/images/res arcana/t2_passive3.png |
421 | Res Arcana | 2 | How many monuments are available for purchase? | Three | gamestates/images/res arcana/t2_full_1.png |
422 | Res Arcana | 2 | How many places of power are available for purchase? | Two | gamestates/images/res arcana/t2_full_1.png |
423 | Res Arcana | 2 | Which of the places of power can the player currently afford given their show components. | Zero | gamestates/images/res arcana/t2_full_1.png |
424 | Res Arcana | 2 | Which of the monuments can the player currently afford given their shown components and resources. | Zero | gamestates/images/res arcana/t2_full_1.png |
425 | Res Arcana | 2 | How many of the monuments can the player currently afford given their shown components and resources. | Three | gamestates/images/res arcana/t2_full_2.png |
426 | Res Arcana | 2 | If the player somehow obtained the Coral Castle for free, how many victory points would they then have in their play area? | 8 | gamestates/images/res arcana/t2_full_2.png |
427 | Res Arcana | 2 | Is this a First Game or not? | No | gamestates/images/res arcana/t2_full_2.png |
428 | Res Arcana | 2 | Using the essences and components shown in their play area, can the player afford to claim the Dwarven Mines on their next action? | No | gamestates/images/res arcana/t2_full_2.png |
429 | Res Arcana | 2 | Using the essences and components shown in their play area, can the player afford to claim the Dwarven Mines on their next action? | Yes | gamestates/images/res arcana/t2_full_3.png |
430 | Res Arcana | 2 | Using the essences and components shown in their play area, can the player afford to claim the Dwarven Mines on their next action? | No | gamestates/images/res arcana/t2_full_4.png |
501 | Res Arcana | 3 | Given the provided game state, what is the most net essences that the player can gain to their supply in one single action. Output the answer as: Previous amount: <num>, New amount: <num> | Previous amount: 10, New amount: 14 | gamestates/images/res arcana/t3_full_1.png |
502 | Res Arcana | 3 | Given the provided game state, what is the most net essences that the player can gain to their supply in two actions. Output the answer as: Previous amount: <num>, New amount: <num> | Previous amount: 10, New amount: 16 | gamestates/images/res arcana/t3_full_1.png |
503 | Res Arcana | 3 | What is the maximum number of calm essences the player could have after 1 action. Output the answer as: Previous amount: <num>, New amount: <num> | Previous amount: 1, New amount: 3 | gamestates/images/res arcana/t3_full_1.png |
504 | Res Arcana | 3 | What is the maximum number of calm essences the player could have after 2 actions. Output the answer as: Previous amount: <num>, New amount: <num> | Previous amount: 1, New amount: 5 | gamestates/images/res arcana/t3_full_1.png |
505 | Res Arcana | 3 | What is the maximum number of gold essences the player could have after 1 action. Output the answer as: Previous amount: <num>, New amount: <num> | Previous amount: 4, New amount: 5 | gamestates/images/res arcana/t3_full_1.png |
506 | Res Arcana | 3 | What is the maximum number of gold essences the player could have after 2 actions. Output the answer as: Previous amount: <num>, New amount: <num> | Previous amount: 4, New amount: 6 | gamestates/images/res arcana/t3_full_1.png |
507 | Res Arcana | 3 | What is the maximum guaranteed number of victory points the player could have after 1 more action. Assume all other players have passed. Output the answer as: Previous amount: <num>, New amount: <num> | Previous amount: 5, New amount: 7 | gamestates/images/res arcana/t3_full_1.png |
508 | Res Arcana | 3 | What is the maximum guaranteed number of victory points the player could have after 2 more actions. Assume all other players have passed. Output the answer as: Previous amount: <num>, New amount: <num> | Previous amount: 5, New amount: 7 | gamestates/images/res arcana/t3_full_1.png |
509 | Res Arcana | 3 | What is the maximum guaranteed number of victory points the player could have after 2 more actions. Assume all other players have passed. Output the answer as: Previous amount: <num>, New amount: <num> | Previous amount: 5, New amount: 7 | gamestates/images/res arcana/t3_full_2_manyessence.png |
510 | Res Arcana | 3 | What is the maximum guaranteed number of victory points the player could have after 3 more actions. Assume all other players have passed. Output the answer as: Previous amount: <num>, New amount: <num> | Previous amount: 5, New amount: 10 | gamestates/images/res arcana/t3_full_2_manyessence.png |
511 | Res Arcana | 3 | What is the maximum guaranteed number of victory points the player could have after 3 more actions, and what is the maximum number of essences they could have in their pool after these actions. Assume all other players have passed. Output the answer as: Previous VP amount: <num>, New VP amount: <num>, Previous essence count <num>, New essence count <num> | Previous VP amount: 5, New VP amount: 10, Previous essence count: 14, New essence count: 1 | gamestates/images/res arcana/t3_full_2_manyessence.png |
512 | Res Arcana | 3 | What is the maximum number of on-component essences the player could have after two more actions. Assume all other players have passed. Output the answer as: Previous amount: <num>, New amount: <num> | Previous amount: 2, New amount: 2 | gamestates/images/res arcana/t3_full_2_manyessence.png |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.