Home · skill · Priest_Talent_LuminousBastion
Blocking grants 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": 14,
"y": 0,
"width": 2,
"height": 2
},
"id": "Priest_Talent_LuminousBastion",
"type": "Talent",
"nature": "Passive",
"texts": {
"name": "Luminous Bastion",
"desc": "Blocking grants you ::ref_name::.",
"refs": {
"ref": "Priest_Talent_Sunlight_Status"
}
},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {
"talent": {
"maxPoints": 1
}
},
"vars": {},
"script": "function onGameBeat(k, hit) {\n\tif (k == GameBeat.AttackBlock) {\n\t\tplayGlobalStep(StepGlobal.SunlightBuff, owner);\n\t}\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Priest",
"via_field": "talentTrees"
}
]
}