Home · skill · OreAffix_Ice_Status
Properties
- nature
- Status
- duration
- 120
- steps
- flags
Raw data
{
"gfx": {
"file": "UI/icons/atlas_abilities_status_96PX.png",
"size": 96,
"x": 6,
"y": 1
},
"id": "OreAffix_Ice_Status",
"nature": "Status",
"texts": {
"name": "[Ice] Blessed",
"desc": "Your [Attack]s have a ::chance:: chance to deal an additional ::dmg:: to enemies and slow them by ::ref_va1%:: for ::ref_duration::."
},
"anim": {},
"duration": 120,
"steps": [
{
"on": 13,
"visuals": {
"hitFx": "Ice_Blast"
},
"props": {},
"effects": [
{
"effect": 0,
"scaling": [
{
"ratio": 0.2,
"atb": "Strength"
},
{
"ratio": 0.2,
"atb": "Intellect"
}
],
"affinity": "Water",
"flags": 0
}
],
"type": 6,
"id": "Proc"
},
{
"on": 1,
"props": {
"status": {
"ref": "OreAffix_Ice_Slow"
}
},
"type": 1
}
],
"flags": [
"IsMetaStatus"
],
"mastery": [],
"props": {
"status": {
"types": [
{
"type": "Buff"
}
]
}
},
"vars": {
"chance": 0.25
},
"script": "function onInflictDamage(dmg) {\n\tif(isServer) {\n\t\tif(checkProba(vars.chance)) {\n\t\t\t//setSkillTargets([dmg.target]);\n\t\t\tplayStep(Steps.Proc);\n\t\t}\n\t}\n}"
}