Home · skill · DM_Multispin_Combo
Strikes with both weapons, dealing ::dmgs:: to an enemy and sentencing them to die, increasing all damage you deal to them by 10%.
Properties
- status
- QA
- type
- AttackCombo
- nature
- Combo
- duration
- 0.58
- steps
Referenced by
item (1)
Raw data
{
"status": "QA",
"gfx": {
"file": "UI/icons/atlas_weapon_Dual_Mace_96px.png",
"size": 48,
"x": 2,
"y": 0,
"width": 2,
"height": 2
},
"id": "DM_Multispin_Combo",
"type": "AttackCombo",
"nature": "Combo",
"texts": {
"name": "Sentence",
"desc": "Strikes with both weapons, dealing ::dmgs:: to an enemy and sentencing them to die, increasing all damage you deal to them by ::ref_damage%::.",
"rankDescs": [
{
"rank": 2,
"desc": "Damage bonus increased to ::ref_damage%::.",
"flags": 1
},
{
"rank": 3,
"desc": "Deals an additional ::dmg3:: to an already sentenced enemy.",
"flags": 0
}
],
"refs": {
"ref": "DM_Multispin_Combo_Status"
}
},
"anim": {
"startFrame": 0,
"blend": 0.1,
"ref": "AttackCombo"
},
"duration": 0.58,
"steps": [
{
"on": 0,
"props": {
"move": {
"dashSmoothing": 1,
"direction": [
0
]
}
},
"type": 8,
"duration": 0.2,
"range": 3,
"delay": 0.2
},
{
"on": 0,
"props": {},
"type": 11,
"delay": 0.33,
"visuals": {
"playAnims": [
{
"anim": {
"ref": "AttackCombo",
"startFrame": 12,
"blend": 0
}
}
]
}
},
{
"on": 0,
"props": {
"area": {
"shape": [
2,
180
]
}
},
"effects": [
{
"affinity": "Physical",
"effect": 0,
"scaling": [
{
"ratio": 0.165,
"atb": "Strength"
},
{
"ratio": 0.165,
"atb": "Dexterity"
}
],
"flags": 0
}
],
"type": 0,
"delay": 0.29,
"range": 3
},
{
"on": 0,
"props": {
"area": {
"shape": [
2,
180
]
}
},
"type": 0,
"delay": 0.34,
"range": 3,
"effects": [
{
"affinity": "Physical",
"effect": 0,
"scaling": [
{
"ratio": 0.165,
"atb": "Strength"
},
{
"ratio": 0.165,
"atb": "Dexterity"
}
],
"flags": 0
}
]
},
{
"on": 1,
"props": {
"status": {
"ref": "DM_Multispin_Combo_Status"
}
},
"type": 1
},
{
"on": 13,
"props": {},
"type": 6,
"id": "BonusDamage",
"effects": [
{
"effect": 0,
"scaling": [
{
"ratio": 0.3,
"atb": "Faith"
}
],
"flags": 0,
"affinity": "Physical"
}
]
}
],
"flags": [],
"mastery": [],
"props": {
"hit": {
"camShake": 10,
"freeze": 1,
"shake": 8
},
"rankOverride": [
{
"minRank": 2,
"vars": {
"damage": 0.15
}
}
]
},
"vars": {
"range": 5,
"damage": 0.1
},
"script": "function onHit(hit) {\n\tif (rank >= 3 && hit.target.hasStatus(Skill.DM_Multispin_Combo_Status)) {\n\t\tif (hit.stepId != Steps.BonusDamage) {\n\t\t\tplayStep(Steps.BonusDamage, hit.target);\n\t\t}\n\t}\n}",
"_xrefs": [
{
"from_sheet": "item",
"from_id": "DM_Multispin",
"via_field": "skills"
}
]
}