Template:ComboTable-KBB/Documentation

From Mizuumi Wiki
Jump to navigation Jump to search

Usage

Create a table for combos! This includes damage, cost, meter gain, and additional notes.

Blank Template

{{ComboTable-KBB
| data = 
 {{ComboData-KBB
 | combo        = 
 | cost         = 
 | metergain    = 
 | oppmetergain = 
 | damage       = 
 | notes        = 
 }}
 {{ComboData-KBB
 | combo        = 
 | cost         = 
 | metergain    = 
 | oppmetergain = 
 | damage       =  
 | notes        = 
 }}
}}


ComboTable-KBB Parameters

  • width: Width of the table. (Default: 100%)
  • showData: Show other data columns listed below. (Default: yes)
    • showDamage: Show Damage column (Default: yes)
    • showCost: Show Cost column (Default: yes)
    • showMeter: Show Meter Gain column (Default: yes)
    • showLocation: Show Loction column (Default: yes)

ComboData-KBB Parameters

  • combo: Combo to display. USE NUMPAD NOTATION.
  • damage: Damage the combo deals.
  • cost: Meter and resource cost to perform this combo. Resources can include things like Health for Fly, Bullets for Violet, Bombs for Bill, so on so forth.
  • metergain: Meter gained from this combo. It's acceptable to use an estimate. It may be worth noting how much is gained before and after using any EX Moves or Star Strikes.
    • oppmetergain: Meter gained by the opponent from this combo. Again, acceptable to use an estimate.
  • notes: Notes about the combo, such as difficulty to execute portions, needing an air hit, sideswapping, etc. Make sure to use bullet point formatting.

Example

Combo Damage Cost Meter Gain Location
  • Setup Bread & Butter combo that combos into special state.
Source
{{ComboTable-KBB
| data = 
 {{ComboData-KBB
 | combo        = 5A 5BB 2C j.B j.C j.2B j.236B 236C
 | cost         = 2500
 | metergain    = 1500 (before j.236B)
 | oppmetergain = 1000
 | damage       = 400
 | location     = Midscreen
 | notes        = *Basic setup combo into special state.
 }}
}}
}}