WARFRAME Wiki
Advertisement
WARFRAME Wiki
Photo-4
“It's taking longer than I calculated.”
This page is actively being worked on and may not be completely correct. Please assist in making this page accurate. See WARFRAME Wiki:Research on ways to perform research on this game. Click here to add more info.
Add support for Slams and Heavy Slams

Database of WARFRAME's Stance movement sets for melee weapons.

Last updated: Tue, 07 Sep 2021 17:52:44 +0000 (UTC) by User:Cephalon Scientia

Complex Combos

Combos with additional effects or deviates from standard stance behavior, many of which are noted in the respective stance page's Notes section. Therefore, these entries may have additional information omitted from this database due to incompatibility with the schema.

Stance Entry Schema

["Stance Name"] = {
	StanceName = "Stance Name",
	WeaponType = "Weapon Type",
	["Neutral"] = {
		Name = "Combo Name",
		Attacks = {
			{   Hits = { 1 }, Dmg = { 100 }, Procs = { "" } },
			{   Hits = { 1 }, Dmg = { 100 }, Procs = { "" } },
			{   Hits = { 1 }, Dmg = { 100 }, Procs = { "" } },
		}
	},
	["Forward"] = {
		Name = "Combo Name",
		Attacks = {
			{   Hits = { 1 }, Dmg = { 100 }, Procs = { "" } },
			{   Hits = { 1 }, Dmg = { 100 }, Procs = { "" } },
			{   Hits = { 1 }, Dmg = { 100 }, Procs = { "" } },
		}
	},
	["Forward Block"] = {
		Name = "Combo Name",
		Attacks = {
			{   Hits = { 1 }, Dmg = { 100 }, Procs = { "" } },
			{   Hits = { 1 }, Dmg = { 100 }, Procs = { "" } },
			{   Hits = { 1 }, Dmg = { 100 }, Procs = { "" } },
		}
	},
	["Block"] = {
		Name = "Combo Name",
		Attacks = {
			{   Hits = { 1 }, Dmg = { 100 }, Procs = { "" } },
			{   Hits = { 1 }, Dmg = { 100 }, Procs = { "" } },
			{   Hits = { 1 }, Dmg = { 100 }, Procs = { "" } },
		}
	},
},

Shared combos:
["Weapon Type"] = {
	["Heavy"] = {
		Name = "Combo Name",
		Attacks = {
			{   Shape = "Heavy", Hits = { 1 }, Dmg = { 100 }, Procs = { "" } },
			{   Shape = "Heavy", Hits = { 1 }, Dmg = { 100 }, Procs = { "" } },
		}
	},
	["Slide"] = {
		Name = "Combo Name",
		Attacks = {
			{   Type = "Spin", Hits = { 1 }, Dmg = { 100 }, Procs = { "" } },
		}
	},
	["Aerial"] = {
		Name = "Combo Name",
		Attacks = {
			{   Hits = { 1 }, Dmg = { 100 }, Procs = { "" } },
			{   Hits = { 1 }, Dmg = { 100 }, Procs = { "" } },
			{   Hits = { 1 }, Dmg = { 100 }, Procs = { "" } },
		}
	},
	["Wall"] = {
		Name = "Combo Name",
		Attacks = {
			{   Hits = { 1 }, Dmg = { 100 }, Procs = { "" } },
		}
	},
	["Finisher"] = {
		Name = "Combo Name",
		Attacks = {
			{   Hits = { 1 }, Dmg = { 100 }, Procs = { "" } },
		}
	},
},
Stance tables
Key/Column Name Data Type Required? Explanation/Description Example(s)
ConclaveOnly Boolean Whether or not the mod can be used in Conclave false
UniqueToWeapon Boolean For entries that contain combos that are unique to a certain weapon, overriding the default combos or combos provided by the stance mod true
StancelessStance Boolean Denotes whether or not a stance is the default stance when no stance mod is equipped true
StanceName String ✔️ Stance's name "Cleaving Whirlwind"
WeaponType String ✔️ Melee class that stance is compatible with "Nikana"
Neutral Table (mixed key-value maps and numeric arrays) ✔️ Neutral combo entry
Forward Table (mixed key-value maps and numeric arrays) ✔️ Forward combo entry
Forward Block Table (mixed key-value maps and numeric arrays) ✔️ Forward while blocking combo entry
Block Table (mixed key-value maps and numeric arrays) ✔️ Block combo entry
Aerial Table (mixed key-value maps and numeric arrays) Air combo entry (optional, will use stanceless Aerial combo if omitted)
Finisher Table (mixed key-value maps and numeric arrays) Ground finisher attack entry (optional, will use stanceless Ground Finisher combo if omitted)
Heavy Table (mixed key-value maps and numeric arrays) Heavy combo entry (optional, will use stanceless Heavy combo if omitted)
Slide Table (mixed key-value maps and numeric arrays) Slide attack entry (optional, will use stanceless Slide combo if omitted)
Wall Table (mixed key-value maps and numeric arrays) ❌ (at least one combo type) Wall latch attack entry (optional, will use stanceless Wall combo if omitted)
Combo tables
Key/Column Name Data Type Required? Explanation/Description Example(s)
Attacks Table (of tables) ✔️ Table of attacks
Duration Number (float) Approximate length of combo in seconds when melee's Attack Speed is at 1, precise to the tenths place (or two significant figures) 4.5
Image String Name of .gif image file showcasing combo moveset animation "CrossingSnakesCombo0.gif"
Name String ✔️ Combo name "Morning Sun"
Attacks tables
Key/Column Name Data Type Required? Explanation/Description Example(s)
Dmg Table (of numbers) ✔️ Damage multipliers of each hit in a combo's attack as a percentage, with 100 representing 100% of a melee's damage { 100, 100, 100, 50 }
Hits Table (of numbers) ✔️ Number of hits in a combo's attack { 1, 1, 2, 1 }
ImpactMultiplier Table (of numbers) Additional DmgImpactSmall64 Impact damage multiplier on hit (commonly 1.1x, 1.25x, 1.5x or 2x) { 1.25, 1 }
Note String A note for additional details about the hit/attack in particular "Does purely Impact damage"
Procs Table (of strings) Forced procs of each hit in a combo's attack
  • For no icons: nil or ""
  • For single icons: "Knockback" (Impact proc), "Weakened" (Puncture proc), "Bleed" (Slash proc), "Inaccuracy" (Blast proc), "Lifted", "Knockdown", "Ragdoll", "Finisher", or "Impair"
  • For double icons, in place of a string value in a table, insert another table containing two proc names (e.g. { "Knockback", "Bleed" })
{"", "Lifted", "Bleed"}
PunctureMultiplier Table (of numbers) Additional DmgPunctureSmall64 Puncture damage multiplier on hit (commonly 1.1x, 1.25x, 1.5x or 2x) { 1.25, 1 }
Shape String Shape of combo attack icon ("", "Heavy", or nil (default)) "Heavy"
SlashMultiplier Table (of numbers) Additional DmgSlashSmall64 Slash damage multiplier on hit (commonly 1.1x, 1.25x, 1.5x or 2x) { 1.25, 1 }
Types Table List of attack types corresponding to each individual attack of each melee input. Attack types can be "Sweep" (default), "Thrust", "360", "Direct", "Slam", "Ranged", or nil.
  • A "sweep" attack is a melee strike that intends to hit an enemy with the edge of the blade (the length of obround melee hitbox).
  • A "thrust" attack is a melee strike that intends to hit an enemy with the tip of the blade (the rounded edge of obround melee hitbox).
  • A "360" attack is a sliding sweep attack that hits targets around the player (not always in a 360° arc, but is usually above 180°).
  • A "direct" slam attack is a melee strike that hits a single target at the epicenter of a slam attack.
  • A "slam" attack is the area-of-effect component of the melee slam attack.
  • A "ranged" attack is any melee attack that launches a ranged projectile.
{ "Slam", "Sweep, "Sweep" }

Table value restrictions:

  • If one of the following keys contains a table value: Hits, Dmg, or Procs, then the rest must be either nil or contain table values that match the same length as the largest table value.

Stance Data


-- Note that "Legend" table is for displaying legend in stance tables and have nothing
-- to do with in-game stances
return {
	["Argent Scourge"] = {
		ConclaveOnly = true,
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "ArgentScourgeComboTwo.gif",
			Name = "Cutting Tempest" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100, 100 }, Hits = { 1, 1 } },
				{ Dmg = { 100, 100, 100 }, Hits = { 1, 1, 1 } } 
			},
			Image = "ArgentScourgeComboThree.gif",
			Name = "Shrieking Wind" 
		},
		Neutral = {
			Attacks = { { Dmg = { 100, 100 }, Hits = { 1, 1 } }, { Dmg = { 100 }, Hits = { 1 } } },
			Image = "ArgentScourgeComboOne.gif",
			Name = "Roaring Whirlwind" 
		},
		WeaponType = "Polearm" 
	},
	["Astral Twilight"] = {
		Block = {
			Attacks = {
				{ Dmg = { 200, 200, 300 }, Hits = { 1, 1, 1 }, Procs = { "", "Lifted", "Slash" } },
				{ Dmg = { 100, 200, 200 }, Hits = { 1, 1, 1 }, Procs = { "", "", "Slash" } },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Ragdoll" } } 
			},
			Duration = 3.5,
			Image = "AstralTwilightCombo3.gif",
			Name = "Rising Moon" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 2 } },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Lifted" } } 
			},
			Duration = 3.4,
			Image = "AstralTwilightCombo1.gif",
			Name = "Midnight Cloud" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 4 } },
				{ Dmg = { 200 }, Hits = { 2 } },
				{ Dmg = { 200 }, Hits = { 2 }, Procs = { "Impact" } } 
			},
			Duration = 3.2,
			Image = "AstralTwilightCombo2.gif",
			Name = "Falling Star" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300, 200 }, Hits = { 1, 1 }, Procs = { "", "Impact" } },
				{ Dmg = { 300 }, Hits = { 2 } },
				{ Dmg = { 200 }, Hits = { 3 } },
				{
					Dmg = { 200, 100, 200 },
					Hits = { 1, 1, 1 },
					Procs = { "", "", "Knockdown" },
					Type = "360" 
				} 
			},
			Duration = 4.25,
			Image = "AstralTwilightCombo0.gif",
			Name = "Morning Sun" 
		},
		WeaponType = "Glaive" 
	},
	["Atlantis Vulcan"] = {
		Block = {
			Attacks = {
				{ Dmg = { 50 }, Hits = { 7 }, Type = "360" },
				{ Dmg = { 100 }, Hits = { 4 }, Type = "360" },
				{ Dmg = { 100 }, Hits = { 3 }, Type = "360" },
				{ Dmg = { 100, 200 }, Hits = { 3, 1 }, Procs = { "", "Ragdoll" }, Type = "360" } 
			},
			Duration = 3.35,
			Image = "AtlantisVulcanCombo3.gif",
			Name = "Infernal Maelstrom" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 50 }, Hits = { 2 }, Type = "360" },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 50 }, Hits = { 5 }, Type = "360" } 
			},
			Duration = 3.25,
			Image = "AtlantisVulcanCombo1.gif",
			Name = "Searing Undertow" 
		},
		["Forward Block"] = {
			Attacks = { { Dmg = { 50 }, Hits = { 5 }, Type = "360" }, { Dmg = { 150 }, Hits = { 13 } } },
			Duration = 4.1,
			Image = "AtlantisVulcanCombo2.gif",
			Name = "Blazing Vortex" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 50 }, Hits = { 5 }, Type = "360" },
				{ Dmg = { 100 }, Hits = { 3 }, Type = "360" },
				{ Dmg = { 50 }, Hits = { 6 } },
				{ Dmg = { 100 }, Hits = { 2 }, Procs = { "Ragdoll" } } 
			},
			Duration = 3.45,
			Image = "AtlantisVulcanCombo0.gif",
			Name = "Molten Whirlpool" 
		},
		WeaponType = "Nunchaku" 
	},
	["Biting Piranha"] = {
		ConclaveOnly = true,
		Forward = {
			Attacks = { { Dmg = { 100 }, Hits = { 1 } }, { Dmg = { 100 }, Hits = { 2 } } },
			Image = "BitingPiranhaComboTwo.gif",
			Name = "Flasing Razor" 
		},
		["Forward Block"] = {
			Attacks = { { Dmg = { 100 }, Hits = { 2 } }, { Dmg = { 100 }, Hits = { 2 } } },
			Image = "BitingPiranhaComboThree.gif",
			Name = "Leaping Slash" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 2 }, Procs = { "Impair" } },
				{ Dmg = { 100 }, Hits = { 2 } } 
			},
			Image = "BitingPiranhaComboOne.gif",
			Name = "Rushing Cuts" 
		},
		WeaponType = "Dual Daggers" 
	},
	["Blade and Whip"] = {
		Aerial = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Image = "Blade-WhipComboAir.gif",
			Name = "Weightless Steel" 
		},
		Finisher = {
			Attacks = { { Dmg = { 1000 }, Hits = { 1 }, Procs = { "Slash" } } },
			Image = "Blade-WhipComboFinisherGround.gif",
			Name = "Death's Mark" 
		},
		Heavy = {
			Attacks = {
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Ragdoll" }, Shape = "Heavy" },
				{
					Dmg = { 400, 400, 400 },
					Hits = { 1, 1, 1 },
					Procs = { "Lifted", "Ragdoll", "" },
					Shape = "Heavy" 
				} 
			},
			Image = "Blade-WhipComboHeavy.gif",
			Name = "Rolling Thunder" 
		},
		Slide = {
			Attacks = { { Dmg = { 100 }, Hits = { 1 }, Procs = { "Impact" }, Type = "360" } },
			Image = "Blade-WhipComboSlide.gif",
			Name = "Spiral Cut" 
		},
		Wall = {
			Attacks = { { Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" } } },
			Image = "Blade-WhipComboWall.gif",
			Name = "Weightless Steel" 
		} 
	},
	["Bleeding Willow"] = {
		Forward = {
			Attacks = { { Dmg = { 100 }, Hits = { 1 } }, { Dmg = { 100, 200 }, Hits = { 2, 1 } } },
			Duration = 0.95,
			Image = "BleedingWillowCombo1.gif",
			Name = "Lethal Gust" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100, 300 }, Hits = { 1, 1 }, Procs = { "Impact", "Impact" } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200, 100 }, Hits = { 1, 2 } },
				{
					Dmg = { 200, 400 },
					Hits = { 1, 1 },
					Procs = { "Slash", "Knockdown" },
					Type = "360" 
				} 
			},
			Duration = 3.5,
			Image = "BleedingWillowCombo2.gif",
			Name = "Drifting Steel" 
		},
		WeaponType = "Polearm" 
	},
	["Blind Justice"] = {
		Block = {
			Attacks = {
				{ Dmg = { 100, 200 }, Hits = { 1, 1 } },
				{
					Dmg = { 100, 200, 200 },
					Hits = { 1, 1, 1 },
					Procs = { "", "", { "Impact", "Slash" } } 
				},
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Ragdoll" } } 
			},
			Duration = 1.7,
			Image = "BlindJusticeCombo3.gif",
			Name = "Destined Path" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100, 200 }, Hits = { 1, 1 }, Type = "360" },
				{
					Dmg = { 100, 200, 300 },
					Hits = { 1, 1, 1 },
					Procs = { "", "", "Lifted" },
					Type = "360" 
				},
				{ Dmg = { 300 }, Hits = { 1 } } 
			},
			Duration = 3.05,
			Image = "BlindJusticeCombo1.gif",
			Name = "Zatōs Creed" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 5 } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 200, 400 }, Hits = { 1, 1 }, Type = "Slam" } 
			},
			Duration = 2.45,
			Image = "BlindJusticeCombo2.gif",
			Name = "Heeding Call" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 2 } },
				{ Dmg = { 200 }, Hits = { 2 } },
				{ Dmg = { 200, 400 }, Hits = { 1, 1 }, Procs = { "Slash", "Knockdown" } } 
			},
			Duration = 2.6,
			Image = "BlindJusticeCombo0.gif",
			Name = "Guiding Light" 
		},
		Slide = {
			Attacks = {
				{
					Dmg = { 100, 100, 100 },
					Hits = { 2, 1, 1 },
					Procs = { "", "Lifted", "" },
					Type = "360" 
				} 
			},
			Duration = 0.91,
			Image = "NikanaBlindJusticeComboSlide.gif",
			Name = "Parting Knee" 
		},
		Wall = {
			Attacks = { { Dmg = { 215 }, Hits = { 1 } } },
			Image = "NikanaBlindJusticeComboWall.gif",
			Name = "Guiding Wire" 
		},
		WeaponType = "Nikana" 
	},
	["Brutal Tide"] = {
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 2 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 100, 200 }, Hits = { 2, 1 } },
				{ Dmg = { 300 }, Hits = { 2 } } 
			},
			Duration = 2.15,
			Image = "BrutalTideCombo1.gif",
			Name = "Inferno" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 2 }, Procs = { "Impact" } },
				{ Dmg = { 300, 100, 300 }, Hits = { 1, 1, 1 }, Procs = { "", "", "Impact" } },
				{ Dmg = { 200, 300, 100 }, Hits = { 1, 1, 1 }, Procs = { "", "", "Knockdown" } } 
			},
			Duration = 3.85,
			Image = "BrutalTideCombo2.gif",
			Name = "Rushing Fire" 
		},
		WeaponType = "Sparring" 
	},
	["Bullet Dance"] = {
		Block = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 }, Type = "Ranged" },
				{ Dmg = { 200 }, Hits = { 1 }, Type = "Ranged" },
				{ Dmg = { 200 }, Hits = { 1 }, Type = "Ranged" } 
			},
			Duration = 3,
			Image = "BulletDanceCombo3.gif",
			Name = "Samba Slash" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 }, Type = "Ranged" },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 }, Type = "Ranged" } 
			},
			Duration = 3,
			Image = "BulletDanceCombo1.gif",
			Name = "Magnum Mambo" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 }, Type = "Ranged" },
				{ Dmg = { 200 }, Hits = { 2 }, Type = "Ranged" },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Impact" } } 
			},
			Duration = 2.8,
			Image = "BulletDanceCombo2.gif",
			Name = "Lead Tango" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 125 }, Hits = { 1 }, Type = "Ranged" },
				{ Dmg = { 125 }, Hits = { 1 }, Type = "Ranged" },
				{ Dmg = { 150 }, Hits = { 1 }, Type = "Ranged" },
				{ Dmg = { 200 }, Hits = { 1 }, Type = "Ranged" },
				{ Dmg = { 300 }, Hits = { 3 }, Procs = { "Impact" } } 
			},
			Duration = 4.5,
			Image = "BulletDanceCombo0.gif",
			Name = "Automatic Rhumba" 
		},
		WeaponType = "Gunblade" 
	},
	["Burning Wasp"] = {
		Forward = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200, 300 }, Hits = { 1, 1 }, Type = "360" } 
			},
			Duration = 3,
			Image = "BurningWaspCombo1.gif",
			Name = "Buzzing Sting" 
		},
		["Forward Block"] = {
			Attacks = { { Dmg = { 300 }, Hits = { 1 } }, { Dmg = { 300 }, Hits = { 1 }, Type = "360" } },
			Duration = 1.8,
			Image = "BurningWaspCombo2.gif",
			Name = "Guided Claw" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Impact" }, Type = "360" } 
			},
			Duration = 1.9,
			Image = "BurningWaspCombo0.gif",
			Name = "Sparking Torture" 
		},
		WeaponType = "Whip" 
	},
	["Carving Mantis"] = {
		Block = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 4 } },
				{ Dmg = { 200, 200 }, Hits = { 1, 1 }, Procs = { "", "Slash" } },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Ragdoll" } } 
			},
			Duration = 2.45,
			Image = "CarvingMantisCombo3.gif",
			Name = "Biting Mandibles" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 3 } },
				{ Dmg = { 100 }, Hits = { 2 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 } } 
			},
			Duration = 2.35,
			Image = "CarvingMantisCombo1.gif",
			Name = "Ambush Predator" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 2 } },
				{ Dmg = { 200 }, Hits = { 2 }, Procs = { "Impact" } } 
			},
			Duration = 1.2,
			Image = "CarvingMantisCombo2.gif",
			Name = "Dire Courtship" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 200, 100 }, Hits = { 1, 1 }, Procs = { "", "Slash" } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Lifted" } },
				{ Dmg = { 300 }, Hits = { 2 } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Slash" } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { { "Slash", "Knockdown" } } } 
			},
			Duration = 3.9,
			Image = "CarvingMantisCombo0.gif",
			Name = "Rapid Incisions" 
		},
		WeaponType = "Dual Swords" 
	},
	["Celestial Nightfall"] = {
		ConclaveOnly = true,
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "CelestialNightfallComboTwo.gif",
			Name = "Whirling Touch" 
		},
		["Forward Block"] = {
			Attacks = { { Dmg = { 100 }, Hits = { 2 } }, { Dmg = { 100 }, Hits = { 2 } } },
			Image = "CelestialNightfallComboThree.gif",
			Name = "Radial Wounding" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 }, Procs = { "Impair" } },
				{ Dmg = { 100 }, Hits = { 2 } } 
			},
			Image = "CelestialNightfallComboOne.gif",
			Name = "Expanding Spiral" 
		},
		WeaponType = "Glaive" 
	},
	["Clashing Forest"] = {
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100, 200 }, Hits = { 1, 1 } } 
			},
			Duration = 2.05,
			Image = "ClashingForestCombo1.gif",
			Name = "Skyward Limb" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 2 } },
				{ Dmg = { 300 }, Hits = { 2 }, Procs = { "Ragdoll" } } 
			},
			Duration = 2.1,
			Image = "ClashingForestCombo2.gif",
			Name = "Battering Roots" 
		},
		Neutral = {
			Attacks = {
				{
					Dmg = { 100, 100, 100, 50 },
					Hits = { 1, 1, 2, 1 },
					Procs = { "", "Lifted", "", "" } 
				},
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 100, 400 }, Hits = { 1, 1 }, Procs = { "", "Knockdown" } } 
			},
			Duration = 1.95,
			Image = "ClashingForestCombo0.gif",
			Name = "Resolute Flurry" 
		},
		WeaponType = "Staff" 
	},
	Claws = {
		Aerial = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 2 } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Image = "ClawsComboAir.gif",
			Name = "One Point" 
		},
		Finisher = { Attacks = { { Dmg = { 500 }, Hits = { 6 } } }, Image = "ClawsComboFinisherGround.gif", Name = "Roaring Drums" },
		Heavy = {
			Attacks = {
				{
					Dmg = { 500 },
					Hits = { 1 },
					Procs = { { "Knockdown", "Slash" } },
					Shape = "Heavy" 
				},
				{
					Dmg = { 500 },
					Hits = { 1 },
					Procs = { { "Knockdown", "Slash" } },
					Shape = "Heavy" 
				} 
			},
			Image = "ClawsComboHeavy.gif",
			Name = "Three Lessons" 
		},
		Slide = {
			Attacks = { { Dmg = { 300 }, Hits = { 1 }, Procs = { "Lifted" }, Type = "360" } },
			Duration = 0.67,
			Image = "ClawsComboSlide.gif",
			Name = "Launching Spring" 
		},
		Wall = {
			Attacks = { { Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" } } },
			Image = "ClawsComboWall.gif",
			Name = "Through Strike" 
		} 
	},
	["Cleaving Whirlwind"] = {
		Block = {
			Attacks = {
				{ Dmg = { 400 }, Hits = { 1 }, Type = "Slam" },
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Ragdoll" } } 
			},
			Duration = 1.9,
			Image = "CleavingWhirlwindCombo3.gif",
			Name = "Drifting Stampede" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 2 }, Type = "360" },
				{ Dmg = { 100 }, Hits = { 2 }, Type = "360" },
				{ Dmg = { 100, 200 }, Hits = { 1, 1 }, Type = "360" },
				{ Dmg = { 200 }, Hits = { 2 }, Type = "360" },
				{ Dmg = { 200, 200 }, Hits = { 1, 1 }, Procs = { "", "Impact" }, Type = "360" },
				{ Dmg = { 0 }, Hits = { 1 } } 
			},
			Duration = 5.7,
			Image = "CleavingWhirlwindCombo1.gif",
			Name = "Broken Bull" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Impact" }, Type = "Slam" },
				{
					Dmg = { 300, 100, 200, 400 },
					Hits = { 1, 1, 1, 1 },
					Procs = { "", "", "", "Lifted" },
					Type = "Slam" 
				} 
			},
			Duration = 2.7,
			Image = "CleavingWhirlwindCombo2.gif",
			Name = "Sundered Tusk" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 400 }, Hits = { 1 } },
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Knockdown" }, Type = "Slam" } 
			},
			Duration = 2.25,
			Image = "CleavingWhirlwindCombo0.gif",
			Name = "Crowd Fall" 
		},
		WeaponType = "Heavy Blade" 
	},
	["Coiling Viper"] = {
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 200, 200 }, Hits = { 1, 1 }, Procs = { "", "Lifted" } },
				{ Dmg = { 400 }, Hits = { 2 }, Procs = { "Impact" } } 
			},
			Duration = 2.7,
			Image = "CoilingViperCombo1.gif",
			Name = "Whistling Wind" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 300 }, Hits = { 1 } } 
			},
			Duration = 2.3,
			Image = "CoilingViperCombo2.gif",
			Name = "Tumbling King" 
		},
		WeaponType = "Whip" 
	},
	["Crashing Havoc"] = {
		ConclaveOnly = true,
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "CrashingHavocComboTwo.gif",
			Name = "Rising Thunder" 
		},
		["Forward Block"] = {
			Attacks = { { Dmg = { 200 }, Hits = { 1 } }, { Dmg = { 100 }, Hits = { 1 } } },
			Image = "CrashingHavocComboThree.gif",
			Name = "Falling Rock" 
		},
		Neutral = {
			Attacks = { { Dmg = { 100, 100 }, Hits = { 1, 1 } }, { Dmg = { 100 }, Hits = { 2 } } },
			Image = "CrashingHavocComboOne.gif",
			Name = "Fist And Hammer" 
		},
		WeaponType = "Hammer" 
	},
	["Crashing Timber"] = {
		ConclaveOnly = true,
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "CrashingTimberComboTwo.gif",
			Name = "Sweeping Limb" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 }, Procs = { "Knockdown" } },
				{
					Dmg = { 100, 100 },
					Hits = { 1, 1 },
					Procs = { "", "Knockdown" },
					Type = "Slam" 
				} 
			},
			Image = "CrashingTimberComboThree.gif",
			Name = "Bending Branch" 
		},
		Neutral = {
			Attacks = { { Dmg = { 100, 100 }, Hits = { 1, 1 } }, { Dmg = { 100 }, Hits = { 1 } } },
			Image = "CrashingTimberComboOne.gif",
			Name = "Falling Leaves" 
		},
		WeaponType = "Staff" 
	},
	["Crimson Dervish"] = {
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 }, Type = "360" },
				{ Dmg = { 100, 200 }, Hits = { 1, 1 } } 
			},
			Duration = 2,
			Image = "CrimsonDervishCombo1.gif",
			Name = "Twisting Flurry" 
		},
		["Forward Block"] = {
			Attacks = {
				{
					Dmg = { 200, 200, 400 },
					Hits = { 1, 1, 1 },
					Procs = { "", { "Impact", "Slash" }, "Knockdown" },
					Type = "360" 
				} 
			},
			Duration = 1.5,
			Image = "CrimsonDervishCombo2.gif",
			Name = "Coiling Impale" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 } },
				{
					Dmg = { 200, 200, 400 },
					Hits = { 1, 1, 1 },
					Procs = { "", "Impact", "Knockdown" },
					Type = "360" 
				} 
			},
			Duration = 2,
			Image = "CrimsonDervishCombo0.gif",
			Name = "Crimson Orbit" 
		},
		WeaponType = "Sword" 
	},
	["Crossing Snakes"] = {
		Block = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 2 }, Procs = { "Lifted" } },
				{ Dmg = { 100, 200 }, Hits = { 2, 2 }, Procs = { "Slash", "Knockdown" } } 
			},
			Duration = 2.4,
			Image = "CrossingSnakesCombo3.gif",
			Name = "Twin Fang" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 2 } },
				{ Dmg = { 100 }, Hits = { 2 } },
				{ Dmg = { 200 }, Hits = { 2 } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Duration = 1.85,
			Image = "CrossingSnakesCombo1.gif",
			Name = "Lacerating Leap" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100, 200, 200 }, Hits = { 2, 1, 1 }, Procs = { "", "", "Impact" } },
				{ Dmg = { 200 }, Hits = { 2 } } 
			},
			Duration = 2.2,
			Image = "CrossingSnakesCombo2.gif",
			Name = "Northern Coil" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 2 }, Procs = { "Impact" } } 
			},
			Duration = 1.35,
			Image = "CrossingSnakesCombo0.gif",
			Name = "East to West" 
		},
		WeaponType = "Dual Swords" 
	},
	["Crushing Ruin"] = {
		Block = {
			Attacks = {
				{
					Dmg = { 300, 200, 400 },
					Hits = { 1, 1, 1 },
					Procs = { "", "", "Knockdown" },
					Type = "Slam" 
				} 
			},
			Duration = 2.25,
			Image = "CrushingRuinCombo3.gif",
			Name = "Winding Temper" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 2 }, Type = "360" },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 } } 
			},
			Duration = 2.6,
			Image = "CrushingRuinCombo1.gif",
			Name = "Tidal Force" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 300, 50 }, Hits = { 1, 2 }, Type = "360" },
				{ Dmg = { 300, 50 }, Hits = { 1, 2 }, Type = "360" },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Impact" }, Type = "360" },
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Knockdown" }, Type = "Slam" } 
			},
			Duration = 4.25,
			Image = "CrushingRuinCombo2.gif",
			Name = "Shattered Village" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 200, 300 }, Hits = { 1, 1 }, Type = "360" },
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Knockdown" }, Type = "Slam" } 
			},
			Duration = 3,
			Image = "CrushingRuinCombo0.gif",
			Name = "Raging Whirlwind" 
		},
		WeaponType = "Hammer" 
	},
	["Cunning Aspect"] = {
		ConclaveOnly = true,
		Forward = {
			Attacks = {
				{ Dmg = { 100, 100 }, Hits = { 1, 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "CunningAspectComboTwo.gif",
			Name = "Deceptive Lunge" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100, 100 }, Hits = { 1, 1 } },
				{ Dmg = { 100, 100, 100 }, Hits = { 1, 1, 1 } } 
			},
			Image = "CunningAspectComboThree.gif",
			Name = "Covert Coil" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 100, 100 }, Hits = { 1, 1 }, Procs = { "Impair", "Impair" } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "CunningAspectComboOne.gif",
			Name = "Shrouded Point" 
		},
		WeaponType = "Rapier" 
	},
	["Cyclone Kraken"] = {
		Block = {
			Attacks = {
				{ Dmg = { 100, 300 }, Hits = { 1, 1 }, Procs = { "Lifted", "" } },
				{ Dmg = { 300 }, Hits = { 1 }, Type = "360" },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Ragdoll" } } 
			},
			Duration = 2.3,
			Image = "CycloneKrakenCombo3.gif",
			Name = "Thunder Hydra" 
		},
		Forward = {
			Attacks = { { Dmg = { 100 }, Hits = { 2 } }, { Dmg = { 100 }, Hits = { 3 }, Type = "360" } },
			Duration = 1.95,
			Image = "CycloneKrakenCombo1.gif",
			Name = "Leviathan Rain" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 200, 200 }, Hits = { 1, 1 }, Procs = { "", "Impact" } },
				{
					Dmg = { 100, 200, 400 },
					Hits = { 1, 1, 1 },
					Procs = { "", "Slash", "Knockdown" } 
				} 
			},
			Duration = 2.3,
			Image = "CycloneKrakenCombo2.gif",
			Name = "Lightning Siren" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 200, 100 }, Hits = { 1, 1 } },
				{ Dmg = { 100, 200, 400 }, Hits = { 1, 1, 1 }, Type = "360" },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Knockdown" }, Type = "360" } 
			},
			Duration = 4.1,
			Image = "CycloneKrakenCombo0.gif",
			Name = "Gale Triton" 
		},
		WeaponType = "Machete" 
	},
	Dagger = {
		Aerial = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 100 }, Hits = { 1 }, Procs = { "Slash" } } 
			},
			Image = "DaggerComboAir.gif",
			Name = "Scorpion Fall" 
		},
		Finisher = {
			Attacks = { { Dmg = { 500 }, Hits = { 2 }, Procs = { "Slash" } } },
			Image = "DaggerComboFinisherGround.gif",
			Name = "Relentless Point" 
		},
		Heavy = {
			Attacks = {
				{
					Dmg = { 250, 250 },
					Hits = { 1, 1 },
					Procs = { { "Impact", "Slash" }, "Finisher" },
					Shape = "Heavy" 
				},
				{
					Dmg = { 250, 250 },
					Hits = { 1, 1 },
					Procs = { { "Impact", "Slash" }, "Knockdown" },
					Shape = "Heavy" 
				} 
			},
			Image = "DaggerComboHeavy.gif",
			Name = "Butterfly Slash" 
		},
		Slide = {
			Attacks = { { Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" }, Type = "360" } },
			Duration = 0.53,
			Image = "DaggerComboSlide.gif",
			Name = "Splitting Brush" 
		},
		Wall = {
			Attacks = { { Dmg = { 300 }, Hits = { 1 }, Procs = { "Impact" } } },
			Image = "DaggerComboWall.gif",
			Name = "Fanning Sting" 
		} 
	},
	["Decisive Judgement"] = {
		Block = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Ragdoll" } } 
			},
			Duration = 1.55,
			Image = "DecisiveJudgementCombo3.gif",
			Name = "Silent Acumen" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } } 
			},
			Duration = 0.9,
			Image = "DecisiveJudgementCombo1.gif",
			Name = "Windless Cuts" 
		},
		["Forward Block"] = {
			Attacks = {
				{
					Dmg = { 100, 200, 300 },
					Hits = { 1, 1, 1 },
					Procs = { "Impact", "", "Impact" } 
				},
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Impact" } } 
			},
			Duration = 1.65,
			Image = "DecisiveJudgementCombo2.gif",
			Name = "Consent Decree" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "" } },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Slash" } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Lifted" } },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Duration = 2.65,
			Image = "DecisiveJudgementCombo0.gif",
			Name = "Swift Retribution" 
		},
		Slide = {
			Attacks = { { Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" }, Type = "360" } },
			Duration = 0.67,
			Name = "Parting Knee" 
		},
		WeaponType = "Nikana" 
	},
	["Defiled Snapdragon"] = {
		Block = {
			Attacks = { { Dmg = { 500 }, Hits = { 1 }, Procs = { "Ragdoll" } } },
			Duration = 1.35,
			Image = "DefiledSnapdragonCombo3.gif",
			Name = "Fangs of the Lindwurm" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 4 } },
				{ Dmg = { 100 }, Hits = { 5 }, Type = "360" },
				{ Dmg = { 100, 200 }, Hits = { 1, 1 } },
				{ Dmg = { 200, 100 }, Hits = { 2, 2 } },
				{ Dmg = { 200 }, Hits = { 1 } } 
			},
			Duration = 4.1,
			Image = "DefiledSnapdragonCombo1.gif",
			Name = "Soul of the Leviathan" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 100, 200 }, Hits = { 3, 1 }, Procs = { "", "Slash" } },
				{
					Dmg = { 200, 100, 200 },
					Hits = { 1, 1, 1 },
					Procs = { "", "", { "Slash", "Knockdown" } },
					Type = "360" 
				} 
			},
			Duration = 4.35,
			Image = "DefiledSnapdragonCombo2.gif",
			Name = "Heart of the Naga" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Lifted" } },
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 100, 200 }, Hits = { 1, 1 }, Procs = { "", "Slash" } },
				{
					Dmg = { 200, 100, 100, 200 },
					Hits = { 1, 1, 1, 1 },
					Procs = { "", "", { "Slash", "Ragdoll" }, "" } 
				},
				{ Dmg = { 400 }, Hits = { 2 }, Procs = { "Knockdown" } } 
			},
			Duration = 4.25,
			Image = "DefiledSnapdragonCombo0.gif",
			Name = "Claws of the Drake" 
		},
		WeaponType = "Blade and Whip" 
	},
	["Dividing Blades"] = {
		ConclaveOnly = true,
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "DividingBladesComboTwo.gif",
			Name = "Cross Cuts" 
		},
		["Forward Block"] = {
			Attacks = { { Dmg = { 100 }, Hits = { 2 } }, { Dmg = { 100 }, Hits = { 2 } } },
			Image = "DividingBladesComboThree.gif",
			Name = "Combined Strike" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 2 }, Procs = { "Impair" } },
				{ Dmg = { 100, 100, 100, 100 }, Hits = { 1, 1, 1, 1 } } 
			},
			Image = "DividingBladesComboOne.gif",
			Name = "Converging Edge" 
		},
		WeaponType = "Dual Swords" 
	},
	["Dual Daggers"] = {
		Aerial = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 2 }, Procs = { "Impact" } },
				{ Dmg = { 100 }, Hits = { 2 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 2 }, Procs = { "Impact" } } 
			},
			Image = "DualDaggersComboAir.gif",
			Name = "Lion's Roar" 
		},
		Finisher = {
			Attacks = { { Dmg = { 800 }, Hits = { 2 }, Procs = { "Slash" } } },
			Image = "DualDaggersComboFinisherGround.gif",
			Name = "Final Strike" 
		},
		Heavy = {
			Attacks = {
				{ Dmg = { 250 }, Hits = { 2 }, Procs = { { "Slash", "Knockdown" } }, Shape = "Heavy" },
				{ Dmg = { 250 }, Hits = { 2 }, Procs = { { "Slash", "Knockdown" } }, Shape = "Heavy" } 
			},
			Image = "DualDaggersComboHeavy.gif",
			Name = "Savage Tiger" 
		},
		Slide = {
			Attacks = { { Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" }, Type = "360" } },
			Duration = 0.67,
			Image = "DualDaggersComboSlide.gif",
			Name = "Lurking Cougar" 
		},
		Wall = {
			Attacks = { { Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" } } },
			Image = "DualDaggersComboWall.gif",
			Name = "Weightless Steel" 
		} 
	},
	["Dual Swords"] = {
		Aerial = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 2 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 2 }, Procs = { "Knockdown" } } 
			},
			Image = "DualSwordsComboAir.gif",
			Name = "Red Soil" 
		},
		Finisher = {
			Attacks = { { Dmg = { 800 }, Hits = { 2 }, Procs = { "Slash" } } },
			Image = "DualSwordsComboFinisherGround.gif",
			Name = "Mirrored Spike" 
		},
		Heavy = {
			Attacks = {
				{ Dmg = { 250 }, Hits = { 2 }, Procs = { "Knockdown" }, Shape = "Heavy" },
				{ Dmg = { 250 }, Hits = { 2 }, Procs = { "Knockdown" }, Shape = "Heavy" } 
			},
			Image = "DualSwordsComboHeavy.gif",
			Name = "Northern Coil" 
		},
		Slide = {
			Attacks = { { Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" }, Type = "360" } },
			Image = "DualSwordsComboSlide.gif",
			Name = "Trimming Flowers" 
		},
		Wall = {
			Attacks = { { Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" } } },
			Image = "DualSwordsComboWall.gif",
			Name = "Weightless Steel" 
		} 
	},
	["Eleventh Storm"] = {
		Block = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 5 } },
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Ragdoll" } } 
			},
			Duration = 2,
			Image = "EleventhStormCombo3.gif",
			Name = "Diamond Deus" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 }, Type = "360" },
				{ Dmg = { 200 }, Hits = { 1 }, Type = "360" },
				{ Dmg = { 200 }, Hits = { 1 }, Type = "360" } 
			},
			Duration = 1.15,
			Image = "EleventhStormCombo1.gif",
			Name = "Devouring Beast" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 200, 100 }, Hits = { 1, 2 } },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Knockdown" }, Type = "Slam" } 
			},
			Duration = 1.8,
			Image = "EleventhStormCombo2.gif",
			Name = "Bide and Bleed" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 400 }, Hits = { 1 } },
				{ Dmg = { 300, 200 }, Hits = { 1, 1 }, Procs = { "Lifted", "Slash" } },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Duration = 3.5,
			Image = "EleventhStormCombo0.gif",
			Name = "Striking Thunder" 
		},
		WeaponType = "Sword and Shield" 
	},
	["Exalted Blade"] = {
		Block = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Ragdoll" } } 
			},
			Duration = 2.8,
			Image = "ExaltedBladeCombo3.gif",
			Name = "Equal Laceration" 
		},
		Finisher = {
			Attacks = { { Dmg = { 250 }, Hits = { 1 }, Procs = { "Slash" } } },
			Name = "Death's Mark" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Duration = 1.4,
			Image = "ExaltedBladeCombo1.gif",
			Name = "Lancing Justice" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } } 
			},
			Duration = 2.4,
			Image = "ExaltedBladeCombo2.gif",
			Name = "Virtuous Slash" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Duration = 3.2,
			Image = "ExaltedBladeCombo0.gif",
			Name = "Cutting Poise" 
		},
		Slide = {
			Attacks = { { Dmg = { 200 }, Hits = { 1 }, Type = "360" } },
			Duration = 0.95,
			Name = "Judged Severance" 
		},
		WeaponType = "Exalted Blade" 
	},
	["Fateful Truth"] = {
		ConclaveOnly = true,
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "FatefulTruthComboTwo.gif",
			Name = "Keen Cuts" 
		},
		["Forward Block"] = {
			Attacks = {
				{
					Dmg = { 100, 100 },
					Hits = { 1, 1 },
					Procs = { "Knockdown", "" },
					Type = "Slam" 
				},
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "FatefulTruthComboThree.gif",
			Name = "Sudden Spring" 
		},
		Neutral = {
			Attacks = {
				{
					Dmg = { 100, 100, 100, 100 },
					Hits = { 1, 1, 1, 2 },
					Procs = { "Impair", "Impair", "Impair", "Impair" } 
				},
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "FatefulTruthComboOne.gif",
			Name = "Leading Blade" 
		},
		Slide = {
			Attacks = { { Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" }, Type = "360" } },
			Name = "Parting Knee" 
		},
		WeaponType = "Nikana" 
	},
	["Final Harbinger"] = {
		Block = {
			Attacks = {
				{
					Dmg = { 200, 100, 100 },
					Hits = { 1, 2, 1 },
					Procs = { "", "", "Impact" },
					Type = "360" 
				},
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Ragdoll" } } 
			},
			Duration = 1.8,
			Image = "FinalHarbingerCombo3.gif",
			Name = "Systemic Shred" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 2 }, Type = "360" },
				{ Dmg = { 100 }, Hits = { 1 }, Type = "360" },
				{ Dmg = { 200 }, Hits = { 2 } },
				{ Dmg = { 100, 200, 100 }, Hits = { 1, 1, 2 }, Type = "360" } 
			},
			Duration = 2.65,
			Image = "FinalHarbingerCombo1.gif",
			Name = "Impending Battery" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100, 300 }, Hits = { 3, 1 }, Procs = { "", "Impact" }, Type = "Slam" },
				{ Dmg = { 200 }, Hits = { 4 } },
				{ Dmg = { 100 }, Hits = { 5 }, Procs = { "Knockdown" }, Type = "360" } 
			},
			Duration = 4.05,
			Image = "FinalHarbingerCombo2.gif",
			Name = "Dark Light" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 200, 200 }, Hits = { 1, 1 }, Procs = { "", { "Impact", "Slash" } } },
				{ Dmg = { 200, 300 }, Hits = { 1, 1 } },
				{ Dmg = { 300, 100, 100 }, Hits = { 1, 2, 1 }, Procs = { "Lifted", "", "Slash" } },
				{ Dmg = { 400 }, Hits = { 3 }, Procs = { "Knockdown" } } 
			},
			Duration = 3.05,
			Image = "FinalHarbingerCombo0.gif",
			Name = "Null Warning" 
		},
		WeaponType = "Sword and Shield" 
	},
	Fist = {
		Aerial = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 2 } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Image = "FistComboAir.gif",
			Name = "One Point" 
		},
		Finisher = { Attacks = { { Dmg = { 500 }, Hits = { 6 } } }, Image = "FistComboFinisherGround.gif", Name = "Roaring Drums" },
		Heavy = {
			Attacks = {
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Knockdown" }, Shape = "Heavy" },
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Knockdown" }, Shape = "Heavy" } 
			},
			Image = "FistComboHeavy.gif",
			Name = "Three Lessons" 
		},
		Slide = {
			Attacks = { { Dmg = { 300 }, Hits = { 1 }, Procs = { "Lifted" }, Type = "360" } },
			Image = "FistComboSlide.gif",
			Name = "Launching Spring" 
		},
		Wall = { Attacks = { { Dmg = { 300 }, Hits = { 1 } } }, Image = "FistComboWall.gif",Name = "Through Strike" } 
	},
	["Flailing Branch"] = {
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 200, 300 }, Hits = { 1, 1 } } 
			},
			Duration = 1.85,
			Image = "FlailingBranchCombo1.gif",
			Name = "Battered Thread" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } },
				{
					Dmg = { 300, 300 },
					Hits = { 1, 1 },
					Procs = { "", "Knockdown" },
					Type = "Slam" 
				} 
			},
			Duration = 2.05,
			Image = "FlailingBranchCombo2.gif",
			Name = "Autumn Leaf" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300, 200 }, Hits = { 1, 1 }, Procs = { "Impact", "" } },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Duration = 2.35,
			Image = "FlailingBranchCombo0.gif",
			Name = "Rising Falls" 
		},
		WeaponType = "Staff" 
	},
	["Four Riders"] = {
		Block = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 400 }, Hits = { 2 }, Procs = { "Ragdoll" } } 
			},
			Duration = 2.1,
			Image = "FourRidersCombo3.gif",
			Name = "Eternal Fall" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 2 } },
				{ Dmg = { 200 }, Hits = { 1 } } 
			},
			Duration = 1.7,
			Image = "FourRidersCombo1.gif",
			Name = "Hungering Encroachment" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100, 200 }, Hits = { 2, 2 }, Procs = { "", "Impact" } },
				{ Dmg = { 200, 200 }, Hits = { 1, 1 }, Procs = { "", "Slash" } },
				{
					Dmg = { 100, 400 },
					Hits = { 1, 1 },
					Procs = { "Lifted", "Knockdown" },
					Type = "Slam" 
				} 
			},
			Duration = 3,
			Image = "FourRidersCombo2.gif",
			Name = "Raging Conflict" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Duration = 2.3,
			Image = "FourRidersCombo0.gif",
			Name = "Aggravated Swarm" 
		},
		Slide = {
			Attacks = { { Dmg = { 200 }, Hits = { 2 }, Type = "360" } },
			Duration = 0.69,
			Image = "ClawsFourRidersComboSlide.gif",
			Name = "Feuding Blood" 
		},
		WeaponType = "Claws" 
	},
	["Fracturing Wind"] = {
		Block = {
			Attacks = {
				{ Dmg = { 300, 500 }, Hits = { 1, 1 }, Procs = { "Impact", "" }, Type = "Slam" } 
			},
			Duration = 1.45,
			Image = "FracturingWindCombo3.gif",
			Name = "Rising Wind" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } } 
			},
			Duration = 1.8,
			Image = "FracturingWindCombo1.gif",
			Name = "Gaining Humility" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 200, 100, 300 }, Hits = { 1, 3, 1 }, Procs = { "", "", "Impact" } },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Duration = 1.9,
			Image = "FracturingWindCombo2.gif",
			Name = "Trailing Doom" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 200, 300 }, Hits = { 1, 1 } },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Lifted" } } 
			},
			Duration = 1.55,
			Image = "FracturingWindCombo0.gif",
			Name = "Rolling Gale" 
		},
		WeaponType = "Fist" 
	},
	["Gaia's Tragedy"] = {
		Block = {
			Attacks = {
				{ Dmg = { 200, 100, 100 }, Hits = { 1, 3, 1 }, Procs = { "", "", "Lifted" } },
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Knockdown" }, Type = "Slam" } 
			},
			Duration = 3.8,
			Image = "Gaia'sTragedyCombo3.gif",
			Name = "Forest's Remorse" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 2 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 2 } } 
			},
			Duration = 1.65,
			Image = "Gaia'sTragedyCombo1.gif",
			Name = "Ocean's Contempt" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 2 }, Procs = { "Impact" }, Type = "Slam" },
				{ Dmg = { 250 }, Hits = { 2 }, Type = "Slam" },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Impact" } } 
			},
			Duration = 2.3,
			Image = "Gaia'sTragedyCombo2.gif",
			Name = "Mountain's Rage" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300, 200 }, Hits = { 1, 1 }, Procs = { "", "Impact" } },
				{ Dmg = { 200, 300 }, Hits = { 1, 1 }, Procs = { "", "Lifted" } },
				{ Dmg = { 400 }, Hits = { 1 } },
				{ Dmg = { 800 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Duration = 3.65,
			Image = "Gaia'sTragedyCombo0.gif",
			Name = "River's Grief" 
		},
		WeaponType = "Fist" 
	},
	["Gemini Cross"] = {
		Block = {
			Attacks = {
				{ Dmg = { 100, 100 }, Hits = { 2, 2 }, Procs = { "", "Impact" } },
				{
					Dmg = { 200, 100, 300 },
					Hits = { 2, 2, 2 },
					Procs = { "", "Slash", "Knockdown" },
					Type = "Slam" 
				} 
			},
			Duration = 2.85,
			Image = "GeminiCrossCombo3.gif",
			Name = "Blind Tormentor" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } } 
			},
			Duration = 1.2,
			Image = "GeminiCrossCombo1.gif",
			Name = "Cold Vendetta" 
		},
		["Forward Block"] = {
			Attacks = {
				{
					Dmg = { 300, 100, 200, 100 },
					Hits = { 1, 1, 1, 1 },
					Procs = { "", "", "", "Impact" } 
				},
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } } 
			},
			Duration = 2.3,
			Image = "GeminiCrossCombo2.gif",
			Name = "Baleful Sin" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 200, 100 }, Hits = { 2, 2 } },
				{ Dmg = { 100, 100 }, Hits = { 4, 1 }, Procs = { "", "Slash" } },
				{ Dmg = { 100 }, Hits = { 5 } },
				{ Dmg = { 200 }, Hits = { 2 } },
				{
					Dmg = { 300, 200 },
					Hits = { 1, 1 },
					Procs = { "Impact", { "Slash", "Knockdown" } } 
				} 
			},
			Duration = 4.6,
			Image = "GeminiCrossCombo0.gif",
			Name = "Vagrant Blight" 
		},
		WeaponType = "Tonfa" 
	},
	Glaive = {
		Aerial = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 2 }, Procs = { "Knockdown" }, Type = "360" },
				{ Dmg = { 300 }, Hits = { 2 }, Procs = { "Knockdown" }, Type = "360" },
				{ Dmg = { 300 }, Hits = { 2 }, Procs = { "Knockdown" }, Type = "360" } 
			},
			Image = "GlaiveComboAir.gif",
			Name = "Auger" 
		},
		Finisher = {
			Attacks = { { Dmg = { 1000 }, Hits = { 1 }, Procs = { "Slash" } } },
			Image = "GlaiveComboFinisherGround.gif",
			Name = "Nemesis" 
		},
		Heavy = {
			Attacks = {
				{ Dmg = { 500 }, Hits = { 1 }, Shape = "Heavy", Type = "Ranged" },
				{ Dmg = { 500 }, Hits = { 1 }, Shape = "Heavy", Type = "Ranged" },
				{ Dmg = { 500 }, Hits = { 1 }, Shape = "Heavy", Type = "Ranged" } 
			},
			Image = "GlaiveComboHeavy.gif",
			Name = "Falling Star" 
		},
		Slide = {
			Attacks = { { Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" }, Type = "360" } },
			Duration = 0.74,
			Image = "GlaiveComboSlide.gif",
			Name = "Pirouette" 
		},
		Wall = { Attacks = { { Dmg = { 300 }, Hits = { 1 } } }, Image = "GlaiveComboWall.gif", Name = "Through Strike" } 
	},
	["Gleaming Talon"] = {
		Forward = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 3 }, Type = "360" } 
			},
			Duration = 2,
			Image = "GleamingTalonCombo1.gif",
			Name = "Ruin" 
		},
		["Forward Block"] = {
			Attacks = {
				{
					Dmg = { 200, 100, 200 },
					Hits = { 1, 2, 1 },
					Procs = { "", "", { "Slash", "Knockdown" } } 
				},
				{ Dmg = { 100, 200 }, Hits = { 1, 1 }, Type = "360" },
				{ Dmg = { 400 }, Hits = { 1 } } 
			},
			Duration = 2.6,
			Image = "GleamingTalonCombo2.gif",
			Name = "Silver Reach" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 2 } },
				{ Dmg = { 200 }, Hits = { 2 } },
				{ Dmg = { 300 }, Hits = { 2 }, Type = "360" },
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Lifted" } } 
			},
			Duration = 4.3,
			Image = "GleamingTalonCombo0.gif",
			Name = "Mercury Vortex" 
		},
		WeaponType = "Glaive" 
	},
	["Gnashing Payara"] = {
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 2 } },
				{ Dmg = { 100, 200 }, Hits = { 1, 1 }, Type = "360" } 
			},
			Duration = 1.15,
			Image = "GnashingPayaraCombo1.gif",
			Name = "Cheetah's Guile" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 2 }, Procs = { "Impact" } },
				{ Dmg = { 300, 200 }, Hits = { 1, 1 }, Type = "360" } 
			},
			Duration = 1.55,
			Image = "GnashingPayaraCombo2.gif",
			Name = "Flash Flurry" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 2 } },
				{
					Dmg = { 200, 400 },
					Hits = { 2, 1 },
					Procs = { { "Slash", "Knockdown" }, "Knockdown" } 
				} 
			},
			Duration = 2.5,
			Image = "GnashingPayaraCombo0.gif",
			Name = "Pincer Strike" 
		},
		WeaponType = "Dual Daggers" 
	},
	["Grim Fury"] = {
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 2 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 2 } },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } } 
			},
			Duration = 1.75,
			Image = "GrimFuryCombo1.gif",
			Name = "Bright Blaze" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 300 }, Hits = { 1 } } 
			},
			Duration = 1.4,
			Image = "GrimFuryCombo2.gif",
			Name = "Burning Desire" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 200, 100 }, Hits = { 1, 1 }, Procs = { "Impact", "" } },
				{ Dmg = { 300 }, Hits = { 2 } },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Duration = 1.9,
			Image = "GrimFuryCombo0.gif",
			Name = "Fanning Flame" 
		},
		WeaponType = "Sparring" 
	},
	Gunblade = {
		Aerial = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } } 
			},
			Image = "GunbladeComboAir.gif",
			Name = "Outlaw Rush" 
		},
		Finisher = {
			Attacks = { { Dmg = { 1000 }, Hits = { 1 }, Procs = { "Blast" } } },
			Image = "GunbladeComboFinisherGround.gif",
			Name = "Last Words" 
		},
		Heavy = {
			Attacks = {
				{ Dmg = { 400 }, Hits = { 1 }, Shape = "Heavy", Type = "Ranged" },
				{ Dmg = { 400 }, Hits = { 1 }, Shape = "Heavy", Type = "Ranged" } 
			},
			Image = "GunbladeComboHeavy.gif",
			Name = "Spinning Uppercut" 
		},
		Slide = {
			Attacks = { { Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" }, Type = "360" } },
			Duration = 0.6,
			Image = "GunbladeComboSlide.gif",
			Name = "Fast Draw" 
		},
		Wall = {
			Attacks = { { Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" } } },
			Image = "GunbladeComboWall.gif",
			Name = "Vendetta" 
		} 
	},
	Hammer = {
		Aerial = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } } 
			},
			Image = "HammerComboAir.gif",
			Name = "Mountain's Chisel" 
		},
		Finisher = { Attacks = { { Dmg = { 1200 }, Hits = { 1 } } }, Image = "HammerComboFinisherGround.gif", Name = "Tunneling Spike" },
		Heavy = {
			Attacks = {
				{ Dmg = { 600 }, Hits = { 1 }, Procs = { "Lifted" }, Shape = "Heavy" },
				{ Dmg = { 600 }, Hits = { 1 }, Procs = { "Knockdown" }, Shape = "Heavy" } 
			},
			Image = "HammerComboHeavy.gif",
			Name = "Crowd Fall" 
		},
		Slide = {
			Attacks = { { Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" }, Type = "360" } },
			Duration = 0.97,
			Image = "HammerComboSlide.gif",
			Name = "Hell's Wave" 
		},
		Wall = { Attacks = { { Dmg = { 200 }, Hits = { 1 } } }, Image = "HammerComboWall.gif", Name = "Cyclical Dwelling" } 
	},
	["Heavy Blade"] = {
		Aerial = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } } 
			},
			Image = "HeavyBladeComboAir.gif",
			Name = "Mountain's Chisel" 
		},
		Finisher = {
			Attacks = { { Dmg = { 1200 }, Hits = { 1 }, Procs = { "Slash" } } },
			Image = "HeavyBladeComboFinisherGround.gif",
			Name = "Tunneling Spike" 
		},
		Heavy = {
			Attacks = {
				{ Dmg = { 600 }, Hits = { 1 }, Procs = { "Lifted" }, Shape = "Heavy" },
				{ Dmg = { 600 }, Hits = { 1 }, Procs = { "Knockdown" }, Shape = "Heavy" } 
			},
			Image = "HeavyBladeComboHeavy.gif",
			Name = "Crowd Fall" 
		},
		Slide = {
			Attacks = { { Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" }, Type = "360" } },
			Duration = 0.98,
			Image = "HeavyBladeComboSlide.gif",
			Name = "Hell's Wave" 
		},
		Wall = {
			Attacks = { { Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } } },
			Image = "HeavyBladeComboWall.gif",
			Name = "Flaying Home" 
		} 
	},
	["High Noon"] = {
		Block = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 }, Type = "Slam" },
				{ Dmg = { 400 }, Hits = { 2 } },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Ragdoll" } } 
			},
			Duration = 1.75,
			Image = "HighNoonCombo3.gif",
			Name = "Tomahawk Double-Tap" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 }, Type = "Ranged" },
				{ Dmg = { 200 }, Hits = { 2 } },
				{ Dmg = { 100 }, Hits = { 2 }, Type = "Ranged" } 
			},
			Duration = 2.5,
			Image = "HighNoonCombo1.gif",
			Name = "Vagabond Blitz" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 }, Type = "Ranged" },
				{ Dmg = { 100 }, Hits = { 2 }, Type = "Ranged" } 
			},
			Duration = 1.85,
			Image = "HighNoonCombo2.gif",
			Name = "Desperado Zeal" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 2 }, Type = "Ranged" },
				{ Dmg = { 250 }, Hits = { 2 }, Procs = { "Impact" } },
				{ Dmg = { 250 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Duration = 3.25,
			Image = "HighNoonCombo0.gif",
			Name = "Final Showdown" 
		},
		WeaponType = "Gunblade" 
	},
	["Homing Fang"] = {
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 2 }, Type = "360" } 
			},
			Duration = 1.4,
			Image = "HomingFangCombo1.gif",
			Name = "Life Eater" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Slash" } },
				{ Dmg = { 100, 300 }, Hits = { 3, 1 }, Procs = { "", "Lifted" }, Type = "360" } 
			},
			Duration = 1.7,
			Image = "HomingFangCombo2.gif",
			Name = "Lashing Forward" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 200, 100, 300 }, Hits = { 1, 1, 1 }, Procs = { "", "", "Impact" } },
				{ Dmg = { 300 }, Hits = { 1 } },
				{
					Dmg = { 300, 100, 400 },
					Hits = { 1, 1, 1 },
					Procs = { "", "", { "Knockdown", "Slash" } } 
				} 
			},
			Duration = 2.8,
			Image = "HomingFangCombo0.gif",
			Name = "Cutting Arches" 
		},
		WeaponType = "Dagger" 
	},
	Hysteria = {
		Block = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 2 }, Procs = { "Finisher" } },
				{ Dmg = { 100 }, Hits = { 3 } },
				{
					Dmg = { 100, 100, 200 },
					Hits = { 1, 1, 1 },
					Procs = { "Knockdown", { "Impact", "Knockdown" }, "Knockdown" } 
				} 
			},
			Duration = 3.7,
			Image = "HysteriaCombo3.gif",
			Name = "Delirium" 
		},
		Finisher = { Attacks = { { Dmg = { 2000 }, Hits = { 6 } } }, Name = "Roaring Drums" },
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 }, Type = "360" } 
			},
			Duration = 2.7,
			Image = "HysteriaCombo1.gif",
			Name = "Rage" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 2 } },
				{ Dmg = { 100 }, Hits = { 3 } },
				{ Dmg = { 100 }, Hits = { 2 } },
				{ Dmg = { 100 }, Hits = { 3 } },
				{ Dmg = { 100, 200 }, Hits = { 2, 1 }, Procs = { "Knockdown", "Knockdown" } } 
			},
			Duration = 5.65,
			Image = "HysteriaCombo2.gif",
			Name = "Madness" 
		},
		Heavy = {
			Attacks = {
				{
					Dmg = { 500 },
					Hits = { 1 },
					Procs = { "Lifted" },
					Shape = "Heavy",
					Type = "Slam" 
				},
				{ Dmg = { 100, 100 }, Hits = { 4, 1 }, Procs = { "", "Lifted" }, Shape = "Heavy" } 
			},
			Name = "Rise From Ashes" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 2 }, Type = "360" },
				{ Dmg = { 100 }, Hits = { 2 }, Type = "360" },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 2 }, Procs = { "Finisher" } } 
			},
			Duration = 4.55,
			Image = "HysteriaCombo0.gif",
			Name = "Fervor" 
		},
		Slide = {
			Attacks = { { Dmg = { 300 }, Hits = { 6 }, Type = "360" } },
			Name = "Launching Spring" 
		},
		WeaponType = "Claws" 
	},
	["Iron Phoenix"] = {
		Forward = {
			Attacks = { { Dmg = { 100 }, Hits = { 1 } }, { Dmg = { 200 }, Hits = { 1 } } },
			Duration = 0.65,
			Image = "IronPhoenixCombo1.gif",
			Name = "Double Slash" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100, 300 }, Hits = { 1, 1 }, Procs = { "", "Impact" } },
				{ Dmg = { 400 }, Hits = { 1 }, Note = "*", Procs = { "Lifted" }, Type = "Slam" } 
			},
			Duration = 1.8,
			Image = "IronPhoenixCombo2.gif",
			Name = "Taking Flight" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { { "Impact", "Slash" } } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Duration = 1.35,
			Image = "IronPhoenixCombo0.gif",
			Name = "Wings and Beak" 
		},
		WeaponType = "Sword" 
	},
	["Lashing Coil"] = {
		ConclaveOnly = true,
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "LashingCoilComboTwo.gif",
			Name = "Screaming Gust" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 }, Procs = { "Knockdown" } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "LashingCoilComboThree.gif",
			Name = "Burning Hum" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 }, Procs = { "Impair" }, Type = "360" },
				{ Dmg = { 100 }, Hits = { 1 }, Tyoe = "Spin" } 
			},
			Image = "LashingCoilComboOne.gif",
			Name = "Whispering Bite" 
		},
		WeaponType = "Whip" 
	},
	["Last Herald"] = {
		ConclaveOnly = true,
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 }, Procs = { "Impair" } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "LastHeraldComboTwo.gif",
			Name = "Bulwark" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 3 }, Procs = { "Knockdown" } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "LastHeraldComboThree.gif",
			Name = "Spiral Ward" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 3 }, Procs = { "Knockdown" } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "LastHeraldComboOne.gif",
			Name = "Driving Steel" 
		},
		WeaponType = "Sword and Shield" 
	},
	Legend = {
		Damage = { Attacks = { { Dmg = { 200 }, Hits = { 1 } } }, Name = "Damage" },
		Hits = { Attacks = { { Dmg = { 100 }, Hits = { 2 } } }, Name = "Hits" } 
	},
	Machete = {
		Aerial = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Image = "MacheteComboAir.gif",
			Name = "Weightless Steel" 
		},
		Finisher = {
			Attacks = { { Dmg = { 1000 }, Hits = { 1 }, Procs = { "Slash" } } },
			Image = "MacheteComboFinisherGround.gif",
			Name = "Crashing Wave" 
		},
		Heavy = {
			Attacks = {
				{
					Dmg = { 150, 150, 150, 150 },
					Hits = { 2, 1, 1, 1 },
					Procs = { "", "Slash", "", { "Impact", "Finisher" } },
					Shape = "Heavy",
					Type = "360" 
				},
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Knockdown" }, Shape = "Heavy" } 
			},
			Image = "MacheteComboHeavy.gif",
			Name = "Rolling Wave" 
		},
		Slide = {
			Attacks = { { Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" }, Type = "360" } },
			Duration = 0.66,
			Image = "MacheteComboSlide.gif",
			Name = "Flowing River" 
		},
		Wall = {
			Attacks = { { Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" } } },
			Image = "MacheteComboWall.gif",
			Name = "Weightless Steel" 
		} 
	},
	["Mafic Rain"] = {
		ConclaveOnly = true,
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "MaficRainComboTwo.gif",
			Name = "Blazing Deluge" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 5 }, Procs = { "Knockdown" }, Type = "360" },
				{ Dmg = { 100, 100 }, Hits = { 2, 1 }, Type = "360" } 
			},
			Image = "MaficRainComboThree.gif",
			Name = "Torrid Torrent" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 13 }, Procs = { "Impair" } },
				{ Dmg = { 100 }, Hits = { 2 }, Type = "360" } 
			},
			Image = "MaficRainComboOne.gif",
			Name = "Searing Sleet" 
		},
		WeaponType = "Nunchaku" 
	},
	["Malicious Raptor"] = {
		Block = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 2 } },
				{ Dmg = { 300, 200 }, Hits = { 1, 1 }, Procs = { "", "Slash" } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Ragdoll" } } 
			},
			Duration = 2.95,
			Image = "MaliciousRaptorCombo3.gif",
			Name = "Venging Thrash" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200, 100, 200 }, Hits = { 1, 2, 1 } } 
			},
			Duration = 1.8,
			Image = "MaliciousRaptorCombo1.gif",
			Name = "Wicked Slash" 
		},
		["Forward Block"] = {
			Attacks = {
				{
					Dmg = { 200, 100, 100 },
					Hits = { 1, 1, 1 },
					Procs = { "", "", { "Impact", "Slash" } } 
				},
				{ Dmg = { 300, 100 }, Hits = { 1, 2 }, Procs = { "Lifted", "" } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" }, Type = "Slam" } 
			},
			Duration = 3.7,
			Image = "MaliciousRaptorCombo2.gif",
			Name = "Lethal Clash" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 100, 200, 200 }, Hits = { 1, 1, 1 }, Procs = { "", "", "Slash" } },
				{ Dmg = { 100, 300 }, Hits = { 4, 1 }, Procs = { "", { "Impact", "Slash" } } },
				{
					Dmg = { 100, 200, 400 },
					Hits = { 1, 1, 1 },
					Procs = { "Lifted", "", "Knockdown" } 
				} 
			},
			Duration = 3.35,
			Image = "MaliciousRaptorCombo0.gif",
			Name = "Jagged Gash" 
		},
		WeaponType = "Claws" 
	},
	Nikana = {
		Aerial = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } } 
			},
			Image = "NikanaComboAir.gif",
			Name = "Setting Sun" 
		},
		Finisher = {
			Attacks = { { Dmg = { 1000 }, Hits = { 1 }, Procs = { "Slash" } } },
			Image = "NikanaComboFinisherGround.gif",
			Name = "Resting Place" 
		},
		Heavy = {
			Attacks = {
				{
					Dmg = { 500 },
					Hits = { 1 },
					Procs = { { "Slash", "Knockdown" } },
					Shape = "Heavy" 
				},
				{
					Dmg = { 500 },
					Hits = { 1 },
					Procs = { { "Slash", "Knockdown" } },
					Shape = "Heavy" 
				} 
			},
			Image = "NikanaComboHeavy.gif",
			Name = "Windless Cuts" 
		},
		Wall = { Attacks = { { Dmg = { 215 }, Hits = { 1 } } }, Image = "NikanaComboWall.gif", Name = "Guiding Wire" } 
	},
	["Noble Cadence"] = {
		ConclaveOnly = true,
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "NobleCadenceComboTwo.gif",
			Name = "Skull Smasher" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 }, Procs = { "Knockdown" } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "NobleCadenceComboThree.gif",
			Name = "Plunging Edge" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 100, 100 }, Hits = { 1, 1 } },
				{ Dmg = { 100, 100 }, Hits = { 1, 1 }, Procs = { "", "Knockdown" } } 
			},
			Image = "NobleCadenceComboOne.gif",
			Name = "Rushing Bull" 
		},
		WeaponType = "Heavy Blade" 
	},
	Nunchaku = {
		Aerial = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" }, Type = "360" } 
			},
			Image = "NunchakuComboAir.gif",
			Name = "Fire Storm" 
		},
		Finisher = { Attacks = { { Dmg = { 1000 }, Hits = { 1 } } }, Image = "NunchakuComboFinisherGround.gif", Name = "Burning Tsunami" },
		Heavy = {
			Attacks = {
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Knockdown" }, Shape = "Heavy" },
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Knockdown" }, Shape = "Heavy" } 
			},
			Image = "NunchakuComboHeavy.gif",
			Name = "Tidal Flames" 
		},
		Slide = {
			Attacks = { { Dmg = { 200 }, Hits = { 3 }, Procs = { "Impact" }, Type = "360" } },
			Duration = 1.05,
			Image = "NunchakuComboSlide.gif",
			Name = "Tidal Conflagration" 
		},
		Wall = {
			Attacks = { { Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" } } },
			Image = "NunchakuComboWall.gif",
			Name = "Creating Fire" 
		} 
	},
	["Piercing Fury"] = {
		ConclaveOnly = true,
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "PiercingFuryComboTwo.gif",
			Name = "Swift Incision" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 }, Procs = { "Impair" } },
				{ Dmg = { 100, 100, 100 }, Hits = { 1, 1, 1 } } 
			},
			Image = "PiercingFuryComboThree.gif",
			Name = "Leading Point" 
		},
		Neutral = {
			Attacks = { { Dmg = { 100, 100, 200 }, Hits = { 1, 1, 1 } } },
			Image = "PiercingFuryComboOne.gif",
			Name = "Arcing Slice" 
		},
		WeaponType = "Dagger" 
	},
	["Pointed Wind"] = {
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 }, Type = "360" },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Duration = 1.25,
			Image = "PointedWindCombo1.gif",
			Name = "Viper's Bite" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 100, 300 }, Hits = { 1, 1 }, Type = "360" },
				{ Dmg = { 300, 300 }, Hits = { 1, 1 }, Procs = { "", "Impact" } } 
			},
			Duration = 1.55,
			Image = "PointedWindCombo0.gif",
			Name = "Parting Edge" 
		},
		WeaponType = "Dagger" 
	},
	Polearm = {
		Aerial = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 }, Type = "360" },
				{ Dmg = { 300 }, Hits = { 1 }, Type = "360" },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Image = "PolearmComboAir.gif",
			Name = "Planting Widow" 
		},
		Finisher = {
			Attacks = { { Dmg = { 1200 }, Hits = { 1 }, Procs = { "Slash" } } },
			Image = "PolearmComboFinisherGround.gif",
			Name = "Tunneling Spike" 
		},
		Heavy = {
			Attacks = {
				{ Dmg = { 600 }, Hits = { 1 }, Procs = { "Knockdown" }, Shape = "Heavy" },
				{ Dmg = { 600 }, Hits = { 1 }, Procs = { "Knockdown" }, Shape = "Heavy" } 
			},
			Image = "PolearmComboHeavy.gif",
			Name = "The Way" 
		},
		Slide = {
			Attacks = { { Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" }, Type = "360" } },
			Duration = 0.78,
			Image = "PolearmComboSlide.gif",
			Name = "Cyclone Strike" 
		},
		Wall = { Attacks = { { Dmg = { 166 }, Hits = { 1 } } }, Image = "PolearmComboWall.gif", Name = "Guiding Plank" } 
	},
	["Primal Fury"] = {
		Aerial = {
			Attacks = { { Dmg = { 200 }, Hits = { 1 } }, { Dmg = { 200 }, Hits = { 1 } } },
			Name = "Deadly Circle" 
		},
		Block = {
			Attacks = {
				{
					Dmg = { 100, 30, 110 },
					Hits = { 1, 2, 1 },
					Procs = { "", "", "Impact" },
					Type = "360" 
				},
				{ Dmg = { 200 }, Hits = { 1 }, Type = "Slam" },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Impact" }, Type = "Slam" },
				{ Dmg = { 100, 600 }, Hits = { 2, 1 }, Procs = { "", "Lifted" }, Type = "Slam" } 
			},
			Duration = 3.95,
			Image = "PrimalFuryCombo3.gif",
			Name = "Rolling Boulder Rush" 
		},
		Finisher = { Attacks = { { Dmg = { 1000 }, Hits = { 1 } } }, Name = "Wide Dispatch" },
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 50 }, Hits = { 4 }, Type = "360" },
				{ Dmg = { 100 }, Hits = { 1 }, Type = "Slam" } 
			},
			Duration = 2.8,
			Image = "PrimalFuryCombo1.gif",
			Name = "Spinning Crash Technique" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 }, Procs = { { "Impact", "Puncture" } } },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Duration = 1.9,
			Image = "PrimalFuryCombo2.gif",
			Name = "Cyclone Lightning Strike" 
		},
		Heavy = {
			Attacks = {
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Knockdown" }, Shape = "Heavy" },
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Knockdown" }, Shape = "Heavy" } 
			},
			Name = "The Way" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 25 }, Hits = { 4 } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Impact" } },
				{
					Dmg = { 50, 100 },
					Hits = { 2, 5 },
					Procs = { "Impact", "Knockdown" },
					Type = "360" 
				} 
			},
			Duration = 3.2,
			Image = "PrimalFuryCombo0.gif",
			Name = "Falling Oak Buster" 
		},
		Slide = {
			Attacks = { { Dmg = { 100 }, Hits = { 1 }, Procs = { "Impact" }, Type = "360" } },
			Name = "Crushing Reach" 
		},
		Wall = { Attacks = { { Dmg = { 166 }, Hits = { 1 } } }, Name = "Guiding Plank" },
		WeaponType = "Iron Staff" 
	},
	["Quaking Hand"] = {
		ConclaveOnly = true,
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "QuakingHandComboTwo.gif",
			Name = "One Two Three" 
		},
		["Forward Block"] = {
			Attacks = { { Dmg = { 200 }, Hits = { 2 } }, { Dmg = { 100 }, Hits = { 2 } } },
			Image = "QuakingHandComboThree.gif",
			Name = "Descending Impact" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 }, Procs = { "Impair" } },
				{ Dmg = { 100 }, Hits = { 2 } } 
			},
			Image = "QuakingHandComboOne.gif",
			Name = "Spinning Palms" 
		},
		WeaponType = "Fist" 
	},
	Rapier = {
		Aerial = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } } 
			},
			Image = "RapierComboAir.gif",
			Name = "Sky Doom" 
		},
		Finisher = {
			Attacks = { { Dmg = { 1000 }, Hits = { 1 }, Procs = { "Slash" } } },
			Image = "RapierComboFinisherGround.gif",
			Name = "Death's Mark" 
		},
		Heavy = {
			Attacks = {
				{ Dmg = { 450 }, Hits = { 1 }, Procs = { { "Impact", "Slash" } }, Shape = "Heavy" },
				{ Dmg = { 450 }, Hits = { 1 }, Procs = { { "Impact", "Slash" } }, Shape = "Heavy" } 
			},
			Image = "RapierComboHeavy.gif",
			Name = "Veiled Riposte" 
		},
		Slide = {
			Attacks = { { Dmg = { 100 }, Hits = { 1 }, Procs = { "Impact" }, Type = "360" } },
			Duration = 0.64,
			Image = "RapierComboSlide.gif",
			Name = "Spiral Cut" 
		},
		Wall = {
			Attacks = { { Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" } } },
			Image = "RapierComboWall.gif",
			Name = "Weightless Steel" 
		} 
	},
	["Ravenous Wraith"] = {
		Aerial = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 }, Procs = { "" } },
				{ Dmg = { 100 }, Hits = { 1 }, Procs = { "" } },
				{ Dmg = { 100 }, Hits = { 1 }, Procs = { "" } } 
			},
			Name = "Mortal Squall" 
		},
		Block = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 }, Procs = { "" } },
				{ Dmg = { 100 }, Hits = { 1 }, Procs = { "" } } 
			},
			Image = "RavenousWraithCombo3.gif",
			Name = "Reaping Cyclone" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 2 }, Procs = { "" } },
				{ Dmg = { 100 }, Hits = { 3 }, Procs = { "Impact" } } 
			},
			Image = "RavenousWraithCombo1.gif",
			Name = "Soul Thresher" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 }, Procs = { "" } },
				{ Dmg = { 100 }, Hits = { 1 }, Procs = { "" } },
				{ Dmg = { 100 }, Hits = { 1 }, Procs = { "" } },
				{ Dmg = { 100 }, Hits = { 1 }, Procs = { "" } } 
			},
			Image = "RavenousWraithCombo2.gif",
			Name = "Void Torrent" 
		},
		Heavy = {
			Attacks = {
				{
					Dmg = { 400 },
					Hits = { 2 },
					Procs = { { "Impact", "Slash" } },
					Shape = "Heavy" 
				},
				{ Dmg = { 400 }, Hits = { 2 }, Procs = { "Slash" }, Shape = "Heavy" } 
			},
			Name = "Death Knocking" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "" } },
				{ Dmg = { 200 }, Hits = { 2 }, Procs = { "Slash" } },
				{
					Dmg = { 100, 200, 300 },
					Hits = { 1, 1, 1 },
					Procs = { "Impact", "Slash", "Knockdown" } 
				} 
			},
			Image = "RavenousWraithCombo0.gif",
			Name = "Cleaving Claws" 
		},
		Slide = {
			Attacks = { { Dmg = { 100 }, Hits = { 1 }, Procs = { "" }, Type = "360" } },
			Name = "Nightfall" 
		},
		WeaponType = "Shadow Claws" 
	},
	["Reaping Spiral"] = {
		Forward = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 }, Type = "360" },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 }, Type = "360" } 
			},
			Duration = 1.85,
			Image = "ReapingSpiralCombo1.gif",
			Name = "Reclamation" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 200, 200 }, Hits = { 2, 1 }, Procs = { "", "Slash" } } 
			},
			Duration = 2.1,
			Image = "ReapingSpiralCombo2.gif",
			Name = "Abyssal Automaton" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 400, 200 }, Hits = { 1, 1 }, Procs = { "Lifted", "" } },
				{ Dmg = { 300, 200 }, Hits = { 1, 1 }, Procs = { "", "Slash" } },
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Duration = 2.9,
			Image = "ReapingSpiralCombo0.gif",
			Name = "Eternal Nocturne" 
		},
		WeaponType = "Scythe" 
	},
	["Rending Crane"] = {
		Block = {
			Attacks = { { Dmg = { 500 }, Hits = { 1 }, Procs = { "Ragdoll" } } },
			Duration = 1.05,
			Image = "RendingCraneCombo3.gif",
			Name = "Landing Dragon" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100, 200 }, Hits = { 2, 1 } },
				{ Dmg = { 300 }, Hits = { 1 }, Type = "360" },
				{ Dmg = { 300 }, Hits = { 1 }, Type = "360" } 
			},
			Duration = 2.35,
			Image = "RendingCraneCombo1.gif",
			Name = "Lashing Tempest" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100, 300 }, Hits = { 1, 1 }, Procs = { "", "Impact" } },
				{ Dmg = { 200, 400 }, Hits = { 1, 1 }, Type = "Slam" } 
			},
			Duration = 2.3,
			Image = "RendingCraneCombo2.gif",
			Name = "Rampaging Boar" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 400 }, Hits = { 1 }, Type = "Slam" },
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Knockdown" }, Type = "Slam" } 
			},
			Duration = 1.85,
			Image = "RendingCraneCombo0.gif",
			Name = "Skull Splitter" 
		},
		WeaponType = "Heavy Blade" 
	},
	["Rending Wind"] = {
		ConclaveOnly = true,
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "RendingWindComboTwo.gif",
			Name = "Ascending Surf" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100, 100 }, Hits = { 2, 1 }, Type = "360" },
				{ Dmg = { 100 }, Hits = { 1 }, Type = "Slam" } 
			},
			Image = "RendingWindComboThree.gif",
			Name = "Impending Tide" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 }, Procs = { "Impair" } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "RendingWindComboOne.gif",
			Name = "Brisk Current" 
		},
		WeaponType = "Machete" 
	},
	["Rising Steel"] = {
		ConclaveOnly = true,
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "RisingSteelComboTwo.gif",
			Name = "Hack And Slash" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100, 100 }, Hits = { 1, 1 }, Procs = { "", "Knockdown" } },
				{ Dmg = { 100 }, Hits = { 1 }, Type = "Slam" } 
			},
			Image = "RisingSteelComboThree.gif",
			Name = "Blade Whip" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 }, Procs = { "Impair" } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "RisingSteelComboOne.gif",
			Name = "Forward Edge" 
		},
		WeaponType = "Sword" 
	},
	["Scarlet Hurricane"] = {
		ConclaveOnly = true,
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "ScarletHurricaneComboTwo.gif",
			Name = "Ruby Current" 
		},
		["Forward Block"] = {
			Attacks = { { Dmg = { 100, 100 }, Hits = { 1, 1 } }, { Dmg = { 100 }, Hits = { 2 } } },
			Image = "ScarletHurricaneComboThree.gif",
			Name = "Whirling Rush" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 2 }, Procs = { "Impair" } },
				{ Dmg = { 100, 100 }, Hits = { 1, 1 } } 
			},
			Image = "ScarletHurricaneComboOne.gif",
			Name = "Bloody Fall" 
		},
		Slide = {
			Attacks = { { Dmg = { 300 }, Hits = { 1 }, Procs = { "Lifted" }, Type = "360" } },
			Name = "Launching Spring" 
		},
		WeaponType = "Claws" 
	},
	Scythe = {
		Aerial = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } } 
			},
			Image = "ScytheComboAir.gif",
			Name = "Mountain's Chisel" 
		},
		Finisher = {
			Attacks = { { Dmg = { 1200 }, Hits = { 1 }, Procs = { "Slash" } } },
			Image = "ScytheComboFinisherGround.gif",
			Name = "Tunneling Spike" 
		},
		Heavy = {
			Attacks = {
				{
					Dmg = { 600 },
					Hits = { 1 },
					Procs = { { "Slash", "Knockdown" } },
					Shape = "Heavy" 
				},
				{
					Dmg = { 600 },
					Hits = { 1 },
					Procs = { { "Slash", "Knockdown" } },
					Shape = "Heavy" 
				} 
			},
			Image = "ScytheComboHeavy.gif",
			Name = "Fading Hope" 
		},
		Slide = {
			Attacks = { { Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" }, Type = "360" } },
			Image = "ScytheComboSlide.gif",
			Name = "Hell's Wave" 
		},
		Wall = { Attacks = { { Dmg = { 200 }, Hits = { 1 } } }, Image = "ScytheComboWall.gif", Name = "Flaying Home" } 
	},
	["Seismic Palm"] = {
		Block = {
			Attacks = {
				{ Dmg = { 100, 200, 300 }, Hits = { 1, 1, 1 }, Procs = { "", "Lifted", "" } },
				{ Dmg = { 300 }, Hits = { 2 }, Type = "Slam" } 
			},
			Duration = 2.05,
			Image = "SeismicPalmCombo3.gif",
			Name = "Echoing Hands" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 } } 
			},
			Duration = 1.35,
			Image = "SeismicPalmCombo1.gif",
			Name = "Erupting Vulcan" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 2 } } 
			},
			Duration = 1.7,
			Image = "SeismicPalmCombo2.gif",
			Name = "Sudden Rockfall" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 2 }, Procs = { "Knockdown" } } 
			},
			Duration = 1.55,
			Image = "SeismicPalmCombo0.gif",
			Name = "Quaking Touch" 
		},
		WeaponType = "Fist" 
	},
	["Serene Storm"] = {
		Aerial = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 2 } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Name = "One Point" 
		},
		Block = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 3 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 4 } },
				{ Dmg = { 100 }, Hits = { 1 }, Procs = { "Impact" } } 
			},
			Duration = 4.1,
			Image = "SereneStormCombo3.gif",
			Name = "Patience Shattered" 
		},
		Finisher = { Attacks = { { Dmg = { 500 }, Hits = { 6 } } }, Name = "Roaring Drums" },
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Duration = 2.5,
			Image = "SereneStormCombo1.gif",
			Name = "Father's Lesson" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 2 } },
				{ Dmg = { 100 }, Hits = { 2 } },
				{ Dmg = { 100 }, Hits = { 2 } } 
			},
			Duration = 3.15,
			Image = "SereneStormCombo2.gif",
			Name = "Final Sunrise" 
		},
		Heavy = {
			Attacks = {
				{
					Dmg = { 1500 },
					Hits = { 1 },
					Procs = { "Knockdown" },
					Shape = "Heavy",
					Type = "Slam" 
				},
				{ Dmg = { 100, 100 }, Hits = { 4, 1 }, Procs = { "Lifted" }, Shape = "Heavy" } 
			},
			Name = "Rise From Ashes" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 2 } },
				{ Dmg = { 100 }, Hits = { 2 } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Duration = 3.5,
			Image = "SereneStormCombo0.gif",
			Name = "Trespass Denied" 
		},
		Slide = {
			Attacks = {
				{ Dmg = { 300, 300 }, Hits = { 5, 1 }, Procs = { "", "Lifted" }, Type = "360" } 
			},
			Name = "Rolling Blast" 
		},
		Wall = { Attacks = { { Dmg = { 300 }, Hits = { 1 } } }, Name = "Through Strike" },
		WeaponType = "Desert Wind" 
	},
	["Shadow Harvest"] = {
		ConclaveOnly = true,
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "ShadowHarvestComboTwo.gif",
			Name = "Reclaimation" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100, 100 }, Hits = { 3, 1 }, Procs = { "", "" }, Type = "360" },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "ShadowHarvestComboThree.gif",
			Name = "Soul Dance" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 }, Procs = { "Impair" } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "ShadowHarvestComboOne.gif",
			Name = "Reaping Leap" 
		},
		WeaponType = "Scythe" 
	},
	["Shattering Storm"] = {
		Block = {
			Attacks = {
				{ Dmg = { 300, 300 }, Hits = { 1, 1 }, Procs = { "", "Lifted" } },
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Knockdown" }, Type = "Slam" } 
			},
			Duration = 3.3,
			Image = "ShatteringStormCombo3.gif",
			Name = "Rising Thunder" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Lifted" } } 
			},
			Duration = 2.6,
			Image = "ShatteringStormCombo1.gif",
			Name = "Pounding Smite" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 300, 200 }, Hits = { 1, 1 } },
				{ Dmg = { 400, 200 }, Hits = { 1, 1 }, Type = "360" },
				{
					Dmg = { 200, 500 },
					Hits = { 1, 1 },
					Procs = { "", "Knockdown" },
					Type = "Slam" 
				} 
			},
			Duration = 3.55,
			Image = "ShatteringStormCombo2.gif",
			Name = "Smashing Fury" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 400 }, Hits = { 1 }, Type = "Slam" },
				{ Dmg = { 300, 300 }, Hits = { 1, 1 }, Procs = { "", "Impact" }, Type = "Slam" },
				{ Dmg = { 400 }, Hits = { 1 }, Type = "Slam" },
				{
					Dmg = { 200, 500 },
					Hits = { 1, 1 },
					Procs = { "Knockdown", "Knockdown" },
					Type = "Slam" 
				} 
			},
			Duration = 4.9,
			Image = "ShatteringStormCombo0.gif",
			Name = "Falling Rock" 
		},
		WeaponType = "Hammer" 
	},
	["Shimmering Blight"] = {
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 5 }, Type = "360" },
				{ Dmg = { 200, 200 }, Hits = { 1, 1 }, Procs = { "", "Slash" } },
				{ Dmg = { 200 }, Hits = { 2 } } 
			},
			Duration = 2.55,
			Image = "ShimmeringBlightCombo2.gif",
			Name = "Howling Gale" 
		},
		Neutral = {
			Attacks = { { Dmg = { 100 }, Hits = { 1 } }, { Dmg = { 100, 200 }, Hits = { 2, 1 } } },
			Duration = 0.95,
			Image = "ShimmeringBlightCombo0.gif",
			Name = "Slashing Wind" 
		},
		WeaponType = "Polearm" 
	},
	["Sinking Talon"] = {
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Duration = 1.15,
			Image = "SinkingTalonCombo1.gif",
			Name = "Lashing Panther" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 2 }, Procs = { "Impact" } },
				{
					Dmg = { 100, 300, 100, 100 },
					Hits = { 2, 1, 2, 1 },
					Procs = { "", { "Slash", "Lifted" }, "", "Impact" } 
				} 
			},
			Duration = 3.05,
			Image = "SinkingTalonCombo2.gif",
			Name = "Rising Lion" 
		},
		WeaponType = "Dual Daggers" 
	},
	["Slicing Feathers"] = {
		Block = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 2 } },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Ragdoll" } } 
			},
			Duration = 2.15,
			Image = "SlicingFeathersCombo3.gif",
			Name = "Cutting Fringe" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 2 } },
				{ Dmg = { 100 }, Hits = { 2 } },
				{ Dmg = { 200, 300 }, Hits = { 2, 1 } } 
			},
			Duration = 1.65,
			Image = "SlicingFeathersCombo1.gif",
			Name = "Razor Fin" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 5 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 100, 100 }, Hits = { 3, 2 }, Procs = { "", "Slash" } },
				{ Dmg = { 200, 400 }, Hits = { 1, 1 }, Procs = { "Impact", "Lifted" } } 
			},
			Duration = 3.55,
			Image = "SlicingFeathersCombo2.gif",
			Name = "Serrated Crest" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 2 }, Note = "*", Procs = { "Impact" } },
				{ Dmg = { 100, 300 }, Hits = { 2, 1 }, Procs = { "", "Slash" } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Duration = 3.6,
			Image = "SlicingFeathersCombo0.gif",
			Name = "Scathing Plume" 
		},
		WeaponType = "Warfan" 
	},
	["Sovereign Outcast"] = {
		Block = {
			Attacks = {
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 200, 300 }, Hits = { 1, 1 }, Procs = { "", "Ragdoll" } } 
			},
			Duration = 1.25,
			Image = "SovereignOutcastCombo3.gif",
			Name = "Scout Command" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 2 } },
				{ Dmg = { 100 }, Hits = { 6 }, Type = "360" } 
			},
			Duration = 1.75,
			Image = "SovereignOutcastCombo1.gif",
			Name = "Vagrant Behest" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 50 }, Hits = { 6 } },
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 2 } },
				{ Dmg = { 300 }, Hits = { 2 }, Procs = { "Knockdown" }, Type = "Slam" } 
			},
			Duration = 3,
			Image = "SovereignOutcastCombo2.gif",
			Name = "Villain Rule" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 200, 50 }, Hits = { 1, 5 } },
				{ Dmg = { 200, 100, 300 }, Hits = { 1, 1, 1 }, Procs = { "", "", "Impact" } },
				{ Dmg = { 200 }, Hits = { 4 }, Procs = { "Slash" } },
				{ Dmg = { 300 }, Hits = { 2 }, Procs = { "Knockdown" } } 
			},
			Duration = 2.85,
			Image = "SovereignOutcastCombo0.gif",
			Name = "Rogue Edict" 
		},
		WeaponType = "Tonfa" 
	},
	Sparring = {
		Aerial = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 2 } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Image = "SparringComboAir.gif",
			Name = "One Point" 
		},
		Finisher = { Attacks = { { Dmg = { 500 }, Hits = { 6 } } }, Image = "SparringComboFinisherGround.gif", Name = "Roaring Drums" },
		Heavy = {
			Attacks = {
				{
					Dmg = { 500 },
					Hits = { 1 },
					Procs = { "Lifted" },
					Shape = "Heavy",
					Type = "Slam" 
				},
				{ Dmg = { 100, 100 }, Hits = { 4, 1 }, Procs = { "", "Lifted" }, Shape = "Heavy" } 
			},
			Image = "SparringComboHeavy.gif",
			Name = "Rising from Ashes" 
		},
		Slide = {
			Attacks = { { Dmg = { 200 }, Hits = { 2 }, Procs = { "Ragdoll" } } },
			Duration = 0.84,
			Image = "SparringComboSlide.gif",
			Name = "Rolling Blast" 
		},
		Wall = { Attacks = { { Dmg = { 300 }, Hits = { 1 } } }, Image = "SparringComboWall.gif", Name = "Through Strike" } 
	},
	["Spinning Needle"] = {
		Block = {
			Attacks = { { Dmg = { 100, 200, 400 }, Hits = { 1, 1, 1 }, Procs = { "", "", "Ragdoll" } } },
			Duration = 1.1,
			Image = "SpinningNeedleCombo3.gif",
			Name = "Fey Intervention" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100, 200 }, Hits = { 2, 1 }, Type = "360" },
				{ Dmg = { 100 }, Hits = { 5 }, Type = "360" },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Lifted" } } 
			},
			Duration = 2.15,
			Image = "SpinningNeedleCombo1.gif",
			Name = "Accursed Whispers" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 2 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Slash" } },
				{ Dmg = { 100, 200 }, Hits = { 2, 1 }, Type = "360" },
				{ Dmg = { 200 }, Hits = { 2 } } 
			},
			Duration = 2.5,
			Image = "SpinningNeedleCombo2.gif",
			Name = "Fey Intervention" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 2 }, Procs = { "Slash" } },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Duration = 1.85,
			Image = "SpinningNeedleCombo0.gif",
			Name = "True Kiss" 
		},
		WeaponType = "Dual Daggers" 
	},
	Staff = {
		Aerial = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Image = "StaffComboAir.gif",
			Name = "Planting Widow" 
		},
		Finisher = { Attacks = { { Dmg = { 1000 }, Hits = { 1 } } }, Image = "StaffComboFinisherGround.gif", Name = "Wide Dispatch" },
		Heavy = {
			Attacks = {
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Knockdown" }, Shape = "Heavy" },
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Knockdown" }, Shape = "Heavy" } 
			},
			Image = "StaffComboHeavy.gif",
			Name = "The Way" 
		},
		Slide = {
			Attacks = { { Dmg = { 100 }, Hits = { 1 }, Procs = { "Lifted" }, Type = "360" } },
			Duration = 0.68,
			Image = "StaffComboSlide.gif",
			Name = "Crushing Reach" 
		},
		Wall = { Attacks = { { Dmg = { 166 }, Hits = { 1 } } }, Image = "StaffComboWall.gif", Name = "Guiding Plank" } 
	},
	["Stalking Fan"] = {
		Forward = {
			Attacks = { { Dmg = { 100 }, Hits = { 1 }, Type = "360" }, { Dmg = { 300 }, Hits = { 1 } } },
			Duration = 1.25,
			Image = "StalkingFanCombo1.gif",
			Name = "Many Tears" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Impact" } },
				{
					Dmg = { 200, 100 },
					Hits = { 3, 1 },
					Procs = { "", { "Impact", "Slash" } },
					Type = "360" 
				} 
			},
			Duration = 2.4,
			Image = "StalkingFanCombo2.gif",
			Name = "Dying Light" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300, 200 }, Hits = { 1, 1 } },
				{ Dmg = { 200, 300 }, Hits = { 1, 1 }, Procs = { "Impact", "" }, Type = "360" },
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Duration = 4.9,
			Image = "StalkingFanCombo0.gif",
			Name = "Shadow Wing" 
		},
		WeaponType = "Scythe" 
	},
	["Star Divide"] = {
		ConclaveOnly = true,
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "StarDivideComboTwo.gif",
			Name = "Bitter Grudge" 
		},
		["Forward Block"] = {
			Attacks = { { Dmg = { 300, 200 }, Hits = { 1, 1 } }, { Dmg = { 100 }, Hits = { 5 } } },
			Image = "StarDivideComboThree.gif",
			Name = "Dire Fall" 
		},
		Neutral = {
			Attacks = {
				{
					Dmg = { 100, 100, 100, 100 },
					Hits = { 1, 1, 1, 1 },
					Procs = { "Impair", "Impair", "Impair", "Impair" } 
				},
				{
					Dmg = { 100, 100, 100 },
					Hits = { 2, 2, 2 },
					Procs = { "Knockdown", "Knockdown", "Knockdown" },
					Type = "Slam" 
				} 
			},
			Image = "StarDivideComboOne.gif",
			Name = "Wandering Scourge" 
		},
		WeaponType = "Tonfa" 
	},
	["Stinging Thorn"] = {
		Block = {
			Attacks = {
				{ Dmg = { 100, 200, 300 }, Hits = { 1, 1, 1 }, Procs = { "", "", "Impact" } },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Slash" } },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Ragdoll" } } 
			},
			Duration = 2.35,
			Image = "StingingThornCombo3.gif",
			Name = "Impaling Quill" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100, 200 }, Hits = { 1, 1 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 100, 200 }, Hits = { 1, 1 } } 
			},
			Duration = 1.8,
			Image = "StingingThornCombo1.gif",
			Name = "Piercing Horn" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200, 200 }, Hits = { 2, 1 }, Procs = { "", "Slash" } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" }, Type = "Slam" } 
			},
			Duration = 2.7,
			Image = "StingingThornCombo2.gif",
			Name = "Lacerating Spine" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300, 100 }, Hits = { 1, 1 }, Procs = { "", "Impact" } },
				{ Dmg = { 100, 200, 200 }, Hits = { 1, 1, 1 }, Procs = { "Slash", "Slash", "" } },
				{ Dmg = { 300, 200 }, Hits = { 1, 1 } },
				{ Dmg = { 200, 200 }, Hits = { 1, 1 }, Procs = { "", "Slash" } },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Duration = 3.95,
			Image = "StingingThornCombo0.gif",
			Name = "Carving Spike" 
		},
		WeaponType = "Dagger" 
	},
	["Sundering Weave"] = {
		Block = {
			Attacks = { { Dmg = { 500 }, Hits = { 1 }, Procs = { "Ragdoll" } } },
			Duration = 1.2,
			Image = "SunderingWeaveCombo3.gif",
			Name = "Coming Tide" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 }, Type = "360" },
				{ Dmg = { 200 }, Hits = { 1 } } 
			},
			Duration = 2,
			Image = "SunderingWeaveCombo1.gif",
			Name = "Cresting Surf" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100, 200 }, Hits = { 2, 1 }, Procs = { "", "Slash" }, Type = "360" },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Knockdown" }, Type = "Slam" } 
			},
			Duration = 2.4,
			Image = "SunderingWeaveCombo2.gif",
			Name = "Flash Flood" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Duration = 1.7,
			Image = "SunderingWeaveCombo0.gif",
			Name = "Rapid Current" 
		},
		WeaponType = "Machete" 
	},
	["Swirling Tiger"] = {
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 2 } },
				{ Dmg = { 100, 200 }, Hits = { 3, 1 }, Procs = { "", "Lifted" }, Type = "360" },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Duration = 1.6,
			Image = "SwirlingTigerCombo1.gif",
			Name = "Raking Flesh" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 2 } },
				{ Dmg = { 200, 100, 100 }, Hits = { 2, 1, 1 }, Procs = { "", "", "Impact" } },
				{ Dmg = { 100, 200 }, Hits = { 2, 2 } } 
			},
			Duration = 2.3,
			Image = "SwirlingTigerCombo2.gif",
			Name = "Dancing Hunter" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 100, 100 }, Hits = { 5, 1 }, Procs = { "", "Slash" } },
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 100, 300 }, Hits = { 1, 1 }, Procs = { "", "Knockdown" } } 
			},
			Duration = 2.05,
			Image = "SwirlingTigerCombo0.gif",
			Name = "Winding Claws" 
		},
		WeaponType = "Dual Swords" 
	},
	["Swooping Falcon"] = {
		Block = {
			Attacks = {
				{ Dmg = { 100, 300 }, Hits = { 1, 1 }, Type = "360" },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Ragdoll" } } 
			},
			Duration = 2.75,
			Image = "SwoopingFalconCombo3.gif",
			Name = "Keen Broadwing" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } } 
			},
			Duration = 1.95,
			Image = "SwoopingFalconCombo1.gif",
			Name = "Swift Pursuit" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { { "Impact", "Slash" } } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 } } 
			},
			Duration = 2.05,
			Image = "SwoopingFalconCombo2.gif",
			Name = "Slicing Talon" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 100, 300 }, Hits = { 1, 1 }, Procs = { "Slash", "" } },
				{ Dmg = { 300, 200 }, Hits = { 1, 1 }, Procs = { "", "Knockdown" } } 
			},
			Duration = 2,
			Image = "SwoopingFalconCombo0.gif",
			Name = "Diving Kestrel" 
		},
		WeaponType = "Sword" 
	},
	Sword = {
		Neutral = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 }, BonusSlash = 0.1 },
			},
			Image = "SwordComboNeutral.gif",
			Name = "",
		},
		Aerial = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Image = "SwordComboAir.gif",
			Name = "Weightless Steel" 
		},
		Finisher = {
			Attacks = { { Dmg = { 1000 }, Hits = { 1 }, Procs = { "Slash" } } },
			Image = "SwordComboFinisherGround.gif",
			Name = "Death's Mark" 
		},
		Heavy = {
			Attacks = {
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Lifted" }, Shape = "Heavy" },
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Knockdown" }, Shape = "Heavy" } 
			},
			Image = "SwordComboHeavy.gif",
			Name = "Perfect Cut" 
		},
		Slide = {
			Attacks = { { Dmg = { 100 }, Hits = { 1 }, Procs = { "Impact" }, Type = "360" } },
			Duration = 0.69,
			Image = "SwordComboSlide.gif",
			Name = "Spiral Cut" 
		},
		Wall = {
			Attacks = { { Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" } } },
			Image=  "SwordComboWall.gif",
			Name = "Weightless Steel" 
		} 
	},
	["Sword and Shield"] = {
		Aerial = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } } 
			},
			Image = "Sword-ShieldComboAir.gif",
			Name = "Fist of Iron" 
		},
		Finisher = {
			Attacks = { { Dmg = { 800 }, Hits = { 1 }, Procs = { "Slash" } } },
			Image = "Sword-ShieldComboFinisherGround.gif",
			Name = "Last Stand" 
		},
		Heavy = {
			Attacks = {
				{
					Dmg = { 500 },
					Hits = { 1 },
					Procs = { "Knockdown" },
					Shape = "Heavy",
					Type = "360" 
				},
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Knockdown" }, Shape = "Heavy" } 
			},
			Image = "Sword-ShieldComboHeavy.gif",
			Name = "Hallowed Name" 
		},
		Slide = {
			Attacks = { { Dmg = { 100 }, Hits = { 1 }, Procs = { "Impact" }, Type = "360" } },
			Image = "Sword-ShieldComboSlide.gif",
			Name = "Destructive Symphony" 
		},
		Wall = {
			Attacks = { { Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" } } },
			Image = "Sword-ShieldComboWall.gif",
			Name = "Dying Angel" 
		} 
	},
	["Tainted Hydra"] = {
		ConclaveOnly = true,
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "TaintedHydraComboTwo.gif",
			Name = "Talons of the Wyrm" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 }, Procs = { "Impair" } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "TaintedHydraComboThree.gif",
			Name = "Heart of the Imoogi" 
		},
		Neutral = {
			Attacks = {
				{
					Dmg = { 100, 100, 100 },
					Hits = { 1, 1, 1 },
					Procs = { "Knockdown", "Knockdown", "Knockdown" } 
				},
				{ Dmg = { 100, 100, 100 }, Hits = { 1, 1, 1 } } 
			},
			Image = "TaintedHydraComboOne.gif",
			Name = "Heart of the Naga" 
		},
		WeaponType = "Blade and Whip" 
	},
	["Tempo Royale"] = {
		Block = {
			Attacks = { { Dmg = { 600 }, Hits = { 1 }, Procs = { "Knockdown" }, Type = "Slam" } },
			Duration = 1.8,
			Image = "TempoRoyaleCombo3.gif",
			Name = "Bold Reprise" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 2 }, Type = "360" },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Duration = 3.4,
			Image = "TempoRoyaleCombo1.gif",
			Name = "Majestic Abandon" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Impact" } },
				{
					Dmg = { 200, 500 },
					Hits = { 1, 1 },
					Procs = { "", "Knockdown" },
					Type = "Slam" 
				} 
			},
			Duration = 2.1,
			Image = "TempoRoyaleCombo2.gif",
			Name = "Resplendent Calma" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 200, 300 }, Hits = { 1, 1 }, Type = "Slam" },
				{ Dmg = { 400 }, Hits = { 1 } },
				{
					Dmg = { 200, 100, 400 },
					Hits = { 1, 1, 1 },
					Procs = { "", "Impact", "Knockdown" } 
				} 
			},
			Duration = 4.65,
			Image = "TempoRoyaleCombo0.gif",
			Name = "August Mesto" 
		},
		WeaponType = "Heavy Blade" 
	},
	Tonfa = {
		Aerial = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 2 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 3 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 5 }, Procs = { "Impact" } } 
			},
			Image = "TonfaComboAir.gif",
			Name = "Ascendant Bane" 
		},
		Finisher = { Attacks = { { Dmg = { 1000 }, Hits = { 1 } } }, Image = "TonfaComboFinisherGround.gif", Name = "Cold Vendetta" },
		Heavy = {
			Attacks = {
				{ Dmg = { 250 }, Hits = { 2 }, Procs = { { "Slash", "Knockdown" } }, Shape = "Heavy" },
				{ Dmg = { 250 }, Hits = { 2 }, Procs = { { "Slash", "Knockdown" } }, Shape = "Heavy" } 
			},
			Image = "TonfaComboHeavy.gif",
			Name = "Discord Sewn" 
		},
		Slide = {
			Attacks = { { Dmg = { 200 }, Hits = { 2 }, Type = "360" } },
			Duration = 0.74,
			Image = "TonfaComboSlide.gif",
			Name = "Feuding Blood" 
		},
		Wall = {
			Attacks = { { Dmg = { 200 }, Hits = { 2 }, Procs = { "Knockdown" } } },
			Image = "TonfaComboWall.gif",
			Name = "Opposing Force" 
		} 
	},
	["Tranquil Cleave"] = {
		Block = {
			Attacks = { { Dmg = { 400 }, Hits = { 2 }, Procs = { "Ragdoll" } } },
			Duration = 1.2,
			Image = "TranquilCleaveCombo3.gif",
			Name = "Hook and Eye" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } } 
			},
			Duration = 1.9,
			Image = "TranquilCleaveCombo1.gif",
			Name = "Windless Cut" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Impact" } } 
			},
			Duration = 2.6,
			Image = "TranquilCleaveCombo2.gif",
			Name = "Beyond Reproach" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300, 100, 100 }, Hits = { 1, 1, 1 }, Procs = { "", "", "Slash" } },
				{ Dmg = { 100, 300 }, Hits = { 1, 1 }, Procs = { "", "" } },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Duration = 3.8,
			Image = "TranquilCleaveCombo0.gif",
			Name = "Breathless Lunge" 
		},
		Slide = {
			Attacks = { { Dmg = { 200 }, Hits = { 1 }, Type = "360" } },
			Duration = 0.67,
			Name = "Parting Knee" 
		},
		WeaponType = "Nikana" 
	},
	["Twirling Spire"] = {
		Block = {
			Attacks = {
				{
					Dmg = { 200, 100, 400, 100 },
					Hits = { 1, 4, 1, 2 },
					Procs = { "", "", "Knockdown", "" } 
				} 
			},
			Duration = 2,
			Image = "TwirlingSpireCombo3.gif",
			Name = "Summit Plunge" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 200, 100 }, Hits = { 1, 2 }, Type = "360" },
				{ Dmg = { 100, 200 }, Hits = { 4, 1 }, Type = "360" } 
			},
			Duration = 2.5,
			Image = "TwirlingSpireCombo1.gif",
			Name = "Spiraling Pinnacle" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Impact" }, Type = "Slam" },
				{ Dmg = { 400 }, Hits = { 1 } } 
			},
			Duration = 1.75,
			Image = "TwirlingSpireCombo2.gif",
			Name = "Vaulting Apex" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300, 200 }, Hits = { 1, 1 }, Procs = { "", "Slash" } },
				{ Dmg = { 300, 200 }, Hits = { 1, 1 }, Procs = { "", "Lifted" } },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Duration = 3.3,
			Image = "TwirlingSpireCombo0.gif",
			Name = "Cresting Peak" 
		},
		WeaponType = "Polearm" 
	},
	["Two-Handed Nikana"] = {
		Aerial = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } } 
			},
			Image = "Two-HandedNikanaComboAir.gif",
			Name = "Cunning Monkey" 
		},
		Finisher = {
			Attacks = { { Dmg = { 1200 }, Hits = { 1 }, Procs = { "Slash" } } },
			Image = "Two-HandedNikanaComboFinisherGround.gif",
			Name = "Terrapin's Rebuke" 
		},
		Heavy = {
			Attacks = {
				{
					Dmg = { 600 },
					Hits = { 1 },
					Procs = { { "Slash", "Lifted" } },
					Shape = "Heavy" 
				},
				{
					Dmg = { 300, 300 },
					Hits = { 1, 1 },
					Procs = { { "Impact", "Slash" }, { "Slash", "Knockdown" } },
					Shape = "Heavy",
					Type = "360" 
				} 
			},
			Image = "Two-HandedNikanaComboHeavy.gif",
			Name = "Lover's Farewell" 
		},
		Slide = {
			Attacks = { { Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" }, Type = "360" } },
			Image = "Two-HandedNikanaComboSlide.gif",
			Name = "Deceitful Serpent" 
		},
		Wall = {
			Attacks = { { Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } } },
			Image = "Two-HandedNikanaComboWall.gif",
			Name = "Strident Gazelle" 
		} 
	},
	["Vengeful Revenant"] = {
		Block = {
			Attacks = {
				{ Dmg = { 400, 100 }, Hits = { 1, 1 }, Type = "360" },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { { "Slash", "Lifted" } } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" }, Type = "Slam" } 
			},
			Duration = 3,
			Image = "VengefulRevenantCombo3.gif",
			Name = "Rising Hate" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 }, Procs = { "Slash" } },
				{ Dmg = { 200 }, Hits = { 1 } } 
			},
			Duration = 1.55,
			Image = "VengefulRevenantCombo1.gif",
			Name = "Lone Vengeance" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100, 300 }, Hits = { 1, 1 }, Procs = { "", "Impact" }, Type = "360" },
				{ Dmg = { 50, 300 }, Hits = { 2, 1 } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Duration = 2.3,
			Image = "VengefulRevenantCombo2.gif",
			Name = "Drowning Despair" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Duration = 3.15,
			Image = "VengefulRevenantCombo0.gif",
			Name = "Impending Dread" 
		},
		WeaponType = "Sword" 
	},
	["Vermillion Storm"] = {
		Block = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 100, 200 }, Hits = { 1, 1 } },
				{
					Dmg = { 100, 200, 300 },
					Hits = { 1, 1, 1 },
					Procs = { "", "Knockdown", "Knockdown" },
					Type = "Slam" 
				} 
			},
			Duration = 2.5,
			Image = "VermillionStormCombo3.gif",
			Name = "Ruby Wind" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 200, 100 }, Hits = { 1, 3 }, Type = "360" },
				{ Dmg = { 200, 100 }, Hits = { 1, 1 } } 
			},
			Duration = 1.9,
			Image = "VermillionStormCombo1.gif",
			Name = "Crimson Hurricane" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 3 } },
				{ Dmg = { 50, 100 }, Hits = { 3, 3 }, Type = "360" },
				{ Dmg = { 50, 200 }, Hits = { 6, 1 }, Procs = { "", "Impact" }, Type = "360" } 
			},
			Duration = 3.4,
			Image = "VermillionStormCombo2.gif",
			Name = "Cardinal Breeze" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Lifted" } },
				{ Dmg = { 100, 300 }, Hits = { 1, 1 } },
				{ Dmg = { 100, 100 }, Hits = { 2, 2 }, Procs = { "", "Slash" } },
				{ Dmg = { 200, 400 }, Hits = { 1, 1 } },
				{ Dmg = { 300 }, Hits = { 2 }, Procs = { "Knockdown" } } 
			},
			Duration = 3.95,
			Image = "VermillionStormCombo0.gif",
			Name = "Flurry Rose" 
		},
		WeaponType = "Claws" 
	},
	["Vicious Approach"] = {
		ConclaveOnly = true,
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } } 
			},
			Image = "ViciousApproachComboTwo.gif",
			Name = "Cruel Advance" 
		},
		["Forward Block"] = {
			Attacks = { { Dmg = { 100 }, Hits = { 2 } }, { Dmg = { 100 }, Hits = { 1 } } },
			Image = "ViciousApproachComboThree.gif",
			Name = "Impending Danger" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 100, 100 }, Hits = { 2, 1 }, Procs = { "Impair", "Impair" } },
				{ Dmg = { 100 }, Hits = { 2 } } 
			},
			Image = "ViciousApproachComboOne.gif",
			Name = "Savagery At Hand" 
		},
		WeaponType = "Sparring" 
	},
	["Votive Onslaught"] = {
		Block = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 2 } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Lifted" } },
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 100, 200 }, Hits = { 2, 2 }, Procs = { "", "Lifted" } } 
			},
			Duration = 2.67,
			Image = "VotiveOnslaughtCombo3.gif",
			Name = "Penitent Offering" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 2 } },
				{ Dmg = { 100 }, Hits = { 3 } },
				{ Dmg = { 100 }, Hits = { 4 } } 
			},
			Duration = 1.84,
			Image = "VotiveOnslaughtCombo1.gif",
			Name = "Clarion Rush" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 200, 100 }, Hits = { 1, 1 } },
				{ Dmg = { 100, 200 }, Hits = { 2, 1 }, Type = "360" },
				{ Dmg = { 200, 100, 300 }, Hits = { 1, 1, 1 } },
				{ Dmg = { 300 }, Hits = { 2 }, Procs = { "Lifted" } } 
			},
			Duration = 2.78,
			Image = "VotiveOnslaughtCombo2.gif",
			Name = "Rending Lamentation" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 2 } },
				{ Dmg = { 100, 200 }, Hits = { 1, 1 } },
				{ Dmg = { 100, 200 }, Hits = { 1, 1 }, Type = "360" },
				{
					Dmg = { 100, 100, 300, 300 },
					Hits = { 1, 1, 1, 1 },
					Procs = { "", "", "", { "Slash", "Knockdown" } } 
				} 
			},
			Duration = 2.57,
			Image = "VotiveOnslaughtCombo0.gif",
			Name = "Purging Drive" 
		},
		WeaponType = "Warfan" 
	},
	["Vulpine Mask"] = {
		Block = {
			Attacks = {
				{ Dmg = { 200, 300 }, Hits = { 1, 1 }, Procs = { "", "Lifted" } },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Ragdoll" } } 
			},
			Duration = 1.45,
			Image = "VulpineMaskCombo3.gif",
			Name = "Deceptive Lunge" 
		},
		Forward = {
			Attacks = {
				{ Dmg = { 50 }, Hits = { 2 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100 }, Hits = { 1 } },
				{ Dmg = { 100, 200 }, Hits = { 1, 1 }, Type = "360" },
				{ Dmg = { 200 }, Hits = { 1 } } 
			},
			Duration = 3,
			Image = "VulpineMaskCombo1.gif",
			Name = "Duel Secrets" 
		},
		["Forward Block"] = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 100, 100 }, Hits = { 1, 1 }, Procs = { "", "Slash" } },
				{ Dmg = { 100, 200, 300 }, Hits = { 1, 1, 1 } },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Impact" } } 
			},
			Duration = 2.5,
			Image = "VulpineMaskCombo2.gif",
			Name = "Hidden Flourish" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 100 }, Hits = { 2 } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { { "Impact", "Slash" } } },
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 300, 100 }, Hits = { 1, 1 }, Procs = { "", "Slash" } },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Knockdown" } } 
			},
			Duration = 3,
			Image = "VulpineMaskCombo0.gif",
			Name = "Assailant Guise" 
		},
		WeaponType = "Rapier" 
	},
	Warfan = {
		Aerial = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 2 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 3 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 6 }, Procs = { "Impact" } } 
			},
			Image = "WarfanComboAir.gif",
			Name = "Sky Doom" 
		},
		Finisher = {
			Attacks = { { Dmg = { 1000 }, Hits = { 1 }, Procs = { "Slash" } } },
			Image = "WarfanComboFinisherGround.gif",
			Name = "Death's Mark" 
		},
		Heavy = {
			Attacks = {
				{ Dmg = { 250 }, Hits = { 2 }, Procs = { "Slash" }, Shape = "Heavy" },
				{ Dmg = { 500 }, Hits = { 1 }, Procs = { "Slash" }, Shape = "Heavy" } 
			},
			Image = "WarfanComboHeavy.gif",
			Name = "Perfect Cut" 
		},
		Slide = {
			Attacks = { { Dmg = { 100 }, Hits = { 1 }, Procs = { "Impact" }, Type = "360" } },
			Image = "WarfanComboSlide.gif",
			Name = "Spiral Cut" 
		},
		Wall = {
			Attacks = { { Dmg = { 200 }, Hits = { 1 }, Procs = { "Knockdown" } } },
			Image = "WarfanComboWall.gif",
			Name = "Weightless Steel" 
		} 
	},
	Whip = {
		Aerial = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { { "Impact", "Slash" } } } 
			},
			Image = "WhipComboAir.gif",
			Name = "Mountain's Chisel" 
		},
		Finisher = { Attacks = { { Dmg = { 1000 }, Hits = { 1 } } }, Image = "WhipComboFinisherGround.gif", Name = "Resounding Fear" },
		Heavy = {
			Attacks = {
				{ Dmg = { 450 }, Hits = { 1 }, Procs = { { "Slash", "Knockdown" } }, Shape = "Heavy" },
				{ Dmg = { 450 }, Hits = { 1 }, Procs = { { "Slash", "Knockdown" } }, Shape = "Heavy" } 
			},
			Image = "WhipComboHeavy.gif",
			Name = "Rolling Thunder" 
		},
		Slide = {
			Attacks = { { Dmg = { 200 }, Hits = { 1 }, Procs = { "Impact" }, Type = "360" } },
			Duration = 0.64,
			Image = "WhipComboSlide.gif",
			Name = "Spiral Cut" 
		},
		Wall = {
			Attacks = { { Dmg = { 300 }, Hits = { 1 }, Procs = { "Knockdown" } } },
			Image = "WhipComboWall.gif",
			Name = "Weightless Steel" 
		} 
	},
	["Wise Razor"] = {
		Forward = {
			Attacks = {
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 200 }, Hits = { 1 } },
				{ Dmg = { 400 }, Hits = { 1 } } 
			},
			Duration = 2.55,
			Image = "WiseRazorCombo1.gif",
			Name = "Cutting Thrice" 
		},
		["Forward Block"] = {
			Attacks = {
				{
					Dmg = { 200, 200, 300 },
					Hits = { 1, 1, 1 },
					Procs = { "", "Impact", { "Slash", "Lifted" } },
					Type = "Slam" 
				},
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 400 }, Hits = { 1 }, Procs = { "Knockdown" }, Type = "360" } 
			},
			Duration = 3.5,
			Image = "WiseRazorCombo2.gif",
			Name = "Calling Thunder" 
		},
		Neutral = {
			Attacks = {
				{ Dmg = { 300 }, Hits = { 1 }, Procs = { "Impact" } },
				{ Dmg = { 300 }, Hits = { 1 } },
				{ Dmg = { 300 }, Hits = { 1 } },
				{
					Dmg = { 200, 200, 400 },
					Hits = { 1, 1, 1 },
					Procs = { "", "Slash", "Knockdown" } 
				} 
			},
			Duration = 4.4,
			Image = "WiseRazorCombo0.gif",
			Name = "Threshing Grain" 
		},
		WeaponType = "Two-Handed Nikana" 
	} 
}
Advertisement