Home · skill · Priest_Talent_Radiance

Your own Sunlight damage is increased by 12%.

Properties

status
Done
type
Talent
nature
Passive

Referenced by

Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/Priest_talent.png",
    "size": 48,
    "x": 10,
    "y": 0,
    "width": 2,
    "height": 2
  },
  "id": "Priest_Talent_Radiance",
  "type": "Talent",
  "nature": "Passive",
  "texts": {
    "name": "Radiance",
    "desc": "Your own ::ref_name:: damage is increased by ::damage%::.",
    "refs": {
      "ref": "Priest_Talent_Sunlight_Status"
    }
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {
    "talent": {
      "maxPoints": 2
    },
    "rankOverride": [
      {
        "minRank": 2,
        "vars": {
          "damage": 0.25
        }
      }
    ]
  },
  "vars": {
    "damage": 0.12
  },
  "script": "function onInflictDamageEval(ctx) {\n\tif (ctx.status != null && ctx.status.owner == owner) {\n\t\tctx.dmgMult += vars.damage;\n\t}\n}",
  "_xrefs": [
    {
      "from_sheet": "unit",
      "from_id": "Priest",
      "via_field": "talentTrees"
    }
  ]
}