// =========================================
// DestructibleDef
// =========================================
use DestructibleDef;
set block XFILE_BLOCK_TEMP;
set string name;
set count pieces numPieces;

// DestructiblePiece
use DestructiblePiece;
set string damageSound;
set string burnSound;
set scriptstring enableLabel;

// DestructibleStage
use DestructibleStage;
set string breakSound;
set string breakNotify;
set string loopSound;
set scriptstring showBone;