More actions
Content deleted Content added
No edit summary |
// via Wikitext Extension for VSCode |
||
Line 1: | Line 1: | ||
{{Core|The final interaction is the Manifest Interaction. It's by far the simplest and is used whenever an effect "just happens". There's no built in way to deal with a Manifest, only responses like {{L|Keyword|Resistance|Resistances}} and {{L|Keyword|Immunity|Immunities}}. |
{{Core|The final interaction is the Manifest Interaction. It's by far the simplest and is used whenever an effect "just happens". There's no built in way to deal with a Manifest, only responses like {{L|Keyword|Resistance|Resistances}} and {{L|Keyword|Immunity|Immunities}}.|name=Manifest Interaction}}<includeonly> |
||
{{#mermaid:flowchart TD |
{{#mermaid:flowchart TD |
||
mi["Manifest Interaction Begins"] |
mi["Manifest Interaction Begins"] |
||
Line 9: | Line 8: | ||
mi --> or |
mi --> or |
||
or -- "Other Responses Succeed" --> f |
or -- "Other Responses Succeed" --> f |
||
or -- "Other Responses Fail" --> a |
or -- "Other Responses Fail" --> a}} |
||
</includeonly> |
|||
<noinclude> |
<noinclude> |
||
== Complete Manifest Interaction Routine == |
|||
{{Core:Complete Manifest Interaction Routine}} |
|||
</noinclude> |
</noinclude> |
Revision as of 22:59, 8 February 2025
The final interaction is the Manifest Interaction. It's by far the simplest and is used whenever an effect "just happens". There's no built in way to deal with a Manifest, only responses like resistances and immunities.