<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.funkystation.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AGenericStatusEffect</id>
	<title>Template:GenericStatusEffect - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.funkystation.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AGenericStatusEffect"/>
	<link rel="alternate" type="text/html" href="https://wiki.funkystation.org/index.php?title=Template:GenericStatusEffect&amp;action=history"/>
	<updated>2026-06-05T00:54:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.funkystation.org/index.php?title=Template:GenericStatusEffect&amp;diff=266&amp;oldid=prev</id>
		<title>imported&gt;Aliser: docs</title>
		<link rel="alternate" type="text/html" href="https://wiki.funkystation.org/index.php?title=Template:GenericStatusEffect&amp;diff=266&amp;oldid=prev"/>
		<updated>2024-06-25T07:59:19Z</updated>

		<summary type="html">&lt;p&gt;docs&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#switch:{{{key|Stun}}}&lt;br /&gt;
|Stun={{#switch:{{{type|0}}}&lt;br /&gt;
|0=Stuns for {{{time}}} seconds {{#ifeq:{{{refresh|true}}}|false|(stacks)}} per unit&lt;br /&gt;
|2=Stuns for {{{time}}} seconds {{#ifeq:{{{refresh|true}}}|false|(stacks)}} per unit&lt;br /&gt;
|1=Reduces stun time by {{{time}}} seconds {{#ifeq:{{{refresh|true}}}|false|(stacks)}} per unit&lt;br /&gt;
}}&lt;br /&gt;
|KnockedDown={{#switch:{{{type|0}}}&lt;br /&gt;
|0=Knocks down for {{{time}}} seconds {{#ifeq:{{{refresh|true}}}|false|(stacks)}} per unit&lt;br /&gt;
|2=Knocks down for {{{time}}} seconds {{#ifeq:{{{refresh|true}}}|false|(stacks)}} per unit&lt;br /&gt;
|1=Reduces knockdown time by {{{time}}} seconds {{#ifeq:{{{refresh|true}}}|false|(stacks)}} per unit&lt;br /&gt;
}}&lt;br /&gt;
|Stutter={{#switch:{{{type|0}}}&lt;br /&gt;
|0=Causes stuttering for {{{time}}} seconds {{#ifeq:{{{refresh|true}}}|false|(stacks)}} per unit&lt;br /&gt;
|2=Causes stuttering for {{{time}}} seconds {{#ifeq:{{{refresh|true}}}|false|(stacks)}} per unit&lt;br /&gt;
|1=Reduces stuttering time by {{{time}}} seconds {{#ifeq:{{{refresh|true}}}|false|(stacks)}} per unit&lt;br /&gt;
}}&lt;br /&gt;
|Jitter={{#switch:{{{type|0}}}&lt;br /&gt;
|0=Causes jittering for {{{time}}} seconds {{#ifeq:{{{refresh|true}}}|false|(stacks)}} per unit&lt;br /&gt;
|2=Causes jittering for {{{time}}} seconds {{#ifeq:{{{refresh|true}}}|false|(stacks)}} per unit&lt;br /&gt;
|1=Reduces jittering time by {{{time}}} seconds {{#ifeq:{{{refresh|true}}}|false|(stacks)}} per unit&lt;br /&gt;
}}&lt;br /&gt;
}}{{#if:{{{when|}}}|&amp;amp;#x20;when {{{when}}}}}.&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Recipe templates]]&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;key&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Effect name&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;suggestedvalues&amp;quot;: [&lt;br /&gt;
				&amp;quot;Stun&amp;quot;,&lt;br /&gt;
				&amp;quot;KnockedDown&amp;quot;,&lt;br /&gt;
				&amp;quot;Stutter&amp;quot;,&lt;br /&gt;
				&amp;quot;Jitter&amp;quot;&lt;br /&gt;
			],&lt;br /&gt;
			&amp;quot;default&amp;quot;: &amp;quot;Stun&amp;quot;,&lt;br /&gt;
			&amp;quot;suggested&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;type&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Effect&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;number&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Use \&amp;quot;0\&amp;quot; for negative (e.g. stuns for) and \&amp;quot;1\&amp;quot; for positive (e.g. reduces stun time).&amp;quot;,&lt;br /&gt;
			&amp;quot;default&amp;quot;: &amp;quot;0&amp;quot;,&lt;br /&gt;
			&amp;quot;suggested&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;time&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Duration (seconds)&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;10&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;number&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;refresh&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Refreshes?&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;If enabled, that means that the effect does not stack.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;suggestedvalues&amp;quot;: [&lt;br /&gt;
				&amp;quot;true&amp;quot;,&lt;br /&gt;
				&amp;quot;false&amp;quot;&lt;br /&gt;
			],&lt;br /&gt;
			&amp;quot;default&amp;quot;: &amp;quot;true&amp;quot;,&lt;br /&gt;
			&amp;quot;suggested&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;when&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Condition&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;shot by&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;suggested&amp;quot;: true&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Aliser</name></author>
	</entry>
</feed>