Changeset 9518 for code/branches/presentationHS12/data/levels/templates/spaceshipCollateralDamage.oxt
- Timestamp:
- Dec 15, 2012, 4:44:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS12/data/levels/templates/spaceshipCollateralDamage.oxt
r9516 r9518 3 3 <SpaceShip 4 4 hudtemplate = spaceshiphud 5 camerapositiontemplate = spaceship assffcameras5 camerapositiontemplate = spaceshipCDcameras 6 6 spawnparticlesource = "Orxonox/fairytwirl" 7 7 spawnparticleduration = 3 8 8 explosionchunks = 6 9 9 10 health = 10011 maxhealth = 20012 initialhealth = 10010 health = 200 11 maxhealth = 400 12 initialhealth = 200 13 13 14 14 shieldhealth = 30 … … 40 40 > 41 41 <engines> 42 <MultiStateEngine position=" 7.6, 0, 6" template=spaceship assffengine />43 <MultiStateEngine position="-7.6, 0, 0" template=spaceship assffengine />42 <MultiStateEngine position=" 7.6, 0, 6" template=spaceshipCDengine /> 43 <MultiStateEngine position="-7.6, 0, 0" template=spaceshipCDengine /> 44 44 </engines> 45 45 <attached> … … 71 71 </Template> 72 72 73 <Template name=spaceship assffcameras defaults=0>73 <Template name=spaceshipCDcameras defaults=0> 74 74 <SpaceShip> 75 75 <camerapositions> … … 82 82 </Template> 83 83 84 <Template name=spaceship assffengine baseclass=MultiStateEngine>84 <Template name=spaceshipCDengine baseclass=MultiStateEngine> 85 85 <MultiStateEngine 86 86 boostfactor = 5 … … 118 118 119 119 <EffectContainer condition="normal or boost"> 120 <Backlight mainstate=activity active=false scale=0.4 name=bltest position=" 8, 0, 12" colour="1, 0.8, 0, 0.3" width=6 length=1500 lifetime=2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=3 turnofftime=1 material="Flares/ThrusterFlare 2" />121 <Backlight mainstate=activity active=false scale=0.4 name=bltest position="-8, 0, 12" colour="1, 0.8, 0, 0.3" width=6 length=1500 lifetime=2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=3 turnofftime=1 material="Flares/ThrusterFlare 2" />120 <Backlight mainstate=activity active=false scale=0.4 name=bltest position=" 8, 0, 12" colour="1, 0.8, 0, 0.3" width=6 length=1500 lifetime=2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=3 turnofftime=1 material="Flares/ThrusterFlare1" /> 121 <Backlight mainstate=activity active=false scale=0.4 name=bltest position="-8, 0, 12" colour="1, 0.8, 0, 0.3" width=6 length=1500 lifetime=2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=3 turnofftime=1 material="Flares/ThrusterFlare1" /> 122 122 123 123 <FadingBillboard mainstate=activity active=false scale=0.05 position="8, -1, 12" colour="1, 0.8, 0, 0.3" material="Examples/Flare" turnontime=1 turnofftime=0.5 />
Note: See TracChangeset
for help on using the changeset viewer.