{
    "format_version": "1.10.0",
    "animation_controllers": {
        "controller.animation.scp860_2.general": {
            "initial_state": "moving",
            "states": {
                "moving": {
                    "variables": {
                        "move_speed": {
                            "input": "query.modified_move_speed",
                            "remap_curve": {
                                "0.0": 0.0,
                                "0.25": 1.0
                            }
                        },
                        "is_idling": {
                            "input": "query.modified_move_speed",
                            "remap_curve": {
                                "0.0": 1.0,
                                "0.1": 0.0
                            }
                        }
                    },
                    "animations": [{
                            "moving": "variable.move_speed"
                        }, {
                            "scp860_2_general": "variable.is_idling"
                        }
                    ],
                    "transitions": [{
                            "running": "query.ground_speed >= 4.5"
                        }
                    ],
					"blend_transition": 0.2
                },
                "running": {
                    "animations": [
                        "running"
                    ],
                    "transitions": [{
                            "moving": "query.ground_speed <= 2.5"
                        }
                    ],
					"sound_effects": [{
                            "effect": "running"
                        }
                    ],
                    "blend_transition": 0.1
                }
            }
        },
		"controller.animation.scp860_2.attack": {
			"states": {
				"default": {
					"transitions": [
						{
                            "attack1": "variable.attack_time > 0 && variable.random == 0"
                        }
					],
					"blend_transition": 0.1
				},
				"attack": {
                    "animations": [
                        "attack1"
                    ],
                    "transitions": [{
                            "default": "query.all_animations_finished"
                        }
                    ],
					"blend_transition": 0.1
                }
			}
		}
    }
}