Shiv
Daggers_DuplicatePoison_Skill2 in SkillsStabs and deals 60% Dexterity Physical to an enemy, triggering the effects of Sharpen Fangs.
- id
- Daggers_DuplicatePoison_Skill2
- type
- 7
- flags
- 0
- nature
- 2
- script
- function onInflictDamage(dmg) { if (rank >= 3) { if (dmg.critical && dmg.skillId == Skill.Daggers_DuplicatePoison_Skill2) { addStatus(dmg.target, Skill.Daggers_DuplicatePoison_PassiveStatus); } } }
- status
- 2
- cooldown
- 4
- duration
- 0.4
Raw data
{
"id": "Daggers_DuplicatePoison_Skill2",
"gfx": {
"x": 12,
"y": 0,
"file": "UI/icons/atlas_weapon_Dagger_96PX.png",
"size": 48,
"width": 2,
"height": 2
},
"anim": {
"file": "Anim/Human/Dual/_Daggers/Skill/Anim_Human_Daggers_QuickShiv.fbx",
"blend": 0.1,
"startFrame": 0
},
"type": 7,
"vars": {
"charges": 2
},
"flags": 0,
"props": {
"hit": {
"shake": 10,
"freeze": 2.5,
"camShake": 8
},
"rankOverride": [
{
"vars": {
"var1": 1.5
},
"minRank": 3
},
{
"props": {
"charges": 2
},
"minRank": 2
}
]
},
"steps": [
{
"on": 0,
"type": 8,
"delay": 0,
"props": {
"move": {
"direction": [
1
],
"dashSmoothing": 1
}
},
"range": 2,
"duration": 0.4
},
{
"on": 0,
"type": 8,
"delay": 0.13,
"props": {
"move": {
"direction": [
0
]
}
},
"range": 1,
"duration": 0.03
},
{
"on": 0,
"type": 14,
"delay": 0.1,
"props": {
"rotation": {
"limiter": 200
}
},
"duration": 0.1
},
{
"on": 0,
"type": 11,
"delay": 0.2,
"props": {},
"visuals": {
"playAnims": [
{
"anim": {
"file": "Anim/Human/Dual/_Daggers/Skill/Anim_Human_Daggers_QuickShiv.fbx",
"blend": 0,
"speed": 1,
"startFrame": 7
}
}
]
}
},
{
"on": 0,
"type": 0,
"delay": 0.2,
"props": {
"area": {
"shape": [
2,
10
]
}
},
"range": 5,
"effects": [
{
"flags": 0,
"effect": 0,
"baseVal": 0,
"scaling": [
{
"atb": "Dexterity",
"ratio": 0.6
}
],
"affinity": "Physical"
}
]
},
{
"on": 1,
"type": 1,
"props": {
"status": {
"ref": "Daggers_DuplicatePoison_PassiveStatus"
}
}
}
],
"texts": {
"desc": "Stabs and deals ::dmg:: to an enemy, triggering the effects of ::ref_name::.",
"name": "Shiv",
"refs": {
"ref": "Daggers_DuplicatePoison_Passive"
},
"rankDescs": [
{
"desc": "Has ::charges:: charges.",
"rank": 2,
"flags": 0
},
{
"desc": "Trigger the effects of ::ref_name:: twice if this critically strikes.",
"rank": 3,
"flags": 0
}
]
},
"nature": 2,
"script": "function onInflictDamage(dmg) {\n\tif (rank >= 3) {\n\t\tif (dmg.critical && dmg.skillId == Skill.Daggers_DuplicatePoison_Skill2) {\n\t\t\taddStatus(dmg.target, Skill.Daggers_DuplicatePoison_PassiveStatus);\n\t\t}\n\t}\n}",
"status": 2,
"mastery": [],
"cooldown": 4,
"duration": 0.4
}