2024-06-11 02:22:18 +07:00
[
{
"name" : "Tutorial Task: [Move unit]" ,
"presentation" : "Floating" ,
"civilopediaText" : [
{ "text" : "Move a unit!" , "centered" : true } ,
{ "extraImage" : "Tutorials/Move unit" , "imageSize" : 140 } ,
{ "text" : "Click on a unit → Click on a destination → Click the arrow popup." } ,
] ,
"uniques" : [
2024-06-26 03:44:10 +07:00
"Only available <if tutorials are enabled> <when number of [Units] is greater than [0]>" ,
2024-06-11 02:22:18 +07:00
"Unavailable <if tutorial [Move unit] is completed>"
]
} ,
{
"name" : "Tutorial Task: [Found city]" ,
"presentation" : "Floating" ,
"civilopediaText" : [
{ "text" : "Found a city!" , "centered" : true } ,
{ "extraImage" : "Tutorials/Found city" , "imageSize" : 140 } ,
{ "text" : "Select the Settler → Click on 'Found city'." } ,
] ,
"uniques" : [
"Only available <if tutorials are enabled> <when number of [Settler] is greater than [0]>" ,
"Unavailable <if tutorial [Found city] is completed>"
]
} ,
{
"name" : "Tutorial Task: [Enter city screen]" ,
"presentation" : "Floating" ,
"civilopediaText" : [
{ "text" : "Enter the city screen!" , "centered" : true } ,
{ "extraImage" : "Tutorials/Enter city screen" , "imageSize" : 100 } ,
{ "text" : "Click the city button twice." } ,
] ,
"uniques" : [
2024-06-26 03:44:10 +07:00
"Only available <if tutorials are enabled> <when number of [Cities] is greater than [0]>" ,
2024-06-11 02:22:18 +07:00
"Unavailable <if tutorial [Enter city screen] is completed>"
]
} ,
{
"name" : "Tutorial Task: [Pick technology]" ,
"presentation" : "Floating" ,
"civilopediaText" : [
{ "text" : "Pick a technology to research!" , "centered" : true } ,
{ "extraImage" : "Tutorials/Pick technology" , "imageSize" : 180 } ,
2024-06-16 03:14:51 +07:00
{ "text" : "Click on the tech button → Select technology → Click 'Research' (bottom right)." } ,
2024-06-11 02:22:18 +07:00
] ,
"uniques" : [
2024-07-18 21:43:28 +07:00
"Only available <if tutorials are enabled> <if tutorial [Found city] is completed>" ,
2024-06-11 02:22:18 +07:00
"Unavailable <if tutorial [Pick technology] is completed>"
]
} ,
{
"name" : "Tutorial Task: [Pick construction]" ,
"presentation" : "Floating" ,
"civilopediaText" : [
{ "text" : "Pick a construction!" , "centered" : true } ,
{ "extraImage" : "Tutorials/Pick construction" , "imageSize" : 120 } ,
2024-06-16 03:14:51 +07:00
{ "text" : "Enter city screen → Click on a unit or building → Click 'add to queue'." } ,
2024-06-11 02:22:18 +07:00
] ,
"uniques" : [
2024-06-26 03:44:10 +07:00
"Only available <if tutorials are enabled> <when number of [Cities] is greater than [0]>" ,
2024-06-11 02:22:18 +07:00
"Unavailable <if tutorial [Pick construction] is completed>"
]
} ,
{
"name" : "Tutorial Task: [Pass a turn]" ,
"presentation" : "Floating" ,
"civilopediaText" : [
{ "text" : "Pass a turn!" , "centered" : true } ,
{ "extraImage" : "Tutorials/Pass a turn" , "imageSize" : 180 } ,
{ "text" : "Cycle through units with 'Next unit' → Click 'Next turn'." } ,
] ,
"uniques" : [
"Only available <if tutorials are enabled> <when number of [turns] is less than [3]>" ,
"Unavailable <if tutorial [Pass a turn] is completed>"
]
} ,
{
"name" : "Tutorial Task: [Reassign worked tiles]" ,
"presentation" : "Floating" ,
"civilopediaText" : [
{ "text" : "Reassign worked tiles!" , "centered" : true } ,
{ "extraImage" : "Tutorials/Reassign worked tiles" , "imageSize" : 140 } ,
2024-06-16 03:14:51 +07:00
{ "text" : "Enter city screen → Click the assigned tile to unassign → Click an unassigned tile to assign population." } ,
2024-06-11 02:22:18 +07:00
] ,
"uniques" : [
2024-06-26 03:44:10 +07:00
"Only available <if tutorials are enabled> <when number of [Cities] is greater than [0]>" ,
2024-06-11 02:22:18 +07:00
"Unavailable <if tutorial [Reassign worked tiles] is completed>"
]
} ,
{
"name" : "Tutorial Task: [Meet another civilization]" ,
"presentation" : "Floating" ,
"civilopediaText" : [
{ "text" : "Meet another civilization!" , "centered" : true } ,
{ "extraImage" : "Tutorials/Meet another civilization" , "imageSize" : 160 } ,
{ "text" : "Explore the map until you encounter another civilization!" } ,
] ,
"uniques" : [
"Only available <if tutorials are enabled> <when number of [turns] is greater than [1]>" ,
"Unavailable <if tutorial [Meet another civilization] is completed>"
] ,
"choices" : [
{
"text" : "Got it" ,
2024-09-06 01:00:30 +07:00
"uniques" : [ "Mark tutorial [Meet another civilization] complete" ] ,
2024-06-11 02:22:18 +07:00
} ,
]
} ,
{
"name" : "Tutorial Task: [Open the options table]" ,
"presentation" : "Floating" ,
"civilopediaText" : [
{ "text" : "Open the options dialog!" , "centered" : true } ,
{ "extraImage" : "Tutorials/Open the options table" , "imageSize" : 130 } ,
2024-06-16 03:14:51 +07:00
{ "text" : "Click the menu button (top left) → Click 'Options'." } ,
2024-06-11 02:22:18 +07:00
] ,
"uniques" : [
"Only available <if tutorials are enabled>" ,
"Unavailable <if tutorial [Open the options table] is completed>"
]
} ,
{
"name" : "Tutorial Task: [Construct an improvement]" ,
"presentation" : "Floating" ,
"civilopediaText" : [
{ "text" : "Construct an improvement!" , "centered" : true } ,
{ "extraImage" : "Tutorials/Construct an improvement" , "imageSize" : 150 } ,
2024-06-25 03:36:37 +07:00
{ "text" : "Construct a Worker unit → Move it to a Plains or Grassland tile → Click 'Construct improvement' → Choose the farm → Leave the worker there until it's finished." } ,
2024-06-11 02:22:18 +07:00
] ,
"uniques" : [
2024-06-26 03:44:10 +07:00
"Only available <if tutorials are enabled> <when number of [Cities] is greater than [0]>" ,
2024-06-11 02:22:18 +07:00
"Unavailable <if tutorial [Construct an improvement] is completed>"
]
} ,
{
"name" : "Tutorial Task: [Create a trade route]" ,
"presentation" : "Floating" ,
"civilopediaText" : [
{ "text" : "Create a trade route!" , "centered" : true } ,
{ "extraImage" : "Tutorials/Create a trade route" , "imageSize" : 120 } ,
{ "text" : "Construct roads between your capital and another city. Or, automate your worker and let him get to that eventually." } ,
] ,
"uniques" : [
2024-06-26 03:44:10 +07:00
"Only available <if tutorials are enabled> <when number of [Cities] is greater than [1]>" ,
2024-06-11 02:22:18 +07:00
"Unavailable <if tutorial [Create a trade route] is completed>"
]
} ,
{
"name" : "Tutorial Task: [Conquer a city]" ,
"presentation" : "Floating" ,
"civilopediaText" : [
{ "text" : "Conquer a city!" , "centered" : true } ,
{ "extraImage" : "Tutorials/Conquer a city" , "imageSize" : 160 } ,
{ "text" : "Bring an enemy city down to low health → Enter the city with a melee unit." } ,
] ,
"uniques" : [
"Only available <if tutorials are enabled> <when at war>" ,
"Unavailable <if tutorial [Conquer a city] is completed>"
]
} ,
{
"name" : "Tutorial Task: [Move an air unit]" ,
"presentation" : "Floating" ,
"civilopediaText" : [
{ "text" : "Move an air unit!" , "centered" : true } ,
{ "extraImage" : "Tutorials/Move an air unit" , "imageSize" : 140 } ,
2024-06-25 03:36:37 +07:00
{ "text" : "Select an air unit → Select another city within range → Move the unit to the other city." } ,
2024-06-11 02:22:18 +07:00
] ,
"uniques" : [
2024-06-26 03:56:01 +07:00
"Only available <if tutorials are enabled> <when number of [[Air] Units] is greater than [0]>" ,
2024-06-11 02:22:18 +07:00
"Unavailable <if tutorial [Move an air unit] is completed>"
]
} ,
{
"name" : "Tutorial Task: [See your stats breakdown]" ,
"presentation" : "Floating" ,
"civilopediaText" : [
{ "text" : "See your stats breakdown!" , "centered" : true } ,
{ "extraImage" : "Tutorials/See your stats breakdown" , "imageSize" : 140 } ,
{ "text" : "Enter the Overview screen (top right corner) → Click on 'Stats'." } ,
] ,
"uniques" : [
"Only available <if tutorials are enabled>" ,
"Unavailable <if tutorial [See your stats breakdown] is completed>"
]
} ,
]