Template:FlagData-SCON4: Difference between revisions

From Mizuumi Wiki
Jump to navigation Jump to search
(Created page with "<includeonly> {| class="wikitable bullet-table" style="float:{{{float|right}}}; margin:5px; width:{{{width|auto}}};" ! colspan="2" style="background-color:#E6E6FA; color:#000;" |<!-- -->{{#if: {{{health|}}} | <nowiki /> {{!}}- {{!}} style="background-color:#E6E6FA; color:#000;" {{!}} '''Health''': {{!}} {{{health|}}} }} {{!}}-<!-- -->{{#if: {{{guard|}}} | <nowiki /> {{!}}- {{!}} style="background-color:#E6E6FA; color:#000;" {{!}} '''Guard Gauge''': {{!}} {{{guard|}}}...")
 
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
{| class="wikitable bullet-table" style="float:{{{float|right}}}; margin:5px; width:{{{width|auto}}};"
{| class="wikitable bullet-table" style="float:{{{float|right}}}; margin:5px; width:{{{width|auto}}};"
! colspan="2" style="background-color:#E6E6FA; color:#000;" |<!--


-->{{#if: {{{health|}}} | <nowiki />
 
{{!}}-  
 
{{!}} style="background-color:#E6E6FA; color:#000;" {{!}} '''Health''':
{{#if: {{{highcrush|}}} | <nowiki />
{{!}} {{{health|}}} }}
{{!}}-
{{!}} style="background-color:#E6E6FA; color:#000;" {{!}} '''High Crush''':
{{!}} {{{highcrush|}}} }}
{{!}}-<!--
-->{{#if: {{{midcrush|}}} | <nowiki />
{{!}}-
{{!}} style="background-color:#E6E6FA; color:#000;" {{!}} '''Mid Crush''':
{{!}} {{{midcrush|}}} }}
{{!}}-<!--
{{!}}-<!--
-->{{#if: {{{guard|}}} | <nowiki />
-->{{#if: {{{lowcrush|}}} | <nowiki />
{{!}}-  
{{!}}-
{{!}} style="background-color:#E6E6FA; color:#000;" {{!}} '''Guard Gauge''':
{{!}} style="background-color:#E6E6FA; color:#000;" {{!}} '''Low Crush''':
{{!}} {{{guard|}}} }}
{{!}} {{{lowcrush|}}} }}
{{!}}-<!--
-->{{#if: {{{chipdmg|}}} | <nowiki />
{{!}}-
{{!}} style="background-color:#E6E6FA; color:#000;" {{!}} '''Chip Damage''':
{{!}} {{{chipdmg|}}} }}
{{!}}-<!--
-->{{#if: {{{unsub|}}} | <nowiki />
{{!}}-
{{!}} style="background-color:#E6E6FA; color:#000;" {{!}} '''Unsubbable''':
{{!}} {{{unsub|}}} }}
{{!}}-<!--
-->{{#if: {{{meterdrain|}}} | <nowiki />
{{!}}-
{{!}} style="background-color:#E6E6FA; color:#000;" {{!}} '''Meter Drain''':
{{!}} {{{meterdrain|}}} }}
{{!}}-<!--
{{!}}-<!--


{{!}}-<!---->{{#if: {{{install|}}} | <nowiki />
 
{{#if: {{{install|}}} | <nowiki />
 
{{!}}-
 
{{!}} align="center" colspan="2" style="background-color:#E6E6FA; color:#000;" {{!}} '''Install ({{{install|}}})''' }}<!--
 
-->{{#if: {{{installdmgmod|}}} | <nowiki />
 
{{!}}-
 
{{!}} style="background-color:#E6E6FA; color:#000;" {{!}} '''Damage Modifier''':
{{!}} {{{installdmgmod|}}} }}
{{!}}-
{{!}}}
{{!}}}
</includeonly>
</includeonly>
Line 28: Line 46:
==Explanation==
==Explanation==
  <nowiki>
  <nowiki>
highcrush = frames a move has the High Crush Property


midcrush = frames a move has the Mid Crush Property
lowcrush = frames a move has the Low Crush Property
chipdmg = Amount of Chip Damage a move does
unsub = If a move has the Unsubbable Property
meterdrain = How much meter a move steals
</nowiki>
</nowiki>


Things to add: Backdash length


==Usage==
==Usage==
<pre>
<pre>
{{Infobox-SCON4
{{FlagData-SCON4
|name =  
|highcrush =  
|image = CONR3_Anbu_Kakashi_5B.png
|lowcrush =  
|size =  
|midcrush =  
|health =  
|chipdmg =  
|guard =  
|unsub =  
|installdmgmod =
|meterdrain =  
}}
}}
</pre>
</pre>
Line 47: Line 70:
==Example==
==Example==
{{FlagData-SCON4
{{FlagData-SCON4
|image = CONR3_Anbu_Kakashi_5B.png
|highcrush = some amount
|size = 400px
|lowcrush = some amount
|health = 10000
|midcrush = lol
|guard = 10000
|chipdmg = 2
|installdmgmod = 1.2x
|unsub = True
|meterdrain = 234
}}
}}



Revision as of 14:36, 23 June 2023


Explanation

highcrush = frames a move has the High Crush Property

midcrush = frames a move has the Mid Crush Property
lowcrush = frames a move has the Low Crush Property
chipdmg = Amount of Chip Damage a move does
unsub = If a move has the Unsubbable Property
meterdrain = How much meter a move steals


Usage

{{FlagData-SCON4
|highcrush = 
|lowcrush = 
|midcrush = 
|chipdmg = 
|unsub = 
|meterdrain = 
}}

Example

High Crush: some amount
Mid Crush: lol
Low Crush: some amount
Chip Damage: 2
Unsubbable: True
Meter Drain: 234