- Timestamp:
- Jul 18, 2012, 10:36:24 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2012merge/data/levels/templates/pickupRepresentationTemplates.oxt
r9303 r9318 19 19 <Template name=smallshieldpickup> 20 20 <ShieldPickup 21 representation = "smallshieldpickup" 21 22 duration = 10 22 23 shieldabsorption = 0.7 … … 45 46 <Template name=mediumshieldpickup> 46 47 <ShieldPickup 48 representation = "mediumshieldpickup" 47 49 duration = 30 48 50 shieldabsorption = 0.8 … … 72 74 <Template name=hugeshieldpickup> 73 75 <ShieldPickup 76 representation = "hugeshieldpickup" 74 77 duration = 60 75 78 shieldabsorption = 0.95 … … 100 103 <Template name=smallhealthpickup> 101 104 <HealthPickup 105 representation = "smallhealthpickup" 102 106 health = 10 103 107 healthType = "limited" … … 125 129 <Template name=mediumhealthpickup> 126 130 <HealthPickup 131 representation = "mediumhealthpickup" 127 132 health = 50 128 133 healthType = "limited" … … 150 155 <Template name=hugehealthpickup> 151 156 <HealthPickup 157 representation = "hugehealthpickup" 152 158 health = 100 153 159 healthType = "limited" … … 175 181 <Template name=crazyhealthpickup> 176 182 <HealthPickup 183 representation = "crazyhealthpickup" 177 184 health = 1000 178 185 healthType = "permanent" … … 236 243 <Template name=smalldamageboostpickup> 237 244 <DamageBoostPickup 245 representation = "smalldamageboostpickup" 238 246 duration = 10.0 239 247 damageMultiplier = 2.0 … … 261 269 <Template name=mediumdamageboostpickup> 262 270 <DamageBoostPickup 271 representation = "mediumdamageboostpickup" 263 272 duration = 10.0 264 273 damageMultiplier = 5.0 … … 286 295 <Template name=largedamageboostpickup> 287 296 <DamageBoostPickup 297 representation = "largedamageboostpickup" 288 298 duration = 10.0 289 299 damageMultiplier = 7.0 … … 314 324 <Template name=smallspeedpickup> 315 325 <SpeedPickup 326 representation = "smallspeedpickup" 316 327 duration = 10.0 317 328 speedAdd = 0.0 … … 340 351 <Template name=mediumspeedpickup> 341 352 <SpeedPickup 353 representation = "mediumspeedpickup" 342 354 duration = 10.0 343 355 speedAdd = 0.0 … … 366 378 <Template name=hugespeedpickup> 367 379 <SpeedPickup 380 representation = "hugespeedpickup" 368 381 duration = 10.0 369 382 speedAdd = 0.0 … … 392 405 <Template name=smalljumppickup> 393 406 <SpeedPickup 407 representation = "smalljumppickup" 394 408 duration = 0.7 395 409 speedAdd = 5000.0 … … 420 434 <Template name=smallinvisiblepickup> 421 435 <InvisiblePickup 436 representation = "smallinvisiblepickup" 422 437 duration = 5.0 423 438 activaionType = "immediate" … … 444 459 <Template name=mediuminvisiblepickup> 445 460 <InvisiblePickup 461 representation = "mediuminvisiblepickup" 446 462 duration = 10.0 447 463 activaionType = "immediate" … … 468 484 <Template name=hugeinvisiblepickup> 469 485 <InvisiblePickup 486 representation = "hugeinvisiblepickup" 470 487 duration = 20.0 471 488 activaionType = "immediate" … … 492 509 <Template name=smallshrinkpickup> 493 510 <ShrinkPickup 511 representation = "smallshrinkpickup" 494 512 duration = 10.0 495 513 shrinkFactor = 2.5 … … 517 535 <Template name=mediumshrinkpickup> 518 536 <ShrinkPickup 537 representation = "mediumshrinkpickup" 519 538 duration = 30.0 520 539 shrinkFactor = 5.0 … … 542 561 <Template name=hugeshrinkpickup> 543 562 <ShrinkPickup 563 representation = "hugeshrinkpickup" 544 564 duration = 60.0 545 565 shrinkFactor = 10.0 … … 570 590 571 591 <Template name=triplehealthspeedinvisibilitypickup> 572 <PickupCollection> 592 <PickupCollection 593 representation = "triplehealthspeedinvisibilitypickup" 594 > 573 595 <pickupables> 574 596 <HealthPickup template=mediumhealthpickup /> … … 630 652 631 653 <Template name=dronepickup> 632 <DronePickup droneTemplate=droneTemplate />633 </Template> 634 654 <DronePickup representation=dronepickup droneTemplate=droneTemplate /> 655 </Template> 656
Note: See TracChangeset
for help on using the changeset viewer.