﻿{
	"counters":
	[
		{
			"sid": "Tutorial_M_Win_Counter",
			"comment": "win_condition_counter"
		},

		{
			"sid": "Tutorial_M_Sub_Quest_1_activator",
			"comment": "capture all mines _ activator"
		},
		{
			"sid": "Tutorial_M_Sub_Quest_1",
			"comment": "capture all mines"
		},

		{
			"sid": "Tutorial_M_Sub_Quest_2_activator",
			"comment": "capture new city _ activator"
		},
		{
			"sid": "Tutorial_M_Sub_Quest_2",
			"comment": "capture new city"
		},

		{
			"sid": "Tutorial_M_Sub_Quest_3_activator",
			"comment": "kill first enemy hero"
		},
		{
			"sid": "Tutorial_M_Sub_Quest_3",
			"comment": "kill first enemy hero _ activator"
		},

		{	"sid": "Tutorial_M_Counter_1", "comment": "Tutorial_M_Counter_1" },
		{	"sid": "Tutorial_M_Counter_2", "comment": "Tutorial_M_Counter_2" },
		{	"sid": "Tutorial_M_Counter_3", "comment": "Tutorial_M_Counter_3" },
		{	"sid": "Tutorial_M_Counter_4", "comment": "Tutorial_M_Counter_4" },
		{	"sid": "Tutorial_M_Counter_5", "comment": "Tutorial_M_Counter_5" },
		{	"sid": "Tutorial_M_Counter_6", "comment": "Tutorial_M_Counter_6" },
		{	"sid": "Tutorial_M_Counter_7", "comment": "Tutorial_M_Counter_7" },
		{	"sid": "Tutorial_M_Counter_8", "comment": "Tutorial_M_Counter_8" },
		{	"sid": "Tutorial_M_Counter_9", "comment": "Tutorial_M_Counter_9" },
		{	"sid": "Tutorial_M_Counter_10", "comment": "Tutorial_M_Counter_10" },
		{	"sid": "Tutorial_M_Counter_11", "comment": "Tutorial_M_Counter_11" },
		{	"sid": "Tutorial_M_Counter_12", "comment": "Tutorial_M_Counter_12" },
		{	"sid": "Tutorial_M_Counter_13", "comment": "Tutorial_M_Counter_13" },
		{	"sid": "Tutorial_M_Counter_14", "comment": "Tutorial_M_Counter_14" },
		{	"sid": "Tutorial_M_Counter_15", "comment": "Tutorial_M_Counter_15" },
		{	"sid": "Tutorial_M_Counter_16", "comment": "Tutorial_M_Counter_16" },
		{	"sid": "Tutorial_M_Counter_17", "comment": "Tutorial_M_Counter_17" },
		{	"sid": "Tutorial_M_Counter_18", "comment": "Tutorial_M_Counter_18" },
		{	"sid": "Tutorial_M_Counter_19", "comment": "Tutorial_M_Counter_19" },
		{	"sid": "Tutorial_M_Counter_20", "comment": "Tutorial_M_Counter_20" },
		{	"sid": "Tutorial_M_Counter_21", "comment": "Tutorial_M_Counter_21" },
		{	"sid": "Tutorial_M_Counter_22", "comment": "Tutorial_M_Counter_22" },
		{	"sid": "Tutorial_M_Counter_23", "comment": "Tutorial_M_Counter_23" },
		{	"sid": "Tutorial_M_Counter_24", "comment": "Tutorial_M_Counter_24" },
		{	"sid": "Tutorial_M_Counter_25", "comment": "Tutorial_M_Counter_25" },
		{	"sid": "Tutorial_M_Counter_26", "comment": "Tutorial_M_Counter_26" },
		{	"sid": "Tutorial_M_Counter_27", "comment": "Tutorial_M_Counter_27" },
		{	"sid": "Tutorial_M_Counter_28", "comment": "Tutorial_M_Counter_28" },
		{	"sid": "Tutorial_M_Counter_29", "comment": "Tutorial_M_Counter_29" },
		{	"sid": "Tutorial_M_Counter_30", "comment": "Tutorial_M_Counter_30" }
	],

	"interruptions":
	[

	],

	"quests":
	[
		{
			"sid": "intro",

			"hidden": true,

			"comment": "intro",

			"activeOnStart": true,
			"sharing": "Clone",

			"name": "1",

			"subQuests":
			[	
				{
					"sid": "1",
					"activeOnStart": true,

					"triggers":
					[
						{
							"conditions":
							[
								{ "c": "StartTurn", "p": [ "1", "1" ] }
							],

							"actions":
							[				
								{ "a": "DisableAiHero", "p": [ "tutorial_M_hero_1" ] },
								{ "a": "DisableAiHero", "p": [ "tutorial_M_hero_2" ] }
							]
						}
					]
				}
			]
		},

		{
			"sid": "Questlog_Main",
			"main": true,

			"comment": "Main Goal",

			"activeOnStart": true,
			"sharing": "Clone",

			"name": "t_M_Questlog_Main_name",

			"subQuests":
			[	
				{
					"sid": "win_condition_m_1",
					"activeOnStart": true,
					
					"name": "t_M_Questlog_Main_description",

					"triggers":
					[
						{
							"conditions":
							[
								{ "c": "PlayerDefeated", "p": [ "1" ] }
							],

							"actions":
							[
								{ "a": "GameVictory" },
								{ "a": "CurrentSubQuestDone" }
							]
						}
					]
				},
				{
					"sid": "sub_quest",
					"activeOnStart": true,
					
					"name": "t_M_Questlog_Sub_description",

					"triggers":
					[
						{
							"conditionsLogic": "And",

							"conditions":
							[
								{ "c": "Counter", "p": [ "Tutorial_M_Sub_Quest_1", "=", "3" ] },
								{ "c": "Counter", "p": [ "Tutorial_M_Sub_Quest_2", "=", "1" ] },
								{ "c": "Counter", "p": [ "Tutorial_M_Sub_Quest_3", "=", "1" ] }
							],

							"actions":
							[
								{ "a": "DeleteEntity", "p": [ "t_block_1" ] },
								{ "a": "DeleteEntity", "p": [ "t_block_2" ] },
								{ "a": "DeleteEntity", "p": [ "t_block_3" ] },
								{ "a": "DeleteEntity", "p": [ "t_block_4" ] },
								{ "a": "DeleteEntity", "p": [ "t_block_5" ] },
								{ "a": "CurrentSubQuestDone" }
							]
						}
					]
				}
			]
		},

		{
			"sid": "Questlog_Sub_1_activator_quest",
			"hidden": true,

			"comment": "step by step activator",

			"activeOnStart": true,
			"name": "activator",
			"sharing": "Clone",

			"subQuests":
			[	
				{
					"sid": "activator",
					"activeOnStart": true,

					"triggers":
					[
						{
							"conditions":
							[
								{ "c": "Counter", "p": [ "Tutorial_M_Sub_Quest_1_activator", "=", "1" ] }
							],

							"actions":
							[
								{ "a": "NextQuest", "p": [ "Questlog_Sub_1" ] }
							]
						}
					]
				}
			]
		},
		{
			"sid": "Questlog_Sub_1_deactivator_quest",
			"hidden": true,

			"comment": "step by step activator",

			"activeOnStart": true,
			"name": "activator",
			"sharing": "Clone",

			"subQuests":
			[	
				{
					"sid": "deactivator",
					"activeOnStart": true,

					"triggers":
					[
						{
							"conditions":
							[
								{ "c": "Counter", "p": [ "Tutorial_M_Sub_Quest_1", "=", "3" ] }
							],

							"actions":
							[
								{ "a": "Dialog", "p": [ "t_M_dial_2" ] }
							]
						}
					]
				}
			]
		},
		{
			"sid": "Questlog_Sub_1",
			"main": false,

			"comment": "Main Goal",

			"activeOnStart": false,
			"sharing": "Clone",

			"name": "t_M_Questlog_Sub_1_name",

			"subQuests":
			[	
				{
					"sid": "win_condition_m_1_1",
					"activeOnStart": true,
					
					"name": "t_M_Questlog_Sub_1_1_description",

					"triggers":
					[
						{
							"conditionsLogic": "And",

							"conditions":
							[
								{ "c": "ObjectCaptureEntity", "p": [ "t_wood_mine" ] }
							],

							"actions":
							[
								{ "a": "CounterPlus", "p": [ "Tutorial_M_Sub_Quest_1", "1" ] },
								{ "a": "CurrentSubQuestDone" }
							]
						}
					]
				},
				{
					"sid": "win_condition_m_1_2",
					"activeOnStart": true,
					
					"name": "t_M_Questlog_Sub_1_2_description",

					"triggers":
					[
						{
							"conditionsLogic": "And",

							"conditions":
							[
								{ "c": "ObjectCaptureEntity", "p": [ "t_ore_mine" ] }
							],

							"actions":
							[
								{ "a": "CounterPlus", "p": [ "Tutorial_M_Sub_Quest_1", "1" ] },
								{ "a": "CurrentSubQuestDone" }
							]
						}
					]
				},
				{
					"sid": "win_condition_m_1_3",
					"activeOnStart": true,
					
					"name": "t_M_Questlog_Sub_1_3_description",

					"triggers":
					[
						{
							"conditionsLogic": "And",

							"conditions":
							[
								{ "c": "ObjectCaptureEntity", "p": [ "t_gold_mine" ] }
							],

							"actions":
							[
								{ "a": "CounterPlus", "p": [ "Tutorial_M_Sub_Quest_1", "1" ] },
								{ "a": "CurrentSubQuestDone" }
							]
						}
					]
				}
			]
		},

		{
			"sid": "Questlog_Sub_2_activator_quest",
			"hidden": true,

			"comment": "step by step activator",

			"activeOnStart": true,
			"name": "activator",
			"sharing": "Clone",

			"subQuests":
			[	
				{
					"sid": "activator",
					"activeOnStart": true,

					"triggers":
					[
						{
							"conditions":
							[
								{ "c": "Counter", "p": [ "Tutorial_M_Sub_Quest_2_activator", "=", "1" ] }
							],

							"actions":
							[
								{ "a": "NextQuest", "p": [ "Questlog_Sub_2" ] }
							]
						}
					]
				}
			]
		},
		{
			"sid": "Questlog_Sub_2",
			"main": true,

			"comment": "Main Goal",

			"activeOnStart": false,
			"sharing": "Clone",

			"name": "t_M_Questlog_Sub_2_name",

			"subQuests":
			[	
				{
					"sid": "win_condition_m_1",
					"activeOnStart": true,
					
					"name": "t_M_Questlog_Sub_2_description",

					"triggers":
					[
						{
							"conditionsLogic": "And",

							"conditions":
							[
								{ "c": "ObjectCaptureEntity", "p": [ "secondCity" ] }
							],

							"actions":
							[
								{ "a": "DeleteEntity", "p": [ "t_block_6" ] },
								{ "a": "DeleteEntity", "p": [ "t_block_7" ] },
								{ "a": "DeleteEntity", "p": [ "t_block_8" ] },
								{ "a": "DeleteEntity", "p": [ "t_block_9" ] },
								{ "a": "CounterPlus", "p": [ "Tutorial_M_Sub_Quest_2", "1" ] },
								{ "a": "Dialog", "p": [ "t_M_dial_4" ] },
								{ "a": "CurrentSubQuestDone" }
							]
						}
					]
				}
			]
		},

		{
			"sid": "Questlog_Sub_3_activator_quest",
			"hidden": true,

			"comment": "step by step activator",

			"activeOnStart": true,
			"name": "activator",
			"sharing": "Clone",

			"subQuests":
			[	
				{
					"sid": "activator",
					"activeOnStart": true,

					"triggers":
					[
						{
							"conditions":
							[
								{ "c": "Counter", "p": [ "Tutorial_M_Sub_Quest_3_activator", "=", "1" ] }
							],

							"actions":
							[
								{ "a": "NextQuest", "p": [ "Questlog_Sub_3" ] }
							]
						}
					]
				}
			]
		},
		{
			"sid": "Questlog_Sub_3",
			"main": true,

			"comment": "Main Goal",

			"activeOnStart": false,
			"sharing": "Clone",

			"name": "t_M_Questlog_Sub_3_name",

			"subQuests":
			[	
				{
					"sid": "win_condition_m_1",
					"activeOnStart": true,
					
					"name": "t_M_Questlog_Sub_3_description",

					"triggers":
					[
						{
							"conditionsLogic": "And",

							"conditions":
							[
								{ "c": "HeroKill", "p": [ "tutorial_M_hero_1" ] }
							],

							"actions":
							[
								{ "a": "CounterPlus", "p": [ "Tutorial_M_Sub_Quest_3", "1" ] },
								{ "a": "CurrentSubQuestDone" }
							]
						}
					]
				}
			]
		},

		{
			"sid": "Questlog",
			"main": true,

			"hidden": true,

			"comment": "List of tutorials",

			"activeOnStart": true,
			"sharing": "Clone",

			"name": "Обучение",

			"subQuests":
			[	
				{ "sid": "O_1", "activeOnStart": true, "name": "Изучите руководство 'О1'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_1", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_2", "activeOnStart": true, "name": "Изучите руководство 'О2'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_2", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_3", "activeOnStart": true, "name": "Изучите руководство 'О3'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_3", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_4", "activeOnStart": true, "name": "Изучите руководство 'О4'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_4", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_5", "activeOnStart": true, "name": "Изучите руководство 'О5'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_5", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_6", "activeOnStart": true, "name": "Изучите руководство 'О6'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_6", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_7", "activeOnStart": true, "name": "Изучите руководство 'О7'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_7", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_8", "activeOnStart": true, "name": "Изучите руководство 'О8'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_8", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_9", "activeOnStart": true, "name": "Изучите руководство 'О9'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_9", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_10", "activeOnStart": true, "name": "Изучите руководство 'О10'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_10", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_11", "activeOnStart": true, "name": "Изучите руководство 'О11'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_11", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_12", "activeOnStart": true, "name": "Изучите руководство 'О12'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_12", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_13", "activeOnStart": true, "name": "Изучите руководство 'О13'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_13", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_14", "activeOnStart": true, "name": "Изучите руководство 'О14'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_14", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_15", "activeOnStart": true, "name": "Изучите руководство 'О15'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_15", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_16", "activeOnStart": true, "name": "Изучите руководство 'О16'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_16", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_17", "activeOnStart": true, "name": "Изучите руководство 'О17'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_17", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_18", "activeOnStart": true, "name": "Изучите руководство 'О18'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_18", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_19", "activeOnStart": true, "name": "Изучите руководство 'О19'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_19", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_20", "activeOnStart": true, "name": "Изучите руководство 'О20'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_20", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_21", "activeOnStart": true, "name": "Изучите руководство 'О21'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_21", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_22", "activeOnStart": true, "name": "Изучите руководство 'О22'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_22", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_23", "activeOnStart": true, "name": "Изучите руководство 'О23'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_23", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_24", "activeOnStart": true, "name": "Изучите руководство 'О24'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_24", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_25", "activeOnStart": true, "name": "Изучите руководство 'О25'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_25", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_26", "activeOnStart": true, "name": "Изучите руководство 'О26'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_26", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_27", "activeOnStart": true, "name": "Изучите руководство 'О27'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_27", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_28", "activeOnStart": true, "name": "Изучите руководство 'О28'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_28", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_29", "activeOnStart": true, "name": "Изучите руководство 'О29'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_29", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] },
				{ "sid": "O_30", "activeOnStart": true, "name": "Изучите руководство 'О30'", "triggers": [ { "conditions": [ { "c": "Counter", "p": [ "Tutorial_M_Counter_30", "=", "1" ] } ], "actions": [ { "a": "CurrentSubQuestDone" } ] } ] }
			]
		},

		{
			"sid": "Guide_Activator_1",
			"hidden": true, "comment": "guide activator", "activeOnStart": true, "name": "guide_activator", "sharing": "Clone",
			"subQuests": [ { "sid": "step_by_step_activator", "activeOnStart": true, 
			"triggers": [ { "conditions": [ { "c": "StartTurn", "p": [ "1", "1" ] } ], "actions": [ { "a": "Dialog", "p": [ "t_M_dial_1" ] }, { "a": "CurrentSubQuestDone" }, { "a": "NextQuest", "p": [ ] } ] } ] } ]
		},

		{
			"sid": "Guide_Activator_2",
			"hidden": true, "comment": "guide activator", "activeOnStart": true, "name": "guide_activator", "sharing": "Clone",
			"subQuests": [ { "sid": "step_by_step_activator", "activeOnStart": true, 
			"triggers": [ { "conditions": [ { "c": "TutorialMovePoints", "p": [ "15", "<", "" ] } ], "actions": [ { "a": "Guide", "p": [ "tutorial_M_2" ] }, { "a": "NextQuest", "p": [ ] } ] } ] } ]
		},

		{
			"sid": "Guide_Activator_3",
			"hidden": true, "comment": "guide activator", "activeOnStart": true, "name": "guide_activator", "sharing": "Clone",
			"subQuests": [ { "sid": "step_by_step_activator", "activeOnStart": true, 
			"triggers": [ { "conditions": [ { "c": "TutorialOpenCity", "p": [  ] } ], "actions": [ { "a": "Guide", "p": [ "tutorial_M_3" ] }, { "a": "NextQuest", "p": [ ] } ] } ] } ]
		},

		{
			"sid": "Guide_Activator_4",
			"hidden": true, "comment": "guide activator", "activeOnStart": true, "name": "guide_activator", "sharing": "Clone",
			"subQuests": [ { "sid": "step_by_step_activator", "activeOnStart": true, 
			"triggers": [ { "conditionsLogic": "Or", "conditions": [ { "c": "BuildingConstruct", "p": [ "Build_Tier_1", "2", "" ] }, { "c": "BuildingConstruct", "p": [ "Build_Tier_2", "2", "" ] }, { "c": "BuildingConstruct", "p": [ "Build_Tier_3", "2", "" ] }, { "c": "BuildingConstruct", "p": [ "Build_Tier_4", "2", "" ] }, { "c": "BuildingConstruct", "p": [ "Build_Tier_5", "2", "" ] }, { "c": "BuildingConstruct", "p": [ "Build_Tier_6", "2", "" ] }, { "c": "BuildingConstruct", "p": [ "Build_Tier_7", "2", "" ] } ], "actions": [ { "a": "Guide", "p": [ "tutorial_M_4" ] }, { "a": "NextQuest", "p": [ ] } ] } ] } ]
		},

		{
			"sid": "Guide_Activator_5",
			"hidden": true, "comment": "guide activator", "activeOnStart": true, "name": "guide_activator", "sharing": "Clone",
			"subQuests": [ { "sid": "step_by_step_activator", "activeOnStart": true, 
			"triggers": [ { "conditionsLogic": "Or", "conditions": [ { "c": "BuildingConstruct", "p": [ "Build_Wall", "1", "" ] }, { "c": "BuildingConstruct", "p": [ "Build_Wall", "2", "" ] }, { "c": "BuildingConstruct", "p": [ "Build_Wall", "3", "" ] } ], "actions": [ { "a": "Guide", "p": [ "tutorial_M_5" ] }, { "a": "NextQuest", "p": [ ] } ] } ] } ]
		},

		{
			"sid": "Guide_Activator_6",
			"hidden": true, "comment": "guide activator", "activeOnStart": true, "name": "guide_activator", "sharing": "Clone",
			"subQuests": [ { "sid": "step_by_step_activator", "activeOnStart": true, 
			"triggers": [ { "conditionsLogic": "Or", "conditions": [ { "c": "BuildingConstruct", "p": [ "Build_Main", "1", "" ] }, { "c": "BuildingConstruct", "p": [ "Build_Main", "2", "" ] }, { "c": "BuildingConstruct", "p": [ "Build_Main", "3", "" ] }, { "c": "BuildingConstruct", "p": [ "Build_Bank", "1", "" ] }, { "c": "BuildingConstruct", "p": [ "Build_Treasury", "1", "" ] } ], "actions": [ { "a": "Guide", "p": [ "tutorial_M_6" ] }, { "a": "NextQuest", "p": [ ] } ] } ] } ]
		},

		{
			"sid": "Guide_Activator_7",
			"hidden": true, "comment": "guide activator", "activeOnStart": true, "name": "guide_activator", "sharing": "Clone",
			"subQuests": [ { "sid": "step_by_step_activator", "activeOnStart": true, 
			"triggers": [ { "conditionsLogic": "Or", "conditions": [ { "c": "BuildingConstruct", "p": [ "Build_Magic_Guild", "1", "" ] }, { "c": "BuildingConstruct", "p": [ "Build_Magic_Guild", "2", "" ] }, { "c": "BuildingConstruct", "p": [ "Build_Magic_Guild", "3", "" ] }, { "c": "BuildingConstruct", "p": [ "Build_Magic_Guild", "4", "" ] }, { "c": "BuildingConstruct", "p": [ "Build_Magic_Guild", "5", "" ] } ], "actions": [ { "a": "Guide", "p": [ "tutorial_M_7" ] }, { "a": "NextQuest", "p": [ ] } ] } ] } ]
		},

		{
			"sid": "Guide_Activator_8",
			"hidden": true, "comment": "guide activator", "activeOnStart": true, "name": "guide_activator", "sharing": "Clone",
			"subQuests": [ { "sid": "step_by_step_activator", "activeOnStart": true, 
			"triggers": [ { "conditionsLogic": "Or", "conditions": [ { "c": "BuildingConstruct", "p": [ "Build_Market", "1", "" ] }, { "c": "BuildingConstruct", "p": [ "Build_Training_Range", "1", "" ] } ], "actions": [ { "a": "Guide", "p": [ "tutorial_M_8" ] }, { "a": "NextQuest", "p": [ ] } ] } ] } ]
		},

		{
			"sid": "Guide_Activator_9",
			"hidden": true, "comment": "guide activator", "activeOnStart": true, "name": "guide_activator", "sharing": "Clone",
			"subQuests": [ { "sid": "step_by_step_activator", "activeOnStart": true, 
			"triggers": [ { "conditions": [ { "c": "TutorialShowTooltipSquad", "p": [  ] } ], "actions": [ { "a": "Guide", "p": [ "tutorial_M_9" ] }, { "a": "NextQuest", "p": [ ] } ] } ] } ]
		},

		{
			"sid": "Guide_Activator_10",
			"hidden": true, "comment": "guide activator", "activeOnStart": true, "name": "guide_activator", "sharing": "Clone",
			"subQuests": [ { "sid": "step_by_step_activator", "activeOnStart": true, 
			"triggers": [ { "conditions": [ { "c": "TutorialShowTooltipWO", "p": [  ] } ], "actions": [ { "a": "Guide", "p": [ "tutorial_M_10" ] }, { "a": "NextQuest", "p": [ ] } ] } ] } ]
		},

		{
			"sid": "Guide_Activator_11",
			"hidden": true, "comment": "guide activator", "activeOnStart": true, "name": "guide_activator", "sharing": "Clone",
			"subQuests": [ { "sid": "step_by_step_activator", "activeOnStart": true, 
			"triggers": [ { "conditionsLogic": "Or", "conditions": [ { "c": "ObjectCaptureEntity", "p": [ "t_wood_mine" ] }, { "c": "ObjectCaptureEntity", "p": [ "t_ore_mine" ] }, { "c": "ObjectCaptureEntity", "p": [ "t_gold_mine" ] }, { "c": "ObjectCaptureEntity", "p": [ "t_t1_mine" ] }, { "c": "ObjectCaptureEntity", "p": [ "t_t2_mine" ] } ], "actions": [ { "a": "Guide", "p": [ "tutorial_M_11" ] }, { "a": "NextQuest", "p": [ ] } ] } ] } ]
		},

		{
			"sid": "Guide_Activator_12",
			"hidden": true, "comment": "guide activator", "activeOnStart": true, "name": "guide_activator", "sharing": "Clone",
			"subQuests": [ { "sid": "step_by_step_activator", "activeOnStart": true, 
			"triggers": [ { "conditionsLogic": "Or", "conditions": [ { "c": "TutorialResChange", "p": [ "gold" ] }, { "c": "TutorialResChange", "p": [ "wood" ] }, { "c": "TutorialResChange", "p": [ "ore" ] }, { "c": "TutorialResChange", "p": [ "crystals" ] }, { "c": "TutorialResChange", "p": [ "gemstones" ] }, { "c": "TutorialResChange", "p": [ "mercury" ] } ], "actions": [ { "a": "Guide", "p": [ "tutorial_M_12" ] }, { "a": "NextQuest", "p": [ ] } ] } ] } ]
		},

		{
			"sid": "Guide_Activator_14",
			"hidden": true, "comment": "guide activator", "activeOnStart": true, "name": "guide_activator", "sharing": "Clone",
			"subQuests": [ { "sid": "step_by_step_activator", "activeOnStart": true, 
			"triggers": [ { "conditions": [ { "c": "TutorialHeroUI", "p": [ "" ] } ], "actions": [ { "a": "Guide", "p": [ "tutorial_M_14" ] }, { "a": "NextQuest", "p": [ ] } ] } ] } ]
		},

		{
			"sid": "Guide_Activator_15",
			"hidden": true, "comment": "guide activator", "activeOnStart": true, "name": "guide_activator", "sharing": "Clone",
			"subQuests": [ { "sid": "step_by_step_activator", "activeOnStart": true, 
			"triggers": [ { "conditions": [ { "c": "TutorialMagicGuild", "p": [  ] } ], "actions": [ { "a": "Guide", "p": [ "tutorial_M_15" ] }, { "a": "NextQuest", "p": [ ] } ] } ] } ]
		},

		{
			"sid": "Guide_Activator_16",
			"hidden": true, "comment": "guide activator", "activeOnStart": true, "name": "guide_activator", "sharing": "Clone",
			"subQuests": [ { "sid": "step_by_step_activator", "activeOnStart": true, 
			"triggers": [ { "conditions": [ { "c": "TutorialOpenFractionLaws", "p": [  ] } ], "actions": [ { "a": "Guide", "p": [ "tutorial_M_16" ] }, { "a": "NextQuest", "p": [ ] } ] } ] } ]
		},

		{
			"sid": "Guide_Activator_17",
			"hidden": true, "comment": "guide activator", "activeOnStart": true, "name": "guide_activator", "sharing": "Clone",
			"subQuests": [ { "sid": "step_by_step_activator", "activeOnStart": true, 
			"triggers": [ { "conditions": [ { "c": "NodeRevealed", "p": [ "1852" ] } ], "actions": [ { "a": "Guide", "p": [ "tutorial_M_17" ] }, { "a": "MoveCamera", "p": [ "1852" ] }, { "a": "NextQuest", "p": [ ] } ] } ] } ]
		},

		{
			"sid": "Guide_Activator_18",
			"hidden": true, "comment": "guide activator", "activeOnStart": true, "name": "guide_activator", "sharing": "Clone",
			"subQuests": [ { "sid": "step_by_step_activator", "activeOnStart": true, 
			"triggers": [ { "conditions": [ { "c": "ItemOwnSide", "p": [ "", ">", "0" ] } ], "actions": [ { "a": "Guide", "p": [ "tutorial_M_18" ] }, { "a": "NextQuest", "p": [ ] } ] } ] } ]
		},

		{
			"sid": "Guide_Activator_19",
			"hidden": true, "comment": "guide activator", "activeOnStart": true, "name": "guide_activator", "sharing": "Clone",
			"subQuests": [ { "sid": "step_by_step_activator", "activeOnStart": true, 
			"triggers": [ { "conditions": [ { "c": "TutorialResChange", "p": [ "dust" ] } ], "actions": [ { "a": "Guide", "p": [ "tutorial_M_19" ] }, { "a": "NextQuest", "p": [ ] } ] } ] } ]
		},

		{
			"sid": "Guide_Activator_20",
			"hidden": true, "comment": "guide activator", "activeOnStart": true, "name": "guide_activator", "sharing": "Clone",
			"subQuests": [ { "sid": "step_by_step_activator", "activeOnStart": true, 
			"triggers": [ { "conditions": [ { "c": "TutorialHeroInteractWithAllyHero", "p": [  ] } ], "actions": [ { "a": "Guide", "p": [ "tutorial_M_20" ] }, { "a": "NextQuest", "p": [ ] } ] } ] } ]
		},

		{
			"sid": "Guide_Activator_22",
			"hidden": true, "comment": "guide activator", "activeOnStart": true, "name": "guide_activator", "sharing": "Clone",
			"subQuests": [ { "sid": "step_by_step_activator", "activeOnStart": true, 
			"triggers": [ { "conditions": [ { "c": "TutorialStartBattleForCity", "p": [  ] } ], "actions": [ { "a": "Guide", "p": [ "tutorial_M_22" ] }, { "a": "NextQuest", "p": [ ] } ] } ] } ]
		},

		{
			"sid": "Guide_Activator_25",
			"hidden": true, "comment": "guide activator", "activeOnStart": true, "name": "guide_activator", "sharing": "Clone",
			"subQuests": [ { "sid": "step_by_step_activator", "activeOnStart": true, 
			"triggers": [ { "conditions": [ { "c": "TutorialBattleEnergy", "p": [  ] } ], "actions": [ { "a": "Guide", "p": [ "tutorial_M_25" ] }, { "a": "NextQuest", "p": [ ] } ] } ] } ]
		},

		{
			"sid": "Guide_Activator_26",
			"hidden": true, "comment": "guide activator", "activeOnStart": true, "name": "guide_activator", "sharing": "Clone",
			"subQuests": [ { "sid": "step_by_step_activator", "activeOnStart": true, 
			"triggers": [ { "conditions": [ { "c": "TutorialOpenMagicBookBattle", "p": [  ] } ], "actions": [ { "a": "Guide", "p": [ "tutorial_M_26" ] }, { "a": "NextQuest", "p": [ ] } ] } ] } ]
		},

		{
			"sid": "Guide_Activator_27",
			"hidden": true, "comment": "guide activator", "activeOnStart": true, "name": "guide_activator", "sharing": "Clone",
			"subQuests": [ { "sid": "step_by_step_activator", "activeOnStart": true, 
			"triggers": [ { "conditions": [ { "c": "TutorialStartBattleForWorldObject", "p": [  ] } ], "actions": [ { "a": "Guide", "p": [ "tutorial_M_27" ] }, { "a": "NextQuest", "p": [ ] } ] } ] } ]
		},

		{
			"sid": "Guide_Activator_28",
			"hidden": true, "comment": "guide activator", "activeOnStart": true, "name": "guide_activator", "sharing": "Clone",
			"subQuests": [ { "sid": "step_by_step_activator", "activeOnStart": true, 
			"triggers": [ { "conditions": [ { "c": "TutorialOpenMagicBookMap", "p": [  ] } ], "actions": [ { "a": "Guide", "p": [ "tutorial_M_28" ] }, { "a": "NextQuest", "p": [ ] } ] } ] } ]
		},

		{
			"sid": "Guide_Activator_29",
			"hidden": true, "comment": "guide activator", "activeOnStart": true, "name": "guide_activator", "sharing": "Clone",
			"subQuests": [ { "sid": "step_by_step_activator", "activeOnStart": true, 
			"triggers": [ { "conditions": [ { "c": "StartTurn", "p": [ "1", "2" ] } ], "actions": [ { "a": "Guide", "p": [ "tutorial_M_29" ] }, { "a": "SpawnHero", "p": [ "tutorial_hero_2", "124", "0" ] }, { "a": "UnlockBuildingCity", "p": [ "Build_Tavern", "1", "startCity" ] }, { "a": "MoveCamera", "p": [ "124" ] }, { "a": "NextQuest", "p": [ ] } ] } ] } ]
		},

		{
			"sid": "Guide_Activator_30",
			"hidden": true, "comment": "guide activator", "activeOnStart": true, "name": "guide_activator", "sharing": "Clone",
			"subQuests": [ { "sid": "step_by_step_activator", "activeOnStart": true, 
			"triggers": [ { "conditions": [ { "c": "TutorialUnitUI", "p": [  ] } ], "actions": [ { "a": "Guide", "p": [ "tutorial_M_30" ] }, { "a": "NextQuest", "p": [ ] } ] } ] } ]
		}
	]
}