Surge of Violence
Warrior_Talent_SurgeOfViolence in SkillsYour [ComboAttack] has a 0.25 chance to allow your next Raging Smash to critically strike and cost no [Rage].
- id
- Warrior_Talent_SurgeOfViolence
- type
- 21
- flags
- 0
- nature
- 5
- script
- function onInflictHit(hit) { if (hit.isFinalCombo && hit.isFirstHit) { if (checkProba(vars.chance)) { addStatus(owner, Skill.Warrior_Talent_SurgeOfViolence_Status); } } }
- status
- 2
Raw data
{
"id": "Warrior_Talent_SurgeOfViolence",
"gfx": {
"x": 7,
"y": 0,
"file": "UI/icons/Warrior_talent.png",
"size": 96
},
"anim": {},
"type": 21,
"vars": {
"chance": 0.25
},
"flags": 0,
"props": {
"talent": {
"maxPoints": 1
}
},
"steps": [],
"texts": {
"desc": "Your [ComboAttack] has a ::chance:: chance to allow your next ::ref_name:: to critically strike and cost no [Rage].",
"name": "Surge of Violence",
"refs": {
"ref": "Warrior_Rage_Strike"
}
},
"nature": 5,
"script": "function onInflictHit(hit) {\n\tif (hit.isFinalCombo && hit.isFirstHit) {\n\t\tif (checkProba(vars.chance)) {\n\t\t\taddStatus(owner, Skill.Warrior_Talent_SurgeOfViolence_Status);\n\t\t}\n\t}\n}",
"status": 2,
"mastery": []
}