share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/queen.lua
changeset 12794 bca911f8e804
parent 12785 d3f41a946d4c
child 12900 a9e4e8fa852c
--- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/queen.lua	Sat Oct 28 17:48:54 2017 +0200
+++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/queen.lua	Sun Oct 29 00:53:11 2017 +0200
@@ -1,3 +1,34 @@
+--[[
+A Classic Fairytale: Long live the Queen
+
+= SUMMARY =
+Deathmatch against a leader of a pack of cyborgs with 4 different storylines (but mostly identical gameplay).
+
+= GOALS =
+Defeat Biomechanic Team.
+
+= FLOW CHART =
+- Show one of 4 possible storylines which affect the choice of the enemy leader (only minor effect on gameplay):
+    | 1) If offer accepted in ACF2 and traitor not executed in ACF5: Dense Cloud
+    | 2) Otherwise: If offer accepted in ACF2: Nancy Screw (cyborg)
+    | 3) Otherwise: If traitor was executed in ACF5: Fell from Heaven
+    | 4) Otherwise: Fiery Water
+- Cut scene: startAnim
+- TBS
+- Biomechanic Team defeated.
+- Cut scene: finalAnim
+> Victory
+
+== Non-linear events ==
+| Leader dead
+    - Cut scene: leaderDeadAnim
+| Played more than 6 rounds and leader is still in game
+    - Cut scene: fleeAnim
+    - Leader flees
+    - Instructions: Kill remaining enemies
+
+]]
+
 HedgewarsScriptLoad("/Scripts/Locale.lua")
 HedgewarsScriptLoad("/Scripts/Animate.lua")