Changeset 8857 for code/trunk/data/levels/templates
- Timestamp:
- Aug 22, 2011, 3:55:43 PM (13 years ago)
- Location:
- code/trunk/data/levels/templates
- Files:
-
- 1 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/data/levels/templates/spaceshipAssff.oxt
r8727 r8857 67 67 <CameraPosition position="0,20, 80" drag=true mouselook=true /> 68 68 <CameraPosition position="0,30,120" drag=true mouselook=true /> 69 <!--CameraPosition position="0,150,-25" pitch=-90 drag=true />70 69 <CameraPosition position="0,0,-40" yaw=180 drag=true /> 71 70 <CameraPosition position="0,3,-14" yaw=0 /> … … 121 120 </MultiStateEngine> 122 121 </Template> 123 124 <!--Template name=spaceshippirate>125 <SpaceShip126 health = 100127 maxhealth = 200128 initialhealth = 100129 130 maxspeed = 250131 maxsecondaryspeed = 50132 maxrotation = 100133 transacc = 200134 rotacc = 140135 transdamp = 75136 >137 <attached>138 <Model position="0,-10,-45" yaw=90 pitch=-90 roll=0 scale=4 mesh="pirate.mesh" />139 </attached>140 </SpaceShip>141 </Template>142 143 <Template name=spaceshipspacecruiser>144 <SpaceShip145 health = 100146 maxhealth = 200147 initialhealth = 100148 149 maxspeed = 250150 maxsecondaryspeed = 50151 maxrotation = 100152 transacc = 200153 rotacc = 140154 transdamp = 75155 >156 <attached>157 <Model position="8,-30,-120" yaw=90 pitch=-90 roll=0 scale=4 mesh="spacecruiser.mesh" />158 </attached>159 </SpaceShip>160 </Template--> -
code/trunk/data/levels/templates/spaceshipAssff2.oxt
r8727 r8857 67 67 <CameraPosition position="0,20, 80" drag=true mouselook=true /> 68 68 <CameraPosition position="0,30,120" drag=true mouselook=true /> 69 <!--CameraPosition position="0,150,-25" pitch=-90 drag=true />70 69 <CameraPosition position="0,0,-40" yaw=180 drag=true /> 71 70 <CameraPosition position="0,3,-14" yaw=0 /> … … 121 120 </MultiStateEngine> 122 121 </Template> 123 124 <!--Template name=spaceshippirate>125 <SpaceShip126 health = 100127 maxhealth = 200128 initialhealth = 100129 130 maxspeed = 250131 maxsecondaryspeed = 50132 maxrotation = 100133 transacc = 200134 rotacc = 140135 transdamp = 75136 >137 <attached>138 <Model position="0,-10,-45" yaw=90 pitch=-90 roll=0 scale=4 mesh="pirate.mesh" />139 </attached>140 </SpaceShip>141 </Template>142 143 <Template name=spaceshipspacecruiser>144 <SpaceShip145 health = 100146 maxhealth = 200147 initialhealth = 100148 149 maxspeed = 250150 maxsecondaryspeed = 50151 maxrotation = 100152 transacc = 200153 rotacc = 140154 transdamp = 75155 >156 <attached>157 <Model position="8,-30,-120" yaw=90 pitch=-90 roll=0 scale=4 mesh="spacecruiser.mesh" />158 </attached>159 </SpaceShip>160 </Template--> -
code/trunk/data/levels/templates/spaceshipGhost.oxt
r8706 r8857 3 3 hudtemplate = spaceshiphud 4 4 camerapositiontemplate = spaceshipghostcameras 5 6 5 spawnparticlesource = "Orxonox/fairytwirl" 7 6 spawnparticleduration = 3 8 7 explosionchunks = 6 9 8 10 health = 10011 maxhealth = 20012 initialhealth = 1009 health = 30 10 maxhealth = 50 11 initialhealth = 30 13 12 14 primaryThrust = 600; 15 auxilaryThrust = 30; 16 rotationThrust = 25; 13 shieldhealth = 100 14 initialshieldhealth = 100 15 maxshieldhealth = 150 16 shieldabsorption = 0.9 17 reloadrate = 3 18 reloadwaittime = 0.0 19 20 primaryThrust = 600 21 auxilaryThrust = 30 22 rotationThrust = 25 23 24 lift = 1; 25 stallSpeed = 220; 26 27 boostPower = 30 28 boostPowerRate = 1 29 boostRate = 5 30 boostCooldownDuration = 15 31 32 shakeFrequency = 20 33 shakeAmplitude = 6 17 34 18 35 collisionType = "dynamic" … … 60 77 speedupdown = 50 61 78 62 accelerationfront = 70079 accelerationfront = 1000 63 80 accelerationbrake = 300 64 81 accelerationback = 100 -
code/trunk/data/levels/templates/spaceshipPirate.oxt
r8706 r8857 11 11 initialhealth = 100 12 12 13 primaryThrust = 100; 14 auxilaryThrust = 30; 15 rotationThrust = 25; 13 shieldhealth = 25 14 initialshieldhealth = 25 15 maxshieldhealth = 40 16 shieldabsorption = 0.6 17 reloadrate = 2 18 reloadwaittime = 0.5 19 20 primaryThrust = 100 21 auxilaryThrust = 30 22 rotationThrust = 25 23 24 lift = 1; 25 stallSpeed = 220; 26 27 boostPower = 10 28 boostPowerRate = 1 29 boostRate = 5 30 boostCooldownDuration = 10 16 31 17 32 collisionType = "dynamic" -
code/trunk/data/levels/templates/spaceshipSwallow.oxt
r8706 r8857 7 7 explosionchunks = 6 8 8 9 health = 100 10 maxhealth = 200 11 initialhealth = 100 9 health = 50 10 maxhealth = 120 11 initialhealth = 50 12 13 shieldhealth = 60 14 initialshieldhealth = 60 15 maxshieldhealth = 80 16 shieldabsorption = 0.75 17 reloadrate = 1.5 18 reloadwaittime = 0.2 12 19 13 20 primaryThrust = 600; 14 21 auxilaryThrust = 30; 15 22 rotationThrust = 25; 23 24 lift = 1.2; 25 stallSpeed = 220; 26 27 boostPower = 20 28 boostPowerRate = 1 29 boostRate = 5 30 boostCooldownDuration = 10 16 31 17 32 collisionType = "dynamic" … … 59 74 speedupdown = 60 60 75 61 accelerationfront = 70076 accelerationfront = 1000 62 77 accelerationbrake = 300 63 78 accelerationback = 100
Note: See TracChangeset
for help on using the changeset viewer.