share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/queen.lua
changeset 12794 bca911f8e804
parent 12785 d3f41a946d4c
child 12900 a9e4e8fa852c
equal deleted inserted replaced
12793:575c0de98505 12794:bca911f8e804
       
     1 --[[
       
     2 A Classic Fairytale: Long live the Queen
       
     3 
       
     4 = SUMMARY =
       
     5 Deathmatch against a leader of a pack of cyborgs with 4 different storylines (but mostly identical gameplay).
       
     6 
       
     7 = GOALS =
       
     8 Defeat Biomechanic Team.
       
     9 
       
    10 = FLOW CHART =
       
    11 - Show one of 4 possible storylines which affect the choice of the enemy leader (only minor effect on gameplay):
       
    12     | 1) If offer accepted in ACF2 and traitor not executed in ACF5: Dense Cloud
       
    13     | 2) Otherwise: If offer accepted in ACF2: Nancy Screw (cyborg)
       
    14     | 3) Otherwise: If traitor was executed in ACF5: Fell from Heaven
       
    15     | 4) Otherwise: Fiery Water
       
    16 - Cut scene: startAnim
       
    17 - TBS
       
    18 - Biomechanic Team defeated.
       
    19 - Cut scene: finalAnim
       
    20 > Victory
       
    21 
       
    22 == Non-linear events ==
       
    23 | Leader dead
       
    24     - Cut scene: leaderDeadAnim
       
    25 | Played more than 6 rounds and leader is still in game
       
    26     - Cut scene: fleeAnim
       
    27     - Leader flees
       
    28     - Instructions: Kill remaining enemies
       
    29 
       
    30 ]]
       
    31 
     1 HedgewarsScriptLoad("/Scripts/Locale.lua")
    32 HedgewarsScriptLoad("/Scripts/Locale.lua")
     2 HedgewarsScriptLoad("/Scripts/Animate.lua")
    33 HedgewarsScriptLoad("/Scripts/Animate.lua")
     3 
    34 
     4 
    35 
     5 -----------------------------Map--------------------------------------
    36 -----------------------------Map--------------------------------------