Home · skill · Priest_BlessingOfFervor
Grants 10% Fervor to allies within 100 for 15.
Properties
- status
- Done
- type
- Class Skill
- nature
- Spell
- cooldown
- 120
- duration
- 0.45
- steps
- mastery
Referenced by
unit (1)
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/atlas_class_Priest_96PX.png",
"size": 96,
"x": 3,
"y": 0
},
"id": "Priest_BlessingOfFervor",
"type": "ClassSkill",
"nature": "Spell",
"texts": {
"name": "Blessing of Fervor",
"desc": "Grants ::ref_val1%:: [Fervor] to allies within ::range:: for ::ref_duration::.",
"refs": {
"ref": "Priest_BlessingOfFervor_Status",
"ref2": "Priest_Sig_DivineIntervention"
}
},
"anim": {
"ref": "CastGround",
"blend": 0.05
},
"cooldown": 120,
"duration": 0.45,
"steps": [
{
"on": 0,
"props": {},
"type": 11,
"visuals": {
"fxs": [
{
"set": "Light_Cry",
"props": {
"offset": {
"x": 0,
"y": 0,
"z": 0,
"height": 0.5
}
},
"scale": 1.5,
"space": 0
},
{
"set": "Generic_Crack",
"props": {},
"space": 1,
"scale": 2,
"flags": 0
}
]
},
"delay": 0.23
},
{
"on": 0,
"props": {
"area": {
"hitFilter": 6
}
},
"type": 4,
"delay": 0.2,
"range": 100
},
{
"on": 1,
"props": {
"status": {
"ref": "Priest_BlessingOfFervor_Status"
}
},
"type": 1
}
],
"flags": [],
"mastery": [
{
"id": "Priest_BlessingOfFervor_M1",
"text": {
"desc": "::name:: increases [Strength], [Dexterity], [Intellect] and [Faith] by ::ref_val2%::.",
"name": "Almighty Blessing"
},
"gfx": {
"file": "UI/Portraits/Items/Masteries/Priest_BlessingOfFervor/Priest_BlessingOfFervor_M1.png",
"size": 256,
"x": 0,
"y": 0
}
},
{
"id": "Priest_BlessingOfFervor_M2",
"text": {
"name": "Wrapping Words",
"desc": "::name:: grants a [Shield] absorbing ::ref_shield::."
},
"gfx": {
"file": "UI/Portraits/Items/Masteries/Priest_BlessingOfFervor/Priest_BlessingOfFervor_M2.png",
"size": 256,
"x": 0,
"y": 0
}
},
{
"id": "Priest_BlessingOfFervor_M3",
" vars": {},
"gfx": {
"file": "UI/Portraits/Items/Masteries/Priest_BlessingOfFervor/Priest_BlessingOfFervor_M3.png",
"size": 256,
"x": 0,
"y": 0
},
"text": {
"name": "Surge of Faith",
"desc": "::ref2_name:: reduces the cooldown of ::name:: by ::time:: per [Prayer] judged."
},
"vars": {
"time": 1
}
}
],
"props": {},
"vars": {
"range": 100
},
"script": "function onPrayerTrigger(s) {\n\tif (hasMastery(Mastery.Priest_BlessingOfFervor_M3)) {\n\t\treduceCooldown(skill.kind, vars.time);\n\t}\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Priest",
"via_field": "skills"
}
]
}