Happycloud (talk | contribs) No edit summary |
mNo edit summary |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
|- style="line-height:1em" | <includeonly>|- style="line-height:1em" | ||
{{#if: {{{version|}}} | ! style="min-width:70px;" rowspan=4 {{!}} {{{version}}}{{#if: {{{subtitle|}}} | <br>{{{subtitle}}} }} }} | {{#if: {{{version|}}} | ! style="min-width:70px;" rowspan=4 {{!}} {{{version}}}{{#if: {{{subtitle|}}} | <br>{{{subtitle}}} }} }} | ||
! style="width:20%" | {{Tooltip | text=Damage | hovertext=Base damage done by this attack (%).}} | |||
! style="width: | ! style="width:20%" | {{Tooltip | text=Startup Frames | hovertext=The number of frames that initiate at the beginning of an attack after the input and when the first hitbox is present}} | ||
! style="width: | ! style="width:20%" | {{Tooltip | text=Active Frames | hovertext=The number of frames that this move will have a hitbox}} | ||
! style="width: | ! style="width:20%" | {{Tooltip | text=Total Frames | hovertext=The total number of frames for this action from beginning to end}} | ||
! style="width: | ! style="width:20%" | {{Tooltip | text=Safety| hovertext=The number of frames that an attacking character can act before a blocking character}} | ||
! style="width: | |||
|- | |- | ||
| {{#if:{{{Damage|}}}|{{{Damage|}}}|-}} | | {{#if:{{{Damage|}}}|{{{Damage|}}}|-}} | ||
| {{#if:{{{Startup|}}}|{{{Startup|}}}|-}} | | {{#if:{{{Startup|}}}|{{{Startup|}}}|-}} | ||
| {{#if:{{{Active|}}}|{{{Active|}}}|-}} | | {{#if:{{{Active|}}}|{{{Active|}}}|-}} | ||
| {{#if:{{{ | | {{#if:{{{Total Frames|}}}|{{{Total Frames|}}}|-}} | ||
| {{#if:{{{ | | {{#if:{{{Safety|}}}|{{{Safety|}}}|-}} | ||
|- | |- | ||
{{#if: {{{description|}}} | {{!}} style="width:100%; text-align:left" colspan={{#if: {{{version|}}} | 7 | 6 }} {{!}} | {{#if: {{{description|}}} | {{!}} style="width:100%; text-align:left" colspan={{#if: {{{version|}}} | 7 | 6 }} {{!}} | ||
{{{description}}} }} | {{{description}}} }} | ||
{{!}}- }} | {{!}}- }}</includeonly><noinclude> | ||
<noinclude> | |||
==Usage== | ==Usage== | ||
This AttackData template is built on [[Template:AttackData-PJ]]. As the necessary move data is not available as NASB is not released, the data presented is tentative. | This AttackData template is built on [[Template:AttackData-PJ]]. As the necessary move data is not available as NASB is not released, the data presented is tentative. | ||
Line 40: | Line 23: | ||
* Startup Frames | * Startup Frames | ||
* Active Frames | * Active Frames | ||
* | * Total Frames | ||
* | * Safety Frames | ||
Copy the example text below and replace the values. Check [[Template:MoveData]] for other potential uses, especially for more multi-hit and multi-property moves. | |||
==Example:== | ==Example:== | ||
Line 56: | Line 37: | ||
|data= | |data= | ||
{{AttackData-NASB | {{AttackData-NASB | ||
|Damage= | |Damage=5% | ||
|Startup= | |Startup=6 | ||
|Active= | |Active=2 | ||
| | |Total Frames=20 | ||
| | |Safety=-7 | ||
}} | }} | ||
}}</nowiki> | }}</nowiki> | ||
Line 78: | Line 53: | ||
|data= | |data= | ||
{{AttackData-NASB | {{AttackData-NASB | ||
|Damage= | |Damage=5% | ||
|Startup= | |Startup=6 | ||
|Active= | |Active=2 | ||
| | |Total Frames=20 | ||
| | |Safety=-7 | ||
| | |description= | ||
Test | |||
}} | }} | ||
}} | }} | ||
[[Category:Nickelodeon All-Star Brawl]] | |||
</noinclude> | </noinclude> | ||
Latest revision as of 05:43, 25 April 2022
Usage
This AttackData template is built on Template:AttackData-PJ. As the necessary move data is not available as NASB is not released, the data presented is tentative.
The currently available stats are
- Damage
- Startup Frames
- Active Frames
- Total Frames
- Safety Frames
Copy the example text below and replace the values. Check Template:MoveData for other potential uses, especially for more multi-hit and multi-property moves.
Example:
{{MoveData |image=NASB_spongebob_5l.png |caption=Captioning SpongeBob's Jab |name= Horizontal Punch |input=5L / Light Neutral |data= {{AttackData-NASB |Damage=5% |Startup=6 |Active=2 |Total Frames=20 |Safety=-7 }} }}
Result:
Damage | Startup Frames | Active Frames | Total Frames | Safety | |
---|---|---|---|---|---|
5% | 6 | 2 | 20 | -7 | |
Test |