share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/family.lua
changeset 12794 bca911f8e804
parent 12776 7260e9b37b62
child 12901 bdf8e80a97b8
equal deleted inserted replaced
12793:575c0de98505 12794:bca911f8e804
       
     1 --[[
       
     2 A Classic Fairytale: Family Reunion
       
     3 
       
     4 = GOALS =
       
     5 Kill all visible cyborgs (not the princess).
       
     6 Then move hero to princess and Ramon and Spike Cheese to the surface.
       
     7 
       
     8 = FLOW CHART =
       
     9 == Linear events ==
       
    10 
       
    11 - Cut scene: Intro
       
    12 - First goal: Kill all visible cyborgs (princess is not a cyborg)
       
    13 - First goal completed
       
    14 - Cut scene: Cyborg reveals second goal
       
    15 - A ton of 5s mines spawn on the surface
       
    16 - Second goal: Hero must reach princess; Ramon and Spiky Cheese must reach the surface
       
    17 - Second goal completed
       
    18 > Victory
       
    19 
       
    20 == Non-linear events ==
       
    21 | Princess dead:
       
    22     > Game over
       
    23 | Ramon, Spiky Cheese or hero dead:
       
    24     > Game over
       
    25 
       
    26 ]]
       
    27 
     1 HedgewarsScriptLoad("/Scripts/Locale.lua")
    28 HedgewarsScriptLoad("/Scripts/Locale.lua")
     2 HedgewarsScriptLoad("/Scripts/Animate.lua")
    29 HedgewarsScriptLoad("/Scripts/Animate.lua")
     3 
    30 
     4 -----------------------------Map--------------------------------------
    31 -----------------------------Map--------------------------------------
     5 local map = 
    32 local map =