[12404] | 1 | <LevelInfo |
---|
| 2 | name = "Boss Fight" |
---|
| 3 | description = "Let's see if you can defeat Ojumaya-kun" |
---|
| 4 | tags = "mission" |
---|
| 5 | screenshot = "missionOne.png" |
---|
| 6 | /> |
---|
| 7 | <?lua |
---|
| 8 | include("HUDTemplates3.oxo") |
---|
| 9 | include("stats.oxo") |
---|
| 10 | include("templates/pickupRepresentationTemplates.oxt") |
---|
| 11 | include("templates/spaceshipAssff.oxt") |
---|
| 12 | include("templates/spaceshipH2.oxt") |
---|
| 13 | include("templates/spaceshipPirate.oxt") |
---|
| 14 | include("templates/lodInformation.oxt") |
---|
| 15 | include("templates/BossFightPlayer.oxt") |
---|
| 16 | ?> |
---|
| 17 | <?lua |
---|
| 18 | include("templates/spaceshipEscort.oxt") |
---|
| 19 | include("includes/notifications.oxi") |
---|
| 20 | ?> |
---|
| 21 | <Level gametype="Mission"> |
---|
| 22 | <templates> |
---|
| 23 | <Template link=lodtemplate_default /> |
---|
| 24 | </templates> |
---|
| 25 | <NotificationQueueCEGUI |
---|
| 26 | name="narrative" |
---|
| 27 | targets="simpleNotification" |
---|
| 28 | size=3 |
---|
| 29 | displayTime=45 |
---|
| 30 | position="0.2, 0, 0.1, 0" |
---|
| 31 | fontSize="12" |
---|
| 32 | fontColor="0.3, 1, 0.2, 0.8" |
---|
| 33 | alignment="HorzCentred" |
---|
| 34 | displaySize="0.6, 0, 0, 0" |
---|
| 35 | /> |
---|
| 36 | <Scene |
---|
| 37 | ambientlight = "0.8, 0.8, 0.8" |
---|
| 38 | skybox = "Orxonox/Starbox" |
---|
| 39 | > |
---|
| 40 | <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/> |
---|
| 41 | <SpawnPoint team=0 position="0,0,0" lookat="100,0,0" spawnclass=SpaceShip pawndesign=bossfightplayer /> |
---|
| 42 | <!--Billboard--> |
---|
| 43 | <DistanceTrigger name="switchBillboard1" position="200,0,0" target="Pawn" distance=250 stayActive="true" delay=0.1/> |
---|
| 44 | <BlinkingBillboard position="200,0,0" material="Examples/Flare" colour="0, 0, 1" amplitude=3 frequency=0.5 quadratic=2 > |
---|
| 45 | <events> |
---|
| 46 | <visibility> |
---|
| 47 | <EventTrigger> |
---|
| 48 | <events> |
---|
| 49 | <trigger> |
---|
| 50 | <EventListener event=switchBillboard1 /> |
---|
| 51 | </trigger> |
---|
| 52 | </events> |
---|
| 53 | </EventTrigger> |
---|
| 54 | </visibility> |
---|
| 55 | </events> |
---|
| 56 | </BlinkingBillboard> |
---|
| 57 | <!--Dialogues--> |
---|
| 58 | <DistanceTrigger name="talk1" position="200,0,0" target="Pawn" distance=25 stayActive="true" /> |
---|
| 59 | <Dialog name="Commander" currentQuestionId="BeginBriefing"> |
---|
| 60 | <questions> |
---|
| 61 | <Question Id="BeginBriefing" question="We are getting a lot of distress calls from our pilots. Investigate all of them and report back Sar-Bur-Per-Ak"> |
---|
| 62 | <answerIds> |
---|
| 63 | <AnswerId Id="Brief_a"/> |
---|
| 64 | <AnswerId Id="Brief_b"/> |
---|
| 65 | </answerIds> |
---|
| 66 | </Question> |
---|
| 67 | <Question Id="BossAlert_a" question="Be careful about Ojumaya-kun. I think he might be here." > |
---|
| 68 | <answerIds> |
---|
| 69 | <AnswerId Id="Boss_a_a"/> |
---|
| 70 | <AnswerId Id="Boss_a_b"/> |
---|
| 71 | </answerIds> |
---|
| 72 | </Question> |
---|
| 73 | <Question Id="BossAlert_b" question="I am afraid that is not an option. The distress calls are strangely similar to when Ojumaya-kun first appeared. You must investigate and help those in need." > |
---|
| 74 | <answerIds> |
---|
| 75 | <AnswerId Id="Boss_b_a"/> |
---|
| 76 | <AnswerId Id="Boss_b_b"/> |
---|
| 77 | </answerIds> |
---|
| 78 | </Question> |
---|
| 79 | <Question Id="BossInformation" question="It first appeared after the great Famine. We believe it was born because of the sins we committed for survival. I am sorry, but we do not have much time. You must go now." > |
---|
| 80 | <answerIds> |
---|
| 81 | <AnswerId Id="Info_a"/> |
---|
| 82 | <AnswerId Id="Info_b"/> |
---|
| 83 | </answerIds> |
---|
| 84 | </Question> |
---|
| 85 | <Question Id="PiratesAlert" question="There might also be Space Pirates around, so keep your eyes open!" > |
---|
| 86 | <answerIds> |
---|
| 87 | <AnswerId Id="Pirates_a"/> |
---|
| 88 | <AnswerId Id="Pirates_b"/> |
---|
| 89 | </answerIds> |
---|
| 90 | </Question> |
---|
| 91 | <Question Id="Reinforcements" question="Some reinforcements are on the way. I am also sending in support. Keep safe, and be quick. The distress signals indicated plenty of Minion activity."/> |
---|
| 92 | </questions> |
---|
| 93 | <answers> |
---|
| 94 | <Answer Id="Brief_a" answer="Yes, Boss!" nextQuestionId="BossAlert_a"/> |
---|
| 95 | <Answer Id="Brief_b" answer="Whatever, I don't care!" nextQuestionId="BossAlert_b"/> |
---|
| 96 | <Answer Id="Boss_a_a"answer="Acknowledged Boss!" nextQuestionId="PiratesAlert"/> |
---|
| 97 | <Answer Id="Boss_a_b"answer="Who is that?" nextQuestionId="BossInformation"/> |
---|
| 98 | <Answer Id="Boss_b_a"answer="Alright, if I HAVE to do it." nextQuestionId="PiratesAlert"/> |
---|
| 99 | <Answer Id="Boss_b_b"answer="Who is that anyway?" nextQuestionId="BossInformation"/> |
---|
| 100 | <Answer Id="Info_a" answer="That does not sound fun." nextQuestionId="PiratesAlert"/> |
---|
| 101 | <Answer Id="Info_b" answer="Ah sh#t, here we go again." nextQuestionId="PiratesAlert"/> |
---|
| 102 | <Answer Id="Pirates_a" answer="Yes, Boss!" nextQuestionId="Reinforcements"/> |
---|
| 103 | <Answer Id="Pirates_b" answer="Oh they won't be a problem!" nextQuestionId="Reinforcements"/> |
---|
| 104 | </answers> |
---|
| 105 | <events> |
---|
| 106 | <execute> |
---|
| 107 | <EventListener event="talk1"/> |
---|
| 108 | </execute> |
---|
| 109 | </events> |
---|
| 110 | </Dialog> |
---|
| 111 | <?lua |
---|
| 112 | include("includes/pickups.oxi") |
---|
| 113 | include("templates/BossFightMinion.oxt") |
---|
| 114 | include("templates/BossFightBigMinion.oxt") |
---|
| 115 | include("templates/BossFightPirate.oxt") |
---|
| 116 | include("templates/BossFightBoss.oxt") |
---|
| 117 | ?> |
---|
| 118 | <!--Other ships--> |
---|
| 119 | <!--Bosses Minions--> |
---|
| 120 | <!------------------------------------------------------------------------------------------------> |
---|
| 121 | <Template name=waypointsFirstWave> |
---|
| 122 | <WaypointPatrolController> |
---|
| 123 | <waypoints> |
---|
| 124 | <StaticEntity position="2000,0,-500" /> |
---|
| 125 | <StaticEntity position="2000,0,500" /> |
---|
| 126 | <StaticEntity position="2870,0,0" /> |
---|
| 127 | </waypoints> |
---|
| 128 | </WaypointPatrolController> |
---|
| 129 | </Template> |
---|
| 130 | <!------------------------------------------------------------------------------------------------> |
---|
| 131 | <!--First wave--> |
---|
| 132 | <SpaceShip position="2000,0,-500" |
---|
| 133 | lookat="0,0,0" |
---|
| 134 | health= "50" |
---|
| 135 | initialhealth= "50" |
---|
| 136 | maxhealth= "70" |
---|
| 137 | name="1minions"> |
---|
| 138 | <events> |
---|
| 139 | <visibility> |
---|
| 140 | <EventListener event="talk1" /> |
---|
| 141 | </visibility> |
---|
| 142 | </events> |
---|
| 143 | <templates> |
---|
| 144 | <Template link=bossfightminion /> |
---|
| 145 | </templates> |
---|
| 146 | <controller> |
---|
| 147 | <WaypointPatrolController alertnessradius=1000 team=11> |
---|
| 148 | <templates> |
---|
| 149 | <Template link=waypointsFirstWave/> |
---|
| 150 | </templates> |
---|
| 151 | </WaypointPatrolController> |
---|
| 152 | </controller> |
---|
| 153 | </SpaceShip> |
---|
| 154 | <SpaceShip position="2870,0,0" |
---|
| 155 | lookat="0,0,0" |
---|
| 156 | health= "50" |
---|
| 157 | initialhealth= "50" |
---|
| 158 | maxhealth= "70" |
---|
| 159 | name="1minions"> |
---|
| 160 | <events> |
---|
| 161 | <visibility> |
---|
| 162 | <EventListener event="talk1" /> |
---|
| 163 | </visibility> |
---|
| 164 | </events> |
---|
| 165 | <templates> |
---|
| 166 | <Template link=bossfightminion /> |
---|
| 167 | </templates> |
---|
| 168 | <controller> |
---|
| 169 | <WaypointPatrolController alertnessradius=1000 team=11> |
---|
| 170 | <templates> |
---|
| 171 | <Template link=waypointsFirstWave/> |
---|
| 172 | </templates> |
---|
| 173 | </WaypointPatrolController> |
---|
| 174 | </controller> |
---|
| 175 | </SpaceShip> |
---|
| 176 | <EventTrigger name="minion1trigger2" activations="1" stayactive="true" delay=3> |
---|
| 177 | <events> |
---|
| 178 | <trigger> |
---|
| 179 | <EventListener event="1minions" /> |
---|
| 180 | </trigger> |
---|
| 181 | </events> |
---|
| 182 | <EventTrigger name="minion1trigger1" activations="1" stayactive="true" delay=0.1> |
---|
| 183 | <events> |
---|
| 184 | <trigger> |
---|
| 185 | <EventListener event="1minions" /> |
---|
| 186 | </trigger> |
---|
| 187 | </events> |
---|
| 188 | </EventTrigger> |
---|
| 189 | </EventTrigger> |
---|
| 190 | <!--Billboard--> |
---|
| 191 | <BlinkingBillboard position="3200,0,0" material="Examples/Flare" colour="1, 0, 0" amplitude=3 frequency=0.5 quadratic=2 > |
---|
| 192 | <events> |
---|
| 193 | <visibility> |
---|
| 194 | <EventTrigger> |
---|
| 195 | <events> |
---|
| 196 | <trigger> |
---|
| 197 | <EventListener event=minion1trigger2 /> |
---|
| 198 | </trigger> |
---|
| 199 | </events> |
---|
| 200 | </EventTrigger> |
---|
| 201 | </visibility> |
---|
| 202 | </events> |
---|
| 203 | </BlinkingBillboard> |
---|
| 204 | <!--Dialogues--> |
---|
| 205 | <!--DistanceTrigger name="talk2" position="3200,0,0" target="Pawn" distance=25 stayActive="true" /--> |
---|
| 206 | <Dialog name="Commander" currentQuestionId="Inquiry"> |
---|
| 207 | <questions> |
---|
| 208 | <Question Id="Inquiry" question="What did you find?"> |
---|
| 209 | <answerIds> |
---|
| 210 | <AnswerId Id="Inquiry_a"/> |
---|
| 211 | <AnswerId Id="Inquiry_b"/> |
---|
| 212 | </answerIds> |
---|
| 213 | </Question> |
---|
| 214 | <Question Id="Continue" question="Huh. Strange... At least I could get some reinforcements to you." ></Question> |
---|
| 215 | </questions> |
---|
| 216 | <answers> |
---|
| 217 | <Answer Id="Inquiry_a" answer="There is nothing here, Boss!" nextQuestionId="Continue"/> |
---|
| 218 | <Answer Id="Inquiry_b" answer="Nothing other than damn Minions..." nextQuestionId="Continue"/> |
---|
| 219 | </answers> |
---|
| 220 | <events> |
---|
| 221 | <execute> |
---|
| 222 | <EventListener event="minion1trigger2"/> |
---|
| 223 | </execute> |
---|
| 224 | </events> |
---|
| 225 | </Dialog> |
---|
| 226 | <!--Pick Ups --> |
---|
| 227 | <PickupSpawner pickup=mediumdamageboostpickup position="3200,-200,0" triggerDistance="100" respawnTime="30" maxSpawnedItems="2"> |
---|
| 228 | <events> |
---|
| 229 | <visibility> |
---|
| 230 | <EventTrigger> |
---|
| 231 | <events> |
---|
| 232 | <trigger> |
---|
| 233 | <EventListener event=minion1trigger2 /> |
---|
| 234 | </trigger> |
---|
| 235 | </events> |
---|
| 236 | </EventTrigger> |
---|
| 237 | </visibility> |
---|
| 238 | </events> |
---|
| 239 | </PickupSpawner> |
---|
| 240 | <PickupSpawner pickup=mediummunitionpickup position="3200,-100,0" triggerDistance="100" respawnTime="5" maxSpawnedItems="2"> |
---|
| 241 | <events> |
---|
| 242 | <visibility> |
---|
| 243 | <EventTrigger> |
---|
| 244 | <events> |
---|
| 245 | <trigger> |
---|
| 246 | <EventListener event=minion1trigger2 /> |
---|
| 247 | </trigger> |
---|
| 248 | </events> |
---|
| 249 | </EventTrigger> |
---|
| 250 | </visibility> |
---|
| 251 | </events> |
---|
| 252 | </PickupSpawner> |
---|
| 253 | <PickupSpawner pickup=mediumhealthpickup position="3200,100,0" triggerDistance="100" respawnTime="30" maxSpawnedItems="2"> |
---|
| 254 | <events> |
---|
| 255 | <visibility> |
---|
| 256 | <EventTrigger> |
---|
| 257 | <events> |
---|
| 258 | <trigger> |
---|
| 259 | <EventListener event=minion1trigger2 /> |
---|
| 260 | </trigger> |
---|
| 261 | </events> |
---|
| 262 | </EventTrigger> |
---|
| 263 | </visibility> |
---|
| 264 | </events> |
---|
| 265 | </PickupSpawner> |
---|
| 266 | <PickupSpawner pickup=mediumspeedpickup position="3200,200,0" triggerDistance="100" respawnTime="10" maxSpawnedItems="2"> |
---|
| 267 | <events> |
---|
| 268 | <visibility> |
---|
| 269 | <EventTrigger> |
---|
| 270 | <events> |
---|
| 271 | <trigger> |
---|
| 272 | <EventListener event=minion1trigger2 /> |
---|
| 273 | </trigger> |
---|
| 274 | </events> |
---|
| 275 | </EventTrigger> |
---|
| 276 | </visibility> |
---|
| 277 | </events> |
---|
| 278 | </PickupSpawner> |
---|
| 279 | <!------------------------------------------------------------------------------------------------> |
---|
| 280 | <Template name=waypointsSecondWave> |
---|
| 281 | <WaypointPatrolController> |
---|
| 282 | <waypoints> |
---|
| 283 | <StaticEntity position="5000,-200,-500" /> |
---|
| 284 | <StaticEntity position="5000,-200,500" /> |
---|
| 285 | <StaticEntity position="5000,200,500" /> |
---|
| 286 | <StaticEntity position="5000,200,-500" /> |
---|
| 287 | </waypoints> |
---|
| 288 | </WaypointPatrolController> |
---|
| 289 | </Template> |
---|
| 290 | <!------------------------------------------------------------------------------------------------> |
---|
| 291 | <!--Second wave--> |
---|
| 292 | <SpaceShip position="5000,-500,-200" |
---|
| 293 | lookat="0,0,0" |
---|
| 294 | health= "50" |
---|
| 295 | initialhealth= "50" |
---|
| 296 | maxhealth= "70" |
---|
| 297 | name="2minions"> |
---|
| 298 | <events> |
---|
| 299 | <visibility> |
---|
| 300 | <EventListener event="minion1trigger2" /> |
---|
| 301 | </visibility> |
---|
| 302 | </events> |
---|
| 303 | <templates> |
---|
| 304 | <Template link=bossfightminion /> |
---|
| 305 | </templates> |
---|
| 306 | <controller> |
---|
| 307 | <WaypointPatrolController alertnessradius=1000 team=11> |
---|
| 308 | <templates> |
---|
| 309 | <Template link=waypointsSecondWave/> |
---|
| 310 | </templates> |
---|
| 311 | </WaypointPatrolController> |
---|
| 312 | </controller> |
---|
| 313 | </SpaceShip> |
---|
| 314 | <SpaceShip position="5000,500,200" |
---|
| 315 | lookat="0,0,0" |
---|
| 316 | health= "50" |
---|
| 317 | initialhealth= "50" |
---|
| 318 | maxhealth= "70" |
---|
| 319 | name="2minions"> |
---|
| 320 | <events> |
---|
| 321 | <visibility> |
---|
| 322 | <EventListener event="minion1trigger2" /> |
---|
| 323 | </visibility> |
---|
| 324 | </events> |
---|
| 325 | <templates> |
---|
| 326 | <Template link=bossfightminion /> |
---|
| 327 | </templates> |
---|
| 328 | <controller> |
---|
| 329 | <WaypointPatrolController alertnessradius=1000 team=11> |
---|
| 330 | <templates> |
---|
| 331 | <Template link=waypointsSecondWave/> |
---|
| 332 | </templates> |
---|
| 333 | </WaypointPatrolController> |
---|
| 334 | </controller> |
---|
| 335 | </SpaceShip> |
---|
| 336 | <SpaceShip position="5000,500,-200" |
---|
| 337 | lookat="0,0,0" |
---|
| 338 | health= "50" |
---|
| 339 | initialhealth= "50" |
---|
| 340 | maxhealth= "70" |
---|
| 341 | name="2minions"> |
---|
| 342 | <events> |
---|
| 343 | <visibility> |
---|
| 344 | <EventListener event="minion1trigger2" /> |
---|
| 345 | </visibility> |
---|
| 346 | </events> |
---|
| 347 | <templates> |
---|
| 348 | <Template link=bossfightminion /> |
---|
| 349 | </templates> |
---|
| 350 | <controller> |
---|
| 351 | <WaypointPatrolController alertnessradius=1000 team=11> |
---|
| 352 | <templates> |
---|
| 353 | <Template link=waypointsSecondWave/> |
---|
| 354 | </templates> |
---|
| 355 | </WaypointPatrolController> |
---|
| 356 | </controller> |
---|
| 357 | </SpaceShip> |
---|
| 358 | <EventTrigger name="minion2trigger3" activations="1" stayactive="true" delay=3> |
---|
| 359 | <events> |
---|
| 360 | <trigger> |
---|
| 361 | <EventListener event="2minions" /> |
---|
| 362 | </trigger> |
---|
| 363 | </events> |
---|
| 364 | <EventTrigger name="minion2trigger2" activations="1" stayactive="true" delay=0.1> |
---|
| 365 | <events> |
---|
| 366 | <trigger> |
---|
| 367 | <EventListener event="2minions" /> |
---|
| 368 | </trigger> |
---|
| 369 | </events> |
---|
| 370 | <EventTrigger name="minion2trigger1" activations="1" stayactive="true" delay=0.1> |
---|
| 371 | <events> |
---|
| 372 | <trigger> |
---|
| 373 | <EventListener event="2minions" /> |
---|
| 374 | </trigger> |
---|
| 375 | </events> |
---|
| 376 | </EventTrigger> |
---|
| 377 | </EventTrigger> |
---|
| 378 | </EventTrigger> |
---|
| 379 | <!--Billboard--> |
---|
| 380 | <BlinkingBillboard position="5300,0,0" material="Examples/Flare" colour="1, 0, 0" amplitude=3 frequency=0.5 quadratic=2 > |
---|
| 381 | <events> |
---|
| 382 | <visibility> |
---|
| 383 | <EventTrigger> |
---|
| 384 | <events> |
---|
| 385 | <trigger> |
---|
| 386 | <EventListener event=minion2trigger3 /> |
---|
| 387 | </trigger> |
---|
| 388 | </events> |
---|
| 389 | </EventTrigger> |
---|
| 390 | </visibility> |
---|
| 391 | </events> |
---|
| 392 | </BlinkingBillboard> |
---|
| 393 | <!--Dialogues--> |
---|
| 394 | <!--DistanceTrigger name="talk3" position="5300,0,0" target="Pawn" distance=100 stayActive="true" /--> |
---|
| 395 | <Dialog name="Commander" currentQuestionId="Fallen"> |
---|
| 396 | <questions> |
---|
| 397 | <Question Id="Fallen" question="Is there any trace of our fallen yet?"> |
---|
| 398 | <answerIds> |
---|
| 399 | <AnswerId Id="Fallen_a"/> |
---|
| 400 | <AnswerId Id="Fallen_b"/> |
---|
| 401 | </answerIds> |
---|
| 402 | </Question> |
---|
| 403 | <Question Id="Goon" question="This is unusual... Better stock up, we do not know what might come." ></Question> |
---|
| 404 | </questions> |
---|
| 405 | <answers> |
---|
| 406 | <Answer Id="Fallen_a" answer="Still no trace here, Boss!" nextQuestionId="Goon"/> |
---|
| 407 | <Answer Id="Fallen_b" answer="Still nothing, Boss. I am getting nervous here..." nextQuestionId="Goon"/> |
---|
| 408 | </answers> |
---|
| 409 | <events> |
---|
| 410 | <execute> |
---|
| 411 | <EventListener event="minion2trigger3"/> |
---|
| 412 | </execute> |
---|
| 413 | </events> |
---|
| 414 | </Dialog> |
---|
| 415 | <!--Pick Ups --> |
---|
| 416 | <PickupSpawner pickup=triplehealthspeedinvisibilitypickup position="5300,-100,0" triggerDistance="100" respawnTime="30" maxSpawnedItems="2" > |
---|
| 417 | <events> |
---|
| 418 | <visibility> |
---|
| 419 | <EventTrigger> |
---|
| 420 | <events> |
---|
| 421 | <trigger> |
---|
| 422 | <EventListener event=minion2trigger3 /> |
---|
| 423 | </trigger> |
---|
| 424 | </events> |
---|
| 425 | </EventTrigger> |
---|
| 426 | </visibility> |
---|
| 427 | </events> |
---|
| 428 | </PickupSpawner> |
---|
| 429 | <PickupSpawner pickup=dronepickup position="5300,0,0" triggerDistance="100" respawnTime="30" maxSpawnedItems="2" > |
---|
| 430 | <events> |
---|
| 431 | <visibility> |
---|
| 432 | <EventTrigger> |
---|
| 433 | <events> |
---|
| 434 | <trigger> |
---|
| 435 | <EventListener event=minion2trigger3 /> |
---|
| 436 | </trigger> |
---|
| 437 | </events> |
---|
| 438 | </EventTrigger> |
---|
| 439 | </visibility> |
---|
| 440 | </events> |
---|
| 441 | </PickupSpawner> |
---|
| 442 | <PickupSpawner pickup=smallshieldpickup position="5300,100,0" triggerDistance="100" respawnTime="5" maxSpawnedItems="2" > |
---|
| 443 | <events> |
---|
| 444 | <visibility> |
---|
| 445 | <EventTrigger> |
---|
| 446 | <events> |
---|
| 447 | <trigger> |
---|
| 448 | <EventListener event=minion2trigger3 /> |
---|
| 449 | </trigger> |
---|
| 450 | </events> |
---|
| 451 | </EventTrigger> |
---|
| 452 | </visibility> |
---|
| 453 | </events> |
---|
| 454 | </PickupSpawner> |
---|
| 455 | <!------------------------------------------------------------------------------------------------> |
---|
| 456 | <Template name=waypointsThirdWave> |
---|
| 457 | <WaypointPatrolController> |
---|
| 458 | <waypoints> |
---|
| 459 | <StaticEntity position="7000,-500,-500" /> |
---|
| 460 | <StaticEntity position="7000,-500,500" /> |
---|
| 461 | <StaticEntity position="9000,500,500" /> |
---|
| 462 | <StaticEntity position="9000,500,-500" /> |
---|
| 463 | </waypoints> |
---|
| 464 | </WaypointPatrolController> |
---|
| 465 | </Template> |
---|
| 466 | <!------------------------------------------------------------------------------------------------> |
---|
| 467 | <!--Third wave--> |
---|
| 468 | <SpaceShip position="9000,500,500" |
---|
| 469 | lookat="0,0,0" |
---|
| 470 | health= "50" |
---|
| 471 | initialhealth= "50" |
---|
| 472 | maxhealth= "70" |
---|
| 473 | name="3minions"> |
---|
| 474 | <events> |
---|
| 475 | <visibility> |
---|
| 476 | <EventListener event="minion2trigger3" /> |
---|
| 477 | </visibility> |
---|
| 478 | </events> |
---|
| 479 | <templates> |
---|
| 480 | <Template link=bossfightminion /> |
---|
| 481 | </templates> |
---|
| 482 | <controller> |
---|
| 483 | <WaypointPatrolController alertnessradius=1000 team=11> |
---|
| 484 | <templates> |
---|
| 485 | <Template link=waypointsThirdWave/> |
---|
| 486 | </templates> |
---|
| 487 | </WaypointPatrolController> |
---|
| 488 | </controller> |
---|
| 489 | </SpaceShip> |
---|
| 490 | <SpaceShip position="8500,500,500" |
---|
| 491 | lookat="0,0,0" |
---|
| 492 | health= "50" |
---|
| 493 | initialhealth= "50" |
---|
| 494 | maxhealth= "70" |
---|
| 495 | name="3minions"> |
---|
| 496 | <events> |
---|
| 497 | <visibility> |
---|
| 498 | <EventListener event="minion2trigger3" /> |
---|
| 499 | </visibility> |
---|
| 500 | </events> |
---|
| 501 | <templates> |
---|
| 502 | <Template link=bossfightminion /> |
---|
| 503 | </templates> |
---|
| 504 | <controller> |
---|
| 505 | <WaypointPatrolController alertnessradius=1000 team=11> |
---|
| 506 | <templates> |
---|
| 507 | <Template link=waypointsThirdWave/> |
---|
| 508 | </templates> |
---|
| 509 | </WaypointPatrolController> |
---|
| 510 | </controller> |
---|
| 511 | </SpaceShip> |
---|
| 512 | <SpaceShip position="8000,500,500" |
---|
| 513 | lookat="0,0,0" |
---|
| 514 | health= "50" |
---|
| 515 | initialhealth= "50" |
---|
| 516 | maxhealth= "70" |
---|
| 517 | name="3minions"> |
---|
| 518 | <events> |
---|
| 519 | <visibility> |
---|
| 520 | <EventListener event="minion2trigger3" /> |
---|
| 521 | </visibility> |
---|
| 522 | </events> |
---|
| 523 | <templates> |
---|
| 524 | <Template link=bossfightminion /> |
---|
| 525 | </templates> |
---|
| 526 | <controller> |
---|
| 527 | <WaypointPatrolController alertnessradius=1000 team=11> |
---|
| 528 | <templates> |
---|
| 529 | <Template link=waypointsThirdWave/> |
---|
| 530 | </templates> |
---|
| 531 | </WaypointPatrolController> |
---|
| 532 | </controller> |
---|
| 533 | </SpaceShip> |
---|
| 534 | <SpaceShip position="7500,500,500" |
---|
| 535 | lookat="0,0,0" |
---|
| 536 | health= "50" |
---|
| 537 | initialhealth= "50" |
---|
| 538 | maxhealth= "70" |
---|
| 539 | name="3minions"> |
---|
| 540 | <events> |
---|
| 541 | <visibility> |
---|
| 542 | <EventListener event="minion2trigger3" /> |
---|
| 543 | </visibility> |
---|
| 544 | </events> |
---|
| 545 | <templates> |
---|
| 546 | <Template link=bossfightminion /> |
---|
| 547 | </templates> |
---|
| 548 | <controller> |
---|
| 549 | <WaypointPatrolController alertnessradius=1000 team=11> |
---|
| 550 | <templates> |
---|
| 551 | <Template link=waypointsThirdWave/> |
---|
| 552 | </templates> |
---|
| 553 | </WaypointPatrolController> |
---|
| 554 | </controller> |
---|
| 555 | </SpaceShip> |
---|
| 556 | <SpaceShip position="7000,500,500" |
---|
| 557 | lookat="0,0,0" |
---|
| 558 | health= "50" |
---|
| 559 | initialhealth= "50" |
---|
| 560 | maxhealth= "70" |
---|
| 561 | name="3minions"> |
---|
| 562 | <events> |
---|
| 563 | <visibility> |
---|
| 564 | <EventListener event="minion2trigger3" /> |
---|
| 565 | </visibility> |
---|
| 566 | </events> |
---|
| 567 | <templates> |
---|
| 568 | <Template link=bossfightminion /> |
---|
| 569 | </templates> |
---|
| 570 | <controller> |
---|
| 571 | <WaypointPatrolController alertnessradius=1000 team=11> |
---|
| 572 | <templates> |
---|
| 573 | <Template link=waypointsThirdWave/> |
---|
| 574 | </templates> |
---|
| 575 | </WaypointPatrolController> |
---|
| 576 | </controller> |
---|
| 577 | </SpaceShip> |
---|
| 578 | <SpaceShip position="7000,000,500" |
---|
| 579 | lookat="0,0,0" |
---|
| 580 | health= "50" |
---|
| 581 | initialhealth= "50" |
---|
| 582 | maxhealth= "70" |
---|
| 583 | name="3minions"> |
---|
| 584 | <events> |
---|
| 585 | <visibility> |
---|
| 586 | <EventListener event="minion2trigger3" /> |
---|
| 587 | </visibility> |
---|
| 588 | </events> |
---|
| 589 | <templates> |
---|
| 590 | <Template link=bossfightminion /> |
---|
| 591 | </templates> |
---|
| 592 | <controller> |
---|
| 593 | <WaypointPatrolController alertnessradius=1000 team=11> |
---|
| 594 | <templates> |
---|
| 595 | <Template link=waypointsThirdWave/> |
---|
| 596 | </templates> |
---|
| 597 | </WaypointPatrolController> |
---|
| 598 | </controller> |
---|
| 599 | </SpaceShip> |
---|
| 600 | <EventTrigger name="minion3trigger6" activations="1" stayactive="true" delay=3> |
---|
| 601 | <events> |
---|
| 602 | <trigger> |
---|
| 603 | <EventListener event="3minions" /> |
---|
| 604 | </trigger> |
---|
| 605 | </events> |
---|
| 606 | <EventTrigger name="minion3trigger5" activations="1" stayactive="true" delay=0.1> |
---|
| 607 | <events> |
---|
| 608 | <trigger> |
---|
| 609 | <EventListener event="3minions" /> |
---|
| 610 | </trigger> |
---|
| 611 | </events> |
---|
| 612 | <EventTrigger name="minion3trigger4" activations="1" stayactive="true" delay=0.1> |
---|
| 613 | <events> |
---|
| 614 | <trigger> |
---|
| 615 | <EventListener event="3minions" /> |
---|
| 616 | </trigger> |
---|
| 617 | </events> |
---|
| 618 | <EventTrigger name="minion3trigger3" activations="1" stayactive="true" delay=0.1> |
---|
| 619 | <events> |
---|
| 620 | <trigger> |
---|
| 621 | <EventListener event="3minions" /> |
---|
| 622 | </trigger> |
---|
| 623 | </events> |
---|
| 624 | <EventTrigger name="minion3trigger2" activations="1" stayactive="true" delay=0.1> |
---|
| 625 | <events> |
---|
| 626 | <trigger> |
---|
| 627 | <EventListener event="3minions" /> |
---|
| 628 | </trigger> |
---|
| 629 | </events> |
---|
| 630 | <EventTrigger name="minion3trigger1" activations="1" stayactive="true" delay=0.1> |
---|
| 631 | <events> |
---|
| 632 | <trigger> |
---|
| 633 | <EventListener event="3minions" /> |
---|
| 634 | </trigger> |
---|
| 635 | </events> |
---|
| 636 | </EventTrigger> |
---|
| 637 | </EventTrigger> |
---|
| 638 | </EventTrigger> |
---|
| 639 | </EventTrigger> |
---|
| 640 | </EventTrigger> |
---|
| 641 | </EventTrigger> |
---|
| 642 | <!--Billboard--> |
---|
| 643 | <BlinkingBillboard position="9100,0,0" material="Examples/Flare" colour="1, 0, 0" amplitude=3 frequency=0.5 quadratic=2 > |
---|
| 644 | <events> |
---|
| 645 | <visibility> |
---|
| 646 | <EventTrigger> |
---|
| 647 | <events> |
---|
| 648 | <trigger> |
---|
| 649 | <EventListener event=minion3trigger6 /> |
---|
| 650 | </trigger> |
---|
| 651 | </events> |
---|
| 652 | </EventTrigger> |
---|
| 653 | </visibility> |
---|
| 654 | </events> |
---|
| 655 | </BlinkingBillboard> |
---|
| 656 | <!--Dialogues--> |
---|
| 657 | <!--DistanceTrigger name="talk4" position="9100,0,0" target="Pawn" distance=25 stayActive="true" /--> |
---|
| 658 | <Dialog name="Commander" currentQuestionId="Condition"> |
---|
| 659 | <questions> |
---|
| 660 | <Question Id="Condition" question="Still nothing?"> |
---|
| 661 | <answerIds> |
---|
| 662 | <AnswerId Id="Fallen_a"/> |
---|
| 663 | <AnswerId Id="Fallen_b"/> |
---|
| 664 | </answerIds> |
---|
| 665 | </Question> |
---|
| 666 | <Question Id="Coordinates" question="I receive some signals coming from (10000, 5000, 0), maybe you can find something there..."> |
---|
| 667 | <answerIds> |
---|
| 668 | <AnswerId Id="out"/> |
---|
| 669 | </answerIds> |
---|
| 670 | </Question> |
---|
| 671 | <Question Id="Goon" question="I receive some signals coming from (10000, 5000, 0), maybe you can find something there... (Open Coordinates with F1)" ></Question> |
---|
| 672 | </questions> |
---|
| 673 | <answers> |
---|
| 674 | <Answer Id="Fallen_a" answer="Nothing !" nextQuestionId="Coordinates"/> |
---|
| 675 | <Answer Id="Fallen_b" answer="Nope..." nextQuestionId="Coordinates"/> |
---|
| 676 | <Answer Id="out" answer="Hope so." nextQuestionId="Goon"/> |
---|
| 677 | </answers> |
---|
| 678 | <events> |
---|
| 679 | <execute> |
---|
| 680 | <EventListener event="minion3trigger6"/> |
---|
| 681 | </execute> |
---|
| 682 | </events> |
---|
| 683 | </Dialog> |
---|
| 684 | <SimpleNotification message="I receive some signals coming from (10000, 5000, 0), maybe you can find something there... (Open Coordinates with F1)" broadcast="true"> |
---|
| 685 | <events> |
---|
| 686 | <trigger> |
---|
| 687 | <EventListener event="minion3trigger6" /> |
---|
| 688 | </trigger> |
---|
| 689 | </events> |
---|
| 690 | </SimpleNotification> |
---|
| 691 | <!--Pick Ups --> |
---|
| 692 | <PickupSpawner pickup=hugeboostpickup position="9200,0,200" triggerDistance="100" respawnTime="30" maxSpawnedItems="10" > |
---|
| 693 | <events> |
---|
| 694 | <visibility> |
---|
| 695 | <EventTrigger> |
---|
| 696 | <events> |
---|
| 697 | <trigger> |
---|
| 698 | <EventListener event=minion3trigger6 /> |
---|
| 699 | </trigger> |
---|
| 700 | </events> |
---|
| 701 | </EventTrigger> |
---|
| 702 | </visibility> |
---|
| 703 | </events> |
---|
| 704 | </PickupSpawner> |
---|
| 705 | <PickupSpawner pickup=smallhealthpickup position="9200,0,0" triggerDistance="100" respawnTime="30" maxSpawnedItems="10" > |
---|
| 706 | <events> |
---|
| 707 | <visibility> |
---|
| 708 | <EventTrigger> |
---|
| 709 | <events> |
---|
| 710 | <trigger> |
---|
| 711 | <EventListener event=minion3trigger6 /> |
---|
| 712 | </trigger> |
---|
| 713 | </events> |
---|
| 714 | </EventTrigger> |
---|
| 715 | </visibility> |
---|
| 716 | </events> |
---|
| 717 | </PickupSpawner> |
---|
| 718 | <PickupSpawner pickup=hugedamageboostpickup position="9200,0,-200" triggerDistance="100" respawnTime="30" maxSpawnedItems="10" > |
---|
| 719 | <events> |
---|
| 720 | <visibility> |
---|
| 721 | <EventTrigger> |
---|
| 722 | <events> |
---|
| 723 | <trigger> |
---|
| 724 | <EventListener event=minion3trigger6 /> |
---|
| 725 | </trigger> |
---|
| 726 | </events> |
---|
| 727 | </EventTrigger> |
---|
| 728 | </visibility> |
---|
| 729 | </events> |
---|
| 730 | </PickupSpawner> |
---|
| 731 | <!------------------------------------------------------------------------------------------------> |
---|
| 732 | <Template name=waypointsFourthWave> |
---|
| 733 | <WaypointPatrolController> |
---|
| 734 | <waypoints> |
---|
| 735 | <StaticEntity position="10000,5000,1000" /> |
---|
| 736 | <StaticEntity position="10000,5000,0" /> |
---|
| 737 | <StaticEntity position="10000,5000,-1000" /> |
---|
| 738 | </waypoints> |
---|
| 739 | </WaypointPatrolController> |
---|
| 740 | </Template> |
---|
| 741 | <!------------------------------------------------------------------------------------------------> |
---|
| 742 | <!--Fourth wave--> |
---|
| 743 | <SpaceShip position="10000,5000,-1000" |
---|
| 744 | lookat="0,0,0" |
---|
| 745 | health= "50" |
---|
| 746 | initialhealth= "50" |
---|
| 747 | maxhealth= "70" |
---|
| 748 | name="4minions"> |
---|
| 749 | <events> |
---|
| 750 | <visibility> |
---|
| 751 | <EventListener event="minion3trigger6" /> |
---|
| 752 | </visibility> |
---|
| 753 | </events> |
---|
| 754 | <templates> |
---|
| 755 | <Template link=bossfightbigminion /> |
---|
| 756 | </templates> |
---|
| 757 | <controller> |
---|
| 758 | <WaypointPatrolController alertnessradius=1000 team=11> |
---|
| 759 | <templates> |
---|
| 760 | <Template link=waypointsFourthWave/> |
---|
| 761 | </templates> |
---|
| 762 | </WaypointPatrolController> |
---|
| 763 | </controller> |
---|
| 764 | </SpaceShip> |
---|
| 765 | <SpaceShip position="10000,5000,-800" |
---|
| 766 | lookat="0,0,0" |
---|
| 767 | health= "50" |
---|
| 768 | initialhealth= "50" |
---|
| 769 | maxhealth= "70" |
---|
| 770 | name="4minions"> |
---|
| 771 | <events> |
---|
| 772 | <visibility> |
---|
| 773 | <EventListener event="minion3trigger6" /> |
---|
| 774 | </visibility> |
---|
| 775 | </events> |
---|
| 776 | <templates> |
---|
| 777 | <Template link=bossfightbigminion /> |
---|
| 778 | </templates> |
---|
| 779 | <controller> |
---|
| 780 | <WaypointPatrolController alertnessradius=1000 team=11> |
---|
| 781 | <templates> |
---|
| 782 | <Template link=waypointsFourthWave/> |
---|
| 783 | </templates> |
---|
| 784 | </WaypointPatrolController> |
---|
| 785 | </controller> |
---|
| 786 | </SpaceShip> |
---|
| 787 | <SpaceShip position="10000,5000,-600" |
---|
| 788 | lookat="0,0,0" |
---|
| 789 | health= "50" |
---|
| 790 | initialhealth= "50" |
---|
| 791 | maxhealth= "70" |
---|
| 792 | name="4minions"> |
---|
| 793 | <events> |
---|
| 794 | <visibility> |
---|
| 795 | <EventListener event="minion3trigger6" /> |
---|
| 796 | </visibility> |
---|
| 797 | </events> |
---|
| 798 | <templates> |
---|
| 799 | <Template link=bossfightbigminion /> |
---|
| 800 | </templates> |
---|
| 801 | <controller> |
---|
| 802 | <WaypointPatrolController alertnessradius=1000 team=11> |
---|
| 803 | <templates> |
---|
| 804 | <Template link=waypointsFourthWave/> |
---|
| 805 | </templates> |
---|
| 806 | </WaypointPatrolController> |
---|
| 807 | </controller> |
---|
| 808 | </SpaceShip> |
---|
| 809 | <EventTrigger name="minion4trigger3" activations="1" stayactive="true" delay=3> |
---|
| 810 | <events> |
---|
| 811 | <trigger> |
---|
| 812 | <EventListener event="4minions" /> |
---|
| 813 | </trigger> |
---|
| 814 | </events> |
---|
| 815 | <EventTrigger name="minion4trigger2" activations="1" stayactive="true" delay=0.1> |
---|
| 816 | <events> |
---|
| 817 | <trigger> |
---|
| 818 | <EventListener event="4minions" /> |
---|
| 819 | </trigger> |
---|
| 820 | </events> |
---|
| 821 | <EventTrigger name="minion4trigger1" activations="1" stayactive="true" delay=0.1> |
---|
| 822 | <events> |
---|
| 823 | <trigger> |
---|
| 824 | <EventListener event="4minions" /> |
---|
| 825 | </trigger> |
---|
| 826 | </events> |
---|
| 827 | </EventTrigger> |
---|
| 828 | </EventTrigger> |
---|
| 829 | </EventTrigger> |
---|
| 830 | <!--Billboard--> |
---|
| 831 | <BlinkingBillboard position="11000,5200,0" material="Examples/Flare" colour="1.0, 0,0" amplitude=3 frequency=0.5 quadratic=1 > |
---|
| 832 | <events> |
---|
| 833 | <visibility> |
---|
| 834 | <EventTrigger> |
---|
| 835 | <events> |
---|
| 836 | <trigger> |
---|
| 837 | <EventListener event=minion4trigger3 /> |
---|
| 838 | </trigger> |
---|
| 839 | </events> |
---|
| 840 | </EventTrigger> |
---|
| 841 | </visibility> |
---|
| 842 | </events> |
---|
| 843 | </BlinkingBillboard> |
---|
| 844 | <!--Dialogues--> |
---|
| 845 | <!--DistanceTrigger name="talk5" position="11000,5200,0" target="Pawn" distance=25 stayActive="true" /--> |
---|
| 846 | <Dialog name="Commander" currentQuestionId="Silent"> |
---|
| 847 | <questions> |
---|
| 848 | <Question Id="Silent" question="..."> |
---|
| 849 | <answerIds> |
---|
| 850 | <AnswerId Id="Bored"/> |
---|
| 851 | </answerIds> |
---|
| 852 | </Question> |
---|
| 853 | <Question Id="Static" question="...trap...failed...(5000, 5000, 0)...leave us...save...rself."> |
---|
| 854 | <answerIds> |
---|
| 855 | <AnswerId Id="Boss1"/> |
---|
| 856 | </answerIds> |
---|
| 857 | </Question> |
---|
| 858 | <Question Id="Trap" question="..."> |
---|
| 859 | <answerIds> |
---|
| 860 | <AnswerId Id="Boss2"/> |
---|
| 861 | </answerIds> |
---|
| 862 | </Question> |
---|
| 863 | <Question Id="Come" question="...trap...failed...(5000, 5000, 0)...leave us...save...rself." ></Question> |
---|
| 864 | </questions> |
---|
| 865 | <answers> |
---|
| 866 | <Answer Id="Bored" answer="I am getting tired Boss!" nextQuestionId="Static"/> |
---|
| 867 | <Answer Id="Boss1" answer="What..." nextQuestionId="Trap"/> |
---|
| 868 | <Answer Id="Boss2" answer="Hang in there Boss, I am coming!" nextQuestionId="Come"/> |
---|
| 869 | </answers> |
---|
| 870 | <events> |
---|
| 871 | <execute> |
---|
| 872 | <EventListener event="minion4trigger3"/> |
---|
| 873 | </execute> |
---|
| 874 | </events> |
---|
| 875 | </Dialog> |
---|
| 876 | <SimpleNotification message="...trap...failed...(5000, 5000, 0)...leave us...save...rself. (Open Coordinates with F1)" broadcast="true"> |
---|
| 877 | <events> |
---|
| 878 | <trigger> |
---|
| 879 | <EventListener event="minion4trigger3" /> |
---|
| 880 | </trigger> |
---|
| 881 | </events> |
---|
| 882 | </SimpleNotification> |
---|
| 883 | <!--Pick Ups --> |
---|
| 884 | <PickupSpawner pickup=mediumdamageboostpickup position="11000,5200,-200" triggerDistance="100" respawnTime="30" maxSpawnedItems="10" > |
---|
| 885 | <events> |
---|
| 886 | <visibility> |
---|
| 887 | <EventTrigger> |
---|
| 888 | <events> |
---|
| 889 | <trigger> |
---|
| 890 | <EventListener event=minion4trigger3 /> |
---|
| 891 | </trigger> |
---|
| 892 | </events> |
---|
| 893 | </EventTrigger> |
---|
| 894 | </visibility> |
---|
| 895 | </events> |
---|
| 896 | </PickupSpawner> |
---|
| 897 | <PickupSpawner pickup=mediumshrinkpickup position="11000,5200,200" triggerDistance="100" respawnTime="60" maxSpawnedItems="5" > |
---|
| 898 | <events> |
---|
| 899 | <visibility> |
---|
| 900 | <EventTrigger> |
---|
| 901 | <events> |
---|
| 902 | <trigger> |
---|
| 903 | <EventListener event=minion4trigger3 /> |
---|
| 904 | </trigger> |
---|
| 905 | </events> |
---|
| 906 | </EventTrigger> |
---|
| 907 | </visibility> |
---|
| 908 | </events> |
---|
| 909 | </PickupSpawner> |
---|
| 910 | <PickupSpawner pickup=mediumshieldpickup position="11000,5200,-400" triggerDistance="100" respawnTime="5" maxSpawnedItems="10" > |
---|
| 911 | <events> |
---|
| 912 | <visibility> |
---|
| 913 | <EventTrigger> |
---|
| 914 | <events> |
---|
| 915 | <trigger> |
---|
| 916 | <EventListener event=minion4trigger3 /> |
---|
| 917 | </trigger> |
---|
| 918 | </events> |
---|
| 919 | </EventTrigger> |
---|
| 920 | </visibility> |
---|
| 921 | </events> |
---|
| 922 | </PickupSpawner> |
---|
| 923 | <!------------------------------------------------------------------------------------------------> |
---|
| 924 | <Template name=waypointsFifthWave> |
---|
| 925 | <WaypointPatrolController> |
---|
| 926 | <waypoints> |
---|
| 927 | <StaticEntity position="5000,5000,-500" /> |
---|
| 928 | <StaticEntity position="7000,5000,-500" /> |
---|
| 929 | <StaticEntity position="7000,5000,500" /> |
---|
| 930 | <StaticEntity position="5000,5000,500" /> |
---|
| 931 | </waypoints> |
---|
| 932 | </WaypointPatrolController> |
---|
| 933 | </Template> |
---|
| 934 | <!------------------------------------------------------------------------------------------------> |
---|
| 935 | <!--Fifth wave--> |
---|
| 936 | <SpaceShip position="8000,10000,0" |
---|
| 937 | lookat="0,0,0" |
---|
| 938 | health= "50" |
---|
| 939 | initialhealth= "50" |
---|
| 940 | maxhealth= "70" |
---|
| 941 | name="5minions"> |
---|
| 942 | <events> |
---|
| 943 | <visibility> |
---|
| 944 | <EventListener event="minion4trigger3" /> |
---|
| 945 | </visibility> |
---|
| 946 | </events> |
---|
| 947 | <templates> |
---|
| 948 | <Template link=bossfightbigminion /> |
---|
| 949 | </templates> |
---|
| 950 | <controller> |
---|
| 951 | <WaypointPatrolController alertnessradius=1000 team=11> |
---|
| 952 | <templates> |
---|
| 953 | <Template link=waypointsFifthWave/> |
---|
| 954 | </templates> |
---|
| 955 | </WaypointPatrolController> |
---|
| 956 | </controller> |
---|
| 957 | </SpaceShip> |
---|
| 958 | <SpaceShip position="7500,10000,0" |
---|
| 959 | lookat="0,0,0" |
---|
| 960 | health= "50" |
---|
| 961 | initialhealth= "50" |
---|
| 962 | maxhealth= "70" |
---|
| 963 | name="5minions"> |
---|
| 964 | <events> |
---|
| 965 | <visibility> |
---|
| 966 | <EventListener event="minion4trigger3" /> |
---|
| 967 | </visibility> |
---|
| 968 | </events> |
---|
| 969 | <templates> |
---|
| 970 | <Template link=bossfightbigminion /> |
---|
| 971 | </templates> |
---|
| 972 | <controller> |
---|
| 973 | <WaypointPatrolController alertnessradius=1000 team=11> |
---|
| 974 | <templates> |
---|
| 975 | <Template link=waypointsFifthWave/> |
---|
| 976 | </templates> |
---|
| 977 | </WaypointPatrolController> |
---|
| 978 | </controller> |
---|
| 979 | </SpaceShip> |
---|
| 980 | <SpaceShip position="7000,10000,0" |
---|
| 981 | lookat="0,0,0" |
---|
| 982 | health= "50" |
---|
| 983 | initialhealth= "50" |
---|
| 984 | maxhealth= "70" |
---|
| 985 | name="5minions"> |
---|
| 986 | <events> |
---|
| 987 | <visibility> |
---|
| 988 | <EventListener event="minion4trigger3" /> |
---|
| 989 | </visibility> |
---|
| 990 | </events> |
---|
| 991 | <templates> |
---|
| 992 | <Template link=bossfightbigminion /> |
---|
| 993 | </templates> |
---|
| 994 | <controller> |
---|
| 995 | <WaypointPatrolController alertnessradius=1000 team=11> |
---|
| 996 | <templates> |
---|
| 997 | <Template link=waypointsFifthWave/> |
---|
| 998 | </templates> |
---|
| 999 | </WaypointPatrolController> |
---|
| 1000 | </controller> |
---|
| 1001 | </SpaceShip> |
---|
| 1002 | <SpaceShip position="6500,10000,0" |
---|
| 1003 | lookat="0,0,0" |
---|
| 1004 | health= "50" |
---|
| 1005 | initialhealth= "50" |
---|
| 1006 | maxhealth= "70" |
---|
| 1007 | name="5minions"> |
---|
| 1008 | <events> |
---|
| 1009 | <visibility> |
---|
| 1010 | <EventListener event="minion4trigger3" /> |
---|
| 1011 | </visibility> |
---|
| 1012 | </events> |
---|
| 1013 | <templates> |
---|
| 1014 | <Template link=bossfightbigminion /> |
---|
| 1015 | </templates> |
---|
| 1016 | <controller> |
---|
| 1017 | <WaypointPatrolController alertnessradius=1000 team=11> |
---|
| 1018 | <templates> |
---|
| 1019 | <Template link=waypointsFifthWave/> |
---|
| 1020 | </templates> |
---|
| 1021 | </WaypointPatrolController> |
---|
| 1022 | </controller> |
---|
| 1023 | </SpaceShip> |
---|
| 1024 | <SpaceShip position="6000,10000,0" |
---|
| 1025 | lookat="0,0,0" |
---|
| 1026 | health= "50" |
---|
| 1027 | initialhealth= "50" |
---|
| 1028 | maxhealth= "70" |
---|
| 1029 | name="5minions"> |
---|
| 1030 | <events> |
---|
| 1031 | <visibility> |
---|
| 1032 | <EventListener event="minion4trigger3" /> |
---|
| 1033 | </visibility> |
---|
| 1034 | </events> |
---|
| 1035 | <templates> |
---|
| 1036 | <Template link=bossfightbigminion /> |
---|
| 1037 | </templates> |
---|
| 1038 | <controller> |
---|
| 1039 | <WaypointPatrolController alertnessradius=1000 team=11> |
---|
| 1040 | <templates> |
---|
| 1041 | <Template link=waypointsFifthWave/> |
---|
| 1042 | </templates> |
---|
| 1043 | </WaypointPatrolController> |
---|
| 1044 | </controller> |
---|
| 1045 | </SpaceShip> |
---|
| 1046 | <SpaceShip position="5500,10000,0" |
---|
| 1047 | lookat="0,0,0" |
---|
| 1048 | health= "50" |
---|
| 1049 | initialhealth= "50" |
---|
| 1050 | maxhealth= "70" |
---|
| 1051 | name="5minions"> |
---|
| 1052 | <events> |
---|
| 1053 | <visibility> |
---|
| 1054 | <EventListener event="minion4trigger3" /> |
---|
| 1055 | </visibility> |
---|
| 1056 | </events> |
---|
| 1057 | <templates> |
---|
| 1058 | <Template link=bossfightbigminion /> |
---|
| 1059 | </templates> |
---|
| 1060 | <controller> |
---|
| 1061 | <WaypointPatrolController alertnessradius=1000 team=11> |
---|
| 1062 | <templates> |
---|
| 1063 | <Template link=waypointsFifthWave/> |
---|
| 1064 | </templates> |
---|
| 1065 | </WaypointPatrolController> |
---|
| 1066 | </controller> |
---|
| 1067 | </SpaceShip> |
---|
| 1068 | <EventTrigger name="minion5trigger6" activations="1" stayactive="true" delay=3> |
---|
| 1069 | <events> |
---|
| 1070 | <trigger> |
---|
| 1071 | <EventListener event="5minions" /> |
---|
| 1072 | </trigger> |
---|
| 1073 | </events> |
---|
| 1074 | <EventTrigger name="minion5trigger5" activations="1" stayactive="true" delay=0.1> |
---|
| 1075 | <events> |
---|
| 1076 | <trigger> |
---|
| 1077 | <EventListener event="5minions" /> |
---|
| 1078 | </trigger> |
---|
| 1079 | </events> |
---|
| 1080 | <EventTrigger name="minion5trigger4" activations="1" stayactive="true" delay=0.1> |
---|
| 1081 | <events> |
---|
| 1082 | <trigger> |
---|
| 1083 | <EventListener event="5minions" /> |
---|
| 1084 | </trigger> |
---|
| 1085 | </events> |
---|
| 1086 | <EventTrigger name="minion5trigger3" activations="1" stayactive="true" delay=0.1> |
---|
| 1087 | <events> |
---|
| 1088 | <trigger> |
---|
| 1089 | <EventListener event="5minions" /> |
---|
| 1090 | </trigger> |
---|
| 1091 | </events> |
---|
| 1092 | <EventTrigger name="minion5trigger2" activations="1" stayactive="true" delay=0.1> |
---|
| 1093 | <events> |
---|
| 1094 | <trigger> |
---|
| 1095 | <EventListener event="5minions" /> |
---|
| 1096 | </trigger> |
---|
| 1097 | </events> |
---|
| 1098 | <EventTrigger name="minion5trigger1" activations="1" stayactive="true" delay=0.1> |
---|
| 1099 | <events> |
---|
| 1100 | <trigger> |
---|
| 1101 | <EventListener event="5minions" /> |
---|
| 1102 | </trigger> |
---|
| 1103 | </events> |
---|
| 1104 | </EventTrigger> |
---|
| 1105 | </EventTrigger> |
---|
| 1106 | </EventTrigger> |
---|
| 1107 | </EventTrigger> |
---|
| 1108 | </EventTrigger> |
---|
| 1109 | </EventTrigger> |
---|
| 1110 | <!--Billboard--> |
---|
| 1111 | <BlinkingBillboard position="4000,10000,0" material="Examples/Flare" colour="1, 0, 0" amplitude=3 frequency=0.5 quadratic=1 > |
---|
| 1112 | <events> |
---|
| 1113 | <visibility> |
---|
| 1114 | <EventTrigger> |
---|
| 1115 | <events> |
---|
| 1116 | <trigger> |
---|
| 1117 | <EventListener event=minion5trigger6 /> |
---|
| 1118 | </trigger> |
---|
| 1119 | </events> |
---|
| 1120 | </EventTrigger> |
---|
| 1121 | </visibility> |
---|
| 1122 | </events> |
---|
| 1123 | </BlinkingBillboard> |
---|
| 1124 | <!--Dialogues--> |
---|
| 1125 | <!--DistanceTrigger name="talk5" position="5000,10000,0" target="Pawn" distance=25 stayActive="true" /--> |
---|
| 1126 | <Dialog name="Commander" currentQuestionId="Reveal"> |
---|
| 1127 | <questions> |
---|
| 1128 | <Question Id="Reveal" question="HA HA HA HA!"> |
---|
| 1129 | <answerIds> |
---|
| 1130 | <AnswerId Id="What"/> |
---|
| 1131 | </answerIds> |
---|
| 1132 | </Question> |
---|
| 1133 | <Question Id="Reveal2" question="...trap...failed...(5000, 5000, 0)...leave us...save...rself. How stupid are you?"> |
---|
| 1134 | <answerIds> |
---|
| 1135 | <AnswerId Id="Boss?"/> |
---|
| 1136 | </answerIds> |
---|
| 1137 | </Question> |
---|
| 1138 | <Question Id="Die" question="Now you will join the rest of your impotent team!"> |
---|
| 1139 | <answerIds> |
---|
| 1140 | <AnswerId Id="Boss2"/> |
---|
| 1141 | </answerIds> |
---|
| 1142 | </Question> |
---|
| 1143 | <Question Id="Die2" question="All you humans are the same, so eager to play the hero. You only play yourselves... Congratulations." ></Question> |
---|
| 1144 | </questions> |
---|
| 1145 | <answers> |
---|
| 1146 | <Answer Id="What" answer="What are you saying Boss?" nextQuestionId="Reveal2"/> |
---|
| 1147 | <Answer Id="Boss?" answer="What..." nextQuestionId="Die"/> |
---|
| 1148 | <Answer Id="Boss2" answer="You evil bitch! You were Ojumaya-kun all along!" nextQuestionId="Die2"/> |
---|
| 1149 | </answers> |
---|
| 1150 | <events> |
---|
| 1151 | <execute> |
---|
| 1152 | <EventListener event="minion5trigger6"/> |
---|
| 1153 | </execute> |
---|
| 1154 | </events> |
---|
| 1155 | </Dialog> |
---|
| 1156 | <DistanceTrigger name="help" position="4000,10000,0" target="Pawn" distance=100 stayActive="true" /> |
---|
| 1157 | <SimpleNotification message="Sar-Bur-Per-Ak! Hang in there! I sent some pickups for you. Show Ojumaya-kun who's Boss and come home safe." broadcast=true > |
---|
| 1158 | <events> |
---|
| 1159 | <trigger> |
---|
| 1160 | <EventListener event="help" /> |
---|
| 1161 | </trigger> |
---|
| 1162 | </events> |
---|
| 1163 | </SimpleNotification> |
---|
| 1164 | <!--Pick Ups --> |
---|
| 1165 | <PickupSpawner pickup=hugehealthpickup position="3900,10000,0" triggerDistance="100" respawnTime="10" maxSpawnedItems="99" > |
---|
| 1166 | <events> |
---|
| 1167 | <visibility> |
---|
| 1168 | <EventTrigger> |
---|
| 1169 | <events> |
---|
| 1170 | <trigger> |
---|
| 1171 | <EventListener event=minion5trigger6 /> |
---|
| 1172 | </trigger> |
---|
| 1173 | </events> |
---|
| 1174 | </EventTrigger> |
---|
| 1175 | </visibility> |
---|
| 1176 | </events> |
---|
| 1177 | </PickupSpawner> |
---|
| 1178 | <PickupSpawner pickup=hugemunitionpickup position="3800,10000,0" triggerDistance="100" respawnTime="30" maxSpawnedItems="10" > |
---|
| 1179 | <events> |
---|
| 1180 | <visibility> |
---|
| 1181 | <EventTrigger> |
---|
| 1182 | <events> |
---|
| 1183 | <trigger> |
---|
| 1184 | <EventListener event=minion5trigger6 /> |
---|
| 1185 | </trigger> |
---|
| 1186 | </events> |
---|
| 1187 | </EventTrigger> |
---|
| 1188 | </visibility> |
---|
| 1189 | </events> |
---|
| 1190 | </PickupSpawner> |
---|
| 1191 | <PickupSpawner pickup=hugedamageboostpickup position="3700,10000,0" triggerDistance="100" respawnTime="30" maxSpawnedItems="10" > |
---|
| 1192 | <events> |
---|
| 1193 | <visibility> |
---|
| 1194 | <EventTrigger> |
---|
| 1195 | <events> |
---|
| 1196 | <trigger> |
---|
| 1197 | <EventListener event=minion5trigger6 /> |
---|
| 1198 | </trigger> |
---|
| 1199 | </events> |
---|
| 1200 | </EventTrigger> |
---|
| 1201 | </visibility> |
---|
| 1202 | </events> |
---|
| 1203 | </PickupSpawner> |
---|
| 1204 | <PickupSpawner pickup=hugehealthpickup position="3900,10000,0" triggerDistance="100" respawnTime="10" maxSpawnedItems="99" > |
---|
| 1205 | <events> |
---|
| 1206 | <visibility> |
---|
| 1207 | <EventTrigger> |
---|
| 1208 | <events> |
---|
| 1209 | <trigger> |
---|
| 1210 | <EventListener event=minion5trigger6 /> |
---|
| 1211 | </trigger> |
---|
| 1212 | </events> |
---|
| 1213 | </EventTrigger> |
---|
| 1214 | </visibility> |
---|
| 1215 | </events> |
---|
| 1216 | </PickupSpawner> |
---|
| 1217 | <PickupSpawner pickup=hugemunitionpickup position="3800,10000,0" triggerDistance="100" respawnTime="30" maxSpawnedItems="10" > |
---|
| 1218 | <events> |
---|
| 1219 | <visibility> |
---|
| 1220 | <EventTrigger> |
---|
| 1221 | <events> |
---|
| 1222 | <trigger> |
---|
| 1223 | <EventListener event=minion5trigger6 /> |
---|
| 1224 | </trigger> |
---|
| 1225 | </events> |
---|
| 1226 | </EventTrigger> |
---|
| 1227 | </visibility> |
---|
| 1228 | </events> |
---|
| 1229 | </PickupSpawner> |
---|
| 1230 | <PickupSpawner pickup=hugedamageboostpickup position="3600,10000,0" triggerDistance="100" respawnTime="30" maxSpawnedItems="10" > |
---|
| 1231 | <events> |
---|
| 1232 | <visibility> |
---|
| 1233 | <EventTrigger> |
---|
| 1234 | <events> |
---|
| 1235 | <trigger> |
---|
| 1236 | <EventListener event=minion5trigger6 /> |
---|
| 1237 | </trigger> |
---|
| 1238 | </events> |
---|
| 1239 | </EventTrigger> |
---|
| 1240 | </visibility> |
---|
| 1241 | </events> |
---|
| 1242 | </PickupSpawner> |
---|
| 1243 | <PickupSpawner pickup=hugeshieldpickup position="3400,10000,0" triggerDistance="100" respawnTime="30" maxSpawnedItems="10" > |
---|
| 1244 | <events> |
---|
| 1245 | <visibility> |
---|
| 1246 | <EventTrigger> |
---|
| 1247 | <events> |
---|
| 1248 | <trigger> |
---|
| 1249 | <EventListener event=minion5trigger6 /> |
---|
| 1250 | </trigger> |
---|
| 1251 | </events> |
---|
| 1252 | </EventTrigger> |
---|
| 1253 | </visibility> |
---|
| 1254 | </events> |
---|
| 1255 | </PickupSpawner> |
---|
| 1256 | <PickupSpawner pickup=hugeshieldpickup position="3300,10000,0" triggerDistance="100" respawnTime="30" maxSpawnedItems="10" > |
---|
| 1257 | <events> |
---|
| 1258 | <visibility> |
---|
| 1259 | <EventTrigger> |
---|
| 1260 | <events> |
---|
| 1261 | <trigger> |
---|
| 1262 | <EventListener event=minion5trigger6 /> |
---|
| 1263 | </trigger> |
---|
| 1264 | </events> |
---|
| 1265 | </EventTrigger> |
---|
| 1266 | </visibility> |
---|
| 1267 | </events> |
---|
| 1268 | </PickupSpawner> |
---|
| 1269 | <PickupSpawner pickup=dronepickup position="3200,10000,0" triggerDistance="100" respawnTime="30" maxSpawnedItems="10" > |
---|
| 1270 | <events> |
---|
| 1271 | <visibility> |
---|
| 1272 | <EventTrigger> |
---|
| 1273 | <events> |
---|
| 1274 | <trigger> |
---|
| 1275 | <EventListener event=minion5trigger6 /> |
---|
| 1276 | </trigger> |
---|
| 1277 | </events> |
---|
| 1278 | </EventTrigger> |
---|
| 1279 | </visibility> |
---|
| 1280 | </events> |
---|
| 1281 | </PickupSpawner> |
---|
| 1282 | <PickupSpawner pickup=hugemunitionpickup position="3100,10000,0" triggerDistance="100" respawnTime="30" maxSpawnedItems="10" > |
---|
| 1283 | <events> |
---|
| 1284 | <visibility> |
---|
| 1285 | <EventTrigger> |
---|
| 1286 | <events> |
---|
| 1287 | <trigger> |
---|
| 1288 | <EventListener event=minion5trigger6 /> |
---|
| 1289 | </trigger> |
---|
| 1290 | </events> |
---|
| 1291 | </EventTrigger> |
---|
| 1292 | </visibility> |
---|
| 1293 | </events> |
---|
| 1294 | </PickupSpawner> |
---|
| 1295 | <!------------------------------------------------------------------------------------------------> |
---|
| 1296 | <!------------------------------------------------------------------------------------------------> |
---|
| 1297 | <!--BOSS--> |
---|
| 1298 | <SpaceShip position="2500,10000,0" |
---|
| 1299 | lookat="0,0,0" |
---|
| 1300 | health= "500" |
---|
| 1301 | initialhealth= "400" |
---|
| 1302 | maxhealth= "500" |
---|
| 1303 | name="boss" |
---|
| 1304 | radarname="Ojumaya-kun"> |
---|
| 1305 | <events> |
---|
| 1306 | <visibility> |
---|
| 1307 | <EventListener event="minion5trigger6" /> |
---|
| 1308 | </visibility> |
---|
| 1309 | </events> |
---|
| 1310 | <templates> |
---|
| 1311 | <Template link=bossfightboss /> |
---|
| 1312 | </templates> |
---|
| 1313 | <controller> |
---|
| 1314 | <WaypointPatrolController alertnessradius=2000 team=11> |
---|
| 1315 | <waypoints> |
---|
| 1316 | <StaticEntity position="1500,10000,0" /> |
---|
| 1317 | </waypoints> |
---|
| 1318 | </WaypointPatrolController> |
---|
| 1319 | </controller> |
---|
| 1320 | </SpaceShip> |
---|
| 1321 | <!-- End the Mission (success) --> |
---|
| 1322 | <SimpleNotification message="You did it! Thanks to you, we are all saved. Exit Simulation?" broadcast="true"> |
---|
| 1323 | <events> |
---|
| 1324 | <trigger> |
---|
| 1325 | <EventListener event="boss" /> |
---|
| 1326 | </trigger> |
---|
| 1327 | </events> |
---|
| 1328 | </SimpleNotification> |
---|
| 1329 | <Script code="Mission endMission true" onLoad="false"> |
---|
| 1330 | <EventTrigger> |
---|
| 1331 | <events> |
---|
| 1332 | <trigger> |
---|
| 1333 | <EventListener event=boss /> |
---|
| 1334 | </trigger> |
---|
| 1335 | </events> |
---|
| 1336 | </EventTrigger> |
---|
| 1337 | </Script> |
---|
| 1338 | <!--Billboard--> |
---|
| 1339 | <BlinkingBillboard position="1500,10000,0" material="Examples/Flare" colour="1.0, 0.5, 0.3" amplitude=1 frequency=0.5 quadratic=1 /> |
---|
| 1340 | <!--Pirates--> |
---|
| 1341 | <!--Top Left--> |
---|
| 1342 | <SpaceShip position="30000,30000,0" lookat="0,0,0"> |
---|
| 1343 | <templates> |
---|
| 1344 | <Template link=bossfightpirate /> |
---|
| 1345 | </templates> |
---|
| 1346 | <controller> |
---|
| 1347 | <WaypointPatrolController alertnessradius=1000 team=3> |
---|
| 1348 | <templates> |
---|
| 1349 | <Template link=waypointsThirdWave/> |
---|
| 1350 | </templates> |
---|
| 1351 | </WaypointPatrolController> |
---|
| 1352 | </controller> |
---|
| 1353 | </SpaceShip> |
---|
| 1354 | <SpaceShip position="30000,30000,200" lookat="0,0,0"> |
---|
| 1355 | <templates> |
---|
| 1356 | <Template link=bossfightpirate /> |
---|
| 1357 | </templates> |
---|
| 1358 | <controller> |
---|
| 1359 | <WaypointPatrolController alertnessradius=1000 team=3> |
---|
| 1360 | <templates> |
---|
| 1361 | <Template link=waypointsThirdWave/> |
---|
| 1362 | </templates> |
---|
| 1363 | </WaypointPatrolController> |
---|
| 1364 | </controller> |
---|
| 1365 | </SpaceShip> |
---|
| 1366 | <SpaceShip position="30000,30000,400" lookat="0,0,0"> |
---|
| 1367 | <templates> |
---|
| 1368 | <Template link=bossfightpirate /> |
---|
| 1369 | </templates> |
---|
| 1370 | <controller> |
---|
| 1371 | <WaypointPatrolController alertnessradius=1000 team=3> |
---|
| 1372 | <templates> |
---|
| 1373 | <Template link=waypointsThirdWave/> |
---|
| 1374 | </templates> |
---|
| 1375 | </WaypointPatrolController> |
---|
| 1376 | </controller> |
---|
| 1377 | </SpaceShip> |
---|
| 1378 | <!--Bot Right--> |
---|
| 1379 | <SpaceShip position="70000,-70000,0" lookat="0,0,0"> |
---|
| 1380 | <templates> |
---|
| 1381 | <Template link=bossfightpirate /> |
---|
| 1382 | </templates> |
---|
| 1383 | <controller> |
---|
| 1384 | <WaypointPatrolController alertnessradius=1000 team=4> |
---|
| 1385 | <templates> |
---|
| 1386 | <Template link=waypointsFourthWave/> |
---|
| 1387 | </templates> |
---|
| 1388 | </WaypointPatrolController> |
---|
| 1389 | </controller> |
---|
| 1390 | </SpaceShip> |
---|
| 1391 | <SpaceShip position="70000,-70000,200" lookat="0,0,0"> |
---|
| 1392 | <templates> |
---|
| 1393 | <Template link=bossfightpirate /> |
---|
| 1394 | </templates> |
---|
| 1395 | <controller> |
---|
| 1396 | <WaypointPatrolController alertnessradius=2000 team=4> |
---|
| 1397 | <templates> |
---|
| 1398 | <Template link=waypointsFourthWave/> |
---|
| 1399 | </templates> |
---|
| 1400 | </WaypointPatrolController> |
---|
| 1401 | </controller> |
---|
| 1402 | </SpaceShip> |
---|
| 1403 | <SpaceShip position="70000,-70000,400" lookat="0,0,0"> |
---|
| 1404 | <templates> |
---|
| 1405 | <Template link=bossfightpirate /> |
---|
| 1406 | </templates> |
---|
| 1407 | <controller> |
---|
| 1408 | <WaypointPatrolController alertnessradius=2000 team=4> |
---|
| 1409 | <templates> |
---|
| 1410 | <Template link=waypointsFourthWave/> |
---|
| 1411 | </templates> |
---|
| 1412 | </WaypointPatrolController> |
---|
| 1413 | </controller> |
---|
| 1414 | </SpaceShip> |
---|
| 1415 | </Scene> |
---|
| 1416 | </Level> |
---|
| 1417 | |
---|
| 1418 | |
---|