Changeset 9175 for code/branches/newlevel2012/data/levels/templates
- Timestamp:
- May 11, 2012, 4:03:28 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/newlevel2012/data/levels/templates/tower.oxt
r9161 r9175 1 1 <Template name=tower> 2 < SpaceShip2 <Tower 3 3 4 spawnparticlesource = "Orxonox/fairytwirl" 5 spawnparticleduration = 3 4 6 5 explosionchunks = 6 7 6 8 health = 1009 maxhealth = 20010 initialhealth = 10011 12 shieldhealth = 3013 initialshieldhealth = 3014 maxshieldhealth = 5015 shieldabsorption = 0.816 7 reloadrate = 1 17 8 reloadwaittime = 1 18 9 19 lift = 1;20 stallSpeed = 220;10 collisionType = "dynamic" 11 team = 13 21 12 22 collisionType = "dynamic"23 mass = 10024 linearDamping = 0.725 angularDamping = 0.999999926 13 > 27 14 … … 33 20 34 21 35 < !--attached>36 <Model position="0,0,0" scale= 25mesh="Tower_ME.mesh" />37 </attached -->22 <attached> 23 <Model position="0,0,0" scale=50 mesh="Tower_ME.mesh" /> 24 </attached> 38 25 39 26 <!--collisionShapes> … … 44 31 include("../includes/towerWeaponSettings.oxi") 45 32 ?> 46 </ SpaceShip>33 </Tower> 47 34 </Template> 48 35
Note: See TracChangeset
for help on using the changeset viewer.