Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 18, 2017, 3:44:49 PM (7 years ago)
Author:
nyogaraj
Message:

i finished the project without ever making any commits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Boss_FS17/data/levels/templates/Bossship.oxt

    r11388 r11424  
    77        collisionType= "dynamic"
    88        mass = 10000000
    9 
    10         health = 1000
    11         initialhealth = 1000
    12         maxhealth = 1000
    13        
    14        
    15        
    16        
    17         rotationaxis = "1,0,0"
    18        
    19        
    20         rotationrate = "5"
     9 shieldhealth=750 initialshieldhealth=750 maxshieldhealth=750 shieldabsorption    = 1 shieldrechargerate  = 100 shieldrechargewaittime = 0.1
     10
     11   
     12       
     13       
     14       
     15       
     16        rotationaxis = "1,1,0"
     17       
     18       
     19        rotationrate = "100"
    2120        >
     21
     22       
     23  <?lua
     24  include("../includes/BossSpawnWeaponSetting.oxi")
     25  ?>
    2226       
    2327        <!-- Destructible parts -->
     
    2529        <parts>
    2630
    27                 <ShipPart name = "tunnelsystem" initialhealth="1000" maxhealth="1000" damageabsorption="0.5" explosionposition="0,0,0">
     31                <ShipPart name = "tunnelsystem" initialhealth="500" maxhealth="500" damageabsorption="0.5" explosionposition="0,0,0" >
    2832            <destructionevents>
    2933                <PartDestructionEvent targetType="ship"  operation="destroy" />
     
    3438            <destructionevents>
    3539                <PartDestructionEvent targetType="ship"  operation="destroy" />
     40                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    3641            </destructionevents>
    3742        </ShipPart>
     
    4045            <destructionevents>
    4146                <PartDestructionEvent targetType="ship"  operation="destroy" />
     47                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    4248            </destructionevents>
    4349        </ShipPart>
     
    4652            <destructionevents>
    4753                <PartDestructionEvent targetType="ship"  operation="destroy" />
     54                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    4855            </destructionevents>
    4956        </ShipPart>
     
    5259            <destructionevents>
    5360                <PartDestructionEvent targetType="ship"  operation="destroy" />
     61                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    5462            </destructionevents>
    5563        </ShipPart>
     
    5866            <destructionevents>
    5967                <PartDestructionEvent targetType="ship"  operation="destroy" />
     68                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    6069            </destructionevents>
    6170        </ShipPart>
     
    6473            <destructionevents>
    6574                <PartDestructionEvent targetType="ship"  operation="destroy" />
     75                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    6676            </destructionevents>
    6777        </ShipPart>
     
    7080            <destructionevents>
    7181                <PartDestructionEvent targetType="ship"  operation="destroy" />
     82                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    7283            </destructionevents>
    7384        </ShipPart>
     
    7687            <destructionevents>
    7788                <PartDestructionEvent targetType="ship"  operation="destroy" />
     89                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    7890            </destructionevents>
    7991        </ShipPart>
     
    8294            <destructionevents>
    8395                <PartDestructionEvent targetType="ship"  operation="destroy" />
     96                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    8497            </destructionevents>
    8598        </ShipPart>
     
    88101            <destructionevents>
    89102                <PartDestructionEvent targetType="ship"  operation="destroy" />
     103                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    90104            </destructionevents>
    91105        </ShipPart>
     
    94108            <destructionevents>
    95109                <PartDestructionEvent targetType="ship"  operation="destroy" />
     110                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    96111            </destructionevents>
    97112        </ShipPart>
     
    100115            <destructionevents>
    101116                <PartDestructionEvent targetType="ship"  operation="destroy" />
     117                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    102118            </destructionevents>
    103119        </ShipPart>
     
    106122            <destructionevents>
    107123                <PartDestructionEvent targetType="ship"  operation="destroy" />
     124                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    108125            </destructionevents>
    109126        </ShipPart>
     
    111128        <ShipPart name = "ct3" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
    112129            <destructionevents>
    113                 <PartDestructionEvent targetType="ship"  operation="destroy" />
     130               <PartDestructionEvent targetType="ship"  operation="destroy" />
     131                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    114132            </destructionevents>
    115133        </ShipPart>
     
    118136            <destructionevents>
    119137                <PartDestructionEvent targetType="ship"  operation="destroy" />
     138                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    120139            </destructionevents>
    121140        </ShipPart>
     
    124143            <destructionevents>
    125144                <PartDestructionEvent targetType="ship"  operation="destroy" />
     145                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    126146            </destructionevents>
    127147        </ShipPart>
     
    130150            <destructionevents>
    131151                <PartDestructionEvent targetType="ship"  operation="destroy" />
     152                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    132153                <PartDestructionEvent targetType="part" targetName ="ct12"   operation="destroy" />
    133154                <PartDestructionEvent targetType="part" targetName ="ct11"   operation="destroy" />
     
    138159            <destructionevents>
    139160                <PartDestructionEvent targetType="ship"  operation="destroy" />
     161                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    140162                <PartDestructionEvent targetType="part" targetName ="ct11"   operation="destroy" />
    141163                <PartDestructionEvent targetType="part" targetName ="ct10"   operation="destroy" />
     
    146168            <destructionevents>
    147169                <PartDestructionEvent targetType="ship"  operation="destroy" />
     170                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    148171                <PartDestructionEvent targetType="part" targetName ="ct10"   operation="destroy" />
    149172                <PartDestructionEvent targetType="part" targetName ="ct9"   operation="destroy" />
     
    154177            <destructionevents>
    155178                <PartDestructionEvent targetType="ship"  operation="destroy" />
     179                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    156180                <PartDestructionEvent targetType="part" targetName ="ct9"   operation="destroy" />
    157181                <PartDestructionEvent targetType="part" targetName ="ct8"   operation="destroy" />
     
    162186            <destructionevents>
    163187                <PartDestructionEvent targetType="ship"  operation="destroy" />
     188                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    164189                <PartDestructionEvent targetType="part" targetName ="ct8"   operation="destroy" />
    165190                <PartDestructionEvent targetType="part" targetName ="ct7"   operation="destroy" /> 
     
    169194        <ShipPart name = "part6" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
    170195            <destructionevents>
    171                 <PartDestructionEvent targetType="ship"  operation="destroy" />
     196               <PartDestructionEvent targetType="ship"  operation="destroy" />
     197                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    172198                <PartDestructionEvent targetType="part" targetName ="ct7"   operation="destroy" />
    173199                <PartDestructionEvent targetType="part" targetName ="ct6"   operation="destroy" />
     
    177203        <ShipPart name = "part7" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
    178204            <destructionevents>
    179                 <PartDestructionEvent targetType="ship"  operation="destroy" />
     205               <PartDestructionEvent targetType="ship"  operation="destroy" />
     206                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    180207                <PartDestructionEvent targetType="part" targetName ="ct6"   operation="destroy" />
    181208                <PartDestructionEvent targetType="part" targetName ="ct5"   operation="destroy" />
     
    186213            <destructionevents>
    187214                <PartDestructionEvent targetType="ship"  operation="destroy" />
     215                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    188216                <PartDestructionEvent targetType="part" targetName ="ct5"   operation="destroy" />
    189217                <PartDestructionEvent targetType="part" targetName ="ct4"   operation="destroy" />
     
    194222            <destructionevents>
    195223                <PartDestructionEvent targetType="ship"  operation="destroy" />
     224                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    196225                <PartDestructionEvent targetType="part" targetName ="ct4"   operation="destroy" />
    197226                <PartDestructionEvent targetType="part" targetName ="ct3"   operation="destroy" />
     
    202231            <destructionevents>
    203232                <PartDestructionEvent targetType="ship"  operation="destroy" />
     233                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    204234                <PartDestructionEvent targetType="part" targetName ="ct3"   operation="destroy" />
    205235                <PartDestructionEvent targetType="part" targetName ="ct2"   operation="destroy" />
     
    210240            <destructionevents>
    211241                <PartDestructionEvent targetType="ship"  operation="destroy" />
     242                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    212243                <PartDestructionEvent targetType="part" targetName ="ct2"   operation="destroy" />
    213244                <PartDestructionEvent targetType="part" targetName ="ct1"   operation="destroy" />
     
    218249            <destructionevents>
    219250                <PartDestructionEvent targetType="ship"  operation="destroy" />
     251                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
    220252                <PartDestructionEvent targetType="part" targetName ="ct1"   operation="destroy" />
    221253                <PartDestructionEvent targetType="part" targetName ="ct12"   operation="destroy" />
     
    264296
    265297
    266         <Model  mesh="Endurance_Tunnelsystem.mesh" scale="66" lookat="0,0,0" pitch="-30" yaw="0" roll="90" />
    267 
    268 
    269298                <!-- coordinates (0,0,0) element 0-->
    270299       
     
    305334                <!-- Tunnelsystem -->
    306335
    307                 <StaticEntity  name = "tunnelsystem"collisionType=static position ="0,0,0" lookat="0,0,0" pitch="-30" yaw="0" roll="90" >
     336                <StaticEntity  name = "tunnelsystem" collisionType=static position ="0,0,0" lookat="0,0,0" pitch="-30" yaw="0" roll="90" >
    308337                        <attached>
    309338                                <Model  mesh="Endurance_Tunnelsystem.mesh" scale="66" />
Note: See TracChangeset for help on using the changeset viewer.