FareverDB

Blessed Spirituality

Priest_Talent_BlessedSpirituality in Skills

Readying a [Prayer] has a 0.15 chance of granting you Sunlight.

id
Priest_Talent_BlessedSpirituality
type
21
flags
0
nature
5
script
function onPrayerCharged(s) { if (checkProba(vars.chance)) { playGlobalStep(StepGlobal.SunlightBuff, owner); } }
status
2
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": []
}