Changeset 10053 for code/branches/modularships/data/levels/templates
- Timestamp:
- May 13, 2014, 11:45:47 AM (11 years ago)
- Location:
- code/branches/modularships/data/levels/templates
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/modularships/data/levels/templates/HeavyCruiser.oxt
r10052 r10053 52 52 <parts> 53 53 <ShipPart name="frontL" initialhealth="10" damageabsorption="0.5"> 54 <destructionevents> 55 <PartDestructionEvent targetType="ship" targetParam="shieldhealth" operation="*" value="0.5"/> 56 </destructionevents> 57 </ShipPart> 58 <ShipPart name="frontR" initialhealth="10" damageabsorption="0.5" /> 54 <destructionevents> 55 <PartDestructionEvent targetType="ship" targetParam="shieldhealth" operation="*" value="0.5"/> 56 </destructionevents> 57 </ShipPart> 58 <ShipPart name="frontR" initialhealth="10" damageabsorption="0.5"> 59 <destructionevents> 60 <PartDestructionEvent targetType="ship" targetParam="shieldhealth" operation="*" value="0.5"/> 61 </destructionevents> 62 </ShipPart> 59 63 <ShipPart name="partL" initialhealth="10" damageabsorption="0.5" /> 60 64 <ShipPart name="partR" initialhealth="10" damageabsorption="0.5" />
Note: See TracChangeset
for help on using the changeset viewer.