- Timestamp:
- May 21, 2014, 10:38:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/modularships/data/levels/templates/HeavyCruiser.oxt
r10058 r10067 50 50 51 51 <parts> 52 <ShipPart name="frontL" initialhealth="10" damageabsorption="0.5">52 <ShipPart name="frontL" initialhealth="10" maxhealth="10" damageabsorption="0.5" explosionposition="-76,30,-330"> 53 53 <destructionevents> 54 54 <PartDestructionEvent targetType="ship" targetParam="shieldhealth" operation="*" value="0.5"/> 55 55 </destructionevents> 56 56 </ShipPart> 57 <ShipPart name="frontR" initialhealth="10" damageabsorption="0.5">57 <ShipPart name="frontR" initialhealth="10" maxhealth="10" damageabsorption="0.5" explosionposition="76,30,-330"> 58 58 <destructionevents> 59 59 <PartDestructionEvent targetType="ship" targetParam="shieldhealth" operation="*" value="0.5"/> 60 60 </destructionevents> 61 61 </ShipPart> 62 <ShipPart name="partL" initialhealth="10" damageabsorption="0.5">62 <ShipPart name="partL" initialhealth="10" maxhealth="10" damageabsorption="0.5" explosionposition="-100,33,-200"> 63 63 <destructionevents> 64 64 <PartDestructionEvent targetType="ship" targetParam="boostpowerrate" operation="-" value="0.5" message="One of your ship's generators was destroyed!"/> 65 66 67 68 69 </ShipPart> 70 <ShipPart name="partR" initialhealth="10" damageabsorption="0.5">65 <PartDestructionEvent targetType="engine" targetName="bodyengine" targetParam="speedfront" operation="-" value="50"/> 66 <PartDestructionEvent targetType="engine" targetName="bodyengine" targetParam="accelerationfront" operation="-" value="3"/> 67 <PartDestructionEvent targetType="engine" targetName="bodyengine" targetParam="boostfactor" operation="set" value="1"/> 68 </destructionevents> 69 </ShipPart> 70 <ShipPart name="partR" initialhealth="10" maxhealth="10" damageabsorption="0.5" explosionposition="100,33,-200"> 71 71 <destructionevents> 72 72 <PartDestructionEvent targetType="ship" targetParam="boostpowerrate" operation="-" value="0.5" message="One of your ship's generators was destroyed!"/> 73 74 75 76 </destructionevents> 77 </ShipPart> 78 <ShipPart name="sidearmL" initialhealth="20" damageabsorption="0.2">73 <PartDestructionEvent targetType="engine" targetName="bodyengine" targetParam="speedfront" operation="-" value="50"/> 74 <PartDestructionEvent targetType="engine" targetName="bodyengine" targetParam="accelerationfront" operation="-" value="3"/> 75 <PartDestructionEvent targetType="engine" targetName="bodyengine" targetParam="boostfactor" operation="set" value="1"/> 76 </destructionevents> 77 </ShipPart> 78 <ShipPart name="sidearmL" initialhealth="20" maxhealth="20" damageabsorption="0.2" explosionposition="-140,30,100"> 79 79 <destructionevents> 80 80 <PartDestructionEvent targetType="engine" targetName="sidearmLengine" operation="destroy" message="The left auxiliary engine was destroyed!"/> 81 82 83 </destructionevents> 84 </ShipPart> 85 <ShipPart name="sidearmLfront" initialhealth="10" damageabsorption="0.5">81 <PartDestructionEvent targetType="part" targetName="sidearmLfront" operation="destroy"/> 82 <PartDestructionEvent targetType="ship" targetParam="rotationthrust" operation="-" value="0.04" /> 83 </destructionevents> 84 </ShipPart> 85 <ShipPart name="sidearmLfront" initialhealth="10" maxhealth="10" damageabsorption="0.5" explosionposition="-140,20,-50"> 86 86 <destructionevents> 87 87 <PartDestructionEvent targetType="engine" targetName="sidearmLengine" targetParam="boostfactor" operation="set" value="1" message="The left auxiliary engine lost it's booster!"/> 88 88 </destructionevents> 89 90 <ShipPart name="sidearmR" initialhealth="20" damageabsorption="0.2">89 </ShipPart> 90 <ShipPart name="sidearmR" initialhealth="20" maxhealth="20" damageabsorption="0.2" explosionposition="140,30,100"> 91 91 <destructionevents> 92 92 <PartDestructionEvent targetType="engine" targetName="sidearmRengine" operation="destroy" message="The right auxiliary engine was destroyed!"/> 93 94 95 96 97 <ShipPart name="sidearmRfront" initialhealth="10" damageabsorption="0.5">93 <PartDestructionEvent targetType="part" targetName="sidearmRfront" operation="destroy"/> 94 <PartDestructionEvent targetType="ship" targetParam="rotationthrust" operation="-" value="0.04" /> 95 </destructionevents> 96 </ShipPart> 97 <ShipPart name="sidearmRfront" initialhealth="10" maxhealth="10" damageabsorption="0.5" explosionposition="140,20,-50"> 98 98 <destructionevents> 99 99 <PartDestructionEvent targetType="engine" targetName="sidearmRengine" targetParam="boostfactor" operation="set" value="1" message="The right auxiliary engine lost it's booster!"/> 100 100 </destructionevents> 101 101 </ShipPart> 102 102 </parts> 103 103
Note: See TracChangeset
for help on using the changeset viewer.