Home · skill · Warrior_Talent_MasterAtArms
Your Attacks deal 15% increased critical damage.
Properties
- status
- Done
- type
- Talent
- nature
- Passive
Referenced by
unit (1)
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/Warrior_talent.png",
"size": 96,
"x": 4,
"y": 0
},
"id": "Warrior_Talent_MasterAtArms",
"type": "Talent",
"nature": "Passive",
"texts": {
"name": "Master-at-arms",
"desc": "Your [Attack]s deal ::damage%:: increased critical damage."
},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {
"rankOverride": [
{
"minRank": 2,
"vars": {
"damage": 0.3
}
}
],
"talent": {
"maxPoints": 2
}
},
"vars": {
"damage": 0.15
},
"script": "function onInflictDamageEval(dmg) {\n\tif (dmg.isBaseAttack || dmg.isFinalCombo) {\n\t\tdmg.critDmgMult += vars.damage;\n\t}\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Warrior",
"via_field": "talentTrees"
}
]
}