Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Core:Manifest Interaction: Difference between revisions

From Teriock
Content deleted Content added
No edit summary
// via Wikitext Extension for VSCode
 
(2 intermediate revisions by the same user not shown)
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}}|name=Manifest Interaction}}
or -- "Other Responses Fail" --> a}}
</includeonly>
<noinclude>
<noinclude>
{{Sub|Core:Complete Manifest Interaction Routine}}
== Complete Manifest Interaction Routine ==
{{Core:Complete Manifest Interaction Routine}}
</noinclude>
</noinclude><noinclude>[[Category:Interactions]]</noinclude>

Latest revision as of 10:42, 24 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.

Complete Manifest Interaction Routine