Saltar al contenido principal
Todas las habilidades

Espiritualidad bendita

Pasiva

Preparar una Prayer tiene 0.15 de probabilidad de concederte Luz del sol.

Escalado
60% Faith· Light

Referencias

Datos crudos

type
Talent
nature
Passive
id
Priest_Talent_BlessedSpirituality
raw data
{
  "id": "Priest_Talent_BlessedSpirituality",
  "gfx": {
    "x": 0,
    "y": 4,
    "file": "UI/icons/Priest_talent.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {},
  "type": 21,
  "vars": {
    "chance": 0.15
  },
  "flags": 0,
  "props": {
    "talent": {
      "maxPoints": 2
    },
    "rankOverride": [
      {
        "vars": {
          "chance": 0.3
        },
        "minRank": 2
      }
    ]
  },
  "steps": [],
  "texts": {
    "desc": "Readying a [Prayer] has a ::chance:: chance of granting you ::ref_name::.",
    "name": "Blessed Spirituality",
    "refs": {
      "ref": "Priest_Talent_Sunlight_Status"
    }
  },
  "nature": 5,
  "script": "function onPrayerCharged(s) {\n\tif (checkProba(vars.chance)) {\n\t\tplayGlobalStep(StepGlobal.SunlightBuff, owner);\n\t}\n}",
  "status": 2,
  "mastery": []
}