ElEditors, Interface administrators, Administrators
70,980
edits
No edit summary |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
This template is made for maintenance purposes in Total Damage section. It contains all multiplier values of passives of all characters. | <strike>This template is made for maintenance purposes in Total Damage section. It contains all multiplier values of passives of all characters.</strike> | ||
Please use skill pages instead. Wrap the entire page in <code><nowiki><noinclude></noinclude></nowiki></code>, then add this in <code><nowiki><includeonly></includeonly></nowiki></code> at the top: | |||
<nowiki>{{#arrayindex:PASSIVE_NAME|INDEX}}</nowiki> | <nowiki>{{#arrayindex:PASSIVE_NAME|INDEX}}</nowiki> | ||
*'''PASSIVE_NAME''' - lowercase name of the passive with '_' instead of spaces and all special characters removed. | *'''PASSIVE_NAME''' - lowercase name of the passive with '_' instead of spaces and all special characters removed. Also, extra spaces are removed as well, for example "Communication - Amplification" changes to "communication_amplification". | ||
*'''INDEX''' - typically, 0 or 1. 0 stands for PvE, 1 stands for PvP. | *'''INDEX''' - typically, 0 or 1. 0 stands for PvE, 1 stands for PvP. | ||
Then append <code><nowiki>{{:PAGE_NAME}}</nowiki></code> under "Total Damage" header in Total Damage section.<br> | |||
Should you have any further questions, feel free to ask me. - [[User:Ritsu|Ritsu]] ([[User talk:Ritsu|talk]]) 17:04, 12 November 2021 (CET)<br> | |||
<strike>I need to rethink if I want to do this for hardcoded pages...</strike> | |||
</noinclude> | </noinclude> | ||
Line 18: | Line 21: | ||
<!-- Genesis --> | <!-- Genesis --> | ||
{{#arraydefine:oracle| | {{#arraydefine:oracle|1.2, 1.1}} | ||
<!-- Oz Sorcerer --> | <!-- Oz Sorcerer --> | ||
Line 43: | Line 43: | ||
{{#arraydefine:snowball_code|1.15, 1.075}} | {{#arraydefine:snowball_code|1.15, 1.075}} | ||
<!-- | <!-- Apsara --> | ||
{{#arraydefine: | {{#arraydefine:full_moon_slash|1.3, 1.3}} | ||
{{#arraydefine:tiger_power|1.3, 1.3}} | |||
<!-- Shakti --> | |||
{{#arraydefine:foxs_laugh|1.4, 1.4}} | |||
{{#arraydefine:repose_of_souls|1.4, 1.4}} | |||
<!-- Devi --> | |||
{{#arraydefine:hell_gate|1.4, 1.1}} | |||
{{#arraydefine:howling_wolf|1.4, 1.4}} | |||
<!-- Bloody Queen --> | |||
{{#arraydefine:dark_force|1.1, 1.1}} | |||
<!-- Add --> | |||
{{#arraydefine:DMP_generic|1.05, 1.05}} <!-- For the generic 5% per mutation point --> | |||
<!-- Dominator --> | |||
{{#arraydefine:transformation_offensive_mode|1.2, 1.1}} | |||
<!-- Catastrophe --> | |||
{{#arraydefine:communication_amplification|1.12, 1.12}} | |||
{{#arraydefine:creeping_terror|1.15, 1.15}} | |||
{{#arraydefine:communication_amplification_creeping_terror| {{#expr: {{#arrayindex:communication_amplification|0}} * {{#arrayindex:creeping_terror|0}} }}, {{#expr: {{#arrayindex:communication_amplification|1}} * {{#arrayindex:creeping_terror|1}} }} }} | |||
<!-- Innocent --> | |||
{{#arraydefine:communication_restoration|1.2, 1.12}} | |||
<!-- | <!-- Diangelion --> | ||
{{#arraydefine: | {{#arraydefine:codex_gigas|1.3, 1.3}} | ||
<!-- | <!-- Rose --> | ||
{{#arraydefine: | {{#arraydefine:over_strike|1.2, 1.2}} | ||
<!-- | <!-- Minerva --> | ||
{{#arraydefine: | {{#arraydefine:quarter_master|1.2, 1.1}} | ||
{{#arraydefine:key_of_proof|1.3, 1.1}} | |||
{{#arraydefine:quarter_master_over_strike| {{#expr: {{#arrayindex:quarter_master|0}} * {{#arrayindex:over_strike|0}} }}, {{#expr: {{#arrayindex:quarter_master|1}} * {{#arrayindex:over_strike|1}} }} }} | |||
{{#arraydefine:key_of_proof_over_strike| {{#expr: {{#arrayindex:key_of_proof|0}} * {{#arrayindex:over_strike|0}} }}, {{#expr: {{#arrayindex:key_of_proof|1}} * {{#arrayindex:over_strike|1}} }} }} | |||
{{#arraydefine:key_of_proof_quarter_master| {{#expr: {{#arrayindex:key_of_proof|0}} * {{#arrayindex:quarter_master|0}} }}, {{#expr: {{#arrayindex:key_of_proof|1}} * {{#arrayindex:quarter_master|1}} }} }} | |||
{{#arraydefine:key_of_proof_quarter_master_over_strike| {{#expr: {{#arrayindex:key_of_proof_quarter_master|0}} * {{#arrayindex:over_strike|0}} }}, {{#expr: {{#arrayindex:key_of_proof_quarter_master|1}} * {{#arrayindex:over_strike|1}} }} }} | |||
<!-- | <!-- Prime Operator --> | ||
{{#arraydefine: | {{#arraydefine:mechanic_mastery|1.5, 1.25}} | ||
<!-- | <!-- Eternity Winner --> | ||
{{#arraydefine: | {{#arraydefine:homage|1.25, 1.125}} | ||
<!-- | <!-- Liberator --> | ||
{{#arraydefine: | {{#arraydefine:memorys_end|1.1, 1.08}} | ||
<!-- | <!-- Celestia --> | ||
{{#arraydefine: | {{#arraydefine:cosmos|1.12, 1.048}} | ||
</includeonly> | </includeonly> |