Injured vs. Uninjured Animation BP/State Machine Dilemma

There many ways you can do this.

One example way:

You could add a “IsInjured?” boolean variable to the AnimationBlueprint and set it when the animation bp is updated.
You could then setup two different state machines (one for injured and one for healthy) and them in the animBP the following way: