Changes

29 bytes added ,  04:12, 11 December 2022
no edit summary
Line 1: Line 1:  
<noinclude>
 
<noinclude>
 
==Usage==
 
==Usage==
{{CortexSFX
  −
|name=Hinder
  −
|effect=Gain a [pp] when you switch out this distinction's [8] for a [4].
  −
}}
   
<pre><nowiki>
 
<pre><nowiki>
 
{{CortexSFX
 
{{CortexSFX
Line 11: Line 7:  
}}
 
}}
 
</nowiki></pre>
 
</nowiki></pre>
 +
==Definiations==
 
{|-
 
{|-
 
|'''name= '''
 
|'''name= '''
Line 18: Line 15:  
|''Required.'' A SFX Effect. you can specify plot points with [pp] and dice with [4],[6],[8],[10],[12], and those values with get auto-replaced in the actual text
 
|''Required.'' A SFX Effect. you can specify plot points with [pp] and dice with [4],[6],[8],[10],[12], and those values with get auto-replaced in the actual text
 
|}
 
|}
 +
==Example==
 +
{{CortexSFX
 +
|name=Hinder
 +
|effect=Gain a [pp] when you switch out this distinction's [8] for a [4].
 +
}}
 
</noinclude>
 
</noinclude>
 
{{#if:{{{name|}}}|'''{{{name}}}'''|<span class='err'>sfx needs a name</span>}}
 
{{#if:{{{name|}}}|'''{{{name}}}'''|<span class='err'>sfx needs a name</span>}}
    
{{#if:{{{effect|}}}|{{#cortexMarkup:{{{effect}}}}}|<span class='err'>sfx needs an effect</span>}}
 
{{#if:{{{effect|}}}|{{#cortexMarkup:{{{effect}}}}}|<span class='err'>sfx needs an effect</span>}}