Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 22, 2019, 2:45:31 PM (5 years ago)
Author:
wiesep
Message:

Merged Boxhead_FS19

Location:
code/branches/Presentation_FS19
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Presentation_FS19

  • code/branches/Presentation_FS19/data/levels/templates/spaceshipGhost.oxt

    r11052 r12410  
    77   explosionchunks        = 6
    88
    9    health            = 30
    10    maxhealth         = 50
    11    initialhealth     = 30
     9   health            = 100
     10   maxhealth         = 100
     11   initialhealth     = 100
     12 
    1213
    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
    2216   rotationThrust    = 25
    2317
    2418   lift = 1;
    25    stallSpeed = 220;
     19   stallSpeed = 100;
    2620
    27    boostPower            = 30
    28    boostPowerRate        = 1
    29    boostRate             = 5
    30    boostCooldownDuration = 15
     21
    3122
    3223   shakeFrequency = 20
     
    4536    </attached>
    4637    <collisionShapes>
    47       <BoxCollisionShape position="0,0,0"      halfExtents="10, 3, 5" />
    48       <BoxCollisionShape position="13,-1.3,0"  halfExtents="3, 1, 2" />
    49       <BoxCollisionShape position="-13,-1.3,0" halfExtents="3, 1, 2" />
    50       <BoxCollisionShape position="0,0,7"      halfExtents="3, 2, 2" />
    51       <BoxCollisionShape position="0,0.1,-11"  halfExtents="2.2, 1.8, 6" />
    52       <BoxCollisionShape position="0,0.1,-19"  halfExtents="1.4, 1, 2" />
     38      <BoxCollisionShape position="0,-2 ,7" halfExtents="7, 4 ,30" />
    5339    </collisionShapes>
    5440    <explosion >
     
    6349      <ExplosionPart mesh="WingDebris2.mesh" effect1="Orxonox/fire4" effect2="Orxonox/smoke6" />
    6450    </explosion>
    65 <?lua
     51<!-- <?lua
    6652  include("../includes/weaponSettingsGhost.oxi")
    6753?>
    68   </SpaceShip>
     54 --> </SpaceShip>
    6955</Template>
    7056
     
    8369   boostfactor    = 2
    8470
    85    speedfront     = 600
     71   speedfront     =  50
    8672   speedback      =  50
    8773   speedleftright =  50
    88    speedupdown    =  50
     74   speedupdown    =  0
    8975
    9076   accelerationfront     = 1000
     
    9278   accelerationback      =  100
    9379   accelerationleftright =  100
    94    accelerationupdown    =  100
     80   accelerationupdown    =  0
    9581  >
    9682    <EffectContainer condition="normal or boost">
Note: See TracChangeset for help on using the changeset viewer.