diff -r 575c0de98505 -r bca911f8e804 share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/family.lua --- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/family.lua Sat Oct 28 17:48:54 2017 +0200 +++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/family.lua Sun Oct 29 00:53:11 2017 +0200 @@ -1,3 +1,30 @@ +--[[ +A Classic Fairytale: Family Reunion + += GOALS = +Kill all visible cyborgs (not the princess). +Then move hero to princess and Ramon and Spike Cheese to the surface. + += FLOW CHART = +== Linear events == + +- Cut scene: Intro +- First goal: Kill all visible cyborgs (princess is not a cyborg) +- First goal completed +- Cut scene: Cyborg reveals second goal +- A ton of 5s mines spawn on the surface +- Second goal: Hero must reach princess; Ramon and Spiky Cheese must reach the surface +- Second goal completed +> Victory + +== Non-linear events == +| Princess dead: + > Game over +| Ramon, Spiky Cheese or hero dead: + > Game over + +]] + HedgewarsScriptLoad("/Scripts/Locale.lua") HedgewarsScriptLoad("/Scripts/Animate.lua")