Changeset 12410 for code/branches/Presentation_FS19/data/levels/templates
- Timestamp:
- May 22, 2019, 2:45:31 PM (6 years ago)
- Location:
- code/branches/Presentation_FS19
- Files:
-
- 3 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Presentation_FS19
- Property svn:mergeinfo changed
/code/branches/Boxhead_FS19 (added) merged: 12209,12211,12216,12261-12262,12267,12273-12274,12284,12286,12299-12300,12354,12358,12374,12390,12397-12399,12405
- Property svn:mergeinfo changed
-
code/branches/Presentation_FS19/data/levels/templates/spaceshipGhost.oxt
r11052 r12410 7 7 explosionchunks = 6 8 8 9 health = 30 10 maxhealth = 50 11 initialhealth = 30 9 health = 100 10 maxhealth = 100 11 initialhealth = 100 12 12 13 13 shieldhealth = 100 14 initialshieldhealth = 100 15 maxshieldhealth = 150 16 shieldabsorption = 0.9 17 shieldrechargerate = 3 18 shieldrechargewaittime = 0.0 19 20 primaryThrust = 600 21 auxilaryThrust = 30 14 primaryThrust = 25 15 auxilaryThrust = 25 22 16 rotationThrust = 25 23 17 24 18 lift = 1; 25 stallSpeed = 220;19 stallSpeed = 100; 26 20 27 boostPower = 30 28 boostPowerRate = 1 29 boostRate = 5 30 boostCooldownDuration = 15 21 31 22 32 23 shakeFrequency = 20 … … 45 36 </attached> 46 37 <collisionShapes> 47 <BoxCollisionShape position="0,0,0" halfExtents="10, 3, 5" /> 48 <BoxCollisionShape position="13,-1.3,0" halfExtents="3, 1, 2" /> 49 <BoxCollisionShape position="-13,-1.3,0" halfExtents="3, 1, 2" /> 50 <BoxCollisionShape position="0,0,7" halfExtents="3, 2, 2" /> 51 <BoxCollisionShape position="0,0.1,-11" halfExtents="2.2, 1.8, 6" /> 52 <BoxCollisionShape position="0,0.1,-19" halfExtents="1.4, 1, 2" /> 38 <BoxCollisionShape position="0,-2 ,7" halfExtents="7, 4 ,30" /> 53 39 </collisionShapes> 54 40 <explosion > … … 63 49 <ExplosionPart mesh="WingDebris2.mesh" effect1="Orxonox/fire4" effect2="Orxonox/smoke6" /> 64 50 </explosion> 65 < ?lua51 <!-- <?lua 66 52 include("../includes/weaponSettingsGhost.oxi") 67 53 ?> 68 </SpaceShip>54 --> </SpaceShip> 69 55 </Template> 70 56 … … 83 69 boostfactor = 2 84 70 85 speedfront = 60071 speedfront = 50 86 72 speedback = 50 87 73 speedleftright = 50 88 speedupdown = 5074 speedupdown = 0 89 75 90 76 accelerationfront = 1000 … … 92 78 accelerationback = 100 93 79 accelerationleftright = 100 94 accelerationupdown = 10080 accelerationupdown = 0 95 81 > 96 82 <EffectContainer condition="normal or boost"> -
code/branches/Presentation_FS19/data/levels/templates/spaceshipHover.oxt
r12292 r12410 1 1 <Template name=spaceshiphover> 2 2 <SpaceShip 3 hudtemplate = spaceshiph overhud3 hudtemplate = spaceshiphud 4 4 camerapositiontemplate = spaceshiphovercameras 5 5 spawnparticlesource = "Orxonox/fairytwirl" … … 20 20 primaryThrust = 200 21 21 auxilaryThrust = 30 22 rotationThrust = 2 522 rotationThrust = 20 23 23 24 24 jumpBoost = 90 … … 27 27 stallSpeed = 220; 28 28 29 boostPower = 1029 boostPower = 30 30 30 boostPowerRate = 1 31 31 boostRate = 5 … … 36 36 linearDamping = 0.2 37 37 angularDamping = 0.9999999 38 collisiondamage = 20 39 enablecollisiondamage = true 40 38 41 > 39 42 <engines> … … 79 82 boostfactor = 2 80 83 81 speedfront = 9082 speedback = 4083 speedleftright = 4084 speedupdown = 4084 speedfront = 90 85 speedback = 90 86 speedleftright = 90 87 speedupdown = 0 85 88 86 accelerationfront = 50087 accelerationbrake = 50088 accelerationback = 12589 accelerationleftright = 12590 accelerationupdown = 12589 accelerationfront = 500 90 accelerationbrake = 500 91 accelerationback = 500 92 accelerationleftright = 500 93 accelerationupdown = 0 91 94 > 92 95 <EffectContainer condition="not idle">
Note: See TracChangeset
for help on using the changeset viewer.