Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/newlevel2012/data/levels/templates/tower.oxt @ 9220

Last change on this file since 9220 was 9213, checked in by weigeltm, 13 years ago

tried to fix towers. failed.

File size: 663 bytes
RevLine 
[9161]1<Template name=tower>
[9175]2  <Tower
[9161]3
[9175]4 
[9161]5   explosionchunks        = 6
6
7   reloadrate          = 1
8   reloadwaittime      = 1
9
[9175]10   collisionType     = "dynamic"
[9213]11   team = 2
[9161]12
[9213]13
[9161]14  >
15
[9213]16   
17
18  <controller>
[9161]19        <WaypointPatrolController alertnessradius=10000 team=5>
[9213]20                 <waypoints>
21            <Model mesh="cube.mesh" scale=20 position=" 700, 200, 100" />
22          </waypoints>
[9161]23        </WaypointPatrolController>
24      </controller>
25
26
[9175]27    <attached>
[9213]28      <Model position="0,0,0" scale=45 mesh="Tower.mesh" />
[9175]29    </attached>
[9161]30
31    <!--collisionShapes>
32   
33    </collisionShapes-->
34
35<?lua
36  include("../includes/towerWeaponSettings.oxi")
37?>
[9175]38  </Tower>
[9161]39</Template>
40
Note: See TracBrowser for help on using the repository browser.