Changeset 10849 for code/branches/campaignHS15/data/levels
- Timestamp:
- Nov 24, 2015, 5:21:03 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/campaignHS15/data/levels/AITest.oxw
r10847 r10849 32 32 33 33 <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"/> 34 <TeamSpawnPoint team= 1position="-1000,-1000,-1000" lookat="1,1,-1" spawnclass=SpaceShip pawndesign=spaceshipassff />34 <TeamSpawnPoint team=0 position="-1000,-1000,-1000" lookat="1,1,-1" spawnclass=SpaceShip pawndesign=spaceshipassff /> 35 35 36 36 <!-- … … 53 53 <!-- <ActionPoint position="12,34,56" action="FIGHT" enemy="ss" /> 54 54 --> 55 <SpaceShip position="2000, 1500, -1000" lookat="0,0,0" team=0 name="ss1">55 <!-- <SpaceShip position="2000, 1500, -1000" lookat="0,0,0" team=0 name="ss1"> 56 56 <templates> 57 57 <Template link=spaceshipassff /> … … 61 61 </DivisionController> 62 62 </controller> 63 </SpaceShip> 64 <SpaceShip position=" 0, 1500, -1000" lookat="0,0,0" team=0name="ss2">63 </SpaceShip> --> 64 <SpaceShip position="-2000, 1500, -1000" lookat="0,0,0" team=1 name="ss2"> 65 65 <templates> 66 66 <Template link=spaceshipassff /> 67 67 </templates> 68 68 <controller> 69 <DivisionController team=1 2>69 <DivisionController team=1> 70 70 <actionpoints> 71 <Actionpoint position="12,34,56" action="PROTECT" protectMe=true /> 72 <Actionpoint position="12,34,56" action="FLY" /> 71 <Actionpoint position="-1000,750,-500" action="PROTECt" protect="fuck" /> 72 <Actionpoint position="-1000,750,-500" action="ATTACK" enemy="ss3" /> 73 <Actionpoint position="-1000,750,-500" action="FLY" /> 74 <Actionpoint position="0,0,0" action="FLY" /> 73 75 </actionpoints> 74 76 </DivisionController> 75 77 </controller> 76 78 </SpaceShip> 77 79 <SpaceShip position="0, 0, 0" lookat="0,0,0" team=2 name="ss4"> 80 <templates> 81 <Template link=spaceshipassff /> 82 </templates> 83 </SpaceShip> 84 <SpaceShip position="1000, 300, 200" lookat="0,0,0" team=2 name="ss3"> 85 <templates> 86 <Template link=spaceshipassff /> 87 </templates> 88 </SpaceShip> 89 <SpaceShip position="-500, -300, -300" lookat="0,0,0" team=1 name="fuck"> 90 <templates> 91 <Template link=spaceshipassff /> 92 </templates> 93 </SpaceShip> 78 94 <!-- <SpaceShip position="4000 ,1500, -1600 " lookat="0,0,0" team=0> 79 95 <templates>
Note: See TracChangeset
for help on using the changeset viewer.