Home · skill · DS_Bladeleaf_Skill2_Status
Properties
- status
- Done
- nature
- Status
- duration
- 8
- steps
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/atlas_weapon_Dual_Sword_96px.png",
"size": 48,
"x": 6,
"y": 0,
"width": 2,
"height": 2
},
"id": "DS_Bladeleaf_Skill2_Status",
"nature": "Status",
"texts": {
"name": "Swarmstrike Accord",
"desc": "All [Attack]s deal an additional ::dmg::."
},
"anim": {},
"duration": 8,
"steps": [
{
"on": 0,
"props": {},
"visuals": {
"fxs": [
{
"set": "Flower_Aura",
"props": {},
"flags": 8,
"space": 0
}
]
},
"duration": -1,
"type": 11
},
{
"on": 1,
"props": {},
"effects": [
{
"effect": 0,
"scaling": [
{
"ratio": 0.3,
"atb": "Intellect"
}
],
"affinity": "Magic",
"flags": 0
}
],
"type": 6,
"id": "BonusDamage"
}
],
"flags": [],
"mastery": [],
"props": {
"status": {
"types": [
{
"type": "Buff"
}
]
},
"rankOverride": [
{
"minRank": 3,
"props": {
"duration": 12
}
}
]
},
"vars": {},
"script": "function onInflictHit(hit) {\n\tif (hit.isBaseAttack || hit.isFinalCombo) {\n\t\tplayStep(Steps.BonusDamage, hit.target);\n\t}\n}"
}