Home · skill · Priest_Talent_BlessedSpirituality
Readying a Prayer has a 0.15 chance of granting you Sunlight.
Properties
- status
- Done
- type
- Talent
- nature
- Passive
Referenced by
unit (1)
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/Priest_talent.png",
"size": 48,
"x": 0,
"y": 4,
"width": 2,
"height": 2
},
"id": "Priest_Talent_BlessedSpirituality",
"type": "Talent",
"nature": "Passive",
"texts": {
"name": "Blessed Spirituality",
"desc": "Readying a [Prayer] has a ::chance:: chance of granting you ::ref_name::.",
"refs": {
"ref": "Priest_Talent_Sunlight_Status"
}
},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {
"talent": {
"maxPoints": 2
},
"rankOverride": [
{
"minRank": 2,
"vars": {
"chance": 0.3
}
}
]
},
"vars": {
"chance": 0.15
},
"script": "function onPrayerCharged(s) {\n\tif (checkProba(vars.chance)) {\n\t\tplayGlobalStep(StepGlobal.SunlightBuff, owner);\n\t}\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Priest",
"via_field": "talentTrees"
}
]
}