Changeset 10783
- Timestamp:
- Nov 9, 2015, 1:57:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/campaignHS15/data/levels/Campaign1.oxw
r10779 r10783 83 83 <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="" /> 84 84 <hints> 85 <QuestHint id="quest1hint1" />86 85 </hints> 87 86 <complete-effects> … … 92 91 93 92 <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="" /> 95 94 <hints> 96 95 </hints> 97 96 <subquests> 98 97 <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="" /> 100 99 <complete-effects> 101 100 <AddQuest questId="quest2.2" /> … … 103 102 </GlobalQuest> 104 103 <GlobalQuest id="quest2.2"> 105 <QuestDescription title="> Meet your Unit" description="Your unit will followyou, 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="" /> 106 105 </GlobalQuest> 107 106 </subquests> … … 112 111 113 112 <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!" /> 115 114 <hints> 116 115 </hints> … … 128 127 <subquests> 129 128 <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="" /> 131 130 </GlobalQuest> 132 131 <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="" /> 134 133 </GlobalQuest> 135 134 </subquests> … … 140 139 141 140 <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="" /> 143 142 <hints> 144 143 </hints> … … 151 150 152 151 <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="" /> 154 153 <hints> 155 154 </hints> 156 155 <subquests> 157 156 <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="" /> 159 158 </GlobalQuest> 160 159 <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="" /> 162 161 </GlobalQuest> 163 162 </subquests> … … 168 167 169 168 <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="" /> 171 170 <hints> 172 171 </hints> … … 649 648 <?lua 650 649 dofile("includes/asteroidField.lua") 651 asteroidField(cField1[1], cField1[2], cField1[3], 20, 30, 2 200, 250, 0)650 asteroidField(cField1[1], cField1[2], cField1[3], 20, 30, 2000, 250, 0) 652 651 ?> 653 652 654 653 <?lua 655 654 dofile("includes/asteroidField.lua") 656 asteroidField(cField2[1], cField2[2], cField2[3], 20, 30, 2 200, 250, 0)655 asteroidField(cField2[1], cField2[2], cField2[3], 20, 30, 2000, 250, 0) 657 656 ?> 658 657
Note: See TracChangeset
for help on using the changeset viewer.