Changeset 12267 for code/branches/Boxhead_FS19/data/levels/templates
- Timestamp:
- Apr 4, 2019, 2:25:56 PM (6 years ago)
- Location:
- code/branches/Boxhead_FS19/data/levels/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Boxhead_FS19/data/levels/templates/spaceshipGhost.oxt
r12261 r12267 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 … … 25 19 stallSpeed = 100; 26 20 27 boostPower = 30 28 boostPowerRate = 1 29 boostRate = 5 30 boostCooldownDuration = 15 21 31 22 32 23 shakeFrequency = 20 … … 58 49 <ExplosionPart mesh="WingDebris2.mesh" effect1="Orxonox/fire4" effect2="Orxonox/smoke6" /> 59 50 </explosion> 60 < ?lua51 <!-- <?lua 61 52 include("../includes/weaponSettingsGhost.oxi") 62 53 ?> 63 </SpaceShip>54 --> </SpaceShip> 64 55 </Template> 65 56 … … 78 69 boostfactor = 2 79 70 80 speedfront = 2571 speedfront = 50 81 72 speedback = 50 82 73 speedleftright = 50 … … 87 78 accelerationback = 100 88 79 accelerationleftright = 100 89 accelerationupdown = 10080 accelerationupdown = 0 90 81 > 91 82 <EffectContainer condition="normal or boost"> -
code/branches/Boxhead_FS19/data/levels/templates/spaceshipHover.oxt
r12261 r12267 20 20 primaryThrust = 200 21 21 auxilaryThrust = 30 22 rotationThrust = 2 522 rotationThrust = 20 23 23 24 24 jumpBoost = 90
Note: See TracChangeset
for help on using the changeset viewer.