Seasoned Soldier
Warrior_Talent_SeasonedSoldier in SkillsYour [Physical] critical strikes grant 1 [Rage].
- id
- Warrior_Talent_SeasonedSoldier
- type
- 21
- flags
- 0
- nature
- 5
- script
- function onInflictDamage(hit) { if (hit.isPhysical && hit.critical) { addResource(Rage, vars.var1); } }
- status
- 2
Raw data
{
"id": "Warrior_Talent_SeasonedSoldier",
"gfx": {
"x": 1,
"y": 0,
"file": "UI/icons/Warrior_talent.png",
"size": 96
},
"anim": {},
"type": 21,
"vars": {
"var1": 1
},
"flags": 0,
"props": {
"talent": {
"maxPoints": 1
}
},
"steps": [],
"texts": {
"desc": "Your [Physical] critical strikes grant ::var1:: [Rage].",
"name": "Seasoned Soldier"
},
"nature": 5,
"script": "function onInflictDamage(hit) {\n\tif (hit.isPhysical && hit.critical) {\n\t\taddResource(Rage, vars.var1);\n\t}\n}",
"status": 2,
"mastery": []
}