Home · skill · Priest_Talent_OppressiveRays

Sunlight has a 0.1 additional chance to critically strike.

Properties

status
Done
type
Talent
nature
Passive

Referenced by

Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/Priest_talent.png",
    "size": 48,
    "x": 14,
    "y": 2,
    "width": 2,
    "height": 2
  },
  "id": "Priest_Talent_OppressiveRays",
  "type": "Talent",
  "nature": "Passive",
  "texts": {
    "name": "Oppressive Rays",
    "desc": "::ref_name:: has a ::chance:: additional chance to critically strike.",
    "refs": {
      "ref": "Priest_Talent_Sunlight_Status"
    }
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {
    "talent": {
      "maxPoints": 2
    },
    "rankOverride": [
      {
        "minRank": 2,
        "vars": {
          "chance": 0.2
        }
      }
    ]
  },
  "vars": {
    "chance": 0.1
  },
  "script": "function onInflictDamageEval(dmg) {\n\tif (dmg.skillId == Skill.Priest_Talent_Sunlight_Status) {\n\t\tdmg.critChance += vars.chance;\n\t}\n}",
  "_xrefs": [
    {
      "from_sheet": "unit",
      "from_id": "Priest",
      "via_field": "talentTrees"
    }
  ]
}