Template:Build-Ability: Difference between revisions

From Dissidia Wiki
(Added capacity points and adjusted instructions with that in mind.)
(Undo revision 3426 by Muggshotter (talk))
Tag: Undo
 
(3 intermediate revisions by the same user not shown)
Line 20: Line 20:
! CP
! CP
|-
|-
{{{cp}}}
|{{{cp}}}
|}
|}
</includeonly>
</includeonly>
Line 71: Line 71:
I recommend adding the }} curly brackets next to the added ability to reduce clutter within the code.
I recommend adding the }} curly brackets next to the added ability to reduce clutter within the code.


You can copy the "Build-AbilitySet" below, and then quickly paste it and type the ability and the curly brackets. Repeat as many times as needed. This can be done for all fields, action, support, extra and CP.
You can copy the "Build-AbilitySet" below, and then quickly paste it and type the ability and the curly brackets. Repeat as many times as needed. This can be done for action, support and extra abilities.


For listing capacity points, please add the total cost and the maximum limit e.g. 445 / 450. The default max is 450. If this limit is raised with an accessory like Hero's Essence {{accsp}}, write the expanded maximum limit instead.
For listing capacity points, simply add the total cost and the maximum limit e.g. 445 / 450. The default max at LV100 is 450. If this limit is raised with an accessory like Hero's Essence {{accsp}}, write the expanded maximum limit instead.


<pre>
<pre>
Line 152: Line 152:
{{Build-AbilitySet
{{Build-AbilitySet
|1=EXP to Assist}}
|1=EXP to Assist}}
|cp=
|cp=445 / 450
{{Build-AbilitySet
|1=445 / 450}}
}}
}}


Line 226: Line 224:
{{Build-AbilitySet
{{Build-AbilitySet
|1=EXP to Assist}}
|1=EXP to Assist}}
|cp=445 / 450
}}
}}
|cp=
{{Build-AbilitySet
|1=445 / 450}}
</pre>
</pre>


</noinclude>
</noinclude>

Latest revision as of 05:08, 10 April 2025


How to use

This is a template that utilizes two templates to display a table and expand its contents when something new is added. It is intended to display basic abilities that are part of a character's build in Dissidia 012. The total CP cost can also be added.

This is what the template looks like without any data. The three ability categories can be seen here.

{{Build-Ability
|action=

|support=

|extra=

|cp=
}}

So in order to add an ability to the table, you must use the second template "Build-AbilitySet" within the "action=", "support=" and "extra=" sections. For example:

{{Build-Ability
|action=
{{Build-AbilitySet
|1=Ground Evasion}}
{{Build-AbilitySet
|1=Midair Evasion}}
|support=
|extra=
|cp=
}}

results in:

Actions
Ground Evasion
Midair Evasion
Support
Extra
CP



I recommend adding the }} curly brackets next to the added ability to reduce clutter within the code.

You can copy the "Build-AbilitySet" below, and then quickly paste it and type the ability and the curly brackets. Repeat as many times as needed. This can be done for action, support and extra abilities.

For listing capacity points, simply add the total cost and the maximum limit e.g. 445 / 450. The default max at LV100 is 450. If this limit is raised with an accessory like Hero's Essence accessory_special.png, write the expanded maximum limit instead.

{{Build-AbilitySet
|1=

Always have the action, support and extra fields in the code, so the tables are displayed correctly.

Example

Basic Abilities

Actions
Ground Evasion
Midair Evasion
Ground Block
Midair Block
Aerial Recovery
Recovery Attack
Controlled Recovery
Wall Jump
Air Dash
Free Air Dash
Ground Dash
Multi Air Slide
Free Air Dash Boost
Assist Gauge Up Dash
Speed Boost++
Jump Times Boost+
Ground Evasion Boost
Midair Evasion Boost
Evasion Boost
Descent Speed Boost
Support
Always Target Indicator
EX Core Lock On
Assist Lock On
RPG Mode Boost
Extra
Precision Jump
Precision Evasion
Counterattack
Gambler's Spirit
Disable Counterattack
EXP to Assist
CP
445 / 450



== Basic Abilities ==

{{Build-Ability
|action=
{{Build-AbilitySet
|1=Ground Evasion}}
{{Build-AbilitySet
|1=Midair Evasion}}
{{Build-AbilitySet
|1=Ground Block}}
{{Build-AbilitySet
|1=Midair Block}}
{{Build-AbilitySet
|1=Aerial Recovery}}
{{Build-AbilitySet
|1=Recovery Attack}}
{{Build-AbilitySet
|1=Controlled Recovery}}
{{Build-AbilitySet
|1=Wall Jump}}
{{Build-AbilitySet
|1=Air Dash}}
{{Build-AbilitySet
|1=Free Air Dash}}
{{Build-AbilitySet
|1=Ground Dash}}
{{Build-AbilitySet
|1=Multi Air Slide}}
{{Build-AbilitySet
|1=Free Air Dash Boost}}
{{Build-AbilitySet
|1=Assist Gauge Up Dash}}
{{Build-AbilitySet
|1=Speed Boost++}}
{{Build-AbilitySet
|1=Jump Times Boost+}}
{{Build-AbilitySet
|1=Ground Evasion Boost}}
{{Build-AbilitySet
|1=Midair Evasion Boost}}
{{Build-AbilitySet
|1=Evasion Boost}}
{{Build-AbilitySet
|1=Descent Speed Boost}}

|support=
{{Build-AbilitySet
|1=Always Target Indicator}}
{{Build-AbilitySet
|1=EX Core Lock On}}
{{Build-AbilitySet
|1=Assist Lock On}}
{{Build-AbilitySet
|1=RPG Mode Boost}}

|extra=
{{Build-AbilitySet
|1=Precision Jump}}
{{Build-AbilitySet
|1=Precision Evasion}}
{{Build-AbilitySet
|1=Counterattack}}
{{Build-AbilitySet
|1=Gambler's Spirit}}
{{Build-AbilitySet
|1=Disable Counterattack}}
{{Build-AbilitySet
|1=EXP to Assist}}

|cp=445 / 450
}}