Home · skill · Sword_Craft_Combo
A thrust that deals 72% Strength to an enemy with a 30% chance to reduce the cooldown of your Off-Hand Weapon Skill by 3.
Properties
- status
- Done
- type
- AttackCombo
- nature
- Combo
- duration
- 0.75
- steps
Referenced by
item (1)
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/atlas_weapon_Sword1H_96PX.png",
"size": 96,
"x": 6,
"y": 0
},
"id": "Sword_Craft_Combo",
"type": "AttackCombo",
"nature": "Combo",
"texts": {
"name": "Tactician Assault",
"desc": "A thrust that deals ::dmg:: to an enemy with a ::var1%:: chance to reduce the cooldown of your Off-Hand [WeaponSkill] by ::time::.",
"rankDescs": [
{
"rank": 2,
"desc": "Chance to reduce the cooldown increased to ::var1%::.",
"flags": 1
},
{
"rank": 3,
"desc": "Deals an additionnal ::dmg2:: when this triggers a cooldown reduction.",
"flags": 0
}
]
},
"anim": {
"ref": "AttackCombo"
},
"duration": 0.75,
"steps": [
{
"on": 0,
"props": {
"move": {
"direction": [
0
]
}
},
"type": 8,
"duration": 0.12,
"range": 0.8,
"delay": 0.05
},
{
"on": 0,
"props": {
"rotation": {
"limiter": 120
}
},
"type": 14,
"duration": 0.28
},
{
"on": 0,
"visuals": {
"playAnims": [
{
"anim": {
"ref": "AttackCombo",
"startFrame": 8,
"blend": 0.01
}
}
]
},
"props": {},
"type": 11,
"delay": 0.24
},
{
"on": 0,
"type": 8,
"duration": 0.28,
"range": 3,
"props": {
"move": {
"dashSmoothing": 1,
"direction": [
0
]
}
},
"delay": 0.24
},
{
"on": 0,
"props": {
"area": {
"shape": [
1,
2
]
}
},
"effects": [
{
"affinity": "Physical",
"effect": 0,
"scaling": [
{
"ratio": 0.715,
"atb": "Strength"
}
],
"flags": 0
}
],
"type": 0,
"delay": 0.28,
"range": 3
},
{
"on": 13,
"props": {},
"effects": [
{
"affinity": "Magic",
"effect": 0,
"scaling": [
{
"ratio": 0.6,
"atb": "Faith"
}
],
"flags": 0
}
],
"type": 0,
"id": "MagicDamage",
"visuals": {
"hitFx": "Light_Blast"
}
}
],
"flags": [],
"mastery": [],
"props": {
"threatRatio": 6,
"hit": {
"camShake": 10,
"freeze": 4,
"shake": 7
},
"rankOverride": [
{
"minRank": 2,
"vars": {
"var1": 0.4
}
}
]
},
"vars": {
"var1": 0.3,
"time": 3
},
"script": "function onFirstHit(hit) {\n\tif( checkProba(vars.var1) ) {\n\t\tvar sk = ownerHero.getOffhandWeaponSkill();\n\t\tif(sk != null) {\n\t\t\tsk.reduceCooldown(vars.time);\n\t\t\tif(rank >= 3) {\n\t\t\t\tplayStep(Steps.MagicDamage, hit.target);\n\t\t\t}\n\t\t}\n\t}\n}",
"_xrefs": [
{
"from_sheet": "item",
"from_id": "Sword_Craft",
"via_field": "skills"
}
]
}