FareverDB

Melting Faith

Priest_Talent_MeltingFaith in Skills

Sunlight reduces the [MagicArmor] and [Armor] of the enemy hit by -8% for 10.

id
Priest_Talent_MeltingFaith
type
21
flags
0
nature
5
script
function onInflictHit(hit) { if (hit.skillId == Skill.Priest_Talent_Sunlight_Status) { addStatus(hit.target, Skill.Priest_Talent_MeltingFaith_Status); } }
status
5
Raw data
{
  "id": "Priest_Talent_MeltingFaith",
  "gfx": {
    "x": 8,
    "y": 0,
    "file": "UI/icons/Priest_talent.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {},
  "type": 21,
  "vars": {},
  "flags": 0,
  "props": {
    "talent": {
      "maxPoints": 1
    }
  },
  "steps": [],
  "texts": {
    "desc": "::ref2_name:: reduces the [MagicArmor] and [Armor] of the enemy hit by ::ref_val1%:: for ::ref_duration::.",
    "name": "Melting Faith",
    "refs": {
      "ref": "Priest_Talent_MeltingFaith_Status",
      "ref2": "Priest_Talent_Sunlight_Status"
    }
  },
  "nature": 5,
  "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}",
  "status": 5,
  "mastery": []
}