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