Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10783


Ignore:
Timestamp:
Nov 9, 2015, 1:57:59 PM (8 years ago)
Author:
bhatiab
Message:

Finished descriptions for the quests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/campaignHS15/data/levels/Campaign1.oxw

    r10779 r10783  
    8383        <QuestDescription title="Reach the Station A!" description="You need to get in contact with your base! Word is enemies are preparing to attack our people and goods! Be quick!" failMessage="" completeMessage="" />
    8484        <hints>
    85             <QuestHint id="quest1hint1" />
    8685        </hints>
    8786        <complete-effects>
     
    9291
    9392    <GlobalQuest id="quest2">
    94         <QuestDescription title="Prepare to fight the Enemy" description="Take over the faster, stronger, more secure and overall better spaceship by docking to Station A!" failMessage="" completeMessage="" />
     93        <QuestDescription title="Prepare to fight the Enemy" description="You need to be prepared, mentally and physically! So gather all your strength and forces to destroy those space pirates!" failMessage="" completeMessage="" />
    9594        <hints>
    9695        </hints>
    9796        <subquests>
    9897            <GlobalQuest id="quest2.1">
    99                 <QuestDescription title="> Get a better Spaceship" description="Dock to Statino A!" failMessage="" completeMessage="" />
     98                <QuestDescription title="> Get a better Spaceship" description="Take over the faster, stronger, more secure and overall better spaceship!" failMessage="" completeMessage="" />
    10099                <complete-effects>
    101100                    <AddQuest questId="quest2.2" />
     
    103102            </GlobalQuest>
    104103            <GlobalQuest id="quest2.2">
    105                 <QuestDescription title="> Meet your Unit" description="Your unit will follow you, where ever you go. To victory or to death, they will be loyal to you!" failMessage="" completeMessage="" />
     104                <QuestDescription title="> Meet your Unit" description="Your unit will help you, where ever you go. To victory or to death, they will be loyal to you!" failMessage="" completeMessage="" />
    106105            </GlobalQuest>
    107106        </subquests>
     
    112111
    113112    <GlobalQuest id="quest3">
    114         <QuestDescription title="Fight the first Wave" description="Five enemies are approaching you! There main target is the transporter though, so make to destroy them - before the destroy the transporter with the people and goods!" failMessage="Oh no! You have to be better, they destroyed the transporter!" completeMessage="Good Job!" />
     113        <QuestDescription title="Fight the first Wave" description="Five enemies are approaching you! There main target is the transporter though, so destroy them - before the destroy the transporter with the valuebals goods (and of course the people aboard)!" failMessage="Oh no! You have to be better, they destroyed the transporter!" completeMessage="Good Job!" />
    115114        <hints>
    116115        </hints>
     
    128127        <subquests>
    129128            <GlobalQuest id="quest4.1">
    130                 <QuestDescription title="> Get to the Defense Station" description="Fly to Station C, we will repair you spaceship while you rest for a little." failMessage="" completeMessage="" />
     129                <QuestDescription title="> Get to the Defense Station" description="Fly to Station C, we will repair your spaceship while you will fight them with the Cannons." failMessage="" completeMessage="" />
    131130            </GlobalQuest>
    132131            <GlobalQuest id="quest4.2">
    133                 <QuestDescription title="> Find the turret" description="" failMessage="" completeMessage="" />
     132                <QuestDescription title="> Get into the Cannon Suit!" description="Dock to Station C, you will be able to contol the Cannons on top of the station, perfect for fighting off a hord of enemies!" failMessage="" completeMessage="" />
    134133            </GlobalQuest>
    135134        </subquests>
     
    140139
    141140    <GlobalQuest id="quest5">
    142         <QuestDescription title="Fight the Hord!" description="" failMessage="" completeMessage="" />
     141        <QuestDescription title="Fight the Hord!" description="Destroy the next wave!" failMessage="" completeMessage="" />
    143142        <hints>
    144143        </hints>
     
    151150
    152151    <GlobalQuest id="quest6">
    153         <QuestDescription title="Get back to the Transporter" description="" failMessage="" completeMessage="" />
     152        <QuestDescription title="Get back to the Transporter" description="Undock from Station C and get into your Spaceship!" failMessage="" completeMessage="" />
    154153        <hints>
    155154        </hints>
    156155        <subquests>
    157156            <GlobalQuest id="quest6.1">
    158                 <QuestDescription title="> Collect the local Pickups" description="" failMessage="" completeMessage="" />
     157                <QuestDescription title="> Collect the local Pickups" description="There are pickups scattered around Spacestation C, you can collect them if you want to, but it is advised to do so. They will support your task in destroying the enemies and make your life easier." failMessage="" completeMessage="" />
    159158            </GlobalQuest>
    160159            <GlobalQuest id="quest6.2">
    161                 <QuestDescription title="> Use Portal to the Transporter" description="" failMessage="" completeMessage="" />
     160                <QuestDescription title="> Get back to the Transporter" description="Fly to the transporter!" failMessage="" completeMessage="" />
    162161            </GlobalQuest>
    163162        </subquests>
     
    168167
    169168    <GlobalQuest id="quest7">
    170         <QuestDescription title="Fight the final Wave" description="" failMessage="" completeMessage="" />
     169        <QuestDescription title="Fight the final Wave" description="Good gracious, another hord of pirate ships!" failMessage="" completeMessage="" />
    171170        <hints>
    172171        </hints>
     
    649648    <?lua
    650649        dofile("includes/asteroidField.lua")
    651        asteroidField(cField1[1], cField1[2], cField1[3], 20, 30, 2200, 250, 0)
     650       asteroidField(cField1[1], cField1[2], cField1[3], 20, 30, 2000, 250, 0)
    652651    ?>
    653652
    654653    <?lua
    655654        dofile("includes/asteroidField.lua")
    656        asteroidField(cField2[1], cField2[2], cField2[3], 20, 30, 2200, 250, 0)
     655       asteroidField(cField2[1], cField2[2], cField2[3], 20, 30, 2000, 250, 0)
    657656    ?>
    658657
Note: See TracChangeset for help on using the changeset viewer.