Home · skill · Priest_Prayer_Smite
Properties
- status
- Done
- type
- PriestPrayer
- nature
- Passive
- cooldown
- 1
- steps
- flags
Referenced by
unit (1)
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/atlas_class_Priest_96PX.png",
"size": 96,
"x": 1,
"y": 2
},
"id": "Priest_Prayer_Smite",
"type": "PriestPrayer",
"nature": "Passive",
"texts": {
"name": "Prayer: Smite",
"desc": "::ref_name:: deals ::dmg::.\n\nBecomes ready after you use your [ComboAttack].",
"refs": {
"ref": "Priest_Sig_DivineIntervention"
}
},
"anim": {},
"cooldown": 1,
"steps": [
{
"on": 0,
"props": {},
"type": 11,
"visuals": {
"fxs": [
{
"set": "Priest_Prayer_Damage",
"props": {}
}
]
},
"duration": 0.75
},
{
"on": 0,
"props": {
"area": {
"shape": [
3,
3
],
"targetCooldown": 1.5,
"rangeScale": {
"targetRange": 20
}
},
"loop": {
"tick": 0.1
}
},
"id": "Area",
"type": 4,
"visuals": {
"fxs": [
{
"set": "Priest_Prayer_Damage_Wave",
"props": {},
"flags": 24
}
]
},
"duration": 1.5,
"range": 0,
"effects": [
{
"affinity": "Light",
"effect": 0,
"scaling": [
{
"ratio": 1.5,
"atb": "Faith"
}
],
"flags": 0
}
]
}
],
"flags": [
"ChargedCD"
],
"mastery": [],
"props": {},
"vars": {
"var1": 1
},
"script": "/*function onInflictDamage(dmg) {\n\tif(isSkillFromPrayer(dmg.skill) || dmg.isBaseAttack || dmg.isDoT)\n\t\treturn;\n\taddCharges(vars.var1);\n}*/\n\nfunction onSkillProc(ctx) {\n\tif( ctx.skill.isFinalAttack() ) {\n\t\tchargePrayer();\n\t}\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Priest",
"via_field": "skills"
}
]
}