Changeset 10695 for code/branches/campaignHS15/data/levels/Campaign1.oxw
- Timestamp:
- Oct 26, 2015, 1:45:50 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/campaignHS15/data/levels/Campaign1.oxw
r10690 r10695 323 323 <!-- (Temporary) Template for stations. Used to define common features of all Stations. --> 324 324 <Template name="station"> 325 <Pawn position="2800,0,0" health=1000mass=10000 collisionType=dynamic friction=0.01>325 <Pawn mass=10000 collisionType=dynamic friction=0.01> 326 326 <attached> 327 327 <Model mesh="HydroHarvester.mesh" position="0,0,0" scale=50 /> … … 349 349 350 350 <!-- A, Coordinates are approx. (cos(29pi/16), sin(29pi/16), 0)*3000 --> 351 <Pawn name="statA" radarname="Station A" position=" 2494,-1667,0" direction="0,1,0">351 <Pawn name="statA" radarname="Station A" position="5000,-3000,0" direction="0,1,0" initialhealth=1000 maxhealth=1000> 352 352 <templates> 353 353 <Template link="station" /> … … 356 356 357 357 <!-- B, Coordinates are approx. (-cos(29pi/16), sin(29pi/16), 0)*3000 --> 358 <Pawn name="statB" radarname="Station B" position="- 2494,-1667,0" direction="0,1,0">358 <Pawn name="statB" radarname="Station B" position="-5000,-3000,0" direction="0,1,0" initialhealth=1000 maxhealth=1000> 359 359 <templates> 360 360 <Template link="station" /> … … 363 363 364 364 <!-- C --> 365 <Pawn name="statC" radarname="Station C" position="0,- 1400,0" direction="0,1,0">365 <Pawn name="statC" radarname="Station C" position="0,-2000,0" direction="0,1,0" initialhealth=1000 maxhealth=1000> 366 366 <templates> 367 367 <Template link="station" /> … … 382 382 y = math.sin(math.pi/8*(i+1))*1500 383 383 ?> 384 <SpaceShip visible=false active=f alse name="attackers<?lua print(k)?>" radarname="Attacker" position="<?lua print(x)?>,<?lua print(y)?>,<?lua print(math.pow(-1,i)*250) ?>" lookat="0,0,0" team=2>384 <SpaceShip visible=false active=flase name="attackers<?lua print(k)?>" radarname="Attacker" position="<?lua print(x)?>,<?lua print(y)?>,<?lua print(math.pow(-1,i)*250) ?>" lookat="0,0,0" team=2> 385 385 <templates> 386 386 <Template link="spaceshippirate" />
Note: See TracChangeset
for help on using the changeset viewer.