Crusader
Priest_Crusader in SkillsIncrease your [CritChance], [CooldownReduction], damage, healing and shielding done by 10% for 20.
- id
- Priest_Crusader
- type
- 9
- flags
- 0
- nature
- 3
- script
- var Buff = Skill.Priest_Crusader_Status; function onUseSkill(ctx) { if (ctx.skillId == skill.kind) { removeStatus(owner, Buff); addStatus(owner, Buff); } } function onKill(dmg) { if (hasMastery(Mastery.Priest_Crusader_M3)) { reduceCooldown(skill.kind, vars.time); } }
- status
- 2
- cooldown
- 120
- duration
- 0.8
Raw data
{
"id": "Priest_Crusader",
"gfx": {
"x": 4,
"y": 0,
"file": "UI/icons/atlas_class_Priest_96PX.png",
"size": 96
},
"anim": {
"ref": "MagicBuff",
"blend": 0.1
},
"type": 9,
"vars": {},
"flags": 0,
"props": {},
"steps": [
{
"on": 0,
"type": 11,
"delay": 0.2,
"props": {},
"visuals": {
"fxs": [
{
"set": "Priest_Crusader",
"props": {}
}
]
}
}
],
"texts": {
"desc": "Increase your [CritChance], [CooldownReduction], damage, healing and shielding done by ::ref_val1%:: for ::ref_duration::.",
"name": "Crusader",
"refs": {
"ref": "Priest_Crusader_Status",
"ref2": "Priest_Sig_DivineIntervention"
}
},
"nature": 3,
"script": "var Buff = Skill.Priest_Crusader_Status;\nfunction onUseSkill(ctx) {\n\tif (ctx.skillId == skill.kind) {\n\t\tremoveStatus(owner, Buff);\n\t\taddStatus(owner, Buff);\n\t}\n}\n\n\nfunction onKill(dmg) {\n\tif (hasMastery(Mastery.Priest_Crusader_M3)) {\n\t\treduceCooldown(skill.kind, vars.time);\n\t}\n}",
"status": 2,
"mastery": [
{
"id": "Priest_Crusader_M1",
"gfx": {
"x": 0,
"y": 0,
"file": "UI/Portraits/Items/Masteries/Priest_Crusader/Priest_Crusader_M1.png",
"size": 256
},
"text": {
"desc": "::name:: reduces damage you take by ::ref_val6%:: and increases threat you generate.",
"name": "Path of Paladin"
}
},
{
"id": "Priest_Crusader_M2",
"gfx": {
"x": 0,
"y": 0,
"file": "UI/Portraits/Items/Masteries/Priest_Crusader/Priest_Crusader_M2.png",
"size": 256
},
"text": {
"desc": "::ref2_name:: increases the effects of ::name:: by ::ref_var1%:: per [Prayer] judged.",
"name": "Rigtheousness"
}
},
{
"id": "Priest_Crusader_M3",
"gfx": {
"x": 0,
"y": 0,
"file": "UI/Portraits/Items/Masteries/Priest_Crusader/Priest_Crusader_M3.png",
"size": 256
},
"text": {
"desc": "Participating in killing an enemy reduces the cooldown of ::name:: by ::time::.",
"name": "Testimony of Faith"
},
"vars": {
"time": 3
},
" vars": {}
}
],
"cooldown": 120,
"duration": 0.8
}