Difference between revisions of "Template:Tt/Compu2"

From Corruption of Champions II
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<includeonly>{{#switch:{{{1|}}}
 
<includeonly>{{#switch:{{{1|}}}
 
|PresAmp=[1 + Presence / {{{2|}}}]
 
|PresAmp=[1 + Presence / {{{2|}}}]
|SpAmp+={{tt|{{color|rblu|[{{{2|}}} * SpAmp+]}}|{{{2|}}} * {{{3|}}}}}
+
|ApAmp={{tt|{{color|red|[{{{2|}}} x APAmp]}}|<code>{{{2|}}} x (1 + Attack Power / 100)</code>{{#if:{{{3|}}}|{{spnhr}}Affected by crit}}}}
 +
|SpAmp+={{tt|{{color|rblu|[{{{2|}}} x SpAmp+]}}|<code>{{{2|}}} x {{{3|}}}</code>{{#if:{{{4|}}}|{{spnhr}}Affected by crit}}}}
 
}}</includeonly><noinclude>
 
}}</includeonly><noinclude>
{{tt/Compu2|PresAmp|Z}}
+
{|{{TabSet|Standard}}
{{tt/Compu2|SpAmp+|35|(1% of Spellpower + 1)}}
+
|-
 +
!|Parameter ||Usage
 +
|-
 +
|Plain Presence Amp (to replace)<br><code><nowiki>PresAmp|Z</nowiki></code> ||{{tt/Compu2|PresAmp|Z}}
 +
|-
 +
|Attack Power Amplification (standard)<br><code><nowiki>ApAmp|15</nowiki></code><br>3rd Param: if can crit ||{{tt/Compu2|ApAmp|15}}<br>{{tt/Compu2|ApAmp|15|T}}
 +
|-
 +
|Spellpower Amplification (custom)<br><code><nowiki>SpAmp+|35|(1% of Spellpower + 1)</nowiki></code><br>4th Param: if can crit ||{{tt/Compu2|SpAmp+|35|(1% of Spellpower + 1)}}<br>{{tt/Compu2|SpAmp+|35|(1% of Spellpower + 1)|T}}
 +
|}
 
</noinclude>
 
</noinclude>

Latest revision as of 08:11, 20 July 2026

Parameter Usage
Plain Presence Amp (to replace)
PresAmp|Z
[1 + Presence / Z]
Attack Power Amplification (standard)
ApAmp|15
3rd Param: if can crit
[15 x APAmp]15 x (1 + Attack Power / 100)
[15 x APAmp]15 x (1 + Attack Power / 100)Affected by crit
Spellpower Amplification (custom)
SpAmp+|35|(1% of Spellpower + 1)
4th Param: if can crit
[35 x SpAmp+]35 x (1% of Spellpower + 1)
[35 x SpAmp+]35 x (1% of Spellpower + 1)Affected by crit