Template:SpecialBoxC/doc

From HoloCure Wiki
Jump to navigation Jump to search
Template-info.svg Documentation

Creates a box that displays Special Attack's information. An anchor is created at the start of the box, allowing it to be linked from other pages using the special's name: [[Page_name#Special_name|link_text]]

Parameters

# Name Description
N/A name Name of the special attack.
N/A icon Icon file name override. By default generated from special attack's name.
N/A description List of special attack's descriptions, with levels separated by a semi-colon (;).
N/A cooldown The time before the special attack can be used again.
N/A label1, label2, ..., label5 Headings for different effects in the stat display.
N/A <stat>1, <stat>2, ..., <stat>5 Values in the stat display. Levels separated by a semi-colon (;). Template {{LevelStack}} can also be used to format the entries.
N/A notes Additional details on the special attack's functionality that cannot be conveyed through the stat display.

Empty template

Unnecessary fields can be omitted.

{{SpecialBoxC
|name = 
|icon = 
|description =
|cooldown = 
|label1 = 
|damage1 = 
|attackTime1 =
|minDelay1 =
|attackCount1 =  
|attackDelay1 =
|hitLimit1 = 
|hitCD1 = 
|area1 = 
|duration1 = 
|speed1 = 
|chance1 = 
|kbDuration1 = 
|kbSpeed1 = 
|notes =
}}

Examples

{{SpecialBoxC
|name= KusogaKick
|cooldown = 90
|description = Jumps high into the air, becoming invincible for 3 seconds. Then falls down and deals 1000% damage to all targets around.
|notes = 
* Base damage is increased by an additional 200% for each occupied weapon slot, excluding Shion's starting weapon.
** Stacks up to an additional 1000% base damage, when fully equipped (starting weapon + 5 weapons).
* While in air, attacks from enemies that would collide with Shion's location on ground are considered missed.
** This can trigger effects that require dodging an attack, like Shion's {{il|Cheeky Brat}} skill.
* Ignores [[knockback]] resistance.

|damage1 = 10
|attackCount1 = 1
|hitLimit1 = -1
|hitCD1 = 30
|area1 = 3
|duration1 = 200
|kbDuration1 = 20
|kbSpeed1 = 15
}}
KusogaKick
Skill Frame.png
KusogaKick Icon.png
Cooldown
90 seconds
Description
Jumps high into the air, becoming invincible for 3 seconds. Then falls down and deals 1000% damage to all targets around.
<< Display stats & details >>
<< Hide stats & details >>

Level 1
Damage:
1000% (90 – 110)
Attack count:
1
Hit limit:
Inf
Hit cooldown:
30 (0.5 s)
Area:
300%
Duration:
200 (3.33 s)
Knockback duration:
20 (0.33 s)
Knockback speed:
15

Up to date with version 0.6.1692275570
  • Base damage is increased by an additional 200% for each occupied weapon slot, excluding Shion's starting weapon.
    • Stacks up to an additional 1000% base damage, when fully equipped (starting weapon + 5 weapons).
  • While in air, attacks from enemies that would collide with Shion's location on ground are considered missed.
    • This can trigger effects that require dodging an attack, like Shion's Cheeky Brat Icon.pngCheeky Brat skill.
  • Ignores knockback resistance.

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.