{
    "format_version": "1.10.0",
    "animation_controllers": {
        "controller.animation.scp1762.general": {
            "states": {
                "default": {
                    "animations": [
                        "scp1762_general"
                    ],
                    "transitions": [{
                            "open": "query.is_casting"
                        }
                    ],
                    "blend_transition": 0.2
                },
                "open": {
                    "animations": [
                        "opening"
                    ],
					"particle_effects" : [
						{
							"effect" : "spell",
							"locator" : "box"
						}
					],
                    "transitions": [{
                            "default": "!query.is_casting"
                        }
                    ],
                    "blend_transition": 0.2
                }
            }
        }
    }
}
