Home · skill · Daggers_Start_Combo
Strikes with both weapons, dealing ::dmgs:: to an enemy.
Properties
- status
- Bug
- type
- AttackCombo
- nature
- Combo
- duration
- 0.75
- steps
Referenced by
item (1)
Raw data
{
"status": "Bug",
"gfx": {
"file": "UI/icons/atlas_weapon_Dagger_96PX.png",
"size": 96,
"x": 1,
"y": 0
},
"id": "Daggers_Start_Combo",
"type": "AttackCombo",
"nature": "Combo",
"texts": {
"name": "Sinister Strike",
"desc": "Strikes with both weapons, dealing ::dmgs:: to an enemy.",
"rankDescs": [
{
"rank": 2,
"desc": "Damage increased by ::var1%::.",
"flags": 1
},
{
"rank": 3,
"desc": "Reduces the [Armor] of the target by ::ref_val1%:: for ::ref_dur:: if this critically strikes.",
"flags": 0
}
],
"refs": {
"ref": "Daggers_Start_Combo_Status"
}
},
"anim": {
"ref": "AttackCombo",
"blend": 0.1
},
"duration": 0.75,
"steps": [
{
"props": {},
"on": 0,
"type": 14,
"duration": 0.6
},
{
"on": 0,
"type": 8,
"duration": 0.4,
"range": 4,
"props": {
"move": {
"direction": [
0
]
}
}
},
{
"on": 0,
"visuals": {
"playAnims": [
{
"anim": {
"ref": "AttackCombo",
"blend": 0,
"startFrame": 13
}
}
]
},
"props": {},
"type": 11,
"delay": 0.38
},
{
"props": {
"area": {
"shape": [
2,
150
]
},
"position": {
"directionalOffset": {
"x": 1
}
}
},
"on": 0,
"type": 0,
"delay": 0.4,
"effects": [
{
"affinity": "Physical",
"effect": 0,
"scaling": [
{
"ratio": 0.36,
"atb": "Dexterity",
"conds": {
"maxRank": 1
}
},
{
"ratio": 0.45,
"atb": "Dexterity",
"conds": {
"minRank": 2
}
}
],
"flags": 0
},
{
"effect": 0,
"scaling": [
{
"ratio": 0.36,
"atb": "Dexterity",
"conds": {
"maxRank": 1
}
},
{
"ratio": 0.45,
"atb": "Dexterity",
"conds": {
"minRank": 2
}
}
],
"affinity": "Physical",
"flags": 0
}
],
"range": 2
}
],
"flags": [],
"mastery": [],
"props": {},
"vars": {
"var1": 0.25,
"duration": 15
},
"script": "function onDamage(hit) {\n\tif( rank >= 3 && hit.critical ) {\n\t\taddStatus(hit.target, Skill.Daggers_Start_Combo_Status);\n\t}\n}",
"_xrefs": [
{
"from_sheet": "item",
"from_id": "Daggers_Start",
"via_field": "skills"
}
]
}