[6867] | 1 | <Template name=fps> |
---|
| 2 | <FpsPlayer |
---|
[11104] | 3 | hudtemplate = fpshud |
---|
[6867] | 4 | spawnparticlesource = "Orxonox/fairytwirl" |
---|
| 5 | spawnparticleduration = 3 |
---|
| 6 | explosionchunks = 6 |
---|
| 7 | |
---|
| 8 | health = 100 |
---|
| 9 | maxhealth = 200 |
---|
| 10 | initialhealth = 100 |
---|
| 11 | |
---|
[11104] | 12 | shieldhealth = 30 |
---|
| 13 | initialshieldhealth = 30 |
---|
| 14 | maxshieldhealth = 30 |
---|
| 15 | shieldabsorption = 0.9 |
---|
| 16 | shieldrechargerate = 1 |
---|
| 17 | shieldrechargewaittime = 1 |
---|
| 18 | |
---|
[6872] | 19 | primaryThrust = 0; |
---|
| 20 | auxilaryThrust = 0; |
---|
| 21 | rotationThrust = 0; |
---|
[6867] | 22 | |
---|
| 23 | collisionType = "dynamic" |
---|
| 24 | mass = 100 |
---|
| 25 | linearDamping = 0.7 |
---|
| 26 | angularDamping = 0.9999999 |
---|
[9348] | 27 | friction = 0.01 |
---|
| 28 | |
---|
[7052] | 29 | weapon = "hs-w01.mesh" |
---|
[6867] | 30 | > |
---|
[10258] | 31 | <collisionShapes> <!-- old values: position="0,-20,0" halfExtents="15,25,15" --> |
---|
| 32 | <BoxCollisionShape position="0,-25,0" halfExtents="15,20,15" /> |
---|
[6867] | 33 | </collisionShapes> |
---|
[11052] | 34 | <explosion > |
---|
| 35 | <ExplosionPart minspeed=0 maxspeed=0 effect1="orxonox/explosion_flash2" effect2="orxonox/explosion_flame2" /> |
---|
| 36 | <ExplosionPart minspeed=0 maxspeed=0 effect1="orxonox/explosion_shockwave2" effect2="orxonox/explosion_sparks2" /> |
---|
| 37 | <ExplosionPart minspeed=0 maxspeed=0 effect1="orxonox/explosion_streak2" effect2="orxonox/explosion_afterglow" /> |
---|
| 38 | </explosion> |
---|
[9348] | 39 | |
---|
[7052] | 40 | <camerapositions> |
---|
[7055] | 41 | <CameraPosition position="-1,1,2.2" drag=false mouselook=true /> |
---|
[7052] | 42 | </camerapositions> |
---|
[9348] | 43 | |
---|
[7052] | 44 | <?lua |
---|
[9348] | 45 | include("../includes/weaponSettingsFPS.oxi") |
---|
[7052] | 46 | ?> |
---|
[6867] | 47 | |
---|
| 48 | </FpsPlayer> |
---|
| 49 | </Template> |
---|
[7052] | 50 | <!-- |
---|
[6867] | 51 | <Template name=fpscamera defaults=0> |
---|
| 52 | <FpsPlayer> |
---|
| 53 | <camerapositions> |
---|
[6908] | 54 | <CameraPosition position="0,0,20" drag=false mouselook=true /> |
---|
[9348] | 55 | |
---|
[7052] | 56 | <!-- |
---|
| 57 | CameraPosition position="0,150,-25" pitch=-90 drag=true /> |
---|
[6867] | 58 | <CameraPosition position="0,0,-40" yaw=180 drag=true /> |
---|
| 59 | <CameraPosition position="0,3,-14" yaw=0 /> |
---|
| 60 | <CameraPosition position="-50,5,-8" yaw=-90 drag=true /> |
---|
[7052] | 61 | <CameraPosition position="50,5,-8" yaw=90 drag=true / |
---|
[9348] | 62 | |
---|
[6867] | 63 | </camerapositions> |
---|
| 64 | </FpsPlayer> |
---|
[6883] | 65 | </Template> |
---|
[8858] | 66 | --> |
---|