Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10695


Ignore:
Timestamp:
Oct 26, 2015, 1:45:50 PM (9 years ago)
Author:
bhatiab
Message:

changed health and position of stations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/campaignHS15/data/levels/Campaign1.oxw

    r10690 r10695  
    323323    <!-- (Temporary) Template for stations. Used to define common features of all Stations. -->
    324324    <Template name="station">
    325         <Pawn position="2800,0,0" health=1000 mass=10000 collisionType=dynamic friction=0.01>
     325        <Pawn mass=10000 collisionType=dynamic friction=0.01>
    326326          <attached>
    327327            <Model mesh="HydroHarvester.mesh" position="0,0,0" scale=50 />
     
    349349
    350350    <!-- 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>
    352352        <templates>
    353353            <Template link="station" />
     
    356356
    357357    <!-- 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>
    359359        <templates>
    360360            <Template link="station" />
     
    363363
    364364    <!-- 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>
    366366        <templates>
    367367            <Template link="station" />
     
    382382    y = math.sin(math.pi/8*(i+1))*1500
    383383    ?>
    384     <SpaceShip visible=false active=false 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>
    385385        <templates>
    386386            <Template link="spaceshippirate" />
Note: See TracChangeset for help on using the changeset viewer.