Шаблон:Coefficient

Материал из Guild Wars 2 wiki
Перейти к: навигация, поиск

({{{num}}})?

Usage[править]

{{coefficient|<effect type>|num=<coefficient>|base=<base healing level>|desc=<custom description>}}

Parameters[править]

Unnamed parameter 1
Optional. damage or healing determines standard text of mouseover. If left blank, requires desc
num
Coefficient to be displayed
base
The base level of healing. Required with healing, unneeded with damage
desc
Only used if parameter 1 is blank. Sets the mouseover text to a custom string.

Examples[править]

  • (1.0)? is produced from {{coefficient|damage|num=1.0}}
  • (0.3)? is produced from {{coefficient|healing|num=0.3|base=520}}
  • (0.0)? is produced from {{coefficient|num=0.0|desc=Completely useless}}