decal DrawingChipBlack
{
	pic CHIP1
	//translucent 0.75
	shade "00 00 00"
	x-scale 0.75
	y-scale 0.75
}

decal DrawingChipRed
{
	pic CHIP1
	//translucent 0.75
	shade "FF 00 00"
	x-scale 0.75
	y-scale 0.75
}

decal DrawingChipGreen
{
	pic CHIP1
	//translucent 0.75
	shade "00 FF 00"
	x-scale 0.75
	y-scale 0.75
}

decal DrawingChipBlue
{
	pic CHIP1
	//translucent 0.75
	shade "00 00 FF"
	x-scale 0.75
	y-scale 0.75
}

decal DrawingChipYellow
{
	pic CHIP1
	//translucent 0.75
	shade "FF FF 00"
	x-scale 0.75
	y-scale 0.75
}

decal DrawingChipMagenta
{
	pic CHIP1
	//translucent 0.75
	shade "FF 00 FF"
	x-scale 0.75
	y-scale 0.75
}

decal DrawingChipCyan
{
	pic CHIP1
	//translucent 0.75
	shade "00 FF FF"
	x-scale 0.75
	y-scale 0.75
}

decal DrawingChipWhite
{
	pic CHIP1
	//translucent 0.75
	shade "FF FF FF"
	x-scale 0.75
	y-scale 0.75
}

decal WallCrackSmall1
{
    pic BFGLITE1
    shade "00 00 00"
    x-scale 0.25
    y-scale 0.25
    randomflipx
    randomflipy
}

decal WallCrackSmall2
{
    pic BFGLITE2
    shade "00 00 00"
    x-scale 0.25
    y-scale 0.25
    randomflipx
    randomflipy
}

Decalgroup WallCrackSmall
{
    WallCrackSmall1 1
    WallCrackSmall2 1
}

decal WallCrackMedium1
{
    pic BFGLITE1
    shade "00 00 00"
    x-scale 0.5
    y-scale 0.5
    randomflipx
    randomflipy
}

decal WallCrackMedium2
{
    pic BFGLITE2
    shade "00 00 00"
    x-scale 0.25
    y-scale 0.25
    randomflipx
    randomflipy
}

Decalgroup WallCrackMedium
{
    WallCrackMedium1 1
    WallCrackMedium2 1
}