Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 25, 2011, 4:10:25 PM (13 years ago)
Author:
jo
Message:

Transporter's weaponsystem updated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/data/levels/fightInOurBack.oxw

    r8756 r8867  
    214214<?lua for i=0,0,1 do
    215215x=800
    216 health=2750
     216health=2050
    217217?>
    218218    <!--Transporter 1-->
     
    286286        </SpaceShip>
    287287        <!--Second Spaceship team 0 (player: team 0)-->
    288         <SpaceShip position="0,0,100" lookat="2000,0,-950" health="400" maxhealth="400" initialhealth="400" >
     288        <SpaceShip position="0,0,100" lookat="2000,0,-950" health="500" maxhealth="400" initialhealth="400" >
    289289             <templates>
    290290                  <Template link=spaceshipassff />
     
    303303        </SpaceShip>
    304304        <!--third Spaceship team 0 (player: team 0)-->
    305         <SpaceShip position="0,0,-100" lookat="2000,0,-1050" health="400" maxhealth="400" initialhealth="400" >
     305        <SpaceShip position="0,0,-100" lookat="2000,0,-1050" health="500" maxhealth="400" initialhealth="400" >
    306306             <templates>
    307307                  <Template link=spaceshipassff />
     
    367367
    368368<!--TEAM NO 1 (activationType : distance || killing a spaceship what belongs to TEAM 0 NO 0)-->
    369 <?lua for i=0,9,1 do
     369<?lua for i=0,14,1 do
    370370x=math.random(-500,500)
    371371y=math.random(-300,300)
     
    380380                    </templates>
    381381                    <controller>
    382                         <WaypointPatrolController alertnessradius=2000 team=0 active=false>
     382                        <WaypointPatrolController alertnessradius=2100 team=0 active=false>
    383383                            <waypoints>
    384384                                <Model mesh="cube.mesh" scale=0 position="<?lua print(4500+x) ?>,<?lua print(y) ?>,<?lua print(z+3000) ?>" />
Note: See TracChangeset for help on using the changeset viewer.