More actions
Content deleted Content added
Created page with "{{Core|{{#mermaid:flowchart TD st[Attack Interaction Begins] ar{{((}}{"Attack Roll"}{{))}} ah("Critical Hit?") ac[/"Effect Goes Critical"/] bq("Block Attempted?") bs"Block Interaction Begins" bm{{((}}{"Block Check"}{{))}} iq("Immuned?") is"Immunity Interaction Begins" rq("Resisted?") rs"Resistance Interaction Begins" rt{{((}}{"Resist Save"}{{))}} f([Effect Fizzles]) a([Effect Applies]) st --> ar ar -- "Attack Misses" --> f ar -- "Attack Hits" --> ah ah -- "N..." |
No edit summary |
||
Line 32: | Line 32: | ||
rs --> rt |
rs --> rt |
||
rt -- "Resist Succeeds" --> f |
rt -- "Resist Succeeds" --> f |
||
rt -- "Resist Fails" --> a}}}} |
rt -- "Resist Fails" --> a}}|name=Complete Attack and Block Interaction Routine}} |