Home · skill · Warrior_Talent_HoldTheLine
Damage dealt increased by 3% and damage suffered reduced by 3% while Rage Shield is active.
Properties
- status
- Bug
- type
- Talent
- nature
- Passive
Referenced by
unit (1)
Raw data
{
"status": "Bug",
"gfx": {
"file": "UI/icons/Warrior_talent.png",
"size": 96,
"x": 8,
"y": 1
},
"id": "Warrior_Talent_HoldTheLine",
"type": "Talent",
"nature": "Passive",
"texts": {
"name": "Hold the Line",
"desc": "Damage dealt increased by ::ref_damage%:: and damage suffered reduced by ::ref_damage%:: while ::ref2_name:: is active.",
"refs": {
"ref": "Warrior_Talent_HoldTheLine_Status",
"ref2": "Warrior_Talent_RageShield_Status"
}
},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {
"talent": {
"maxPoints": 2
}
},
"vars": {},
"script": "var Buff = Skill.Warrior_Talent_HoldTheLine_Status;\nvar Shield = Skill.Warrior_Talent_RageShield_Status;\nfunction onReceiveStatus(s) {\n\tif (s.kind == Shield) {\n\t\taddStatus(owner, Buff);\n\t}\n}\n\nfunction onStatusEnd(s, end) {\n\tif (s.kind == Shield) {\n\t\tremoveStatus(owner, Buff);\n\t}\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Warrior",
"via_field": "talentTrees"
}
]
}