Changeset 9257 for code/trunk/data/levels
- Timestamp:
- May 28, 2012, 12:28:44 PM (12 years ago)
- Location:
- code/trunk/data/levels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/data/levels/missionOne.oxw
r9016 r9257 509 509 510 510 <!-- @Objects: 4 boxes (uncontrolled pawns) --> 511 <Pawn team=1 health=30 position="0,0,0" direction="0,-1,0" collisionType=dynamic mass=100000 name=box RVName = "Box 4" >511 <Pawn team=1 health=30 position="0,0,0" direction="0,-1,0" collisionType=dynamic mass=100000 name=box radarname = "Box 4" > 512 512 <events> 513 513 <visibility> … … 523 523 </Pawn> 524 524 525 <Pawn team=1 health=30 position="0,100,0" direction="0,-1,0" collisionType=dynamic mass=100000 name=box RVName = "Box 3">525 <Pawn team=1 health=30 position="0,100,0" direction="0,-1,0" collisionType=dynamic mass=100000 name=box radarname = "Box 3"> 526 526 <events> 527 527 <visibility> … … 537 537 </Pawn> 538 538 539 <Pawn health=30 position="0,200,0" direction="0,-1,0" collisionType=dynamic mass=100000 name=box team=1 RVName = "Box 2">539 <Pawn health=30 position="0,200,0" direction="0,-1,0" collisionType=dynamic mass=100000 name=box team=1 radarname = "Box 2"> 540 540 <events> 541 541 <visibility> … … 551 551 </Pawn> 552 552 553 <Pawn health=30 position="0,300,0" direction="0,-1,0" collisionType=dynamic mass=100000 name=box team=1 RVName = "Box 1">553 <Pawn health=30 position="0,300,0" direction="0,-1,0" collisionType=dynamic mass=100000 name=box team=1 radarname = "Box 1"> 554 554 <events> 555 555 <visibility> … … 635 635 636 636 <!-- @Objects: 2 pirates moving in squares, nonlethal --> 637 <SpaceShip position="0,2000,200" lookat="0,0,0" name="movingtarget" RVName="Pirate">637 <SpaceShip position="0,2000,200" lookat="0,0,0" name="movingtarget" radarname="Pirate"> 638 638 <events> 639 639 <visibility> … … 656 656 </SpaceShip> 657 657 658 <SpaceShip position="0,2000,400" lookat="0,0,0" name="movingtarget" RVName="Pirate">658 <SpaceShip position="0,2000,400" lookat="0,0,0" name="movingtarget" radarname="Pirate"> 659 659 <events> 660 660 <visibility> … … 977 977 <!-- @Objects: HYDROGEN FARMER & DOCKING --> 978 978 <SpaceShip 979 team = 0980 position = "-48900,100,0"981 roll = 90 yaw=0 pitch=20982 mass = 10000983 health = 100000 initialhealth=100000 maxhealth="100000"984 name = "HydroFarmer"985 RVName= "Hydrogen Farmer" >979 team = 0 980 position = "-48900,100,0" 981 roll = 90 yaw=0 pitch=20 982 mass = 10000 983 health = 100000 initialhealth=100000 maxhealth="100000" 984 name = "HydroFarmer" 985 radarname = "Hydrogen Farmer" > 986 986 <attached> 987 987 <!-- Docking --> … … 1066 1066 reloadwaittime = "1" 1067 1067 name = "cruiser" 1068 RVName= "Spacecruiser" >1068 radarname = "Spacecruiser" > 1069 1069 <attached> 1070 1070 <DockingTarget name="spaceShip" /> -
code/trunk/data/levels/underAttack.oxw
r9016 r9257 56 56 maxhealth = 10000 57 57 initialhealth = 10000 58 RVName= "Transporter"58 radarname = "Transporter" 59 59 > 60 60
Note: See TracChangeset
for help on using the changeset viewer.