Hive's Sunder
Sword_Swarm_Skill1 in SkillsPerforms a strong cleave dealing 100% Strength + 100% Faith Physical to nearby enemies and reducing their [MagicArmor] by -30% to -40% for 10.
- id
- Sword_Swarm_Skill1
- type
- 7
- flags
- 0
- nature
- 2
- script
- function onUseSkill(ctx) { if (!owner.isInCombat) { return; } if (ctx.baseSkill.isWeaponSkill() ) { forAllCombattants(owner, function(u) { var s = u.getStatus(Skill.Sword_Swarm_Skill1_Status); if (s != null) { s.refresh(null); } }); } }
- status
- 2
- cooldown
- 18
- duration
- 0.7
Raw data
{
"id": "Sword_Swarm_Skill1",
"gfx": {
"x": 1,
"y": 1,
"file": "UI/icons/atlas_weapon_Sword1H_96PX.png",
"size": 96
},
"anim": {
"file": "Anim/Human/OneHanded/_OneHandedSword/Skill/Anim_Human_OneHandedSword_StrongSlash.fbx",
"blend": 0.01
},
"type": 7,
"vars": {
"time": 2,
"var1": 0.1
},
"flags": 0,
"props": {
"hit": {
"shake": 6,
"freeze": 2,
"camShake": 6
}
},
"steps": [
{
"on": 0,
"type": 8,
"delay": 0,
"props": {
"move": {
"direction": [
1
]
}
},
"range": 0.5,
"duration": 0.14
},
{
"on": 0,
"type": 11,
"delay": 0.1,
"props": {},
"visuals": {
"fxs": [
{
"set": "Spark_Blast",
"props": {},
"scale": 0.6,
"space": 0
}
]
}
},
{
"on": 0,
"type": 8,
"delay": 0.19,
"props": {
"move": {
"direction": [
0
],
"dashSmoothing": 1
}
},
"range": 2,
"duration": 0.07
},
{
"on": 0,
"type": 8,
"delay": 0.26,
"props": {
"move": {
"direction": [
0
],
"dashSmoothing": 1
}
},
"range": 2,
"duration": 0.49
},
{
"on": 0,
"type": 11,
"delay": 0.25,
"props": {},
"visuals": {
"playAnims": [
{
"anim": {
"file": "Anim/Human/OneHanded/_OneHandedSword/Skill/Anim_Human_OneHandedSword_StrongSlash.fbx",
"blend": 0,
"startFrame": 8
}
}
]
}
},
{
"on": 0,
"type": 4,
"delay": 0.22,
"props": {},
"range": 4,
"effects": [
{
"flags": 0,
"effect": 0,
"baseVal": 0,
"scaling": [
{
"atb": "Strength",
"ratio": 1
},
{
"atb": "Faith",
"ratio": 1
}
],
"affinity": "Physical"
}
],
"visuals": {
"hitFx": "PH_Hit_Skill"
}
},
{
"on": 1,
"type": 1,
"props": {
"status": {
"ref": "Sword_Swarm_Skill1_Status"
}
}
}
],
"texts": {
"desc": "Performs a strong cleave dealing ::dmg:: to nearby enemies and reducing their [MagicArmor] by ::ref_val1%:: for ::ref_duration::.",
"name": "Hive's Sunder",
"refs": {
"ref": "Sword_Swarm_Skill1_Status",
"ref2": "Sword_Swarm_Passive_Swarm"
},
"rankDescs": [
{
"desc": "[MagicArmor] reduced by ::ref_val1%::.",
"rank": 2,
"flags": 1
},
{
"desc": "You gain as much [MagicArmor].",
"rank": 3,
"flags": 0
}
]
},
"nature": 2,
"script": "function onUseSkill(ctx) {\n\tif (!owner.isInCombat) { return; }\n\tif (ctx.baseSkill.isWeaponSkill() ) {\n\t\tforAllCombattants(owner, function(u) {\n\t\t\tvar s = u.getStatus(Skill.Sword_Swarm_Skill1_Status);\n\t\t\tif (s != null) {\n\t\t\t\ts.refresh(null);\n\t\t\t}\n\t\t});\n\t}\n}",
"status": 2,
"mastery": [],
"cooldown": 18,
"duration": 0.7
}