{
	"format_version" : "1.10.0",
	"animation_controllers" : {
		"controller.animation.phantom.base_pose" : {
			"initial_state" : "default",
			"states" : {
				"default" : {
					"animations" : [ "phantom_base_pose" ],
					"particle_effects" : [
						{
							"effect" : "wing_dust",
							"locator" : "left_wing"
						},
						{
							"effect" : "wing_dust",
							"locator" : "right_wing"
						}
					]
				}
			}
		},
		"controller.animation.phantom.move" : {
			"initial_state" : "default",
			"states" : {
				"default" : {
					"animations" : [ "move" ]
				}
			}
		}
	}
}
