Template:Ctstd

From Tales of Maj'Eyal
Jump to: navigation, search


Introduction

This template is used to denote talent parameters that scale by the combatTalentStatDamage function.

The template accepts three parameters, corresponding to those in the LUA code: stat, base and max. It is assumed that these parameters will be fed to the template in the order specified above.

Both parameters to this template are required.

Basic Example

The LUA code for the armor penetration of Deadly Strikes calls for

self:combatTalentStatDamage(t, "cun", 5, 45)

so one should use the wiki markup

{{ctstd|Cun|5|45}}

which will produce the following text

[5]45cTStD:Cun

Note that any percentage signs must be inserted manually with the parameters.