```mermaid
sequenceDiagram
B->>A: XX
A->>B: XX
A->>B: XX
A->>B: XX
```
Video:
B->>A: RiSlice
Note over A,B: As soon as A_Weapon passes B_Body:
B->>A: RiStepSlice with 4 Wall Posture (vs. potential A_BH_Slice)
loop Drill
A-->B: Pelampas
end
```mermaid
sequenceDiagram
loop Drill
B->>A: Jab
A->>B:
A->>B: XX
A->>B: XX
A->>B: XX
end
```