{
    "format_version": "1.10.0",
    "animation_controllers": {
        "controller.animation.ogscp106.general": {
            "states": {
                "default": {
                    "animations": [
                        "ogscp106_general"
                    ],
                    "particle_effects": [{
                            "effect": "spell",
                            "locator": "pa"
                        }
                    ],
					"transitions": [{
                            "die": "query.is_transforming"
                        },
						{
                            "spawning": "query.is_sheared"
                        }
                    ],
                    "blend_transition": 0.2
                },
                "die": {
                    "animations": [
                        "dieing"
                    ],
                    "transitions": [{
                            "default": "!query.is_transforming"
                        }
                    ],
                    "blend_transition": 0.2
                },
				"spawning": {
                    "animations": [
                        "spawning"
                    ],
                    "transitions": [{
                            "default": "!query.is_sheared"
                        }
                    ],
                    "blend_transition": 0.2
                }
            }
        },
        "controller.animation.ogscp106.move": {
            "states": {
                "default": {
                    "animations": [{
                            "moving": "query.modified_move_speed"
                        }
                    ],
					"particle_effects": [{
                            "effect": "spell",
                            "locator": "pa"
                        }
                    ]
                }
            }
        },
        "controller.animation.ogscp106.attack": {
            "states": {
                "default": {
                    "transitions": [{
                            "attack": "variable.attack>0"
                        }
                    ],
					"particle_effects": [{
                            "effect": "spell",
                            "locator": "pa"
                        }
                    ],
                    "blend_transition": 0.2
                },
                "attack": {
                    "animations": [
                        "attacking"
                    ],
                    "transitions": [{
                            "default": "query.all_animations_finished"
                        }
                    ],
                    "blend_transition": 0.2
                }
            }
        },
		"controller.animation.ogscp106.cast": {
            "states": {
                "default": {
                    "transitions": [{
                            "casting": "query.is_casting"
                        }
                    ],
                    "blend_transition": 0.2
                },
                "casting": {
                    "animations": [
                        "casting"
                    ],
                    "transitions": [{
                            "default": "!query.is_casting"
                        }
                    ],
                    "blend_transition": 0.2
                }
            }
        }
    }
}
