Home · skill · Priest_Talent_MeltingFaith
Sunlight reduces the Magic Resistance and Armor of the enemy hit by -8% for 10.
Properties
- status
- Bug
- type
- Talent
- nature
- Passive
Referenced by
unit (1)
Raw data
{
"status": "Bug",
"gfx": {
"file": "UI/icons/Priest_talent.png",
"size": 48,
"x": 8,
"y": 0,
"width": 2,
"height": 2
},
"id": "Priest_Talent_MeltingFaith",
"type": "Talent",
"nature": "Passive",
"texts": {
"name": "Melting Faith",
"desc": "::ref2_name:: reduces the [MagicArmor] and [Armor] of the enemy hit by ::ref_val1%:: for ::ref_duration::.",
"refs": {
"ref": "Priest_Talent_MeltingFaith_Status",
"ref2": "Priest_Talent_Sunlight_Status"
}
},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {
"talent": {
"maxPoints": 1
}
},
"vars": {},
"script": "function onInflictHit(hit) {\n\tif (hit.skillId == Skill.Priest_Talent_Sunlight_Status) {\n\t\taddStatus(hit.target, Skill.Priest_Talent_MeltingFaith_Status);\n\t}\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Priest",
"via_field": "talentTrees"
}
]
}