Home · skill · Daggers_DuplicatePoison_Skill2
Stabs and deals 60% Dexterity to an enemy, triggering the effects of Sharpen Fangs.
Properties
- status
- Done
- type
- Weapon Skill
- nature
- Ability
- cooldown
- 4
- duration
- 0.4
- steps
Referenced by
item (1)
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/atlas_weapon_Dagger_96PX.png",
"size": 48,
"x": 12,
"y": 0,
"width": 2,
"height": 2
},
"id": "Daggers_DuplicatePoison_Skill2",
"type": "WeaponSkill",
"nature": "Ability",
"texts": {
"name": "Shiv",
"desc": "Stabs and deals ::dmg:: to an enemy, triggering the effects of ::ref_name::.",
"rankDescs": [
{
"rank": 2,
"desc": "Has ::charges:: charges.",
"flags": 0
},
{
"rank": 3,
"desc": "Trigger the effects of ::ref_name:: twice if this critically strikes.",
"flags": 0
}
],
"refs": {
"ref": "Daggers_DuplicatePoison_Passive"
}
},
"anim": {
"file": "Anim/Human/Dual/_Daggers/Skill/Anim_Human_Daggers_QuickShiv.fbx",
"blend": 0.1,
"startFrame": 0
},
"cooldown": 4,
"duration": 0.4,
"steps": [
{
"props": {
"move": {
"direction": [
1
],
"dashSmoothing": 1
}
},
"on": 0,
"type": 8,
"duration": 0.4,
"range": 2,
"delay": 0
},
{
"on": 0,
"props": {
"move": {
"direction": [
0
]
}
},
"type": 8,
"delay": 0.13,
"duration": 0.03,
"range": 1
},
{
"props": {
"rotation": {
"limiter": 200
}
},
"on": 0,
"type": 14,
"delay": 0.1,
"duration": 0.1
},
{
"on": 0,
"visuals": {
"playAnims": [
{
"anim": {
"speed": 1,
"blend": 0,
"startFrame": 7,
"file": "Anim/Human/Dual/_Daggers/Skill/Anim_Human_Daggers_QuickShiv.fbx"
}
}
]
},
"props": {},
"type": 11,
"delay": 0.2
},
{
"props": {
"area": {
"shape": [
2,
10
]
}
},
"on": 0,
"type": 0,
"delay": 0.2,
"range": 5,
"effects": [
{
"affinity": "Physical",
"effect": 0,
"scaling": [
{
"ratio": 0.6,
"atb": "Dexterity"
}
],
"baseVal": 0,
"flags": 0
}
]
},
{
"on": 1,
"props": {
"status": {
"ref": "Daggers_DuplicatePoison_PassiveStatus"
}
},
"type": 1
}
],
"flags": [],
"mastery": [],
"props": {
"rankOverride": [
{
"minRank": 3,
"vars": {
"var1": 1.5
}
},
{
"minRank": 2,
"props": {
"charges": 2
}
}
],
"hit": {
"camShake": 8,
"freeze": 2.5,
"shake": 10
}
},
"vars": {
"charges": 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}",
"_xrefs": [
{
"from_sheet": "item",
"from_id": "Daggers_DuplicatePoison",
"via_field": "skills"
}
]
}