lib/api/Decal.js

// THIS IS A GENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
// SOURCE FILE AT "src/lib/api/Decal.ejs"

class Decal {
	/**
	 * Create an instance of Decal
	 * @constructor
	 * @param {String} texture - The texture name to be used for this decal.
	 * @param {Object} [data={}] - An object containing the attributes of the decal.
	 * @param {Number} [data.x=0] - The x position of the decal.
	 * @param {Number} [data.y=0] - The y position of the decal.
	 * @param {Number} [data.scaleX=1] - The x scale of the decal.
	 * @param {Number} [data.scaleY=1] - The y scale of the decal.
	 * @example
	 * // creates a decal
	 * const { Decal } = require('lucid-dream');
	 * const decal = new Decal('foo', {
	 *   x: 20,
	 *   y: 100,
	 *   scaleX: 1,
	 *   scaleY: 1
	 * });
	 */
	constructor(texture, data = {}) {
		this.texture = texture;
		Object.assign(this, {
			x: 0,
			y: 0,
			scaleX: 1,
			scaleY: 1
		}, data);
	}

	/**
	 * Encode a decal into a dictionary
	 * @example
	 * // returns encoded decal dictionary
	 * const { Decal } = require('lucid-dream');
	 * const decal = new Decal('foo', {
	 *   x: 20,
	 *   y: 100,
	 *   scaleX: 1,
	 *   scaleY: 1
	 * });
	 * decal.toDict();
	 * @returns {Object} An object containing the encoded decal dicitonary
	 */
	toDict() {
		const { texture, x, y, scaleX, scaleY } = this;
		return { __name: 'decal', texture, x, y, scaleX, scaleY };
	}
}

/**
* namespace that holds all the names of the decals for Farewell
* @namespace Farewell
* @memberof Lucid.Decal
*/
Decal.Farewell = {};
/**
 * @constant {String} glitch_a_09
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_a_09 = '10-farewell\\glitch_a_09';
/**
 * @constant {String} glitch_a_11
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_a_11 = '10-farewell\\glitch_a_11';
/**
 * @constant {String} glitch_ground03
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_ground03 = '10-farewell\\glitch_ground03';
/**
 * @constant {String} glitch_a_00
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_a_00 = '10-farewell\\glitch_a_00';
/**
 * @constant {String} glitch_b_14
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_b_14 = '10-farewell\\glitch_b_14';
/**
 * @constant {String} glitch_b_15
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_b_15 = '10-farewell\\glitch_b_15';
/**
 * @constant {String} glitch_b_10
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_b_10 = '10-farewell\\glitch_b_10';
/**
 * @constant {String} glitch_b_17
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_b_17 = '10-farewell\\glitch_b_17';
/**
 * @constant {String} glitch_a_08
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_a_08 = '10-farewell\\glitch_a_08';
/**
 * @constant {String} glitch_a_16
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_a_16 = '10-farewell\\glitch_a_16';
/**
 * @constant {String} glitch_b_11
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_b_11 = '10-farewell\\glitch_b_11';
/**
 * @constant {String} glitch_ground00
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_ground00 = '10-farewell\\glitch_ground00';
/**
 * @constant {String} glitch_d12
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_d12 = '10-farewell\\glitch_d12';
/**
 * @constant {String} glitch_d08
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_d08 = '10-farewell\\glitch_d08';
/**
 * @constant {String} glitch_d15
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_d15 = '10-farewell\\glitch_d15';
/**
 * @constant {String} glitch_c10
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_c10 = '10-farewell\\glitch_c10';
/**
 * @constant {String} glitch_d07
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_d07 = '10-farewell\\glitch_d07';
/**
 * @constant {String} glitch_ground05
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_ground05 = '10-farewell\\glitch_ground05';
/**
 * @constant {String} crack_top_d
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.crack_top_d = '10-farewell\\crack-top_d';
/**
 * @constant {String} crack_top_a
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.crack_top_a = '10-farewell\\crack-top_a';
/**
 * @constant {String} cracks_tiled
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.cracks_tiled = '10-farewell\\cracks_tiled';
/**
 * @constant {String} glitch_ground06
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_ground06 = '10-farewell\\glitch_ground06';
/**
 * @constant {String} glitch_d16
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_d16 = '10-farewell\\glitch_d16';
/**
 * @constant {String} glitch_d13
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_d13 = '10-farewell\\glitch_d13';
/**
 * @constant {String} glitch_a_22
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_a_22 = '10-farewell\\glitch_a_22';
/**
 * @constant {String} glitch_a_01
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_a_01 = '10-farewell\\glitch_a_01';
/**
 * @constant {String} glitch_a_21
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_a_21 = '10-farewell\\glitch_a_21';
/**
 * @constant {String} rubble_c
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.rubble_c = '10-farewell\\rubble_c';
/**
 * @constant {String} glitch_b_12
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_b_12 = '10-farewell\\glitch_b_12';
/**
 * @constant {String} rubble_i
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.rubble_i = '10-farewell\\rubble_i';
/**
 * @constant {String} glitch_ground07
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_ground07 = '10-farewell\\glitch_ground07';
/**
 * @constant {String} glitch_ground04
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_ground04 = '10-farewell\\glitch_ground04';
/**
 * @constant {String} glitch_c00
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_c00 = '10-farewell\\glitch_c00';
/**
 * @constant {String} glitch_c01
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_c01 = '10-farewell\\glitch_c01';
/**
 * @constant {String} glitch_c03
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_c03 = '10-farewell\\glitch_c03';
/**
 * @constant {String} glitch_c05
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_c05 = '10-farewell\\glitch_c05';
/**
 * @constant {String} glitch_c06
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_c06 = '10-farewell\\glitch_c06';
/**
 * @constant {String} glitch_g04
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_g04 = '10-farewell\\glitch_g04';
/**
 * @constant {String} glitch_c07
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_c07 = '10-farewell\\glitch_c07';
/**
 * @constant {String} glitch_g03
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_g03 = '10-farewell\\glitch_g03';
/**
 * @constant {String} glitch_g02
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_g02 = '10-farewell\\glitch_g02';
/**
 * @constant {String} glitch_c08
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_c08 = '10-farewell\\glitch_c08';
/**
 * @constant {String} glitch_g01
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_g01 = '10-farewell\\glitch_g01';
/**
 * @constant {String} glitch_g00
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_g00 = '10-farewell\\glitch_g00';
/**
 * @constant {String} glitch_ground08
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_ground08 = '10-farewell\\glitch_ground08';
/**
 * @constant {String} rock_a
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.rock_a = '10-farewell\\rock_a';
/**
 * @constant {String} rubble_k
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.rubble_k = '10-farewell\\rubble_k';
/**
 * @constant {String} glitch_ground02
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_ground02 = '10-farewell\\glitch_ground02';
/**
 * @constant {String} rubble_a
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.rubble_a = '10-farewell\\rubble_a';
/**
 * @constant {String} collumn_a_middle
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.collumn_a_middle = '10-farewell\\collumn_a_middle';
/**
 * @constant {String} plant_f
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.plant_f = '10-farewell\\plant_f';
/**
 * @constant {String} rubble_f
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.rubble_f = '10-farewell\\rubble_f';
/**
 * @constant {String} glitch_c02
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_c02 = '10-farewell\\glitch_c02';
/**
 * @constant {String} glitch_ground01
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_ground01 = '10-farewell\\glitch_ground01';
/**
 * @constant {String} rubble_b
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.rubble_b = '10-farewell\\rubble_b';
/**
 * @constant {String} rubble_q
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.rubble_q = '10-farewell\\rubble_q';
/**
 * @constant {String} rubble_o
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.rubble_o = '10-farewell\\rubble_o';
/**
 * @constant {String} glitch_d00
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_d00 = '10-farewell\\glitch_d00';
/**
 * @constant {String} crack_bottom_c
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.crack_bottom_c = '10-farewell\\crack-bottom_c';
/**
 * @constant {String} cracks_tiled
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.cracks_tiled = '10-farewell\\cracks_tiled';
/**
 * @constant {String} crack_bottom_b
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.crack_bottom_b = '10-farewell\\crack-bottom_b';
/**
 * @constant {String} crack_left_b
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.crack_left_b = '10-farewell\\crack-left_b';
/**
 * @constant {String} rubble_p
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.rubble_p = '10-farewell\\rubble_p';
/**
 * @constant {String} rubble_h
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.rubble_h = '10-farewell\\rubble_h';
/**
 * @constant {String} rubble_g
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.rubble_g = '10-farewell\\rubble_g';
/**
 * @constant {String} cracks_tiled
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.cracks_tiled = '10-farewell\\cracks_tiled';
/**
 * @constant {String} cracks_tiled
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.cracks_tiled = '10-farewell\\cracks_tiled';
/**
 * @constant {String} crater_b
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.crater_b = '10-farewell\\crater_b';
/**
 * @constant {String} clouds
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.clouds = '10-farewell\\clouds';
/**
 * @constant {String} glitch_a_15
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_a_15 = '10-farewell\\glitch_a_15';
/**
 * @constant {String} crack_left_d
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.crack_left_d = '10-farewell\\crack-left_d';
/**
 * @constant {String} rubble_e
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.rubble_e = '10-farewell\\rubble_e';
/**
 * @constant {String} rubble_l
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.rubble_l = '10-farewell\\rubble_l';
/**
 * @constant {String} crack_left_c
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.crack_left_c = '10-farewell\\crack-left_c';
/**
 * @constant {String} crack_bottom_a
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.crack_bottom_a = '10-farewell\\crack-bottom_a';
/**
 * @constant {String} crack_mid_b
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.crack_mid_b = '10-farewell\\crack-mid_b';
/**
 * @constant {String} crack_mid_a
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.crack_mid_a = '10-farewell\\crack-mid_a';
/**
 * @constant {String} rubble_d
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.rubble_d = '10-farewell\\rubble_d';
/**
 * @constant {String} cracks_tiled
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.cracks_tiled = '10-farewell\\cracks_tiled';
/**
 * @constant {String} crack_left_a
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.crack_left_a = '10-farewell\\crack-left_a';
/**
 * @constant {String} glitch_b_07
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_b_07 = '10-farewell\\glitch_b_07';
/**
 * @constant {String} glitch_b_04
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_b_04 = '10-farewell\\glitch_b_04';
/**
 * @constant {String} crack_bottom_d
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.crack_bottom_d = '10-farewell\\crack-bottom_d';
/**
 * @constant {String} plant_i
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.plant_i = '10-farewell\\plant_i';
/**
 * @constant {String} rubble_m
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.rubble_m = '10-farewell\\rubble_m';
/**
 * @constant {String} shells_b
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.shells_b = '10-farewell\\shells_b';
/**
 * @constant {String} plant_d
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.plant_d = '10-farewell\\plant_d';
/**
 * @constant {String} plant_g
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.plant_g = '10-farewell\\plant_g';
/**
 * @constant {String} crack_top_c
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.crack_top_c = '10-farewell\\crack-top_c';
/**
 * @constant {String} crack_top_b
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.crack_top_b = '10-farewell\\crack-top_b';
/**
 * @constant {String} crack_mid_c
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.crack_mid_c = '10-farewell\\crack-mid_c';
/**
 * @constant {String} coral_c00
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_c00 = '10-farewell\\coral_c00';
/**
 * @constant {String} empty_coral
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.empty_coral = '10-farewell\\empty_coral';
/**
 * @constant {String} clouds
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.clouds = '10-farewell\\clouds';
/**
 * @constant {String} rock_lump
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.rock_lump = '10-farewell\\rock_lump';
/**
 * @constant {String} glitch_a_13
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_a_13 = '10-farewell\\glitch_a_13';
/**
 * @constant {String} shells_c
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.shells_c = '10-farewell\\shells_c';
/**
 * @constant {String} plant_h
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.plant_h = '10-farewell\\plant_h';
/**
 * @constant {String} coral_b00
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_b00 = '10-farewell\\coral_b00';
/**
 * @constant {String} empty_coral
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.empty_coral = '10-farewell\\empty_coral';
/**
 * @constant {String} coral_00
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_00 = '10-farewell\\coral_00';
/**
 * @constant {String} glitch_f07
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_f07 = '10-farewell\\glitch_f07';
/**
 * @constant {String} glitch_f08
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_f08 = '10-farewell\\glitch_f08';
/**
 * @constant {String} glitch_f09
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_f09 = '10-farewell\\glitch_f09';
/**
 * @constant {String} glitch_f10
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_f10 = '10-farewell\\glitch_f10';
/**
 * @constant {String} glitch_f06
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_f06 = '10-farewell\\glitch_f06';
/**
 * @constant {String} glitch_b_06
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_b_06 = '10-farewell\\glitch_b_06';
/**
 * @constant {String} glitch_f05
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_f05 = '10-farewell\\glitch_f05';
/**
 * @constant {String} glitch_f04
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_f04 = '10-farewell\\glitch_f04';
/**
 * @constant {String} glitch_e01
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_e01 = '10-farewell\\glitch_e01';
/**
 * @constant {String} glitch_e04
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_e04 = '10-farewell\\glitch_e04';
/**
 * @constant {String} glitch_e05
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_e05 = '10-farewell\\glitch_e05';
/**
 * @constant {String} glitch_e06
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_e06 = '10-farewell\\glitch_e06';
/**
 * @constant {String} glitch_e07
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_e07 = '10-farewell\\glitch_e07';
/**
 * @constant {String} glitch_e00
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_e00 = '10-farewell\\glitch_e00';
/**
 * @constant {String} glitch_f00
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_f00 = '10-farewell\\glitch_f00';
/**
 * @constant {String} glitch_f01
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_f01 = '10-farewell\\glitch_f01';
/**
 * @constant {String} glitch_d10
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_d10 = '10-farewell\\glitch_d10';
/**
 * @constant {String} glitch_c09
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_c09 = '10-farewell\\glitch_c09';
/**
 * @constant {String} glitch_c04
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_c04 = '10-farewell\\glitch_c04';
/**
 * @constant {String} glitch_f02
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_f02 = '10-farewell\\glitch_f02';
/**
 * @constant {String} glitch_b_20
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_b_20 = '10-farewell\\glitch_b_20';
/**
 * @constant {String} glitch_b_19
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_b_19 = '10-farewell\\glitch_b_19';
/**
 * @constant {String} glitch_b_18
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_b_18 = '10-farewell\\glitch_b_18';
/**
 * @constant {String} glitch_b_16
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_b_16 = '10-farewell\\glitch_b_16';
/**
 * @constant {String} glitch_b_13
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_b_13 = '10-farewell\\glitch_b_13';
/**
 * @constant {String} glitch_b_09
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_b_09 = '10-farewell\\glitch_b_09';
/**
 * @constant {String} glitch_b_08
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_b_08 = '10-farewell\\glitch_b_08';
/**
 * @constant {String} glitch_f03
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_f03 = '10-farewell\\glitch_f03';
/**
 * @constant {String} glitch_e03
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_e03 = '10-farewell\\glitch_e03';
/**
 * @constant {String} collumn_a_top
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.collumn_a_top = '10-farewell\\collumn_a_top';
/**
 * @constant {String} collumn_a_base
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.collumn_a_base = '10-farewell\\collumn_a_base';
/**
 * @constant {String} glitch_b_00
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_b_00 = '10-farewell\\glitch_b_00';
/**
 * @constant {String} glitch_b_05
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_b_05 = '10-farewell\\glitch_b_05';
/**
 * @constant {String} glitch_b_03
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_b_03 = '10-farewell\\glitch_b_03';
/**
 * @constant {String} glitch_b_02
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_b_02 = '10-farewell\\glitch_b_02';
/**
 * @constant {String} glitch_b_01
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_b_01 = '10-farewell\\glitch_b_01';
/**
 * @constant {String} glitch_e02
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_e02 = '10-farewell\\glitch_e02';
/**
 * @constant {String} coral_c09
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_c09 = '10-farewell\\coral_c09';
/**
 * @constant {String} shells_a
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.shells_a = '10-farewell\\shells_a';
/**
 * @constant {String} coral_c07
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_c07 = '10-farewell\\coral_c07';
/**
 * @constant {String} coral_c06
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_c06 = '10-farewell\\coral_c06';
/**
 * @constant {String} coral_c05
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_c05 = '10-farewell\\coral_c05';
/**
 * @constant {String} coral_c04
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_c04 = '10-farewell\\coral_c04';
/**
 * @constant {String} coral_c03
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_c03 = '10-farewell\\coral_c03';
/**
 * @constant {String} coral_c02
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_c02 = '10-farewell\\coral_c02';
/**
 * @constant {String} coral_c01
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_c01 = '10-farewell\\coral_c01';
/**
 * @constant {String} coral_c10
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_c10 = '10-farewell\\coral_c10';
/**
 * @constant {String} finalflag02
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.finalflag02 = '10-farewell\\finalflag02';
/**
 * @constant {String} finalflag00
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.finalflag00 = '10-farewell\\finalflag00';
/**
 * @constant {String} finalflag01
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.finalflag01 = '10-farewell\\finalflag01';
/**
 * @constant {String} coral_c12
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_c12 = '10-farewell\\coral_c12';
/**
 * @constant {String} rubble_j
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.rubble_j = '10-farewell\\rubble_j';
/**
 * @constant {String} rubble_n
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.rubble_n = '10-farewell\\rubble_n';
/**
 * @constant {String} coral_c11
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_c11 = '10-farewell\\coral_c11';
/**
 * @constant {String} coral_c08
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_c08 = '10-farewell\\coral_c08';
/**
 * @constant {String} shels_a
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.shels_a = '10-farewell\\shels_a';
/**
 * @constant {String} crater_a
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.crater_a = '10-farewell\\crater_a';
/**
 * @constant {String} coral_b01
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_b01 = '10-farewell\\coral_b01';
/**
 * @constant {String} coral_06
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_06 = '10-farewell\\coral_06';
/**
 * @constant {String} coral_07
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_07 = '10-farewell\\coral_07';
/**
 * @constant {String} coral_01
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_01 = '10-farewell\\coral_01';
/**
 * @constant {String} coral_04
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_04 = '10-farewell\\coral_04';
/**
 * @constant {String} coral_03
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_03 = '10-farewell\\coral_03';
/**
 * @constant {String} coral_02
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_02 = '10-farewell\\coral_02';
/**
 * @constant {String} coral_b02
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_b02 = '10-farewell\\coral_b02';
/**
 * @constant {String} coral_05
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_05 = '10-farewell\\coral_05';
/**
 * @constant {String} coral_b03
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_b03 = '10-farewell\\coral_b03';
/**
 * @constant {String} coral_b04
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_b04 = '10-farewell\\coral_b04';
/**
 * @constant {String} coral_b07
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_b07 = '10-farewell\\coral_b07';
/**
 * @constant {String} coral_b05
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_b05 = '10-farewell\\coral_b05';
/**
 * @constant {String} coral_b06
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_b06 = '10-farewell\\coral_b06';
/**
 * @constant {String} glitch_a_06
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_a_06 = '10-farewell\\glitch_a_06';
/**
 * @constant {String} creature_f03
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_f03 = '10-farewell\\creature_f03';
/**
 * @constant {String} creature_f04
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_f04 = '10-farewell\\creature_f04';
/**
 * @constant {String} clouds
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.clouds = '10-farewell\\clouds';
/**
 * @constant {String} coral_b12
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_b12 = '10-farewell\\coral_b12';
/**
 * @constant {String} coral_12
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_12 = '10-farewell\\coral_12';
/**
 * @constant {String} clouds
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.clouds = '10-farewell\\clouds';
/**
 * @constant {String} coral_b10
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_b10 = '10-farewell\\coral_b10';
/**
 * @constant {String} coral_b09
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_b09 = '10-farewell\\coral_b09';
/**
 * @constant {String} coral_09
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_09 = '10-farewell\\coral_09';
/**
 * @constant {String} coral_10
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_10 = '10-farewell\\coral_10';
/**
 * @constant {String} clouds
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.clouds = '10-farewell\\clouds';
/**
 * @constant {String} glitch_a_14
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_a_14 = '10-farewell\\glitch_a_14';
/**
 * @constant {String} creature_f01
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_f01 = '10-farewell\\creature_f01';
/**
 * @constant {String} creature_f02
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_f02 = '10-farewell\\creature_f02';
/**
 * @constant {String} coral_08
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_08 = '10-farewell\\coral_08';
/**
 * @constant {String} coral_b08
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_b08 = '10-farewell\\coral_b08';
/**
 * @constant {String} rock_b
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.rock_b = '10-farewell\\rock_b';
/**
 * @constant {String} clouds
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.clouds = '10-farewell\\clouds';
/**
 * @constant {String} clouds
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.clouds = '10-farewell\\clouds';
/**
 * @constant {String} coral_11
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_11 = '10-farewell\\coral_11';
/**
 * @constant {String} coral_b11
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_b11 = '10-farewell\\coral_b11';
/**
 * @constant {String} creature_f00
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_f00 = '10-farewell\\creature_f00';
/**
 * @constant {String} plant_c
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.plant_c = '10-farewell\\plant_c';
/**
 * @constant {String} glitch_d03
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_d03 = '10-farewell\\glitch_d03';
/**
 * @constant {String} creature_e07
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_e07 = '10-farewell\\creature_e07';
/**
 * @constant {String} creature_e06
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_e06 = '10-farewell\\creature_e06';
/**
 * @constant {String} glitch_d01
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_d01 = '10-farewell\\glitch_d01';
/**
 * @constant {String} pland_b
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.pland_b = '10-farewell\\pland_b';
/**
 * @constant {String} creature_e04
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_e04 = '10-farewell\\creature_e04';
/**
 * @constant {String} creature_e05
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_e05 = '10-farewell\\creature_e05';
/**
 * @constant {String} plant_e
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.plant_e = '10-farewell\\plant_e';
/**
 * @constant {String} creature_e02
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_e02 = '10-farewell\\creature_e02';
/**
 * @constant {String} creature_e03
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_e03 = '10-farewell\\creature_e03';
/**
 * @constant {String} grave
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.grave = '10-farewell\\grave';
/**
 * @constant {String} creature_e00
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_e00 = '10-farewell\\creature_e00';
/**
 * @constant {String} creature_e01
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_e01 = '10-farewell\\creature_e01';
/**
 * @constant {String} coral_d00
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_d00 = '10-farewell\\coral_d00';
/**
 * @constant {String} plant_a
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.plant_a = '10-farewell\\plant_a';
/**
 * @constant {String} plants_j
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.plants_j = '10-farewell\\plants_j';
/**
 * @constant {String} clam
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.clam = '10-farewell\\clam';
/**
 * @constant {String} glitch_d04
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_d04 = '10-farewell\\glitch_d04';
/**
 * @constant {String} coral_d01
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_d01 = '10-farewell\\coral_d01';
/**
 * @constant {String} clouds
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.clouds = '10-farewell\\clouds';
/**
 * @constant {String} empty_coral
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.empty_coral = '10-farewell\\empty_coral';
/**
 * @constant {String} coral_a00
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_a00 = '10-farewell\\coral_a00';
/**
 * @constant {String} stalagtite_d
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.stalagtite_d = '10-farewell\\stalagtite_d';
/**
 * @constant {String} clouds
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.clouds = '10-farewell\\clouds';
/**
 * @constant {String} arch_a
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.arch_a = '10-farewell\\arch_a';
/**
 * @constant {String} creature_a02
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_a02 = '10-farewell\\creature_a02';
/**
 * @constant {String} creature_a03
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_a03 = '10-farewell\\creature_a03';
/**
 * @constant {String} coral_d07
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_d07 = '10-farewell\\coral_d07';
/**
 * @constant {String} coral_d04
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_d04 = '10-farewell\\coral_d04';
/**
 * @constant {String} coral_d03
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_d03 = '10-farewell\\coral_d03';
/**
 * @constant {String} coral_d02
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_d02 = '10-farewell\\coral_d02';
/**
 * @constant {String} coral_d05
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_d05 = '10-farewell\\coral_d05';
/**
 * @constant {String} coral_d06
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_d06 = '10-farewell\\coral_d06';
/**
 * @constant {String} coral_d12
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_d12 = '10-farewell\\coral_d12';
/**
 * @constant {String} coral_a01
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_a01 = '10-farewell\\coral_a01';
/**
 * @constant {String} creature_c00
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_c00 = '10-farewell\\creature_c00';
/**
 * @constant {String} stalagtite_a
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.stalagtite_a = '10-farewell\\stalagtite_a';
/**
 * @constant {String} stalagtite_b
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.stalagtite_b = '10-farewell\\stalagtite_b';
/**
 * @constant {String} stalagtite_c
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.stalagtite_c = '10-farewell\\stalagtite_c';
/**
 * @constant {String} creature_a01
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_a01 = '10-farewell\\creature_a01';
/**
 * @constant {String} creature_a00
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_a00 = '10-farewell\\creature_a00';
/**
 * @constant {String} creature_a05
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_a05 = '10-farewell\\creature_a05';
/**
 * @constant {String} creature_a04
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_a04 = '10-farewell\\creature_a04';
/**
 * @constant {String} creature_a06
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_a06 = '10-farewell\\creature_a06';
/**
 * @constant {String} creature_a07
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_a07 = '10-farewell\\creature_a07';
/**
 * @constant {String} Formation_a
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.Formation_a = '10-farewell\\Formation_a';
/**
 * @constant {String} creature_c01
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_c01 = '10-farewell\\creature_c01';
/**
 * @constant {String} creature_c04
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_c04 = '10-farewell\\creature_c04';
/**
 * @constant {String} creature_c03
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_c03 = '10-farewell\\creature_c03';
/**
 * @constant {String} coral_a06
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_a06 = '10-farewell\\coral_a06';
/**
 * @constant {String} coral_a02
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_a02 = '10-farewell\\coral_a02';
/**
 * @constant {String} coral_a03
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_a03 = '10-farewell\\coral_a03';
/**
 * @constant {String} coral_a04
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_a04 = '10-farewell\\coral_a04';
/**
 * @constant {String} coral_a05
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_a05 = '10-farewell\\coral_a05';
/**
 * @constant {String} coral_a07
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_a07 = '10-farewell\\coral_a07';
/**
 * @constant {String} creature_b03
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_b03 = '10-farewell\\creature_b03';
/**
 * @constant {String} creature_b02
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_b02 = '10-farewell\\creature_b02';
/**
 * @constant {String} creature_c02
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_c02 = '10-farewell\\creature_c02';
/**
 * @constant {String} creature_b07
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_b07 = '10-farewell\\creature_b07';
/**
 * @constant {String} creature_b06
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_b06 = '10-farewell\\creature_b06';
/**
 * @constant {String} coral_d11
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_d11 = '10-farewell\\coral_d11';
/**
 * @constant {String} clouds
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.clouds = '10-farewell\\clouds';
/**
 * @constant {String} clouds
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.clouds = '10-farewell\\clouds';
/**
 * @constant {String} clouds
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.clouds = '10-farewell\\clouds';
/**
 * @constant {String} coral_d08
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_d08 = '10-farewell\\coral_d08';
/**
 * @constant {String} coral_d09
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_d09 = '10-farewell\\coral_d09';
/**
 * @constant {String} creature_b04
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_b04 = '10-farewell\\creature_b04';
/**
 * @constant {String} creature_b05
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_b05 = '10-farewell\\creature_b05';
/**
 * @constant {String} creature_a10
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_a10 = '10-farewell\\creature_a10';
/**
 * @constant {String} creature_a11
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_a11 = '10-farewell\\creature_a11';
/**
 * @constant {String} clouds
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.clouds = '10-farewell\\clouds';
/**
 * @constant {String} clouds
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.clouds = '10-farewell\\clouds';
/**
 * @constant {String} coral_a10
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_a10 = '10-farewell\\coral_a10';
/**
 * @constant {String} creature_a08
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_a08 = '10-farewell\\creature_a08';
/**
 * @constant {String} creature_a09
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_a09 = '10-farewell\\creature_a09';
/**
 * @constant {String} coral_a12
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_a12 = '10-farewell\\coral_a12';
/**
 * @constant {String} coral_a09
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_a09 = '10-farewell\\coral_a09';
/**
 * @constant {String} coral_a08
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_a08 = '10-farewell\\coral_a08';
/**
 * @constant {String} coral_d10
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_d10 = '10-farewell\\coral_d10';
/**
 * @constant {String} creature_b09
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_b09 = '10-farewell\\creature_b09';
/**
 * @constant {String} coral_a11
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.coral_a11 = '10-farewell\\coral_a11';
/**
 * @constant {String} creature_b08
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_b08 = '10-farewell\\creature_b08';
/**
 * @constant {String} creature_b01
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_b01 = '10-farewell\\creature_b01';
/**
 * @constant {String} creature_b00
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_b00 = '10-farewell\\creature_b00';
/**
 * @constant {String} creature_b10
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_b10 = '10-farewell\\creature_b10';
/**
 * @constant {String} creature_b11
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_b11 = '10-farewell\\creature_b11';
/**
 * @constant {String} creature_d02
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_d02 = '10-farewell\\creature_d02';
/**
 * @constant {String} creature_d01
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_d01 = '10-farewell\\creature_d01';
/**
 * @constant {String} creature_d03
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_d03 = '10-farewell\\creature_d03';
/**
 * @constant {String} heart_b
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.heart_b = '10-farewell\\heart_b';
/**
 * @constant {String} creature_d04
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_d04 = '10-farewell\\creature_d04';
/**
 * @constant {String} creature_d00
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_d00 = '10-farewell\\creature_d00';
/**
 * @constant {String} creature_d05
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_d05 = '10-farewell\\creature_d05';
/**
 * @constant {String} creature_d06
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.creature_d06 = '10-farewell\\creature_d06';
/**
 * @constant {String} heart_a
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.heart_a = '10-farewell\\heart_a';
/**
 * @constant {String} Temple
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.Temple = '10-farewell\\Temple';
/**
 * @constant {String} hatch
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.hatch = '10-farewell\\hatch';
/**
 * @constant {String} glitch_d09
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_d09 = '10-farewell\\glitch_d09';
/**
 * @constant {String} glitch_d06
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_d06 = '10-farewell\\glitch_d06';
/**
 * @constant {String} glitch_a_19
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_a_19 = '10-farewell\\glitch_a_19';
/**
 * @constant {String} glitch_d05
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_d05 = '10-farewell\\glitch_d05';
/**
 * @constant {String} glitch_a_07
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_a_07 = '10-farewell\\glitch_a_07';
/**
 * @constant {String} glitch_a_05
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_a_05 = '10-farewell\\glitch_a_05';
/**
 * @constant {String} glitch_a_18
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_a_18 = '10-farewell\\glitch_a_18';
/**
 * @constant {String} glitch_a_10
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_a_10 = '10-farewell\\glitch_a_10';
/**
 * @constant {String} glitch_d02
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_d02 = '10-farewell\\glitch_d02';
/**
 * @constant {String} glitch_d11
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_d11 = '10-farewell\\glitch_d11';
/**
 * @constant {String} glitch_d14
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_d14 = '10-farewell\\glitch_d14';
/**
 * @constant {String} glitch_a_17
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_a_17 = '10-farewell\\glitch_a_17';
/**
 * @constant {String} glitch_a_03
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_a_03 = '10-farewell\\glitch_a_03';
/**
 * @constant {String} glitch_a_04
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_a_04 = '10-farewell\\glitch_a_04';
/**
 * @constant {String} glitch_a_02
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_a_02 = '10-farewell\\glitch_a_02';
/**
 * @constant {String} glitch_a_12
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_a_12 = '10-farewell\\glitch_a_12';
/**
 * @constant {String} glitch_a_20
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.glitch_a_20 = '10-farewell\\glitch_a_20';
/**
 * @constant {String} Car
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.Car = '10-farewell\\Car';
/**
 * @constant {String} Bed
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.Bed = '10-farewell\\Bed';
/**
 * @constant {String} Cliffside
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.Cliffside = '10-farewell\\Cliffside';
/**
 * @constant {String} Reflection
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.Reflection = '10-farewell\\Reflection';
/**
 * @constant {String} Tower
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.Tower = '10-farewell\\Tower';
/**
 * @constant {String} submarine
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.submarine = '10-farewell\\submarine';
/**
 * @constant {String} floating_house
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.floating_house = '10-farewell\\floating house';
/**
 * @constant {String} ship
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.ship = '10-farewell\\ship';
/**
 * @constant {String} clouds
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.clouds = '10-farewell\\clouds';
/**
 * @constant {String} dead_cherry_tree
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.dead_cherry_tree = '10-farewell\\dead_cherry_tree';
/**
 * @constant {String} GiantCassete
 * @default
 * @memberof Lucid.Decal.Farewell
 */
Decal.Farewell.GiantCassete = '10-farewell\\GiantCassete';
/**
* namespace that holds all the names of the decals for OldSite
* @namespace OldSite
* @memberof Lucid.Decal
*/
Decal.OldSite = {};
/**
 * @constant {String} pilar_h_endA
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.pilar_h_endA = '2-oldsite\\pilar_h_endA';
/**
 * @constant {String} pilar_vertical_endA
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.pilar_vertical_endA = '2-oldsite\\pilar_vertical_endA';
/**
 * @constant {String} pilar_h_endB
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.pilar_h_endB = '2-oldsite\\pilar_h_endB';
/**
 * @constant {String} pilar_vertical_endB
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.pilar_vertical_endB = '2-oldsite\\pilar_vertical_endB';
/**
 * @constant {String} pilar_hB
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.pilar_hB = '2-oldsite\\pilar_hB';
/**
 * @constant {String} pilar_hA
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.pilar_hA = '2-oldsite\\pilar_hA';
/**
 * @constant {String} pilar_hC
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.pilar_hC = '2-oldsite\\pilar_hC';
/**
 * @constant {String} pilar_verticalA
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.pilar_verticalA = '2-oldsite\\pilar_verticalA';
/**
 * @constant {String} pilar_verticalB
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.pilar_verticalB = '2-oldsite\\pilar_verticalB';
/**
 * @constant {String} chain_broken
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.chain_broken = '2-oldsite\\chain_broken';
/**
 * @constant {String} pilar_vertical_endC
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.pilar_vertical_endC = '2-oldsite\\pilar_vertical_endC';
/**
 * @constant {String} chain_mid
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.chain_mid = '2-oldsite\\chain_mid';
/**
 * @constant {String} pilar_diagonalB
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.pilar_diagonalB = '2-oldsite\\pilar_diagonalB';
/**
 * @constant {String} pilar_instersection_small
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.pilar_instersection_small = '2-oldsite\\pilar_instersection_small';
/**
 * @constant {String} cage_modular_midD
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.cage_modular_midD = '2-oldsite\\cage_modular_midD';
/**
 * @constant {String} pilar_instersection_smallB
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.pilar_instersection_smallB = '2-oldsite\\pilar_instersection_smallB';
/**
 * @constant {String} cage_modular_midC
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.cage_modular_midC = '2-oldsite\\cage_modular_midC';
/**
 * @constant {String} cage_modular_midB
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.cage_modular_midB = '2-oldsite\\cage_modular_midB';
/**
 * @constant {String} barrel_brokenA
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.barrel_brokenA = '2-oldsite\\barrel_brokenA';
/**
 * @constant {String} chair
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.chair = '2-oldsite\\chair';
/**
 * @constant {String} chair_old
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.chair_old = '2-oldsite\\chair_old';
/**
 * @constant {String} chair_broken
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.chair_broken = '2-oldsite\\chair_broken';
/**
 * @constant {String} barrel
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.barrel = '2-oldsite\\barrel';
/**
 * @constant {String} barrel_brokenB
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.barrel_brokenB = '2-oldsite\\barrel_brokenB';
/**
 * @constant {String} cage_modular_bot
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.cage_modular_bot = '2-oldsite\\cage_modular_bot';
/**
 * @constant {String} cage_modular_midA
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.cage_modular_midA = '2-oldsite\\cage_modular_midA';
/**
 * @constant {String} cage_modular_top
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.cage_modular_top = '2-oldsite\\cage_modular_top';
/**
 * @constant {String} simple_pole
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.simple_pole = '2-oldsite\\simple_pole';
/**
 * @constant {String} window
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.window = '2-oldsite\\window';
/**
 * @constant {String} tableC
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.tableC = '2-oldsite\\tableC';
/**
 * @constant {String} table_broken
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.table_broken = '2-oldsite\\table_broken';
/**
 * @constant {String} door
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.door = '2-oldsite\\door';
/**
 * @constant {String} tableD
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.tableD = '2-oldsite\\tableD';
/**
 * @constant {String} cloth_pole00
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.cloth_pole00 = '2-oldsite\\cloth_pole00';
/**
 * @constant {String} cloth_pole01
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.cloth_pole01 = '2-oldsite\\cloth_pole01';
/**
 * @constant {String} tableB
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.tableB = '2-oldsite\\tableB';
/**
 * @constant {String} cloth_pole06
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.cloth_pole06 = '2-oldsite\\cloth_pole06';
/**
 * @constant {String} cloth_pole02
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.cloth_pole02 = '2-oldsite\\cloth_pole02';
/**
 * @constant {String} checkpoint
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.checkpoint = '2-oldsite\\checkpoint';
/**
 * @constant {String} window_boarded
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.window_boarded = '2-oldsite\\window_boarded';
/**
 * @constant {String} cloth_pole04
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.cloth_pole04 = '2-oldsite\\cloth_pole04';
/**
 * @constant {String} cloth_pole05
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.cloth_pole05 = '2-oldsite\\cloth_pole05';
/**
 * @constant {String} cloth_pole03
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.cloth_pole03 = '2-oldsite\\cloth_pole03';
/**
 * @constant {String} tableA
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.tableA = '2-oldsite\\tableA';
/**
 * @constant {String} medium_cage_broken
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.medium_cage_broken = '2-oldsite\\medium_cage_broken';
/**
 * @constant {String} medium_cage
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.medium_cage = '2-oldsite\\medium_cage';
/**
 * @constant {String} chained_cage
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.chained_cage = '2-oldsite\\chained_cage';
/**
 * @constant {String} big_cage
 * @default
 * @memberof Lucid.Decal.OldSite
 */
Decal.OldSite.big_cage = '2-oldsite\\big_cage';
/**
* namespace that holds all the names of the decals for Generic
* @namespace Generic
* @memberof Lucid.Decal
*/
Decal.Generic = {};
/**
 * @constant {String} grass_a
 * @default
 * @memberof Lucid.Decal.Generic
 */
Decal.Generic.grass_a = 'generic\\grass_a';
/**
 * @constant {String} grass_d
 * @default
 * @memberof Lucid.Decal.Generic
 */
Decal.Generic.grass_d = 'generic\\grass_d';
/**
 * @constant {String} grass_c
 * @default
 * @memberof Lucid.Decal.Generic
 */
Decal.Generic.grass_c = 'generic\\grass_c';
/**
 * @constant {String} snow_h
 * @default
 * @memberof Lucid.Decal.Generic
 */
Decal.Generic.snow_h = 'generic\\snow_h';
/**
 * @constant {String} snow_g
 * @default
 * @memberof Lucid.Decal.Generic
 */
Decal.Generic.snow_g = 'generic\\snow_g';
/**
 * @constant {String} snow_k
 * @default
 * @memberof Lucid.Decal.Generic
 */
Decal.Generic.snow_k = 'generic\\snow_k';
/**
 * @constant {String} grass_b
 * @default
 * @memberof Lucid.Decal.Generic
 */
Decal.Generic.grass_b = 'generic\\grass_b';
/**
 * @constant {String} snow_b
 * @default
 * @memberof Lucid.Decal.Generic
 */
Decal.Generic.snow_b = 'generic\\snow_b';
/**
 * @constant {String} snow_c
 * @default
 * @memberof Lucid.Decal.Generic
 */
Decal.Generic.snow_c = 'generic\\snow_c';
/**
 * @constant {String} snow_i
 * @default
 * @memberof Lucid.Decal.Generic
 */
Decal.Generic.snow_i = 'generic\\snow_i';
/**
 * @constant {String} snow_a
 * @default
 * @memberof Lucid.Decal.Generic
 */
Decal.Generic.snow_a = 'generic\\snow_a';
/**
 * @constant {String} snow_d
 * @default
 * @memberof Lucid.Decal.Generic
 */
Decal.Generic.snow_d = 'generic\\snow_d';
/**
 * @constant {String} snow_e
 * @default
 * @memberof Lucid.Decal.Generic
 */
Decal.Generic.snow_e = 'generic\\snow_e';
/**
 * @constant {String} snow_f
 * @default
 * @memberof Lucid.Decal.Generic
 */
Decal.Generic.snow_f = 'generic\\snow_f';
/**
 * @constant {String} algae_b
 * @default
 * @memberof Lucid.Decal.Generic
 */
Decal.Generic.algae_b = 'generic\\algae_b';
/**
 * @constant {String} hanginggrass_a
 * @default
 * @memberof Lucid.Decal.Generic
 */
Decal.Generic.hanginggrass_a = 'generic\\hanginggrass_a';
/**
 * @constant {String} algae_a
 * @default
 * @memberof Lucid.Decal.Generic
 */
Decal.Generic.algae_a = 'generic\\algae_a';
/**
 * @constant {String} algae_d
 * @default
 * @memberof Lucid.Decal.Generic
 */
Decal.Generic.algae_d = 'generic\\algae_d';
/**
 * @constant {String} snow_n
 * @default
 * @memberof Lucid.Decal.Generic
 */
Decal.Generic.snow_n = 'generic\\snow_n';
/**
 * @constant {String} algae_c
 * @default
 * @memberof Lucid.Decal.Generic
 */
Decal.Generic.algae_c = 'generic\\algae_c';
/**
 * @constant {String} snow_j
 * @default
 * @memberof Lucid.Decal.Generic
 */
Decal.Generic.snow_j = 'generic\\snow_j';
/**
 * @constant {String} snow_m
 * @default
 * @memberof Lucid.Decal.Generic
 */
Decal.Generic.snow_m = 'generic\\snow_m';
/**
 * @constant {String} snow_l
 * @default
 * @memberof Lucid.Decal.Generic
 */
Decal.Generic.snow_l = 'generic\\snow_l';
/**
 * @constant {String} algae_e
 * @default
 * @memberof Lucid.Decal.Generic
 */
Decal.Generic.algae_e = 'generic\\algae_e';
/**
 * @constant {String} snow_o
 * @default
 * @memberof Lucid.Decal.Generic
 */
Decal.Generic.snow_o = 'generic\\snow_o';
/**
* namespace that holds all the names of the decals for Cliffside
* @namespace Cliffside
* @memberof Lucid.Decal
*/
Decal.Cliffside = {};
/**
 * @constant {String} woodbeam_f
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.woodbeam_f = '4-cliffside\\woodbeam_f';
/**
 * @constant {String} woodbeam_d
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.woodbeam_d = '4-cliffside\\woodbeam_d';
/**
 * @constant {String} rubble_f
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.rubble_f = '4-cliffside\\rubble_f';
/**
 * @constant {String} rubble_j
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.rubble_j = '4-cliffside\\rubble_j';
/**
 * @constant {String} woodbeam_a
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.woodbeam_a = '4-cliffside\\woodbeam_a';
/**
 * @constant {String} rubble_e
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.rubble_e = '4-cliffside\\rubble_e';
/**
 * @constant {String} woodbeam_e
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.woodbeam_e = '4-cliffside\\woodbeam_e';
/**
 * @constant {String} flower_a
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.flower_a = '4-cliffside\\flower_a';
/**
 * @constant {String} rubble_b
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.rubble_b = '4-cliffside\\rubble_b';
/**
 * @constant {String} flower_b
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.flower_b = '4-cliffside\\flower_b';
/**
 * @constant {String} rubble_g
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.rubble_g = '4-cliffside\\rubble_g';
/**
 * @constant {String} flower_c
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.flower_c = '4-cliffside\\flower_c';
/**
 * @constant {String} rubble_c
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.rubble_c = '4-cliffside\\rubble_c';
/**
 * @constant {String} rubble_i
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.rubble_i = '4-cliffside\\rubble_i';
/**
 * @constant {String} rubble_h
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.rubble_h = '4-cliffside\\rubble_h';
/**
 * @constant {String} flower_d
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.flower_d = '4-cliffside\\flower_d';
/**
 * @constant {String} rubble_a
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.rubble_a = '4-cliffside\\rubble_a';
/**
 * @constant {String} rubble_d
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.rubble_d = '4-cliffside\\rubble_d';
/**
 * @constant {String} woodbeam_c
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.woodbeam_c = '4-cliffside\\woodbeam_c';
/**
 * @constant {String} woodbeam_b
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.woodbeam_b = '4-cliffside\\woodbeam_b';
/**
 * @constant {String} bg_d
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.bg_d = '4-cliffside\\bg_d';
/**
 * @constant {String} bg_b
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.bg_b = '4-cliffside\\bg_b';
/**
 * @constant {String} woodbean_h
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.woodbean_h = '4-cliffside\\woodbean_h';
/**
 * @constant {String} rock_c
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.rock_c = '4-cliffside\\rock_c';
/**
 * @constant {String} woodbeam_k
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.woodbeam_k = '4-cliffside\\woodbeam_k';
/**
 * @constant {String} woodbeam_j
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.woodbeam_j = '4-cliffside\\woodbeam_j';
/**
 * @constant {String} rock_b
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.rock_b = '4-cliffside\\rock_b';
/**
 * @constant {String} woodbeam_h
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.woodbeam_h = '4-cliffside\\woodbeam_h';
/**
 * @constant {String} woodbeam_g
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.woodbeam_g = '4-cliffside\\woodbeam_g';
/**
 * @constant {String} woodbeam_l
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.woodbeam_l = '4-cliffside\\woodbeam_l';
/**
 * @constant {String} woodbeam_i
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.woodbeam_i = '4-cliffside\\woodbeam_i';
/**
 * @constant {String} checkpoint
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.checkpoint = '4-cliffside\\checkpoint';
/**
 * @constant {String} roots_bot_a
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.roots_bot_a = '4-cliffside\\roots_bot_a';
/**
 * @constant {String} rock_d
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.rock_d = '4-cliffside\\rock_d';
/**
 * @constant {String} ruleboard
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.ruleboard = '4-cliffside\\ruleboard';
/**
 * @constant {String} rock_a
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.rock_a = '4-cliffside\\rock_a';
/**
 * @constant {String} roots_bot_b
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.roots_bot_b = '4-cliffside\\roots_bot_b';
/**
 * @constant {String} tree_c
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.tree_c = '4-cliffside\\tree_c';
/**
 * @constant {String} bg_f
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.bg_f = '4-cliffside\\bg_f';
/**
 * @constant {String} big_block_a
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.big_block_a = '4-cliffside\\big_block_a';
/**
 * @constant {String} bg_a
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.bg_a = '4-cliffside\\bg_a';
/**
 * @constant {String} bg_c
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.bg_c = '4-cliffside\\bg_c';
/**
 * @constant {String} bg_e
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.bg_e = '4-cliffside\\bg_e';
/**
 * @constant {String} bridge_c
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.bridge_c = '4-cliffside\\bridge_c';
/**
 * @constant {String} bridge_b
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.bridge_b = '4-cliffside\\bridge_b';
/**
 * @constant {String} house_a
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.house_a = '4-cliffside\\house_a';
/**
 * @constant {String} bridge_a
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.bridge_a = '4-cliffside\\bridge_a';
/**
 * @constant {String} roots_b
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.roots_b = '4-cliffside\\roots_b';
/**
 * @constant {String} roots_a
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.roots_a = '4-cliffside\\roots_a';
/**
 * @constant {String} house_b
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.house_b = '4-cliffside\\house_b';
/**
 * @constant {String} wall_rock_a
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.wall_rock_a = '4-cliffside\\wall_rock_a';
/**
 * @constant {String} rock_e
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.rock_e = '4-cliffside\\rock_e';
/**
 * @constant {String} roots_c
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.roots_c = '4-cliffside\\roots_c';
/**
 * @constant {String} tree_d
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.tree_d = '4-cliffside\\tree_d';
/**
 * @constant {String} tree_b
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.tree_b = '4-cliffside\\tree_b';
/**
 * @constant {String} tree_a
 * @default
 * @memberof Lucid.Decal.Cliffside
 */
Decal.Cliffside.tree_a = '4-cliffside\\tree_a';
/**
* namespace that holds all the names of the decals for Resort
* @namespace Resort
* @memberof Lucid.Decal
*/
Decal.Resort = {};
/**
 * @constant {String} pipe_vert_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.pipe_vert_a = '3-resort\\pipe_vert_a';
/**
 * @constant {String} pipe_turn_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.pipe_turn_b = '3-resort\\pipe_turn_b';
/**
 * @constant {String} pipe_turn_d
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.pipe_turn_d = '3-resort\\pipe_turn_d';
/**
 * @constant {String} pipe_horz
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.pipe_horz = '3-resort\\pipe_horz';
/**
 * @constant {String} curtain_center_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.curtain_center_a = '3-resort\\curtain_center_a';
/**
 * @constant {String} bridgebackPostBroken
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bridgebackPostBroken = '3-resort\\bridgebackPostBroken';
/**
 * @constant {String} pipe_turn_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.pipe_turn_a = '3-resort\\pipe_turn_a';
/**
 * @constant {String} pipe_turn_c
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.pipe_turn_c = '3-resort\\pipe_turn_c';
/**
 * @constant {String} pipe_vert_c
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.pipe_vert_c = '3-resort\\pipe_vert_c';
/**
 * @constant {String} pipe_top_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.pipe_top_a = '3-resort\\pipe_top_a';
/**
 * @constant {String} pipe_bot_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.pipe_bot_a = '3-resort\\pipe_bot_a';
/**
 * @constant {String} pipe_vert_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.pipe_vert_b = '3-resort\\pipe_vert_b';
/**
 * @constant {String} bookshelf_tl_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bookshelf_tl_a = '3-resort\\bookshelf_tl_a';
/**
 * @constant {String} debris_roof_d
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.debris_roof_d = '3-resort\\debris_roof_d';
/**
 * @constant {String} bookshelf_tr_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bookshelf_tr_a = '3-resort\\bookshelf_tr_a';
/**
 * @constant {String} bridgebackPost
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bridgebackPost = '3-resort\\bridgebackPost';
/**
 * @constant {String} bench_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bench_b = '3-resort\\bench_b';
/**
 * @constant {String} bench_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bench_a = '3-resort\\bench_a';
/**
 * @constant {String} gold_railingRight
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.gold_railingRight = '3-resort\\gold_railingRight';
/**
 * @constant {String} debris_roof_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.debris_roof_b = '3-resort\\debris_roof_b';
/**
 * @constant {String} debris_roof_c
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.debris_roof_c = '3-resort\\debris_roof_c';
/**
 * @constant {String} gold_railingCenterBrokenA
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.gold_railingCenterBrokenA = '3-resort\\gold_railingCenterBrokenA';
/**
 * @constant {String} bookshelf_tm_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bookshelf_tm_a = '3-resort\\bookshelf_tm_a';
/**
 * @constant {String} post
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.post = '3-resort\\post';
/**
 * @constant {String} gold_railingLeft
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.gold_railingLeft = '3-resort\\gold_railingLeft';
/**
 * @constant {String} bench
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bench = '3-resort\\bench';
/**
 * @constant {String} gold_railingCenter
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.gold_railingCenter = '3-resort\\gold_railingCenter';
/**
 * @constant {String} vent
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.vent = '3-resort\\vent';
/**
 * @constant {String} roofCenter_snapped_c
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.roofCenter_snapped_c = '3-resort\\roofCenter_snapped_c';
/**
 * @constant {String} gold_railingCenterBrokenB
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.gold_railingCenterBrokenB = '3-resort\\gold_railingCenterBrokenB';
/**
 * @constant {String} postbase
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.postbase = '3-resort\\postbase';
/**
 * @constant {String} laundry_c
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.laundry_c = '3-resort\\laundry_c';
/**
 * @constant {String} laundry_d
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.laundry_d = '3-resort\\laundry_d';
/**
 * @constant {String} trashcan_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.trashcan_a = '3-resort\\trashcan_a';
/**
 * @constant {String} brokenbox_d
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.brokenbox_d = '3-resort\\brokenbox_d';
/**
 * @constant {String} bedstand_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bedstand_a = '3-resort\\bedstand_a';
/**
 * @constant {String} brokenbox_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.brokenbox_b = '3-resort\\brokenbox_b';
/**
 * @constant {String} railingRight
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.railingRight = '3-resort\\railingRight';
/**
 * @constant {String} railingCenterBrokenA
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.railingCenterBrokenA = '3-resort\\railingCenterBrokenA';
/**
 * @constant {String} bridgeColumnBg
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bridgeColumnBg = '3-resort\\bridgeColumnBg';
/**
 * @constant {String} bridgeColumn
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bridgeColumn = '3-resort\\bridgeColumn';
/**
 * @constant {String} bucket_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bucket_a = '3-resort\\bucket_a';
/**
 * @constant {String} brokenwood_bottom
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.brokenwood_bottom = '3-resort\\brokenwood_bottom';
/**
 * @constant {String} brokenwood
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.brokenwood = '3-resort\\brokenwood';
/**
 * @constant {String} bedstand_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bedstand_b = '3-resort\\bedstand_b';
/**
 * @constant {String} totem_mid_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.totem_mid_a = '3-resort\\totem_mid_a';
/**
 * @constant {String} totem_mid_d
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.totem_mid_d = '3-resort\\totem_mid_d';
/**
 * @constant {String} totem_mid_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.totem_mid_b = '3-resort\\totem_mid_b';
/**
 * @constant {String} totem_mid_c
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.totem_mid_c = '3-resort\\totem_mid_c';
/**
 * @constant {String} railingLeft
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.railingLeft = '3-resort\\railingLeft';
/**
 * @constant {String} brokenbox_c
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.brokenbox_c = '3-resort\\brokenbox_c';
/**
 * @constant {String} railingCenterBrokenB
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.railingCenterBrokenB = '3-resort\\railingCenterBrokenB';
/**
 * @constant {String} brokenbox_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.brokenbox_a = '3-resort\\brokenbox_a';
/**
 * @constant {String} chair_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.chair_a = '3-resort\\chair_a';
/**
 * @constant {String} cobweb_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.cobweb_b = '3-resort\\cobweb_b';
/**
 * @constant {String} railingCenter
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.railingCenter = '3-resort\\railingCenter';
/**
 * @constant {String} totem_head_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.totem_head_b = '3-resort\\totem_head_b';
/**
 * @constant {String} painting_e
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.painting_e = '3-resort\\painting_e';
/**
 * @constant {String} chair_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.chair_b = '3-resort\\chair_b';
/**
 * @constant {String} roofEdge_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.roofEdge_b = '3-resort\\roofEdge_b';
/**
 * @constant {String} roofEdge_c
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.roofEdge_c = '3-resort\\roofEdge_c';
/**
 * @constant {String} bookshelf_mr_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bookshelf_mr_a = '3-resort\\bookshelf_mr_a';
/**
 * @constant {String} bookshelf_ml_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bookshelf_ml_a = '3-resort\\bookshelf_ml_a';
/**
 * @constant {String} guestbook
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.guestbook = '3-resort\\guestbook';
/**
 * @constant {String} lifesaver
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.lifesaver = '3-resort\\lifesaver';
/**
 * @constant {String} roofCenter_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.roofCenter_b = '3-resort\\roofCenter_b';
/**
 * @constant {String} roofCenter_c
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.roofCenter_c = '3-resort\\roofCenter_c';
/**
 * @constant {String} roofEdge
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.roofEdge = '3-resort\\roofEdge';
/**
 * @constant {String} totem_head_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.totem_head_a = '3-resort\\totem_head_a';
/**
 * @constant {String} roofCenter
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.roofCenter = '3-resort\\roofCenter';
/**
 * @constant {String} bookshelf_bl_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bookshelf_bl_a = '3-resort\\bookshelf_bl_a';
/**
 * @constant {String} bookshelf_br_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bookshelf_br_a = '3-resort\\bookshelf_br_a';
/**
 * @constant {String} cobweb
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.cobweb = '3-resort\\cobweb';
/**
 * @constant {String} roofCenter_d
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.roofCenter_d = '3-resort\\roofCenter_d';
/**
 * @constant {String} totem_base_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.totem_base_a = '3-resort\\totem_base_a';
/**
 * @constant {String} totem_base_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.totem_base_b = '3-resort\\totem_base_b';
/**
 * @constant {String} laundry_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.laundry_b = '3-resort\\laundry_b';
/**
 * @constant {String} window_broken_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.window_broken_a = '3-resort\\window_broken_a';
/**
 * @constant {String} window_broken_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.window_broken_b = '3-resort\\window_broken_b';
/**
 * @constant {String} window
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.window = '3-resort\\window';
/**
 * @constant {String} bookshelf_mm_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bookshelf_mm_b = '3-resort\\bookshelf_mm_b';
/**
 * @constant {String} roofEdge_d
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.roofEdge_d = '3-resort\\roofEdge_d';
/**
 * @constant {String} bgtilehole_f
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bgtilehole_f = '3-resort\\bgtilehole_f';
/**
 * @constant {String} bookshelf_bm_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bookshelf_bm_a = '3-resort\\bookshelf_bm_a';
/**
 * @constant {String} bookshelf_mm_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bookshelf_mm_a = '3-resort\\bookshelf_mm_a';
/**
 * @constant {String} bookshelf_mm_c
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bookshelf_mm_c = '3-resort\\bookshelf_mm_c';
/**
 * @constant {String} bookshelf_mm_d
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bookshelf_mm_d = '3-resort\\bookshelf_mm_d';
/**
 * @constant {String} bookshelf_mm_e
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bookshelf_mm_e = '3-resort\\bookshelf_mm_e';
/**
 * @constant {String} bridgeColumnTop
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bridgeColumnTop = '3-resort\\bridgeColumnTop';
/**
 * @constant {String} bridgeColumnTopBg
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bridgeColumnTopBg = '3-resort\\bridgeColumnTopBg';
/**
 * @constant {String} carpet_corner_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.carpet_corner_a = '3-resort\\carpet_corner_a';
/**
 * @constant {String} carpet_innercorner_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.carpet_innercorner_a = '3-resort\\carpet_innercorner_a';
/**
 * @constant {String} carpet_inner_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.carpet_inner_a = '3-resort\\carpet_inner_a';
/**
 * @constant {String} carpet_inner_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.carpet_inner_b = '3-resort\\carpet_inner_b';
/**
 * @constant {String} carpet_inner_c
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.carpet_inner_c = '3-resort\\carpet_inner_c';
/**
 * @constant {String} carpet_left_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.carpet_left_a = '3-resort\\carpet_left_a';
/**
 * @constant {String} carpet_top_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.carpet_top_a = '3-resort\\carpet_top_a';
/**
 * @constant {String} grate
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.grate = '3-resort\\grate';
/**
 * @constant {String} bgtilehole_e
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bgtilehole_e = '3-resort\\bgtilehole_e';
/**
 * @constant {String} bgtilehole_d
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bgtilehole_d = '3-resort\\bgtilehole_d';
/**
 * @constant {String} bgtilehole_c
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bgtilehole_c = '3-resort\\bgtilehole_c';
/**
 * @constant {String} bgtilehole_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bgtilehole_b = '3-resort\\bgtilehole_b';
/**
 * @constant {String} painting_f
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.painting_f = '3-resort\\painting_f';
/**
 * @constant {String} bridgeBackBrokenH
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bridgeBackBrokenH = '3-resort\\bridgeBackBrokenH';
/**
 * @constant {String} bridgeBackBrokenG
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bridgeBackBrokenG = '3-resort\\bridgeBackBrokenG';
/**
 * @constant {String} roofCenter_snapped_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.roofCenter_snapped_b = '3-resort\\roofCenter_snapped_b';
/**
 * @constant {String} roofCenter_snapped_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.roofCenter_snapped_a = '3-resort\\roofCenter_snapped_a';
/**
 * @constant {String} bridgeBackBrokenF
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bridgeBackBrokenF = '3-resort\\bridgeBackBrokenF';
/**
 * @constant {String} chair_c
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.chair_c = '3-resort\\chair_c';
/**
 * @constant {String} laundry_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.laundry_a = '3-resort\\laundry_a';
/**
 * @constant {String} bridgeBackBrokenD
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bridgeBackBrokenD = '3-resort\\bridgeBackBrokenD';
/**
 * @constant {String} bridgeBackBrokenE
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bridgeBackBrokenE = '3-resort\\bridgeBackBrokenE';
/**
 * @constant {String} head_trophy_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.head_trophy_a = '3-resort\\head_trophy_a';
/**
 * @constant {String} bridgeBackBrokenC
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bridgeBackBrokenC = '3-resort\\bridgeBackBrokenC';
/**
 * @constant {String} debris_roof_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.debris_roof_a = '3-resort\\debris_roof_a';
/**
 * @constant {String} bridgeBack
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bridgeBack = '3-resort\\bridgeBack';
/**
 * @constant {String} bridgeBackBrokenA
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bridgeBackBrokenA = '3-resort\\bridgeBackBrokenA';
/**
 * @constant {String} bridgeBackBrokenB
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bridgeBackBrokenB = '3-resort\\bridgeBackBrokenB';
/**
 * @constant {String} bed_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bed_a = '3-resort\\bed_a';
/**
 * @constant {String} washing_machine_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.washing_machine_a = '3-resort\\washing_machine_a';
/**
 * @constant {String} washing_machine_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.washing_machine_b = '3-resort\\washing_machine_b';
/**
 * @constant {String} desk
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.desk = '3-resort\\desk';
/**
 * @constant {String} table_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.table_b = '3-resort\\table_b';
/**
 * @constant {String} table_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.table_a = '3-resort\\table_a';
/**
 * @constant {String} sticks
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.sticks = '3-resort\\sticks';
/**
 * @constant {String} curtain_side_d
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.curtain_side_d = '3-resort\\curtain_side_d';
/**
 * @constant {String} checkpoint
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.checkpoint = '3-resort\\checkpoint';
/**
 * @constant {String} boilder_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.boilder_a = '3-resort\\boilder_a';
/**
 * @constant {String} totem_wings_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.totem_wings_a = '3-resort\\totem_wings_a';
/**
 * @constant {String} piano
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.piano = '3-resort\\piano';
/**
 * @constant {String} painting_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.painting_a = '3-resort\\painting_a';
/**
 * @constant {String} painting_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.painting_b = '3-resort\\painting_b';
/**
 * @constant {String} hangshelf_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.hangshelf_a = '3-resort\\hangshelf_a';
/**
 * @constant {String} storageshelf_mid_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.storageshelf_mid_a = '3-resort\\storageshelf_mid_a';
/**
 * @constant {String} storageshelf_mid_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.storageshelf_mid_b = '3-resort\\storageshelf_mid_b';
/**
 * @constant {String} storageshelf_mid_c
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.storageshelf_mid_c = '3-resort\\storageshelf_mid_c';
/**
 * @constant {String} storageshelf_top_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.storageshelf_top_a = '3-resort\\storageshelf_top_a';
/**
 * @constant {String} chandelier_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.chandelier_b = '3-resort\\chandelier_b';
/**
 * @constant {String} granfather_clock14
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.granfather_clock14 = '3-resort\\granfather_clock14';
/**
 * @constant {String} granfather_clock03
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.granfather_clock03 = '3-resort\\granfather_clock03';
/**
 * @constant {String} granfather_clock05
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.granfather_clock05 = '3-resort\\granfather_clock05';
/**
 * @constant {String} granfather_clock06
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.granfather_clock06 = '3-resort\\granfather_clock06';
/**
 * @constant {String} granfather_clock00
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.granfather_clock00 = '3-resort\\granfather_clock00';
/**
 * @constant {String} granfather_clock09
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.granfather_clock09 = '3-resort\\granfather_clock09';
/**
 * @constant {String} granfather_clock10
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.granfather_clock10 = '3-resort\\granfather_clock10';
/**
 * @constant {String} granfather_clock01
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.granfather_clock01 = '3-resort\\granfather_clock01';
/**
 * @constant {String} granfather_clock11
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.granfather_clock11 = '3-resort\\granfather_clock11';
/**
 * @constant {String} granfather_clock16
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.granfather_clock16 = '3-resort\\granfather_clock16';
/**
 * @constant {String} granfather_clock13
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.granfather_clock13 = '3-resort\\granfather_clock13';
/**
 * @constant {String} granfather_clock12
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.granfather_clock12 = '3-resort\\granfather_clock12';
/**
 * @constant {String} granfather_clock08
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.granfather_clock08 = '3-resort\\granfather_clock08';
/**
 * @constant {String} granfather_clock07
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.granfather_clock07 = '3-resort\\granfather_clock07';
/**
 * @constant {String} granfather_clock02
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.granfather_clock02 = '3-resort\\granfather_clock02';
/**
 * @constant {String} granfather_clock04
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.granfather_clock04 = '3-resort\\granfather_clock04';
/**
 * @constant {String} granfather_clock15
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.granfather_clock15 = '3-resort\\granfather_clock15';
/**
 * @constant {String} granfather_clock17
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.granfather_clock17 = '3-resort\\granfather_clock17';
/**
 * @constant {String} bed_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bed_b = '3-resort\\bed_b';
/**
 * @constant {String} cloth_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.cloth_a = '3-resort\\cloth_a';
/**
 * @constant {String} chandelier_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.chandelier_a = '3-resort\\chandelier_a';
/**
 * @constant {String} curtain_side_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.curtain_side_a = '3-resort\\curtain_side_a';
/**
 * @constant {String} keyrack
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.keyrack = '3-resort\\keyrack';
/**
 * @constant {String} curtain_side_c
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.curtain_side_c = '3-resort\\curtain_side_c';
/**
 * @constant {String} painting_c
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.painting_c = '3-resort\\painting_c';
/**
 * @constant {String} curtain_side_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.curtain_side_b = '3-resort\\curtain_side_b';
/**
 * @constant {String} fireplace04
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.fireplace04 = '3-resort\\fireplace04';
/**
 * @constant {String} fireplace01
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.fireplace01 = '3-resort\\fireplace01';
/**
 * @constant {String} fireplace07
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.fireplace07 = '3-resort\\fireplace07';
/**
 * @constant {String} fireplace06
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.fireplace06 = '3-resort\\fireplace06';
/**
 * @constant {String} fireplace00
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.fireplace00 = '3-resort\\fireplace00';
/**
 * @constant {String} fireplace02
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.fireplace02 = '3-resort\\fireplace02';
/**
 * @constant {String} fireplace03
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.fireplace03 = '3-resort\\fireplace03';
/**
 * @constant {String} fireplace05
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.fireplace05 = '3-resort\\fireplace05';
/**
 * @constant {String} brokenelevatortop
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.brokenelevatortop = '3-resort\\brokenelevatortop';
/**
 * @constant {String} bellhopcart_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bellhopcart_a = '3-resort\\bellhopcart_a';
/**
 * @constant {String} cabinet_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.cabinet_b = '3-resort\\cabinet_b';
/**
 * @constant {String} bed_c
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bed_c = '3-resort\\bed_c';
/**
 * @constant {String} cabinet_a
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.cabinet_a = '3-resort\\cabinet_a';
/**
 * @constant {String} painting_g
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.painting_g = '3-resort\\painting_g';
/**
 * @constant {String} curtain_center_b
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.curtain_center_b = '3-resort\\curtain_center_b';
/**
 * @constant {String} bgtilehole
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.bgtilehole = '3-resort\\bgtilehole';
/**
 * @constant {String} fgtilehole
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.fgtilehole = '3-resort\\fgtilehole';
/**
 * @constant {String} brokenelevator
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.brokenelevator = '3-resort\\brokenelevator';
/**
 * @constant {String} painting_d
 * @default
 * @memberof Lucid.Decal.Resort
 */
Decal.Resort.painting_d = '3-resort\\painting_d';
/**
* namespace that holds all the names of the decals for Reflection
* @namespace Reflection
* @memberof Lucid.Decal
*/
Decal.Reflection = {};
/**
 * @constant {String} rubble_f
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.rubble_f = '6-reflection\\rubble_f';
/**
 * @constant {String} crystal_collumn_top
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.crystal_collumn_top = '6-reflection\\crystal_collumn_top';
/**
 * @constant {String} rubble_e
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.rubble_e = '6-reflection\\rubble_e';
/**
 * @constant {String} rubble_k
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.rubble_k = '6-reflection\\rubble_k';
/**
 * @constant {String} crystal_shard_d
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.crystal_shard_d = '6-reflection\\crystal_shard_d';
/**
 * @constant {String} mushroom_a
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.mushroom_a = '6-reflection\\mushroom_a';
/**
 * @constant {String} rubble_h
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.rubble_h = '6-reflection\\rubble_h';
/**
 * @constant {String} rubble_d
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.rubble_d = '6-reflection\\rubble_d';
/**
 * @constant {String} rubble_g
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.rubble_g = '6-reflection\\rubble_g';
/**
 * @constant {String} rubble_a
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.rubble_a = '6-reflection\\rubble_a';
/**
 * @constant {String} mushroom_c
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.mushroom_c = '6-reflection\\mushroom_c';
/**
 * @constant {String} mushroom_b
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.mushroom_b = '6-reflection\\mushroom_b';
/**
 * @constant {String} mushroom_d
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.mushroom_d = '6-reflection\\mushroom_d';
/**
 * @constant {String} flower_a
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.flower_a = '6-reflection\\flower_a';
/**
 * @constant {String} flower_b
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.flower_b = '6-reflection\\flower_b';
/**
 * @constant {String} rubble_i
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.rubble_i = '6-reflection\\rubble_i';
/**
 * @constant {String} rubble_j
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.rubble_j = '6-reflection\\rubble_j';
/**
 * @constant {String} rubble_c
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.rubble_c = '6-reflection\\rubble_c';
/**
 * @constant {String} crystal_shard_b
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.crystal_shard_b = '6-reflection\\crystal_shard_b';
/**
 * @constant {String} crystal_shard_a
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.crystal_shard_a = '6-reflection\\crystal_shard_a';
/**
 * @constant {String} short_grass_a
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.short_grass_a = '6-reflection\\short_grass_a';
/**
 * @constant {String} short_grass_c
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.short_grass_c = '6-reflection\\short_grass_c';
/**
 * @constant {String} collumn_bot_a
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.collumn_bot_a = '6-reflection\\collumn_bot_a';
/**
 * @constant {String} secret_ogmo00
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_ogmo00 = '6-reflection\\secret_ogmo00';
/**
 * @constant {String} collumn_top_a
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.collumn_top_a = '6-reflection\\collumn_top_a';
/**
 * @constant {String} secret_ogmo01
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_ogmo01 = '6-reflection\\secret_ogmo01';
/**
 * @constant {String} secret_ogmo08
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_ogmo08 = '6-reflection\\secret_ogmo08';
/**
 * @constant {String} secret_ogmo09
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_ogmo09 = '6-reflection\\secret_ogmo09';
/**
 * @constant {String} secret_ogmo06
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_ogmo06 = '6-reflection\\secret_ogmo06';
/**
 * @constant {String} secret_ogmo07
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_ogmo07 = '6-reflection\\secret_ogmo07';
/**
 * @constant {String} algae_a
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.algae_a = '6-reflection\\algae_a';
/**
 * @constant {String} short_grass_b
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.short_grass_b = '6-reflection\\short_grass_b';
/**
 * @constant {String} short_grass_d
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.short_grass_d = '6-reflection\\short_grass_d';
/**
 * @constant {String} collumn_mid_d
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.collumn_mid_d = '6-reflection\\collumn_mid_d';
/**
 * @constant {String} collumn_mid_c
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.collumn_mid_c = '6-reflection\\collumn_mid_c';
/**
 * @constant {String} collumn_mid_b
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.collumn_mid_b = '6-reflection\\collumn_mid_b';
/**
 * @constant {String} collumn_mid_a
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.collumn_mid_a = '6-reflection\\collumn_mid_a';
/**
 * @constant {String} collumn_base_top_a
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.collumn_base_top_a = '6-reflection\\collumn_base_top_a';
/**
 * @constant {String} collumn_base_bot_a
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.collumn_base_bot_a = '6-reflection\\collumn_base_bot_a';
/**
 * @constant {String} secret_ogmo02
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_ogmo02 = '6-reflection\\secret_ogmo02';
/**
 * @constant {String} secret_ogmo03
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_ogmo03 = '6-reflection\\secret_ogmo03';
/**
 * @constant {String} secret_ogmo04
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_ogmo04 = '6-reflection\\secret_ogmo04';
/**
 * @constant {String} secret_ogmo05
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_ogmo05 = '6-reflection\\secret_ogmo05';
/**
 * @constant {String} elavator_cable
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.elavator_cable = '6-reflection\\elavator_cable';
/**
 * @constant {String} crystal_collumn_mid
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.crystal_collumn_mid = '6-reflection\\crystal_collumn_mid';
/**
 * @constant {String} rubble_b
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.rubble_b = '6-reflection\\rubble_b';
/**
 * @constant {String} secret_yuri01
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_yuri01 = '6-reflection\\secret_yuri01';
/**
 * @constant {String} secret_yuri02
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_yuri02 = '6-reflection\\secret_yuri02';
/**
 * @constant {String} secret_yuri03
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_yuri03 = '6-reflection\\secret_yuri03';
/**
 * @constant {String} secret_yuri00
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_yuri00 = '6-reflection\\secret_yuri00';
/**
 * @constant {String} secret_yuri07
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_yuri07 = '6-reflection\\secret_yuri07';
/**
 * @constant {String} secret_yuri06
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_yuri06 = '6-reflection\\secret_yuri06';
/**
 * @constant {String} secret_yuri04
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_yuri04 = '6-reflection\\secret_yuri04';
/**
 * @constant {String} secret_yuri05
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_yuri05 = '6-reflection\\secret_yuri05';
/**
 * @constant {String} secret_yuri11
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_yuri11 = '6-reflection\\secret_yuri11';
/**
 * @constant {String} secret_yuri10
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_yuri10 = '6-reflection\\secret_yuri10';
/**
 * @constant {String} algae_b
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.algae_b = '6-reflection\\algae_b';
/**
 * @constant {String} secret_skytorn00
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_skytorn00 = '6-reflection\\secret_skytorn00';
/**
 * @constant {String} secret_skytorn01
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_skytorn01 = '6-reflection\\secret_skytorn01';
/**
 * @constant {String} secret_skytorn03
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_skytorn03 = '6-reflection\\secret_skytorn03';
/**
 * @constant {String} secret_skytorn04
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_skytorn04 = '6-reflection\\secret_skytorn04';
/**
 * @constant {String} secret_skytorn05
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_skytorn05 = '6-reflection\\secret_skytorn05';
/**
 * @constant {String} secret_skytorn07
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_skytorn07 = '6-reflection\\secret_skytorn07';
/**
 * @constant {String} secret_skytorn08
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_skytorn08 = '6-reflection\\secret_skytorn08';
/**
 * @constant {String} secret_skytorn09
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_skytorn09 = '6-reflection\\secret_skytorn09';
/**
 * @constant {String} secret_yuri08
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_yuri08 = '6-reflection\\secret_yuri08';
/**
 * @constant {String} secret_yuri09
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_yuri09 = '6-reflection\\secret_yuri09';
/**
 * @constant {String} secret_skytorn06
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_skytorn06 = '6-reflection\\secret_skytorn06';
/**
 * @constant {String} secret_skytorn02
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_skytorn02 = '6-reflection\\secret_skytorn02';
/**
 * @constant {String} crystal_shard_c
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.crystal_shard_c = '6-reflection\\crystal_shard_c';
/**
 * @constant {String} crystal_collumn_bot
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.crystal_collumn_bot = '6-reflection\\crystal_collumn_bot';
/**
 * @constant {String} secret_eyebat04
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_eyebat04 = '6-reflection\\secret_eyebat04';
/**
 * @constant {String} secret_eyebat03
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_eyebat03 = '6-reflection\\secret_eyebat03';
/**
 * @constant {String} mushroom_e
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.mushroom_e = '6-reflection\\mushroom_e';
/**
 * @constant {String} checkpoint
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.checkpoint = '6-reflection\\checkpoint';
/**
 * @constant {String} crystal_shard_e
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.crystal_shard_e = '6-reflection\\crystal_shard_e';
/**
 * @constant {String} crystal_b
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.crystal_b = '6-reflection\\crystal_b';
/**
 * @constant {String} grass_fall_a
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.grass_fall_a = '6-reflection\\grass_fall_a';
/**
 * @constant {String} bulb_plant_c
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.bulb_plant_c = '6-reflection\\bulb_plant_c';
/**
 * @constant {String} ceiling_slime
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.ceiling_slime = '6-reflection\\ceiling_slime';
/**
 * @constant {String} long_grass
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.long_grass = '6-reflection\\long_grass';
/**
 * @constant {String} Wood_a
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.Wood_a = '6-reflection\\Wood_a';
/**
 * @constant {String} secret_eyebat05
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_eyebat05 = '6-reflection\\secret_eyebat05';
/**
 * @constant {String} secret_eyebat00
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_eyebat00 = '6-reflection\\secret_eyebat00';
/**
 * @constant {String} crystal_c
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.crystal_c = '6-reflection\\crystal_c';
/**
 * @constant {String} bulb_plant_b
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.bulb_plant_b = '6-reflection\\bulb_plant_b';
/**
 * @constant {String} secret_eyebat02
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_eyebat02 = '6-reflection\\secret_eyebat02';
/**
 * @constant {String} fruits_a
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.fruits_a = '6-reflection\\fruits_a';
/**
 * @constant {String} secret_eyebat01
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_eyebat01 = '6-reflection\\secret_eyebat01';
/**
 * @constant {String} secret_towerfall32
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall32 = '6-reflection\\secret_towerfall32';
/**
 * @constant {String} secret_towerfall33
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall33 = '6-reflection\\secret_towerfall33';
/**
 * @constant {String} secret_towerfall43
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall43 = '6-reflection\\secret_towerfall43';
/**
 * @constant {String} secret_towerfall10
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall10 = '6-reflection\\secret_towerfall10';
/**
 * @constant {String} secret_towerfall31
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall31 = '6-reflection\\secret_towerfall31';
/**
 * @constant {String} secret_towerfall11
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall11 = '6-reflection\\secret_towerfall11';
/**
 * @constant {String} secret_towerfall03
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall03 = '6-reflection\\secret_towerfall03';
/**
 * @constant {String} secret_towerfall12
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall12 = '6-reflection\\secret_towerfall12';
/**
 * @constant {String} secret_towerfall02
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall02 = '6-reflection\\secret_towerfall02';
/**
 * @constant {String} secret_towerfall25
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall25 = '6-reflection\\secret_towerfall25';
/**
 * @constant {String} secret_towerfall14
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall14 = '6-reflection\\secret_towerfall14';
/**
 * @constant {String} secret_towerfall40
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall40 = '6-reflection\\secret_towerfall40';
/**
 * @constant {String} secret_towerfall41
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall41 = '6-reflection\\secret_towerfall41';
/**
 * @constant {String} secret_towerfall13
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall13 = '6-reflection\\secret_towerfall13';
/**
 * @constant {String} secret_towerfall45
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall45 = '6-reflection\\secret_towerfall45';
/**
 * @constant {String} secret_towerfall44
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall44 = '6-reflection\\secret_towerfall44';
/**
 * @constant {String} secret_towerfall00
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall00 = '6-reflection\\secret_towerfall00';
/**
 * @constant {String} secret_towerfall01
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall01 = '6-reflection\\secret_towerfall01';
/**
 * @constant {String} secret_towerfall04
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall04 = '6-reflection\\secret_towerfall04';
/**
 * @constant {String} secret_towerfall30
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall30 = '6-reflection\\secret_towerfall30';
/**
 * @constant {String} secret_towerfall42
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall42 = '6-reflection\\secret_towerfall42';
/**
 * @constant {String} secret_towerfall24
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall24 = '6-reflection\\secret_towerfall24';
/**
 * @constant {String} secret_towerfall34
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall34 = '6-reflection\\secret_towerfall34';
/**
 * @constant {String} secret_towerfall15
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall15 = '6-reflection\\secret_towerfall15';
/**
 * @constant {String} secret_towerfall35
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall35 = '6-reflection\\secret_towerfall35';
/**
 * @constant {String} secret_towerfall21
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall21 = '6-reflection\\secret_towerfall21';
/**
 * @constant {String} secret_towerfall22
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall22 = '6-reflection\\secret_towerfall22';
/**
 * @constant {String} secret_towerfall05
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall05 = '6-reflection\\secret_towerfall05';
/**
 * @constant {String} secret_towerfall20
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall20 = '6-reflection\\secret_towerfall20';
/**
 * @constant {String} secret_towerfall23
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall23 = '6-reflection\\secret_towerfall23';
/**
 * @constant {String} moss_a
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.moss_a = '6-reflection\\moss_a';
/**
 * @constant {String} secret_towerfall26
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall26 = '6-reflection\\secret_towerfall26';
/**
 * @constant {String} secret_towerfall46
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall46 = '6-reflection\\secret_towerfall46';
/**
 * @constant {String} secret_towerfall47
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall47 = '6-reflection\\secret_towerfall47';
/**
 * @constant {String} secret_towerfall28
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall28 = '6-reflection\\secret_towerfall28';
/**
 * @constant {String} secret_towerfall09
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall09 = '6-reflection\\secret_towerfall09';
/**
 * @constant {String} secret_towerfall48
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall48 = '6-reflection\\secret_towerfall48';
/**
 * @constant {String} secret_towerfall08
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall08 = '6-reflection\\secret_towerfall08';
/**
 * @constant {String} secret_towerfall29
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall29 = '6-reflection\\secret_towerfall29';
/**
 * @constant {String} secret_towerfall49
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall49 = '6-reflection\\secret_towerfall49';
/**
 * @constant {String} secret_towerfall07
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall07 = '6-reflection\\secret_towerfall07';
/**
 * @constant {String} secret_towerfall06
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall06 = '6-reflection\\secret_towerfall06';
/**
 * @constant {String} secret_towerfall17
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall17 = '6-reflection\\secret_towerfall17';
/**
 * @constant {String} secret_towerfall19
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall19 = '6-reflection\\secret_towerfall19';
/**
 * @constant {String} secret_towerfall18
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall18 = '6-reflection\\secret_towerfall18';
/**
 * @constant {String} secret_towerfall27
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall27 = '6-reflection\\secret_towerfall27';
/**
 * @constant {String} secret_towerfall37
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall37 = '6-reflection\\secret_towerfall37';
/**
 * @constant {String} secret_towerfall16
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall16 = '6-reflection\\secret_towerfall16';
/**
 * @constant {String} secret_towerfall39
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall39 = '6-reflection\\secret_towerfall39';
/**
 * @constant {String} secret_towerfall38
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall38 = '6-reflection\\secret_towerfall38';
/**
 * @constant {String} secret_towerfall36
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.secret_towerfall36 = '6-reflection\\secret_towerfall36';
/**
 * @constant {String} big_vine_b
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.big_vine_b = '6-reflection\\big_vine_b';
/**
 * @constant {String} top_vine_a
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.top_vine_a = '6-reflection\\top_vine_a';
/**
 * @constant {String} top_vine_b
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.top_vine_b = '6-reflection\\top_vine_b';
/**
 * @constant {String} bulb_plant
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.bulb_plant = '6-reflection\\bulb_plant';
/**
 * @constant {String} crystal_a
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.crystal_a = '6-reflection\\crystal_a';
/**
 * @constant {String} big_vine
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.big_vine = '6-reflection\\big_vine';
/**
 * @constant {String} crystal_rock_a
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.crystal_rock_a = '6-reflection\\crystal_rock_a';
/**
 * @constant {String} big_crystal_a
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.big_crystal_a = '6-reflection\\big_crystal_a';
/**
 * @constant {String} big_crystal_b
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.big_crystal_b = '6-reflection\\big_crystal_b';
/**
 * @constant {String} Elevator
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.Elevator = '6-reflection\\Elevator';
/**
 * @constant {String} dead_fish_a
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.dead_fish_a = '6-reflection\\dead_fish_a';
/**
 * @constant {String} crystal_plant_a
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.crystal_plant_a = '6-reflection\\crystal_plant_a';
/**
 * @constant {String} big_crystal_vine
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.big_crystal_vine = '6-reflection\\big_crystal_vine';
/**
 * @constant {String} crystal_reflection
 * @default
 * @memberof Lucid.Decal.Reflection
 */
Decal.Reflection.crystal_reflection = '6-reflection\\crystal_reflection';
/**
* namespace that holds all the names of the decals for Core
* @namespace Core
* @memberof Lucid.Decal
*/
Decal.Core = {};
/**
 * @constant {String} rubble_c
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.rubble_c = '9-core\\rubble_c';
/**
 * @constant {String} rubble_i
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.rubble_i = '9-core\\rubble_i';
/**
 * @constant {String} rubble_k
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.rubble_k = '9-core\\rubble_k';
/**
 * @constant {String} rubble_a
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.rubble_a = '9-core\\rubble_a';
/**
 * @constant {String} rubble_f
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.rubble_f = '9-core\\rubble_f';
/**
 * @constant {String} rubble_b
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.rubble_b = '9-core\\rubble_b';
/**
 * @constant {String} rubble_o
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.rubble_o = '9-core\\rubble_o';
/**
 * @constant {String} rubble_q
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.rubble_q = '9-core\\rubble_q';
/**
 * @constant {String} rubble_h
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.rubble_h = '9-core\\rubble_h';
/**
 * @constant {String} rubble_p
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.rubble_p = '9-core\\rubble_p';
/**
 * @constant {String} rubble_g
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.rubble_g = '9-core\\rubble_g';
/**
 * @constant {String} chain_mid_a
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.chain_mid_a = '9-core\\chain_mid_a';
/**
 * @constant {String} rubble_e
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.rubble_e = '9-core\\rubble_e';
/**
 * @constant {String} rubble_l
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.rubble_l = '9-core\\rubble_l';
/**
 * @constant {String} rubble_d
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.rubble_d = '9-core\\rubble_d';
/**
 * @constant {String} rubble_m
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.rubble_m = '9-core\\rubble_m';
/**
 * @constant {String} chain_mid_b
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.chain_mid_b = '9-core\\chain_mid_b';
/**
 * @constant {String} heart_bevel_c
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.heart_bevel_c = '9-core\\heart_bevel_c';
/**
 * @constant {String} heart_bevel_d
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.heart_bevel_d = '9-core\\heart_bevel_d';
/**
 * @constant {String} rock_c
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.rock_c = '9-core\\rock_c';
/**
 * @constant {String} column_mid_d
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.column_mid_d = '9-core\\column_mid_d';
/**
 * @constant {String} column_mid_b
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.column_mid_b = '9-core\\column_mid_b';
/**
 * @constant {String} column_top
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.column_top = '9-core\\column_top';
/**
 * @constant {String} column_bot_a
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.column_bot_a = '9-core\\column_bot_a';
/**
 * @constant {String} column_bot_b
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.column_bot_b = '9-core\\column_bot_b';
/**
 * @constant {String} column_top_b
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.column_top_b = '9-core\\column_top_b';
/**
 * @constant {String} column_mid_c
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.column_mid_c = '9-core\\column_mid_c';
/**
 * @constant {String} column_mid_a
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.column_mid_a = '9-core\\column_mid_a';
/**
 * @constant {String} rubble_j
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.rubble_j = '9-core\\rubble_j';
/**
 * @constant {String} rope_a
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.rope_a = '9-core\\rope_a';
/**
 * @constant {String} Chain_top
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.Chain_top = '9-core\\Chain_top';
/**
 * @constant {String} chain_bot
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.chain_bot = '9-core\\chain_bot';
/**
 * @constant {String} rubble_n
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.rubble_n = '9-core\\rubble_n';
/**
 * @constant {String} stump_a
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.stump_a = '9-core\\stump_a';
/**
 * @constant {String} heart_bevel_b
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.heart_bevel_b = '9-core\\heart_bevel_b';
/**
 * @constant {String} Chain_heart_top
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.Chain_heart_top = '9-core\\Chain_heart_top';
/**
 * @constant {String} checkpoint
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.checkpoint = '9-core\\checkpoint';
/**
 * @constant {String} rock_b
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.rock_b = '9-core\\rock_b';
/**
 * @constant {String} heart_a
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.heart_a = '9-core\\heart_a';
/**
 * @constant {String} stalagtite_d
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.stalagtite_d = '9-core\\stalagtite_d';
/**
 * @constant {String} rock_a
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.rock_a = '9-core\\rock_a';
/**
 * @constant {String} fossil_b
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.fossil_b = '9-core\\fossil_b';
/**
 * @constant {String} rock_d
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.rock_d = '9-core\\rock_d';
/**
 * @constant {String} heart_bevel_a
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.heart_bevel_a = '9-core\\heart_bevel_a';
/**
 * @constant {String} stalagtite
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.stalagtite = '9-core\\stalagtite';
/**
 * @constant {String} stalagtite_b
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.stalagtite_b = '9-core\\stalagtite_b';
/**
 * @constant {String} stalagtite_c
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.stalagtite_c = '9-core\\stalagtite_c';
/**
 * @constant {String} nevoa_shovel
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.nevoa_shovel = '9-core\\nevoa_shovel';
/**
 * @constant {String} ball_a
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.ball_a = '9-core\\ball_a';
/**
 * @constant {String} ball_a_ice
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.ball_a_ice = '9-core\\ball_a_ice';
/**
 * @constant {String} rock_e_ice
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.rock_e_ice = '9-core\\rock_e_ice';
/**
 * @constant {String} rock_e
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.rock_e = '9-core\\rock_e';
/**
 * @constant {String} heart_b
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.heart_b = '9-core\\heart_b';
/**
 * @constant {String} machine_a
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.machine_a = '9-core\\machine_a';
/**
 * @constant {String} capsule_c
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.capsule_c = '9-core\\capsule_c';
/**
 * @constant {String} fossil_a
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.fossil_a = '9-core\\fossil_a';
/**
 * @constant {String} capsule_a
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.capsule_a = '9-core\\capsule_a';
/**
 * @constant {String} capsule_b
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.capsule_b = '9-core\\capsule_b';
/**
 * @constant {String} heart_sphere_a
 * @default
 * @memberof Lucid.Decal.Core
 */
Decal.Core.heart_sphere_a = '9-core\\heart_sphere_a';
/**
* namespace that holds all the names of the decals for Temple
* @namespace Temple
* @memberof Lucid.Decal
*/
Decal.Temple = {};
/**
 * @constant {String} bg_mirror_shard_f
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_mirror_shard_f = '5-temple\\bg_mirror_shard_f';
/**
 * @constant {String} rubble_c
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.rubble_c = '5-temple\\rubble_c';
/**
 * @constant {String} rubble_i
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.rubble_i = '5-temple\\rubble_i';
/**
 * @constant {String} bg_mirror_shard_e
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_mirror_shard_e = '5-temple\\bg_mirror_shard_e';
/**
 * @constant {String} brick_center_a
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.brick_center_a = '5-temple\\brick_center_a';
/**
 * @constant {String} brick_center_c
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.brick_center_c = '5-temple\\brick_center_c';
/**
 * @constant {String} brick_center_b
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.brick_center_b = '5-temple\\brick_center_b';
/**
 * @constant {String} bg_mirror_shard_b
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_mirror_shard_b = '5-temple\\bg_mirror_shard_b';
/**
 * @constant {String} rubble_k
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.rubble_k = '5-temple\\rubble_k';
/**
 * @constant {String} rubble_a
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.rubble_a = '5-temple\\rubble_a';
/**
 * @constant {String} bg_mirror_shard_k
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_mirror_shard_k = '5-temple\\bg_mirror_shard_k';
/**
 * @constant {String} rubble_f
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.rubble_f = '5-temple\\rubble_f';
/**
 * @constant {String} collumn_broken_top
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.collumn_broken_top = '5-temple\\collumn_broken_top';
/**
 * @constant {String} collumn_broken_bot
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.collumn_broken_bot = '5-temple\\collumn_broken_bot';
/**
 * @constant {String} rubble_b
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.rubble_b = '5-temple\\rubble_b';
/**
 * @constant {String} bg_mirror_shard_g
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_mirror_shard_g = '5-temple\\bg_mirror_shard_g';
/**
 * @constant {String} rubble_o
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.rubble_o = '5-temple\\rubble_o';
/**
 * @constant {String} rubble_q
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.rubble_q = '5-temple\\rubble_q';
/**
 * @constant {String} rubble_p
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.rubble_p = '5-temple\\rubble_p';
/**
 * @constant {String} rubble_h
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.rubble_h = '5-temple\\rubble_h';
/**
 * @constant {String} rubble_g
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.rubble_g = '5-temple\\rubble_g';
/**
 * @constant {String} right
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.right = '5-temple\\right';
/**
 * @constant {String} brick_top
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.brick_top = '5-temple\\brick_top';
/**
 * @constant {String} brick_bot
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.brick_bot = '5-temple\\brick_bot';
/**
 * @constant {String} left
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.left = '5-temple\\left';
/**
 * @constant {String} bg_mirror_shard_j
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_mirror_shard_j = '5-temple\\bg_mirror_shard_j';
/**
 * @constant {String} rubble_l
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.rubble_l = '5-temple\\rubble_l';
/**
 * @constant {String} rubble_e
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.rubble_e = '5-temple\\rubble_e';
/**
 * @constant {String} bg_mirror_shard_d
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_mirror_shard_d = '5-temple\\bg_mirror_shard_d';
/**
 * @constant {String} bg_mirror_shard_a
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_mirror_shard_a = '5-temple\\bg_mirror_shard_a';
/**
 * @constant {String} rubble_d
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.rubble_d = '5-temple\\rubble_d';
/**
 * @constant {String} collumn_mid_c
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.collumn_mid_c = '5-temple\\collumn_mid_c';
/**
 * @constant {String} bg_mirror_shard_c
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_mirror_shard_c = '5-temple\\bg_mirror_shard_c';
/**
 * @constant {String} bg_mirror_shard_i
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_mirror_shard_i = '5-temple\\bg_mirror_shard_i';
/**
 * @constant {String} rubble_m
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.rubble_m = '5-temple\\rubble_m';
/**
 * @constant {String} bg_symbols_h_a
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_symbols_h_a = '5-temple\\bg_symbols_h_a';
/**
 * @constant {String} bg_mirror_shard_h
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_mirror_shard_h = '5-temple\\bg_mirror_shard_h';
/**
 * @constant {String} bg_symbols_h_b
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_symbols_h_b = '5-temple\\bg_symbols_h_b';
/**
 * @constant {String} bg_symbols_h_h
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_symbols_h_h = '5-temple\\bg_symbols_h_h';
/**
 * @constant {String} bg_symbols_v_g
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_symbols_v_g = '5-temple\\bg_symbols_v_g';
/**
 * @constant {String} bg_symbols_v_f
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_symbols_v_f = '5-temple\\bg_symbols_v_f';
/**
 * @constant {String} bg_symbols_v_b
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_symbols_v_b = '5-temple\\bg_symbols_v_b';
/**
 * @constant {String} bg_symbols_v_a
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_symbols_v_a = '5-temple\\bg_symbols_v_a';
/**
 * @constant {String} bg_symbols_h_g
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_symbols_h_g = '5-temple\\bg_symbols_h_g';
/**
 * @constant {String} bg_symbols_v_e
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_symbols_v_e = '5-temple\\bg_symbols_v_e';
/**
 * @constant {String} bg_symbols_v_d
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_symbols_v_d = '5-temple\\bg_symbols_v_d';
/**
 * @constant {String} bg_symbols_v_c
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_symbols_v_c = '5-temple\\bg_symbols_v_c';
/**
 * @constant {String} bg_symbols_h_f
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_symbols_h_f = '5-temple\\bg_symbols_h_f';
/**
 * @constant {String} collumn_mid_d
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.collumn_mid_d = '5-temple\\collumn_mid_d';
/**
 * @constant {String} bg_symbols_h_c
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_symbols_h_c = '5-temple\\bg_symbols_h_c';
/**
 * @constant {String} bg_symbols_h_e
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_symbols_h_e = '5-temple\\bg_symbols_h_e';
/**
 * @constant {String} bg_symbols_h_d
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_symbols_h_d = '5-temple\\bg_symbols_h_d';
/**
 * @constant {String} bg_symbols_c_b
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_symbols_c_b = '5-temple\\bg_symbols_c_b';
/**
 * @constant {String} bg_symbols_c_a
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_symbols_c_a = '5-temple\\bg_symbols_c_a';
/**
 * @constant {String} vine_a
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.vine_a = '5-temple\\vine_a';
/**
 * @constant {String} chest_a
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.chest_a = '5-temple\\chest_a';
/**
 * @constant {String} collumn_mid_a
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.collumn_mid_a = '5-temple\\collumn_mid_a';
/**
 * @constant {String} track07
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.track07 = '5-temple\\track07';
/**
 * @constant {String} track06
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.track06 = '5-temple\\track06';
/**
 * @constant {String} track05
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.track05 = '5-temple\\track05';
/**
 * @constant {String} track04
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.track04 = '5-temple\\track04';
/**
 * @constant {String} track03
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.track03 = '5-temple\\track03';
/**
 * @constant {String} track02
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.track02 = '5-temple\\track02';
/**
 * @constant {String} track01
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.track01 = '5-temple\\track01';
/**
 * @constant {String} track00
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.track00 = '5-temple\\track00';
/**
 * @constant {String} bricks_a
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bricks_a = '5-temple\\bricks_a';
/**
 * @constant {String} collumn_mid_b
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.collumn_mid_b = '5-temple\\collumn_mid_b';
/**
 * @constant {String} brick_top_right
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.brick_top_right = '5-temple\\brick_top_right';
/**
 * @constant {String} bg_tile_b
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_tile_b = '5-temple\\bg_tile_b';
/**
 * @constant {String} brick_bot_left
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.brick_bot_left = '5-temple\\brick_bot_left';
/**
 * @constant {String} brick_bot_right
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.brick_bot_right = '5-temple\\brick_bot_right';
/**
 * @constant {String} brick_top_left
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.brick_top_left = '5-temple\\brick_top_left';
/**
 * @constant {String} bg_tile_a
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_tile_a = '5-temple\\bg_tile_a';
/**
 * @constant {String} chair_a
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.chair_a = '5-temple\\chair_a';
/**
 * @constant {String} crystal_b
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.crystal_b = '5-temple\\crystal_b';
/**
 * @constant {String} rubble_j
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.rubble_j = '5-temple\\rubble_j';
/**
 * @constant {String} Slice
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.Slice = '5-temple\\Slice';
/**
 * @constant {String} rubble_n
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.rubble_n = '5-temple\\rubble_n';
/**
 * @constant {String} collumn_bot
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.collumn_bot = '5-temple\\collumn_bot';
/**
 * @constant {String} collumn_top
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.collumn_top = '5-temple\\collumn_top';
/**
 * @constant {String} vine_j
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.vine_j = '5-temple\\vine_j';
/**
 * @constant {String} bg_mirror_shard_group_e
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_mirror_shard_group_e = '5-temple\\bg_mirror_shard_group_e';
/**
 * @constant {String} bricks_b
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bricks_b = '5-temple\\bricks_b';
/**
 * @constant {String} bg_statue_a
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_statue_a = '5-temple\\bg_statue_a';
/**
 * @constant {String} bg_mirror_shard_group_d
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_mirror_shard_group_d = '5-temple\\bg_mirror_shard_group_d';
/**
 * @constant {String} crystal_a
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.crystal_a = '5-temple\\crystal_a';
/**
 * @constant {String} bg_mirror_shard_group_b
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_mirror_shard_group_b = '5-temple\\bg_mirror_shard_group_b';
/**
 * @constant {String} bg_mirror_shard_group_c
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_mirror_shard_group_c = '5-temple\\bg_mirror_shard_group_c';
/**
 * @constant {String} bg_mirror_shard_group_a
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_mirror_shard_group_a = '5-temple\\bg_mirror_shard_group_a';
/**
 * @constant {String} bg_mirror_shard_group_a_b
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_mirror_shard_group_a_b = '5-temple\\bg_mirror_shard_group_a_b';
/**
 * @constant {String} bg_mirror_shard_group_a_c
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_mirror_shard_group_a_c = '5-temple\\bg_mirror_shard_group_a_c';
/**
 * @constant {String} checkpointB
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.checkpointB = '5-temple\\checkpointB';
/**
 * @constant {String} vine_k
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.vine_k = '5-temple\\vine_k';
/**
 * @constant {String} vine_b
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.vine_b = '5-temple\\vine_b';
/**
 * @constant {String} checkpoint
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.checkpoint = '5-temple\\checkpoint';
/**
 * @constant {String} weird_eye_hole
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.weird_eye_hole = '5-temple\\weird_eye_hole';
/**
 * @constant {String} vine_h
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.vine_h = '5-temple\\vine_h';
/**
 * @constant {String} vine_c
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.vine_c = '5-temple\\vine_c';
/**
 * @constant {String} broken_arch
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.broken_arch = '5-temple\\broken_arch';
/**
 * @constant {String} altar
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.altar = '5-temple\\altar';
/**
 * @constant {String} bg_eye_b
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_eye_b = '5-temple\\bg_eye_b';
/**
 * @constant {String} hole_a
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.hole_a = '5-temple\\hole_a';
/**
 * @constant {String} statue_b
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.statue_b = '5-temple\\statue_b';
/**
 * @constant {String} vine_d
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.vine_d = '5-temple\\vine_d';
/**
 * @constant {String} statue_a_b
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.statue_a_b = '5-temple\\statue_a_b';
/**
 * @constant {String} statue_a_c
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.statue_a_c = '5-temple\\statue_a_c';
/**
 * @constant {String} statue_a
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.statue_a = '5-temple\\statue_a';
/**
 * @constant {String} vine_i
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.vine_i = '5-temple\\vine_i';
/**
 * @constant {String} vine_g
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.vine_g = '5-temple\\vine_g';
/**
 * @constant {String} bg_mirror_c
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_mirror_c = '5-temple\\bg_mirror_c';
/**
 * @constant {String} bg_mirror_b
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_mirror_b = '5-temple\\bg_mirror_b';
/**
 * @constant {String} vine_f
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.vine_f = '5-temple\\vine_f';
/**
 * @constant {String} vine_e
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.vine_e = '5-temple\\vine_e';
/**
 * @constant {String} bg_mirror_a
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_mirror_a = '5-temple\\bg_mirror_a';
/**
 * @constant {String} statue_e
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.statue_e = '5-temple\\statue_e';
/**
 * @constant {String} hole_b
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.hole_b = '5-temple\\hole_b';
/**
 * @constant {String} Mosaic_c
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.Mosaic_c = '5-temple\\Mosaic_c';
/**
 * @constant {String} Mosaic_a
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.Mosaic_a = '5-temple\\Mosaic_a';
/**
 * @constant {String} Mosaic_b
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.Mosaic_b = '5-temple\\Mosaic_b';
/**
 * @constant {String} squid_head_a
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.squid_head_a = '5-temple\\squid_head_a';
/**
 * @constant {String} bg_eye_c
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_eye_c = '5-temple\\bg_eye_c';
/**
 * @constant {String} statue_d
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.statue_d = '5-temple\\statue_d';
/**
 * @constant {String} crystal_c
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.crystal_c = '5-temple\\crystal_c';
/**
 * @constant {String} bg_eye_a
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.bg_eye_a = '5-temple\\bg_eye_a';
/**
 * @constant {String} huge_bg_eye
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.huge_bg_eye = '5-temple\\huge_bg_eye';
/**
 * @constant {String} statue_c
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.statue_c = '5-temple\\statue_c';
/**
 * @constant {String} statue_f
 * @default
 * @memberof Lucid.Decal.Temple
 */
Decal.Temple.statue_f = '5-temple\\statue_f';
/**
* namespace that holds all the names of the decals for TempleDark
* @namespace TempleDark
* @memberof Lucid.Decal
*/
Decal.TempleDark = {};
/**
 * @constant {String} rubble_c
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.rubble_c = '5-temple-dark\\rubble_c';
/**
 * @constant {String} rubble_i
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.rubble_i = '5-temple-dark\\rubble_i';
/**
 * @constant {String} rubble_k
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.rubble_k = '5-temple-dark\\rubble_k';
/**
 * @constant {String} rubble_a
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.rubble_a = '5-temple-dark\\rubble_a';
/**
 * @constant {String} rubble_f
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.rubble_f = '5-temple-dark\\rubble_f';
/**
 * @constant {String} rubble_b
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.rubble_b = '5-temple-dark\\rubble_b';
/**
 * @constant {String} rubble_q
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.rubble_q = '5-temple-dark\\rubble_q';
/**
 * @constant {String} rubble_o
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.rubble_o = '5-temple-dark\\rubble_o';
/**
 * @constant {String} rubble_h
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.rubble_h = '5-temple-dark\\rubble_h';
/**
 * @constant {String} rubble_p
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.rubble_p = '5-temple-dark\\rubble_p';
/**
 * @constant {String} rubble_g
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.rubble_g = '5-temple-dark\\rubble_g';
/**
 * @constant {String} rubble_e
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.rubble_e = '5-temple-dark\\rubble_e';
/**
 * @constant {String} rubble_l
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.rubble_l = '5-temple-dark\\rubble_l';
/**
 * @constant {String} rubble_d
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.rubble_d = '5-temple-dark\\rubble_d';
/**
 * @constant {String} rubble_m
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.rubble_m = '5-temple-dark\\rubble_m';
/**
 * @constant {String} bg_symbols_v_f
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.bg_symbols_v_f = '5-temple-dark\\bg_symbols_v_f';
/**
 * @constant {String} bg_symbols_v_g
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.bg_symbols_v_g = '5-temple-dark\\bg_symbols_v_g';
/**
 * @constant {String} bg_symbols_v_b
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.bg_symbols_v_b = '5-temple-dark\\bg_symbols_v_b';
/**
 * @constant {String} bg_symbols_v_a
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.bg_symbols_v_a = '5-temple-dark\\bg_symbols_v_a';
/**
 * @constant {String} bg_symbols_h_a
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.bg_symbols_h_a = '5-temple-dark\\bg_symbols_h_a';
/**
 * @constant {String} bg_symbols_h_b
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.bg_symbols_h_b = '5-temple-dark\\bg_symbols_h_b';
/**
 * @constant {String} bg_symbols_h_h
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.bg_symbols_h_h = '5-temple-dark\\bg_symbols_h_h';
/**
 * @constant {String} bg_symbols_h_g
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.bg_symbols_h_g = '5-temple-dark\\bg_symbols_h_g';
/**
 * @constant {String} bg_symbols_v_d
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.bg_symbols_v_d = '5-temple-dark\\bg_symbols_v_d';
/**
 * @constant {String} bg_symbols_v_c
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.bg_symbols_v_c = '5-temple-dark\\bg_symbols_v_c';
/**
 * @constant {String} bg_symbols_v_e
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.bg_symbols_v_e = '5-temple-dark\\bg_symbols_v_e';
/**
 * @constant {String} bg_symbols_h_c
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.bg_symbols_h_c = '5-temple-dark\\bg_symbols_h_c';
/**
 * @constant {String} bg_symbols_h_d
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.bg_symbols_h_d = '5-temple-dark\\bg_symbols_h_d';
/**
 * @constant {String} bg_symbols_h_e
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.bg_symbols_h_e = '5-temple-dark\\bg_symbols_h_e';
/**
 * @constant {String} bg_symbols_h_f
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.bg_symbols_h_f = '5-temple-dark\\bg_symbols_h_f';
/**
 * @constant {String} bg_symbols_c_a
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.bg_symbols_c_a = '5-temple-dark\\bg_symbols_c_a';
/**
 * @constant {String} bg_symbols_c_c
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.bg_symbols_c_c = '5-temple-dark\\bg_symbols_c_c';
/**
 * @constant {String} bg_symbols_c_d
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.bg_symbols_c_d = '5-temple-dark\\bg_symbols_c_d';
/**
 * @constant {String} bg_symbols_c_b
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.bg_symbols_c_b = '5-temple-dark\\bg_symbols_c_b';
/**
 * @constant {String} vine_a
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.vine_a = '5-temple-dark\\vine_a';
/**
 * @constant {String} bg_claw_a
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.bg_claw_a = '5-temple-dark\\bg_claw_a';
/**
 * @constant {String} bg_claw_c
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.bg_claw_c = '5-temple-dark\\bg_claw_c';
/**
 * @constant {String} bg_claw_b
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.bg_claw_b = '5-temple-dark\\bg_claw_b';
/**
 * @constant {String} bg_tile_a
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.bg_tile_a = '5-temple-dark\\bg_tile_a';
/**
 * @constant {String} rubble_j
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.rubble_j = '5-temple-dark\\rubble_j';
/**
 * @constant {String} rubble_n
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.rubble_n = '5-temple-dark\\rubble_n';
/**
 * @constant {String} vine_j
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.vine_j = '5-temple-dark\\vine_j';
/**
 * @constant {String} column_d
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.column_d = '5-temple-dark\\column_d';
/**
 * @constant {String} bg_tile_c
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.bg_tile_c = '5-temple-dark\\bg_tile_c';
/**
 * @constant {String} bg_tile_b
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.bg_tile_b = '5-temple-dark\\bg_tile_b';
/**
 * @constant {String} vine_b
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.vine_b = '5-temple-dark\\vine_b';
/**
 * @constant {String} vine_k
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.vine_k = '5-temple-dark\\vine_k';
/**
 * @constant {String} vine_h
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.vine_h = '5-temple-dark\\vine_h';
/**
 * @constant {String} column_e
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.column_e = '5-temple-dark\\column_e';
/**
 * @constant {String} vine_c
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.vine_c = '5-temple-dark\\vine_c';
/**
 * @constant {String} hole_a
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.hole_a = '5-temple-dark\\hole_a';
/**
 * @constant {String} column_a
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.column_a = '5-temple-dark\\column_a';
/**
 * @constant {String} column_c
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.column_c = '5-temple-dark\\column_c';
/**
 * @constant {String} vine_d
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.vine_d = '5-temple-dark\\vine_d';
/**
 * @constant {String} vine_i
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.vine_i = '5-temple-dark\\vine_i';
/**
 * @constant {String} column_b
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.column_b = '5-temple-dark\\column_b';
/**
 * @constant {String} vine_g
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.vine_g = '5-temple-dark\\vine_g';
/**
 * @constant {String} vine_f
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.vine_f = '5-temple-dark\\vine_f';
/**
 * @constant {String} vine_e
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.vine_e = '5-temple-dark\\vine_e';
/**
 * @constant {String} hole_b
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.hole_b = '5-temple-dark\\hole_b';
/**
 * @constant {String} Mosaic_b
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.Mosaic_b = '5-temple-dark\\Mosaic_b';
/**
 * @constant {String} Mosaic_c
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.Mosaic_c = '5-temple-dark\\Mosaic_c';
/**
 * @constant {String} Mosaic_a
 * @default
 * @memberof Lucid.Decal.TempleDark
 */
Decal.TempleDark.Mosaic_a = '5-temple-dark\\Mosaic_a';
/**
* namespace that holds all the names of the decals for Epilogue
* @namespace Epilogue
* @memberof Lucid.Decal
*/
Decal.Epilogue = {};
/**
 * @constant {String} backpack
 * @default
 * @memberof Lucid.Decal.Epilogue
 */
Decal.Epilogue.backpack = '8-epilogue\\backpack';
/**
 * @constant {String} table_a
 * @default
 * @memberof Lucid.Decal.Epilogue
 */
Decal.Epilogue.table_a = '8-epilogue\\table_a';
/**
 * @constant {String} stove
 * @default
 * @memberof Lucid.Decal.Epilogue
 */
Decal.Epilogue.stove = '8-epilogue\\stove';
/**
 * @constant {String} nest_front
 * @default
 * @memberof Lucid.Decal.Epilogue
 */
Decal.Epilogue.nest_front = '8-epilogue\\nest_front';
/**
 * @constant {String} nest_back
 * @default
 * @memberof Lucid.Decal.Epilogue
 */
Decal.Epilogue.nest_back = '8-epilogue\\nest_back';
/**
 * @constant {String} house
 * @default
 * @memberof Lucid.Decal.Epilogue
 */
Decal.Epilogue.house = '8-epilogue\\house';
/**
 * @constant {String} housebg
 * @default
 * @memberof Lucid.Decal.Epilogue
 */
Decal.Epilogue.housebg = '8-epilogue\\housebg';
/**
* namespace that holds all the names of the decals for ForsakenCity
* @namespace ForsakenCity
* @memberof Lucid.Decal
*/
Decal.ForsakenCity = {};
/**
 * @constant {String} collumn_small_broken
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.collumn_small_broken = '1-forsakencity\\collumn_small_broken';
/**
 * @constant {String} collumn_small_broken_b
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.collumn_small_broken_b = '1-forsakencity\\collumn_small_broken_b';
/**
 * @constant {String} Collumn_concrete_mid_broken_E
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.Collumn_concrete_mid_broken_E = '1-forsakencity\\Collumn_concrete_mid_broken_E';
/**
 * @constant {String} collumn_small_mid
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.collumn_small_mid = '1-forsakencity\\collumn_small_mid';
/**
 * @constant {String} Collumn_concrete_mid_broken
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.Collumn_concrete_mid_broken = '1-forsakencity\\Collumn_concrete_mid_broken';
/**
 * @constant {String} Collumn_concrete_mid
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.Collumn_concrete_mid = '1-forsakencity\\Collumn_concrete_mid';
/**
 * @constant {String} hydrant
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.hydrant = '1-forsakencity\\hydrant';
/**
 * @constant {String} old_lamp
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.old_lamp = '1-forsakencity\\old_lamp';
/**
 * @constant {String} sign_slippery
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.sign_slippery = '1-forsakencity\\sign_slippery';
/**
 * @constant {String} collumn_small_E
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.collumn_small_E = '1-forsakencity\\collumn_small_E';
/**
 * @constant {String} box
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.box = '1-forsakencity\\box';
/**
 * @constant {String} cook_pot
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.cook_pot = '1-forsakencity\\cook_pot';
/**
 * @constant {String} paint_buckets
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.paint_buckets = '1-forsakencity\\paint_buckets';
/**
 * @constant {String} posterA
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.posterA = '1-forsakencity\\posterA';
/**
 * @constant {String} posterB
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.posterB = '1-forsakencity\\posterB';
/**
 * @constant {String} posterC
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.posterC = '1-forsakencity\\posterC';
/**
 * @constant {String} posterD
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.posterD = '1-forsakencity\\posterD';
/**
 * @constant {String} posterE
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.posterE = '1-forsakencity\\posterE';
/**
 * @constant {String} skelly
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.skelly = '1-forsakencity\\skelly';
/**
 * @constant {String} leftArrowSign
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.leftArrowSign = '1-forsakencity\\leftArrowSign';
/**
 * @constant {String} poted_plant
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.poted_plant = '1-forsakencity\\poted_plant';
/**
 * @constant {String} windowA
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.windowA = '1-forsakencity\\windowA';
/**
 * @constant {String} windowC
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.windowC = '1-forsakencity\\windowC';
/**
 * @constant {String} windowB
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.windowB = '1-forsakencity\\windowB';
/**
 * @constant {String} trafic_lights_ceiling
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.trafic_lights_ceiling = '1-forsakencity\\trafic_lights_ceiling';
/**
 * @constant {String} trafic_lights_ceiling_busted
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.trafic_lights_ceiling_busted = '1-forsakencity\\trafic_lights_ceiling_busted';
/**
 * @constant {String} box_and_bottle
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.box_and_bottle = '1-forsakencity\\box_and_bottle';
/**
 * @constant {String} weird_vase
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.weird_vase = '1-forsakencity\\weird_vase';
/**
 * @constant {String} Collumn_concrete_E
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.Collumn_concrete_E = '1-forsakencity\\Collumn_concrete_E';
/**
 * @constant {String} ragsB
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.ragsB = '1-forsakencity\\ragsB';
/**
 * @constant {String} bench_concrete
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.bench_concrete = '1-forsakencity\\bench_concrete';
/**
 * @constant {String} post_extra_broken
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.post_extra_broken = '1-forsakencity\\post_extra_broken';
/**
 * @constant {String} recliner
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.recliner = '1-forsakencity\\recliner';
/**
 * @constant {String} rags
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.rags = '1-forsakencity\\rags';
/**
 * @constant {String} bench_concrete_snow
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.bench_concrete_snow = '1-forsakencity\\bench_concrete_snow';
/**
 * @constant {String} flag02
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.flag02 = '1-forsakencity\\flag02';
/**
 * @constant {String} camping_small
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.camping_small = '1-forsakencity\\camping_small';
/**
 * @constant {String} flag03
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.flag03 = '1-forsakencity\\flag03';
/**
 * @constant {String} sign_that_way
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.sign_that_way = '1-forsakencity\\sign_that_way';
/**
 * @constant {String} flag01
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.flag01 = '1-forsakencity\\flag01';
/**
 * @constant {String} hanging_lamp
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.hanging_lamp = '1-forsakencity\\hanging_lamp';
/**
 * @constant {String} sign_you_can_park
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.sign_you_can_park = '1-forsakencity\\sign_you_can_park';
/**
 * @constant {String} flag04
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.flag04 = '1-forsakencity\\flag04';
/**
 * @constant {String} sign_foward
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.sign_foward = '1-forsakencity\\sign_foward';
/**
 * @constant {String} post_broken
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.post_broken = '1-forsakencity\\post_broken';
/**
 * @constant {String} sign_you_can_t_dash
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.sign_you_can_t_dash = '1-forsakencity\\sign_you_can_t_dash';
/**
 * @constant {String} sign_you_can_go_up
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.sign_you_can_go_up = '1-forsakencity\\sign_you_can_go_up';
/**
 * @constant {String} sign_you_can_t_go_right
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.sign_you_can_t_go_right = '1-forsakencity\\sign_you_can_t_go_right';
/**
 * @constant {String} sign_you_can_go_right
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.sign_you_can_go_right = '1-forsakencity\\sign_you_can_go_right';
/**
 * @constant {String} sign_you_can_t_go_down
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.sign_you_can_t_go_down = '1-forsakencity\\sign_you_can_t_go_down';
/**
 * @constant {String} sign_you_can_t_go_up
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.sign_you_can_t_go_up = '1-forsakencity\\sign_you_can_t_go_up';
/**
 * @constant {String} sign_you_can_go_down
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.sign_you_can_go_down = '1-forsakencity\\sign_you_can_go_down';
/**
 * @constant {String} checkpoint
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.checkpoint = '1-forsakencity\\checkpoint';
/**
 * @constant {String} flag00
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.flag00 = '1-forsakencity\\flag00';
/**
 * @constant {String} sign_rockslide
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.sign_rockslide = '1-forsakencity\\sign_rockslide';
/**
 * @constant {String} statue
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.statue = '1-forsakencity\\statue';
/**
 * @constant {String} Collumn_concrete_E_broken
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.Collumn_concrete_E_broken = '1-forsakencity\\Collumn_concrete_E_broken';
/**
 * @constant {String} Collumn_concrete_E_less_broken
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.Collumn_concrete_E_less_broken = '1-forsakencity\\Collumn_concrete_E_less_broken';
/**
 * @constant {String} Collumn_concrete_E_very_broken
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.Collumn_concrete_E_very_broken = '1-forsakencity\\Collumn_concrete_E_very_broken';
/**
 * @constant {String} ladder
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.ladder = '1-forsakencity\\ladder';
/**
 * @constant {String} dashUpTwiceSign
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.dashUpTwiceSign = '1-forsakencity\\dashUpTwiceSign';
/**
 * @constant {String} camping_medium_ruined
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.camping_medium_ruined = '1-forsakencity\\camping_medium_ruined';
/**
 * @constant {String} camping_medium
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.camping_medium = '1-forsakencity\\camping_medium';
/**
 * @constant {String} hanging_sign
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.hanging_sign = '1-forsakencity\\hanging_sign';
/**
 * @constant {String} sign_under_construction
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.sign_under_construction = '1-forsakencity\\sign_under_construction';
/**
 * @constant {String} car_yellow
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.car_yellow = '1-forsakencity\\car_yellow';
/**
 * @constant {String} big_sign_c
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.big_sign_c = '1-forsakencity\\big_sign_c';
/**
 * @constant {String} house_unfinished
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.house_unfinished = '1-forsakencity\\house_unfinished';
/**
 * @constant {String} satelite_dish
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.satelite_dish = '1-forsakencity\\satelite_dish';
/**
 * @constant {String} car_ruined
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.car_ruined = '1-forsakencity\\car_ruined';
/**
 * @constant {String} trafic_lights
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.trafic_lights = '1-forsakencity\\trafic_lights';
/**
 * @constant {String} big_sign_b
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.big_sign_b = '1-forsakencity\\big_sign_b';
/**
 * @constant {String} big_sign
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.big_sign = '1-forsakencity\\big_sign';
/**
 * @constant {String} big_sign_f
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.big_sign_f = '1-forsakencity\\big_sign_f';
/**
 * @constant {String} brazilian_coffee_sign
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.brazilian_coffee_sign = '1-forsakencity\\brazilian_coffee_sign';
/**
 * @constant {String} shack_old
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.shack_old = '1-forsakencity\\shack_old';
/**
 * @constant {String} royal_pizza_sign
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.royal_pizza_sign = '1-forsakencity\\royal_pizza_sign';
/**
 * @constant {String} royal_pizza_building
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.royal_pizza_building = '1-forsakencity\\royal_pizza_building';
/**
 * @constant {String} big_sign_e
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.big_sign_e = '1-forsakencity\\big_sign_e';
/**
 * @constant {String} brazilian_coffee_building
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.brazilian_coffee_building = '1-forsakencity\\brazilian_coffee_building';
/**
 * @constant {String} informationKiosk
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.informationKiosk = '1-forsakencity\\informationKiosk';
/**
 * @constant {String} big_sign_d
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.big_sign_d = '1-forsakencity\\big_sign_d';
/**
 * @constant {String} plane
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.plane = '1-forsakencity\\plane';
/**
 * @constant {String} broken_plane
 * @default
 * @memberof Lucid.Decal.ForsakenCity
 */
Decal.ForsakenCity.broken_plane = '1-forsakencity\\broken_plane';
/**
* namespace that holds all the names of the decals for Summit
* @namespace Summit
* @memberof Lucid.Decal
*/
Decal.Summit = {};
/**
 * @constant {String} cloud_cb
 * @default
 * @memberof Lucid.Decal.Summit
 */
Decal.Summit.cloud_cb = '7-summit\\cloud_cb';
/**
 * @constant {String} cloud_db
 * @default
 * @memberof Lucid.Decal.Summit
 */
Decal.Summit.cloud_db = '7-summit\\cloud_db';
/**
 * @constant {String} cloud_d
 * @default
 * @memberof Lucid.Decal.Summit
 */
Decal.Summit.cloud_d = '7-summit\\cloud_d';
/**
 * @constant {String} cloud_ce
 * @default
 * @memberof Lucid.Decal.Summit
 */
Decal.Summit.cloud_ce = '7-summit\\cloud_ce';
/**
 * @constant {String} cloud_cc
 * @default
 * @memberof Lucid.Decal.Summit
 */
Decal.Summit.cloud_cc = '7-summit\\cloud_cc';
/**
 * @constant {String} cloud_c
 * @default
 * @memberof Lucid.Decal.Summit
 */
Decal.Summit.cloud_c = '7-summit\\cloud_c';
/**
 * @constant {String} cloud_dc
 * @default
 * @memberof Lucid.Decal.Summit
 */
Decal.Summit.cloud_dc = '7-summit\\cloud_dc';
/**
 * @constant {String} checkpoint
 * @default
 * @memberof Lucid.Decal.Summit
 */
Decal.Summit.checkpoint = '7-summit\\checkpoint';
/**
 * @constant {String} cloud_cd
 * @default
 * @memberof Lucid.Decal.Summit
 */
Decal.Summit.cloud_cd = '7-summit\\cloud_cd';
/**
 * @constant {String} cloud_dd
 * @default
 * @memberof Lucid.Decal.Summit
 */
Decal.Summit.cloud_dd = '7-summit\\cloud_dd';
/**
 * @constant {String} cloud_bb
 * @default
 * @memberof Lucid.Decal.Summit
 */
Decal.Summit.cloud_bb = '7-summit\\cloud_bb';
/**
 * @constant {String} cloud_a
 * @default
 * @memberof Lucid.Decal.Summit
 */
Decal.Summit.cloud_a = '7-summit\\cloud_a';
/**
 * @constant {String} cloud_b
 * @default
 * @memberof Lucid.Decal.Summit
 */
Decal.Summit.cloud_b = '7-summit\\cloud_b';
/**
 * @constant {String} cloud_bc
 * @default
 * @memberof Lucid.Decal.Summit
 */
Decal.Summit.cloud_bc = '7-summit\\cloud_bc';
/**
 * @constant {String} cloud_e
 * @default
 * @memberof Lucid.Decal.Summit
 */
Decal.Summit.cloud_e = '7-summit\\cloud_e';
/**
 * @constant {String} SummitFlag06
 * @default
 * @memberof Lucid.Decal.Summit
 */
Decal.Summit.SummitFlag06 = '7-summit\\SummitFlag06';
/**
 * @constant {String} SummitFlag00
 * @default
 * @memberof Lucid.Decal.Summit
 */
Decal.Summit.SummitFlag00 = '7-summit\\SummitFlag00';
/**
 * @constant {String} SummitFlag01
 * @default
 * @memberof Lucid.Decal.Summit
 */
Decal.Summit.SummitFlag01 = '7-summit\\SummitFlag01';
/**
 * @constant {String} SummitFlag02
 * @default
 * @memberof Lucid.Decal.Summit
 */
Decal.Summit.SummitFlag02 = '7-summit\\SummitFlag02';
/**
 * @constant {String} SummitFlag03
 * @default
 * @memberof Lucid.Decal.Summit
 */
Decal.Summit.SummitFlag03 = '7-summit\\SummitFlag03';
/**
 * @constant {String} SummitFlag04
 * @default
 * @memberof Lucid.Decal.Summit
 */
Decal.Summit.SummitFlag04 = '7-summit\\SummitFlag04';
/**
 * @constant {String} SummitFlag05
 * @default
 * @memberof Lucid.Decal.Summit
 */
Decal.Summit.SummitFlag05 = '7-summit\\SummitFlag05';
/**
 * @constant {String} SummitFlag07
 * @default
 * @memberof Lucid.Decal.Summit
 */
Decal.Summit.SummitFlag07 = '7-summit\\SummitFlag07';
/**
 * @constant {String} cloud_f
 * @default
 * @memberof Lucid.Decal.Summit
 */
Decal.Summit.cloud_f = '7-summit\\cloud_f';
/**
 * @constant {String} cherry_tree
 * @default
 * @memberof Lucid.Decal.Summit
 */
Decal.Summit.cherry_tree = '7-summit\\cherry_tree';
/**
* namespace that holds all the names of the decals for Prologue
* @namespace Prologue
* @memberof Lucid.Decal
*/
Decal.Prologue = {};
/**
 * @constant {String} fence_a_left
 * @default
 * @memberof Lucid.Decal.Prologue
 */
Decal.Prologue.fence_a_left = '0-prologue\\fence_a_left';
/**
 * @constant {String} fence_c_left
 * @default
 * @memberof Lucid.Decal.Prologue
 */
Decal.Prologue.fence_c_left = '0-prologue\\fence_c_left';
/**
 * @constant {String} fence_b_left
 * @default
 * @memberof Lucid.Decal.Prologue
 */
Decal.Prologue.fence_b_left = '0-prologue\\fence_b_left';
/**
 * @constant {String} fence_a_right
 * @default
 * @memberof Lucid.Decal.Prologue
 */
Decal.Prologue.fence_a_right = '0-prologue\\fence_a_right';
/**
 * @constant {String} fence_a_middle
 * @default
 * @memberof Lucid.Decal.Prologue
 */
Decal.Prologue.fence_a_middle = '0-prologue\\fence_a_middle';
/**
 * @constant {String} fence_c_right
 * @default
 * @memberof Lucid.Decal.Prologue
 */
Decal.Prologue.fence_c_right = '0-prologue\\fence_c_right';
/**
 * @constant {String} fence_b_right
 * @default
 * @memberof Lucid.Decal.Prologue
 */
Decal.Prologue.fence_b_right = '0-prologue\\fence_b_right';
/**
 * @constant {String} fence_b_middle
 * @default
 * @memberof Lucid.Decal.Prologue
 */
Decal.Prologue.fence_b_middle = '0-prologue\\fence_b_middle';
/**
 * @constant {String} fence_c_middle
 * @default
 * @memberof Lucid.Decal.Prologue
 */
Decal.Prologue.fence_c_middle = '0-prologue\\fence_c_middle';
/**
 * @constant {String} axe
 * @default
 * @memberof Lucid.Decal.Prologue
 */
Decal.Prologue.axe = '0-prologue\\axe';
/**
 * @constant {String} sign
 * @default
 * @memberof Lucid.Decal.Prologue
 */
Decal.Prologue.sign = '0-prologue\\sign';
/**
 * @constant {String} house
 * @default
 * @memberof Lucid.Decal.Prologue
 */
Decal.Prologue.house = '0-prologue\\house';


module.exports = Decal;