Amplification
Mage_Talent_Amplification in SkillsYour [Attack]s deal 15% increased critical damage.
- id
- Mage_Talent_Amplification
- type
- 21
- flags
- 0
- nature
- 5
- script
- function onInflictDamageEval(hit) { if (hit.baseSkill.isBaseAttack()) hit.critDmgMult += vars.damage; }
- status
- 5
Raw data
{
"id": "Mage_Talent_Amplification",
"gfx": {
"x": 8,
"y": 0,
"file": "UI/icons/Mage_talent.png",
"size": 48,
"width": 2,
"height": 2
},
"anim": {},
"type": 21,
"vars": {
"damage": 0.15
},
"flags": 0,
"props": {
"talent": {
"maxPoints": 2
},
"rankOverride": [
{
"vars": {
"damage": 0.3
},
"minRank": 2
}
]
},
"steps": [],
"texts": {
"desc": "Your [Attack]s deal ::damage%:: increased critical damage.",
"name": "Amplification"
},
"nature": 5,
"script": "function onInflictDamageEval(hit) {\n\tif (hit.baseSkill.isBaseAttack())\n\t\thit.critDmgMult += vars.damage;\n}",
"status": 5,
"mastery": []
}