Changeset 11276 for code/branches/SpaceRace_HS16/data/levels/templates
- Timestamp:
- Nov 7, 2016, 4:07:14 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/SpaceRace_HS16/data/levels/templates/fastship.oxt
r11260 r11276 6 6 spawnparticleduration = 3 7 7 8 health = 1 008 health = 150 9 9 maxhealth = 200 10 initialhealth = 1 0010 initialhealth = 150 11 11 12 shieldhealth = 3013 initialshieldhealth = 3014 maxshieldhealth = 5012 shieldhealth = 70 13 initialshieldhealth = 50 14 maxshieldhealth = 100 15 15 shieldabsorption = 0.8 16 16 shieldrechargerate = 1 17 17 shieldrechargewaittime = 1 18 18 19 primaryThrust = 1000020 auxilaryThrust = 1000 019 primaryThrust = 2000 20 auxilaryThrust = 1000 21 21 rotationThrust = 50 22 22 … … 25 25 26 26 27 boostPower = 1 50027 boostPower = 10 28 28 boostPowerRate = 10 29 29 boostRate = 10 30 30 boostCooldownDuration = 10 31 31 32 shakeFrequency = 3033 shakeAmplitude = 1532 shakeFrequency = 50 33 shakeAmplitude = 30 34 34 35 35 collisionType = "dynamic" … … 85 85 <Template name=spaceshipassffengine baseclass=MultiStateEngine> 86 86 <MultiStateEngine 87 boostfactor = 2087 boostfactor = 10 88 88 89 speedfront = 50090 speedback = 50089 speedfront = 1000 90 speedback = 1000 91 91 speedleftright = 50 92 92 speedupdown = 50 … … 95 95 defEngineSndBoost = "sounds/Engine_high.ogg" 96 96 97 accelerationfront = 500098 accelerationbrake = 500099 accelerationback = 100 accelerationleftright = 101 accelerationupdown = 97 accelerationfront = 300 98 accelerationbrake = 300 99 accelerationback = 125 100 accelerationleftright = 125 101 accelerationupdown = 125 102 102 > 103 103 <EffectContainer condition="idle">
Note: See TracChangeset
for help on using the changeset viewer.