- Timestamp:
- May 16, 2019, 1:13:21 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/data/levels/templates/spaceshipOrxoBlox.oxt
r12367 r12370 6 6 spawnparticleduration = 3 7 7 explosionchunks = 4 8 9 health = 10 10 maxhealth = 10 11 initialhealth = 10 12 13 shieldhealth = 20 14 initialshieldhealth = 20 15 maxshieldhealth = 20 16 shieldabsorption = 0.1 17 shieldrechargerate = 1 18 shieldrechargewaittime = 1 8 19 9 20 primaryThrust = 150 … … 26 37 linearDamping = 0.9 27 38 angularDamping = 0.9999999 39 40 collisiondamage = 100 41 enablecollisiondamage = true 28 42 29 43 > … … 72 86 boostfactor = 2.2 73 87 88 74 89 defEngineSndNormal = "sounds/Engine_low.ogg" 75 90 defEngineSndBoost = "sounds/Engine_high.ogg" 76 77 accelerationfront = 70078 accelerationbrake = 70079 accelerationback = 70080 accelerationleftright = 50081 accelerationupdown = 50082 91 > 83 92
Note: See TracChangeset
for help on using the changeset viewer.