Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 15, 2012, 4:44:09 PM (13 years ago)
Author:
jo
Message:

Small adjustmenst on the new SpaceShip Templates and Weaponsettings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentationHS12/data/levels/templates/spaceshipCollateralDamage.oxt

    r9516 r9518  
    33  <SpaceShip
    44   hudtemplate            = spaceshiphud
    5    camerapositiontemplate = spaceshipassffcameras
     5   camerapositiontemplate = spaceshipCDcameras
    66   spawnparticlesource    = "Orxonox/fairytwirl"
    77   spawnparticleduration  = 3
    88   explosionchunks        = 6
    99
    10    health            = 100
    11    maxhealth         = 200
    12    initialhealth     = 100
     10   health            = 200
     11   maxhealth         = 400
     12   initialhealth     = 200
    1313
    1414   shieldhealth        = 30
     
    4040  >
    4141    <engines>
    42       <MultiStateEngine position=" 7.6, 0, 6" template=spaceshipassffengine />
    43       <MultiStateEngine position="-7.6, 0, 0" template=spaceshipassffengine />
     42      <MultiStateEngine position=" 7.6, 0, 6" template=spaceshipCDengine />
     43      <MultiStateEngine position="-7.6, 0, 0" template=spaceshipCDengine />
    4444    </engines>
    4545    <attached>
     
    7171</Template>
    7272
    73 <Template name=spaceshipassffcameras defaults=0>
     73<Template name=spaceshipCDcameras defaults=0>
    7474  <SpaceShip>
    7575    <camerapositions>
     
    8282</Template>
    8383
    84 <Template name=spaceshipassffengine baseclass=MultiStateEngine>
     84<Template name=spaceshipCDengine baseclass=MultiStateEngine>
    8585  <MultiStateEngine
    8686   boostfactor    = 5
     
    118118
    119119    <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/ThrusterFlare2" />
    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/ThrusterFlare2" />
     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" />
    122122
    123123      <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.