This template contains various independently retrievable data items about Critical strike in the form of parameter values of a variable template of choice, in a standardized fashion.
See also
- Template:Tip
- Usage of this template.
Preview

Critical strike refers to an effect that deals increased damage under specific circumstances. The most common form of critical strike occurs on basic attacks, which trigger based on
critical strike chance, dealing a default of 175% damage. Some abilities can also critically strike.
- All basic attacks are able to critically strike, unless otherwise stated.
- Critical strikes cannot occur versus structures such as
Turrets, with the exception of on her second empowered attack with , on his , and on his second strike with (only against turrets).
- The behavior of critical strikes is modified on some
champions. Some examples include causing his critical strikes to deal less damage than normal or causing her critical strikes to apply an empowered
slow.
- Critical strikes cannot occur versus structures such as
- Some champion abilities can also critically strike using
critical strike chance, such as , , and .
Note that a critical strike is distinct from other damage modifiers since it has complimentary stats and effects. For example:
- modifies the damage of critical strikes.
- reduces the damage dealt by critical strikes.
Parameters
Parameter | Value | Description |
---|---|---|
1
|
Critical strike | Necessary: Used for identification. |
disp_name
|
Display Name
Only necessary if the value differs from
Critical strike . | |
link
|
Link
Only necessary if it should link to a different page.
| |
description
|
Critical strike refers to an effect that deals increased damage under specific circumstances. The most common form of critical strike occurs on ![]() ![]()
Note that a critical strike is distinct from other damage modifiers since it has complimentary stats and effects. For example:
|
Description |
description2
|
Description2 | |
type
|
Buzzword | Type |
image
|
Critical strike icon.png | Image, including filetype. |
image2
|
||
image3
|
||
interrupts
|
Interrupts (CC) | |
reduction
|
Reduction (CC) | |
resist
|
Resist (CC) | |
removal
|
Removal (CC) | |
footer
|
Description that is placed at the bottom of all other things. |
All tip data templates use the same parameter.
Retrieval of data items
{{data Critical strike|pst2|interrupts}}
, using parameter selection template Template:Pst2, gives the parameter interrupts, etc.
For retrieval of more data items it is more efficient to prepare a template for that, to be used as follows:
{{data Critical strike|
template name|..|..|..|..}}
so that this data template needs to be called only once.[1] The default template is Template:Tip data, producing this page.
The four parameters are optional, they are passed on to the prepared template as parameters 2-5.
A parameter being undefined or empty typically means the same, see below. {{data ..|pst2|..}}
gives the empty string and the text "{{{..}}}
", respectively. Therefore, an application checking the parameter has to check both. Checking whether a result is equal to e.g. the text "{{{popinc}}}
" cannot be done directly with #ifeq in a template which itself has also a parameter with that name, because if that is defined, there would be a comparison with the value instead of the text itself. Instead, it can be checked whether the first character of the result is "{
", e.g.: {{#ifeq:{{padleft:|1|{{data {{{continent}}}|pst2|popinc}}}}|{|..|..}}
.
Until here the documentation is automatically generated by Template:Tip data.
References
- ↑ See the first two rows of the first table in m:Help:Array#Summary of counts for template limits.