Changeset 8163 for code/branches/masterserver2/data/levels/templates
- Timestamp:
- Mar 31, 2011, 3:35:59 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/masterserver2/data/levels/templates/spaceshipAssff.oxt
r7845 r8163 8 8 explosionchunks = 6 9 9 10 health = 100 11 maxhealth = 200 12 initialhealth = 100 10 health = 100000 11 maxhealth = 200000 12 initialhealth = 100000 13 13 14 primaryThrust = 100 ;15 auxilaryThrust = 30 ;14 primaryThrust = 10000; 15 auxilaryThrust = 3000; 16 16 rotationThrust = 25; 17 17 … … 57 57 <Template name=spaceshipassffengine baseclass=MultiStateEngine> 58 58 <MultiStateEngine 59 boostfactor = 2 59 boostfactor = 20 60 60 61 61 speedfront = 150 … … 67 67 defEngineSndBoost = "sounds/Engine_high.ogg" 68 68 69 accelerationfront = 50070 accelerationbrake = 50069 accelerationfront = 200 70 accelerationbrake = 200 71 71 accelerationback = 125 72 72 accelerationleftright = 125
Note: See TracChangeset
for help on using the changeset viewer.