Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2019, 4:53:45 PM (5 years ago)
Author:
cwaupoti
Message:

Zombie can now approach, tried to add waves

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Boxhead_FS19/data/levels/templates/spaceshipzombie.oxt

    r12374 r12390  
    77   explosionchunks        = 6
    88
    9    health            = 60
     9   health            = 200
    1010   maxhealth         = 200
    11    initialhealth     = 60
     11   initialhealth     = 100
    1212
    1313   shieldhealth        = 25
     
    3434   collisionType     = "dynamic"
    3535   mass              = 100
    36    linearDamping     = 0.2
    37    angularDamping    = 0.9999999
     36   linearDamping     = 0
     37   angularDamping    = 0
    3838
    3939
     
    6868  include("../includes/weaponSettingsHover.oxi")
    6969?> -->
     70    <controller>
     71      <WaypointPatrolController alertnessradius=2000 attackradius=1 team=1 >
     72         <waypoints>
     73          <Model mesh="cube.mesh" scale=0 position="15500,15500,15500" />
     74
     75          </waypoints>
     76     
     77      </WaypointPatrolController>
     78
     79    </controller>
     80
    7081  </SpaceShip>
    7182</Template>
     
    113124  </MultiStateEngine>
    114125</Template>
     126
Note: See TracChangeset for help on using the changeset viewer.