Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/towerdefenseFS15/data/levels/templates/towerdefensetower.oxt @ 10346

Last change on this file since 10346 was 10340, checked in by erbj, 10 years ago

Tower upgrade now implemented and towers are now saved in the towerTurretMatrix and the Models in the towerModelMatrix

File size: 507 bytes
Line 
1<Template name=towerdefensetower>
2  <TowerDefenseTower
3
4
5        explosionchunks        = 6
6        reloadrate=10
7        reloadwaittime=5
8        collisionType="none"
9        pitch="0"
10        yaw="0"
11        roll="0"
12        maxPitch=90
13        maxYaw=90
14        maxAttackRadius=1000
15        minAttackRadius=30
16        team = 1
17
18
19  >
20 
21     <controller>
22     <TurretController team = 1/>
23  </controller>
24 
25   
26
27
28
29    <!--collisionShapes>
30
31    </collisionShapes-->
32
33
34    <?lua
35      include("../includes/weaponSettingsTurret.oxi")
36    ?>
37  </TowerDefenseTower>
38</Template>
Note: See TracBrowser for help on using the repository browser.