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