0ad/binaries/data/mods/public/campaigns/tutorial.json
bb 157c6af18e Make the space in 0 A.D. non-breaking throughout the codebase.
Avoid cases of filenames
Update years in terms and other legal(ish) documents
Don't update years in license headers, since change is not meaningful

Will add linter rule in seperate commit

Happy recompiling everyone!

Original Patch By: Nescio
Comment By: Gallaecio
Differential Revision: D2620
This was SVN commit r27786.
2023-07-27 20:54:46 +00:00

22 lines
937 B
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"Name": "Tutorial",
"Description": "Learn how to play 0 A.D.",
"Levels": {
"introduction": {
"Name": "Introductory Tutorial",
"Map": "tutorials/introductory_tutorial.xml",
"MapType": "scenario",
"Description": "This is a basic tutorial to get you started playing 0 A.D.",
"Preview": "session/icons/mappreview/Introductory_Tutorial.png"
},
"eco_walkthrough": {
"Name": "Economy Walkthrough",
"Map": "tutorials/starting_economy_walkthrough.xml",
"MapType": "scenario",
"Description": "This map will give a rough guide for starting the game effectively. Early in the game the most important thing is to gather resources as fast as possible so you are able to build enough troops later. Warning: This is very fast at the start, be prepared to run through the initial bit several times.",
"Requires": "introduction"
}
},
"Order": ["introduction", "eco_walkthrough"],
"ShowUnavailable": true
}