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.
Duviri weapons in Update 33.0 (2023-04-26). Add support for new "IncarnonCharges" key to differentiate between ammo capacity in "normal" fire mode vs. Incarnon Mode. This is so readers don't confuse the stat being modified by Ammo Maximum bonuses. Update ExplosionDelay key to store a 2-tuple value (2-element table) for minimum delay and maximum delay.

Hey! You! Here to update something that's out of date? Follow these easy steps:

  1. Open the relevant Horizontal Partition and click "Edit Source" on the top right of the page.
  2. Use Ctrl +F  to find the data for the weapon.
  3. Find the number/string that's wrong.
  4. Change the number/string and save the page.

That's it! After you've done that, the data will proliferate out to all the relevant pages.

If you're adding new data instead of just changing existing data, try to use an example of how things are entered if you're not quite sure what to do.

(Oh, order doesn't matter, but spelling and capitalization do. For example, it doesn't matter if Disposition is first or last)

Thanks, you're awesome!

User:Falterfire

Last updated: Sun, 11 Feb 2018 21:31:59 +0000 (UTC) by User:Kselia

Horizontal Partitions (and where to update data)

Attack Data Schema

	{
		AttackName = "Normal Attack",
		AmmoCost = 1,
		BurstCount = 1,
		Damage = { Impact = 1, Puncture = 1, Slash = 1 },
		CritChance = 0.1,
		CritMultiplier = 1,
		StatusChance = 0.1,
		FireRate = 1.0,
		Falloff = { StartRange = 400, EndRange = 600, Reduction = 0.2 },
		ShotType = "Hit-Scan",
		ShotSpeed = 1,
		Trigger = "Semi-Auto"
	},
Key/Column Name Arsenal EN L10n Public Export Equivalent Internal Equivalent Data Type Required? Explanation/Description Example(s)
AttackName Varies N/A N/A String Name of attack; defaults to "Normal Attack" "Normal Attack" or "AoE Explosion"
AmmoCost N/A N/A ammoRequirement Number (float) ✔️ Ammo consumed on a single attack input; defaults to nil 0.5 or 10
AmmoType N/A N/A ammoType String Type of ammo pickups that replenishes ammo reserves; "None" for battery weapons and "Energy" for those that use Warframe energy "Primary"
BurstCount N/A N/A NumShots Number (integer) For burst-fire weapons, the number of shots per burst; omit for attacks that shoot bursts that scale off magazine size (e.g "Pandero" wasn't found in Module:Weapons/data) 4
BurstDelay N/A N/A BurstDelay Number (float) For burst-fire weapons, the time in seconds between shooting each individual shot in a burst. 0.061
BurstReloadDelay N/A N/A N/A Number (float) Only for burst-fire attacks that scale off magazine size (e.g "Pandero" wasn't found in Module:Weapons/data), the time after a burst before an automatic reload commences. This value is derived from the inverse of internal fire rates of burst attacks (1 ÷ fireRate). 0.2
Damage Damage damagePerShot and totalDamage AttackData Table (map of floats) ✔️ Table of damage types that the weapon deals and their individual damage values. Possible keys: Impact, Puncture, Slash, Cold, Electricity, Heat, Toxin, Blast, Corrosive, Gas, Magnetic, Radiation, Viral, Void, and MinProgenitorBonus (random element for Kuva/Tenet weapons) { Impact = 100, Puncture = 25, Slash = 30 }
ChargeTime Charge Rate N/A ChargeTime Number (float) For charged attacks, the base charge time for a fully charged attack 0.5
CritChance Critical Chance criticalChance CriticalChance or criticalHitChance Number (float) ✔️ Attack's base critical chance as a decimal 0.25
CritMultiplier Critical Multiplier criticalMultiplier CriticalMultiplier or criticalHitDamageMultiplier Number (float) ✔️ Attack's base critical hit multiplier as a scalar 2.2
EffectDuration N/A N/A N/A Number (float) For special attacks, the time in seconds that a special effect lasts for (e.g. "Pox" wasn't found in Module:Weapons/data's toxin clouds or "Zenistar" wasn't found in Module:Weapons/data's disc) 5
ExplosionDelay Embed Delay N/A EmbedTime Number (float) For AoE attacks, the time in seconds between initial shot and explosion; the same as "Embed Delay" stat in-game 0.5
ExtraHeadshotDmg N/A N/A N/A Number (float) Additional bonus damage on headshots for weapons such as "Cernos Prime" wasn't found in Module:Weapons/data 0.5
Falloff Falloff N/A damageFallOff and damageFallOffMinDamage or ExplosionFallOff and DamageRadius Table (map of floats) Attack's base Damage Falloff stats; includes starting distance in meters when falloff multiplier comes into play, ending distance in meters when falloff multipler is at max reduction, and the maximum damage reduction as a decimal { StartRange = 0, EndRange = 5, Reduction = 0.5 }
FireRate Fire Rate fireRate fireRate (stored as a whole number representing number shots per minute, have to divide by 60s to get arsenal Fire Rate) Number (float) ✔️ Attack's base Fire Rate or Attack Speed multiplier 6.5
ForcedProcs N/A N/A ForcedProcs Table (array of strings) Attack's forced procs, if any { "Impact", "Slash" }
IsSilent Noise noise IsSilenced or SilentProjectile Boolean Whether or not an attack has a silent Noise Level; defaults to false true
MaxSpread N/A N/A AIMED_ACCURACY.Spread.SHOOTING.range[1] Number (float) Attack's maximum spread range. Arsenal accuracy is calculated as the inverse of the average spread multiplied by 100. 16
MinSpread N/A N/A AIMED_ACCURACY.Spread.SHOOTING.range[0] Number (float) Attack's minimum spread range. Arsenal accuracy is calculated as the inverse of the average spread multiplied by 100. 6
Multishot Multishot multishot fireIterations Number (integer) Attack's base Multishot value; defaults to 1 10
PunchThrough Punch Through N/A PunctureDepth or tracePunctureDepth Number (float) Attack's base Punch Through value in meters; defaults to 0 1.5
Range Range N/A traceDistance or DamageRadius Number (float) For maximum range of a particular attack in meters. For AoE attacks, the base radius of area of effect in meters. 40
ShotType N/A N/A HitType String ✔️ Attack's shot type (e.g. "Hit-Scan", "Projectile", and "AoE" for area of effects) Projectile
ShotSpeed N/A N/A KinematicMaxSpeed or ForwardVel Number (integer) For projectile attacks, the attack's maximum projectile speed in meters per second (not initial or minimum speed) 50
StatusChance Status procChance ProcChance Number (float) ✔️ Attack's base status chance as a decimal 0.2
SyndicateEffect N/A N/A N/A String For Syndicate weapons, the Syndicate Radial Effect that it has "Entropy"
Trigger Trigger trigger FireModes String For weapons with multiple Trigger Types, attack's trigger type "Semi-Auto"

Gun Entry Schema

["Long Gun Weapon Name"] = {
	_IgnoreEntry = true,
	_TooltipAttackDisplay = 1,
	Accuracy = 100,
	AmmoMax = 540,
	AmmoPickup = 1,
	Attacks = {
		{
			AttackName = "Normal Attack",
			AmmoCost = 0.5,
			BurstCount = 1,
			Damage = { Impact = 1, Puncture = 1, Slash = 1 },
			CritChance = 0.1,
			CritMultiplier = 1,
			StatusChance = 0.1,
			FireRate = 1.0,
			Falloff = { StartRange = 400, EndRange = 600, Reduction = 0.2 },
			ShotType = "Hit-Scan",
			ShotSpeed = 100,
			Trigger = "Semi-Auto"
		}
	},
	Class = "Sniper Rifle",
	Conclave = false,
	Disposition = 0.5,
	ExilusPolarity = "V",
	Family = "",
	Image = "Weapon.png",
	Introduced = "",
    Link = "Page Name",
	Magazine = 1,
	Mastery = 1,
	MaxRank = 30,
	Name = "Weapon Name",
	Polarities = {},
	Reload = 1,
	ReloadStyle = "Regenerate",
	SellPrice = 7500,
    Slot = "Primary",
	SniperComboMin = 1,
	SniperComboReset = 1,
	Spool = 5,
	Trigger = "Semi-Auto",
	Traits = { "Grineer" },
	Users = { },
	Zoom = { "2.0x", "4.0x" }
},
Key/Column Name Arsenal EN L10n Public Export Equivalent Internal Equivalent Data Type Required? Explanation/Description Example(s)
Accuracy Accuracy accuracy N/A Number (float) ✔️ Gun's base Accuracy value 100
AmmoMax Ammo Maximum N/A AmmoCapacity Number (integer) ✔️ Gun's base maximum reserve ammo (this excludes magazine size) 210 or 0 (represents infinite ammo, for weapons that don't use ammo)
AmmoPickup Ammo Pickup N/A AmmoPickUpCount Number (integer) Amount of ammo recovered after walking over an ammo pickup 1
Attacks N/A N/A AttackData, ExplosiveAttack, RadialDamage, EmbedAttack Table ✔️ Contains attack data for the weapon See #Attack Data Schema
Class N/A productCategory IsAbilityWeapon for Exalted Weapons, otherwise no direct equivalent String ✔️ Weapon class for modding or a subclass of the weapon in its equip slot; in the case of Exalted Weapons, it is just "Exalted Weapon" "Sniper Rifle"
CodexSecret N/A codexSecret CodexSecret Boolean Whether or not the weapon has an entry in the Codex before the player acquires it; defaults to false false
CompatibilityTags N/A N/A CompatibilityTags Table (array of strings) Tags that denote item compatibility. In other words, items with these tags can/cannot have a particular mod installed with the same tag. { "POWER_WEAPON" }
Conclave N/A N/A AvailableOnPvp Boolean Whether or not the weapon can be used in Conclave false
DefaultUpgrades N/A N/A DefaultUpgrades[1] Table (array of strings) Additional upgrades that are innate to the weapon { "/Lotus/Weapons/Grineer/KuvaLich/Upgrades/InnateDamageRandomMod" }
Disposition Riven Disposition omegaAttenuation OmegaAttenuation Number (float) ✔️ Riven Mod Disposition value 0.5
ExilusPolarity N/A N/A ArtifactSlots String Polarity on Exilus slot "Madurai"
Family N/A N/A N/A String Weapon family that it belongs to, corresponding to the Riven Mod compatibility "Latron"
IncarnonImage N/A N/A N/A String Image file name of the weapon in its Incarnon Form as uploaded to the wiki "Ack&BruntIncarnon.png"
Image N/A textureLocation Icon String ✔️ Image file name of the weapon as uploaded to the wiki "CrpBFG.png"
InternalName N/A uniqueName TypeName String ✔️ The full unique name of a weapon formatted as a file path "/Lotus/Weapons/MK1Series/MK1Paris"
Introduced N/A N/A N/A String ✔️ The game version in which the weapon was first introduced in the global build of WARFRAME "30.5" or "Specters of the Rail"
IsLichWeapon N/A N/A IsKuva Boolean Denotes whether or not a weapon is a Kuva or Tenet weapon true
Link N/A N/A N/A String ✔️ Page/article link to the weapon on the wiki "Artemis Bow (Weapon)"
Magazine Magazine magazineSize AmmoClipSize Number (integer) ✔️ Gun's base magazine size 45 or 0 (no magazine)
Mastery N/A masteryReq RequiredLevel Number (integer) ✔️ Mastery Rank requirement 5
MaxRank N/A N/A LevelCap Number (integer) Weapon's maximum rank 30
Name N/A name LocalizeTag String ✔️ Weapon's name "Primary Vermisplicer Chamber"
Polarities N/A N/A ArtifactSlots Table (array of strings) ✔️ Full names of the weapon's non-Universal polarities { "Naramon", "Madurai" }
Reload Reload reloadTime reloadTime or reloadEndTime, reloadLoopTime, reloadStartTime for by shell reloads Number (float) ✔️ Gun's base reload time in seconds 3.5
ReloadDelay N/A N/A HeavyBatteryRegenDelay Number (float) For rechargeable/battery weapons, the time in seconds after firing before magazine 'recharges' or is replenished. For "Vectis" wasn't found in Module:Weapons/data and "Exergis" wasn't found in Module:Weapons/data, the time in seconds after firing before reload animation starts. 0.5
ReloadDelayEmpty N/A N/A HeavyBatteryRegenDelayFromEmpty Number (float) For rechargeable/battery weapons, the time in seconds after fully depleting magazine before magazine 'recharges' or is replenished 1
ReloadRate N/A N/A HeavyBatteryRegenRate Number (float) For rechargeable/battery weapons, the rate at which magazine 'recharges' or is replenished per second 40
ReloadStyle N/A N/A N/A String Gun's unique reload type for weapons like "Cycron" wasn't found in Module:Weapons/data or "Corinth" wasn't found in Module:Weapons/data "Regenerate" or "ByRound"
SellPrice N/A N/A SellingPrice Number (integer) For sellable weapons, the sell price in Credits when removed from the player's inventory 25000
Slot N/A slot InventorySlot String ✔️ The weapon slot that the weapon can be equipped on; in the case of Exalted Weapons, it is just their modding class "Primary"
SniperComboMin N/A N/A HitReqNextTierOperator Number (integer) For sniper rifles, the minimum number of hits to gain combo bonus 1
SniperComboReset N/A N/A TimeBetweenHits Number (integer) For sniper rifles, the number of seconds after last hit before combo number goes down 3
Spool N/A N/A ContinuousMaxShots Number (integer) For auto-spool weapons, number of shots until weapon reaches max fire rate 5
Tradable N/A N/A TradeCapability Number (integer, enum) Whether or not a weapon is tradable to other players.
  • 0 or nil = not tradable
  • 1 = weapon itself is tradable only if it is unranked with no Forma and Orokin Catalyst installed
  • 2 = tradable parts and/or blueprint(s) but weapon itself is not tradable
  • 3 = indirectly tradable through trading Kuva Liches/Sisters of Parvos (Lich System in general)
  • 4 = only fully built components are tradable, not blueprints
  • 5 = for Robotic weapons that are indirectly tradable if parent companion is tradable
2
Trigger Trigger trigger FireModes String ✔️ Gun's Trigger Type "Auto" or "Auto / Burst"
Traits N/A N/A N/A Table (array of strings) Gun's categorical traits { "Grineer", "Wraith" }
Users N/A N/A N/A Table (array of strings) Name of NPCs that use this weapon { "Stalker", "Shadow Stalker" }
Zoom N/A N/A ZoomLevels Table (array of strings) The levels of zoom that the gun offers { "2.0x", "4.5x" }

Melee Entry Schema

["Melee Weapon Name"] = {
	_IgnoreEntry = true,
	_TooltipAttackDisplay = 1,
	Attacks = {
		{
            AttackName = "Normal Attack",
			Damage = { Impact = 1, Puncture = 1, Slash = 1 },
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 1
 		}
	},
	BlockAngle = 55,
	Class = "Two-Handed Nikana",
	ComboDur = 5,
	Conclave = false,
	Disposition = 0.5,
	Family = "Tatsu",
	FollowThrough = 0.7,
	HeavyAttack = 1284,
	HeavySlamAttack = 1070,
	HeavyRadialDmg = 1070,
	HeavySlamRadius = 8,
	Image = "Tatsu.png",
	Introduced = "",
    Link = "Page Name",
	Mastery = 1,
	MaxRank = 30,
	MeleeRange = 3,
	Name = "MeleeName",
	Polarities = { "Madurai" },
	SellPrice = 7500,
	SlamAttack = 642,
	SlamElement = "Heat",
	SlamRadialDmg = 214,
	SlamRadialElement = "Heat",
	SlamRadialProcs = { "Heat" },
	SlamRadius = 7,
	SlideAttack = 1,
 	Slot = "Melee",
	StancePolarity = "Madurai",
	SweepRadius = 0.25,
	Traits = { "Tenno" },
	WindUp = 0.7
},
Key/Column Name Arsenal EN L10n Public Export Equivalent Internal Equivalent Data Type Required? Explanation/Description Example(s)
Attacks N/A N/A AttackData, ExplosiveAttack, RadialDamage, EmbedAttack Table ✔️ Contains attack data for the weapon See #Attack Data Schema
BlockAngle Blocking Angle blockingAngle ParryAngle Number (integer) ✔️ Melee's base blocking angle in degrees 90
Class N/A productCategory parent, parents, or MeleeStyle String ✔️ Weapon class for modding or a subclass of the weapon in its equip slot; in the case of Exalted Weapons, it is just "Exalted Weapon" "Nikana"
CodexSecret N/A codexSecret CodexSecret Boolean Whether or not the weapon has an entry in the Codex before the player acquires it; defaults to false false
ComboDur Combo Duration comboDuration TimeBetweenHits Number (integer) Melee's base combo duration in seconds 5
CompatibilityTags N/A N/A CompatibilityTags Table (array of strings) Tags that denote item compatibility. In other words, items with these tags can/cannot have a particular mod installed with the same tag. { "POWER_WEAPON" }
Conclave N/A N/A AvailableOnPvp Boolean Whether or not the weapon can be used in Conclave false
DefaultUpgrades N/A N/A DefaultUpgrades Table (array of strings) Additional upgrades that are innate to the weapon { "/Lotus/Weapons/Grineer/KuvaLich/Upgrades/InnateDamageRandomMod" }
Disposition Riven Disposition omegaAttenuation OmegaAttenuation Number (float) ✔️ Riven Mod Disposition value 0.5
Family N/A N/A N/A String Weapon family that it belongs to, corresponding to the Riven Mod compatibility "Machete"
FollowThrough Follow Through followThrough N/A Number (float) ✔️ Melee's base follow through multiplier as a decimal 0.6
HeavyAttack Heavy Attack heavyAttackDamage N/A Number (float) ✔️ Melee's base heavy attack damage. For Kuva/Tenet weapons include minimum +25% Progenitor bonus in damage value. 1284
HeavySlamAttack Slam Attack heavySlamAttack N/A Number (float) ✔️ Melee's base heavy slam direct hit damage. For Kuva/Tenet weapons include minimum +25% Progenitor bonus in damage value. 1070
HeavyRadialDmg Slam Radial Damage heavySlamRadialDamage N/A Number (float) ✔️ Melee's base heavy slam radial attack damage. For Kuva/Tenet weapons include minimum +25% Progenitor bonus in damage value. 1070
HeavySlamRadius Slam Radius heavySlamRadius N/A Number (integer) ✔️ Melee's base heavy slam radius in meters 8
IncarnonImage N/A N/A N/A String Image file name of the weapon in its Incarnon Form as uploaded to the wiki "Ack&BruntIncarnon.png"
Image N/A textureLocation Icon String ✔️ Image file name of the weapon as uploaded to the wiki "Ankyros.png"
InternalName N/A uniqueName TypeName String ✔️ The full unique name of a weapon formatted as a file path "/Lotus/Weapons/MK1Series/MK1Furis"
Introduced N/A N/A N/A String ✔️ The game version in which the weapon was first introduced in the global build of WARFRAME "30.5" or "Specters of the Rail"
IsLichWeapon N/A N/A IsKuva Boolean Denotes whether or not a weapon is a Kuva or Tenet weapon true
Link N/A N/A N/A String ✔️ Page/article link to the weapon on the wiki "Exalted Blade (Weapon)"
Mastery N/A masteryReq RequiredLevel Number (integer) ✔️ Mastery Rank requirement 5
MaxRank N/A N/A LevelCap Number (integer) Weapon's maximum rank 30
MeleeRange Range range N/A Number (float) ✔️ Melee's base attack range in meters 2
Name N/A name LocalizeTag String ✔️ Weapon's name "Galatine Prime"
Polarities N/A N/A ArtifactSlots Table (array of strings) ✔️ Full names of the weapon's non-Universal polarities { "Naramon", "Madurai" }
SellPrice N/A N/A SellingPrice Number (integer) For sellable weapons, the sell price in Credits when removed from the player's inventory 25000
SlamAttack Slam Attack slamAttack N/A Number (float) ✔️ Melee's base normal slam direct hit damage. For Kuva/Tenet weapons include minimum +25% Progenitor bonus in damage value. 642
SlamElement N/A N/A N/A String Melee's base normal slam direct hit damage type "Heat"
SlamRadialDmg Slam Radial Damage slamRadialDamage N/A Number (float) ✔️ Melee's base normal slam radial damage. For Kuva/Tenet weapons include minimum +25% Progenitor bonus in damage value. 214
SlamRadialElement N/A N/A N/A String Melee's base normal slam radial attack damage type "Heat"
SlamRadialProcs N/A N/A N/A Table (array of strings) Melee's base normal slam radial attack forced proc(s) { "Heat" }
SlamRadius Slam Radius slamRadius N/A Number (integer) ✔️ Melee's base normal slam radius in meters 7
SlideAttack Slide Attack slideAttack N/A Number (float) ✔️ Melee's base slide attack damage. For Kuva/Tenet weapons include minimum +25% Progenitor bonus in damage value. 100
SlideElement N/A N/A N/A String Melee's base slide attack damage type "Toxin"
Slot N/A slot InventorySlot String ✔️ The weapon slot that the weapon can be equipped on; in the case of Exalted Weapons, it is just their modding class "Melee"
StancePolarity N/A N/A ArtifactSlots String ✔️ Polarity on Stance slot "Madurai"
SweepRadius N/A N/A SweepRadius Number (float) ✔️ Melee's sweep attack's (i.e. normal and heavy attacks) base hitbox radius in meters 0.25
Tradable N/A N/A TradeCapability Number (integer, enum) Whether or not a weapon is tradable to other players.
  • 0 or nil = not tradable
  • 1 = weapon itself is tradable only if it is unranked with no Forma and Orokin Catalyst installed
  • 2 = tradable parts and blueprint(s) but weapon itself is not tradable
  • 3 = indirectly tradable through trading Kuva Liches/Sisters of Parvos (Lich System in general)
  • 4 = only fully built components are tradable, not blueprints
2
Traits N/A N/A N/A Table (array of strings) Gun's categorical traits { "Grineer", "Wraith" }
Users N/A N/A N/A Table (array of strings) Name of NPCs that use this weapon { "Stalker", "Shadow Stalker" }
WindUp Wind Up windUp N/A Number (float) ✔️ Heavy attack wind-up time in seconds 0.5

For Module Use

Key/Column Name Data Type Required? Explanation/Description Example(s)
_IgnoreEntry Boolean For module use, indicates that this weapon table entry is special and should ignored when parsing table entries true
_IgnoreInCSV Boolean For module use, indicates that this weapon table entry should be ignored when outputting CSV (via Module:Weapons/csv) true
_IgnoreInMasteryCount Boolean For module use, indicates that this weapon table entry should be ignored when tallying up mastery totals true
_TooltipAttackDisplay Number For module use, tells what table entry in Attack table to use when processing weapon tooltips and comparing weapon variants in Comparison sections; 1 will be used if no value is assigned 4

Preprocessed Data

If you want data on the relative stat rankings (percentile-based) of each weapon for each weapon stat, see Module:Weapons/ppdata.

Export Data

CephalonSimaris
“Hunter, I have temporarily disabled that ability.”
This article contains JavaScript scripts that users can run locally in their browser's console or machine. As a warning, which goes for any scripts you copy/run from the Internet, MAKE SURE YOU UNDERSTAND THE CODE BEFORE RUNNING IT LOCALLY FOR YOUR OWN SECURITY! Contact an admin if you have any concerns or questions about a script.

Since this database is horizontally partitioned, if you want all the weapon table entries at once, go to Special:ExpandTemplates and run {{#invoke:LuaSerializer|serialize|Weapons/data}}. This will run the script on this page and return plaintext that contains a executable prettified Lua table with all the weapon table entries.

Alternatively, you can use MediaWiki's Action API to get the executed contents of this module:

Weapon Edge Cases

Some weapons have complicated mechanics or behaviors that are not currently compatible with the wiki's weapon entry schema:

  • "Tenet Diplos" wasn't found in Module:Weapons/data's lock-on mechanic while aiming has a ~0.5 second delay after the burst ends before being able to lock-on again. This delay is affected by Fire Rate bonuses. This delay is not the same as BurstDelay or BurstReloadDelay. Can be thought as the "delay between bursts that is not the reciprocal of Fire Rate".

Where To Source Weapon Data

Some notes on where editors can source weapon data:

  • In-game:
  • Outside of the game (without the need to launch the game):
    • Public Export's ExportWeapons manifest
    • https://overframe.gg/, go create a "New Build" and F12 to HTML source to find some internal JSON data on weapon. See the below section for more details.

Where To Find Weapon Metadata

The in-game UI does not thoroughly present all the data and interactions that is provided from a weapon. Here are some methods and sources to get more insight on the internal mechanics on weapons:

  • https://overframe.gg/ has access to more metadata than what Digital Extremes provide to the public. This JSON data is cached locally on the client in these tags: <script id="__NEXT_DATA__" type="application/json"></script>
    • For example, for more metadata on "Kuva Bramma" wasn't found in Module:Weapons/data, go create a new build https://overframe.gg/build/new/4245/kuva-bramma/ and inspect the HTML element on the page using your browser's development tools. The relevant metadata should be under the <script id="__NEXT_DATA__" type="application/json"></script> tags. If not, hard refresh the browser's cache so the underlying data is updated to reflect on the actual item.
      	"data": {
      		"AmmoCapacity": 5,
      		"AmmoClipSize": 1,
      		"ArtifactSlots": ["AP_UNIVERSAL", "AP_UNIVERSAL", "AP_UNIVERSAL", "AP_ATTACK", "AP_UNIVERSAL", "AP_UNIVERSAL", "AP_UNIVERSAL", "AP_UNIVERSAL", "AP_TACTIC", "AP_UNIVERSAL"],
      		"Behaviors": [{
      				"fire:LotusWeaponProjectileFireBehavior": {
      					"AIMED_ACCURACY": {
      						"Spread": {
      							"SHOOTING": {
      								"range": [0, 12],
      								"type": "ST_EXPONENTIAL"
      							}
      						}
      					},
      					"IgnoreFireIterations": 0,
      					"IsMeleeBehavior": 0,
      					"IsSilenced": 0,
      					"RoundUpAmmoConsumption": 0,
      					"ScaleAmmoRequirement": 0,
      					"UseAmmo": 1,
      					"ammoRequirement": 1,
      					"ammoType": "/Lotus/Weapons/Ammo/RifleAmmoEx",
      					"chargedProjectileType": {
      						"AttackData": {
      							"Amount": 187,
      							"HitType": "DHT_PROJECTILE",
      							"ProcChance": 0.21,
      							"Type": "DT_IMPACT"
      						},
      						"BounceOnAvatars": 0,
      						"CanStick": 1,
      						"ClusterProjectiles": {
      							"AttackData": {
      								"Amount": 49,
      								"HitType": "DHT_PROJECTILE",
      								"ProcChance": 0.21,
      								"Type": "DT_IMPACT"
      							},
      							"BounceOnAvatars": 0,
      							"CanStick": 1,
      							"CriticalChance": 0.35,
      							"CriticalMultiplier": 2.1,
      							"DamageRadius": 3.5,
      							"DealDamageThroughImpactBehavior": 1,
      							"EmbedAttack": {
      								"Amount": 0,
      								"Type": "DT_POISON"
      							},
      							"EmbedDeathAttack": {
      								"Amount": 35,
      								"Type": "DT_EXPLOSION"
      							},
      							"EmbedTime": [0.5, 0.5],
      							"ExplosionFallOff": 0.5,
      							"ExplosionIgnoreSource": 1,
      							"ExplosiveAttack": {
      								"Amount": 57,
      								"HitType": "DHT_RADIAL",
      								"ProcChance": 0.21
      							},
      							"MaxLife": 2
      						},
      						"CriticalChance": 0.35,
      						"CriticalMultiplier": 2.1,
      						"DamageRadius": 8.3,
      						"DealDamageThroughImpactBehavior": 1,
      						"EmbedAttack": {
      							"Amount": 0,
      							"Type": "DT_POISON"
      						},
      						"EmbedDeathAttack": {
      							"Amount": 175,
      							"HitType": "DHT_RADIAL"
      						},
      						"ExplosionFallOff": 0.9,
      						"ExplosiveAttack": {
      							"Amount": 839,
      							"HitType": "DHT_RADIAL",
      							"ProcChance": 0.21
      						},
      						"MaxLife": 5,
      						"NumClusterProjectiles": 3
      					},
      					"fireIterations": 1,
      					"projectileType": {
      						"AttackData": {
      							"Amount": 187,
      							"HitType": "DHT_PROJECTILE",
      							"ProcChance": 0.21,
      							"Type": "DT_IMPACT"
      						},
      						"BounceOnAvatars": 0,
      						"CanStick": 1,
      						"ClusterProjectiles": {
      							"AttackData": {
      								"Amount": 49,
      								"HitType": "DHT_PROJECTILE",
      								"ProcChance": 0.21,
      								"Type": "DT_IMPACT"
      							},
      							"BounceOnAvatars": 0,
      							"CanStick": 1,
      							"CriticalChance": 0.35,
      							"CriticalMultiplier": 2.1,
      							"DamageRadius": 3.5,
      							"DealDamageThroughImpactBehavior": 1,
      							"EmbedAttack": {
      								"Amount": 0,
      								"Type": "DT_POISON"
      							},
      							"EmbedDeathAttack": {
      								"Amount": 35,
      								"Type": "DT_EXPLOSION"
      							},
      							"EmbedTime": [0.5, 0.5],
      							"ExplosionFallOff": 0.5,
      							"ExplosionIgnoreSource": 1,
      							"ExplosiveAttack": {
      								"Amount": 57,
      								"HitType": "DHT_RADIAL",
      								"ProcChance": 0.21
      							},
      							"MaxLife": 2
      						},
      						"CriticalChance": 0.35,
      						"CriticalMultiplier": 2.1,
      						"DamageRadius": 8.3,
      						"DealDamageThroughImpactBehavior": 1,
      						"EmbedAttack": {
      							"Amount": 0,
      							"Type": "DT_POISON"
      						},
      						"EmbedDeathAttack": {
      							"Amount": 175,
      							"HitType": "DHT_RADIAL"
      						},
      						"ExplosionFallOff": 0.9,
      						"ExplosiveAttack": {
      							"Amount": 839,
      							"HitType": "DHT_RADIAL",
      							"ProcChance": 0.21
      						},
      						"MaxLife": 5,
      						"NumClusterProjectiles": 3
      					}
      				},
      				"fire:Type": "/Lotus/Types/Game/LotusWeaponProjectileFireBehavior",
      				"impact:LotusWeaponImpactBehavior": {
      					"AttackData": {
      						"Amount": 10,
      						"DT_IMPACT": 0.33333,
      						"DT_PUNCTURE": 0.33333,
      						"DT_SLASH": 0.33333,
      						"HitType": "DHT_NONE",
      						"ProcChance": 0.1,
      						"Type": "DT_PHYSICAL",
      						"UseNewFormat": 0
      					},
      					"PlayerDamageMultiplier": 1,
      					"PvpDamageMultiplier": 1,
      					"criticalHitChance": 0.2,
      					"criticalHitDamageMultiplier": 1.5,
      					"radius": 0
      				},
      				"impact:Type": "/Lotus/Types/Weapon/LotusWeaponImpactBehavior",
      				"state:ChargedRemoteMineStateBehavior": {
      					"AutoFireWhenChargeCompleted": 0,
      					"ChargeModifier": "WEAPON_FIRE_RATE",
      					"ChargeTime": 0.4,
      					"ClipSizeAffectsChargeTime": 0,
      					"DamageMultiplier": 1,
      					"IsAlternateFire": 0,
      					"LocTag": "/Lotus/Language/Menu/Loadout_TriggerCharge",
      					"MinChargeRatio": 1,
      					"MinDamageMultiplier": 1,
      					"fireRate": 40,
      					"reloadTime": 0.6
      				},
      				"state:Type": "/Lotus/Types/Weapon/ChargedRemoteMineStateBehavior"
      			}
      		],
      		"CompatibilityTags": ["PROJECTILE", "AOE", "SNIPER_AMMO", "SINGLESHOT", "GRNBOW"],
      		"EquipTime": 1.8,
      		"GripType": "BOW",
      		"HasClip": 0,
      		"Icon": "/Lotus/Interface/Icons/StoreIcons/Weapons/PrimaryWeapons/Weapons/KuvaGrnBow.png",
      		"InventorySlot": "SLOT_2",
      		"IsKuva": 1,
      		"LevelCap": 40,
      		"LocalizeDescTag": "/Lotus/Language/Weapons/KuvaGrnBowDesc",
      		"LocalizeTag": "/Lotus/Language/Weapons/KuvaGrnBowName",
      		"MarketMode": "MM_HIDDEN",
      		"OmegaAttenuation": 0.6,
      		"PVPAmmoClipSize": 1,
      		"PremiumPrice": 225,
      		"ProductCategory": "LongGuns",
      		"RequiredLevel": 15,
      		"SellingPrice": 7500,
      		"ZoomLevels": [{}
      		]
      	},
      	"id": 4245,
      	"parent": "/Lotus/Weapons/Tenno/Bows/LotusLongBow",
      	"parents": ["/Lotus/Weapons/Tenno/Bows/LotusLongBow", "/Lotus/Weapons/Tenno/Bows/LotusBow", "/Lotus/Weapons/Tenno/Rifle/LotusRifle", "/Lotus/Weapons/Tenno/LotusLongGun", "/Lotus/Weapons/Tenno/LotusBulletWeapon"],
      	"path": "/Lotus/Weapons/Grineer/Bows/GrnBow/GrnBowWeapon",
      	"storeData": {
      		"DisplayRecipe": "",
      		"PremiumPrice": 225,
      		"ProductCategory": "LongGuns",
      		"SearchTags": ["/Lotus/Language/Game/DT_EXPLOSION_NoIcon", "/Lotus/Language/Game/DT_IMPACT_NoIcon", "/Lotus/Language/Items/BowCategoryName", "/Lotus/Language/Items/RifleCategoryName", "/Lotus/Language/Items/SniperCategoryName"],
      		"SellingPrice": 7500,
      		"ShowInMarket": 0
      	},
      	"storeItemType": "/Lotus/StoreItems/Weapons/Grineer/Bows/GrnBow/GrnBowWeapon",
      	"tag": "Weapon",
      	"texture": "/Lotus/Interface/Icons/Store/KuvaGrnBow.png",
      	"texture_new": "/Lotus/Interface/Icons/StoreIcons/Weapons/PrimaryWeapons/Weapons/KuvaGrnBow.png"
      }
      

Data Validation

Validate data types of key-value pairs

Lua error in Module:Weapons/data/validate at line 326: bad argument #1 to 'pairs' (table expected, got string).

Checking missing keys

p.checkForMissingData(frame): There are a total of 36 key-value errors

  1. "Augments" does not have Attacks key
  2. "Augments" does not have a Class key
  3. "Augments" does not have Disposition key
  4. "Augments" does not have an Image key
  5. "Augments" does not have Introduced key
  6. "Augments" does not have Link key
  7. "Augments" does not have Mastery key
  8. "Augments" does not have Name key
  9. "Augments" does not have a Slot key
  10. "IgnoreInCount" does not have Attacks key
  11. "IgnoreInCount" does not have a Class key
  12. "IgnoreInCount" does not have Disposition key
  13. "IgnoreInCount" does not have an Image key
  14. "IgnoreInCount" does not have Introduced key
  15. "IgnoreInCount" does not have Link key
  16. "IgnoreInCount" does not have Mastery key
  17. "IgnoreInCount" does not have Name key
  18. "IgnoreInCount" does not have a Slot key
  19. "Stances" does not have Attacks key
  20. "Stances" does not have a Class key
  21. "Stances" does not have Disposition key
  22. "Stances" does not have an Image key
  23. "Stances" does not have Introduced key
  24. "Stances" does not have Link key
  25. "Stances" does not have Mastery key
  26. "Stances" does not have Name key
  27. "Stances" does not have a Slot key
  28. "Weapons" does not have Attacks key
  29. "Weapons" does not have a Class key
  30. "Weapons" does not have Disposition key
  31. "Weapons" does not have an Image key
  32. "Weapons" does not have Introduced key
  33. "Weapons" does not have Link key
  34. "Weapons" does not have Mastery key
  35. "Weapons" does not have Name key
  36. "Weapons" does not have a Slot key

Validate Attack tables

Lua error in Module:Weapons/data/validate at line 408: bad argument #1 to 'pairs' (table expected, got nil).

Validate required weapon table keys

Lua error in Module:Weapons/data/validate at line 426: attempt to index field 'Class' (a nil value).

Weapon Data


  1. As of Hotfix 32.0.12 (2022-10-12), this may not be accurate (last checked 2022-11-01 and first noticed a weapon data schema change ~2 months ago). This key is absent on most weapons and if it is present, then equivalent data is under UpgradeType key like for "Tatsu Prime" wasn't found in Module:Weapons/data (see script tag with id "__NEXT_DATA__" under HTML source on https://overframe.gg/build/new/5979/tatsu-prime/). Treat this information as speculation however.
--Far more complete now, but still missing lots of data
--Hey! You! You wanna help the wiki? Go fetch the data from your favorite weapon and make sure it's all here and up to date.
--Try to use an example of how things are entered if you're not quie sure what to do.
--(Oh, order doesn't matter, but spelling and capitalization do
--      so for example it doesn't matter if Disposition is first or last)
--Thanks, you're awesome
--User:Falterfire

local WeaponData =
{
--Special list of things to be ignored when counting
--Currently just for Dark Split-Sword & Rampart, but may be needed again later
--Pretty much used to avoid screwing up the Mastery Rank list
["IgnoreInCount"] = {"Rampaduart", "Dark Split-Sword (Heavy Blade)"},
["Weapons"] = {
    ["Ack & Brunt"] = {
		BlockResist = 0.85,
		Class = "Sword and Shield",
		Conclave = true,
		Cost = {
			Credits = 65000,
			BPCost = 15000,
			MarketCost = 150,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Detonite Injector",Type = "Resource",Count = 5,},
				{ Name = "Salvage",Type = "Resource",Count = 7500,},
				{ Name = "Cryotic",Type = "Resource",Count = 3300,},
				{ Name = "Forma",Type = "Item",Count = 1,},},
		},
		Disposition = 3,
		Image = "RegorAxeShield.png",
		Introduced = "[[Update 17#Update 17.0|Update 17.0]]",
		JumpAttack = 50,
		Mastery = 3,
		Name = "Ack & Brunt",
		NormalAttack = {
			Damage = {
				["Impact"] = 5,
				["Puncture"] = 5,
				["Slash"] = 40,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 0.833,
		},
		SlideAttack = 107,
		StancePolarity = "V",
		Type = "Melee",
		Users = {"[[Tyl Regor]]", "[[Executioners/Gorth|Gorth]]"},
		WallAttack = 200,
	},
	["Amphis"] = {
		BlockResist = 0.6,
		Class = "Staff",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 150,
			Rush = 45,
			Time = 12,
			Parts = {
				{ Name = "Neurodes",Type = "Resource",Count = 2,},
				{ Name = "Salvage",Type = "Resource",Count = 500,},
				{ Name = "Circuits",Type = "Resource",Count = 600,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 600,},},
		},
		Disposition = 5,
		Image = "DEAmphis.png",
		Introduced = "[[Update 6#Update 6.5|Update 6.5]]",
		JumpAttack = 40,
		JumpElement = "Electricity",
		JumpRadius = 5,
		Mastery = 0,
		Name = "Amphis",
		NormalAttack = {
			Damage = {
				["Impact"] = 38.5,
				["Puncture"] = 8.3,
				["Slash"] = 8.2,},
			CritChance = 0.075,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 1.25,
		},
		Polarities = {"Bar"},
		SlideAttack = 75,
		Stagger = "Yes",
		StancePolarity = "V",
		Type = "Melee",
		Users = {"[[Executioners/Dok Thul|Dok Thul]]", "[[Guardsman]]"},
		WallAttack = 92,
	},
	["Anku"] = {
		BlockResist = 0.85,
		Class = "Scythe",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 225,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Gallium",Type = "Resource",Count = 2,},
				{ Name = "Salvage",Type = "Resource",Count = 800,},
				{ Name = "Circuits",Type = "Resource",Count = 200,},
				{ Name = "Morphics",Type = "Resource",Count = 4,},},
		},
		Disposition = 5,
		Image = "ParisScythe.png",
		Introduced = "[[Update 16#Update 16.7|Update 16.7]]",
		JumpAttack = 140,
		Mastery = 3,
		Name = "Anku",
		NormalAttack = {
			Damage = {
				["Impact"] = 10.5,
				["Puncture"] = 56,
				["Slash"] = 3.5,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 1.08,
		},
		Polarities = {"V"},
		SlideAttack = 140,
		StancePolarity = "Ability",
		Type = "Melee",
		Users = {"[[Junction|Valkyr Specter]]"},
		WallAttack = 140,
	},
	["Ankyros"] = {
		BlockResist = 0.85,
		Class = "Fist",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 125,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Nano Spores",Type = "Resource",Count = 900,},
				{ Name = "Salvage",Type = "Resource",Count = 900,},
				{ Name = "Ferrite",Type = "Resource",Count = 600,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 450,},},
		},
		Disposition = 5,
		Family = "Ankyros",
		Image = "Ankyros.png",
		Introduced = "[[Update 7#Update 7.8|Update 7.8]]",
		JumpAttack = 60,
		Mastery = 0,
		Name = "Ankyros",
		NormalAttack = {
			Damage = {
				["Impact"] = 21,
				["Puncture"] = 4.5,
				["Slash"] = 4.5,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 1.17,
		},
		SlideAttack = 90,
		StancePolarity = "D",
		Type = "Melee",
		WallAttack = 90,
	},
	["Ankyros Prime"] = {
		BlockResist = 0.85,
		Class = "Fist",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Blade",Type = "PrimePart",Count = 2,},
				{ Name = "Gauntlet",Type = "PrimePart",Count = 2,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 10,},},
		},
		Disposition = 5,
		Family = "Ankyros",
		Image = "PrimeAnkyros.png",
		Introduced = "[[Update 12#Update 12.4|Update 12.4]]",
		JumpAttack = 76,
		Mastery = 0,
		Name = "Ankyros Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 26.6,
				["Puncture"] = 5.7,
				["Slash"] = 5.7,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.15,
			FireRate = 1.25,
		},
		Polarities = {"V", "V"},
		SlideAttack = 114,
		StancePolarity = "R",
		Traits = {"Prime", "Vaulted"},
		Type = "Melee",
		WallAttack = 114,
	},
	["Arca Titron"] = {
		BlockResist = 0.85,
		Class = "Hammer",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 30000,
			MarketCost = 180,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},
				{ Name = "Gallium",Type = "Resource",Count = 6,},
				{ Name = "Circuits",Type = "Resource",Count = 2150,},
				{ Name = "Ferrite",Type = "Resource",Count = 1200,},},
		},
		Disposition = 3,
		Family = "Arca",
		Image = "CrpHammer.png",
		Introduced = "[[Update 21#Update 21.7|Update 21.7]]",
		JumpAttack = 360,
		Mastery = 10,
		Name = "Arca Titron",
		NormalAttack = {
			Damage = {
				["Impact"] = 117,
				["Puncture"] = 0,
				["Slash"] = 63,},
			CritChance = 0.24,
			CritMultiplier = 2,
			StatusChance = 0.38,
			FireRate = 0.733,
		},
		Polarities = {"V", "Bar"},
		SlideAttack = 360,
		StancePolarity = "V",
		Type = "Melee",
		WallAttack = 360,
	},
	["Atterax"] = {
		BlockResist = 0.35,
		Class = "Whip",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 175,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Salvage",Type = "Resource",Count = 1500,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 800,},
				{ Name = "Rubedo",Type = "Resource",Count = 200,},
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},},
		},
		Disposition = 1,
		Image = "GrineerWhip.png",
		Introduced = "[[Update 14#Update 14.7|Update 14.7]]",
		JumpAttack = 90,
		Mastery = 2,
		Name = "Atterax",
		NormalAttack = {
			Damage = {
				["Impact"] = 2.25,
				["Puncture"] = 2.25,
				["Slash"] = 40.5,},
			CritChance = 0.25,
			CritMultiplier = 3,
			StatusChance = 0.2,
			FireRate = 0.917,
		},
		SlideAttack = 96,
		StancePolarity = "D",
		Type = "Melee",
		WallAttack = 180,
	},
	["Bo"] = {
		BlockResist = 0.6,
		Class = "Staff",
		Conclave = true,
		Cost = {
			Credits = 15000,
			BPCost = 15000,
			MarketCost = 65,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Orokin Cell",Type = "Resource",Count = 1,},
				{ Name = "Salvage",Type = "Resource",Count = 900,},
				{ Name = "Ferrite",Type = "Resource",Count = 600,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 150,},},
		},
		Disposition = 4,
		Family = "Bo",
		Image = "BoStaff.png",
		Introduced = "[[Closed beta updates#Vanilla|Vanilla]]",
		JumpAttack = 100,
		Mastery = 0,
		Name = "Bo",
		NormalAttack = {
			Damage = {
				["Impact"] = 45,
				["Puncture"] = 5,},
			CritChance = 0.125,
			CritMultiplier = 2,
			StatusChance = 0.2,
			FireRate = 1,
		},
		Polarities = {"D"},
		SlideAttack = 107,
		Stagger = "Yes",
		StancePolarity = "R",
		Type = "Melee",
		WallAttack = 83,
	},
	["Bo Prime"] = {
		BlockResist = 0.6,
		Class = "Staff",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Ornament",Type = "PrimePart",Count = 2,},
				{ Name = "Handle",Type = "PrimePart",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 10,},},
		},
		Disposition = 4,
		Family = "Bo",
		Image = "PrimeBo.png",
		Introduced = "[[Update 13#Update 13.7|Update 13.7]]",
		JumpAttack = 150,
		Mastery = 5,
		Name = "Bo Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 67.5,
				["Puncture"] = 7.5,},
			CritChance = 0.125,
			CritMultiplier = 2,
			StatusChance = 0.25,
			FireRate = 1.08,
		},
		Polarities = {"D", "V"},
		SlideAttack = 161,
		Stagger = "Yes",
		StancePolarity = "R",
		Traits = {"Prime", "Vaulted"},
		Type = "Melee",
		WallAttack = 125,
	},
	["Boltace"] = {
		BlockResist = 0.6,
		Class = "Tonfa",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 200,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Boltor",Type = "Weapon",Count = 1,},
				{ Name = "Kronen",Type = "Weapon",Count = 1,},
				{ Name = "Gallium",Type = "Resource",Count = 2,},},
		},
		Disposition = 3,
		Family = "Boltace",
		Image = "Boltonfa.png",
		Introduced = "[[Update 16#Update 16.5|Update 16.5]]",
		JumpAttack = 170,
		Mastery = 2,
		Name = "Boltace",
		NormalAttack = {
			Damage = {
				["Impact"] = 8.5,
				["Puncture"] = 68,
				["Slash"] = 8.5,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.25,
			FireRate = 0.917,
		},
		SlideAttack = 510,
		StancePolarity = "V",
		Type = "Melee",
		Users = {"[[Junction|Loki Specter]]"},
		WallAttack = 340,
	},
	["Broken Scepter"] = {
		BlockResist = 0.6,
		Class = "Staff",
		Conclave = true,
		Disposition = 4,
		Image = "GrnQueenSceptre.png",
		Introduced = "[[Update 19#Update: The War Within|Update: The War Within]]",
		JumpAttack = 120,
		Mastery = 5,
		Name = "Broken Scepter",
		NormalAttack = {
			Damage = {
				["Impact"] = 42,
				["Puncture"] = 6,
				["Slash"] = 12,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.3,
			FireRate = 1.25,
		},
		Polarities = {"Bar"},
		SlideAttack = 129,
		StancePolarity = "R",
		Type = "Melee",
		WallAttack = 100,
	},
	["Broken War"] = {
		BlockResist = 0.6,
		Class = "Sword",
		Conclave = true,
		Cost = {
			Credits = 20000,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Forma",Type = "Item",Count = 1,},
				{ Name = "Nitain Extract",Type = "Resource",Count = 2,},
				{ Name = "Hilt",Type = "Item",Count = 1,},
				{ Name = "Blade",Type = "Item",Count = 2,},},
		},
		Disposition = 2,
		Image = "StalkerTwoSword.png",
		Introduced = "[[Update 18#Update 18.0|Update 18.0]]",
		JumpAttack = 180,
		Mastery = 10,
		Name = "Broken War",
		NormalAttack = {
			Damage = {
				["Impact"] = 9,
				["Puncture"] = 9,
				["Slash"] = 72,},
			CritChance = 0.15,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 1,
		},
		Polarities = {"V", "Bar"},
		SlideAttack = 193,
		StancePolarity = "V",
		Type = "Melee",
		WallAttack = 360,
	},
	["Cassowar"] = {
	    BlockResist = 0.85,
	    Class = "Polearm",
	    Conclave = false,
	    Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 180,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Forma",Type = "Item",Count = 1,},
				{ Name = "Rubedo",Type = "Resource",Count = 1000,},
				{ Name = "Salvage",Type = "Resource",Count = 5700,},
				{ Name = "Oxium",Type = "Resource",Count = 150,},},
		},
	    Disposition = 3,
	    Image = "Cassowar.png",
		Introduced = "[[Update 22#Update 22.4|Update 22.4]]",
	    JumpAttack = 140,
	    Mastery = 5,
	    Name = "Cassowar",
	    NormalAttack = {
			Damage = {
				["Impact"] = 15.4,
				["Puncture"] = 23.8,
				["Slash"] = 30.8,},
			CritChance = 0.06,
			CritMultiplier = 1.4,
			StatusChance = 0.28,
			FireRate = 1.17,
		},
		Polarities = {"V", "D"},
		SlideAttack = 156,
		StancePolarity = "Ability",
		Type = "Melee",
		WallAttack = 117,
    },
	["Caustacyst"] = {
		BlockResist = 0.85,
		Class = "Scythe",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 50000,
			MarketCost = 230,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Mutagen Mass",Type = "Resource",Count = 10,},
				{ Name = "Ferrite",Type = "Resource",Count = 15000,},
				{ Name = "Plastids",Type = "Resource",Count = 400,},
				{ Name = "Nitain",Type = "Resource",Count = 5,},},
		},
		Disposition = 4,
		Image = "EmbolistScythe.png",
		Introduced = "[[Update 19#Update: The Index Preview|The Index Preview]]",
		JumpAttack = 150,
		JumpElement = "Corrosive",
		Mastery = 7,
		Name = "Caustacyst",
		NormalAttack = {
			Damage = {
				["Corrosive"] = 75,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.3,
			FireRate = 1,
		},
		Polarities = {"V"},
		SlideAttack = 150,
		SlideElement = "Corrosive",
		StancePolarity = "Ability",
		Type = "Melee",
		WallAttack = 150,
		WallElement = "Corrosive",
	},
	["Ceramic Dagger"] = {
		BlockResist = 0.35,
		Class = "Dagger",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Gallium",Type = "Resource",Count = 4,},
				{ Name = "Ferrite",Type = "Resource",Count = 500,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 500,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 600,},},
		},
		Disposition = 5,
		Image = "Cronus.png",
		Introduced = "[[Update 5#Update 5.0|Update 5.0]]",
		JumpAttack = 70,
		Mastery = 3,
		Name = "Ceramic Dagger",
		NormalAttack = {
			Damage = {
				["Impact"] = 3.5,
				["Puncture"] = 31.5,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 1,
		},
		Polarities = {"V"},
		SlideAttack = 75,
		StancePolarity = "V",
		Type = "Melee",
		WallAttack = 105,
	},
	["Cerata"] = {
		BlockResist = 0.35,
		ChargedThrowAttack = {
			Damage = {
				["Impact"] = 42,
				["Puncture"] = 336,
				["Slash"] = 42,
				["Toxin"] = 220,},
			StatusChance = 0.33,
			CritChance = 0.15,
			CritMultiplier = 2,
			PunchThrough = 1,
		},
		Class = "Glaive",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 50000,
			MarketCost = 150,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Mutagen Mass",Type = "Resource",Count = 4,},
				{ Name = "Cryotic",Type = "Resource",Count = 2500,},
				{ Name = "Plastids",Type = "Resource",Count = 1200,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 5,
		Image = "PunctureGlaive.png",
		Introduced = "[[Update 17#Update 17.9|Update 17.9]]",
		JumpAttack = 88,
		JumpElement = "Toxin",
		Mastery = 3,
		Name = "Cerata",
		NormalAttack = {
			Damage = {
				["Toxin"] = 44,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.3,
			FireRate = 1,
			ShotType = "Thrown",
			ShotSpeed = 35,
		},
		Polarities = {"V", "D"},
		SlideAttack = 220,
		SlideElement = "Toxin",
		StancePolarity = "Bar",
		ThrowAttack = {
			Damage = {
				["Impact"] = 20,
				["Puncture"] = 160,
				["Slash"] = 20,
				["Toxin"] = 150,},
			StatusChance = 0.3,
			CritChance = 0.15,
			CritMultiplier = 2,
		},
		Type = "Melee",
		WallAttack = 132,
		WallElement = "Toxin",
	},
	["Cronus"] = {
		BlockResist = 0.6,
		Class = "Sword",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 1,},
				{ Name = "Ferrite",Type = "Resource",Count = 500,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 75,},},
		},
		Disposition = 5,
		Image = "Cronus.png",
		Introduced = "[[Closed beta updates#Vanilla|Vanilla]]",
		JumpAttack = 70,
		Mastery = 0,
		Name = "Cronus",
		NormalAttack = {
			Damage = {
				["Impact"] = 10.5,
				["Puncture"] = 5.3,
				["Slash"] = 19.2,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 0.917,
		},
		Polarities = {"V"},
		SlideAttack = 75,
		StancePolarity = "V",
		Type = "Melee",
		WallAttack = 140,
	},
	["Dakra Prime"] = {
		BlockResist = 0.6,
		Class = "Sword",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Blade",Type = "PrimePart",Count = 1,},
				{ Name = "Handle",Type = "PrimePart",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 15,},},
		},
		Disposition = 4,
		FinisherDamage = 120,
		Image = "SwordPrime.png",
		Introduced = "[[Update 10#Update 10.0|Update 10.0]]",
		JumpAttack = 120,
		Mastery = 6,
		Name = "Dakra Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 6,
				["Puncture"] = 6,
				["Slash"] = 48,},
			CritChance = 0.15,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 1,
		},
		Polarities = {"V", "Bar"},
		SlideAttack = 129,
		StancePolarity = "V",
		Traits = {"Prime", "Vaulted"},
		Type = "Melee",
		WallAttack = 240,
	},
	["Dark Dagger"] = {
		BlockResist = 0.35,
		Class = "Dagger",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Neurodes",Type = "Resource",Count = 2,},
				{ Name = "Ferrite",Type = "Resource",Count = 500,},
				{ Name = "Plastids",Type = "Resource",Count = 500,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 300,},},
		},
		Disposition = 1,
		Image = "DarkDagger.png",
		Introduced = "[[Update 5#Update 5.0|Update 5.0]]",
		JumpAttack = 70,
		JumpElement = "Radiation",
		Mastery = 0,
		Name = "Dark Dagger",
		NormalAttack = {
			Damage = {
				["Radiation"] = 35,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 0.917,
		},
		SlideAttack = 75,
		SlideElement = "Radiation",
		StancePolarity = "R",
		Type = "Melee",
		WallAttack = 105,
		WallElement = "Radiation",
	},
	["Dark Split-Sword (Dual Swords)"] = {
		BlockResist = 0.6,
		Class = "Dual Swords",
		Conclave = true,
		Disposition = 4,
		Image = "DarkSwordDaggerHybrid.png",
		Introduced = "[[Update 18#Update 18.14|Update 18.14]]",
		JumpAttack = 130,
		Mastery = 5,
		Name = "Dark Split-Sword (Dual Swords)",
		NormalAttack = {
			Damage = {
				["Radiation"] = 65,},
			CritChance = 0.25,
			CritMultiplier = 2.5,
			StatusChance = 0.15,
			FireRate = 1.17,
		},
		Polarities = {"V"},
		SlideAttack = 390,
		StancePolarity = "Ability",
		Type = "Melee",
		WallAttack = 260,
	},
	["Dark Split-Sword (Heavy Blade)"] = {
		BlockResist = 0.85,
		Class = "Heavy Blade",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 225,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Dual Skana",Type = "Weapon",Count = 1,},
				{ Name = "Forma",Type = "Item",Count = 1,},
				{ Name = "Rubedo",Type = "Resource",Count = 1200,},
				{ Name = "Mutagen Mass",Type = "Resource",Count = 10,},},
		},
		Disposition = 4,
		Image = "DarkSwordDaggerHybrid.png",
		Introduced = "[[Update 18#Update 18.14|Update 18.14]]",
		JumpAttack = 180,
		Mastery = 5,
		Name = "Dark Split-Sword (Heavy Blade)",
		NormalAttack = {
			Damage = {
				["Radiation"] = 90,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.25,
			FireRate = 0.917,
		},
		Polarities = {"V"},
		SlideAttack = 180,
		StancePolarity = "Ability",
		Type = "Melee",
		WallAttack = 180,
	},
	["Dark Sword"] = {
		BlockResist = 0.6,
		Class = "Sword",
		Conclave = true,
		Cost = {
			Credits = 20000,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Neurodes",Type = "Resource",Count = 2,},
				{ Name = "Ferrite",Type = "Resource",Count = 800,},
				{ Name = "Plastids",Type = "Resource",Count = 200,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 75,},},
		},
		Disposition = 5,
		Image = "DarkSword.png",
		Introduced = "[[Update 5#Update 5.0|Update 5.0]]",
		JumpAttack = 74,
		JumpElement = "Radiation",
		JumpRadius = 3,
		Mastery = 0,
		Name = "Dark Sword",
		NormalAttack = {
			Damage = {
				["Radiation"] = 37,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 0.833,
		},
		SlideAttack = 79,
		SlideElement = "Radiation",
		StancePolarity = "R",
		Type = "Melee",
		WallAttack = 148,
		WallElement = "Radiation",
	},
	["Destreza"] = {
		BlockResist = 0.35,
		Class = "Rapier",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 25000,
			MarketCost = 175,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Alloy Plate",Type = "Resource",Count = 10000,},
				{ Name = "Plastids",Type = "Resource",Count = 1700,},
				{ Name = "Nitain Extract",Type = "Resource",Count = 5,},
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},},
		},
		Disposition = 4,
		Image = "TnoRapier.png",
		Introduced = "[[Update 18#Update 18.3|Update 18.3]]",
		JumpAttack = 150,
		Mastery = 7,
		Name = "Destreza",
		NormalAttack = {
			Damage = {
				["Impact"] = 1.9,
				["Puncture"] = 63.8,
				["Slash"] = 9.4,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.05,
			FireRate = 1,
		},
		Polarities = {"V"},
		SlideAttack = 161,
		StancePolarity = "Bar",
		Type = "Melee",
		Users = {"[[Violence]]"},
		WallAttack = 300,
	},
	["Dex Dakra"] = {
		BlockResist = 0.6,
		Class = "Dual Swords",
		Conclave = true,
		Disposition = 4,
		Image = "DexDakra.png",
		Introduced = "[[Update 16#Update 16.1.2|Update 16.1.2]]",
		JumpAttack = 130,
		Mastery = 0,
		Name = "Dex Dakra",
		NormalAttack = {
			Damage = {
				["Impact"] = 6.5,
				["Puncture"] = 6.5,
				["Slash"] = 52,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.2,
			FireRate = 0.883,
		},
		Polarities = {"Bar"},
		SlideAttack = 390,
		StancePolarity = "Ability",
		Type = "Melee",
		WallAttack = 260,
	},
	["Dragon Nikana"] = {
		BlockResist = 0.85,
		Class = "Nikana",
		Conclave = true,
		Cost = {
			Credits = 5000,
			BPCost = 30000,
			MarketCost = 275,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Argon Crystal",Type = "Resource",Count = 1,},
				{ Name = "Oxium",Type = "Resource",Count = 75,},
				{ Name = "Nikana",Type = "Weapon",Count = 1,},},
		},
		Disposition = 5,
		Image = "DragonKatana.png",
		Introduced = "[[Update 13#Update 13.0|Update 13.0]]",
		JumpAttack = 170,
		Mastery = 8,
		Name = "Dragon Nikana",
		NormalAttack = {
			Damage = {
				["Impact"] = 4.25,
				["Puncture"] = 8.5,
				["Slash"] = 72.25,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.15,
			FireRate = 1,
		},
		Polarities = {"V", "D"},
		SlideAttack = 182,
		StancePolarity = "V",
		Type = "Melee",
		WallAttack = 182,
	},
	["Dual Cleavers"] = {
		BlockResist = 0.85,
		Class = "Dual Swords",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 25000,
			MarketCost = 225,
			Rush = 40,
			Time = 12,
			Parts = {
				{ Name = "Gallium",Type = "Resource",Count = 5,},
				{ Name = "Salvage",Type = "Resource",Count = 1000,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 800,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 1200,},},
		},
		Disposition = 3,
		Family = "Dual Cleavers",
		FinisherDamage = 55,
		Image = "Dual Cleavers.png",
		Introduced = "[[Update 8#Update 8.0|Update 8.0]]",
		JumpAttack = 70,
		Mastery = 3,
		Name = "Dual Cleavers",
		NormalAttack = {
			Damage = {
				["Impact"] = 5.25,
				["Puncture"] = 5.25,
				["Slash"] = 24.5,},
			CritChance = 0.25,
			CritMultiplier = 3,
			StatusChance = 0.1,
			FireRate = 0.833,
		},
		Polarities = {"V"},
		SlideAttack = 210,
		StancePolarity = "Bar",
		Type = "Melee",
		Users = {"[[Butcher]] (single blade)", "[[Corrupted Butcher]] (single blade)"},
		WallAttack = 140,
	},
	["Dual Ether"] = {
		BlockResist = 0.6,
		Class = "Dual Swords",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 175,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 3,},
				{ Name = "Salvage",Type = "Resource",Count = 900,},
				{ Name = "Ferrite",Type = "Resource",Count = 850,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 800,},},
		},
		Disposition = 5,
		Image = "Dual_Ether.png",
		Introduced = "[[Update 7#Update 7.7.3|Update 7.7.3]]",
		JumpAttack = 80,
		Mastery = 0,
		Name = "Dual Ether",
		NormalAttack = {
			Damage = {
				["Impact"] = 6,
				["Puncture"] = 6,
				["Slash"] = 28,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 1,
		},
		SlideAttack = 240,
		Stagger = "Yes",
		StancePolarity = "Ability",
		Type = "Melee",
		WallAttack = 160,
	},
	["Dual Heat Swords"] = {
		BlockResist = 0.6,
		Class = "Dual Swords",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 175,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 2,},
				{ Name = "Salvage",Type = "Resource",Count = 900,},
				{ Name = "Ferrite",Type = "Resource",Count = 1000,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 700,},},
		},
		Disposition = 5,
		Image = "DualHeat.png",
		Introduced = "[[Update 6#Update 6.2|Update 6.2]]",
		JumpAttack = 90,
		JumpElement = "Heat",
		JumpRadius = 5,
		Mastery = 0,
		Name = "Dual Heat Swords",
		NormalAttack = {
			Damage = {
				["Impact"] = 6.75,
				["Puncture"] = 6.75,
				["Slash"] = 31.5,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 0.917,
		},
		Polarities = {"Bar"},
		SlideAttack = 270,
		Type = "Melee",
		WallAttack = 180,
	},
	["Dual Ichor"] = {
		BlockResist = 0.6,
		Class = "Dual Swords",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 50000,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Mutagen Mass",Type = "Resource",Count = 4,},
				{ Name = "Circuits",Type = "Resource",Count = 1200,},
				{ Name = "Salvage",Type = "Resource",Count = 15000,},
				{ Name = "Forma",Type = "Item",Count = 1,},},
		},
		Disposition = 4,
		FinisherDamage = 55,
		Image = "DualInfestedAxes.png",
		Introduced = "[[Update 10#Update 10.0|Update 10.0]]",
		JumpAttack = 70,
		JumpElement = "Toxin",
		Mastery = 6,
		Name = "Dual Ichor",
		NormalAttack = {
			Damage = {
				["Toxin"] = 35,},
			CritChance = 0.25,
			CritMultiplier = 3,
			StatusChance = 0.15,
			FireRate = 1.08,
		},
		Polarities = {"D"},
		SlideAttack = 210,
		SlideElement = "Toxin",
		StancePolarity = "Ability",
		Type = "Melee",
		WallAttack = 140,
		WallElement = "Toxin",
	},
	["Dual Kamas"] = {
		BlockResist = 0.6,
		Class = "Dual Swords",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 40000,
			MarketCost = 175,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Kama",Type = "Weapon",Count = 1,},
				{ Name = "Kama",Type = "Weapon",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 1,},},
		},
		Disposition = 2,
		Family = "Dual Kamas",
		Image = "DEDualKamas.png",
		Introduced = "[[Update 11#Update 11.1|Update 11.1]]",
		JumpAttack = 84,
		Mastery = 1,
		Name = "Dual Kamas",
		NormalAttack = {
			Damage = {
				["Impact"] = 2.1,
				["Puncture"] = 4.2,
				["Slash"] = 35.7,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.075,
			FireRate = 1.17,
		},
		SlideAttack = 252,
		StancePolarity = "Bar",
		Type = "Melee",
		WallAttack = 168,
	},
	["Dual Kamas Prime"] = {
		BlockResist = 0.6,
		Class = "Dual Swords",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 10,
			Time = 12,
			Parts = {
				{ Name = "Blade",Type = "PrimePart",Count = 2,},
				{ Name = "Handle",Type = "PrimePart",Count = 2,},},
		},
		Disposition = 2,
		Family = "Dual Kamas",
		Image = "DualKamasPrime.png",
		Introduced = "[[Update 17#Update 17.6|Update 17.6]]",
		JumpAttack = 140,
		Mastery = 6,
		Name = "Dual Kamas Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 3.5,
				["Puncture"] = 14,
				["Slash"] = 52.5,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.2,
			FireRate = 1.17,
		},
		Polarities = {"V"},
		SlideAttack = 420,
		StancePolarity = "Bar",
		Traits = {"Prime"},
		Type = "Melee",
		WallAttack = 280,
	},
	["Dual Raza"] = {
		BlockResist = 0.6,
		Class = "Dual Swords",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 175,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Dual Kamas",Type = "Weapon",Count = 1,},
				{ Name = "Cryotic",Type = "Resource",Count = 200,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 200,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 1,},},
		},
		Disposition = 5,
		Image = "SomaDualKamas.png",
		Introduced = "[[Update 16#Update 16.3|Update 16.3]]",
		JumpAttack = 96,
		Mastery = 6,
		Name = "Dual Raza",
		NormalAttack = {
			Damage = {
				["Impact"] = 4.8,
				["Puncture"] = 14.4,
				["Slash"] = 28.8,},
			CritChance = 0.2,
			CritMultiplier = 3,
			StatusChance = 0.05,
			FireRate = 0.917,
		},
		SlideAttack = 288,
		StancePolarity = "Bar",
		Type = "Melee",
		Users = {"[[Junction|Rhino Specter]]"},
		WallAttack = 192,
	},
	["Dual Skana"] = {
		BlockResist = 0.6,
		Class = "Dual Swords",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 25000,
			MarketCost = 130,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 2,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 300,},
				{ Name = "Ferrite",Type = "Resource",Count = 850,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 300,},},
		},
		Disposition = 5,
		Image = "DualSkana.png",
		JumpAttack = 64,
		Mastery = 0,
		Name = "Dual Skana",
		NormalAttack = {
			Damage = {
				["Impact"] = 4.8,
				["Puncture"] = 4.8,
				["Slash"] = 22.4,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 0.833,
		},
		SlideAttack = 192,
		StancePolarity = "Bar",
		Type = "Melee",
		Users = {"[[Junction|Excalibur Specter]]"},
		WallAttack = 128,
	},
	["Dual Zoren"] = {
		BlockResist = 0.35,
		Class = "Dual Swords",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 175,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 4,},
				{ Name = "Salvage",Type = "Resource",Count = 900,},
				{ Name = "Ferrite",Type = "Resource",Count = 1100,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 800,},},
		},
		Disposition = 5,
		Image = "DualZoren.png",
		Introduced = "[[Update 6#Update 6.0|Update 6.0]]",
		JumpAttack = 60,
		Mastery = 2,
		Name = "Dual Zoren",
		NormalAttack = {
			Damage = {
				["Impact"] = 1.5,
				["Puncture"] = 1.5,
				["Slash"] = 27,},
			CritChance = 0.25,
			CritMultiplier = 3,
			StatusChance = 0.05,
			FireRate = 1.17,
		},
		Polarities = {"D"},
		SlideAttack = 180,
		StancePolarity = "Ability",
		Type = "Melee",
		WallAttack = 120,
	},
	["Endura"] = {
		BlockResist = 0.35,
		Class = "Rapier",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 175,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Alloy Plate",Type = "Resource",Count = 12000,},
				{ Name = "Plastids",Type = "Resource",Count = 1200,},
				{ Name = "Gallium",Type = "Resource",Count = 2,},
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},},
		},
		Disposition = 3,
		Image = "Endura.png",
		Introduced = "[[Update 20#Update 20.6|Update 20.6]]",
		JumpAttack = 190,
		Mastery = 7,
		Name = "Endura",
		NormalAttack = {
			Damage = {
				["Impact"] = 4.75,
				["Puncture"] = 66.5,
				["Slash"] = 23.75,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.25,
			FireRate = 0.917,
		},
		Polarities = {"V"},
		SlideAttack = 204,
		StancePolarity = "Bar",
		Type = "Melee",
		WallAttack = 380,
	},
	["Ether Daggers"] = {
		BlockResist = 0.35,
		Class = "Dual Daggers",
		Conclave = true,
		Cost = {
			Credits = 20000,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 5,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 600,},
				{ Name = "Ferrite",Type = "Resource",Count = 600,},
				{ Name = "Nano Spores",Type = "Resource",Count = 1200,},},
		},
		Disposition = 5,
		Image = "EtherDaggers2.png",
		Introduced = "[[Update 7#Update 7.7.3|Update 7.7.3]]",
		JumpAttack = 90,
		Mastery = 0,
		Name = "Ether Daggers",
		NormalAttack = {
			Damage = {
				["Impact"] = 6.8,
				["Puncture"] = 6.8,
				["Slash"] = 31.5,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.15,
			FireRate = 0.833,
		},
		Polarities = {"D"},
		SlideAttack = 225,
		StancePolarity = "Ability",
		Type = "Melee",
		Users = {"[[Junction|Nova Specter]]"},
		WallAttack = 180,
	},
	["Ether Reaper"] = {
		BlockResist = 0.85,
		Class = "Scythe",
		Conclave = true,
		Cost = {
			Credits = 15000,
			BPCost = 50000,
			MarketCost = 230,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Polymer Bundle",Type = "Resource",Count = 1000,},
				{ Name = "Rubedo",Type = "Resource",Count = 1000,},
				{ Name = "Morphics",Type = "Resource",Count = 10,},
				{ Name = "Ferrite",Type = "Resource",Count = 1000,},},
		},
		Disposition = 5,
		Image = "EtherScythe.png",
		Introduced = "[[Update 10#Update 10.0|Update 10.0]]",
		JumpAttack = 130,
		Mastery = 3,
		Name = "Ether Reaper",
		NormalAttack = {
			Damage = {
				["Impact"] = 9.8,
				["Puncture"] = 9.8,
				["Slash"] = 45.5,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.15,
			FireRate = 1.08,
		},
		Polarities = {"V"},
		SlideAttack = 130,
		StancePolarity = "Ability",
		Type = "Melee",
		Users = {"[[Misery]]"},
		WallAttack = 130,
	},
	["Ether Sword"] = {
		BlockResist = 0.6,
		Class = "Sword",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 175,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 4,},
				{ Name = "Rubedo",Type = "Resource",Count = 700,},
				{ Name = "Ferrite",Type = "Resource",Count = 900,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 700,},},
		},
		Disposition = 5,
		Image = "Ether-Sword.png",
		Introduced = "[[Update 8#Update 8.0|Update 8.0]]",
		JumpAttack = 74,
		Mastery = 0,
		Name = "Ether Sword",
		NormalAttack = {
			Damage = {
				["Impact"] = 5.55,
				["Puncture"] = 5.55,
				["Slash"] = 25.9,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 1,
		},
		SlideAttack = 79,
		StancePolarity = "R",
		Type = "Melee",
		WallAttack = 148,
	},
	["Fang"] = {
		BlockResist = 0.35,
		Class = "Dual Daggers",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 135,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Polymer Bundle",Type = "Resource",Count = 600,},
				{ Name = "Ferrite",Type = "Resource",Count = 600,},
				{ Name = "Nano Spores",Type = "Resource",Count = 900,},
				{ Name = "Morphics",Type = "Resource",Count = 1,},},
		},
		Disposition = 5,
		Image = "DualDaggers.png",
		Introduced = "[[Update 7#Update 7.0|Update 7.0]]",
		JumpAttack = 60,
		Mastery = 0,
		Name = "Fang",
		NormalAttack = {
			Damage = {
				["Impact"] = 4.5,
				["Puncture"] = 21,
				["Slash"] = 4.5,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.08,
			FireRate = 0.917,
		},
		Polarities = {"D"},
		SlideAttack = 150,
		StancePolarity = "R",
		Type = "Melee",
		WallAttack = 120,
	},
	["Fang Prime"] = {
		BlockResist = 0.35,
		Class = "Dual Daggers",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Blade",Type = "PrimePart",Count = 2,},
				{ Name = "Handle",Type = "PrimePart",Count = 2,},},
		},
		Disposition = 5,
		FinisherDamage = 90,
		Image = "PrimeFang.png",
		Introduced = "[[Update 9#Update 9.0|Update 9.0]]",
		JumpAttack = 72,
		Mastery = 0,
		Name = "Fang Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 3.6,
				["Puncture"] = 32.4,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.05,
			FireRate = 1,
		},
		Polarities = {"D"},
		SlideAttack = 180,
		StancePolarity = "R",
		Traits = {"Prime", "Never Vaulted"},
		Type = "Melee",
		WallAttack = 144,
	},
	["Fragor"] = {
		BlockResist = 0.85,
		Class = "Hammer",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 150,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Gallium",Type = "Resource",Count = 3,},
				{ Name = "Salvage",Type = "Resource",Count = 750,},
				{ Name = "Rubedo",Type = "Resource",Count = 300,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 80,},},
		},
		Disposition = 3,
		Family = "Fragor",
		FinisherDamage = 200,
		Image = "DEFragor.png",
		Introduced = "[[Update 5#Update 5.4|Update 5.4]]",
		JumpAttack = 230,
		Mastery = 2,
		Name = "Fragor",
		NormalAttack = {
			Damage = {
				["Impact"] = 80.5,
				["Puncture"] = 17.3,
				["Slash"] = 17.2,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 0.833,
		},
		SlideAttack = 230,
		StancePolarity = "V",
		Type = "Melee",
		Users = {"[[Lieutenant Lech Kril]] ([[Brokk]] Skin)"},
		WallAttack = 230,
	},
	["Fragor Prime"] = {
		BlockResist = 0.85,
		ChannelCost = 5,
		ChannelMult = 1.8,
		Class = "Hammer",
		Conclave = true,
			Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Head",Type = "PrimePart",Count = 1,},
				{ Name = "Handle",Type = "PrimePart",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 10,},},
		},
		Disposition = 3,
		Family = "Fragor",
		Image = "PrimeFragor.png",
		Introduced = "[[Update 18#Update 18.12|Update 18.12]]",
		JumpAttack = 260,
		Mastery = 7,
		Name = "Fragor Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 91,
				["Puncture"] = 19.5,
				["Slash"] = 19.5,},
			CritChance = 0.35,
			CritMultiplier = 2.5,
			StatusChance = 0.1,
			FireRate = 0.8,
		},
		Polarities = {"V"},
		SlideAttack = 260,
		StancePolarity = "V",
		Traits = {"Prime"},
		Type = "Melee",
		WallAttack = 260,
	},
	["Furax"] = {
		BlockResist = 0.6,
		Class = "Fist",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 125,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Nano Spores",Type = "Resource",Count = 1000,},
				{ Name = "Salvage",Type = "Resource",Count = 900,},
				{ Name = "Ferrite",Type = "Resource",Count = 600,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 500,},},
		},
		Disposition = 5,
		Family = "Furax",
		FinisherDamage = 30,
		Image = "Furax.png",
		JumpAttack = 70,
		Mastery = 0,
		Name = "Furax",
		NormalAttack = {
			Damage = {
				["Impact"] = 24.5,
				["Puncture"] = 5.3,
				["Slash"] = 5.2,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 1,
		},
		SlideAttack = 105,
		StancePolarity = "D",
		Type = "Melee",
		Users = {"[[Powerfist]] (single [[Furax]])"},
		WallAttack = 105,
	},
	["Furax Wraith"] = {
		BlockResist = 0.6,
		ChannelCost = 5,
		ChannelMult = 1.8,
		Class = "Fist",
		Conclave = true,
		Cost = {
			Credits = 25000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Left Gauntlet",Type = "Item",Count = 1,},
				{ Name = "Right Gauntlet",Type = "Item",Count = 1,},},
		},
		Disposition = 5,
		Family = "Furax",
		Image = "WraithFurax.png",
		Introduced = "[[Update 18#Update 18.10|Update 18.10]]",
		JumpAttack = 70,
		Mastery = 0,
		Name = "Furax Wraith",
		NormalAttack = {
			Damage = {
				["Impact"] = 24.5,
				["Puncture"] = 5.3,
				["Slash"] = 5.2,},
			CritChance = 0.25,
			CritMultiplier = 2.5,
			StatusChance = 0.1,
			FireRate = 1.08,
		},
		SlideAttack = 105,
		StancePolarity = "D",
		Type = "Melee",
		WallAttack = 105,
	},
	["Galatine"] = {
		BlockResist = 0.85,
		Class = "Heavy Blade",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 25000,
			MarketCost = 175,
			Rush = 30,
			Time = 12,
			Parts = {
				{ Name = "Gallium",Type = "Resource",Count = 4,},
				{ Name = "Salvage",Type = "Resource",Count = 750,},
				{ Name = "Rubedo",Type = "Resource",Count = 500,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 200,},},
		},
		Disposition = 1,
		Family = "Galatine",
		FinisherDamage = 200,
		Image = "Galatine_o.png",
		Introduced = "[[Update 10#Update 10.2|Update 10.2]]",
		JumpAttack = 250,
		JumpRadius = 5,
		Mastery = 3,
		Name = "Galatine",
		NormalAttack = {
			Damage = {
				["Impact"] = 3.1,
				["Puncture"] = 3.1,
				["Slash"] = 118.8,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.2,
			FireRate = 1,
		},
		Polarities = {"Bar"},
		SlideAttack = 250,
		Stagger = "Yes",
		StancePolarity = "D",
		Type = "Melee",
		WallAttack = 250,
	},
	["Galatine Prime"] = {
		BlockResist = 0.85,
		Class = "Heavy Blade",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Blade",Type = "PrimePart",Count = 1,},
				{ Name = "Handle",Type = "PrimePart",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 15,},},
		},
		Disposition = 1,
		Family = "Galatine",
		Image = "PrimeGalatine342.png",
		Introduced = "[[Update 19#Hotfix: The Silver Grove 3|Hotfix: The Silver Grove 3]]",
		JumpAttack = 330,
		Mastery = 13,
		Name = "Galatine Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 4.1,
				["Puncture"] = 4.1,
				["Slash"] = 156.8,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.2,
			FireRate = 1,
		},
		Polarities = {"V", "V"},
		SlideAttack = 330,
		StancePolarity = "D",
		Traits = {"Prime"},
		Type = "Melee",
		WallAttack = 330,
	},
	["Gazal Machete"] = {
		BlockResist = 0.85,
		Class = "Machete",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 175,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},
				{ Name = "Salvage",Type = "Resource",Count = 2600,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 1900,},
				{ Name = "Plastids",Type = "Resource",Count = 1400,},},
		},
		Disposition = 5,
		Image = "DjinnMachete.png",
		Introduced = "[[Update 19#Update: The Vacuum Within|The Vacuum Within]]",
		JumpAttack = 104,
		Mastery = 5,
		Name = "Gazal Machete",
		NormalAttack = {
			Damage = {
				["Impact"] = 5.2,
				["Puncture"] = 7.8,
				["Slash"] = 39,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.25,
			FireRate = 1.08,
		},
		Polarities = {"V"},
		SlideAttack = 156,
		StancePolarity = "Ability",
		Type = "Melee",
		WallAttack = 208,
	},
	["Glaive"] = {
		BlockResist = 0.35,
		ChargedThrowAttack = {
			Damage = {
				["Impact"] = 60,
				["Puncture"] = 60,
				["Slash"] = 280,
				["Blast"] = 300,},
			StatusChance = 0.11,
			CritChance = 0.11,
			CritMultiplier = 2.1,
			PunchThrough = 1,
		},
		Class = "Glaive",
		Conclave = true,
		Cost = {
			Credits = 15000,
			MarketCost = 150,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 10,},
				{ Name = "Ferrite",Type = "Resource",Count = 5000,},
				{ Name = "Nano Spores",Type = "Resource",Count = 6000,},
				{ Name = "Salvage",Type = "Resource",Count = 4500,},},
		},
		Disposition = 4,
		Family = "Glaive",
		FinisherDamage = 75,
		Image = "DEGlaive.png",
		Introduced = "[[Update 7#Update 7.9|Update 7.9]]",
		JumpAttack = 90,
		Mastery = 1,
		Name = "Glaive",
		NormalAttack = {
			Damage = {
				["Impact"] = 5.25,
				["Puncture"] = 5.25,
				["Slash"] = 24.5,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 1,
			ShotType = "Thrown",
			ShotSpeed = 20,
			Range = 30,
		},
		Polarities = {"V", "Bar"},
		SlideAttack = 225,
		StancePolarity = "Bar",
		ThrowAttack = {
			Damage = {
				["Impact"] = 30,
				["Puncture"] = 30,
				["Slash"] = 140,
				["Blast"] = 50,},
			StatusChance = 0.1,
			CritChance = 0.1,
			CritMultiplier = 2,
		},
		Type = "Melee",
		WallAttack = 135,
	},
	["Glaive Prime"] = {
		BlockResist = 0.35,
		ChargedThrowAttack = {
			Damage = {
				["Impact"] = 75,
				["Puncture"] = 75,
				["Slash"] = 350,
				["Blast"] = 460,},
			StatusChance = 0.33,
			CritChance = 0.18,
			CritMultiplier = 2.2,
			PunchThrough = 1,
		},
		Class = "Glaive",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Blade",Type = "PrimePart",Count = 2,},
				{ Name = "Disc",Type = "PrimePart",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 10,},},
		},
		Disposition = 4,
		Family = "Glaive",
		Image = "PrimeGlaive.png",
		Introduced = "[[Update 11]]",
		JumpAttack = 100,
		Mastery = 10,
		Name = "Glaive Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 7.5,
				["Puncture"] = 7.5,
				["Slash"] = 35,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.3,
			FireRate = 1.25,
			ShotType = "Thrown",
			ShotSpeed = 40,
			Range = 30,
		},
		Polarities = {"V", "Bar"},
		SlideAttack = 250,
		StancePolarity = "Bar",
		ThrowAttack = {
			Damage = {
				["Impact"] = 37.5,
				["Puncture"] = 37.5,
				["Slash"] = 175,
				["Blast"] = 175,},
			StatusChance = 0.3,
			CritChance = 0.15,
			CritMultiplier = 2,
		},
		Traits = {"Prime", "Vaulted"},
		Type = "Melee",
		WallAttack = 150,
	},
	["Gram"] = {
		BlockResist = 0.85,
		Class = "Heavy Blade",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 150,
			Rush = 30,
			Time = 12,
			Parts = {
				{ Name = "Gallium",Type = "Resource",Count = 3,},
				{ Name = "Salvage",Type = "Resource",Count = 750,},
				{ Name = "Rubedo",Type = "Resource",Count = 300,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 80,},},
		},
		Disposition = 5,
		FinisherDamage = 200,
		Image = "DEGram.png",
		Introduced = "[[Update 6#Update 6.2|Update 6.2]]",
		JumpAttack = 200,
		Mastery = 2,
		Name = "Gram",
		NormalAttack = {
			Damage = {
				["Impact"] = 15,
				["Puncture"] = 15,
				["Slash"] = 70,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.15,
			FireRate = 0.95,
		},
		SlideAttack = 200,
		StancePolarity = "V",
		Type = "Melee",
		WallAttack = 200,
	},
	["Guandao"] = {
		BlockResist = 0.85,
		Class = "Polearm",
		Conclave = true,
		Cost = {
			Credits = 15000,
			BPCost = 15000,
			MarketCost = 180,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Gallium",Type = "Resource",Count = 3,},
				{ Name = "Oxium",Type = "Resource",Count = 65,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 750,},
				{ Name = "Ferrite",Type = "Resource",Count = 2500,},},
		},
		Disposition = 3,
		Image = "Guandao.png",
		Introduced = "[[Update 21#Update 21.1.0|Update 21.1.0]]",
		JumpAttack = 180,
		Mastery = 4,
		Name = "Guandao",
		NormalAttack = {
			Damage = {
				["Impact"] = 22.5,
				["Puncture"] = 4.5,
				["Slash"] = 63,},
			CritChance = 0.24,
			CritMultiplier = 2.2,
			StatusChance = 0.04,
			FireRate = 0.833,
		},
		Polarities = {"D", "V"},
		SlideAttack = 200,
		StancePolarity = "Ability",
		Type = "Melee",
		WallAttack = 150,
	},
	["Gunsen"] = {
		BlockResist = 0.8,
		Class = "Warfans",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 190,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Oxium",Type = "Resource",Count = 200,},
				{ Name = "Tellurium",Type = "Resource",Count = 3,},
				{ Name = "Plastids",Type = "Resource",Count = 1150,},
				{ Name = "Nano Spores",Type = "Resource",Count = 19750,},},
		},
		Disposition = 3,
		Image = "WarfanWeapon.png",
		Introduced = "[[Update 22#Update 22.8.0|Update 22]]",
		JumpAttack = 100,
		Mastery = 10,
		Name = "Gunsen",
		NormalAttack = {
			Damage = {
				["Impact"] = 4,
				["Puncture"] = 6,
				["Slash"] = 40,},
			CritChance = 0.16,
			CritMultiplier = 2,
			StatusChance = 0.28,
			FireRate = 1.17,
		},
		SlideAttack = 107,
		StancePolarity = "Bar",
		Type = "Melee",
		WallAttack = 200,
	},
	["Halikar"] = {
		ChargedThrowAttack = {
			Damage = {
				["Impact"] = 46,
				["Puncture"] = 368,
				["Slash"] = 46,
				["Blast"] = 440,},
			StatusChance = 0.25,
			CritChance = 0.1,
			CritMultiplier = 2,
			PunchThrough = 1,
		},
		Class = "Glaive",
		Conclave = true,
		Cost = {
			Credits = 15000,
			BPCost = 20000,
			MarketCost = 150,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},
				{ Name = "Ferrite",Type = "Resource",Count = 4800,},
				{ Name = "Nano Spores",Type = "Resource",Count = 5000,},
				{ Name = "Oxium",Type = "Resource",Count = 500,},},
		},
		Disposition = 5,
		Image = "GrnBoomerang.png",
		Introduced = "[[Update 15#Update 15.0|Update 15.0]]",
		JumpAttack = 90,
		Mastery = 7,
		Name = "Halikar",
		NormalAttack = {
			Damage = {
				["Impact"] = 4.5,
				["Puncture"] = 36,
				["Slash"] = 4.5,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.2,
			FireRate = 1.17,
			ShotType = "Thrown",
			ShotSpeed = 30,
			Range = 23,
		},
		Polarities = {"V", "Bar"},
		SlideAttack = 225,
		StancePolarity = "Bar",
		ThrowAttack = {
			Damage = {
				["Impact"] = 20,
				["Puncture"] = 160,
				["Slash"] = 20,
				["Blast"] = 150,},
			StatusChance = 0.2,
			CritChance = 0.1,
			CritMultiplier = 2,
		},
		Type = "Melee",
		WallAttack = 135,
	},
	["Hate"] = {
		BlockResist = 0.85,
		Class = "Scythe",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 10,},
				{ Name = "Ferrite",Type = "Resource",Count = 5000,},
				{ Name = "Nano Spores",Type = "Resource",Count = 6000,},
				{ Name = "Salvage",Type = "Resource",Count = 4500,},},
		},
		Disposition = 5,
		Image = "DEStalkerScythe.png",
		Introduced = "[[Update 8#Update 8.0|Update 8.0]]",
		JumpAttack = 140,
		Mastery = 2,
		Name = "Hate",
		NormalAttack = {
			Damage = {
				["Impact"] = 10.5,
				["Puncture"] = 10.5,
				["Slash"] = 49,},
			CritChance = 0.2,
			CritMultiplier = 2.5,
			StatusChance = 0.15,
			FireRate = 0.917,
		},
		SlideAttack = 140,
		StancePolarity = "Bar",
		Type = "Melee",
		Users = {"[[Stalker]]"},
		WallAttack = 140,
	},
	["Heat Dagger"] = {
		BlockResist = 0.35,
		Class = "Dagger",
		Conclave = true,
		Cost = {
			Credits = 15000,
			MarketCost = 75,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Ferrite",Type = "Resource",Count = 500,},
				{ Name = "Circuits",Type = "Resource",Count = 150,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 75,},
				{ Name = "Neural Sensors",Type = "Resource",Count = 1,},},
		},
		Disposition = 5,
		Image = "HeatDagger.png",
		Introduced = "[[Update 5#Update 5.0|Update 5.0]]",
		JumpAttack = 90,
		JumpElement = "Heat",
		Mastery = 0,
		Name = "Heat Dagger",
		NormalAttack = {
			Damage = {
				["Impact"] = 2.3,
				["Puncture"] = 36,
				["Slash"] = 6.7,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.05,
			FireRate = 0.75,
		},
		Polarities = {"Bar"},
		SlideAttack = 96,
		StancePolarity = "V",
		Type = "Melee",
		Users = {"[[Malice]]"},
		WallAttack = 135,
	},
	["Heat Sword"] = {
		BlockResist = 0.6,
		Class = "Sword",
		Conclave = true,
		Cost = {
			Credits = 20000,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Nano Spores",Type = "Resource",Count = 1,},
				{ Name = "Ferrite",Type = "Resource",Count = 500,},
				{ Name = "Circuits",Type = "Resource",Count = 300,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 300,},},
		},
		Disposition = 5,
		FinisherDamage = 75,
		Image = "Heat.png",
		Introduced = "[[Update 5#Update 5.0|Update 5.0]]",
		JumpAttack = 88,
		JumpElement = "Heat",
		Mastery = 0,
		Name = "Heat Sword",
		NormalAttack = {
			Damage = {
				["Impact"] = 4.4,
				["Puncture"] = 4.4,
				["Slash"] = 35.2,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.2,
			FireRate = 0.917,
		},
		Polarities = {"Bar"},
		SlideAttack = 94,
		StancePolarity = "V",
		Type = "Melee",
		Users = {"[[Junction|Volt Specter]]", "[[Junction|Ember Specter]]"},
		WallAttack = 176,
	},
	["Heliocor"] = {
		BlockResist = 0.85,
		ChannelCost = 5,
		Class = "Hammer",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPStanding = 75000,
			MarketCost = 175,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Gammacor",Type = "Weapon",Count = 1,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 700,},
				{ Name = "Rubedo",Type = "Resource",Count = 1200,},
				{ Name = "Salvage",Type = "Resource",Count = 1,},},
		},
		Disposition = 3,
		Family = "Heliocor",
		Image = "CephHammer.png",
		Introduced = "[[Update 19#Update: Specters of the Rail 1|Update: Specters of the Rail 1]]",
		JumpAttack = 280,
		Mastery = 9,
		Name = "Heliocor",
		NormalAttack = {
			Damage = {
				["Impact"] = 119,
				["Puncture"] = 14,
				["Slash"] = 7,},
			CritChance = 0.25,
			CritMultiplier = 2,
			StatusChance = 0.025,
			FireRate = 0.833,
		},
		SlideAttack = 280,
		StancePolarity = "V",
		Type = "Melee",
		WallAttack = 280,
	},
	["Hirudo"] = {
		BlockResist = 0.35,
		Class = "Sparring",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 150,
			Rush = 45,
			Time = 12,
			Parts = {
				{ Name = "Kogake",Type = "Weapon",Count = 1,},
				{ Name = "Nitain Extract",Type = "Resource",Count = 3,},
				{ Name = "Plastids",Type = "Resource",Count = 1100,},
				{ Name = "Nano Spores",Type = "Resource",Count = 4600,},},
		},
		Disposition = 1,
		Image = "InfestedKogake.png",
		Introduced = "[[Update 19#Update 19.5|Update 19.5]]",
		JumpAttack = 110,
		Mastery = 7,
		Name = "Hirudo",
		NormalAttack = {
			Damage = {
				["Impact"] = 8.3,
				["Puncture"] = 44,
				["Slash"] = 2.7,},
			CritChance = 0.15,
			CritMultiplier = 3,
			StatusChance = 0.05,
			FireRate = 1,
		},
		Polarities = {"V"},
		SlideAttack = 220,
		StancePolarity = "Bar",
		Type = "Melee",
		WallAttack = 165,
	},
	["Jat Kittag"] = {
		BlockResist = 0.85,
		Class = "Hammer",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 125,
			Rush = 30,
			Time = 24,
			Parts = {
				{ Name = "Detonite Injector",Type = "Resource",Count = 5,},
				{ Name = "Salvage",Type = "Resource",Count = 5000,},
				{ Name = "Rubedo",Type = "Resource",Count = 600,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 2,
		Image = "GrnJetPwrPolearm.png",
		Introduced = "[[Update 12#Update 12.0|Update 12.0]]",
		JumpAttack = 260,
		JumpElement = "Blast",
		JumpRadius = 10,
		Mastery = 5,
		Name = "Jat Kittag",
		NormalAttack = {
			Damage = {
				["Impact"] = 104,
				["Puncture"] = 19.5,
				["Slash"] = 6.5,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.25,
			FireRate = 1,
		},
		Polarities = {"V", "Bar"},
		SlideAttack = 260,
		StancePolarity = "V",
		Type = "Melee",
		Users = {"[[Bailiff]]", "[[Executioners/Vay_Molta|Vay Molta]]"},
		WallAttack = 260,
	},
	["Jat Kusar"] = {
		BlockResist = 0.6,
		Class = "Blade and Whip",
		Conclave = true,
		Cost = {
			Credits = 15000,
			BPCost = 15000,
			MarketCost = 175,
			Rush = 30,
			Time = 24,
			Parts = {
				{ Name = "Detonite Injector",Type = "Resource",Count = 7,},
				{ Name = "Salvage",Type = "Resource",Count = 7500,},
				{ Name = "Rubedo",Type = "Resource",Count = 2000,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 2,
		Image = "JatKusar.png",
		Introduced = "[[Update 21#Update 21.2|Update 21.2]]",
		JumpAttack = 160,
		JumpElement = "Heat",
		JumpRadius = 10,
		Mastery = 10,
		Name = "Jat Kusar",
		NormalAttack = {
			Damage = {
				["Heat"] = 80,},
			CritChance = 0.35,
			CritMultiplier = 2.5,
			StatusChance = 0.05,
			FireRate = 0.833,
		},
		Polarities = {"V", "V"},
		SlideAttack = 171,
		SlideElement = "Heat",
		StancePolarity = "V",
		Type = "Melee",
		WallAttack = 320,
		WallElement = "Heat",
	},
	["Jaw Sword"] = {
		BlockResist = 0.6,
		Class = "Sword",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Ferrite",Type = "Resource",Count = 500,},
				{ Name = "Morphics",Type = "Resource",Count = 1,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 75,},
				{ Name = "Rubedo",Type = "Resource",Count = 300,},},
		},
		Disposition = 5,
		Image = "Jaw.png",
		Introduced = "[[Update 5#Update 5.0|Update 5.0]]",
		JumpAttack = 88,
		Mastery = 1,
		Name = "Jaw Sword",
		NormalAttack = {
			Damage = {
				["Impact"] = 2.2,
				["Puncture"] = 8.8,
				["Slash"] = 33,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 0.917,
		},
		Polarities = {"V"},
		SlideAttack = 94,
		StancePolarity = "R",
		Type = "Melee",
		WallAttack = 176,
	},
	["Kama"] = {
		BlockResist = 0.35,
		Class = "Machete",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 40000,
			MarketCost = 160,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Neural Sensors",Type = "Resource",Count = 5,},
				{ Name = "Ferrite",Type = "Resource",Count = 1200,},
				{ Name = "Circuits",Type = "Resource",Count = 900,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 1200,},},
		},
		Disposition = 5,
		Image = "Kama.png",
		Introduced = "[[Update 10#Update 10.0|Update 10.0]]",
		JumpAttack = 90,
		Mastery = 1,
		Name = "Kama",
		NormalAttack = {
			Damage = {
				["Impact"] = 6.75,
				["Puncture"] = 6.75,
				["Slash"] = 31.5,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.02,
			FireRate = 1.17,
		},
		Polarities = {"V", "V"},
		SlideAttack = 135,
		StancePolarity = "Ability",
		Type = "Melee",
		WallAttack = 180,
	},
	["Karyst"] = {
		BlockResist = 0.35,
		Class = "Dagger",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 95,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Salvage",Type = "Resource",Count = 1500,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 800,},
				{ Name = "Oxium",Type = "Resource",Count = 100,},
				{ Name = "Argon Crystal",Type = "Resource",Count = 1,},},
		},
		Disposition = 4,
		Image = "KarystDagger.png",
		Introduced = "[[Update 14#Update 14.2|Update 14.2]]",
		JumpAttack = 100,
		JumpElement = "Toxin",
		Mastery = 0,
		Name = "Karyst",
		NormalAttack = {
			Damage = {
				["Toxin"] = 50,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.15,
			FireRate = 0.75,
		},
		Polarities = {"Bar"},
		SlideAttack = 107,
		SlideElement = "Toxin",
		StancePolarity = "V",
		Type = "Melee",
		Users = {"[[Junction|Saryn Specter]]"},
		WallAttack = 150,
		WallElement = "Toxin",
	},
	["Kesheg"] = {
		BlockResist = 0.85,
		Class = "Polearm",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 180,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Detonite Injector",Type = "Resource",Count = 5,},
				{ Name = "Kuva",Type = "Resource",Count = 1400,},
				{ Name = "Ferrite",Type = "Resource",Count = 6000,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 8000,},},
		},
		Disposition = 4,
		Image = "GrnHalberd.png",
		Introduced = "[[Update 19#Update: The War Within|Update: The War Within]]",
		JumpAttack = 210,
		Mastery = 7,
		Name = "Kesheg",
		NormalAttack = {
			Damage = {
				["Impact"] = 42,
				["Puncture"] = 10.5,
				["Slash"] = 52.5,},
			CritChance = 0.075,
			CritMultiplier = 2.5,
			StatusChance = 0.1,
			FireRate = 0.833,
		},
		Polarities = {"V"},
		SlideAttack = 233,
		StancePolarity = "Ability",
		Type = "Melee",
		Users = {"[[Kuva Guardian]]"},
		WallAttack = 175,
	},
	["Kestrel"] = {
		BlockResist = 0.35,
		ChargedThrowAttack = {
			Damage = {
				["Impact"] = 176,
				["Puncture"] = 22,
				["Slash"] = 22,
				["Blast"] = 150,},
			StatusChance = 0.12,
			CritChance = 0.12,
			CritMultiplier = 2.2,
			PunchThrough = 1,
		},
		Class = "Glaive",
		Conclave = true,
		Cost = {
			Credits = 15000,
			BPCost = 20000,
			MarketCost = 150,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 8,},
				{ Name = "Ferrite",Type = "Resource",Count = 4800,},
				{ Name = "Nano Spores",Type = "Resource",Count = 5000,},
				{ Name = "Salvage",Type = "Resource",Count = 4000,},},
		},
		Disposition = 5,
		Image = "Kestrel.png",
		Introduced = "[[Update 8#Update 8.1|Update 8.1]]",
		JumpAttack = 70,
		Mastery = 0,
		Name = "Kestrel",
		NormalAttack = {
			Damage = {
				["Impact"] = 24.5,
				["Puncture"] = 5.3,
				["Slash"] = 5.2,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 1.08,
			ShotType = "Thrown",
			ShotSpeed = 30,
			Range = 23,
		},
		Polarities = {"V", "Bar"},
		SlideAttack = 175,
		StancePolarity = "Bar",
		ThrowAttack = {
			Damage = {
				["Impact"] = 120,
				["Puncture"] = 15,
				["Slash"] = 15,
				["Blast"] = 100,},
			StatusChance = 0.1,
			CritChance = 0.1,
			CritMultiplier = 2,
		},
		Type = "Melee",
		WallAttack = 105,
	},
	["Kogake"] = {
		BlockResist = 0.35,
		Class = "Sparring",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 125,
			Rush = 45,
			Time = 12,
			Parts = {
				{ Name = "Rubedo",Type = "Resource",Count = 400,},
				{ Name = "Morphics",Type = "Resource",Count = 3,},
				{ Name = "Ferrite",Type = "Resource",Count = 1200,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 500,},},
		},
		Disposition = 5,
		FinisherDamage = 75,
		Image = "Kogake0.png",
		Introduced = "[[Update 8#Update 8.2|Update 8.2]]",
		JumpAttack = 70,
		Mastery = 0,
		Name = "Kogake",
		NormalAttack = {
			Damage = {
				["Impact"] = 24.5,
				["Puncture"] = 5.3,
				["Slash"] = 5.2,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 0.917,
		},
		SlideAttack = 140,
		StancePolarity = "Bar",
		Type = "Melee",
		WallAttack = 105,
	},
	["Kogake Prime"] = {
		BlockResist = 0.35,
		Class = "Sparring",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Gauntlet",Type = "PrimePart",Count = 2,},
				{ Name = "Boot",Type = "PrimePart",Count = 2,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 15,},},
		},
		Disposition = 5,
		FinisherDamage = 75,
		Image = "MirageKogakePrime.png",
		Introduced = "[[Update 22#Update 22.7|Update 22.7]]",
		JumpAttack = 140,
		Mastery = 10,
		Name = "Kogake Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 49,
				["Puncture"] = 10.5,
				["Slash"] = 10.5,},
			CritChance = 0.16,
			CritMultiplier = 1.8,
			StatusChance = 0.34,
			FireRate = 0.917,
		},
		Polarities = {"V", "V", "V"},
		SlideAttack = 280,
		StancePolarity = "Bar",
		Type = "Melee",
		WallAttack = 210,
	},
	["Krohkur"] = {
		BlockResist = 0.6,
		Class = "Sword",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 25000,
			MarketCost = 150,
			Rush = 45,
			Time = 24,
			Parts = {
				{ Name = "Tellurium",Type = "Resource",Count = 5,},
				{ Name = "Morphics",Type = "Resource",Count = 8,},
				{ Name = "Oxium",Type = "Resource",Count = 125,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 4375,},},
		},
		Disposition = 4,
		Family = "Krohkur",
		Image = "GrnEgyptSword.png",
		Introduced = "[[Update 22#Update 22|Update 22]]",
		JumpAttack = 140,
		Mastery = 5,
		Name = "Krohkur",
		NormalAttack = {
			Damage = {
				["Impact"] = 8.4,
				["Puncture"] = 12.6,
				["Slash"] = 49,},
			CritChance = 0.29,
			CritMultiplier = 1.7,
			StatusChance = 0.19,
			FireRate = 0.833,
		},
		SlideAttack = 150,
		StancePolarity = "V",
		Type = "Melee",
		WallAttack = 280,
	},
	["Kronen"] = {
		BlockResist = 0.35,
		Class = "Tonfa",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 65000,
			MarketCost = 200,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Ferrite",Type = "Resource",Count = 1500,},
				{ Name = "Nano Spores",Type = "Resource",Count = 2000,},
				{ Name = "Plastids",Type = "Resource",Count = 1000,},
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},},
		},
		Disposition = 5,
		Image = "TennoTonfa.png",
		Introduced = "[[Update 14#Update 14.5|Update 14.5]]",
		JumpAttack = 130,
		Mastery = 3,
		Name = "Kronen",
		NormalAttack = {
			Damage = {
				["Impact"] = 6.5,
				["Puncture"] = 6.5,
				["Slash"] = 52,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.2,
			FireRate = 1.08,
		},
		SlideAttack = 390,
		StancePolarity = "V",
		Type = "Melee",
		WallAttack = 260,
	},
	["Lacera"] = {
		BlockResist = 0.6,
		Class = "Blade and Whip",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 175,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 2,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 4200,},
				{ Name = "Rubedo",Type = "Resource",Count = 1200,},
				{ Name = "Gallium",Type = "Resource",Count = 20,},},
		},
		Disposition = 5,
		Image = "StalkerMios.png",
		Introduced = "[[Update 18#Update 18.0|Update 18.0]]",
		JumpAttack = 160,
		JumpElement = "Electricity",
		Mastery = 7,
		Name = "Lacera",
		NormalAttack = {
			Damage = {
				["Electricity"] = 80,},
			CritChance = 0.025,
			CritMultiplier = 2,
			StatusChance = 0.45,
			FireRate = 0.917,
		},
		Polarities = {"Bar"},
		SlideAttack = 171,
		SlideElement = "Electricity",
		StancePolarity = "V",
		Type = "Melee",
		Users = {"[[Mania]]"},
		WallAttack = 320,
		WallElement = "Electricity",
	},
	["Lecta"] = {
		BlockResist = 0.35,
		Class = "Whip",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 30000,
			MarketCost = 175,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 2,},
				{ Name = "Salvage",Type = "Resource",Count = 900,},
				{ Name = "Ferrite",Type = "Resource",Count = 1000,},
				{ Name = "Neural Sensors",Type = "Resource",Count = 3,},},
		},
		Disposition = 1,
		Family = "Lecta",
		FinisherDamage = 75,
		Image = "Lecta.png",
		Introduced = "[[Update 11#Update 11.0|Update 11.0]]",
		JumpAttack = 90,
		JumpElement = "Electricity",
		Mastery = 0,
		Name = "Lecta",
		NormalAttack = {
			Damage = {
				["Electricity"] = 45,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.25,
			FireRate = 1,
		},
		SlideAttack = 96,
		StancePolarity = "D",
		Type = "Melee",
		Users = {"[[Scrambus]]", "[[Comba]]", "[[Pelna Cade]]", "[[Jad Teran]]"},
		WallAttack = 180,
	},
	["Lesion"] = {
		BlockResist = 0.85,
		Class = "Polearm",
		Conclave = true,
		Cost = {
			Credits = 15000,
			BPCost = 25000,
			MarketCost = 150,
			Rush = 45,
			Time = 12,
			Parts = {
				{ Name = "Tipedo",Type = "Weapon",Count = 1,},
				{ Name = "Plastids",Type = "Resource",Count = 1400,},
				{ Name = "Neurodes",Type = "Resource",Count = 4,},
				{ Name = "Nano Spores",Type = "Resource",Count = 2300,},},
		},
		Disposition = 1,
		Image = "InfTipedo.png",
		Introduced = "[[Update 18#Update 18.5|Update 18.5]]",
		JumpAttack = 200,
		Mastery = 7,
		Name = "Lesion",
		NormalAttack = {
			Damage = {
				["Impact"] = 20,
				["Puncture"] = 5,
				["Slash"] = 75,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.3,
			FireRate = 1,
		},
		Polarities = {"V"},
		SlideAttack = 222,
		StancePolarity = "Ability",
		Type = "Melee",
		WallAttack = 167,
	},
	["Machete"] = {
		BlockResist = 0.85,
		Class = "Machete",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 40,
			Time = 12,
			Parts = {
				{ Name = "Gallium",Type = "Resource",Count = 4,},
				{ Name = "Salvage",Type = "Resource",Count = 7500,},
				{ Name = "Plastids",Type = "Resource",Count = 800,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 900,},},
		},
		Disposition = 5,
		Family = "Machete",
		Image = "Machete.png",
		Introduced = "[[Update 8#Update 8.0|Update 8.0]]",
		JumpAttack = 50,
		Mastery = 1,
		Name = "Machete",
		NormalAttack = {
			Damage = {
				["Impact"] = 3.75,
				["Puncture"] = 3.75,
				["Slash"] = 17.5,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 0.917,
		},
		SlideAttack = 75,
		StancePolarity = "Ability",
		Type = "Melee",
		Users = {"[[Scorpion]]"},
		WallAttack = 100,
	},
	["Machete Wraith"] = {
		BlockResist = 0.85,
		Class = "Machete",
		Conclave = true,
		Disposition = 5,
		Family = "Machete",
		Image = "DEWraithMachete.png",
		Introduced = "[[Update 10#Update 10.5|Update 10.5]]",
		JumpAttack = 90,
		Mastery = 1,
		Name = "Machete Wraith",
		NormalAttack = {
			Damage = {
				["Impact"] = 6.75,
				["Puncture"] = 6.75,
				["Slash"] = 31.5,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 1.08,
		},
		Polarities = {"V", "V"},
		SlideAttack = 135,
		StancePolarity = "Ability",
		Traits = {"Wraith"},
		Type = "Melee",
		WallAttack = 180,
	},
	["Magistar"] = {
		BlockResist = 0.6,
		Class = "Hammer",
		Conclave = true,
		Cost = {
			Credits = 25000,
			BPCost = 25000,
			MarketCost = 150,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Gallium",Type = "Resource",Count = 3,},
				{ Name = "Ferrite",Type = "Resource",Count = 750,},
				{ Name = "Rubedo",Type = "Resource",Count = 300,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 80,},},
		},
		Disposition = 3,
		Family = "Magistar",
		FinisherDamage = 200,
		Image = "PaladinMace.png",
		Introduced = "[[Update 11#Update 11.5|Update 11.5]]",
		JumpAttack = 160,
		Mastery = 1,
		Name = "Magistar",
		NormalAttack = {
			Damage = {
				["Impact"] = 64,
				["Puncture"] = 12,
				["Slash"] = 4,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 0.833,
		},
		SlideAttack = 160,
		StancePolarity = "D",
		Type = "Melee",
		WallAttack = 160,
	},
	["Mios"] = {
		BlockResist = 0.6,
		Class = "Blade and Whip",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 50000,
			MarketCost = 175,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Mutagen Mass",Type = "Resource",Count = 4,},
				{ Name = "Nano Spores",Type = "Resource",Count = 15000,},
				{ Name = "Plastids",Type = "Resource",Count = 1200,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 3,
		Image = "DEMios.png",
		Introduced = "[[Update 17#Update 17.11|Update 17.11]]",
		JumpAttack = 160,
		Mastery = 8,
		Name = "Mios",
		NormalAttack = {
			Damage = {
				["Impact"] = 24,
				["Puncture"] = 20,
				["Slash"] = 36,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.25,
			FireRate = 1.08,
		},
		Polarities = {"V"},
		SlideAttack = 171,
		StancePolarity = "V",
		Type = "Melee",
		WallAttack = 320,
	},
	["Mire"] = {
		BlockResist = 0.6,
		Class = "Sword",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 150,
			Rush = 45,
			Time = 12,
			Parts = {
				{ Name = "Neural Sensors",Type = "Resource",Count = 2,},
				{ Name = "Ferrite",Type = "Resource",Count = 1000,},
				{ Name = "Nano Spores",Type = "Resource",Count = 1500,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 2000,},},
		},
		Disposition = 4,
		FinisherDamage = 75,
		Image = "MireInfestedSword.png",
		Introduced = "[[Update 7#Update 7.7.2|Update 7.7.2]]",
		JumpAttack = 70,
		JumpElement = "Toxin",
		Mastery = 0,
		Name = "Mire",
		NormalAttack = {
			Damage = {
				["Impact"] = 5.25,
				["Puncture"] = 5.25,
				["Slash"] = 24.5,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 1.08,
		},
		SlideAttack = 75,
		StancePolarity = "V",
		Type = "Melee",
		WallAttack = 140,
	},
	["MK1-Bo"] = {
		BlockResist = 0.6,
		Class = "Staff",
		Conclave = true,
		Disposition = 4,
		Family = "Bo",
		Image = "BoStaff.png",
		Introduced = "[[Update 14#Update 14.0|Update 14.0]]",
		JumpAttack = 90,
		Mastery = 0,
		Name = "MK1-Bo",
		NormalAttack = {
			Damage = {
				["Impact"] = 40.5,
				["Puncture"] = 4.5,},
			CritChance = 0.125,
			CritMultiplier = 2,
			StatusChance = 0.2,
			FireRate = 1,
		},
		Polarities = {"D"},
		SlideAttack = 96,
		Stagger = "Yes",
		StancePolarity = "R",
		Type = "Melee",
		WallAttack = 75,
	},
	["MK1-Furax"] = {
		BlockResist = 0.6,
		Class = "Fist",
		Conclave = true,
		Disposition = 5,
		Family = "Furax",
		FinisherDamage = 30,
		Image = "Furax.png",
		Introduced = "[[Update 14#Update 14.0|Update 14.0]]",
		JumpAttack = 60,
		Mastery = 0,
		Name = "MK1-Furax",
		NormalAttack = {
			Damage = {
				["Impact"] = 21,
				["Puncture"] = 4.5,
				["Slash"] = 4.5,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 1,
		},
		SlideAttack = 90,
		StancePolarity = "D",
		Type = "Melee",
		WallAttack = 90,
	},
	["Nami Skyla"] = {
		BlockResist = 0.6,
		Class = "Dual Swords",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 175,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Neurodes",Type = "Resource",Count = 2,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 800,},
				{ Name = "Rubedo",Type = "Resource",Count = 200,},
				{ Name = "Gallium",Type = "Resource",Count = 10,},},
		},
		Disposition = 4,
		Family = "Nami Skyla",
		Image = "TnoCutlassAndPoignard.png",
		Introduced = "[[Update 13#Update 13.0|Update 13.0]]",
		JumpAttack = 100,
		Mastery = 0,
		Name = "Nami Skyla",
		NormalAttack = {
			Damage = {
				["Impact"] = 7.5,
				["Puncture"] = 7.5,
				["Slash"] = 35,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 0.917,
		},
		SlideAttack = 300,
		StancePolarity = "Bar",
		Type = "Melee",
		WallAttack = 200,
	},
	["Nami Skyla Prime"] = {
		BlockResist = 0.6,
		Class = "Dual Swords",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Blade",Type = "PrimePart",Count = 2,},
				{ Name = "Handle",Type = "PrimePart",Count = 2,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 15,},},
		},
		Disposition = 4,
		Family = "Nami Skyla",
		Image = "PrimeNamiSkyla.png",
		Introduced = "[[Update 21#Update 21.6|Update 21.6]]",
		JumpAttack = 120,
		Mastery = 11,
		Name = "Nami Skyla Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 6,
				["Puncture"] = 12,
				["Slash"] = 42,},
			CritChance = 0.2,
			CritMultiplier = 1.5,
			StatusChance = 0.3,
			FireRate = 1.33,
		},
		Polarities = {"V", "V", "D"},
		SlideAttack = 360,
		StancePolarity = "Bar",
		Type = "Melee",
		WallAttack = 240,
	},
	["Nami Solo"] = {
		BlockResist = 0.85,
		Class = "Machete",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 175,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Ferrite",Type = "Resource",Count = 1500,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 800,},
				{ Name = "Rubedo",Type = "Resource",Count = 200,},
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},},
		},
		Disposition = 5,
		Image = "DENamiSolo.png",
		Introduced = "[[Update 13#Update 13.5|Update 13.5]]",
		JumpAttack = 70,
		Mastery = 0,
		Name = "Nami Solo",
		NormalAttack = {
			Damage = {
				["Impact"] = 5.25,
				["Puncture"] = 5.25,
				["Slash"] = 24.5,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.25,
			FireRate = 1,
		},
		Polarities = {"V"},
		SlideAttack = 105,
		Stagger = "Yes",
		StancePolarity = "Ability",
		Type = "Melee",
		WallAttack = 140,
	},
	["Nikana"] = {
		BlockResist = 0.6,
		Class = "Nikana",
		Conclave = true,
		Cost = {
			Credits = 5000,
			BPCost = 15000,
			MarketCost = 275,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Argon Crystal",Type = "Resource",Count = 3,},
				{ Name = "Oxium",Type = "Resource",Count = 75,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 200,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 1,
		Family = "Nikana",
		Image = "Katana.png",
		Introduced = "[[Update 13#Update 13.0|Update 13.0]]",
		JumpAttack = 90,
		Mastery = 4,
		Name = "Nikana",
		NormalAttack = {
			Damage = {
				["Impact"] = 2.25,
				["Puncture"] = 4.5,
				["Slash"] = 38.25,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 0.917,
		},
		Polarities = {"V", "D"},
		SlideAttack = 96,
		StancePolarity = "V",
		Type = "Melee",
		WallAttack = 96,
	},
	["Nikana Prime"] = {
		BlockResist = 0.6,
		Class = "Nikana",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Blade",Type = "PrimePart",Count = 1,},
				{ Name = "Hilt",Type = "PrimePart",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 15,},},
		},
		Disposition = 1,
		Family = "Nikana",
		Image = "PrimeNikana.png",
		Introduced = "[[Update 18#Hotfix 18.4.12|Hotfix 18.4.12]]",
		JumpAttack = 190,
		Mastery = 0,
		Name = "Nikana Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 4.75,
				["Puncture"] = 4.75,
				["Slash"] = 85.5,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.2,
			FireRate = 1.08,
		},
		Polarities = {"V", "D"},
		SlideAttack = 204,
		StancePolarity = "V",
		Traits = {"Prime"},
		Type = "Melee",
		WallAttack = 204,
	},
	["Ninkondi"] = {
		BlockResist = 0.35,
		Class = "Nunchaku",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 175,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Ferrite",Type = "Resource",Count = 4000,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 1200,},
				{ Name = "Plastids",Type = "Resource",Count = 800,},
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},},
		},
		Disposition = 5,
		Image = "Nunchaku.png",
		Introduced = "[[Update 17#Update 17.4|Update 17.4]]",
		JumpAttack = 90,
		JumpElement = "Electricity",
		Mastery = 0,
		Name = "Ninkondi",
		NormalAttack = {
			Damage = {
				["Electricity"] = 45,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.35,
			FireRate = 1,
		},
		SlideAttack = 96,
		SlideElement = "Electricity",
		SlideElement = "Electricity",
		StancePolarity = "D",
		Type = "Melee",
		WallAttack = 180,
	},
	["Obex"] = {
		BlockResist = 0.35,
		Class = "Sparring",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 125,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Circuits",Type = "Resource",Count = 650,},
				{ Name = "Salvage",Type = "Resource",Count = 900,},
				{ Name = "Ferrite",Type = "Resource",Count = 700,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 300,},},
		},
		Disposition = 3,
		Family = "Obex",
		FinisherDamage = 75,
		Image = "CorpusKickNPunch.png",
		Introduced = "[[Update 10#Update 10.7|Update 10.7]]",
		JumpAttack = 50,
		JumpElement = "Electricity",
		Mastery = 0,
		Name = "Obex",
		NormalAttack = {
			Damage = {
				["Impact"] = 17.5,
				["Puncture"] = 3.8,
				["Slash"] = 3.7,},
			CritChance = 0.25,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 1,
		},
		SlideAttack = 100,
		StancePolarity = "Bar",
		Type = "Melee",
		Users = {"[[Jen Dro]]"},
		WallAttack = 75,
	},
	["Ohma"] = {
		BlockResist = 0.6,
		Class = "Tonfa",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 55000,
			MarketCost = 200,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Nitain Extract",Type = "Resource",Count = 4,},
				{ Name = "Ferrite",Type = "Resource",Count = 15000,},
				{ Name = "Plastids",Type = "Resource",Count = 1400,},
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},},
		},
		Disposition = 3,
		Image = "CorpusTonfa.png",
		Introduced = "[[Update 19#Update 19.7.0|Update 19.7.0]]",
		JumpAttack = 200,
		JumpElement = "Electricity",
		Mastery = 8,
		Name = "Ohma",
		NormalAttack = {
			Damage = {
				["Electricity"] = 100,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.3,
			FireRate = 0.917,
		},
		SlideAttack = 600,
		SlideElement = "Electricity",
		StancePolarity = "Bar",
		Type = "Melee",
		Users = {"[[Tia Mayn]]"},
		WallAttack = 400,
		WallElement = "Electricity",
	},
	["Okina"] = {
		ChannelCost = 5,
		BlockResist = 0.35,
		Class = "Dual Daggers",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 150,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Rubedo",Type = "Resource",Count = 2,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 4200,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 3400,},
				{ Name = "Oxium",Type = "Resource",Count = 1800,},},
		},
		Disposition = 5,
		Image = "TennoSais.png",
		Introduced = "[[Update 19#Update: Specters of the Rail|Specters of the Rail]]",
		JumpAttack = 80,
		Mastery = 5,
		Name = "Okina",
		NormalAttack = {
			Damage = {
				["Impact"] = 2,
				["Puncture"] = 18,
				["Slash"] = 20,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.15,
			FireRate = 1.08,
		},
		Polarities = {"V"},
		SlideAttack = 200,
		StancePolarity = "D",
		Type = "Melee",
		WallAttack = 160,
	},
	["Orthos"] = {
		BlockResist = 0.85,
		Class = "Polearm",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 180,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 4,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 500,},
				{ Name = "Ferrite",Type = "Resource",Count = 850,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 700,},},
		},
		Disposition = 1,
		Family = "Orthos",
		FinisherDamage = 200,
		Image = "DEOrthos.png",
		Introduced = "[[Update 8#Update 8.1|Update 8.1]]",
		JumpAttack = 100,
		JumpElement = "Blast",
		JumpRadius = 10,
		Mastery = 2,
		Name = "Orthos",
		NormalAttack = {
			Damage = {
				["Impact"] = 7.5,
				["Puncture"] = 7.5,
				["Slash"] = 35,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.15,
			FireRate = 0.917,
		},
		SlideAttack = 111,
		StancePolarity = "Bar",
		Type = "Melee",
		WallAttack = 83,
	},
	["Orthos Prime"] = {
		BlockResist = 0.85,
		Class = "Polearm",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Blade",Type = "PrimePart",Count = 2,},
				{ Name = "Handle",Type = "PrimePart",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 10,},},
		},
		Disposition = 1,
		Family = "Orthos",
		FinisherDamage = 200,
		Image = "PrimePolearm.png",
		Introduced = "[[Update 9#Update 9.0|Update 9.0]]",
		JumpAttack = 130,
		JumpElement = "Blast",
		JumpRadius = 10,
		Mastery = 2,
		Name = "Orthos Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 9.75,
				["Puncture"] = 9.75,
				["Slash"] = 45.5,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.15,
			FireRate = 1.17,
		},
		SlideAttack = 144,
		StancePolarity = "Ability",
		Traits = {"Prime", "Never Vaulted"},
		Type = "Melee",
		WallAttack = 108,
	},
	["Orvius"] = {
		BlockResist = 0.35,
		ChargedThrowAttack = {
			Damage = {
				["Impact"] = 88,
				["Puncture"] = 22,
				["Slash"] = 330,
				["Cold"] = 360,},
			StatusChance = 0.17,
			CritChance = 0.17,
			CritMultiplier = 2.2,
		},
		Class = "Glaive",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Blade",Type = "Item",Count = 2,},
				{ Name = "Disc",Type = "Item",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 10,},
				{ Name = "Kuva",Type = "Resource",Count = 4000,},},
		},
		Disposition = 4,
		Image = "TeshinGlaive.png",
		Introduced = "[[Update 19#Update: The War Within|Update: The War Within]]",
		JumpAttack = 140,
		Mastery = 6,
		Name = "Orvius",
		NormalAttack = {
			Damage = {
				["Impact"] = 14,
				["Puncture"] = 3.5,
				["Slash"] = 52.5,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.15,
			FireRate = 0.75,
		},
		Polarities = {"Bar", "V"},
		SlideAttack = 350,
		StancePolarity = "Bar",
		ThrowAttack = {
			Damage = {
				["Impact"] = 40,
				["Puncture"] = 10,
				["Slash"] = 150,
				["Cold"] = 150,},
			StatusChance = 0.15,
			CritChance = 0.15,
			CritMultiplier = 2,
		},
		Type = "Melee",
		Users = {"Teshin"},
		WallAttack = 210,
	},
	["Pangolin Sword"] = {
		BlockResist = 0.6,
		Class = "Sword",
		Conclave = true,
		Cost = {
			Credits = 20000,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Control Module",Type = "Resource",Count = 1,},
				{ Name = "Ferrite",Type = "Resource",Count = 750,},
				{ Name = "Circuits",Type = "Resource",Count = 300,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 80,},},
		},
		Disposition = 5,
		Image = "Pangolin.png",
		Introduced = "[[Update 5#Update 5.0|Update 5.0]]",
		JumpAttack = 74,
		Mastery = 2,
		Name = "Pangolin Sword",
		NormalAttack = {
			Damage = {
				["Impact"] = 1.85,
				["Puncture"] = 5.55,
				["Slash"] = 29.6,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.12,
			FireRate = 0.917,
		},
		Polarities = {"V"},
		SlideAttack = 79,
		StancePolarity = "V",
		Type = "Melee",
		WallAttack = 148,
	},
	["Plasma Sword"] = {
		BlockResist = 0.6,
		Class = "Sword",
		Conclave = true,
		Cost = {
			Credits = 20000,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Orokin Cell",Type = "Resource",Count = 1,},
				{ Name = "Ferrite",Type = "Resource",Count = 500,},
				{ Name = "Salvage",Type = "Resource",Count = 450,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 50,},},
		},
		Disposition = 5,
		Image = "Plasma.png",
		Introduced = "[[Update 5#Update 5.0|Update 5.0]]",
		JumpAttack = 70,
		Mastery = 0,
		Name = "Plasma Sword",
		NormalAttack = {
			Damage = {
				["Electricity"] = 35,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.15,
			FireRate = 0.667,
		},
		SlideAttack = 75,
		SlideElement = "Electricity",
		StancePolarity = "R",
		Type = "Melee",
		WallAttack = 140,
		WallElement = "Electricity",
	},
	["Prisma Dual Cleavers"] = {
		BlockResist = 0.85,
		Class = "Dual Swords",
		Conclave = true,
		Disposition = 3,
		Family = "Dual Cleavers",
		Image = "PrismaDualCleavers.png",
		Introduced = "[[Update 16#Update 16.11.3|Update 16.11.3]]",
		JumpAttack = 70,
		Mastery = 3,
		Name = "Prisma Dual Cleavers",
		NormalAttack = {
			Damage = {
				["Impact"] = 3.5,
				["Puncture"] = 3.5,
				["Slash"] = 28,},
			CritChance = 0.25,
			CritMultiplier = 3,
			StatusChance = 0.25,
			FireRate = 1,
		},
		Polarities = {"V"},
		SlideAttack = 210,
		StancePolarity = "Bar",
		Traits = {"Prisma", "Baro"},
		Type = "Melee",
		WallAttack = 140,
	},
	["Prisma Obex"] = {
		BlockResist = 0.35,
		Class = "Sparring",
		Conclave = true,
		Disposition = 3,
		Family = "Obex",
		FinisherDamage = 75,
		Image = "PrismaObex.png",
		Introduced = "[[Update 20#Hotfix 20.4.2|Hotfix 20.4.2]]",
		JumpAttack = 50,
		JumpElement = "Electricity",
		Mastery = 0,
		Name = "Prisma Obex",
		NormalAttack = {
			Damage = {
				["Impact"] = 17.5,
				["Puncture"] = 3.8,
				["Slash"] = 3.7,},
			CritChance = 0.25,
			CritMultiplier = 2,
			StatusChance = 0.3,
			Radius = 6,
			FireRate = 1.33,
		},
		SlideAttack = 100,
		StancePolarity = "Bar",
		Traits = {"Prisma", "Baro"},
		Type = "Melee",
		WallAttack = 75,
	},
	["Prisma Skana"] = {
		BlockResist = 0.6,
		Class = "Sword",
		Conclave = true,
		Disposition = 4,
		Family = "Skana",
		Image = "PrismaSkana.png",
		Introduced = "[[Update 16#Update 16.6.2|Update 16.6.2]]",
		JumpAttack = 70,
		Mastery = 0,
		Name = "Prisma Skana",
		NormalAttack = {
			Damage = {
				["Impact"] = 5.25,
				["Puncture"] = 5.25,
				["Slash"] = 24.5,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 1,
		},
		SlideAttack = 75,
		StancePolarity = "V",
		Traits = {"Prisma", "Baro"},
		Type = "Melee",
		WallAttack = 140,
	},
	["Prova"] = {
		BlockResist = 0.85,
		Class = "Machete",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Fieldron",Type = "Resource",Count = 1,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 300,},
				{ Name = "Salvage",Type = "Resource",Count = 1000,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 4,
		Image = "Prova8point2.png",
		Introduced = "[[Update 8#Update 8.0|Update 8.0]]",
		JumpAttack = 70,
		JumpElement = "Electricity",
		Mastery = 3,
		Name = "Prova",
		NormalAttack = {
			Damage = {
				["Electricity"] = 35,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 1,
		},
		SlideAttack = 105,
		SlideElement = "Electricity",
		StancePolarity = "Ability",
		Type = "Melee",
		Users = {"[[Prod Crewman]]", "[[Nako Xol]]", "[[Ved Xol]]", "[[John Prodman]]"},
		WallAttack = 140,
		WallElement = "Electricity",
	},
	["Prova Vandal"] = {
		BlockResist = 0.85,
		Class = "Machete",
		Conclave = true,
		Disposition = 4,
		Image = "VandalElectroProd.png",
		Introduced = "[[Update 10#Update 10.5|Update 10.5]]",
		JumpAttack = 96,
		JumpElement = "Electricity",
		Mastery = 3,
		Name = "Prova Vandal",
		NormalAttack = {
			Damage = {
				["Electricity"] = 48,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.2,
			FireRate = 1,
		},
		SlideAttack = 144,
		SlideElement = "Electricity",
		StancePolarity = "Ability",
		Type = "Melee",
		WallAttack = 192,
		WallElement = "Electricity",
	},
	["Rakta Dark Dagger"] = {
		BlockResist = 0.35,
		Class = "Dagger",
		Disposition = 1,
		Image = "RVDarkDagger.png",
		Introduced = "[[Update 19#Update: The Silver Grove 2|The Silver Grove 2]]",
		JumpAttack = 100,
		Mastery = 8,
		Name = "Rakta Dark Dagger",
		NormalAttack = {
			Damage = {
				["Radiation"] = 50,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 1,
		},
		Polarities = {"V"},
		SlideAttack = 107,
		StancePolarity = "Bar",
		Traits = {"Syndicate", "Red Veil"},
		Type = "Melee",
		WallAttack = 150,
	},
	["Reaper Prime"] = {
		BlockResist = 0.85,
		Class = "Scythe",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Blade",Type = "PrimePart",Count = 1,},
				{ Name = "Handle",Type = "PrimePart",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 10,},},
		},
		Disposition = 4,
		Image = "ReaperPrime.png",
		Introduced = "[[Update 8#Update 8.0|Update 8.0]]",
		JumpAttack = 150,
		Mastery = 2,
		Name = "Reaper Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 11.3,
				["Puncture"] = 11.3,
				["Slash"] = 52.5,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.12,
			FireRate = 1.08,
		},
		SlideAttack = 150,
		StancePolarity = "Bar",
		Traits = {"Prime", "Vaulted"},
		Type = "Melee",
		WallAttack = 150,
	},
	["Redeemer"] = {
		BlockResist = 0.35,
		ChargeAttack = {
			Damage = {
				["Blast"] = 300,},
			PelletCount = 10,
		},
		Class = "Gunblade",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 175,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Vasto",Type = "Weapon",Count = 1,},
				{ Name = "Dual Skana",Type = "Weapon",Count = 1,},
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},},
		},
		Disposition = 4,
		Image = "TnoGunblade.png",
		Introduced = "[[Update 15#Update 15.5|Update 15.5]]",
		JumpAttack = 120,
		Mastery = 4,
		Name = "Redeemer",
		NormalAttack = {
			Damage = {
				["Impact"] = 6,
				["Puncture"] = 12,
				["Slash"] = 42,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 0.833,
		},
		SlideAttack = 180,
		StancePolarity = "V",
		Type = "Melee",
		Users = {"[[Junction|Mesa Specter]]"},
		WallAttack = 240,
	},
	["Ripkas"] = {
		BlockResist = 0.85,
		Class = "Claws",
		Conclave = true,
		Cost = {
			Credits = 40000,
			BPCost = 20000,
			MarketCost = 175,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Ankyros",Type = "Weapon",Count = 1,},
				{ Name = "Dual Cleavers",Type = "Weapon",Count = 1,},
				{ Name = "Tellurium",Type = "Resource",Count = 2,},
				{ Name = "Forma",Type = "Item",Count = 1,},},
		},
		Disposition = 5,
		Image = "GrnClaws.png",
		Introduced = "[[Update 16#Update 16.0|Update 16.0]]",
		JumpAttack = 110,
		Mastery = 3,
		Name = "Ripkas",
		NormalAttack = {
			Damage = {
				["Impact"] = 2.8,
				["Puncture"] = 5.5,
				["Slash"] = 46.8,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.15,
			FireRate = 0.883,
		},
		Polarities = {"V"},
		SlideAttack = 165,
		Stagger = "Yes",
		StancePolarity = "V",
		Type = "Melee",
		Users = {"[[Executioners/Zura|Zura]]", "[[Kuva Powerclaw]]", "[[Nightwatch Powerclaw]]"},
		WallAttack = 165,
	},
	["Sancti Magistar"] = {
		BlockResist = 0.6,
		Class = "Hammer",
		Conclave = true,
		Disposition = 3,
		Family = "Magistar",
		Image = "NLMagistar.png",
		Introduced = "[[Update 19#Update: The Silver Grove 2|The Silver Grove 2]]",
		JumpAttack = 240,
		Mastery = 8,
		Name = "Sancti Magistar",
		NormalAttack = {
			Damage = {
				["Impact"] = 96,
				["Puncture"] = 18,
				["Slash"] = 6,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 1,
		},
		Polarities = {"V"},
		SlideAttack = 240,
		StancePolarity = "D",
		Type = "Melee",
		WallAttack = 240,
	},
	["Sarpa"] = {
		BlockResist = 0.35,
		ChargeAttack = {
			Damage = {
				["Impact"] = 17.5,
				["Puncture"] = 35,
				["Slash"] = 122.5,},
			PelletCount = 5,
		},
		Class = "Gunblade",
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 175,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Akstiletto",Type = "Weapon",Count = 1,},
				{ Name = "Cryotic",Type = "Resource",Count = 3300,},
				{ Name = "Plastids",Type = "Resource",Count = 1000,},
				{ Name = "Control Module",Type = "Resource",Count = 2,},},
		},
		Disposition = 4,
		Image = "TnoGunbladeAuto.png",
		Introduced = "[[Update_19#Update:_The_Silver_Grove|The Silver Grove]]",
		JumpAttack = 140,
		Mastery = 8,
		Name = "Sarpa",
		NormalAttack = {
			Damage = {
				["Impact"] = 7,
				["Puncture"] = 14,
				["Slash"] = 49,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 1,
		},
		Polarities = {"D"},
		SlideAttack = 210,
		StancePolarity = "V",
		Type = "Melee",
		WallAttack = 280,
	},
	["Scindo"] = {
		BlockResist = 0.85,
		Class = "Heavy Blade",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 150,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Gallium",Type = "Resource",Count = 3,},
				{ Name = "Salvage",Type = "Resource",Count = 750,},
				{ Name = "Circuits",Type = "Resource",Count = 300,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 500,},},
		},
		Disposition = 3,
		Family = "Scindo",
		FinisherDamage = 200,
		Image = "DEScindo.png",
		Introduced = "[[Update 5#Update 5.4|Update 5.4]]",
		JumpAttack = 200,
		Mastery = 2,
		Name = "Scindo",
		NormalAttack = {
			Damage = {
				["Impact"] = 10,
				["Puncture"] = 10,
				["Slash"] = 80,},
			CritChance = 0.15,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 0.917,
		},
		SlideAttack = 200,
		StancePolarity = "V",
		Type = "Melee",
		WallAttack = 200,
	},
	["Scindo Prime"] = {
		BlockResist = 0.85,
		Class = "Heavy Blade",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Blade",Type = "PrimePart",Count = 1,},
				{ Name = "Handle",Type = "PrimePart",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 15,},},
		},
		Disposition = 3,
		Family = "Scindo",
		Image = "PrimeScindo.png",
		Introduced = "[[Update 14#Update 14.8|Update 14.8]]",
		JumpAttack = 260,
		Mastery = 4,
		Name = "Scindo Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 13,
				["Puncture"] = 13,
				["Slash"] = 104,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.15,
			FireRate = 0.967,
		},
		Polarities = {"V"},
		SlideAttack = 260,
		StancePolarity = "V",
		Traits = {"Prime", "Vaulted"},
		Type = "Melee",
		WallAttack = 260,
	},
	["Scoliac"] = {
		BlockResist = 0.35,
		Class = "Whip",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Mutagen Mass",Type = "Resource",Count = 4,},
				{ Name = "Nano Spores",Type = "Resource",Count = 15000,},
				{ Name = "Plastids",Type = "Resource",Count = 1200,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 4,
		FinisherDamage = 75,
		Image = "DEScoliac2.png",
		Introduced = "[[Update 11#Update 11.5|Update 11.5]]",
		JumpAttack = 110,
		JumpElement = "Toxin",
		Mastery = 6,
		Name = "Scoliac",
		NormalAttack = {
			Damage = {
				["Impact"] = 8.25,
				["Puncture"] = 8.25,
				["Slash"] = 38.5,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.15,
			FireRate = 1.25,
		},
		Polarities = {"V"},
		SlideAttack = 118,
		StancePolarity = "Ability",
		Type = "Melee",
		WallAttack = 220,
	},
	["Secura Lecta"] = {
		BlockResist = 0.35,
		Class = "Whip",
		Conclave = true,
		Disposition = 1,
		Image = "PSLecta.png",
		Introduced = "[[Update 19#Update: The Silver Grove 2|The Silver Grove 2]]",
		JumpAttack = 150,
		JumpElement = "Electricity",
		Mastery = 8,
		Name = "Secura Lecta",
		NormalAttack = {
			Damage = {
				["Electricity"] = 75,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.25,
			FireRate = 1.25,
		},
		Polarities = {"D"},
		SlideAttack = 161,
		SlideElement = "Electricity",
		StancePolarity = "D",
		Traits = {"Syndicate", "Perrin Sequence"},
		Type = "Melee",
		WallAttack = 300,
		WallElement = "Electricity",
	},
	["Serro"] = {
		BlockResist = 0.85,
		Class = "Polearm",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 180,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Fieldron",Type = "Resource",Count = 1,},
				{ Name = "Circuits",Type = "Resource",Count = 400,},
				{ Name = "Salvage",Type = "Resource",Count = 1000,},
				{ Name = "Neural Sensors",Type = "Resource",Count = 3,},},
		},
		Disposition = 5,
		Image = "Corpuspolearm.png",
		Introduced = "[[Update 13#Update 13.4|Update 13.4]]",
		JumpAttack = 150,
		Mastery = 2,
		Name = "Serro",
		NormalAttack = {
			Damage = {
				["Electricity"] = 75,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.25,
			FireRate = 0.917,
		},
		Polarities = {"V"},
		SlideAttack = 167,
		StancePolarity = "Bar",
		Type = "Melee",
		WallAttack = 125,
	},
	["Shaku"] = {
		BlockResist = 0.35,
		Class = "Nunchaku",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 180,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Ninkondi",Type = "Weapon",Count = 1,},
				{ Name = "Forma",Type = "Resource",Count = 1,},
				{ Name = "Nano Spores",Type = "Resource",Count = 1100,},
				{ Name = "Morphics",Type = "Resource",Count = 10,},},
		},
		Disposition = 5,
		Image = "TnoNunchaku.png",
		Introduced = "[[Update 18#Update 18.1|Update 18.1]]",
		JumpAttack = 110,
		Mastery = 0,
		Name = "Shaku",
		NormalAttack = {
			Damage = {
				["Impact"] = 55,
				["Puncture"] = 0,
				["Slash"] = 0,},
			CritChance = 0.075,
			CritMultiplier = 2,
			StatusChance = 0.25,
			FireRate = 1.17,
		},
		SlideAttack = 118,
		StancePolarity = "D",
		Type = "Melee",
		Users = {"[[Junction|Equinox Specter]]"},
		WallAttack = 220,
	},
	["Sheev"] = {
		BlockResist = 0.35,
		Class = "Dagger",
		Conclave = true,
		Cost = {
			Credits = 20000,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Blade",Type = "Item",Count = 1,},
				{ Name = "Heatsink",Type = "Item",Count = 1,},
				{ Name = "Hilt",Type = "Item",Count = 1,},},
		},
		Disposition = 4,
		Image = "GrineerCombatKnife.png",
		Introduced = "[[Update 14#Update 14.7|Update 14.7]]",
		JumpAttack = 90,
		Mastery = 0,
		Name = "Sheev",
		NormalAttack = {
			Damage = {
				["Impact"] = 2.25,
				["Puncture"] = 2.25,
				["Slash"] = 40.5,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.25,
			FireRate = 0.667,
		},
		Polarities = {"Bar"},
		SlideAttack = 96,
		StancePolarity = "V",
		Type = "Melee",
		Users = {"[[Executioners/Harkonar|Harkonar]]", "[[Executioners/Nok|Nok]]", "[[Executioners/Reth|Reth]]", "Ranged [[Grineer]] soldiers"},
		WallAttack = 135,
	},
	["Sibear"] = {
		BlockResist = 0.85,
		Class = "Hammer",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 165,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Magistar",Type = "Weapon",Count = 1,},
				{ Name = "Cryotic",Type = "Resource",Count = 30000,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 50000,},},
		},
		Disposition = 5,
		Image = "IceHammer.png",
		Introduced = "[[Update 18#Update 18.8|Update 18.8]]",
		JumpAttack = 260,
		Mastery = 6,
		Name = "Sibear",
		NormalAttack = {
			Damage = {
				["Cold"] = 130,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 1,
		},
		Polarities = {"D"},
		SlideAttack = 260,
		StancePolarity = "V",
		Type = "Melee",
		Users = {"[[Junction|Frost Specter]]"},
		WallAttack = 260,
	},
	["Sigma & Octantis"] = {
		BlockResist = 0.85,
		Class = "Sword and Shield",
		Conclave = true,
		Disposition = 3,
		Image = "SundialSwordAndBoard.png",
		Introduced = "[[Update 22#Hotfix 22.1.1|Hotfix 22.1.2]]",
		JumpAttack = 120,
		Mastery = 0,
		Name = "Sigma & Octantis",
		NormalAttack = {
			Damage = {
				["Impact"] = 13.2,
				["Puncture"] = 9.6,
				["Slash"] = 37.2,},
			CritChance = 0.28,
			CritMultiplier = 2.2,
			StatusChance = 0.16,
			FireRate = 1.08,
		},
		SlideAttack = 129,
		StancePolarity = "V",
		Type = "Melee",
		WallAttack = 240,
	},
	["Silva & Aegis"] = {
		BlockResist = 0.85,
		Class = "Sword and Shield",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 150,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Gallium",Type = "Resource",Count = 3,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 600,},
				{ Name = "Ferrite",Type = "Resource",Count = 1200,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 3,
		Family = "Silva & Aegis",
		Image = "TennoSwordShield.png",
		Introduced = "[[Update 14#Update 14.0|Update 14.0]]",
		JumpAttack = 70,
		JumpElement = "Heat",
		JumpRadius = 4,
		Mastery = 0,
		Name = "Silva & Aegis",
		NormalAttack = {
			Damage = {
				["Heat"] = 35,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.2,
			FireRate = 1,
		},
		SlideAttack = 75,
		SlideElement = "Heat",
		StancePolarity = "V",
		Type = "Melee",
		WallAttack = 140,
		WallElement = "Heat",
	},
	["Silva & Aegis Prime"] = {
		BlockResist = 0.9,
		Class = "Sword and Shield",
		Conclave = true,
		Cost = {
			Credits = 20000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Blade",Type = "PrimePart",Count = 1,},
				{ Name = "Guard",Type = "PrimePart",Count = 1,},
				{ Name = "Hilt",Type = "PrimePart",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 10,},},
		},
		Disposition = 3,
		Family = "Silva & Aegis",
		Image = "SilvaAegisPrime.png",
		Introduced = "[[Update 20#Hotfix 20.6.2|Hotfix 20.6.2]]",
		JumpAttack = 240,
		JumpElement = "Heat",
		JumpRadius = 4,
		Mastery = 12,
		Name = "Silva & Aegis Prime",
		NormalAttack = {
			Damage = {
				["Heat"] = 120,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.25,
			FireRate = 0.75,
		},
		Polarities = {"V", "D", "D"},
		SlideAttack = 257,
		SlideElement = "Heat",
		StancePolarity = "V",
		Traits = {"Prime"},
		Type = "Melee",
		WallAttack = 480,
		WallElement = "Heat",
	},
	["Skana"] = {
		BlockResist = 0.6,
		Class = "Sword",
		Conclave = true,
		Cost = {
			Credits = 15000,
			BPCost = 15000,
			MarketCost = 150,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Salvage",Type = "Resource",Count = 750,},
				{ Name = "Plastids",Type = "Resource",Count = 500,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 1100,},
				{ Name = "Morphics",Type = "Resource",Count = 3,},},
		},
		Disposition = 4,
		Family = "Skana",
		Image = "DESkana.png",
		JumpAttack = 70,
		Mastery = 0,
		Name = "Skana",
		NormalAttack = {
			Damage = {
				["Impact"] = 5.25,
				["Puncture"] = 5.25,
				["Slash"] = 24.5,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 0.833,
		},
		SlideAttack = 75,
		StancePolarity = "V",
		Type = "Melee",
		WallAttack = 140,
	},
	["Skana Prime"] = {
		BlockResist = 0.6,
		Class = "Sword",
		Conclave = true,
		Disposition = 4,
		Family = "Skana",
		Image = "SkanaPrime.png",
		JumpAttack = 84,
		Mastery = 0,
		Name = "Skana Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 6.3,
				["Puncture"] = 6.3,
				["Slash"] = 29.4,},
			CritChance = 0.1,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 1,
		},
		Polarities = {"V", "Bar"},
		SlideAttack = 90,
		StancePolarity = "V",
		Traits = {"Prime", "Vaulted", "Founder"},
		Type = "Melee",
		WallAttack = 168,
	},
	["Sydon"] = {
		BlockResist = 0.85,
		Class = "Polearm",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 180,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Detonite Injector",Type = "Resource",Count = 5,},
				{ Name = "Circuits",Type = "Resource",Count = 1100,},
				{ Name = "Salvage",Type = "Resource",Count = 4000,},
				{ Name = "Amphis",Type = "Weapon",Count = 2,},},
		},
		Disposition = 2,
		Image = "GrnTridentWeapon.png",
		Introduced = "[[Update 18#Update 18.2|Update 18.2]]",
		JumpAttack = 150,
		JumpElement = "Blast",
		Mastery = 2,
		Name = "Sydon",
		NormalAttack = {
			Damage = {
				["Impact"] = 3.8,
				["Puncture"] = 71.3,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.25,
			FireRate = 0.917,
		},
		SlideAttack = 167,
		StancePolarity = "Ability",
		Type = "Melee",
		Users = {"[[Shock Draga]]"},
		WallAttack = 125,
	},
	["Synoid Heliocor"] = {
		BlockResist = 0.85,
		ChannelCost = 5,
		ChannelMult = 1.8,
		Class = "Hammer",
		Disposition = 3,
		Family = "Heliocor",
		Image = "CSHeliocor.png",
		Introduced = "[[Update 19#Update: The Silver Grove 2|The Silver Grove 2]]",
		JumpAttack = 240,
		Mastery = 9,
		Name = "Synoid Heliocor",
		NormalAttack = {
			Damage = {
				["Impact"] = 102,
				["Puncture"] = 12,
				["Slash"] = 6,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.2,
			FireRate = 1.08,
		},
		SlideAttack = 240,
		StancePolarity = "V",
		Traits = {"Syndicate", "Cephalon Suda"},
		Type = "Melee",
		WallAttack = 240,
	},
	["Tekko"] = {
		BlockResist = 0.6,
		Class = "Fist",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 25000,
			MarketCost = 125,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Gallium",Type = "Resource",Count = 5,},
				{ Name = "Rubedo",Type = "Resource",Count = 700,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 3300,},
				{ Name = "Ankyros",Type = "Weapon",Count = 1,},},
		},
		Disposition = 5,
		Image = "BrawlerKnuckles.png",
		Introduced = "[[Update 17#Update_17.5|Update 17.5]]",
		JumpAttack = 45,
		Mastery = 2,
		Name = "Tekko",
		NormalAttack = {
			Damage = {
				["Impact"] = 9,
				["Puncture"] = 4.5,
				["Slash"] = 31.5,},
			CritChance = 0.3,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 0.917,
		},
		Polarities = {"V"},
		SlideAttack = 135,
		StancePolarity = "D",
		Type = "Melee",
		WallAttack = 135,
	},
	["Telos Boltace"] = {
		BlockResist = 0.6,
		Class = "Tonfa",
		Conclave = true,
		Disposition = 3,
		Family = "Boltace",
		Image = "AHBoltace.png",
		Introduced = "[[Update 19#Update: The Silver Grove 2|The Silver Grove 2]]",
		JumpAttack = 170,
		Mastery = 8,
		Name = "Telos Boltace",
		NormalAttack = {
			Damage = {
				["Impact"] = 8.5,
				["Puncture"] = 72.3,
				["Slash"] = 4.2,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.25,
			FireRate = 1.08,
		},
		SlideAttack = 510,
		StancePolarity = "V",
		Traits = {"Syndicate", "Arbiters of Hexis"},
		Type = "Melee",
		WallAttack = 340,
	},
	["Tipedo"] = {
		BlockResist = 0.6,
		Class = "Staff",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 125,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Neural Sensors",Type = "Resource",Count = 2,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 1600,},
				{ Name = "Kunai",Type = "Weapon",Count = 1,},
				{ Name = "Bo",Type = "Weapon",Count = 1,},},
		},
		Disposition = 5,
		Image = "Tipedo.png",
		Introduced = "[[Update 15#Update 15.9|Update 15.9]]",
		JumpAttack = 100,
		Mastery = 3,
		Name = "Tipedo",
		NormalAttack = {
			Damage = {
				["Impact"] = 5,
				["Puncture"] = 5,
				["Slash"] = 40,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.2,
			FireRate = 1.33,
		},
		Polarities = {"D"},
		SlideAttack = 107,
		StancePolarity = "R",
		Type = "Melee",
		Users = {"[[Junction|Mag Specter]]"},
		WallAttack = 83,
	},
	["Tonbo"] = {
		BlockResist = 0.85,
		Class = "Polearm",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 180,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Control Module",Type = "Resource",Count = 2,},
				{ Name = "Plastids",Type = "Resource",Count = 800,},
				{ Name = "Ferrite",Type = "Resource",Count = 2000,},
				{ Name = "Oxium",Type = "Resource",Count = 100,},},
		},
		Disposition = 5,
		Image = "FlowerPowerPolearm.png",
		Introduced = "[[Update 15#Update 15.15|Update 15.15]]",
		JumpAttack = 160,
		Mastery = 3,
		Name = "Tonbo",
		NormalAttack = {
			Damage = {
				["Impact"] = 8,
				["Puncture"] = 12,
				["Slash"] = 60,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.25,
			FireRate = 1,
		},
		Polarities = {"V"},
		SlideAttack = 178,
		StancePolarity = "Ability",
		Type = "Melee",
		WallAttack = 133,
	},
	["Twin Basolk"] = {
		BlockResist = 0.35,
		Class = "Dual Swords",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 185,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Dual Zoren",Type = "Weapon",Count = 1,},
				{ Name = "Atomos",Type = "Weapon",Count = 1,},
				{ Name = "Control Module",Type = "Resource",Count = 1,},},
		},
		Disposition = 4,
		Image = "GrnDualFireAxe.png",
		Introduced = "[[Update 17#Update 17.8|Update 17.8]]",
		JumpAttack = 130,
		Mastery = 3,
		Name = "Twin Basolk",
		NormalAttack = {
			Damage = {
				["Heat"] = 65,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.4,
			FireRate = 1,
		},
		Polarities = {"V"},
		SlideAttack = 390,
		StancePolarity = "Ability",
		Type = "Melee",
		Users = {"[[Flameblade]]", "[[Executioners/Garesh|Garesh]]"},
		WallAttack = 260,
	},
	["Twin Krohkur"] = {
		BlockResist = 0.6,
		Class = "Dual Swords",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = "",
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Detonite Injector",Type = "Resource",Count = 5,},
				{ Name = "Forma",Type = "Item",Count = 1,},
				{ Name = "Krohkur",Type = "Weapon",Count = 1,},
				{ Name = "Krohkur",Type = "Weapon",Count = 1,},},
				
		},
		Disposition = 5,
		Family = "Twin Krohkur",
		Image = "DualGrnEgyptSwords.png",
		Introduced = "[[Update 22#Update 22|Update 22]]",
		JumpAttack = 140,
		Mastery = 6,
		Name = "Twin Krohkur",
		NormalAttack = {
			Damage = {
				["Impact"] = 8.4,
				["Puncture"] = 12.6,
				["Slash"] = 49,},
			CritChance = 0.19,
			CritMultiplier = 1.7,
			StatusChance = 0.33,
			FireRate = 0.917,
		},
		SlideAttack = 420,
		StancePolarity = "Bar",
		Type = "Melee",
		Users = {"[[Tusk Predator]]"},
		WallAttack = 280,
	},
	["Vaykor Sydon"] = {
		BlockResist = 0.85,
		Class = "Polearm",
		Conclave = true,
		Disposition = 2,
		Image = "SMSydon.png",
		Introduced = "[[Update 19#Update: The Silver Grove 2|The Silver Grove 2]]",
		JumpAttack = 170,
		JumpElement = "Blast",
		Mastery = 8,
		Name = "Vaykor Sydon",
		NormalAttack = {
			Damage = {
				["Impact"] = 4.3,
				["Puncture"] = 80.8,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.25,
			FireRate = 1.08,
		},
		Polarities = {"V"},
		SlideAttack = 189,
		StancePolarity = "Ability",
		Traits = {"Syndicate", "Steel Meridian"},
		Type = "Melee",
		WallAttack = 142,
	},
	["Venka"] = {
		BlockResist = 0.35,
		Class = "Claws",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 175,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Gallium",Type = "Resource",Count = 4,},
				{ Name = "Salvage",Type = "Resource",Count = 1000,},
				{ Name = "Plastids",Type = "Resource",Count = 500,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 1,
		Family = "Venka",
		Image = "TennoClaws.png",
		Introduced = "[[Update 13#Update 13.9|Update 13.9]]",
		JumpAttack = 74,
		Mastery = 3,
		Name = "Venka",
		NormalAttack = {
			Damage = {
				["Impact"] = 1.85,
				["Puncture"] = 9.25,
				["Slash"] = 25.9,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.15,
			FireRate = 1,
		},
		SlideAttack = 111,
		StancePolarity = "V",
		Type = "Melee",
		Users = {"[[Violence]]"},
		WallAttack = 111,
	},
	["Venka Prime"] = {
		BlockResist = 0.35,
		Class = "Claws",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Blade",Type = "PrimePart",Count = 2,},
				{ Name = "Gauntlet",Type = "PrimePart",Count = 2,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 15,},},
		},
		Disposition = 1,
		Family = "Venka",
		Image = "VenkaPrime.png",
		Introduced = "[[Update 19#Update 19.0.7|Update 19.0.7]]",
		JumpAttack = 110,
		Mastery = 8,
		Name = "Venka Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 2.75,
				["Puncture"] = 11,
				["Slash"] = 41.25,},
			CritChance = 0.25,
			CritMultiplier = 2.5,
			StatusChance = 0.15,
			FireRate = 1.05,
		},
		Polarities = {"Bar", "V"},
		SlideAttack = 165,
		StancePolarity = "V",
		Traits = {"Prime"},
		Type = "Melee",
		WallAttack = 165,
	},
	["Volnus"] = {
		BlockResist = 0.85,
		Class = "Hammer",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 240,
			Rush = 45,
			Time = 12,
			Parts = {
				{ Name = "Oxium",Type = "Resource",Count = 225,},
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 11000,},
				{ Name = "Cryotic",Type = "Resource",Count = 875,},},
		},
		Disposition = 4,
		Family = "Volnus",
		Image = "GlassHammer.png",
		Introduced = "[[Update 22#Update: Plains of Eidolon|Update: Plains of Eidolon]]",
		JumpAttack = 200,
		Mastery = 4,
		Name = "Volnus",
		NormalAttack = {
			Damage = {
				["Impact"] = 22.0,
				["Puncture"] = 32.0,
				["Slash"] = 46.0,},
			CritChance = 0.18,
			CritMultiplier = 1.6,
			StatusChance = 0.3,
			FireRate = 1.2,
		},
		SlideAttack = 200,
		Polarities = {"V"},
		StancePolarity = "V",
		Type = "Melee",
		WallAttack = 200,
	},
	["War"] = {
		BlockResist = 0.85,
		Class = "Heavy Blade",
		Conclave = true,
		Cost = {
			Credits = 20000,
			Rush = 45,
			Time = 12,
			Parts = {
				{ Name = "Polymer Bundle",Type = "Resource",Count = 2300,},
				{ Name = "Rubedo",Type = "Resource",Count = 1400,},
				{ Name = "Nitain Extract",Type = "Resource",Count = 5,},
				{ Name = "Broken War",Type = "Weapon",Count = 1,},},
		},
		Disposition = 1,
		Image = "StalkerTwoGreatSword.png",
		Introduced = "[[Update 18#Update 18.0|Update 18.0]]",
		JumpAttack = 280,
		Mastery = 10,
		Name = "War",
		NormalAttack = {
			Damage = {
				["Impact"] = 112,
				["Puncture"] = 3.5,
				["Slash"] = 24.5,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.2,
			FireRate = 0.917,
		},
		Polarities = {"Bar"},
		SlideAttack = 280,
		StancePolarity = "D",
		Type = "Melee",
		WallAttack = 280,
	},
	["Zenistar"] = {
		AreaAttack = {
			AttackName = "Disc Explosion",
			Damage = {
				["Heat"] = 350,},
			Radius = 4,
		},
		BlockResist = 0.85,
		ChargeAttack = {
			AttackName = "Disc Impact",
			Damage = {
				["Impact"] = 75,},
			Range = 9,
		},
		Class = "Heavy Blade",
		Disposition = 1,
		Image = "SundialAxe.png",
		Introduced = "[[Update 19#Specters of the Rail 1|Specters of the Rail 1]]",
		JumpAttack = 260,
		JumpElement = "Heat",
		Mastery = 6,
		Name = "Zenistar",
		NormalAttack = {
			Damage = {
				["Heat"] = 130,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.25,
			FireRate = 0.833,
		},
		Polarities = {"V"},
		SecondaryAreaAttack = {
			AttackName = "Disc Aura",
			Damage = {
				["Heat"] = 50,},
			StatusChance = 0.5,
			Duration = 45,
			Radius = 4,
			FireRate = 1.2,
		},
		SecondaryAttack = {
			AttackName = "Attacks while disc deployed",
			Damage = {
				["Impact"] = 13,
				["Puncture"] = 13,
				["Slash"] = 104,},
			FireRate = 0.967,
		},
		SlideAttack = 260,
		SlideElement = "Heat",
		StancePolarity = "V",
		Type = "Melee",
		WallAttack = 260,
		WallElement = "Heat",
	},
	["Acrid"] = {
		Accuracy = 100,
		Class = "Pistol",
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 225,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Mutagen Mass",Type = "Resource",Count = 5,},
				{ Name = "Salvage",Type = "Resource",Count = 6000,},
				{ Name = "Nano Spores",Type = "Resource",Count = 5000,},
				{ Name = "Forma",Type = "Item",Count = 1,},},
		},
		Disposition = 5,
		Image = "Acrid2.png",
		Introduced = "[[Update 8#Update 8.0|Update 8.0]]",
		Magazine = 15,
		Mastery = 7,
		MaxAmmo = 210,
		Name = "Acrid",
		NoiseLevel = "Alarming",
		NormalAttack = {
			Damage = {
				["Toxin"] = 35,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 6.67,
			ShotType = "Projectile",
			ShotSpeed = 65,
		},
		Reload = 1.2,
		Trigger = "Semi-Auto",
		Type = "Secondary",
	},
	["Akbolto"] = {
		Accuracy = 26.7,
		Class = "Dual Pistols",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 225,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Bolto",Type = "Weapon",Count = 1,},
				{ Name = "Bolto",Type = "Weapon",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 1,},},
		},
		Disposition = 2,
		Family = "Akbolto",
		Image = "Akbolto.png",
		Introduced = "[[Update 6#Update 6.0|Update 6.0]]",
		Magazine = 30,
		Mastery = 0,
		MaxAmmo = 210,
		Name = "Akbolto",
		NoiseLevel = "Alarming",
		NormalAttack = {
			Damage = {
				["Impact"] = 4.5,
				["Puncture"] = 40.5,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.075,
			FireRate = 10,
			ShotType = "Projectile",
			ShotSpeed = 75,
		},
		Polarities = {"D"},
		Reload = 2.6,
		Trigger = "Semi-Auto",
		Type = "Secondary",
	},
	["Akbolto Prime"] = {
		Accuracy = 26.7,
		Class = "Dual Pistols",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "PrimePart",Count = 2,},
				{ Name = "Receiver",Type = "PrimePart",Count = 2,},
				{ Name = "Link",Type = "PrimePart",Count = 1,},},
		},
		Disposition = 2,
		Family = "Akbolto",
		Image = "MirageAkboltoPrime.png",
		Introduced = "[[Update 22#Update 22.7|Update 22.7]]",
		Magazine = 40,
		Mastery = 13,
		MaxAmmo = 210,
		Name = "Akbolto Prime",
		NoiseLevel = "Alarming",
		NormalAttack = {
			Damage = {
				["Impact"] = 3.2,
				["Puncture"] = 27.5,
				["Slash"] = 1.3,},
			CritChance = 0.36,
			CritMultiplier = 2.8,
			StatusChance = 0.14,
			FireRate = 7,
			ShotType = "Projectile",
			ShotSpeed = 75,
		},
		Polarities = {"Bar", "V", "V", "V"},
		Reload = 1.3,
		Trigger = "Semi-Auto",
		Type = "Secondary",
	},
	["Akbronco"] = {
		Accuracy = 3.7,
		Class = "Dual Shotguns",
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 225,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Bronco",Type = "Weapon",Count = 1,},
				{ Name = "Bronco",Type = "Weapon",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 1,},},
		},
		Disposition = 4,
		Family = "Akbronco",
		Image = "Dual Broncos.png",
		Introduced = "[[Update 8#Update 8.0|Update 8.0]]",
		Magazine = 4,
		Mastery = 2,
		MaxAmmo = 210,
		Name = "Akbronco",
		NoiseLevel = "Alarming",
		NormalAttack = {
			Damage = {
				["Impact"] = 212.8,
				["Puncture"] = 26.6,
				["Slash"] = 26.6,},
			CritChance = 0.025,
			CritMultiplier = 2,
			StatusChance = 0.2,
			PelletCount = 7,
			FireRate = 8.33,
			Falloff = {StartRange = 7,EndRange = 14,Reduction = 0.7368,},
			ShotType = "Hit-Scan",
		},
		Polarities = {"V"},
		Reload = 2.3,
		Trigger = "Semi-Auto",
		Type = "Secondary",
	},
	["Akbronco Prime"] = {
		Accuracy = 3.7,
		Class = "Dual Shotguns",
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Bronco Prime",Type = "Weapon",Count = 1,},
				{ Name = "Bronco Prime",Type = "Weapon",Count = 1,},
				{ Name = "Link",Type = "PrimePart",Count = 1,},},
		},
		Disposition = 4,
		Family = "Akbronco",
		Image = "DEPrimeDualBroncos.png",
		Introduced = "[[Update 12#Update 12.4|Update 12.4]]",
		Magazine = 8,
		Mastery = 11,
		MaxAmmo = 210,
		Name = "Akbronco Prime",
		NoiseLevel = "Alarming",
		NormalAttack = {
			Damage = {
				["Impact"] = 280,
				["Puncture"] = 35,
				["Slash"] = 35,},
			CritChance = 0.025,
			CritMultiplier = 2,
			StatusChance = 0.3,
			PelletCount = 7,
			FireRate = 5.5,
			Falloff = {StartRange = 9,EndRange = 18,Reduction = 0.74,},
			ShotType = "Hit-Scan",
		},
		Polarities = {"V", "V"},
		Reload = 2.3,
		Traits = {"Prime", "Never Vaulted"},
		Trigger = "Semi-Auto",
		Type = "Secondary",
	},
	["Afuris"] = {
		Accuracy = 8.7,
		Class = "Dual Pistols",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 225,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Furis",Type = "Weapon",Count = 1,},
				{ Name = "Furis",Type = "Weapon",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 1,},},
		},
		Disposition = 5,
		Family = "Afuris",
		Image = "Afuris.png",
		Introduced = "[[Update 5#Update 5.3|Update 5.3]]",
		Magazine = 70,
		Mastery = 4,
		MaxAmmo = 210,
		Name = "Afuris",
		NoiseLevel = "Alarming",
		NormalAttack = {
			Damage = {
				["Impact"] = 3,
				["Puncture"] = 14,
				["Slash"] = 3,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.08,
			FireRate = 20,
			ShotType = "Hit-Scan",
		},
		Polarities = {"Bar"},
		Reload = 2.8,
		Trigger = "Auto",
		Type = "Secondary",
		Users = {"[[Junction|Valkyr Specter]]"},
	},
	["Akjagara"] = {
		Accuracy = 8.7,
		Class = "Dual Pistols",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 235,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Akbolto",Type = "Weapon",Count = 1,},
				{ Name = "Dual Skana",Type = "Weapon",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 2,},},
		},
		Disposition = 5,
		Image = "TnoBladedPistols.png",
		Introduced = "[[Update 15#Update 15.13|Update 15.13]]",
		Magazine = 24,
		Mastery = 3,
		MaxAmmo = 210,
		Name = "Akjagara",
		NormalAttack = {
			Damage = {
				["Impact"] = 9,
				["Puncture"] = 9,
				["Slash"] = 42,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.2,
			PelletCount = 2,
			PelletName = "Bullet",
			FireRate = 8.33,
			ShotType = "Hit-Scan",
		},
		Polarities = {"Bar"},
		Reload = 2.3,
		Trigger = "Semi-Auto",
		Type = "Secondary",
	},
	["Aklato"] = {
		Accuracy = 11.1,
		Class = "Dual Pistols",
		Conclave = true,
		Cost = {
			Credits = 25000,
		},
		Disposition = 5,
		Image = "Aklato.png",
		Introduced = "[[Closed beta updates#Vanilla|Vanilla]]",
		Magazine = 30,
		Mastery = 3,
		MaxAmmo = 210,
		Name = "Aklato",
		NoiseLevel = "Alarming",
		NormalAttack = {
			Damage = {
				["Impact"] = 4.5,
				["Puncture"] = 7.5,
				["Slash"] = 18,},
			CritChance = 0.1,
			CritMultiplier = 1.8,
			StatusChance = 0.06,
			FireRate = 8.3,
			ShotType = "Hit-Scan",
		},
		Reload = 2.4,
		Trigger = "Semi-Auto",
		Type = "Secondary",
	},
	["Aklex"] = {
		Accuracy = 9.8,
		Class = "Dual Pistols",
		Conclave = true,
		Cost = {
			Credits = 15000,
			BPCost = 20000,
			MarketCost = 190,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Lex",Type = "Weapon",Count = 1,},
				{ Name = "Lex",Type = "Weapon",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 1,},},
		},
		Disposition = 3,
		Family = "Aklex",
		Image = "DEAklex.png",
		Introduced = "[[Update 11#Update 11.1|Update 11.1]]",
		Magazine = 12,
		Mastery = 4,
		MaxAmmo = 210,
		Name = "Aklex",
		NormalAttack = {
			Damage = {
				["Impact"] = 13,
				["Puncture"] = 104,
				["Slash"] = 13,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.15,
			FireRate = 2,
			ShotType = "Hit-Scan",
		},
		Reload = 3,
		Trigger = "Semi-Auto",
		Type = "Secondary",
		Users = {"[[Maroo]]"},
	},
	["Aklex Prime"] = {
		Accuracy = 9.8,
		Class = "Dual Pistols",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Lex Prime",Type = "Weapon",Count = 1,},
				{ Name = "Lex Prime",Type = "Weapon",Count = 1,},
				{ Name = "Link",Type = "PrimePart",Count = 1,},},
		},
		Disposition = 3,
		Family = "Aklex",
		Image = "Aklex Prime.png",
		Introduced = "[[Update 19#Update 19.8.1|Update 19.8.1]]",
		Magazine = 16,
		Mastery = 8,
		MaxAmmo = 210,
		Name = "Aklex Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 15,
				["Puncture"] = 120,
				["Slash"] = 15,},
			CritChance = 0.25,
			CritMultiplier = 2,
			StatusChance = 0.25,
			FireRate = 2.67,
			ShotType = "Hit-Scan",
		},
		Reload = 3,
		Traits = {"Prime", "Baro"},
		Trigger = "Semi-Auto",
		Type = "Secondary",
	},
	["Akmagnus"] = {
		Accuracy = 11.1,
		Class = "Dual Pistols",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 50000,
			MarketCost = 220,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Magnus",Type = "Weapon",Count = 1,},
				{ Name = "Magnus",Type = "Weapon",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 2,},},
		},
		Disposition = 4,
		Image = "DEAkmagnus.png",
		Introduced = "[[Update 11#Update 11.9|Update 11.9]]",
		Magazine = 16,
		Mastery = 0,
		Name = "Akmagnus",
		NormalAttack = {
			Damage = {
				["Impact"] = 20.3,
				["Puncture"] = 12.4,
				["Slash"] = 12.4,},
			CritChance = 0.25,
			CritMultiplier = 2,
			StatusChance = 0.25,
			FireRate = 8.33,
			ShotType = "Hit-Scan",
		},
		Reload = 3,
		Trigger = "Semi-Auto",
		Type = "Secondary",
	},
	["Aksomati"] = {
		Accuracy = 8.7,
		Class = "Dual Pistols",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 225,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Akstiletto",Type = "Weapon",Count = 1,},
				{ Name = "Cryotic",Type = "Resource",Count = 200,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 1,},},
		},
		Disposition = 4,
		Image = "AkimboSomaPistols.png",
		Introduced = "[[Update 16#Update 16.3|Update 16.3]]",
		Magazine = 70,
		Mastery = 6,
		Name = "Aksomati",
		NormalAttack = {
			Damage = {
				["Impact"] = 1.8,
				["Puncture"] = 7.2,
				["Slash"] = 9,},
			CritChance = 0.2,
			CritMultiplier = 3,
			StatusChance = 0.05,
			FireRate = 12.5,
			ShotType = "Hit-Scan",
		},
		Polarities = {"Bar"},
		Reload = 1.4,
		Trigger = "Auto-Spool",
		Type = "Secondary",
	},
	["Akstiletto"] = {
		Accuracy = 23.5,
		Class = "Dual Pistols",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 225,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Gallium",Type = "Resource",Count = 2,},
				{ Name = "Salvage",Type = "Resource",Count = 800,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 200,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 1,
		Family = "Akstiletto",
		Image = "TennoUzi.png",
		Introduced = "[[Update 12#Update 12.0|Update 12.0]]",
		Magazine = 28,
		Mastery = 2,
		MaxAmmo = 210,
		Name = "Akstiletto",
		NormalAttack = {
			Damage = {
				["Impact"] = 10.8,
				["Puncture"] = 1.8,
				["Slash"] = 5.4,},
			CritChance = 0.15,
			CritMultiplier = 1.5,
			StatusChance = 0.15,
			FireRate = 10,
			ShotType = "Hit-Scan",
		},
		Polarities = {"Bar"},
		Reload = 1.1,
		Trigger = "Auto",
		Type = "Secondary",
	},
	["Akstiletto Prime"] = {
		Accuracy = 23.5,
		Class = "Dual Pistols",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "PrimePart",Count = 2,},
				{ Name = "Receiver",Type = "PrimePart",Count = 2,},
				{ Name = "Link",Type = "PrimePart",Count = 1,},},
		},
		Disposition = 1,
		Family = "Akstiletto",
		Image = "PrimeAkstiletto.png",
		Introduced = "[[Update 18#Update 18.12|Update 18.12]]",
		Magazine = 40,
		Mastery = 5,
		MaxAmmo = 400,
		Name = "Akstiletto Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 21.6,
				["Puncture"] = 3.6,
				["Slash"] = 10.8,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.3,
			FireRate = 7.08,
			ShotType = "Hit-Scan",
		},
		Polarities = {"Bar", "V"},
		Reload = 1.1,
		Traits = {"Prime"},
		Trigger = "Auto",
		Type = "Secondary",
	},
	["Akvasto"] = {
		Accuracy = 11.1,
		Class = "Dual Pistols",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 50000,
			MarketCost = 220,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Vasto",Type = "Weapon",Count = 1,},
				{ Name = "Vasto",Type = "Weapon",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 2,},},
		},
		Disposition = 4,
		Image = "Dual vastos.png",
		Introduced = "[[Update 9#Update 9.7|Update 9.7]]",
		Magazine = 12,
		Mastery = 0,
		MaxAmmo = 210,
		Name = "Akvasto",
		NormalAttack = {
			Damage = {
				["Impact"] = 12.5,
				["Puncture"] = 12.5,
				["Slash"] = 25,},
			CritChance = 0.15,
			CritMultiplier = 1.5,
			StatusChance = 0.05,
			FireRate = 10,
			ShotType = "Hit-Scan",
		},
		Reload = 1.8,
		Trigger = "Semi-Auto",
		Type = "Secondary",
		Users = {"[[Torment]]"},
	},
	["Akzani"] = {
		Accuracy = 8.7,
		Class = "Dual Pistols",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 225,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Salvage",Type = "Resource",Count = 1500,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 1000,},
				{ Name = "Morphics",Type = "Resource",Count = 2,},
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},},
		},
		Disposition = 5,
		Image = "Akzani.png",
		Introduced = "[[Update 14#Update 14.0|Update 14.0]]",
		Magazine = 100,
		Mastery = 0,
		MaxAmmo = 400,
		Name = "Akzani",
		NormalAttack = {
			Damage = {
				["Impact"] = 2,
				["Puncture"] = 9.1,
				["Slash"] = 1.9,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.05,
			FireRate = 20,
			ShotType = "Hit-Scan",
		},
		Polarities = {"Bar"},
		Reload = 2,
		Trigger = "Auto",
		Type = "Secondary",
	},
	["Angstrum"] = {
		Accuracy = 26.7,
		ChargeAttack = {
			Damage = {
				["Blast"] = 1275,},
			PelletName = "Rocket",
			PelletCount = 3,
			AttackName = "3-Rocket Barrage",
			ChargeTime = 1.5,
			AmmoCost = 3,
			ShotType = "Projectile",
			ShotSpeed = 150,
		},
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 25000,
			BPCost = 25000,
			MarketCost = 190,
			Rush = 25,
			Time = 24,
			Parts = {
				{ Name = "Alloy Plate",Type = "Resource",Count = 600,},
				{ Name = "Circuits",Type = "Resource",Count = 400,},
				{ Name = "Salvage",Type = "Resource",Count = 900,},
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},},
		},
		Disposition = 5,
		Image = "CorpusHandRocket.png",
		Introduced = "[[Update 13#Update 13.3|Update 13.3]]",
		Magazine = 3,
		Mastery = 4,
		MaxAmmo = 30,
		Name = "Angstrum",
		NormalAttack = {
			Damage = {
				["Blast"] = 425,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.1,
			Radius = 3,
			FireRate = 1,
			ShotType = "Projectile",
			ShotSpeed = 150,
		},
		Polarities = {"D"},
		Reload = 2.5,
		Trigger = "Charge",
		Type = "Secondary",
		Users = {"[[Comba]]", "[[Scrambus]]", "[[Pelna Cade]]", "[[Jad Teran]]"},
	},
	["Arca Scisco"] = {
		Accuracy = 32,
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 25000,
			BPCost = 15000,
			MarketCost = 200,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Fieldron",Type = "Resource",Count = 5,},
				{ Name = "Oxium",Type = "Resource",Count = 250,},
				{ Name = "Salvage",Type = "Resource",Count = 12500,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 3,
		Image = "CrpScopePistol.png",
		Introduced = "[[Update 21#Update 21.7|Update 21.7]]",
		Magazine = 36,
		Mastery = 10,
		MaxAmmo = 288,
		Name = "Arca Scisco",
		NormalAttack = {
			Damage = {
				["Impact"] = 0,
				["Puncture"] = 36,
				["Slash"] = 24,},
			CritChance = 0.18,
			CritMultiplier = 1.6,
			StatusChance = 0.26,
			FireRate = 4.667,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V", "V"},
		Reload = 2.2,
		Trigger = "Semi-Auto",
		Type = "Secondary",
		Zoom = {"2.0x", "4.0x"},
	},
	["Atomos"] = {
		Accuracy = 12.5,
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 60000,
			BPCost = 30000,
			MarketCost = 200,
			Rush = 45,
			Time = 24,
			Parts = {
				{ Name = "Salvage",Type = "Resource",Count = 1500,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 1300,},
				{ Name = "Rubedo",Type = "Resource",Count = 800,},
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},},
		},
		Disposition = 2,
		Image = "GrnHeatGun.png",
		Introduced = "[[Update 16#Update 16.5|Update 16.5]]",
		Magazine = 50,
		Mastery = 4,
		MaxAmmo = 210,
		Name = "Atomos",
		NormalAttack = {
			Damage = {
				["Heat"] = 50,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 5,
			ShotType = "Discharge",
			Range = 15,
		},
		Polarities = {"D"},
		Reload = 2,
		Trigger = "Held",
		Type = "Secondary",
	},
	["Azima"] = {
		Accuracy = 15.4,
		Class = "Pistol",
		Conclave = true,
		Disposition = 5,
		Image = "SundialPistol.png",
		Introduced = "[[Update 18#Update 18.5|Update 18.5]]",
		Magazine = 75,
		Mastery = 5,
		MaxAmmo = 525,
		Name = "Azima",
		NormalAttack = {
			Damage = {
				["Impact"] = 2,
				["Puncture"] = 5,
				["Slash"] = 13,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 10,
			ShotType = "Hit-Scan",
		},
		Polarities = {"Bar", "V"},
		Reload = 1.4,
		SecondaryAttack = {
			Damage = {
				["Blast"] = 75,},
			CritChance = 0.1,
			AttackName = "Launch Turret",
			AmmoCost = 75,
		},
		Trigger = "Auto",
		Type = "Secondary",
	},
	["Ballistica"] = {
		Accuracy = 4,
		BurstCount = 4,
		ChargeAttack = {
			Damage = {
				["Impact"] = 10,
				["Puncture"] = 80,
				["Slash"] = 10,},
			ChargeTime = 1,
			ShotType = "Projectile",
			ShotSpeed = 100,
		},
		Class = "Crossbow",
		Conclave = true,
		Cost = {
			Credits = 25000,
			BPCost = 40000,
			MarketCost = 240,
			Rush = 25,
			Time = 24,
			Parts = {
				{ Name = "Neurodes",Type = "Resource",Count = 3,},
				{ Name = "Gallium",Type = "Resource",Count = 4,},
				{ Name = "Nano Spores",Type = "Resource",Count = 3000,},
				{ Name = "Rubedo",Type = "Resource",Count = 1200,},},
		},
		Disposition = 2,
		Family = "Ballistica",
		Image = "DEBallistica.png",
		Introduced = "[[Update 10#Update 10.4|Update 10.4]]",
		Magazine = 16,
		Mastery = 2,
		Name = "Ballistica",
		NoiseLevel = "Silent",
		NormalAttack = {
			Damage = {
				["Impact"] = 2.5,
				["Puncture"] = 20,
				["Slash"] = 2.5,},
			CritChance = 0.15,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 3.33,
			ShotType = "Projectile",
			ShotSpeed = 100,
			BurstCount = 4,
		},
		Reload = 2,
		Trigger = "Burst / Charge",
		Type = "Secondary",
	},
	["Ballistica Prime"] = {
		Accuracy = 4,
		ChargeAttack = {
			Damage = {
				["Impact"] = 15.2,
				["Puncture"] = 167.2,
				["Slash"] = 121.6,},
			ChargeTime = 0.8,
			PunchThrough = 1,
			PelletCount = 4,
			PelletName = "Bolt",
			ShotType = "Projectile",
			ShotSpeed = 100,
		},
		Class = "Crossbow",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Upper Limb",Type = "PrimePart",Count = 1,},
				{ Name = "Lower Limb",Type = "PrimePart",Count = 1,},
				{ Name = "String",Type = "PrimePart",Count = 1,},
				{ Name = "Receiver",Type = "PrimePart",Count = 1,},},
		},
		Disposition = 2,
		Family = "Ballistica",
		Image = "PrimeBallistica.png",
		Introduced = "[[Update 21#Update 21.6|Update 21.6]]",
		Magazine = 32,
		Mastery = 7,
		MaxAmmo = 210,
		Name = "Ballistica Prime",
		NoiseLevel = "Silent",
		NormalAttack = {
			Damage = {
				["Impact"] = 7.6,
				["Puncture"] = 83.6,
				["Slash"] = 60.8,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.2,
			PelletCount = 4,
			PelletName = "Bolt",
			FireRate = 3.33,
			AmmoCost = 4,
			ShotType = "Projectile",
			ShotSpeed = 100,
		},
		Polarities = {"Bar", "V", "V"},
		Reload = 1.2,
		Trigger = "Burst / Charge",
		BurstCount = 4,
		Type = "Secondary",
	},
	["Bolto"] = {
		Accuracy = 26.7,
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 175,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Lato",Type = "Weapon",Count = 1,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 800,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 2,},
				{ Name = "Neurodes",Type = "Resource",Count = 2,},},
		},
		Disposition = 5,
		Family = "Bolto",
		Image = "Bolto.png",
		Introduced = "[[Update 5#Update 5.3|Update 5.3]]",
		Magazine = 15,
		Mastery = 0,
		MaxAmmo = 210,
		Name = "Bolto",
		NormalAttack = {
			Damage = {
				["Impact"] = 4.5,
				["Puncture"] = 40.5,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.075,
			FireRate = 6.83,
			ShotType = "Projectile",
			ShotSpeed = 75,
		},
		Polarities = {"D"},
		Reload = 1.3,
		Trigger = "Semi-Auto",
		Type = "Secondary",
	},
	["Brakk"] = {
		Accuracy = 5.6,
		Class = "Shotgun Sidearm",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "Item",Count = 1,},
				{ Name = "Receiver",Type = "Item",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 10,},},
		},
		Disposition = 2,
		Image = "DEGrineerHandShotgun.png",
		Introduced = "[[Update 10#Update 10.6|Update 10.6]]",
		Magazine = 5,
		Mastery = 6,
		MaxAmmo = 210,
		Name = "Brakk",
		NormalAttack = {
			Damage = {
				["Impact"] = 90,
				["Puncture"] = 50,
				["Slash"] = 60,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.15,
			PelletCount = 10,
			FireRate = 5,
			Falloff = {StartRange = 11,EndRange = 22,Reduction = 0.6,},
			ShotType = "Hit-Scan",
		},
		Polarities = {"Bar", "V"},
		Reload = 1,
		Trigger = "Semi-Auto",
		Type = "Secondary",
	},
	["Bronco"] = {
		Accuracy = 3.7,
		Class = "Shotgun Sidearm",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 190,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Neurodes",Type = "Resource",Count = 2,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 1200,},
				{ Name = "Ferrite",Type = "Resource",Count = 700,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 800,},},
		},
		Disposition = 5,
		Family = "Bronco",
		Image = "Bronco.png",
		Magazine = 2,
		Mastery = 0,
		MaxAmmo = 210,
		Name = "Bronco",
		NormalAttack = {
			Damage = {
				["Impact"] = 212.8,
				["Puncture"] = 26.6,
				["Slash"] = 26.6,},
			CritChance = 0.025,
			CritMultiplier = 2,
			StatusChance = 0.2,
			PelletCount = 7,
			FireRate = 5,
			Falloff = {StartRange = 7,EndRange = 14,Reduction = 0.7368,},
			ShotType = "Hit-Scan",
		},
		Reload = 1,
		Trigger = "Semi-Auto",
		Type = "Secondary",
	},
	["Bronco Prime"] = {
		Accuracy = 3.7,
		Class = "Shotgun Sidearm",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "PrimePart",Count = 1,},
				{ Name = "Receiver",Type = "PrimePart",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 10,},},
		},
		Disposition = 5,
		Disposition = 5,
		Family = "Bronco",
		Image = "PrimeBronco.png",
		Introduced = "[[Update 9#Update 9.0|Update 9.0]]",
		Magazine = 4,
		Mastery = 3,
		MaxAmmo = 210,
		Name = "Bronco Prime",
		NoiseLevel = "Alarming",
		NormalAttack = {
			Damage = {
				["Impact"] = 280,
				["Puncture"] = 35,
				["Slash"] = 35,},
			CritChance = 0.025,
			CritMultiplier = 2,
			StatusChance = 0.3,
			PelletCount = 7,
			FireRate = 4.17,
			Falloff = {StartRange = 9,EndRange = 18,Reduction = 0.74,},
			ShotType = "Hit-Scan",
		},
		Reload = 2,
		Traits = {"Prime", "Never Vaulted"},
		Trigger = "Semi-Auto",
		Type = "Secondary",
	},
	["Castanas"] = {
		Accuracy = 100,
		Class = "Thrown",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 175,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Control Module",Type = "Resource",Count = 2,},
				{ Name = "Salvage",Type = "Resource",Count = 800,},
				{ Name = "Circuits",Type = "Resource",Count = 200,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 5,
		Family = "Castanas",
		Image = "TaserStar.png",
		Introduced = "[[Update 12#Update 12.2|Update 12.2]]",
		Magazine = 2,
		Mastery = 3,
		MaxAmmo = 30,
		Name = "Castanas",
		NormalAttack = {
			Damage = {
				["Electricity"] = 100,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 5,
			ShotType = "Projectile",
			ShotSpeed = 30,
		},
		Polarities = {"V", "V"},
		Reload = 1,
		Trigger = "Active",
		Type = "Secondary",
	},
	["Cestra"] = {
		Accuracy = 33.3,
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 25000,
			BPCost = 20000,
			MarketCost = 175,
			Rush = 25,
			Time = 24,
			Parts = {
				{ Name = "Nano Spores",Type = "Resource",Count = 3000,},
				{ Name = "Rubedo",Type = "Resource",Count = 1200,},
				{ Name = "Gallium",Type = "Resource",Count = 4,},
				{ Name = "Neurodes",Type = "Resource",Count = 2,},},
		},
		Disposition = 5,
		Image = "CorpusMinigun.png",
		Introduced = "[[Update 11#Update 11.0|Update 11.0]]",
		Magazine = 60,
		Mastery = 4,
		MaxAmmo = 420,
		Name = "Cestra",
		NormalAttack = {
			Damage = {
				["Impact"] = 5,
				["Puncture"] = 20,},
			CritChance = 0.06,
			CritMultiplier = 1.6,
			StatusChance = 0.20,
			FireRate = 8.33,
			ShotType = "Projectile",
			ShotSpeed = 100,
		},
		Reload = 2,
		Trigger = "Auto",
		Type = "Secondary",
	},
	["Cycron"] = {
		Accuracy = 100,
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 25000,
			BPCost = 15000,
			MarketCost = 200,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Fieldron",Type = "Resource",Count = 25000,},
				{ Name = "Ferrite",Type = "Resource",Count = 9000,},
				{ Name = "Circuits",Type = "Resource",Count = 1500,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 3,
		Image = "Cycron.png",
		Introduced = "[[Update 20#Update 20.3|Update 20.3]]",
		Magazine = 20,
		Mastery = 9,
		MaxAmmo = 20,
		Name = "Cycron",
		NormalAttack = {
			Damage = {
				["Heat"] = 60,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.3,
			PunchThrough = 2,
			FireRate = 5,
			ShotType = "Discharge",
			Range = 20,
		},
		Polarities = {"Bar", "Bar"},
		Reload = 5,
		Trigger = "Held",
		Type = "Secondary",
	},
	["Despair"] = {
		Accuracy = 100,
		Class = "Thrown",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 10,},
				{ Name = "Ferrite",Type = "Resource",Count = 5000,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 800,},
				{ Name = "Salvage",Type = "Resource",Count = 4500,},},
		},
		Disposition = 4,
		Image = "Despair.png",
		Introduced = "[[Update 8#Update 8.0|Update 8.0]]",
		Magazine = 10,
		Mastery = 0,
		MaxAmmo = 210,
		Name = "Despair",
		NormalAttack = {
			Damage = {
				["Impact"] = 2.8,
				["Puncture"] = 44,
				["Slash"] = 8.2,},
			CritChance = 0.025,
			CritMultiplier = 1.5,
			StatusChance = 0.025,
			FireRate = 3.33,
			ShotType = "Projectile",
			ShotSpeed = 70,
		},
		Polarities = {"V", "V"},
		Reload = 0.8,
		Trigger = "Auto",
		Type = "Secondary",
		Users = {"[[Stalker]]"},
	},
	["Detron"] = {
		Accuracy = 7.1,
		Class = "Shotgun Sidearm",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "Item",Count = 12000,},
				{ Name = "Receiver",Type = "Item",Count = 1200,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 10,},},
		},
		Disposition = 3,
		Family = "Detron",
		Image = "DECorpusHandCannon.png",
		Introduced = "[[Update 11#Update 11.5.5|Update 11.5.5]]",
		Magazine = 5,
		Mastery = 6,
		MaxAmmo = 210,
		Name = "Detron",
		NormalAttack = {
			Damage = {
				["Radiation"] = 280,},
			CritChance = 0.025,
			CritMultiplier = 1.5,
			StatusChance = 0.2,
			PelletCount = 7,
			FireRate = 3.33,
			Falloff = {StartRange = 13,EndRange = 26,Reduction = 0.65,},
			ShotType = "Hit-Scan",
			ShotSpeed = 150,
		},
		Reload = 1,
		Trigger = "Semi-Auto",
		Type = "Secondary",
		Users = {"[[Detron Crewman]]", "[[Scrambus]]", "[[Comba]]", "[[Pelna Cade]]", "[[Jad Teran]]"},
	},
	["Mara Detron"] = {
		Accuracy = 13.3,
		Class = "Shotgun Sidearm",
		Conclave = true,
		Disposition = 3,
		Family = "Detron",
		Image = "MaraDetron.png",
		Magazine = 8,
		Mastery = 9,
		Name = "Mara Detron",
		NormalAttack = {
			Damage = {
				["Radiation"] = 210,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.2,
			PelletCount = 7,
			FireRate = 4.17,
			Falloff = {StartRange = 16,EndRange = 32,Reduction = 0.5,},
			ShotType = "Hit-Scan",
		},
		Reload = 1,
		Trigger = "Semi-Auto",
		Type = "Secondary",
	},
	["Dex Furis"] = {
		Accuracy = 8.7,
		Class = "Dual Pistols",
		Conclave = true,
		Disposition = 5,
		Family = "Afuris",
		Image = "DexFuris.png",
		Introduced = "[[Update 12#Update 12.6|Update 12.6]]",
		Magazine = 100,
		Mastery = 5,
		MaxAmmo = 210,
		Name = "Dex Furis",
		NormalAttack = {
			Damage = {
				["Impact"] = 2.4,
				["Puncture"] = 11.2,
				["Slash"] = 2.4,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.2,
			FireRate = 20,
			ShotType = "Hit-Scan",
		},
		Polarities = {"Bar"},
		Reload = 2,
		Trigger = "Auto",
		Type = "Secondary",
	},
	["Dual Cestra"] = {
		Accuracy = 20,
		Class = "Dual Pistols",
		Conclave = true,
		Cost = {
			Credits = 25000,
			BPCost = 15000,
			MarketCost = 225,
			Rush = 25,
			Time = 24,
			Parts = {
				{ Name = "Cestra",Type = "Weapon",Count = 1,},
				{ Name = "Cestra",Type = "Weapon",Count = 1,},
				{ Name = "Fieldron",Type = "Resource",Count = 2,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 5,
		Family = "Dual Cestra",
		Image = "DualCorpusMinigun.png",
		Introduced = "[[Update 12#Update 12.0|Update 12.0]]",
		Magazine = 100,
		Mastery = 4,
		MaxAmmo = 210,
		Name = "Dual Cestra",
		NormalAttack = {
			Damage = {
				["Impact"] = 5,
				["Puncture"] = 20,},
			CritChance = 0.025,
			CritMultiplier = 1.5,
			StatusChance = 0.05,
			FireRate = 12.5,
			ShotType = "Projectile",
			ShotSpeed = 100,
		},
		Polarities = {"V"},
		Reload = 3.5,
		Trigger = "Auto",
		Type = "Secondary",
		Users = {"[[Darvo]]", "[[Jen Dro]]"},
	},
	["Dual Toxocyst"] = {
		Accuracy = 16,
		Class = "Dual Pistols",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 175,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Mutagen Mass",Type = "Resource",Count = 4,},
				{ Name = "Nano Spores",Type = "Resource",Count = 6500,},
				{ Name = "Plastids",Type = "Resource",Count = 1100,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 4,
		Image = "InfVomitGun.png",
		Introduced = "[[Update 18#Update 18.5|Update 18.5]]",
		Magazine = 12,
		Mastery = 11,
		MaxAmmo = 72,
		Name = "Dual Toxocyst",
		NormalAttack = {
			Damage = {
				["Impact"] = 7.5,
				["Puncture"] = 60,
				["Slash"] = 7.5,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.37,
			FireRate = 1,
			ShotType = "Hit-Scan",
		},
		Reload = 2.3,
		Trigger = "Semi-Auto",
		Type = "Secondary",
	},
	["Embolist"] = {
		Accuracy = 100,
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 50000,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Mutagen Mass",Type = "Resource",Count = 5,},
				{ Name = "Salvage",Type = "Resource",Count = 15000,},
				{ Name = "Circuits",Type = "Resource",Count = 1200,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 5,
		Image = "InfestedPistol.png",
		Introduced = "[[Update 10#Update 10.0|Update 10.0]]",
		Magazine = 100,
		Mastery = 8,
		MaxAmmo = 210,
		Name = "Embolist",
		NormalAttack = {
			Damage = {
				["Toxin"] = 18.5,},
			CritChance = 0.025,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 10,
			ShotType = "Discharge",
			Range = 6,
		},
		Polarities = {"Bar"},
		Reload = 1.5,
		Trigger = "Held",
		Type = "Secondary",
	},
	["Euphona Prime"] = {
		Accuracy = 100,
		Class = "Shotgun Sidearm",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "PrimePart",Count = 1,},
				{ Name = "Receiver",Type = "PrimePart",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 5,},},
		},
		Disposition = 2,
		Image = "EuphoraPrime.png",
		Introduced = "[[Update 19#Update 19.11.5|Update 19.11.5]]",
		Magazine = 5,
		Mastery = 14,
		MaxAmmo = 40,
		Name = "Euphona Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 292.5,
				["Puncture"] = 16.25,
				["Slash"] = 16.25,},
			CritChance = 0.3,
			CritMultiplier = 2.5,
			StatusChance = 0.02,
			FireRate = 1.5,
			ShotType = "Projectile",
			ShotSpeed = 180,
		},
		Polarities = {"V", "V", "V"},
		Reload = 2,
		SecondaryAttack = {
			Damage = {
				["Impact"] = 44,
				["Puncture"] = 176,
				["Slash"] = 660,},
			CritChance = 0.02,
			CritMultiplier = 2,
			StatusChance = 0.3,
			PelletCount = 10,
			Falloff = {StartRange = 6,EndRange = 12,},
		},
		Traits = {"Prime"},
		Trigger = "Semi-Auto",
		Type = "Secondary",
	},
	["Furis"] = {
		Accuracy = 15.4,
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 120,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Ferrite",Type = "Resource",Count = 750,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 300,},
				{ Name = "Salvage",Type = "Resource",Count = 400,},
				{ Name = "Neurodes",Type = "Resource",Count = 4,},},
		},
		Disposition = 5,
		Family = "Furis",
		Image = "Furis.png",
		Introduced = "[[Closed beta updates#Vanilla|Vanilla]]",
		Magazine = 35,
		Mastery = 2,
		MaxAmmo = 210,
		Name = "Furis",
		NormalAttack = {
			Damage = {
				["Impact"] = 3.1,
				["Puncture"] = 14,
				["Slash"] = 2.9,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.08,
			FireRate = 10,
			ShotType = "Hit-Scan",
		},
		Polarities = {"Bar"},
		Reload = 1.4,
		Trigger = "Auto",
		Type = "Secondary",
	},
	["Fusilai"] = {
		Accuracy = 100,
		Class = "Thrown",
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 190,
			Rush = 45,
			Time = 12,
			Parts = {
				{ Name = "Rubedo",Type = "Resource",Count = 2950,},
				{ Name = "Salvage",Type = "Resource",Count = 10000,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 1350,},
				{ Name = "Nitain Extract",Type = "Resource",Count = 2,},},
		},
		Conclave = true,
		Disposition = 4,
		Image = "GlassKunai.png",
		Introduced = "[[Update 22#Update: Plains of Eidolon|Update: Plains of Eidolon]]",
		Magazine = 6,
		Mastery = 7,
		MaxAmmo = 72,
		Name = "Fusilai",
		Reload = 0.8,
	    NoiseLevel = "Silent",
		NormalAttack = {
			Damage = {
				["Impact"] = 0,
				["Puncture"] = 30.8,
				["Slash"] = 46.2,},
			CritChance = 0.23,
			CritMultiplier = 1.7,
			StatusChance = 0.29,
			AttackName = "Full Auto Mode",
			FireRate = 2.83,
			ShotType = "Projectile",
			ShotSpeed = "???",
		},
		Polarities = {"V"},
		SecondaryAttack = {
			Damage = {
				["Impact"] = 0,
				["Puncture"] = 92.4,
				["Slash"] = 138.6,},
			CritChance = 0.03,
			CritMultiplier = 1.5,
			StatusChance = 0.37,
			FireRate = 1.5,
			Trigger = "Semi-Auto",
			AttackName = "Semi-Auto Mode",
			ShotType = "Projectile",
			ShotSpeed = "???",
			PelletCount = 3,
			PelletName = "Shuriken",
			AmmoCost = 3,
		    NoiseLevel = "Alarming",
			Reload = 3,
		},
		Trigger = "Auto / Semi-Auto",
		Type = "Secondary",
	},
	["Gammacor"] = {
		Accuracy = 100,
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 35000,
			MarketCost = 200,
			Rush = 45,
			Time = 12,
			Parts = {
				{ Name = "Alloy Plate",Type = "Resource",Count = 2500,},
				{ Name = "Plastids",Type = "Resource",Count = 650,},
				{ Name = "Circuits",Type = "Resource",Count = 400,},
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},},
		},
		Disposition = 1,
		Image = "Gammacor.png",
		Introduced = "[[Update 15#Update 15.5|Update 15.5]]",
		Magazine = 50,
		Mastery = 2,
		MaxAmmo = 210,
		Name = "Gammacor",
		NormalAttack = {
			Damage = {
				["Magnetic"] = 50,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.05,
			FireRate = 5,
			ShotType = "Discharge",
			Range = 25,
		},
		Polarities = {"D"},
		Reload = 2,
		Trigger = "Held",
		Type = "Secondary",
	},
	["Hikou"] = {
		Accuracy = 100,
		Class = "Thrown",
		Conclave = true,
		Cost = {
			Credits = 15000,
			BPCost = 15000,
			MarketCost = 225,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 5,},
				{ Name = "Plastids",Type = "Resource",Count = 500,},
				{ Name = "Rubedo",Type = "Resource",Count = 600,},
				{ Name = "Salvage",Type = "Resource",Count = 4000,},},
		},
		Disposition = 1,
		Family = "Hikou",
		Image = "Hikou.png",
		Introduced = "[[Update 9#Update 9.0|Update 9.0]]",
		Magazine = 20,
		Mastery = 4,
		MaxAmmo = 210,
		Name = "Hikou",
		NormalAttack = {
			Damage = {
				["Impact"] = 2.5,
				["Puncture"] = 15,
				["Slash"] = 7.5,},
			CritChance = 0.04,
			CritMultiplier = 1.6,
			StatusChance = 0.12,
			FireRate = 6.67,
			ShotType = "Projectile",
			ShotSpeed = 70,
		},
		Polarities = {"V", "V"},
		Reload = 0.8,
		Trigger = "Auto",
		Type = "Secondary",
		Users = {"[[Junction|Mag Specter]]"},
	},
	["Hikou Prime"] = {
		Accuracy = 100,
		Class = "Thrown",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Pouch",Type = "PrimePart",Count = 2,},
				{ Name = "Stars",Type = "PrimePart",Count = 2,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 8,},},
		},
		Disposition = 1,
		Family = "Hikou",
		Image = "PrimeHikou.png",
		Introduced = "[[Update 14#Update 14.8|Update 14.8]]",
		Magazine = 26,
		Mastery = 2,
		MaxAmmo = 210,
		Name = "Hikou Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 3.2,
				["Puncture"] = 27.2,
				["Slash"] = 1.6,},
			CritChance = 0.025,
			CritMultiplier = 1.5,
			StatusChance = 0.15,
			FireRate = 5.83,
			ShotType = "Projectile",
			ShotSpeed = 70,
		},
		Polarities = {"V", "V"},
		Reload = 0.5,
		Traits = {"Prime", "Vaulted"},
		Trigger = "Auto",
		Type = "Secondary",
	},
	["Knell"] = {
		Class = "Pistol",
		Cost = {
			Credits = 15000,
			BPCost = 20000,
			MarketCost = 190,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},
				{ Name = "Rubedo",Type = "Resource",Count = 5200,},
				{ Name = "Cryotic",Type = "Resource",Count = 3800,},
				{ Name = "Salvage",Type = "Resource",Count = 20000,},},
		},
		Disposition = 3,
		Image = "PriestPistol.png",
		Introduced = "[[Update 21#Update 21.0|Update 21.0]]",
		Magazine = 1,
		Mastery = 10,
		MaxAmmo = 10,
		Name = "Knell",
		NormalAttack = {
			Damage = {
				["Impact"] = 63,
				["Puncture"] = 69,
				["Slash"] = 18,},
			CritChance = 0.2,
			CritMultiplier = 1.5,
			StatusChance = 0.05,
			FireRate = 4,
			ShotType = "Hit-Scan",
		},
		Reload = 1,
		SniperComboReset = 3,
		Trigger = "Semi-Auto",
		Type = "Secondary",
	},
	["Kohmak"] = {
		Accuracy = 3.6,
		ChargeAttack = {
			AttackName = "Fully Spooled",
			PelletCount = 5,
			Damage = {
				["Impact"] = 34,
				["Puncture"] = 34,
				["Slash"] = 102,},
			AmmoCost = 1.67,
			ShotType = "Hit-Scan",
		},
		Class = "Shotgun Sidearm",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 150,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Detonite Injector",Type = "Resource",Count = 2,},
				{ Name = "Ferrite",Type = "Resource",Count = 5000,},
				{ Name = "Plastids",Type = "Resource",Count = 5000,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 5,
		Image = "GrnWindUpPistol.png",
		Introduced = "[[Update 16#Update 16.0|Update 16.0]]",
		Magazine = 40,
		Mastery = 10,
		Name = "Kohmak",
		NormalAttack = {
			Damage = {
				["Impact"] = 6.8,
				["Puncture"] = 6.8,
				["Slash"] = 20.4,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.1,
			PunchThrough = 1.5,
			AttackName = "Single Pellet",
			ShotType = "Hit-Scan",
			FireRate = 5,
			Falloff = {StartRange = 12,EndRange = 24,},
		},
		Reload = 2,
		Trigger = "Auto-Spool",
		Users = {"[[Heavy Gunner#Variants|Tusk Heavy Gunner]]"},
		Type = "Secondary",
	},
	["Kraken"] = {
		Accuracy = 16,
		BurstCount = 2,
		BurstFireRate = 2.83,
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 25000,
			BPCost = 20000,
			MarketCost = 120,
			Rush = 45,
			Time = 24,
			Parts = {
				{ Name = "Neurodes",Type = "Resource",Count = 2,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 200,},
				{ Name = "Salvage",Type = "Resource",Count = 750,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 120,},},
		},
		Disposition = 5,
		Image = "Kraken.png",
		Introduced = "[[Update 6#Update 6.3|Update 6.3]]",
		Magazine = 14,
		Mastery = 0,
		MaxAmmo = 210,
		Name = "Kraken",
		NormalAttack = {
			Damage = {
				["Impact"] = 33.8,
				["Puncture"] = 5.6,
				["Slash"] = 5.6,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 4.42,
			ShotType = "Hit-Scan",
		},
		Reload = 2.5,
		Trigger = "Burst",
		Type = "Secondary",
		Users = {"[[Seeker]]"},
	},
	["Kulstar"] = {
		Accuracy = 100,
		AreaAttack = {
			Damage = {
				["Blast"] = 200,},
			AttackName = "Rocket Explosion",
			ShotType = "Projectile",
			ShotSpeed = "???",
		},
		Class = "Pistol",
		Cost = {
			Credits = 30000,
			BPCost = 40000,
			MarketCost = 190,
			Time = 24,
			Parts = {
				{ Name = "Kraken",Type = "Weapon",Count = 1,},
				{ Name = "Tellurium",Type = "Resource",Count = 2,},
				{ Name = "Cryotic",Type = "Resource",Count = 4800,},
				{ Name = "Plastids",Type = "Resource",Count = 3600,},},
		},
		Disposition = 3,
		Image = "GrnTorpedoPistol.png",
		Introduced = "[[Update 17#Update 17.0|Update 17.0]]",
		Magazine = 3,
		Mastery = 4,
		MaxAmmo = 30,
		Name = "Kulstar",
		NormalAttack = {
			Damage = {
				["Blast"] = 175,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.1,
			AttackName = "Rocket Impact",
			ShotType = "Projectile",
			ShotSpeed = "???",
			FireRate = 2,
		},
		Polarities = {"D"},
		Reload = 2,
		SecondaryAreaAttack = {
			Damage = {
				["Blast"] = 225,},
			PelletCount = 3,
			PelletName = "Bomb",
			AttackName = "Cluster Bombs",
		},
		Trigger = "Semi-Auto",
		Type = "Secondary",
		Users = {"[[Darek Draga]]"},
	},
	["Kunai"] = {
		Accuracy = 100,
		Class = "Thrown",
		Conclave = true,
		Cost = {
			Credits = 15000,
			BPCost = 15000,
			MarketCost = 175,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 5,},
				{ Name = "Ferrite",Type = "Resource",Count = 3000,},
				{ Name = "Nano Spores",Type = "Resource",Count = 4000,},
				{ Name = "Salvage",Type = "Resource",Count = 4000,},},
		},
		Disposition = 5,
		Image = "Kunai2.png",
		Introduced = "[[Update 8#Update 8.0|Update 8.0]]",
		Magazine = 10,
		Mastery = 2,
		MaxAmmo = 210,
		Name = "Kunai",
		NormalAttack = {
			Damage = {
				["Impact"] = 4.5,
				["Puncture"] = 33.8,
				["Slash"] = 6.7,},
			CritChance = 0.025,
			CritMultiplier = 1.5,
			StatusChance = 0.025,
			FireRate = 3.33,
			ShotType = "Projectile",
			ShotSpeed = 70,
		},
		Polarities = {"V", "V"},
		Reload = 0.8,
		Trigger = "Auto",
		Type = "Secondary",
		Users = {"[[Junction|Nova Specter]]"},
	},
	["Lato"] = {
		Accuracy = 18.2,
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 10000,
		},
		Disposition = 5,
		Family = "Lato",
		Image = "Lato.png",
		Introduced = "[[Closed beta updates#Vanilla|Vanilla]]",
		Magazine = 15,
		Mastery = 0,
		MaxAmmo = 210,
		Name = "Lato",
		NoiseLevel = "Alarming",
		NormalAttack = {
			Damage = {
				["Impact"] = 7.5,
				["Puncture"] = 7.5,
				["Slash"] = 15,},
			CritChance = 0.1,
			CritMultiplier = 1.8,
			StatusChance = 0.06,
			FireRate = 6.67,
			ShotType = "Hit-Scan",
		},
		Reload = 1,
		Traits = {"Tutorial"},
		Trigger = "Semi-Auto",
		Type = "Secondary",
		Users = {"[[Lancer]] (During Tutorial and [[Vor's Prize]])"},
	},
	["Lato Prime"] = {
		Accuracy = 18.2,
		Class = "Pistol",
		Conclave = true,
		Disposition = 5,
		Family = "Lato",
		Image = "LatoPrime.png",
		Magazine = 15,
		Mastery = 6,
		MaxAmmo = 210,
		Name = "Lato Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 3.7,
				["Puncture"] = 7.4,
				["Slash"] = 25.9,},
			CritChance = 0.3,
			CritMultiplier = 2,
			StatusChance = 0.2,
			FireRate = 6.67,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V", "Bar"},
		Reload = 1,
		Traits = {"Prime", "Vaulted", "Founder"},
		Trigger = "Semi-Auto",
		Type = "Secondary",
	},
	["Lato Vandal"] = {
		Accuracy = 23,
		Class = "Pistol",
		Conclave = true,
		Disposition = 5,
		Family = "Lato",
		Image = "DELatoVandal.png",
		Introduced = "[[Update 7#Update 7.0|Update 7.0]]",
		Magazine = 15,
		Mastery = 4,
		MaxAmmo = 210,
		Name = "Lato Vandal",
		NormalAttack = {
			Damage = {
				["Impact"] = 7.5,
				["Puncture"] = 12.5,
				["Slash"] = 30,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.05,
			FireRate = 5,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V"},
		Reload = 1,
		Trigger = "Semi-Auto",
		Type = "Secondary",
	},
	["Lex"] = {
		Accuracy = 16,
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 50000,
		},
		Disposition = 1,
		Family = "Lex",
		Image = "Lex.png",
		Introduced = "[[Closed beta updates#Vanilla|Vanilla]]",
		Magazine = 6,
		Mastery = 3,
		MaxAmmo = 210,
		Name = "Lex",
		NoiseLevel = "Alarming",
		NormalAttack = {
			Damage = {
				["Impact"] = 13,
				["Puncture"] = 104,
				["Slash"] = 13,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 1.08,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V"},
		Reload = 2.35,
		Trigger = "Semi-Auto",
		Type = "Secondary",
		Users = {"[[Maroo]] (when down)"},
	},
	["Lex Prime"] = {
		Accuracy = 16,
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "PrimePart",Count = 1,},
				{ Name = "Receiver",Type = "PrimePart",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 10,},},
		},
		Disposition = 1,
		Family = "Lex",
		Image = "PrimeLex.png",
		Introduced = "[[Update 13#Update 13.0|Update 13.0]]",
		Magazine = 8,
		Mastery = 8,
		MaxAmmo = 210,
		Name = "Lex Prime",
		NoiseLevel = "Alarming",
		NormalAttack = {
			Damage = {
				["Impact"] = 15,
				["Puncture"] = 120,
				["Slash"] = 15,},
			CritChance = 0.25,
			CritMultiplier = 2,
			StatusChance = 0.25,
			FireRate = 2.08,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V"},
		Reload = 2.35,
		Traits = {"Prime", "Never Vaulted"},
		Traits = {"Prime", "Never Vaulted"},
		Trigger = "Semi-Auto",
		Type = "Secondary",
	},
	["Magnus"] = {
		Accuracy = 16,
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 25000,
			BPCost = 20000,
			MarketCost = 125,
			Rush = 40,
			Time = 24,
			Parts = {
				{ Name = "Orokin Cell",Type = "Resource",Count = 2,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 400,},
				{ Name = "Salvage",Type = "Resource",Count = 900,},
				{ Name = "Ferrite",Type = "Resource",Count = 100,},},
		},
		Disposition = 5,
		Image = "TennoMagnum.png",
		Introduced = "[[Update 11#Update 11.2|Update 11.2]]",
		Magazine = 8,
		Mastery = 0,
		MaxAmmo = 210,
		Name = "Magnus",
		NormalAttack = {
			Damage = {
				["Impact"] = 20.3,
				["Puncture"] = 12.4,
				["Slash"] = 12.4,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.2,
			FireRate = 5.83,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V"},
		Reload = 2,
		Trigger = "Semi-Auto",
		Type = "Secondary",
		Users = {"[[Junction|Volt Specter]]", "[[Junction|Ember Specter]]"},
	},
	["Marelok"] = {
		Accuracy = 10,
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 125,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Detonite Injector",Type = "Resource",Count = 2,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 5000,},
				{ Name = "Salvage",Type = "Resource",Count = 5000,},
				{ Name = "Forma",Type = "Item",Count = 1,},},
		},
		Disposition = 1,
		Family = "Marelok",
		Image = "GrineerLeverActionPistol.png",
		Introduced = "[[Update 12#Update 12.3|Update 12.3]]",
		Magazine = 6,
		Mastery = 7,
		Name = "Marelok",
		NormalAttack = {
			Damage = {
				["Impact"] = 80,
				["Puncture"] = 16,
				["Slash"] = 64,},
			CritChance = 0.15,
			CritMultiplier = 1.5,
			StatusChance = 0.3,
			FireRate = 2,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V"},
		Reload = 1.7,
		Trigger = "Semi-Auto",
		Type = "Secondary",
		Users = {"[[Shik Tal]] (Modified)", "Kuva [[Shield Lancer]]"},
	},
	["MK1-Furis"] = {
		Accuracy = 15.4,
		Class = "Pistol",
		Conclave = true,
		Disposition = 5,
		Family = "Furis",
		Image = "Furis.png",
		Introduced = "[[Update 14#Update 14.0|Update 14.0]]",
		Magazine = 35,
		Mastery = 0,
		MaxAmmo = 210,
		Name = "MK1-Furis",
		NormalAttack = {
			Damage = {
				["Impact"] = 2,
				["Puncture"] = 9.1,
				["Slash"] = 1.9,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.01,
			FireRate = 8.33,
			ShotType = "Hit-Scan",
		},
		Polarities = {"Bar"},
		Reload = 1.4,
		Trigger = "Auto",
		Type = "Secondary",
	},
	["MK1-Kunai"] = {
		Accuracy = 100,
		Class = "Thrown",
		Conclave = true,
		Disposition = 5,
		Image = "Kunai2.png",
		Introduced = "[[Update 14#Update 14.0|Update 14.0]]",
		Magazine = 10,
		Mastery = 0,
		MaxAmmo = 210,
		Name = "MK1-Kunai",
		NormalAttack = {
			Damage = {
				["Impact"] = 4,
				["Puncture"] = 30,
				["Slash"] = 6,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.025,
			FireRate = 3.33,
			ShotType = "Projectile",
			ShotSpeed = 70,
		},
		Polarities = {"V", "V"},
		Reload = 0.8,
		Trigger = "Auto",
		Type = "Secondary",
	},
	["Nukor"] = {
		Accuracy = 100,
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 150,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Detonite Injector",Type = "Resource",Count = 2,},
				{ Name = "Morphics",Type = "Resource",Count = 2,},
				{ Name = "Salvage",Type = "Resource",Count = 5500,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 5,
		Image = "GrineerMicrowaveGun.png",
		Introduced = "[[Update 14#Update 14.5|Update 14.5]]",
		Magazine = 50,
		Mastery = 4,
		MaxAmmo = 210,
		Name = "Nukor",
		NormalAttack = {
			Damage = {
				["Radiation"] = 32,},
			CritChance = 0.01,
			CritMultiplier = 4,
			StatusChance = 0.2,
			FireRate = 5,
			ShotType = "Discharge",
			Range = 20,
		},
		Reload = 2,
		Trigger = "Held",
		Type = "Secondary",
		Users = {"[[Grineer Nightwatch Corps#Nightwatch Seeker|Nightwatch Seeker]]"},
	},
	["Pandero"] = {
		Accuracy = 16,
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 190,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},
				{ Name = "Circuits",Type = "Resource",Count = 4500,},
				{ Name = "Cryotic",Type = "Resource",Count = 5500,},
				{ Name = "Salvage",Type = "Resource",Count = 25000,},},
		},
		Disposition = 3,
		Image = "TnBardPistol.png",
		Introduced = "[[Update 20#Update: Octavia's Anthem|Update: Octavia's Anthem]]",
		Magazine = 8,
		Mastery = 7,
		MaxAmmo = 210,
		Name = "Pandero",
		NormalAttack = {
			Damage = {
				["Impact"] = 18,
				["Puncture"] = 18,
				["Slash"] = 36,},
			CritChance = 0.3,
			CritMultiplier = 2.8,
			StatusChance = 0.10,
			FireRate = 3,
			ShotType = "Hit-Scan",
		},
		Reload = 1,
		SecondaryAttack = {
			Damage = {
				["Impact"] = 18,
				["Puncture"] = 18,
				["Slash"] = 36,},
			Accuracy = 8.2,
			Trigger = "Burst",
		},
		Trigger = "Semi-Auto",
		Type = "Secondary",
	},
	["Pox"] = {
		Accuracy = 100,
		AreaAttack = {
			Damage = {
				["Toxin"] = 15,},
			Duration = 4,
			AttackName = "Poison Cloud",
		},
		Class = "Thrown",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 175,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Mutagen Mass",Type = "Resource",Count = 4,},
				{ Name = "Nano Spores",Type = "Resource",Count = 6500,},
				{ Name = "Rubedo",Type = "Resource",Count = 1200,},
				{ Name = "Nitain",Type = "Resource",Count = 2,},},
		},
		Disposition = 2,
		Image = "InfProximityStars.png",
		Introduced = "[[Update_19#Update:_The_Silver_Grove|The Silver Grove]]",
		Magazine = 4,
		Mastery = 6,
		MaxAmmo = 20,
		Name = "Pox",
		NoiseLevel = "Silent",
		NormalAttack = {
			Damage = {
				["Toxin"] = 125,},
			CritChance = 0.01,
			CritMultiplier = 2,
			StatusChance = 0.35,
			FireRate = 2.08,
			ShotType = "Projectile",
			ShotSpeed = "???",
		},
		Polarities = {"V", "V"},
		Reload = 1,
		Trigger = "Auto",
		Type = "Secondary",
	},
	["Prisma Angstrum"] = {
		Accuracy = 26.7,
		ChargeAttack = {
			Damage = {
				["Blast"] = 1275,},
			PelletName = "Rocket",
			PelletCount = 3,
			AttackName = "3-Rocket Barrage",
			ChargeTime = 0.6,
			AmmoCost = 3,
			ShotType = "Projectile",
			ShotSpeed = 150,
		},
		Class = "Pistol",
		Conclave = true,
		Disposition = 5,
		Image = "PrismaAngstrum.png",
		Introduced = "[[Update 21#Update 21.7|Update 21.7]]",
		Magazine = 3,
		Mastery = 4,
		MaxAmmo = 30,
		Name = "Prisma Angstrum",
		NormalAttack = {
			Damage = {
				["Blast"] = 425,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.1,
			Radius = 3,
			FireRate = 1,
			ShotType = "Projectile",
			ShotSpeed = 150,
		},
		Polarities = {"D"},
		Reload = 1.8,
		Traits = {"Prisma", "Baro"},
		Trigger = "Charge",
		Type = "Secondary",
	},
	["Pyrana"] = {
		Accuracy = 5,
		Class = "Shotgun Sidearm",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 175,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Control Module",Type = "Resource",Count = 2,},
				{ Name = "Salvage",Type = "Resource",Count = 800,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 200,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 4,
		Image = "SawnOffShotgun.png",
		Introduced = "[[Update 13#Update 13.6|Update 13.6]]",
		Magazine = 10,
		Mastery = 12,
		MaxAmmo = 210,
		Name = "Pyrana",
		NormalAttack = {
			Damage = {
				["Impact"] = 26.4,
				["Puncture"] = 26.4,
				["Slash"] = 211.2,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.1,
			PelletCount = 12,
			FireRate = 4.17,
			Falloff = {StartRange = 15,EndRange = 30,Reduction = 0.727,},
			ShotType = "Hit-Scan",
		},
		Reload = 2,
		Trigger = "Auto",
		Type = "Secondary",
	},
	["Rakta Ballistica"] = {
		Accuracy = 4,
		ChargeAttack = {
			Damage = {
				["Impact"] = 15,
				["Puncture"] = 270,
				["Slash"] = 15,},
			ChargeTime = 1,
			ShotType = "Projectile",
			ShotSpeed = 100,
		},
		Class = "Crossbow",
		Conclave = true,
		Disposition = 2,
		Family = "Ballistica",
		Image = "RVBallistica.png",
		Introduced = "[[Update 15#Update 15.5|Update 15.5]]",
		Magazine = 20,
		Mastery = 6,
		MaxAmmo = 210,
		Name = "Rakta Ballistica",
		NoiseLevel = "Silent",
		NormalAttack = {
			Damage = {
				["Impact"] = 3.75,
				["Puncture"] = 67.5,
				["Slash"] = 3.75,},
			CritChance = 0.2,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 3.33,
			BurstCount = 4,
			ShotType = "Projectile",
			ShotSpeed = 100,
		},
		Polarities = {"D", "V"},
		Reload = 2,
		SyndicateEffect = "Blight",
		Traits = {"Syndicate", "Red Veil"},
		Trigger = "Burst / Charge",
		Type = "Secondary",
		Users = {"[[Red Veil]] [[Syndicate Operatives|Operatives]]"},
	},
	["Sancti Castanas"] = {
		Accuracy = 100,
		Class = "Thrown",
		Conclave = true,
		Disposition = 5,
		Family = "Castanas",
		Image = "NLCastanas.png",
		Introduced = "[[Update 15#Update 15.5|Update 15.5]]",
		Magazine = 2,
		Mastery = 6,
		MaxAmmo = 30,
		Name = "Sancti Castanas",
		NormalAttack = {
			Damage = {
				["Electricity"] = 115,},
			CritChance = 0.1,
			CritMultiplier = 1.5,
			StatusChance = 0.15,
			FireRate = 5,
			ShotType = "Projectile",
			ShotSpeed = 30,
		},
		Polarities = {"V", "V", "D"},
		Reload = 1,
		SyndicateEffect = "Purity",
		Traits = {"Syndicate", "New Loka"},
		Trigger = "Active",
		Type = "Secondary",
		Users = {"[[New Loka]] [[Syndicate Operatives|Operatives]]"},
	},
	["Secura Dual Cestra"] = {
		Accuracy = 20,
		Class = "Dual Pistols",
		Conclave = true,
		Disposition = 5,
		Family = "Dual Cestra",
		Image = "PSDualCestra.png",
		Introduced = "[[Update 15#Update 15.5|Update 15.5]]",
		Magazine = 120,
		Mastery = 10,
		MaxAmmo = 480,
		Name = "Secura Dual Cestra",
		NormalAttack = {
			Damage = {
				["Impact"] = 5.6,
				["Puncture"] = 22.4,},
			CritChance = 0.16,
			CritMultiplier = 1.6,
			StatusChance = 0.28,
			FireRate = 12.5,
			ShotType = "Projectile",
			ShotSpeed = 100,
		},
		Polarities = {"V", "Bar"},
		Reload = 3.5,
		SyndicateEffect = "Sequence",
		Traits = {"Syndicate", "Perrin Sequence"},
		Trigger = "Auto",
		Type = "Secondary",
		Users = {"[[The Perrin Sequence|Perrin Sequence]] [[Syndicate Operatives|Operatives]]"},
	},
	["Seer"] = {
		Accuracy = 16,
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "Item",Count = 1,},
				{ Name = "Receiver",Type = "Item",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 2,},},
		},
		Disposition = 5,
		Image = "CaptainVorPistol.png",
		Introduced = "[[Update 9#Update 9.0|Update 9.0]]",
		Magazine = 8,
		Mastery = 0,
		MaxAmmo = 210,
		Name = "Seer",
		NormalAttack = {
			Damage = {
				["Impact"] = 28.4,
				["Puncture"] = 28.3,
				["Slash"] = 28.3,},
			CritChance = 0,
			CritMultiplier = 1,
			StatusChance = 0.1,
			FireRate = 2,
			ShotType = "Projectile",
			ShotSpeed = 200,
		},
		Reload = 2.8,
		Trigger = "Semi-Auto",
		Type = "Secondary",
		Users = {"[[Captain Vor]]"},
	},
	["Sicarus"] = {
		Accuracy = 20,
		BurstFireRate = 3.5,
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 20000,
			},
		Disposition = 5,
		Family = "Sicarus",
		Image = "Sicarus.png",
		Magazine = 15,
		Mastery = 3,
		Name = "Sicarus",
		NormalAttack = {
			Damage = {
				["Impact"] = 28,
				["Puncture"] = 6,
				["Slash"] = 6,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.05,
			FireRate = 7.39,
			BurstCount = 3,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V"},
		Reload = 2,
		Trigger = "Burst",
		Type = "Secondary",
	},
	["Sicarus Prime"] = {
		Accuracy = 25,
		BurstFireRate = 5,
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "PrimePart",Count = 1,},
				{ Name = "Receiver",Type = "PrimePart",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 10,},},
		},
		Disposition = 5,
		Family = "Sicarus",
		Image = "DESicarus Prime.png",
		Introduced = "[[Update 11#Update 11.0|Update 11.0]]",
		Magazine = 24,
		Mastery = 7,
		MaxAmmo = 210,
		Name = "Sicarus Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 20,
				["Puncture"] = 15,
				["Slash"] = 15,},
			CritChance = 0.25,
			CritMultiplier = 2,
			StatusChance = 0.2,
			FireRate = 9.38,
			BurstCount = 3,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V"},
		Reload = 2,
		Traits = {"Prime", "Vaulted"},
		Trigger = "Burst",
		Type = "Secondary",
	},
	["Sonicor"] = {
		Accuracy = 100,
		AreaAttack = {
			Damage = {
				["Impact"] = 50,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.25,
			Radius = 5,
		},
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 200,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Alloy Plate",Type = "Resource",Count = 6500,},
				{ Name = "Oxium",Type = "Resource",Count = 600,},
				{ Name = "Plastids",Type = "Resource",Count = 2600,},
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},},
		},
		Disposition = 1,
		Image = "CrpAirPistolArray.png",
		Introduced = "[[Update 17#Update 17.5|Update 17.5]]",
		Magazine = 15,
		Mastery = 2,
		MaxAmmo = 150,
		Name = "Sonicor",
		NormalAttack = {
			Damage = {
				["Impact"] = 150,},
			CritChance = 0,
			StatusChance = 0,
			FireRate = 1.25,
			ShotType = "Projectile",
			ShotSpeed = 80,
			Range = 15,
		},
		Polarities = {"D"},
		Reload = 3,
		Trigger = "Semi-Auto",
		Type = "Secondary",
		Users = {"[[Derim Zahn]]"},
	},
	["Spectra"] = {
		Accuracy = 100,
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 25000,
			BPCost = 15000,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Fieldron",Type = "Resource",Count = 3,},
				{ Name = "Circuits",Type = "Resource",Count = 700,},
				{ Name = "Ferrite",Type = "Resource",Count = 5000,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 5,
		Image = "Spectra.png",
		Introduced = "[[Update 9#Update 9.0|Update 9.0]]",
		Magazine = 80,
		Mastery = 4,
		MaxAmmo = 360,
		Name = "Spectra",
		NormalAttack = {
			Damage = {
				["Impact"] = 3,
				["Puncture"] = 21,
				["Slash"] = 6,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.2,
			FireRate = 5,
			ShotType = "Discharge",
			Range = 15,
		},
		Reload = 2,
		Trigger = "Held",
		Type = "Secondary",
	},
	["Spira"] = {
		Accuracy = 100,
		Class = "Thrown",
		Conclave = true,
		Cost = {
			Credits = 15000,
			BPCost = 20000,
			MarketCost = 175,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Gallium",Type = "Resource",Count = 5,},
				{ Name = "Ferrite",Type = "Resource",Count = 2500,},
				{ Name = "Plastids",Type = "Resource",Count = 800,},
				{ Name = "Salvage",Type = "Resource",Count = 4000,},},
		},
		Disposition = 1,
		Image = "LiDagger.png",
		Introduced = "[[Update 17#Update 17.4.5|Update 17.4.5]]",
		Magazine = 10,
		Mastery = 1,
		MaxAmmo = 210,
		Name = "Spira",
		NormalAttack = {
			Damage = {
				["Impact"] = 5.5,
				["Puncture"] = 33,
				["Slash"] = 16.5,},
			CritChance = 0.25,
			CritMultiplier = 2,
			StatusChance = 0.05,
			FireRate = 2.5,
			ShotType = "Projectile",
			ShotSpeed = "???",
		},
		Polarities = {"V", "V"},
		Reload = 1,
		Trigger = "Auto",
		Type = "Secondary",
	},
	["Spira Prime"] = {
		Accuracy = 100,
		Class = "Thrown",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Pouch",Type = "PrimePart",Count = 2,},
				{ Name = "Blade",Type = "PrimePart",Count = 2,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 8,},},
		},
		Disposition = 1,
		Image = "PrimeLiDagger.png",
		Introduced = "[[Update 18#Update 18.4.12|Update 18.4.12]]",
		Magazine = 12,
		Mastery = 10,
		MaxAmmo = 210,
		Name = "Spira Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 6,
				["Puncture"] = 48,
				["Slash"] = 6,},
			CritChance = 0.3,
			CritMultiplier = 3.0,
			StatusChance = 0.14,
			FireRate = 3.33,
			ShotType = "Projectile",
			ShotSpeed = 70,
		},
		Polarities = {"V", "V"},
		Reload = 0.8,
		Traits = {"Prime"},
		Trigger = "Auto",
		Type = "Secondary",
	},
	["Staticor"] = {
		Accuracy = 16.7,
		AreaAttack = {
			AttackName = "Fully Charged Shot",
			Damage = {
				["Radiation"] = 140,},
			ChargeTime = 3,
			AmmoCost = 5,
		},
		ChargeAttack = {
			AttackName = "Uncharged Explosion",
			Damage = {
				["Radiation"] = 45,},
			ShotType = "Projectile",
			ShotSpeed = "???",
			Radius = 3,
		},
		Class = "Dual Pistols",
		Conclave = true,
		Cost = {
			Credits = 25000,
			BPCost = 50000,
			MarketCost = 200,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Fieldron",Type = "Resource",Count = 10,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 6000,},
				{ Name = "Ferrite",Type = "Resource",Count = 9000,},
				{ Name = "Nitain",Type = "Resource",Count = 3,},},
		},
		Disposition = 1,
		Image = "CrpElectroMag.png",
		Introduced = "[[Update 18#Update 18.4.7|Update 18.4.7]]",
		Magazine = 45,
		Mastery = 5,
		MaxAmmo = 270,
		Name = "Staticor",
		NormalAttack = {
			Damage = {
				["Radiation"] = 35,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.25,
			ChargeTime = 3,
			AttackName = "Uncharged Shot",
			FireRate = 3.5,
			ShotType = "Projectile",
			ShotSpeed = 50,
		},
		Polarities = {"Bar"},
		Reload = 1.5,
		SecondaryAreaAttack = {
			AttackName = "Fully Charged Explosion",
			Damage = {
				["Radiation"] = 180,},
			Radius = 8,
		},
		Trigger = "Charge",
		Type = "Secondary",
	},
	["Stug"] = {
		ChargeAttack = {
			Damage = {
				["Corrosive"] = 936,},
			ShotType = "Projectile",
			ShotSpeed = "???",
			AmmoCost = 6,
			ChargeTime = 3,
		},
		Class = "Pistol",
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 120,
			Rush = 25,
			Time = 24,
			Parts = {
				{ Name = "Neurodes",Type = "Resource",Count = 3,},
				{ Name = "Gallium",Type = "Resource",Count = 4,},
				{ Name = "Salvage",Type = "Resource",Count = 3000,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 1200,},},
		},
		Disposition = 5,
		Image = "GrineerCrossbowGooGun.png",
		Introduced = "[[Update 11#Update 11.5|Update 11.5]]",
		Magazine = 20,
		Mastery = 2,
		Name = "Stug",
		NormalAttack = {
			Damage = {
				["Corrosive"] = 156,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0,
			FireRate = 4,
			ShotType = "Projectile",
			ShotSpeed = 35,
		},
		Polarities = {"D"},
		Reload = 2,
		Trigger = "Charge",
		Type = "Secondary",
		Users = {"[[Artificer]]"},
	},
	["Stubba"] = {
		Class = "Pistol",
		Cost = {
			MarketCost = 190,
			Credits = 20000,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Grokdrul",Type = "Resource",Count = 45,},
				{ Name = "Coprite Alloy",Type = "Resource",Count = 25,},
				{ Name = "Ferrite",Type = "Resource",Count = 4485,},
				{ Name = "Neurodes",Type = "Resource",Count = 2,},},
		},
		Disposition = 4,
		Image = "GrnUziWeapon.png",
		Introduced = "[[Update 22#Update 22.8.0|Update 22]]",
		Magazine = 57,
		Mastery = 5,
		MaxAmmo = 399,
		Name = "Stubba",
		NormalAttack = {
			Damage = {
				["Impact"] = 14.2,
				["Puncture"] = 3.3,
				["Slash"] = 15.5,},
			CritChance = 0.21,
			CritMultiplier = 1.9,
			StatusChance = 0.13,
			FireRate = 6.33,
			ShotType = "Hit-Scan",
		},
		Reload = 1.3,
		Trigger = "Auto",
		Type = "Secondary",
	},
	["Synoid Gammacor"] = {
		Accuracy = 100,
		Class = "Pistol",
		Conclave = true,
		Disposition = 1,
		Image = "SynoidGammacor.png",
		Introduced = "[[Update 15#Update 15.5|Update 15.5]]",
		Magazine = 150,
		Mastery = 6,
		MaxAmmo = 450,
		Name = "Synoid Gammacor",
		NormalAttack = {
			Damage = {
				["Magnetic"] = 28,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.2,
			FireRate = 15,
			ShotType = "Discharge",
			Range = 25,
		},
		Polarities = {"D", "Bar"},
		Reload = 2,
		SyndicateEffect = "Entropy",
		Traits = {"Syndicate", "Cephalon Suda"},
		Trigger = "Held",
		Type = "Secondary",
		Users = {"[[Cephalon Suda]] [[Syndicate Operatives|Operatives]]"},
	},
	["Talons"] = {
		Accuracy = 100,
		Class = "Thrown",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 175,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Control Module",Type = "Resource",Count = 2,},
				{ Name = "Ferrite",Type = "Resource",Count = 1500,},
				{ Name = "Oxium",Type = "Resource",Count = 1200,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 5,
		Image = "U18throwingknives.png",
		Introduced = "[[Update 18#Update 18.0|Update 18.0]]",
		Magazine = 4,
		Mastery = 5,
		MaxAmmo = 20,
		Name = "Talons",
		NormalAttack = {
			Damage = {
				["Blast"] = 100,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 5,
			ShotType = "Projectile",
			ShotSpeed = 25,
		},
		Polarities = {"V", "V"},
		Reload = 1,
		Trigger = "Active",
		Type = "Secondary",
	},
	["Telos Akbolto"] = {
		Accuracy = 26.7,
		Class = "Dual Pistols",
		Conclave = true,
		Disposition = 2,
		Family = "Akbolto",
		Image = "AHAkbolto.png",
		Introduced = "[[Update 15#Update 15.5|Update 15.5]]",
		Magazine = 30,
		Mastery = 6,
		MaxAmmo = 210,
		Name = "Telos Akbolto",
		NormalAttack = {
			Damage = {
				["Impact"] = 5,
				["Puncture"] = 45,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.125,
			FireRate = 10,
			ShotType = "Projectile",
			ShotSpeed = 75,
		},
		Polarities = {"D", "Bar"},
		Reload = 2.6,
		SyndicateEffect = "Truth",
		Traits = {"Syndicate", "Arbiters of Hexis"},
		Trigger = "Semi-Auto",
		Type = "Secondary",
		Users = {"[[Arbiters of Hexis]] [[Syndicate Operatives|Operatives]]"},
	},
	["Twin Grakatas"] = {
		Accuracy = 28.6,
		Class = "Dual Pistols",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 20000,
			MarketCost = 225,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Grakata",Type = "Weapon",Count = 1,},
				{ Name = "Grakata",Type = "Weapon",Count = 1,},
				{ Name = "Forma",Type = "Item",Count = 1,},},
		},
		Disposition = 2,
		Image = "Akgrakata.png",
		Introduced = "[[Update 17#Update 17.0|Update 17.0]]",
		Magazine = 120,
		Mastery = 0,
		MaxAmmo = 1200,
		Name = "Twin Grakatas",
		NormalAttack = {
			Damage = {
				["Impact"] = 8,
				["Puncture"] = 6.7,
				["Slash"] = 5.3,},
			CritChance = 0.25,
			CritMultiplier = 2,
			StatusChance = 0.1,
			PelletCount = 2,
			PelletName = "Bullet",
			FireRate = 20,
			ShotType = "Hit-Scan",
		},
		Polarities = {"Bar"},
		Reload = 3,
		Trigger = "Auto",
		Type = "Secondary",
		Users = {"[[Clem]]"},
	},
	["Twin Gremlins"] = {
		Accuracy = 16.7,
		Class = "Dual Pistols",
		Conclave = true,
		Cost = {
			Credits = 25000,
			MarketCost = 190,
			Rush = 45,
			Time = 24,
			Parts = {
				{ Name = "Neurodes",Type = "Resource",Count = 5,},
				{ Name = "Circuits",Type = "Resource",Count = 900,},
				{ Name = "Salvage",Type = "Resource",Count = 1500,},
				{ Name = "Rubedo",Type = "Resource",Count = 1200,},},
		},
		Disposition = 5,
		Image = "Gremlin.png",
		Introduced = "[[Update 9#Update 9.5|Update 9.5]]",
		Magazine = 30,
		Mastery = 0,
		MaxAmmo = 210,
		Name = "Twin Gremlins",
		NormalAttack = {
			Damage = {
				["Impact"] = 10,
				["Puncture"] = 10,
				["Slash"] = 10,},
			CritChance = 0.1,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 5,
			ShotType = "Projectile",
			ShotSpeed = 65,
		},
		Polarities = {"V"},
		Reload = 2,
		Trigger = "Auto",
		Type = "Secondary",
	},
	["Twin Kohmak"] = {
		Accuracy = 3.6,
		ChargeAttack = {
			AttackName = "Fully Spooled",
			PelletCount = 5,
			Damage = {
				["Impact"] = 34,
				["Puncture"] = 34,
				["Slash"] = 102,},
			AmmoCost = 1.67,
			ShotType = "Hit-Scan",
		},
		Class = "Dual Shotguns",
		Conclave = true,
		Cost = {
			Credits = 20000,
			MarketCost = 225,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Kohmak",Type = "Weapon",Count = 1,},
				{ Name = "Kohmak",Type = "Weapon",Count = 1,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 3,
		Image = "DualKohmak.png",
		Introduced = "[[Update 16#Update 16.0|Update 16.0]]",
		Magazine = 80,
		Mastery = 6,
		MaxAmmo = 240,
		Name = "Twin Kohmak",
		NormalAttack = {
			Damage = {
				["Impact"] = 6.8,
				["Puncture"] = 6.8,
				["Slash"] = 20.4,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.1,
			PunchThrough = 1.5,
			AttackName = "Single Pellet",
			ShotType = "Hit-Scan",
			FireRate = 8,
			Falloff = {StartRange = 12,EndRange = 24,},
		},
		Polarities = {"D"},
		Reload = 2.2,
		Trigger = "Auto-Spool",
		Type = "Secondary",
	},
	["Twin Rogga"] = {
		Accuracy = 4.3,
		Class = "Dual Shotguns",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 30000,
			MarketCost = 190,
			Rush = 40,
			Time = 24,
			Parts = {
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},
				{ Name = "Kuva",Type = "Resource",Count = 1600,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 2600,},
				{ Name = "Ferrite",Type = "Resource",Count = 15000,},},
		},
		Disposition = 3,
		Image = "GrnQueenGuardDualPistols.png",
		Magazine = 2,
		Mastery = 8,
		MaxAmmo = 120,
		Name = "Twin Rogga",
		NormalAttack = {
			Damage = {
				["Impact"] = 240,
				["Puncture"] = 300,
				["Slash"] = 60,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.15,
			PelletCount = 15,
			FireRate = 2.5,
			Falloff = {StartRange = 10,EndRange = 20,Reduction = 0.5,},
			ShotType = "Hit-Scan",
		},
		Polarities = {"Bar", "V"},
		Reload = 1.5,
		Trigger = "Semi-Auto",
		Type = "Secondary",
		Users = {"[[Kuva Guardian]]"},
	},
	["Twin Vipers"] = {
		Accuracy = 8.7,
		Class = "Dual Pistols",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 225,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Viper",Type = "Weapon",Count = 1,},
				{ Name = "Viper",Type = "Weapon",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 1,},},
		},
		Disposition = 5,
		dual = "[[Update 7#Update 7.7.3|Update 7.7.3]]",
		Family = "Twin Vipers",
		Image = "Viper, dual.png",
		Magazine = 28,
		Mastery = 0,
		MaxAmmo = 210,
		Name = "Twin Vipers",
		NormalAttack = {
			Damage = {
				["Impact"] = 9.6,
				["Puncture"] = 1.6,
				["Slash"] = 4.8,},
			CritChance = 0.15,
			CritMultiplier = 1.5,
			StatusChance = 0.01,
			FireRate = 25,
			ShotType = "Hit-Scan",
		},
		Polarities = {"Bar"},
		Reload = 2,
		Trigger = "Auto",
		Type = "Secondary",
	},
	["Twin Vipers Wraith"] = {
		Accuracy = 11.1,
		Class = "Dual Pistols",
		Conclave = true,
		Cost = {
			Credits = 25000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "Item",Count = 1,},
				{ Name = "Receiver",Type = "Item",Count = 1,},
				{ Name = "Link",Type = "Item",Count = 1,},},
		},
		Disposition = 5,
		Family = "Twin Vipers",
		Image = "DEWraithTwinVipers.png",
		Introduced = "[[Update 11#Update 11.5|Update 11.5]]",
		Magazine = 40,
		Mastery = 0,
		MaxAmmo = 210,
		Name = "Twin Vipers Wraith",
		NormalAttack = {
			Damage = {
				["Impact"] = 14.4,
				["Puncture"] = 1.8,
				["Slash"] = 1.8,},
			CritChance = 0.18,
			CritMultiplier = 2,
			StatusChance = 0.05,
			FireRate = 25,
			ShotType = "Hit-Scan",
		},
		Polarities = {"Bar"},
		Reload = 2,
		Traits = {"Wraith", "Invasion Reward"},
		Trigger = "Auto",
		Type = "Secondary",
	},
	["Tysis"] = {
		Accuracy = 100,
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 30000,
			MarketCost = 120,
			Rush = 40,
			Time = 24,
			Parts = {
				{ Name = "Neurodes",Type = "Resource",Count = 2,},
				{ Name = "Plastids",Type = "Resource",Count = 400,},
				{ Name = "Nano Spores",Type = "Resource",Count = 900,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 100,},},
		},
		Disposition = 5,
		Image = "DETysis.png",
		Introduced = "[[Update 11#Update 11.7|Update 11.7]]",
		Magazine = 15,
		Mastery = 4,
		MaxAmmo = 210,
		Name = "Tysis",
		NormalAttack = {
			Damage = {
				["Corrosive"] = 35,},
			CritChance = 0.025,
			CritMultiplier = 1.5,
			StatusChance = 0.5,
			FireRate = 2.5,
			ShotType = "Projectile",
			ShotSpeed = 75,
		},
		Reload = 1.2,
		Trigger = "Semi-Auto",
		Type = "Secondary",
	},
	["Vasto"] = {
		Accuracy = 16,
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 30000,
			MarketCost = 190,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Neurodes",Type = "Resource",Count = 4,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 1200,},
				{ Name = "Ferrite",Type = "Resource",Count = 700,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 1000,},},
		},
		Disposition = 5,
		Family = "Vasto",
		Image = "Vasto.png",
		Introduced = "[[Update 9#Update 9.3|Update 9.3]]",
		Magazine = 6,
		Mastery = 0,
		MaxAmmo = 210,
		Name = "Vasto",
		NormalAttack = {
			Damage = {
				["Impact"] = 12.5,
				["Puncture"] = 12.5,
				["Slash"] = 25,},
			CritChance = 0.15,
			CritMultiplier = 1.5,
			StatusChance = 0.05,
			FireRate = 5,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V"},
		Reload = 1,
		Trigger = "Semi-Auto",
		Type = "Secondary",
	},
	["Vasto Prime"] = {
		Accuracy = 16,
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "PrimePart",Count = 1,},
				{ Name = "Receiver",Type = "PrimePart",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 10,},},
		},
		Disposition = 5,
		Family = "Vasto",
		Image = "PrimeVasto.png",
		Introduced = "[[Update 15#Update 15.7|Update 15.7]]",
		Magazine = 6,
		Mastery = 3,
		Name = "Vasto Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 10.5,
				["Puncture"] = 10.5,
				["Slash"] = 49.0,},
			CritChance = 0.20,
			CritMultiplier = 2,
			StatusChance = 0.20,
			FireRate = 5.42,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V", "V"},
		Reload = 1,
		Traits = {"Prime", "Vaulted"},
		Trigger = "Semi-Auto",
		Type = "Secondary",
	},
	["Vaykor Marelok"] = {
		Accuracy = 10,
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Syndicate = "Steel Meridian",
			Reputation = 125000,
			Rank = 5,
		},
		Disposition = 1,
		Family = "Marelok",
		Image = "SMMarelok.png",
		Introduced = "[[Update 15#Update 15.5|Update 15.5]]",
		Magazine = 10,
		Mastery = 6,
		Name = "Vaykor Marelok",
		NormalAttack = {
			Damage = {
				["Impact"] = 96,
				["Puncture"] = 16,
				["Slash"] = 48,},
			CritChance = 0.2,
			CritMultiplier = 1.5,
			StatusChance = 0.35,
			FireRate = 2,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V", "D"},
		Reload = 1.7,
		SyndicateEffect = "Justice",
		Traits = {"Syndicate", "Steel Meridian"},
		Trigger = "Semi-Auto",
		Type = "Secondary",
		Users = {"[[Steel Meridian]] [[Syndicate Operatives|Operatives]]"},
	},
	["Viper"] = {
		Accuracy = 15.4,
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 75,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Salvage",Type = "Resource",Count = 300,},
				{ Name = "Ferrite",Type = "Resource",Count = 600,},
				{ Name = "Nano Spores",Type = "Resource",Count = 900,},
				{ Name = "Morphics",Type = "Resource",Count = 1,},},
		},
		Disposition = 5,
		Image = "Viper.png",
		Introduced = "[[Update 7#Update 7.0|Update 7.0]]",
		Magazine = 14,
		Mastery = 0,
		MaxAmmo = 210,
		Name = "Viper",
		NormalAttack = {
			Damage = {
				["Impact"] = 9.6,
				["Puncture"] = 1.6,
				["Slash"] = 4.8,},
			CritChance = 0.15,
			CritMultiplier = 1.5,
			StatusChance = 0.01,
			FireRate = 14.38,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V"},
		Reload = 1.1,
		Trigger = "Auto",
		Type = "Secondary",
		Users = {"[[Shield Lancer]]", "[[Seeker]] Variants"},
	},
	["Viper Wraith"] = {
		Accuracy = 28.6,
		Class = "Pistol",
		Conclave = true,
		Disposition = 5,
		Image = "ViperWraith.png",
		Introduced = "[[Update 22#Hotfix 22.8.4|Hotfix 22.8.4]]",
		Magazine = 20,
		Mastery = 0,
		MaxAmmo = 420,
		Name = "Viper Wraith",
		NormalAttack = {
			Damage = {
				["Impact"] = 14.4,
				["Puncture"] = 1.8,
				["Slash"] = 1.8,},
			CritChance = 0.19,
			CritMultiplier = 2.0,
			StatusChance = 0.09,
			FireRate = 14.38,
			ShotType = "Hit-Scan",
		},
		Polarities = {"Bar"},
		Reload = 0.8,
		Trigger = "Auto",
		Type = "Secondary",
	},
	["Zakti"] = {
		Accuracy = 26.7,
		AreaAttack = {
			Damage = {
				["Gas"] = 80,},
			Radius = 5,
			AttackName = "Gas Cloud",
		},
		Class = "Pistol",
		Conclave = true,
		Cost = {
			Credits = 15000,
			BPCost = 15000,
			MarketCost = 190,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Control Module",Type = "Resource",Count = 8,},
				{ Name = "Plastids",Type = "Resource",Count = 350,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 6500,},
				{ Name = "Nano Spores",Type = "Resource",Count = 5000,},},
		},
		Disposition = 3,
		Image = "Zakti.png",
		Introduced = "[[Update 21#Update 21.1|Update 21.1]]",
		Magazine = 3,
		Mastery = 6,
		MaxAmmo = 210,
		Name = "Zakti",
		NormalAttack = {
			Damage = {
				["Impact"] = 12,
				["Puncture"] = 18,
				["Slash"] = 0,},
			CritChance = 0.02,
			CritMultiplier = 1.5,
			StatusChance = 0.2,
			FireRate = 5,
			ShotType = "Projectile",
			ShotSpeed = 66,
		},
		Polarities = {"Bar", "Bar"},
		Reload = 0.8,
		Trigger = "Semi-Auto",
		Type = "Secondary",
	},
	["Amprex"] = {
		Accuracy = 12.5,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 25000,
			BPCost = 50000,
			MarketCost = 225,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Fieldron",Type = "Resource",Count = 8,},
				{ Name = "Plastids",Type = "Resource",Count = 600,},
				{ Name = "Ferrite",Type = "Resource",Count = 9000,},
				{ Name = "Argon Crystal",Type = "Resource",Count = 3,},},
		},
		Disposition = 3,
		Image = "ChainLightningGunEdit.png",
		Introduced = "[[Update 13#Update 13.1|Update 13.1]]",
		Magazine = 100,
		Mastery = 5,
		MaxAmmo = 540,
		Name = "Amprex",
		NoiseLevel = "Alarming",
		NormalAttack = {
			Damage = {
				["Electricity"] = 7.5,},
			CritChance = 0.5,
			CritMultiplier = 2,
			StatusChance = 0.2,
			FireRate = 20,
			ShotType = "Discharge",
			Range = 18,
		},
		Reload = 2.7,
		Trigger = "Held",
		Type = "Primary",
		Users = {"[[M-W.A.M.]]"},
	},
	["Arca Plasmor"] = {
		Accuracy = 9.1,
		Class = "Shotgun",
		Conclave = true,
		Cost = {
			Credits = 25000,
			BPCost = 15000,
			MarketCost = 190,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Fieldron",Type = "Resource",Count = 5,},
				{ Name = "Control Module",Type = "Resource",Count = 25,},
				{ Name = "Cryotic",Type = "Resource",Count = 925,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 3,
		Image = "CrpShotgun.png",
		Introduced = "[[Update 21#Update 21.7|Update 21.7]]",
		Magazine = 10,
		Mastery = 10,
		MaxAmmo = 48,
		Name = "Arca Plasmor",
		NormalAttack = {
			Damage = {
				["Radiation"] = 600,},
			CritChance = 0.22,
			CritMultiplier = 1.6,
			StatusChance = 0.28,
			FireRate = 1.1,
			Falloff = {StartRange = 10,EndRange = 20,Reduction = 0.6667,},
			ShotType = "Projectile",
			ShotSpeed = "???",
			Range = 30,
		},
		Polarities = {"V", "V"},
		Reload = 2.8,
		Trigger = "Semi-Auto",
		Type = "Primary",
	},
	["Argonak"] = {
		Accuracy = 28.6,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 225,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Detonite Injector",Type = "Resource",Count = 5,},
				{ Name = "Plastids",Type = "Resource",Count = 700,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 9950,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 3,
		Image = "LaserAimRifle.png",
		Introduced = "[[Update 22#Update: Plains of Eidolon|Update: Plains of Eidolon]]",
		Magazine = 43,
		Mastery = 7,
		MaxAmmo = 0,
		Name = "Argonak",
		NormalAttack = {
			Damage = {
				["Impact"] = 24.5,
				["Puncture"] = 6.3,
				["Slash"] = 26.2,},
			CritChance = 0.09,
			CritMultiplier = 1.5,
			StatusChance = 0.27,
			FireRate = 6,
			AttackName = "Full Auto Mode",
			FireRate = 4.33,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V", "Bar"},
		Reload = 2.4,
		SecondaryAttack = {
			Accuracy = 28.6,
			Damage = {
				["Impact"] = 24.5,
				["Puncture"] = 6.3,
				["Slash"] = 26.2,},
			Polarities = {""},
			CritChance = 0.27,
			CritMultiplier = 2.3,
			StatusChance = 0.19,
			Magazine = 43,
			Reload = 2.4,
			Trigger = "Semi-Auto",
			Disposition = 3,
			AttackName = "Semi-Auto Mode",
			ShotType = "Hit-Scan",
		},
		Trigger = "Auto / Semi-Auto",
		Type = "Primary",
	},
	["Astilla"] = {
		Accuracy = 25,
		Class = "Shotgun",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 240,
			Rush = 45,
			Time = 12,
			Parts = {
				{ Name = "Tellurium",Type = "Resource",Count = 4,},
				{ Name = "Plastids",Type = "Resource",Count = 875,},
				{ Name = "Oxium",Type = "Resource",Count = 175,},
				{ Name = "Ferrite",Type = "Resource",Count = 7500,},},
		},
		Disposition = 4,
		Image = "GlassShotgun.png",
		Introduced = "[[Update 22#Update: Plains of Eidolon|Update: Plains of Eidolon]]",
		Magazine = 16,
		Mastery = 7,
		MaxAmmo = 0,
		Name = "Astilla",
		NormalAttack = {
			Damage = {
				["Impact"] = 70,
				["Puncture"] = 42,
				["Slash"] = 78,},
			CritChance = 0.17,
			CritMultiplier = 1.9,
			StatusChance = 0.33,
			FireRate = 4.33,
			Falloff = {StartRange = 40,EndRange = 60,},
			ShotType = "Projectile",
			ShotSpeed = "???",
		},
		Polarities = {"V", "Bar"},
		Reload = 2,
		Trigger = "Auto",
		Type = "Primary",
	},
	["Attica"] = {
		Class = "Bow",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 125,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 2,},
				{ Name = "Ferrite",Type = "Resource",Count = 800,},
				{ Name = "Rubedo",Type = "Resource",Count = 200,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 5,
		Image = "TnoPrmryXbow.png",
		Introduced = "[[Update 13#Update 13.0|Update 13.0]]",
		Magazine = 20,
		Mastery = 0,
		MaxAmmo = 540,
		Name = "Attica",
		NormalAttack = {
			Damage = {
				["Impact"] = 6.25,
				["Puncture"] = 93.75,
				["Slash"] = 25,
			},
			CritChance = 0.25,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 3.67,
			ShotType = "Projectile",
			ShotSpeed = 90,
		},
		Polarities = {"V"},
		Reload = 2.8,
		Trigger = "Auto",
		Type = "Primary",
	},
	["Baza"] = {
	    Accuracy = 80,
	    Class = "Rifle",
	    Conclave = false,
	    Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 240,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Ferrite",Type = "Resource",Count = 3500,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 4300,},
				{ Name = "Cryotic",Type = "Resource",Count = 575,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
        Disposition = 3,
        Image = "Baza.png",
		Introduced = "[[Update 22#Update 22.4|Update 22.4]]",
        Magazine = 40,
        Mastery = 7,
        MaxAmmo = 800,
        Name = "Baza",
    	NormalAttack = {
	    	Damage = {
		    	["Impact"] = 5.8,
			    ["Puncture"] = 6.7,
		    	["Slash"] = 3.5,
		    },
	    	CritChance = 0.26,
	    	CritMultiplier = 3,
	    	StatusChance = 0.1,
	    	FireRate = 16.67,
	    	ShotType = "Hit-scan",
			Falloff = {StartRange = 22,EndRange = 34,},
		    },
        NoiseLevel = "Silent", 
    	Polarities = {"V"},
		Reload = 1.4,
		Trigger = "Auto",
		Type = "Primary",
    },
	["Boltor"] = {
		Accuracy = 25,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 25000,
			BPCost = 15000,
			MarketCost = 150,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Neurodes",Type = "Resource",Count = 2,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 100,},
				{ Name = "Salvage",Type = "Resource",Count = 900,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 600,},},
		},
		Disposition = 2,
		Family = "Boltor",
		Image = "Boltor.png",
		Introduced = "[[Update 6#Update 6.0|Update 6.0]]",
		Magazine = 60,
		Mastery = 2,
		MaxAmmo = 540,
		Name = "Boltor",
		NormalAttack = {
			Damage = {
				["Impact"] = 2.5,
				["Puncture"] = 20,
				["Slash"] = 2.5,},
			CritChance = 0.1,
			CritMultiplier = 1.8,
			StatusChance = 0.14,
			FireRate = 8.75,
			ShotType = "Projectile",
			ShotSpeed = 85,
		},
		Polarities = {"D"},
		Reload = 2.6,
		Trigger = "Auto",
		Type = "Primary",
		Users = {"[[Junction|Equinox Specter]]"},
	},
	["Boltor Prime"] = {
		Accuracy = 50,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "PrimePart",Count = 1,},
				{ Name = "Receiver",Type = "PrimePart",Count = 1,},
				{ Name = "Stock",Type = "PrimePart",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 10,},},
		},
		Disposition = 2,
		Family = "Boltor",
		Image = "DEPrimeBoltor.png",
		Introduced = "[[Update 12#Update 12.4|Update 12.4]]",
		Magazine = 60,
		Mastery = 13,
		MaxAmmo = 540,
		Name = "Boltor Prime",
		NoiseLevel = "Alarming",
		NormalAttack = {
			Damage = {
				["Impact"] = 4.6,
				["Puncture"] = 41.4,
				["Slash"] = 0,},
			CritChance = 0.12,
			CritMultiplier = 2,
			StatusChance = 0.32,
			FireRate = 10,
			ShotType = "Projectile",
			ShotSpeed = 100,
		},
		Polarities = {"D", "V"},
		Reload = 2.4,
		Traits = {"Prime", "Vaulted"},
		Trigger = "Auto",
		Type = "Primary",
	},
	["Braton"] = {
		Accuracy = 28.6,
		Class = "Rifle",
		Conclave = true,
		Disposition = 3,
		Family = "Braton",
		Image = "Braton.png",
		Introduced = "[[Closed beta updates#Vanilla|Vanilla]]",
		Magazine = 45,
		Mastery = 0,
		MaxAmmo = 540,
		Name = "Braton",
		NormalAttack = {
			Damage = {
				["Impact"] = 7.9,
				["Puncture"] = 7.9,
				["Slash"] = 8.2,},
			CritChance = 0.12,
			CritMultiplier = 1.6,
			StatusChance = 0.06,
			FireRate = 8.75,
			ShotType = "Hit-Scan",
		},
		Reload = 2,
		Trigger = "Auto",
		Type = "Primary",
	},
	["Braton Prime"] = {
		Accuracy = 28.6,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "PrimePart",Count = 1,},
				{ Name = "Receiver",Type = "PrimePart",Count = 1,},
				{ Name = "Stock",Type = "PrimePart",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 10,},},
		},
		Disposition = 3,
		Family = "Braton",
		Image = "PrimeBraton.png",
		Introduced = "[[Update 6#Update 9.0|Update 9.0]]",
		Magazine = 75,
		Mastery = 8,
		MaxAmmo = 600,
		Name = "Braton Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 1.8,
				["Puncture"] = 12.3,
				["Slash"] = 21,},
			CritChance = 0.12,
			CritMultiplier = 2,
			StatusChance = 0.26,
			FireRate = 9.58,
			ShotType = "Hit-Scan",
		},
		Reload = 2.2,
		Traits = {"Prime", "Never Vaulted"},
		Trigger = "Auto",
		Type = "Primary",
	},
	["Braton Vandal"] = {
		Accuracy = 33.3,
		Class = "Rifle",
		Conclave = true,
		Disposition = 3,
		Family = "Braton",
		Image = "BratonVandal.png",
		Introduced = "[[Update 6#Update 6.3.1|Update 6.3.1]]",
		Magazine = 50,
		Mastery = 4,
		MaxAmmo = 550,
		Name = "Braton Vandal",
		NormalAttack = {
			Damage = {
				["Impact"] = 12.25,
				["Puncture"] = 1.75,
				["Slash"] = 21,},
			CritChance = 0.16,
			CritMultiplier = 2,
			StatusChance = 0.16,
			FireRate = 7.5,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V"},
		Reload = 1.8,
		Trigger = "Auto",
		Type = "Primary",
		Users = {"[[Junction|Excalibur Specter]]"},
	},
	["Burston"] = {
		Accuracy = 25,
		BurstFireRate = 5,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 25000,
			BPCost = 15000,
			MarketCost = 120,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 1,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 400,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 150,},
				{ Name = "Nano Spores",Type = "Resource",Count = 600,},},
		},
		Disposition = 4,
		Family = "Burston",
		Image = "Burston.png",
		Magazine = 45,
		Mastery = 0,
		MaxAmmo = 540,
		Name = "Burston",
		NormalAttack = {
			Damage = {
				["Impact"] = 10,
				["Puncture"] = 10,
				["Slash"] = 10,},
			CritChance = 0.06,
			CritMultiplier = 1.6,
			StatusChance = 0.18,
			FireRate = 7.83,
			ShotType = "Hit-Scan",
			BurstCount = 3,
		},
		Polarities = {"V"},
		Reload = 2,
		Trigger = "Burst",
		Type = "Primary",
		Users = {"[[Junction|Loki Specter]]"},
	},
	["Burston Prime"] = {
		Accuracy = 25,
		BurstFireRate = 10,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "PrimePart",Count = 1,},
				{ Name = "Receiver",Type = "PrimePart",Count = 1,},
				{ Name = "Stock",Type = "PrimePart",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 10,},},
		},
		Disposition = 4,
		Family = "Burston",
		Image = "PrimeBurston.png",
		Introduced = "[[Update 11#Update 11.5|Update 11.5]]",
		Magazine = 45,
		Mastery = 12,
		MaxAmmo = 540,
		Name = "Burston Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 10.8,
				["Puncture"] = 10.8,
				["Slash"] = 14.4,},
			CritChance = 0.18,
			CritMultiplier = 1.8,
			StatusChance = 0.30,
			FireRate = 13.64,
			BurstCount = 3,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V"},
		Reload = 2,
		Traits = {"Prime", "Never Vaulted"},
		Trigger = "Burst",
		Type = "Primary",
	},
	["Buzlok"] = {
		Accuracy = 13.3,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 250,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Detonite Injector",Type = "Resource",Count = 2,},
				{ Name = "Morphics",Type = "Resource",Count = 5000,},
				{ Name = "Circuits",Type = "Resource",Count = 600,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 5,
		Image = "GrnGorgSniperRifle.png",
		Introduced = "[[Update 14#Update 14.7|Update 14.7]]",
		Magazine = 50,
		Mastery = 11,
		MaxAmmo = 540,
		Name = "Buzlok",
		NormalAttack = {
			Damage = {
				["Impact"] = 30,
				["Puncture"] = 24,
				["Slash"] = 6,},
			CritChance = 0.23,
			CritMultiplier = 2.5,
			StatusChance = 0.21,
			FireRate = 6.25,
			ShotType = "Projectile",
			ShotSpeed = 40,
		},
		Reload = 3,
		Trigger = "Auto",
		Type = "Primary",
		Users = {"[[Executioners/Harkonar|Harkonar]]"},
	},
	["Cernos"] = {
		Accuracy = "16.7 (100 when aimed)",
		ChargeAttack = {
			Damage = {
				["Impact"] = 180,
				["Puncture"] = 10,
				["Slash"] = 10,},
			ChargeTime = 1,
			PunchThrough = 1,
			ShotType = "Projectile",
			ShotSpeed = 85,
		},
		Class = "Bow",
		Conclave = true,
		Cost = {
			Credits = 15000,
			BPCost = 20000,
			MarketCost = 225,
			Rush = 45,
			Time = 12,
			Parts = {
				{ Name = "Gallium",Type = "Resource",Count = 3,},
				{ Name = "Plastids",Type = "Resource",Count = 700,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 600,},
				{ Name = "Ferrite",Type = "Resource",Count = 1750,},},
		},
		Disposition = 2,
		Family = "Cernos",
		Image = "DECernos.png",
		Introduced = "[[Update 11#Update 11.1|Update 11.1]]",
		Magazine = 1,
		Mastery = 0,
		MaxAmmo = 72,
		Name = "Cernos",
		NormalAttack = {
			Damage = {
				["Impact"] = 90,
				["Puncture"] = 5,
				["Slash"] = 5,},
			CritChance = 0.35,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 1,
			ShotType = "Projectile",
			ShotSpeed = 70,
		},
		Polarities = {"V"},
		Reload = 0.6,
		Trigger = "Charge",
		Type = "Primary",
	},
	["Cernos Prime"] = {
		ChargeAttack = {
			Damage = {
				["Impact"] = 324,
				["Puncture"] = 18,
				["Slash"] = 18,},
			ChargeTime = 1,
			PunchThrough = 1,
			PelletCount = 3,
			PelletName = "Arrow",
			ShotType = "Projectile",
			ShotSpeed = 85,
		},
		Class = "Bow",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Upper Limb",Type = "PrimePart",Count = 1,},
				{ Name = "Lower Limb",Type = "PrimePart",Count = 1,},
				{ Name = "Grip",Type = "PrimePart",Count = 1,},
				{ Name = "String",Type = "PrimePart",Count = 1,},},
		},
		Disposition = 2,
		Family = "Cernos",
		Image = "CernosPrime.png",
		Introduced = "[[Update 19#Update 19.0.7|Update 19.0.7]]",
		Magazine = 1,
		Mastery = 8,
		MaxAmmo = 72,
		Name = "Cernos Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 162,
				["Puncture"] = 9,
				["Slash"] = 9,},
			CritChance = 0.35,
			CritMultiplier = 2,
			StatusChance = 0.1,
			PelletCount = 3,
			PelletName = "Arrow",
			FireRate = 1,
			ShotType = "Projectile",
			ShotSpeed = 70,
		},
		Polarities = {"V", "V"},
		Reload = 1,
		Traits = {"Prime"},
		Trigger = "Charge",
		Type = "Primary",
	},
	["Corinth"] = {
		Accuracy = 9.1,
		Class = "Shotgun",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 25000,
			MarketCost = 240,
			Rush = 40,
			Time = 12,
			Parts = {
				{ Name = "Nitain Extract",Type = "Resource",Count = 2,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 13000,},
				{ Name = "Gallium",Type = "Resource",Count = 6,},
				{ Name = "Cryotic",Type = "Resource",Count = 725,},},
		},
		Disposition = 3,
		Image = "TnHeavyShotgun.png",
		Introduced = "[[Update 22#Update 22.8.0|Update 22]]",
		Magazine = 5,
		Mastery = 10,
		MaxAmmo = 132,
		Name = "Corinth",
		NormalAttack = {
			Damage = {
				["Impact"] = 151.2,
				["Puncture"] = 226.8,
				["Slash"] = 162.0,},
			CritChance = 0.30,
			PelletCount = 6,
			CritMultiplier = 2.8,
			StatusChance = 0.12,
			FireRate = 1.17,
			ShotType = "Hit-Scan",
			Falloff = {StartRange = 18,EndRange = 36,Reduction = 0.33,},
			AttackName = "Buckshot",
		},
		Reload = 2.3,
		SecondaryAreaAttack = {
			Damage = {
			    ["Impact"] = 100,
				["Blast"] = 404,},
			CritChance = 0.04,
			CritMultiplier = 1.6,
			StatusChance = 0.28,
			AttackName = "Air Burst",
			ShotType = "Projectile",
			ShotSpeed = "???",
		},
		Polarities = {"V", "V"},
		Trigger = "Semi-Auto",
		Type = "Primary",
	},
	["Daikyu"] = {
	    Accuracy = 16.7,
		ChargeAttack = {
			Damage = {
				["Impact"] = 100,
				["Puncture"] = 300,
				["Slash"] = 100,},
			ChargeTime = 1.75,
			CritChance = 0.2,
			CritMultiplier = 2,
			PunchThrough = 3,
			StatusChance = 0.5,
			ShotType = "Projectile",
			ShotSpeed = 85,
			FireRate = 1,
		},
		Class = "Bow",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 225,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Neurodes",Type = "Resource",Count = 2,},
				{ Name = "Forma",Type = "Resource",Count = 1,},
				{ Name = "Rubedo",Type = "Resource",Count = 300,},
				{ Name = "Salvage",Type = "Resource",Count = 1200,},},
		},
		Disposition = 4,
		NoiseLevel = "Silent",
		Image = "AsymmetricBow.png",
		Introduced = "[[Update 16#Update 16.5|Update 16.5]]",
		Magazine = 1,
		Mastery = 0,
		MaxAmmo = 72,
		Name = "Daikyu",
		Polarities = {"V"},
		Reload = 0.6,
		Trigger = "Charge",
		Type = "Primary",
	},
	["Dera"] = {
		Accuracy = 100,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 25000,
			BPCost = 15000,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Fieldron",Type = "Resource",Count = 2,},
				{ Name = "Circuits",Type = "Resource",Count = 600,},
				{ Name = "Ferrite",Type = "Resource",Count = 4500,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 4,
		Family = "Dera",
		Image = "CorpusEnergyRifle.png",
		Introduced = "[[Update 8#Update 8.0|Update 8.0]]",
		Magazine = 45,
		Mastery = 4,
		MaxAmmo = 540,
		Name = "Dera",
		NormalAttack = {
			Damage = {
				["Impact"] = 6.0,
				["Puncture"] = 22.5,
				["Slash"] = 1.5,},
			CritChance = 0.08,
			CritMultiplier = 1.6,
			StatusChance = 0.22,
			FireRate = 11.25,
			ShotType = "Projectile",
			ShotSpeed = 100,
		},
		Reload = 1.8,
		Trigger = "Auto",
		Type = "Primary",
		Users = {"[[Crewman]]", "[[Corrupted Lancer]]", "[[Ranger]]"},
	},
	["Dera Vandal"] = {
		Accuracy = 100,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 25000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "Item",Count = 1,},
				{ Name = "Receiver",Type = "Item",Count = 1,},
				{ Name = "Stock",Type = "Item",Count = 1,},},
		},
		Disposition = 4,
		Family = "Dera",
		Image = "DeraVandal.png",
		Introduced = "[[Update 16#Update 16.5|Update 16.5]]",
		Magazine = 60,
		Mastery = 7,
		MaxAmmo = 540,
		Name = "Dera Vandal",
		NormalAttack = {
			Damage = {
				["Impact"] = 6.4,
				["Puncture"] = 24.0,
				["Slash"] = 1.6,},
			CritChance = 0.08,
			CritMultiplier = 2,
			StatusChance = 0.30,
			FireRate = 11.25,
			ShotType = "Projectile",
			ShotSpeed = 100,
		},
		Reload = 1.8,
		Trigger = "Auto",
		Type = "Primary",
	},
	["Dex Sybaris"] = {
		Accuracy = 28.6,
		BurstFireRate = 3.33,
		Class = "Rifle",
		Conclave = true,
		Disposition = 2,
		Family = "Sybaris",
		Image = "DexSybaris.png",
		Introduced = "[[Update 18#Update 18.6.2|Update 18.6.2]]",
		Magazine = 14,
		Mastery = 0,
		MaxAmmo = 540,
		Name = "Dex Sybaris",
		NormalAttack = {
			Damage = {
				["Impact"] = 22.5,
				["Puncture"] = 18.75,
				["Slash"] = 33.75,},
			CritChance = 0.35,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 4.17,
			BurstCount = 2,
			ShotType = "Hit-Scan",
		},
		Reload = 1.5,
		Trigger = "Burst",
		Type = "Primary",
	},
	["Dread"] = {
		Accuracy = 16.7,
		ChargeAttack = {
			Damage = {
				["Impact"] = 10,
				["Puncture"] = 10,
				["Slash"] = 180,},
			PunchThrough = 1,
			ChargeTime = 1,
			ShotType = "Projectile",
			ShotSpeed = 85,
		},
		Class = "Bow",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 45,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 6,},
				{ Name = "Circuits",Type = "Resource",Count = 900,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 750,},
				{ Name = "Plastids",Type = "Resource",Count = 900,},},
		},
		Disposition = 2,
		Image = "Dread2.png",
		Introduced = "[[Update 8#Update 8.0|Update 8.0]]",
		Magazine = 1,
		Mastery = 0,
		MaxAmmo = 72,
		Name = "Dread",
		NoiseLevel = "Silent",
		NormalAttack = {
			Damage = {
				["Impact"] = 5,
				["Puncture"] = 5,
				["Slash"] = 90,},
			CritChance = 0.5,
			CritMultiplier = 2,
			StatusChance = 0.2,
			FireRate = 1,
			ShotType = "Projectile",
			ShotSpeed = 70,
		},
		Polarities = {"V", "V"},
		Reload = 0.7,
		Trigger = "Charge",
		Type = "Primary",
		Users = {"[[Stalker]]"},
	},
	["Ferrox"] = {
		Accuracy = 16.7,
		ChargeAttack = {
			Damage = {
				["Impact"] = 35,
				["Puncture"] = 245,
				["Slash"] = 70,},
			ChargeTime = 0.5,
			CritChance = 0.3,
			CritMultiplier = 2.5,
			StatusChance = 0.1,
			FireRate = 1,
			ShotType = "Hit-Scan",
		},
		Class = "Speargun",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 150,
			Rush = 40,
			Time = 24,
			Parts = {
				{ Name = "Fieldron",Type = "Resource",Count = 5,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 30000,},
				{ Name = "Salvage",Type = "Resource",Count = 35000,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 3,
		Image = "Ferrox.png",
		Magazine = 10,
		Mastery = 7,
		MaxAmmo = 540,
		Name = "Ferrox",
		Polarities = {"V", "D"},
		Reload = 1.8,
		SecondaryAttack = {
			AttackName = "Throw Spear",
			Damage = {
				["Impact"] = 455,
				["Puncture"] = 72.5,
				["Slash"] = 122.5,},
			ChargeTime = 0.5,
			CritChance = 0.04,
			CritMultiplier = 2,
			StatusChance = 0.33,
			Trigger = "Charge",
			ShotType = "Projectile",
            ShotSpeed = "???",
		},
		Trigger = "Charge",
		Type = "Primary",
		Users = {"[[Derim Zahn]]"},
	},
	["Flux Rifle"] = {
		Accuracy = 100,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 25000,
			BPCost = 15000,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Fieldron",Type = "Resource",Count = 5,},
				{ Name = "Circuits",Type = "Resource",Count = 900,},
				{ Name = "Ferrite",Type = "Resource",Count = 6000,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 5,
		Image = "CorpusLaserRifle.png",
		Introduced = "[[Update 8#Update 8.0|Update 8.0]]",
		Magazine = 200,
		Mastery = 6,
		MaxAmmo = 600,
		Name = "Flux Rifle",
		NormalAttack = {
			Damage = {
				["Impact"] = 2.25,
				["Puncture"] = 2.25,
				["Slash"] = 18,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.25,
			FireRate = 10,
			ShotType = "Discharge",
			Range = 25,
		},
		Reload = 2,
		Trigger = "Held",
		Type = "Primary",
		Users = {"[[Elite Crewman]]"},
	},
	["Glaxion"] = {
		Accuracy = 100,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 175,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Fieldron",Type = "Resource",Count = 1,},
				{ Name = "Circuits",Type = "Resource",Count = 550,},
				{ Name = "Cryotic",Type = "Resource",Count = 2500,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 5,
		Image = "CrpFreezeRayRifle.png",
		Introduced = "[[Update 14#Update 14.5|Update 14.5]]",
		Magazine = 300,
		Mastery = 6,
		MaxAmmo = 1500,
		Name = "Glaxion",
		NormalAttack = {
			Damage = {
				["Cold"] = 16.6,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.35,
			FireRate = 20,
			ShotType = "Discharge",
			Range = 24,
		},
		Reload = 1.5,
		Trigger = "Held",
		Type = "Primary",
		Users = {"[[Capture|Corpus Target]]", "[[Armis Ulta]]", "[[Dru Pesfor]]", "[[Rana Del]]", "[[M-W.A.M.]]"},
	},
	["Gorgon"] = {
		Accuracy = 12.5,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 25000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 5,},
				{ Name = "Ferrite",Type = "Resource",Count = 5000,},
				{ Name = "Salvage",Type = "Resource",Count = 6000,},
				{ Name = "Circuits",Type = "Resource",Count = 1000,},},
		},
		Disposition = 4,
		Family = "Gorgon",
		Image = "Gorgon.png",
		Introduced = "[[Closed beta updates#Vanilla|Vanilla]]",
		Magazine = 90,
		Mastery = 3,
		MaxAmmo = 540,
		Name = "Gorgon",
		NormalAttack = {
			Damage = {
				["Impact"] = 18.8,
				["Puncture"] = 3.8,
				["Slash"] = 2.5,},
			CritChance = 0.17,
			CritMultiplier = 1.5,
			StatusChance = 0.09,
			FireRate = 12.5,
			ShotType = "Hit-Scan",
		},
		Reload = 4.2,
		Spool = 15,
		Trigger = "Auto-Spool",
		Type = "Primary",
		Users = {"[[Lieutenant Lech Kril]]", "[[Heavy Gunner]] + Variants", "[[Corrupted Heavy Gunner]]", "[[Manic Bombard]] + Variants"},
	},
	["Gorgon Wraith"] = {
		Accuracy = 16.7,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 25000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "Item",Count = 1,},
				{ Name = "Receiver",Type = "Item",Count = 1,},
				{ Name = "Stock",Type = "Item",Count = 1,},},
		},
		Disposition = 4,
		Family = "Gorgon",
		Image = "WraithGorgon.png",
		Introduced = "[[Update 12#Update 12.4|Update 12.4]]",
		Magazine = 90,
		Mastery = 7,
		MaxAmmo = 900,
		Name = "Gorgon Wraith",
		NormalAttack = {
			Damage = {
				["Impact"] = 23,
				["Puncture"] = 2.7,
				["Slash"] = 1.3,},
			CritChance = 0.15,
			CritMultiplier = 1.9,
			StatusChance = 0.21,
			FireRate = 13.3,
			ShotType = "Hit-Scan",
		},
		Reload = 3,
		Spool = 10,
		Traits = {"Wraith"},
		Trigger = "Auto-Spool",
		Type = "Primary",
	},
	["Grakata"] = {
		Accuracy = 28.6,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 25000,
			BPCost = 15000,
			MarketCost = 125,
			Rush = 40,
			Time = 24,
			Parts = {
				{ Name = "Neurodes",Type = "Resource",Count = 2,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 400,},
				{ Name = "Salvage",Type = "Resource",Count = 900,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 100,},},
		},
		Disposition = 3,
		Family = "Grakata",
		Image = "GrineerAssaultRifle.png",
		Introduced = "[[Update 7#Update 7.8|Update 7.8]]",
		Magazine = 60,
		Mastery = 5,
		MaxAmmo = 750,
		Name = "Grakata",
		NormalAttack = {
			Damage = {
				["Impact"] = 4.4,
				["Puncture"] = 3.7,
				["Slash"] = 2.9,},
			CritChance = 0.25,
			CritMultiplier = 2,
			StatusChance = 0.2,
			FireRate = 20,
			ShotType = "Hit-Scan",
		},
		Reload = 2.4,
		Trigger = "Auto",
		Type = "Primary",
		Users = {"[[Lancer]]", "[[Hellion]]", "[[Commander]]", "[[Steel Meridian]] [[Syndicate Operatives|Operatives]]", "[[Executioners/Vay Molta|Vay Molta]]"},
	},
	["Grinlok"] = {
		Accuracy = 44.4,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 150,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Detonite Injector",Type = "Resource",Count = 2,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 5000,},
				{ Name = "Ferrite",Type = "Resource",Count = 5000,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 4,
		Image = "DEGrinlok.png",
		Introduced = "[[Update 12#Update 12.1|Update 12.1]]",
		Magazine = 9,
		Mastery = 7,
		MaxAmmo = 540,
		Name = "Grinlok",
		NormalAttack = {
			Damage = {
				["Impact"] = 93.5,
				["Puncture"] = 18.7,
				["Slash"] = 74.8,},
			CritChance = 0.15,
			CritMultiplier = 2.5,
			StatusChance = 0.35,
			FireRate = 1.67,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V"},
		Reload = 1.7,
		Trigger = "Semi-Auto",
		Type = "Primary",
		Users = {"[[Nightwatch Lancer]]", "[[Kuva Elite Lancer]]", "[[Elite Lancer#Variants|Tusk Elite Lancer]]"},
	},
	["Harpak"] = {
		BurstFireRate = 5,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 40000,
			MarketCost = 225,
			Rush = 25,
			Time = 24,
			Parts = {
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},
				{ Name = "Gallium",Type = "Resource",Count = 5,},
				{ Name = "Nano Spores",Type = "Resource",Count = 6000,},
				{ Name = "Rubedo",Type = "Resource",Count = 3600,},},
		},
		Disposition = 5,
		Image = "GrnHarpoonGun.png",
		Introduced = "[[Update 17#Update 17.0|Update 17.0]]",
		Magazine = 45,
		Mastery = 3,
		MaxAmmo = 540,
		Name = "Harpak",
		NormalAttack = {
			Accuracy = 18.2,
			Damage = {
				["Impact"] = 5,
				["Puncture"] = 37.5,
				["Slash"] = 7.5,},
			CritChance = 0.2,
			CritMultiplier = 2.3,
			StatusChance = 0.17,
			FireRate = 6,
			BurstCount = 3,
			ShotType = "Projectile",
			ShotSpeed = "???",
		},
		Polarities = {"V"},
		Reload = 2,
		SecondaryAttack = {
			Accuracy = 100,
			Damage = {
				["Impact"] = 40,
				["Puncture"] = 50,
				["Slash"] = 10,},
			AttackName = "Harpoon",
			CritChance = 0.25,
			CritMultiplier = 2.3,
			StatusChance = 0.13,
			FireRate = 1.5,
			Range = 40,
			ShotType = "Projectile",
            ShotSpeed = "???",
		},
		Trigger = "Burst",
		Type = "Primary",
		Users = {"[[Drekar Elite Lancer]]", "[[Draga]]"},
	},
	["Hema"] = {
		Accuracy = 20,
		Class = "Rifle",
		Disposition = 3,
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 225,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Mutagen Mass",Type = "Resource",Count = 5,},
				{ Name = "Salvage",Type = "Resource",Count = 50000,},
				{ Name = "Circuits",Type = "Resource",Count = 5000,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Image = "InfestedBurstRifle.png",
		Introduced = "[[Update 19#Update 19.5|Update 19.5]]",
		Magazine = 60,
		Mastery = 7,
		Name = "Hema",
		NormalAttack = {
			Damage = {
				["Viral"] = 47,},
			CritChance = 0.11,
			CritMultiplier = 2,
			StatusChance = 0.25,
			FireRate = 6,
			BurstCount = 3,
			ShotType = "Projectile",
			ShotSpeed = "???",
		},
		Polarities = {"V"},
		Reload = 2,
		Trigger = "Burst",
		Type = "Primary",
	},
	["Hind"] = {
		BurstFireRate = 5,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 25000,
			BPCost = 40000,
			MarketCost = 225,
			Rush = 25,
			Time = 24,
			Parts = {
				{ Name = "Neurodes",Type = "Resource",Count = 6,},
				{ Name = "Circuits",Type = "Resource",Count = 700,},
				{ Name = "Salvage",Type = "Resource",Count = 1000,},
				{ Name = "Rubedo",Type = "Resource",Count = 1200,},},
		},
		Disposition = 5,
		Image = "Hind.png",
		Introduced = "[[Update 9#Update 9.6|Update 9.6]]",
		Magazine = 65,
		Mastery = 0,
		MaxAmmo = 540,
		Name = "Hind",
		NormalAttack = {
			Accuracy = 33.3,
			Damage = {
				["Impact"] = 7.5,
				["Puncture"] = 7.5,
				["Slash"] = 15,},
			CritChance = 0.07,
			CritMultiplier = 1.5,
			StatusChance = 0.15,
			FireRate = 6.25,
			BurstCount = 5,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V"},
		Reload = 2,
		SecondaryAttack = {
			Accuracy = 28.6,
			Damage = {
				["Impact"] = 12,
				["Puncture"] = 12,
				["Slash"] = 36,},
			CritChance = 0.15,
			CritMultiplier = 2,
			FireRate = 2.5,
			StatusChance = 0.1,
		},
		Trigger = "Burst",
		Type = "Primary",
		Users = {"[[Elite Lancer]]", "[[Executioners/Dok Thul|Dok Thul]]"},
	},
	["Ignis"] = {
		Accuracy = 100,
		Class = "Rifle",
		Disposition = 2,
		Conclave = false,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Detonite Injector",Type = "Resource",Count = 2,},
				{ Name = "Nano Spores",Type = "Resource",Count = 5000,},
				{ Name = "Ferrite",Type = "Resource",Count = 5000,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Family = "Ignis",
		Image = "GrineerFlameThrower.png",
		Introduced = "[[Update 8#Update 8.0|Update 8.0]]",
		Magazine = 150,
		Mastery = 4,
		MaxAmmo = 750,
		Name = "Ignis",
		NormalAttack = {
			Damage = {
				["Heat"] = 27,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.25,
			PunchThrough = 2,
			FireRate = 10,
			ShotType = "Discharge",
			Range = 40,
		},
		Reload = 2,
		Trigger = "Held",
		Type = "Primary",
		Users = {"[[Scorch]]", "[[Hyekka Master]]", "[[Executioners/Zura|Zura]]"},
	},
	["Ignis Wraith"] = {
		Accuracy = 100,
		Class = "Rifle",
		Disposition = 2,
		Conclave = false,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Detonite Injector",Type = "Resource",Count = 5,},
				{ Name = "Ferrite",Type = "Resource",Count = 10000,},
				{ Name = "Rubedo",Type = "Resource",Count = 5000,},
				{ Name = "Argon Crystal",Type = "Resource",Count = 3,},},
		},
		Family = "Ignis",
		Image = "IgnisWraith.png",
		Introduced = "[[Update 19#Update 19.12|Update 19.12]]",
		Magazine = 200,
		Mastery = 6,
		MaxAmmo = 800,
		Name = "Ignis Wraith",
		NormalAttack = {
			Damage = {
				["Heat"] = 25,},
			CritChance = 0.12,
			CritMultiplier = 2,
			StatusChance = 0.3,
			PunchThrough = 2,
			FireRate = 10,
			ShotType = "Discharge",
			Range = 40,
		},
		Reload = 2,
		Traits = {"Wraith"},
		Trigger = "Held",
		Type = "Primary",
	},
	["Javlok"] = {
		Accuracy = 100,
		ChargeAttack = {
			Damage = {
				["Heat"] = 235,},
			ChargeTime = 0.3,
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.25,
			Radius = 1.6,
			FireRate = 1,
			ShotType = "Projectile",
			ShotSpeed = "???",
		},
		Class = "Speargun",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 240,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Detonite Injector",Type = "Resource",Count = 5,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 10000,},
				{ Name = "Nitain",Type = "Resource",Count = 5,},
				{ Name = "Javlok Capacitor",Type = "Item",Count = 6,},},
		},
		Disposition = 3,
		Image = "GrnFlameSpear.png",
		Magazine = 6,
		Mastery = 6,
		MaxAmmo = 300,
		Name = "Javlok",
		Polarities = {"V", "V"},
		Reload = 2.2,
		SecondaryAttack = {
			AttackName = "Throw Spear",
			Damage = {
				["Impact"] = 45,
				["Puncture"] = 75,
				["Slash"] = 30,
				["Heat"] = 300,},
			ChargeTime = 0.6,
			Radius = 7,
			ShotType = "Projectile",
			ShotSpeed = "???",
		},
		Trigger = "Charge",
		Type = "Primary",
	},
	["Karak"] = {
		Accuracy = 28.6,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 30000,
			MarketCost = 125,
			Rush = 40,
			Time = 24,
			Parts = {
				{ Name = "Neurodes",Type = "Resource",Count = 2,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 400,},
				{ Name = "Salvage",Type = "Resource",Count = 900,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 100,},},
		},
		Disposition = 4,
		Family = "Karak",
		Image = "GrineerM16Rifle.png",
		Introduced = "[[Update 11#Update 11.5|Update 11.5]]",
		Magazine = 30,
		Mastery = 1,
		MaxAmmo = 540,
		Name = "Karak",
		NormalAttack = {
			Damage = {
				["Impact"] = 13,
				["Puncture"] = 8.7,
				["Slash"] = 7.3,},
			CritChance = 0.09,
			CritMultiplier = 1.5,
			StatusChance = 0.15,
			FireRate = 11.67,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V"},
		Reload = 2,
		Trigger = "Auto",
		Type = "Primary",
		Users = {"[[Elite Lancer|Frontier Elite Lancer]]"},
	},
	["Karak Wraith"] = {
		Accuracy = 28.6,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 25000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "Item",Count = 1,},
				{ Name = "Receiver",Type = "Item",Count = 1,},
				{ Name = "Stock",Type = "Item",Count = 1,},},
		},
		Disposition = 4,
		Family = "Karak",
		Image = "KarakWraith.png",
		Introduced = "[[Update 16#Update 16.5|Update 16.5]]",
		Magazine = 60,
		Mastery = 7,
		MaxAmmo = 540,
		Name = "Karak Wraith",
		NormalAttack = {
			Damage = {
				["Impact"] = 14.1,
				["Puncture"] = 9.3,
				["Slash"] = 7.8,},
			CritChance = 0.13,
			CritMultiplier = 2,
			StatusChance = 0.25,
			FireRate = 11.7,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V"},
		Reload = 2,
		Traits = {"Wraith", "Invasion Reward"},
		Trigger = "Auto",
		Type = "Primary",
		Users = {"[[Grineer Nightwatch Corps#Nightwatch Lancer|Nightwatch Lancer]]"},
	},
	["Lanka"] = {
		Accuracy = 100,
		ChargeAttack = {
			Damage = {
				["Electricity"] = 525,},
			ChargeTime = 1,
			PunchThrough = 5,
			ShotType = "Projectile",
			ShotSpeed = 200,
		},
		Class = "Sniper Rifle",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Fieldron",Type = "Resource",Count = 5,},
				{ Name = "Gallium",Type = "Resource",Count = 20,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 600,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 3,
		Image = "Lanka2.png",
		Introduced = "[[Update 8#Update 8.0|Update 8.0]]",
		Magazine = 10,
		Mastery = 7,
		MaxAmmo = 72,
		Name = "Lanka",
		NormalAttack = {
			Damage = {
				["Electricity"] = 150,},
			CritChance = 0.25,
			CritMultiplier = 2,
			StatusChance = 0.25,
			ChargeTime = 1,
			FireRate = 1,
			ShotType = "Projectile",
			ShotSpeed = 200,
		},
		Reload = 2,
		SniperComboMin = 2,
		SniperComboReset = 10,
		Trigger = "Charge",
		Type = "Primary",
		Users = {"[[Sniper Crewman]]", "[[The Sergeant]]", "[[Nullifier Crewman]]", "[[Corrupted Nullifier]]", "[[The Perrin Sequence|Perrin Sequence]] [[Syndicate Operatives|Operatives]]"},
		Zoom = {"3x (+20% Critical Chance)", "5x (+30% Critical Chance)", "8x (+50% Critical Chance)"},
	},
	["Latron"] = {
		Accuracy = 28.6,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 225,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 5,},
				{ Name = "Plastids",Type = "Resource",Count = 800,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 1000,},
				{ Name = "Salvage",Type = "Resource",Count = 900,},},
		},
		Disposition = 3,
		Family = "Latron",
		Image = "Latron.png",
		Introduced = "[[Closed beta updates#Vanilla|Vanilla]]",
		Magazine = 15,
		Mastery = 0,
		MaxAmmo = 540,
		Name = "Latron",
		NormalAttack = {
			Damage = {
				["Impact"] = 8.3,
				["Puncture"] = 38.5,
				["Slash"] = 8.2,},
			CritChance = 0.12,
			CritMultiplier = 2,
			StatusChance = 0.12,
			FireRate = 4.17,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V"},
		Reload = 2.4,
		Trigger = "Semi-Auto",
		Type = "Primary",
		Users = {"[[Clem]]"},
	},
	["Latron Prime"] = {
		Accuracy = 28.6,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "PrimePart",Count = 1,},
				{ Name = "Receiver",Type = "PrimePart",Count = 1,},
				{ Name = "Stock",Type = "PrimePart",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 10,},},
		},
		Disposition = 3,
		Family = "Latron",
		Image = "DELatronPrime.png",
		Introduced = "[[Update 8#Update 8.0|Update 8.0]]",
		Magazine = 15,
		Mastery = 10,
		MaxAmmo = 540,
		Name = "Latron Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 9.0,
				["Puncture"] = 72,
				["Slash"] = 9.0,},
			CritChance = 0.22,
			CritMultiplier = 2.8,
			StatusChance = 0.26,
			FireRate = 4.17,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V", "Bar"},
		Reload = 2.4,
		Traits = {"Prime", "Vaulted"},
		Trigger = "Semi-Auto",
		Type = "Primary",
	},
	["Latron Wraith"] = {
		Accuracy = 28.6,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 25000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "Item",Count = 1,},
				{ Name = "Receiver",Type = "Item",Count = 1,},
				{ Name = "Stock",Type = "Item",Count = 1,},},
		},
		Disposition = 3,
		Family = "Latron",
		Image = "WraithLatron.png",
		Introduced = "[[Update 14#Update 14.5|Update 14.5]]",
		Magazine = 15,
		Mastery = 7,
		MaxAmmo = 540,
		Name = "Latron Wraith",
		NormalAttack = {
			Damage = {
				["Impact"] = 15.0,
				["Puncture"] = 42.0,
				["Slash"] = 3.0,},
			CritChance = 0.26,
			CritMultiplier = 2.8,
			StatusChance = 0.14,
			FireRate = 5.42,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V"},
		Reload = 2.4,
		Traits = {"Wraith", "Invasion Reward"},
		Trigger = "Semi-Auto",
		Type = "Primary",
	},
	["Lenz"] = {
		Accuracy = 16.7,
		AreaAttack = {
			Damage = {
				["Cold"] = 10,},
			Radius = 8,
			AttackName = "Initial Burst",
		},
		ChargeAttack = {
			CritChance = 0.5,
			CritMultiplier = 2,
			Damage = {
				["Impact"] = 50,},
			ChargeTime = 1.2,
			StatusChance = 0.05,
			FireRate = 1,
			ShotType = "Projectile",
			ShotSpeed = "???",
		},
		Class = "Bow",
		Conclave = true,
		Cost = {
			Credits = 25000,
			BPCost = 50000,
			MarketCost = 235,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Fieldron",Type = "Resource",Count = 10,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 8200,},
				{ Name = "Cryotic",Type = "Resource",Count = 2400,},
				{ Name = "Nitain",Type = "Resource",Count = 3,},},
		},
		Disposition = 3,
		Image = "Lenz.png",
		Introduced = "[[Update 21#Update 21.3|Update 21.3]]",
		Magazine = 1,
		Mastery = 8,
		MaxAmmo = 6,
		Name = "Lenz",
		NoiseLevel = "Alarming",
		Polarities = {"Bar", "Bar"},
		Reload = 0.6,
		SecondaryAreaAttack = {
			Damage = {
				["Blast"] = 660,},
			Radius = 6,
			AttackName = "Bubble Collapse",
		},
		Trigger = "Charge",
		Type = "Primary",
	},
	["Miter"] = {
		Accuracy = 100,
		AmmoType = "Sniper",
		ChargeAttack = {
			Damage = {
				["Impact"] = 12.5,
				["Puncture"] = 12.5,
				["Slash"] = 225,},
			ChargeTime = 0.75,
			CritChance = 0.1,
			StatusChance = 0.5,
			PunchThrough = 2.5,
		    ShotType = "Projectile",
			ShotSpeed = 60,
		},
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 15000,
			MarketCost = 225,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "Item",Count = 1,},
				{ Name = "Blade",Type = "Item",Count = 1,},
				{ Name = "Handle",Type = "Item",Count = 1,},
				{ Name = "Weapon Chassis",Type = "Item",Count = 1,},},
		},
		Disposition = 5,
		Image = "miter.png",
		Introduced = "[[Update 9#Update 9.5|Update 9.5]]",
		Magazine = 20,
		Mastery = 6,
		MaxAmmo = 72,
		Name = "Miter",
		NormalAttack = {
			Damage = {
				["Impact"] = 6.25,
				["Puncture"] = 6.25,
				["Slash"] = 112.5,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.25,
			FireRate = 2.5,
			ShotType = "Projectile",
			ShotSpeed = 60,
		},
		Polarities = {"Bar"},
		Reload = 2,
		Trigger = "Charge",
		Type = "Primary",
		Users = {"[[Eviscerator]]"},
	},
	["MK1-Braton"] = {
		Accuracy = 40,
		Class = "Rifle",
		Conclave = true,
		Disposition = 3,
		Family = "Braton",
		Image = "Braton.png",
		Introduced = "[[Closed beta updates#Vanilla|Vanilla]]",
		Magazine = 60,
		Mastery = 0,
		MaxAmmo = 540,
		Name = "MK1-Braton",
		NormalAttack = {
			Damage = {
				["Impact"] = 4.5,
				["Puncture"] = 4.5,
				["Slash"] = 9,},
			CritChance = 0.08,
			CritMultiplier = 1.5,
			StatusChance = 0.05,
			FireRate = 7.5,
			ShotType = "Hit-Scan",
		},
		Reload = 2,
		Trigger = "Auto",
		Type = "Primary",
	},
	["MK1-Paris"] = {
		Accuracy = "16.7 (100 Aimed)",
		ChargeAttack = {
			Damage = {
				["Impact"] = 6,
				["Puncture"] = 96,
				["Slash"] = 18,},
			ChargeTime = 0.5,
			PunchThrough = 1,
			ShotType = "Projectile",
			ShotSpeed = 85,
		},
		Class = "Bow",
		Conclave = true,
		Disposition = 3,
		Family = "Paris",
		Image = "Paris.png",
		Introduced = "[[Update 14#Update 14.0|Update 14.0]]",
		Magazine = 1,
		Mastery = 0,
		MaxAmmo = 72,
		Name = "MK1-Paris",
		NormalAttack = {
			Damage = {
				["Impact"] = 3,
				["Puncture"] = 48,
				["Slash"] = 9,},
			CritChance = 0.3,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 1,
			ShotType = "Projectile",
			ShotSpeed = 70,
		},
		Polarities = {"Bar"},
		Reload = 0.6,
		Trigger = "Charge",
		Type = "Primary",
	},
	["Mutalist Cernos"] = {
		Accuracy = "16.7 (100 aimed)",
		AreaAttack = {
			Damage = {
				["Toxin"] = 5,},
			Duration = 10,
		},
		ChargeAttack = {
			Damage = {
				["Impact"] = 202.5,
				["Puncture"] = 11.25,
				["Slash"] = 11.25,},
			ChargeTime = 1,
			PunchThrough = 1,
			ShotType = "Projectile",
			ShotSpeed = 85,
		},
		Class = "Bow",
		Conclave = true,
		Cost = {
			Credits = 15000,
			BPCost = 20000,
			MarketCost = 250,
			Rush = 45,
			Time = 12,
			Parts = {
				{ Name = "Cernos",Type = "Weapon",Count = 1,},
				{ Name = "Plastids",Type = "Resource",Count = 1400,},
				{ Name = "Cryotic",Type = "Resource",Count = 1200,},
				{ Name = "Nano Spores",Type = "Resource",Count = 2300,},},
		},
		Disposition = 4,
		Family = "Cernos",
		Image = "InfCernos.png",
		Introduced = "[[Update 18#Update 18.5|Update 18.5]]",
		Magazine = 1,
		Mastery = 5,
		MaxAmmo = 72,
		Name = "Mutalist Cernos",
		NormalAttack = {
			Damage = {
				["Impact"] = 101.25,
				["Puncture"] = 5.625,
				["Slash"] = 5.625,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.45,
			FireRate = 1,
			ShotType = "Projectile",
			ShotSpeed = 70,
		},
		Polarities = {"Bar"},
		Reload = 0.6,
		Trigger = "Charge",
		Type = "Primary",
	},
	["Mutalist Quanta"] = {
		Accuracy = 100,
		AreaAttack = {
			AttackName = "Infested Orb",
			Damage = {
				["Radiation"] = 50,},
			StatusChance = 0.01,
			AmmoCost = 15,
			ShotType = "Projectile",
            ShotSpeed = "???",
		},
		Class = "Rifle",
		Conclave = false,
		Cost = {
			Credits = 30000,
			BPCost = 50000,
			MarketCost = 225,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Mutagen Mass",Type = "Resource",Count = 5,},
				{ Name = "Nano Spores",Type = "Resource",Count = 15000,},
				{ Name = "Circuits",Type = "Resource",Count = 1200,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 5,
		Image = "InfCrpShockSwarm.png",
		Introduced = "[[Update 13#Update 13.8|Update 13.8]]",
		Magazine = 60,
		Mastery = 2,
		MaxAmmo = 540,
		Name = "Mutalist Quanta",
		NormalAttack = {
			Damage = {
				["Impact"] = 2.5,
				["Puncture"] = 15,
				["Slash"] = 7.5,},
			CritChance = 0.025,
			CritMultiplier = 1.5,
			StatusChance = 0.15,
			FireRate = 10,
			ShotType = "Projectile",
			ShotSpeed = 100,
		},
		Polarities = {"D"},
		Reload = 3,
		SecondaryAttack = {
			AttackName = "Orb Explosion",
			Damage = {
				["Radiation"] = 200,},
			StatusChance = 0.15,
		},
		Trigger = "Auto",
		Type = "Primary",
	},
	["Ogris"] = {
		Accuracy = 100,
		AreaAttack = {
			Damage = {
				["Blast"] = 600,},
			Radius = 6,
			AttackName = "Rocket Explosion",
		},
		ChargeAttack = {
			Damage = {
				["Blast"] = 100,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.35,
			ChargeTime = 0.8,
			AttackName = "Rocket Impact",
			ShotType = "Projectile",
			ShotSpeed = 40,
			FireRate = 1,
		},
		Class = "Launcher",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Detonite Injector",Type = "Resource",Count = 5,},
				{ Name = "Salvage",Type = "Resource",Count = 5000,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 600,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 4,
		Image = "OgrisNew.png",
		Introduced = "[[Update 8#Update 8.0|Update 8.0]]",
		Magazine = 5,
		Mastery = 8,
		MaxAmmo = 20,
		Name = "Ogris",
		NoiseLevel = "Alarming",
		Reload = 2.5,
		Trigger = "Charge",
		Type = "Primary",
		Users = {"[[Bombard]]", "[[Corrupted Bombard]]", "[[Executioner Gorth]]", "[[Nightwatch Bombard]]"},
	},
	["Opticor"] = {
		Accuracy = 100,
		AreaAttack = {
			Damage = {
				["Magnetic"] = 400,},
			Radius = 5,
		},
		ChargeAttack = {
			Damage = {
				["Impact"] = 100,
				["Puncture"] = 850,
				["Slash"] = 50,},
			ChargeTime = 2,
			CritChance = 0.2,
			CritMultiplier = 2.5,
			StatusChance = 0.2,
			PunchThrough = 1,
			Range = 300,
			ShotType = "Hit-Scan",
			FireRate = 1,
		},
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 225,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Fieldron",Type = "Resource",Count = 5,},
				{ Name = "Gallium",Type = "Resource",Count = 20,},
				{ Name = "Cryotic",Type = "Resource",Count = 600,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 4,
		Image = "CrpBFG.png",
		Introduced = "[[Update 15#Update 15.0|Update 15.0]]",
		Magazine = 5,
		Mastery = 14,
		MaxAmmo = 200,
		Name = "Opticor",
		Polarities = {"V"},
		Reload = 2,
		Trigger = "Charge",
		Type = "Primary",
		Users = {"[[Malice]]", "[[Ved Xol]]", "[[002-ER]]"},
	},
	["Panthera"] = {
		Accuracy = 100,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 225,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Orokin Cell",Type = "Resource",Count = 1,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 600,},
				{ Name = "Hikou",Type = "Weapon",Count = 1,},
				{ Name = "Miter",Type = "Weapon",Count = 1,},},
		},
		Disposition = 5,
		Image = "TennoMiter.png",
		Introduced = "[[Update 15#Update 15.10|Update 15.10]]",
		Magazine = 60,
		Mastery = 7,
		Name = "Panthera",
		NormalAttack = {
			Damage = {
				["Impact"] = 20,
				["Puncture"] = 10,
				["Slash"] = 70,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.2,
			FireRate = 3,
			AmmoCost = 2,
			ShotType = "Projectile",
			ShotSpeed = 40,
		},
		Polarities = {"Bar"},
		Reload = 2,
		SecondaryAttack = {
			Damage = {
				["Impact"] = 22.5,
				["Puncture"] = 22.5,
				["Slash"] = 180,},
			CritChance = 0.25,
			CritMultiplier = 2,
			StatusChance = 0.35,
			FireRate = 1,
			ShotType = "Continuous",
			Range = 5,
		},
		Trigger = "Auto",
		Type = "Primary",
	},
	["Paracyst"] = {
		BurstFireRate = 8.33,
		Class = "Rifle",
		Conclave = false,
		Cost = {
			Credits = 30000,
			BPCost = 50000,
			MarketCost = 225,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Mutagen Mass",Type = "Resource",Count = 5,},
				{ Name = "Nano Spores",Type = "Resource",Count = 15000,},
				{ Name = "Circuits",Type = "Resource",Count = 1200,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 5,
		Image = "InfQuantaRifle.png",
		Introduced = "[[Update 15#Update 15.5|Update 15.5]]",
		Magazine = 60,
		Mastery = 7,
		Name = "Paracyst",
		NormalAttack = {
			Accuracy = 50,
			Damage = {
				["Toxin"] = 33,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.3,
			FireRate = 11.11,
			BurstCount = 3,
			ShotType = "Projectile",
			ShotSpeed = "???",
		},
		Reload = 2,
		SecondaryAttack = {
			Accuracy = 50,
			Damage = {
				["Toxin"] = 33,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.3,
			FireRate = 11.11,
			AttackName = "Infested Harpoon",
			Range = 50,
			ShotType = "Projectile",
            ShotSpeed = "???",
		},
		Trigger = "Burst",
		Type = "Primary",
		Users = {"[[Mutalist Alad V]]"},
	},
	["Paris"] = {
		Accuracy = "16.7 (100 aimed)",
		ChargeAttack = {
			Damage = {
				["Impact"] = 9,
				["Puncture"] = 144,
				["Slash"] = 27,},
			ChargeTime = 1,
			PunchThrough = 1,
			ShotType = "Projectile",
			ShotSpeed = 85,
		},
		Class = "Bow",
		Conclave = true,
		Cost = {
			Credits = 15000,
			BPCost = 20000,
			MarketCost = 225,
			Rush = 45,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 3,},
				{ Name = "Plastids",Type = "Resource",Count = 600,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 700,},
				{ Name = "Nano Spores",Type = "Resource",Count = 2000,},},
		},
		Disposition = 3,
		Family = "Paris",
		Image = "Paris.png",
		Introduced = "[[Update 7#Update 7.0|Update 7.0]]",
		Magazine = 1,
		Mastery = 0,
		MaxAmmo = 72,
		Name = "Paris",
		NormalAttack = {
			Damage = {
				["Impact"] = 4.5,
				["Puncture"] = 72,
				["Slash"] = 13.5,},
			CritChance = 0.3,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 1,
			ShotType = "Projectile",
			ShotSpeed = 70,
		},
		Polarities = {"Bar"},
		Reload = 0.7,
		Trigger = "Charge",
		Type = "Primary",
		Users = {"[[Junction|Trinity Specter]]"},
	},
	["Paris Prime"] = {
		Accuracy = "16.7 (100 aimed)",
		ChargeAttack = {
			Damage = {
				["Impact"] = 5,
				["Puncture"] = 160,
				["Slash"] = 35,},
			ChargeTime = 1,
			PunchThrough = 1,
			ShotType = "Projectile",
			ShotSpeed = 85,
		},
		Class = "Bow",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Upper Limb",Type = "PrimePart",Count = 1,},
				{ Name = "Lower Limb",Type = "PrimePart",Count = 1,},
				{ Name = "Grip",Type = "PrimePart",Count = 1,},
				{ Name = "String",Type = "PrimePart",Count = 1,},},
		},
		Disposition = 3,
		Family = "Paris",
		Image = "PrimeBowM.png",
		Introduced = "[[Update 9#Update 9.0|Update 9.0]]",
		Magazine = 1,
		Mastery = 4,
		MaxAmmo = 72,
		Name = "Paris Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 2.5,
				["Puncture"] = 80,
				["Slash"] = 17.5,},
			CritChance = 0.45,
			CritMultiplier = 2,
			StatusChance = 0.2,
			FireRate = 1,
			ShotType = "Projectile",
			ShotSpeed = 70,
		},
		Polarities = {"Bar", "V"},
		Reload = 0.7,
		Traits = {"Prime", "Never Vaulted"},
		Trigger = "Charge",
		Type = "Primary",
	},
	["Penta"] = {
		Accuracy = 100,
		Class = "Launcher",
		Conclave = true,
		Cost = {
			Credits = 25000,
			BPCost = 30000,
			MarketCost = 150,
			Rush = 40,
			Time = 24,
			Parts = {
				{ Name = "Control Module",Type = "Resource",Count = 3,},
				{ Name = "Circuits",Type = "Resource",Count = 1000,},
				{ Name = "Ferrite",Type = "Resource",Count = 1200,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 400,},},
		},
		Disposition = 4,
		Family = "Penta",
		Image = "DEPenta.png",
		Introduced = "[[Update 11#Update 11.3|Update 11.3]]",
		Magazine = 5,
		Mastery = 6,
		MaxAmmo = 20,
		Name = "Penta",
		NoiseLevel = "Silent",
		NormalAttack = {
			Damage = {
				["Impact"] = 75,
				["Puncture"] = 0,
				["Slash"] = 0,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.1,
			AttackName = "Grenade Impact",
			FireRate = 1,
			ShotType = "Projectile",
			ShotSpeed = 20,
		},
		Reload = 2.5,
		SecondaryAttack = {
			Damage = {
				["Blast"] = 350,},
			Radius = 5,
			Trigger = "Detonate",
			AttackName = "Grenade Detonation",
		},
		Trigger = "Active",
		Type = "Primary",
		Users = {"[[Penta Ranger]]", "[[M-W.A.M.]]"},
	},
	["Prisma Gorgon"] = {
		Accuracy = 20.0,
		Class = "Rifle",
		Conclave = true,
		Disposition = 4,
		Family = "Gorgon",
		Image = "PrismaGorgon.png",
		Introduced = "[[Update 15#Update 15.11.1|Update 15.11.1]]",
		Magazine = 120,
		Mastery = 10,
		MaxAmmo = 840,
		Name = "Prisma Gorgon",
		NormalAttack = {
			Damage = {
				["Impact"] = 17.3,
				["Puncture"] = 3.5,
				["Slash"] = 2.3,},
			CritChance = 0.30,
			CritMultiplier = 2.3,
			StatusChance = 0.15,
			FireRate = 14.17,
			ShotType = "Hit-Scan",
		},
		Reload = 3,
		Spool = 12,
		Trigger = "Auto-Spool",
		Type = "Primary",
	},
	["Prisma Grakata"] = {
		Accuracy = 28.6,
		Class = "Rifle",
		Conclave = true,
		Disposition = 3,
		Family = "Grakata",
		Image = "PrismaGrakata.png",
		Introduced = "[[Update 16#Update 16.8.3|Update 16.8.3]]",
		Magazine = 120,
		Mastery = 11,
		MaxAmmo = 1000,
		Name = "Prisma Grakata",
		NormalAttack = {
			Damage = {
				["Impact"] = 6.0,
				["Puncture"] = 5.0,
				["Slash"] = 4.0,},
			CritChance = 0.25,
			CritMultiplier = 2.5,
			StatusChance = 0.21,
			FireRate = 21.67,
			ShotType = "Hit-Scan",
		},
		Reload = 2,
		Traits = {"Prisma", "Baro"},
		Trigger = "Auto",
		Type = "Primary",
	},
	["Prisma Tetra"] = {
		Accuracy = 18.2,
		Class = "Rifle",
		Conclave = true,
		Disposition = 5,
		Image = "PrismaTetra.png",
		Introduced = "[[Update 17#Update 17.0.5|Update 17.0.5]]",
		Magazine = 60,
		Mastery = 4,
		MaxAmmo = 540,
		Name = "Prisma Tetra",
		NormalAttack = {
			Damage = {
				["Impact"] = 7,
				["Puncture"] = 28,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.15,
			FireRate = 7.08,
			ShotType = "Projectile",
			ShotSpeed = 100,
		},
		Reload = 2,
		Trigger = "Auto",
		Type = "Primary",
	},
	["Quanta"] = {
		Accuracy = 100,
		AreaAttack = {
			AttackName = "Cube (Hits enemy)",
			Damage = {
				["Blast"] = 200,},
			AmmoCost = 10,
			ShotType = "Projectile",
            ShotSpeed = "???",
			Range = 15,
		},
		Class = "Rifle",
		Conclave = false,
		Cost = {
			Credits = 25000,
			BPCost = 15000,
			MarketCost = 150,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Fieldron",Type = "Resource",Count = 7,},
				{ Name = "Circuits",Type = "Resource",Count = 1000,},
				{ Name = "Salvage",Type = "Resource",Count = 7000,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 2,
		Family = "Quanta",
		Image = "CrpShockRifle.png",
		Introduced = "[[Update 14#Update 14.1|Update 14.1]]",
		Magazine = 60,
		Mastery = 4,
		Name = "Quanta",
		NormalAttack = {
			Damage = {
				["Electricity"] = 220,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 1,
			ShotType = "Discharge",
			Range = 50,
		},
		Polarities = {"D"},
		Reload = 2,
		SecondaryAreaAttack = {
			AttackName = "Cube (Shot by player)",
			Damage = {
				["Blast"] = 400,},
		},
		Trigger = "Held",
		Type = "Primary",
	},
	["Quanta Vandal"] = {
		Accuracy = 100,
		AreaAttack = {
			AttackName = "Cube (Hits enemy)",
			Damage = {
				["Blast"] = 250,},
			AmmoCost = 10,
			ShotType = "Projectile",
			ShotSpeed = "???",
			Range = 15,
		},
		Class = "Rifle",
		Disposition = 2,
		Family = "Quanta",
		Image = "QuantaVandal.png",
		Introduced = "[[Update 16#Update 16.4|Update 16.4]]",
		Magazine = 90,
		Mastery = 4,
		MaxAmmo = 540,
		Name = "Quanta Vandal",
		NormalAttack = {
			Damage = {
				["Electricity"] = 220,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.25,
			FireRate = 1,
			ShotType = "Discharge",
			Range = 50,
		},
		Polarities = {"V"},
		Reload = 2,
		SecondaryAreaAttack = {
			AttackName = "Cube (Shot by player)",
			Damage = {
				["Blast"] = 500,},
		},
		Trigger = "Held",
		Type = "Primary",
	},
	["Quartakk"] = {
		Accuracy = 90.9,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 20000,
			MarketCost = 210,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Grokdrul",Type = "Resource",Count = 75,},
				{ Name = "Fersteel Alloy",Type = "Resource",Count = 15,},
				{ Name = "Salvage",Type = "Resource",Count = 12450,},
				{ Name = "Neural Sensors",Type = "Resource",Count = 5,},},
		},
		Disposition = 4,
		Image = "GrnFourBarrelRifleWeapon.png",
		Introduced = "[[Update 22#Update 22.8.0|Update 22]]",
		Magazine = 84,
		Mastery = 9,
		MaxAmmo = 840,
		Name = "Quartakk",
		NoiseLevel = "Alarming",
		NormalAttack = {
			Damage = {
				["Impact"] = 10.0,
				["Puncture"] = 7.8,
				["Slash"] = 9.2,},
			CritChance = 0.19,
			CritMultiplier = 2.3,
			StatusChance = 0.27,
			BurstCount = 4,
			FireRate = 12.67,
			ShotType = "Hit-Scan",
			PunchThrough = 0.5,
		},
		Reload = 1.7,
		Trigger = "Burst",
		Type = "Primary",
	},
	["Rakta Cernos"] = {
		ChargeAttack = {
			Damage = {
				["Impact"] = 225,
				["Puncture"] = 12.5,
				["Slash"] = 12.5,},
			ChargeTime = 0.25,
			PunchThrough = 1,
			ShotType = "Projectile",
			ShotSpeed = "???",
		},
		Class = "Bow",
		Conclave = true,
		Disposition = 2,
		Family = "Cernos",
		Image = "SyndicateRVCernos.png",
		Introduced = "[[Update 17#Update 17.3|Update 17.3]]",
		Magazine = 1,
		Mastery = 12,
		MaxAmmo = 72,
		Name = "Rakta Cernos",
		NormalAttack = {
			Damage = {
				["Impact"] = 112.5,
				["Puncture"] = 6.25,
				["Slash"] = 6.25,},
			CritChance = 0.35,
			CritMultiplier = 2,
			StatusChance = 0.15,
			FireRate = 1,
			ShotType = "Projectile",
			ShotSpeed = 100,
		},
		Polarities = {"V", "V", "Bar"},
		Reload = 0.6,
		SyndicateEffect = "Blight",
		Traits = {"Syndicate", "Red Veil"},
		Trigger = "Charge",
		Type = "Primary",
	},
	["Rubico"] = {
		Accuracy = 13.3,
		Class = "Sniper Rifle",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 225,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Salvage",Type = "Resource",Count = 3800,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 1300,},
				{ Name = "Rubedo",Type = "Resource",Count = 900,},
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},},
		},
		Disposition = 3,
		Image = "FiveShotSniper.png",
		Introduced = "[[Update 18#Update 18.0|Update 18.0]]",
		Magazine = 5,
		Mastery = 5,
		MaxAmmo = 72,
		Name = "Rubico",
		NormalAttack = {
			Damage = {
				["Impact"] = 160,
				["Puncture"] = 30,
				["Slash"] = 10,},
			CritChance = 0.25,
			CritMultiplier = 3,
			StatusChance = 0.05,
			PunchThrough = 1.0,
			FireRate = 2.67,
			ShotType = "Hit-Scan",
		},
		Reload = 3,
		SniperComboMin = 1,
		SniperComboReset = 2.5,
		Trigger = "Semi-Auto",
		Type = "Primary",
		Zoom = {"3.5x (+35% Critical Damage)", "6x (+50% Critical Damage)"},
	},
	["Scourge"] = {
		Accuracy = 100,
		Class = "Speargun",
		Conclave = true,
		Cost = {
			Credits = 15000,
			BPCost = 15000,
			MarketCost = 240,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Nitain",Type = "Resource",Count = 2,},
				{ Name = "Circuits",Type = "Resource",Count = 2500,},
				{ Name = "Oxium",Type = "Resource",Count = 350,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 2500,},},
		},
		Disposition = 3,
		Image = "PriestSpearGun.png",
		Introduced = "[[Update 21#Update 21.0|Update 21.0]]",
		Magazine = 20,
		Mastery = 6,
		MaxAmmo = 540,
		Name = "Scourge",
		NormalAttack = {
			Damage = {
				["Corrosive"] = 60,},
			CritChance = 0.02,
			CritMultiplier = 1.5,
			StatusChance = 0.3,
			FireRate = 2.67,
			ShotType = "Hit-Scan",
		},
		Polarities = {"Bar", "V"},
		Reload = 2.5,
		SecondaryAttack = {
			AttackName = "Throw Spear",
			Damage = {
				["Impact"] = 455,
				["Puncture"] = 72.5,
				["Slash"] = 122.5,
				["Corrosive"] = 50,},
			ChargeTime = 0.5,
			CritChance = 0.04,
			CritMultiplier = 2,
			StatusChance = 0.3,
			Trigger = "Charge",
		},
		Trigger = "Auto",
		Type = "Primary",
	},
	["Secura Penta"] = {
		Accuracy = 100,
		Class = "Launcher",
		Conclave = true,
		Cost = {
			Syndicate = "The Perrin Sequence",
			Reputation = 125000,
			Rank = 5,
		},
		Disposition = 4,
		Family = "Penta",
		Image = "SyndicatePSPenta.png",
		Introduced = "[[Update 17#Update 17.3|Update 17.3]]",
		Magazine = 7,
		Mastery = 12,
		MaxAmmo = 30,
		Name = "Secura Penta",
		NoiseLevel = "Silent",
		NormalAttack = {
			Damage = {
				["Impact"] = 75,
				["Puncture"] = 0,
				["Slash"] = 0,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.1,
			AttackName = "Grenade Impact",
			FireRate = 2,
			ShotType = "Projectile",
			ShotSpeed = 25,
		},
		Polarities = {"Bar", "D", "V"},
		Reload = 2.5,
		SecondaryAttack = {
			Damage = {
				["Blast"] = 375,},
			Radius = 5,
			Trigger = "Detonate",
			AttackName = "Grenade Detonation",
		},
		SyndicateEffect = "Sequence",
		Traits = {"Syndicate", "The Perrin Sequence"},
		Trigger = "Active",
		Type = "Primary",
	},
	["Simulor"] = {
		Accuracy = 100,
		AreaAttack = {
			AttackName = "Orb Merge",
			Damage = {
				["Magnetic"] = 75,},
		},
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPStanding = 75000,
			MarketCost = 210,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Ferrite",Type = "Resource",Count = 1200,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 850,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 1,},
				{ Name = "Argon Crystal",Type = "Resource",Count = 1,},},
		},
		Disposition = 1,
		Image = "CephPrimary.png",
		Introduced = "[[Update 16#Update 16.10|Update 16.10]]",
		Magazine = 10,
		Mastery = 5,
		MaxAmmo = 60,
		Name = "Simulor",
		NormalAttack = {
			Damage = {
				["Magnetic"] = 50,},
			AttackName = "Orb Damage",
			FireRate = 2,
			ShotType = "Projectile",
			ShotSpeed = "???",
			Range = 12,
		},
		Polarities = {"D", "Bar"},
		Reload = 3,
		SecondaryAttack = {
			AttackName = "Orb Explosion",
			Damage = {
				["Electricity"] = 75,},
			StatusChance = 0.3,
			CritChance = 0.12,
			CritMultiplier = 2,
			Radius = 8,
		},
		Trigger = "Active",
		Type = "Primary",
	},
	["Snipetron"] = {
		Accuracy = 13.3,
		Class = "Sniper Rifle",
		Conclave = true,
		Cost = {
			Credits = 20000,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 5,},
				{ Name = "Plastids",Type = "Resource",Count = 900,},
				{ Name = "Salvage",Type = "Resource",Count = 1200,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 900,},},
		},
		Disposition = 4,
		Family = "Snipetron",
		Image = "Snipetron.png",
		Introduced = "[[Closed beta updates#Vanilla|Vanilla]]",
		Magazine = 4,
		Mastery = 0,
		MaxAmmo = 72,
		Name = "Snipetron",
		NormalAttack = {
			Damage = {
				["Impact"] = 17.5,
				["Puncture"] = 140,
				["Slash"] = 17.5,},
			CritChance = 0.2,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			PunchThrough = 2.5,
			FireRate = 2,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V"},
		Reload = 3.5,
		SniperComboMin = 3,
		SniperComboReset = 3,
		Trigger = "Semi-Auto",
		Type = "Primary",
		Zoom = {"2.5x (+30% Headshot Damage)", "6x (+50% Headshot Damage)"},
	},
	["Snipetron Vandal"] = {
		Accuracy = 13.3,
		Class = "Sniper Rifle",
		Conclave = true,
		Cost = {
			Credits = 25000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "Item",Count = 1,},
				{ Name = "Receiver",Type = "Item",Count = 1,},
				{ Name = "Stock",Type = "Item",Count = 1,},},
		},
		Disposition = 4,
		Family = "Snipetron",
		Image = "DESnipertronVandal.png",
		Introduced = "[[Update 8#Update 8.3.2|Update 8.3.2]]",
		Magazine = 6,
		Mastery = 0,
		MaxAmmo = 72,
		Name = "Snipetron Vandal",
		NormalAttack = {
			Damage = {
				["Impact"] = 10,
				["Puncture"] = 180,
				["Slash"] = 10,},
			CritChance = 0.25,
			CritMultiplier = 2,
			StatusChance = 0.15,
			PunchThrough = 3,
			FireRate = 2,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V"},
		Reload = 2,
		SniperComboMin = "3 (1.5x)",
		SniperComboReset = 3,
		Trigger = "Semi-Auto",
		Type = "Primary",
		Zoom = {"2.5x (+30% Headshot Damage)", "6x (+50% Headshot Damage)"},
	},
	["Soma"] = {
		Accuracy = 28.6,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 15000,
			BPCost = 50000,
			MarketCost = 265,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 7,},
				{ Name = "Plastids",Type = "Resource",Count = 850,},
				{ Name = "Rubedo",Type = "Resource",Count = 1200,},
				{ Name = "Salvage",Type = "Resource",Count = 8000,},},
		},
		Disposition = 1,
		Family = "Soma",
		Image = "U10DesignCouncilTennoAR.png",
		Introduced = "[[Update 10#Update 10.0|Update 10.0]]",
		Magazine = 100,
		Mastery = 6,
		MaxAmmo = 540,
		Name = "Soma",
		NormalAttack = {
			Damage = {
				["Impact"] = 1,
				["Puncture"] = 4,
				["Slash"] = 5,},
			CritChance = 0.3,
			CritMultiplier = 3,
			StatusChance = 0.07,
			FireRate = 15,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V", "V"},
		Reload = 3,
		Spool = 8,
		Trigger = "Auto-Spool",
		Type = "Primary",
		Users = {"[[Junction|Rhino Specter]]"},
	},
	["Soma Prime"] = {
		Accuracy = 28.6,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "PrimePart",Count = 1,},
				{ Name = "Receiver",Type = "PrimePart",Count = 1,},
				{ Name = "Stock",Type = "PrimePart",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 10,},},
		},
		Disposition = 1,
		Family = "Soma",
		Image = "PrimeSoma.png",
		Introduced = "[[Update 15#Update 15.7|Update 15.7]]",
		Magazine = 200,
		Mastery = 6,
		MaxAmmo = 800,
		Name = "Soma Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 1.2,
				["Puncture"] = 4.8,
				["Slash"] = 6,},
			CritChance = 0.3,
			CritMultiplier = 3,
			StatusChance = 0.1,
			FireRate = 15,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V", "V"},
		Reload = 3,
		Spool = 5,
		Traits = {"Prime", "Vaulted"},
		Trigger = "Auto-Spool",
		Type = "Primary",
	},
	["Stradavar"] = {
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 230,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Ferrite",Type = "Resource",Count = 15000,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 8000,},
				{ Name = "Neural Sensors",Type = "Resource",Count = 3,},
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},},
		},
		Disposition = 4,
		Image = "TennoTommyGun.png",
		Introduced = "[[Update 18#Update 18.11|Update 18.11]]",
		Magazine = 65,
		Mastery = 8,
		MaxAmmo = 540,
		Name = "Stradavar",
		NormalAttack = {
			Damage = {
				["Impact"] = 9.8,
				["Puncture"] = 9.8,
				["Slash"] = 8.4,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.05,
			AttackName = "Full Auto Mode",
			FireRate = 10,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V", "V"},
		Reload = 2,
		SecondaryAttack = {
			Damage = {
				["Impact"] = 7.5,
				["Puncture"] = 30,
				["Slash"] = 12.5,},
			Polarities = {"V", "V"},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.15,
			FireRate = 5,
			Trigger = "Semi-Auto",
			Disposition = 4,
			AttackName = "Semi-Auto Mode",
			ShotType = "Hit-Scan",
		},
		Trigger = "Auto / Semi-Auto",
		Type = "Primary",
	},
	["Supra"] = {
		Accuracy = 8.3,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 25000,
			BPCost = 15000,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Fieldron",Type = "Resource",Count = 7,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 1000,},
				{ Name = "Salvage",Type = "Resource",Count = 7000,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 4,
		Image = "CorpusMachineGun.png",
		Introduced = "[[Update 8#Update 8.0|Update 8.0]]",
		Magazine = 180,
		Mastery = 7,
		MaxAmmo = 1080,
		Name = "Supra",
		NormalAttack = {
			Damage = {
				["Impact"] = 4.5,
				["Puncture"] = 33.8,
				["Slash"] = 6.7,},
			CritChance = 0.025,
			CritMultiplier = 1.5,
			StatusChance = 0.05,
			FireRate = 12.5,
			ShotType = "Projectile",
			ShotSpeed = 80,
		},
		Reload = 3,
		Trigger = "Auto-Spool",
		Type = "Primary",
		Users = {"[[Tech]]", "[[M-W.A.M.]]"},
	},
	["Supra Vandal"] = {
		Accuracy = 13.3,
		Class = "Rifle",
		Conclave = true,
		Disposition = 4,
		Image = "SupraVandal.png",
		Introduced = "[[Update 20#Update 20.4|Update 20.4]]",
		Magazine = 300,
		Mastery = 10,
		MaxAmmo = 1600,
		Name = "Supra Vandal",
		NormalAttack = {
			Damage = {
				["Impact"] = 4.5,
				["Puncture"] = 33.8,
				["Slash"] = 6.7,},
			CritChance = 0.025,
			CritMultiplier = 1.5,
			StatusChance = 0.05,
			FireRate = 12.5,
			ShotType = "Projectile",
			ShotSpeed = 80,
		},
		Polarities = {"V", "V"},
		Reload = 3,
		Trigger = "Auto-Spool",
		Type = "Primary",
	},
	["Sybaris"] = {
		Accuracy = 28.6,
		BurstFireRate = 3.33,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 225,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 2,},
				{ Name = "Salvage",Type = "Resource",Count = 800,},
				{ Name = "Rubedo",Type = "Resource",Count = 200,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 2,
		Family = "Sybaris",
		Image = "TnoLeverActionRifle.png",
		Introduced = "[[Update 13#Update 13.3|Update 13.3]]",
		Magazine = 10,
		Mastery = 5,
		MaxAmmo = 540,
		Name = "Sybaris",
		NormalAttack = {
			Damage = {
				["Impact"] = 23.1,
				["Puncture"] = 23.1,
				["Slash"] = 23.8,},
			CritChance = 0.25,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 3.98,
			BurstCount = 2,
			ShotType = "Hit-Scan",
		},
		Reload = 2,
		Trigger = "Burst",
		Type = "Primary",
	},
	["Sybaris Prime"] = {
		Accuracy = 25,
		BurstFireRate = 3.33,
		Class = "Rifle",
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "PrimePart",Count = 1,},
				{ Name = "Receiver",Type = "PrimePart",Count = 1,},
				{ Name = "Stock",Type = "PrimePart",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 10,},},
		},
		Disposition = 2,
		Family = "Sybaris",
		Image = "Sybaris_Prime.png",
		Introduced = "[[Update 20#Hotfix 20.6.2|Hotfix 20.6.2]]",
		Magazine = 20,
		Mastery = 12,
		MaxAmmo = 540,
		Name = "Sybaris Prime",
		NoiseLevel = "Alarming",
		NormalAttack = {
			Damage = {
				["Impact"] = 29,
				["Puncture"] = 29,
				["Slash"] = 29.9,},
			CritChance = 0.3,
			CritMultiplier = 2,
			StatusChance = 0.25,
			FireRate = 4.72,
			BurstCount = 2,
			ShotType = "Hit-Scan",
		},
		Polarities = {"Bar", "Bar", "V"},
		Reload = 2,
		Traits = {"Prime"},
		Trigger = "Burst",
		Type = "Primary",
	},
	["Synapse"] = {
		Accuracy = 12.5,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 50000,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Mutagen Mass",Type = "Resource",Count = 5,},
				{ Name = "Salvage",Type = "Resource",Count = 30000,},
				{ Name = "Circuits",Type = "Resource",Count = 3500,},
				{ Name = "Forma",Type = "Resource",Count = 2,},},
		},
		Disposition = 5,
		Image = "U10InfPrimary.png",
		Introduced = "[[Update 10#Update 10.0|Update 10.0]]",
		Magazine = 100,
		Mastery = 6,
		MaxAmmo = 540,
		Name = "Synapse",
		NormalAttack = {
			Damage = {
				["Electricity"] = 12.5,},
			CritChance = 0.5,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 10,
			ShotType = "Discharge",
			Range = 18,
		},
		Reload = 1.5,
		Trigger = "Held",
		Type = "Primary",
	},
	["Synoid Simulor"] = {
		Accuracy = 100,
		AreaAttack = {
			AttackName = "Orb Merge",
			Damage = {
				["Magnetic"] = 50,},
		},
		Class = "Rifle",
		Conclave = true,
		Disposition = 1,
		Image = "SyndicateCSSimulor.png",
		Introduced = "[[Update 17#Update 17.3|Update 17.3]]",
		Magazine = 15,
		Mastery = 12,
		MaxAmmo = 75,
		Name = "Synoid Simulor",
		NormalAttack = {
			Damage = {
				["Magnetic"] = 20,},
			AttackName = "Orb Damage",
			FireRate = 2.67,
			ShotType = "Projectile",
			ShotSpeed = "???",
		},
		Polarities = {"V", "D", "Bar"},
		Reload = 2,
		SecondaryAttack = {
			AttackName = "Orb Explosion",
			Damage = {
				["Electricity"] = 75,},
			StatusChance = 0.35,
			CritChance = 0.05,
			CritMultiplier = 2,
			Radius = 8,
		},
		SyndicateEffect = "Entropy",
		Traits = {"Syndicate", "Cephalon Suda"},
		Trigger = "Active",
		Type = "Primary",
	},
	["Telos Boltor"] = {
		Accuracy = 25,
		Class = "Rifle",
		Conclave = true,
		Disposition = 2,
		Family = "Boltor",
		Image = "SyndicateAHBoltor.png",
		Introduced = "[[Update 17#Update 17.3|Update 17.3]]",
		Magazine = 90,
		Mastery = 12,
		MaxAmmo = 540,
		Name = "Telos Boltor",
		NormalAttack = {
			Damage = {
				["Impact"] = 3,
				["Puncture"] = 27,},
			CritChance = 0.3,
			CritMultiplier = 2.4,
			StatusChance = 0.16,
			FireRate = 9.33,
			ShotType = "Projectile",
			ShotSpeed = 65,
		},
		Polarities = {"D", "V"},
		Reload = 2.4,
		SyndicateEffect = "Truth",
		Traits = {"Syndicate", "Arbiters of Hexis"},
		Trigger = "Auto",
		Type = "Primary",
	},
	["Tenora"] = {
		Accuracy = 12.5,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 15000,
			MarketCost = 265,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Neurodes",Type = "Resource",Count = 5,},
				{ Name = "Salvage",Type = "Resource",Count = 15000,},
				{ Name = "Rubedo",Type = "Resource",Count = 4000,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 3,
		Image = "TnBardRifle.png",
		Introduced = "[[Update 20#Update: Octavia's Anthem|Update: Octavia's Anthem]]",
		Magazine = 150,
		Mastery = 10,
		MaxAmmo = 900,
		Name = "Tenora",
		NormalAttack = {
			Damage = {
				["Impact"] = 6.9,
				["Puncture"] = 9.2,
				["Slash"] = 6.9,},
			CritChance = 0.25,
			CritMultiplier = 2,
			StatusChance = 0.15,
			FireRate = 11.67,
			ShotType = "Hit-Scan",
		},
		Reload = 2.5,
		SecondaryAttack = {
			Damage = {
				["Impact"] = 4.6,
				["Puncture"] = 13.8,
				["Slash"] = 4.6,},
			CritChance = 0.33,
			CritMultiplier = 3,
			StatusChance = 0.11,
			ChargeTime = 0.8,
			Trigger = "Charge",
			Disposition = 3,
			AmmoCost = 10,
			ShotType = "Projectile",
			ShotSpeed = "???",
		},
		Trigger = "Auto",
		Type = "Primary",
	},
	["Tetra"] = {
		Accuracy = 18.2,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 30000,
			MarketCost = 125,
			Rush = 40,
			Time = 24,
			Parts = {
				{ Name = "Control Module",Type = "Resource",Count = 2,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 400,},
				{ Name = "Ferrite",Type = "Resource",Count = 900,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 100,},},
		},
		Disposition = 5,
		Image = "DETetra.png",
		Introduced = "[[Update 11#Update 11.8|Update 11.8]]",
		Magazine = 60,
		Mastery = 3,
		MaxAmmo = 540,
		Name = "Tetra",
		NormalAttack = {
			Damage = {
				["Impact"] = 6,
				["Puncture"] = 24,},
			CritChance = 0.025,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 6.67,
			ShotType = "Projectile",
			ShotSpeed = 100,
		},
		Reload = 2,
		Trigger = "Auto",
		Type = "Primary",
		Users = {"[[Nako Xol]]"},
	},
	["Tiberon"] = {
		Accuracy = 33.3,
		BurstFireRate = 6.67,
		Class = "Rifle",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 225,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Latron",Type = "Weapon",Count = 1,},
				{ Name = "Plastids",Type = "Resource",Count = 650,},
				{ Name = "Rubedo",Type = "Resource",Count = 600,},
				{ Name = "Forma",Type = "Item",Count = 1,},},
		},
		Disposition = 5,
		Image = "Tiberon.png",
		Introduced = "[[Update 14#Update 14.9|Update 14.9]]",
		Magazine = 30,
		Mastery = 4,
		MaxAmmo = 540,
		Name = "Tiberon",
		NormalAttack = {
			Damage = {
				["Impact"] = 15,
				["Puncture"] = 30,
				["Slash"] = 15,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.025,
			FireRate = 9.09,
			BurstCount = 3,
			ShotType = "Hit-Scan",
		},
		Reload = 2.3,
		Trigger = "Burst",
		Type = "Primary",
	},
	["Tonkor"] = {
		AreaAttack = {
			Damage = {
				["Blast"] = 325,},
			Radius = 5,
		},
		Class = "Launcher",
		Cost = {
			Credits = 60000,
			BPCost = 30000,
			MarketCost = 200,
			Rush = 45,
			Time = 24,
			Parts = {
				{ Name = "Salvage",Type = "Resource",Count = 1500,},
				{ Name = "Oxium",Type = "Resource",Count = 200,},
				{ Name = "Cryotic",Type = "Resource",Count = 800,},
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},},
		},
		Disposition = 1,
		Image = "GrnGrenadeLauncher.png",
		Introduced = "[[Update 16#Update 16.4|Update 16.4]]",
		Magazine = 2,
		Mastery = 5,
		MaxAmmo = 40,
		Name = "Tonkor",
		NormalAttack = {
			Damage = {
				["Puncture"] = 75,},
			CritChance = 0.25,
			CritMultiplier = 2.5,
			StatusChance = 0.1,
			FireRate = 2,
			ShotType = "Projectile",
			ShotSpeed = 30,
		},
		Reload = 2,
		Trigger = "Semi-Auto",
		Type = "Primary",
		Users = {"[[Kuva Napalm]]", "[[Nightwatch Reaver]]"},
	},
	["Torid"] = {
		AreaAttack = {
			Damage = {
				["Toxin"] = 40,},
			Duration = 10,
			CritChance = 0.1,
			CritMultiplier = 2,
			AttackName = "Poison Cloud",
		},
		Class = "Launcher",
		Conclave = false,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Mutagen Mass",Type = "Resource",Count = 2,},
				{ Name = "Salvage",Type = "Resource",Count = 4500,},
				{ Name = "Circuits",Type = "Resource",Count = 600,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 4,
		Image = "GrineerGrenadeLauncher.png",
		Introduced = "[[Update 8#Update 8.0|Update 8.0]]",
		Magazine = 5,
		Mastery = 4,
		MaxAmmo = 60,
		Name = "Torid",
		NormalAttack = {
			Damage = {
				["Toxin"] = 100,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.2,
			FireRate = 1,
			ShotType = "Projectile",
			ShotSpeed = 25,
		},
		Reload = 3,
		Trigger = "Semi-Auto",
		Type = "Primary",
	},
	["Vectis"] = {
		Accuracy = 13.3,
		Class = "Sniper Rifle",
		Conclave = true,
		Cost = {
			Credits = 25000,
			BPCost = 40000,
			MarketCost = 250,
			Rush = 25,
			Time = 24,
			Parts = {
				{ Name = "Neurodes",Type = "Resource",Count = 4,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 4,},
				{ Name = "Nano Spores",Type = "Resource",Count = 3000,},
				{ Name = "Rubedo",Type = "Resource",Count = 2500,},},
		},
		Disposition = 3,
		Family = "Vectis",
		Image = "DEVectis.png",
		Introduced = "[[Update 10#Update 10.6|Update 10.6]]",
		Magazine = 1,
		Mastery = 3,
		MaxAmmo = 72,
		Name = "Vectis",
		NormalAttack = {
			Damage = {
				["Impact"] = 90,
				["Puncture"] = 78.8,
				["Slash"] = 56.3,},
			CritChance = 0.25,
			CritMultiplier = 2,
			StatusChance = 0.3,
			PunchThrough = 1.0,
			FireRate = 1.5,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V"},
		Reload = 0.9,
		SniperComboMin = 2,
		SniperComboReset = 4,
		Trigger = "Semi-Auto",
		Type = "Primary",
		Users = {"[[Junction|Saryn Specter]]"},
		Zoom = {"3x Zoom (+30% Headshot Damage)", "4.5x Zoom (+50% Headshot Damage)"},
	},
	["Vectis Prime"] = {
		Accuracy = 13.3,
		Class = "Sniper Rifle",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "PrimePart",Count = 1,},
				{ Name = "Receiver",Type = "PrimePart",Count = 1,},
				{ Name = "Stock",Type = "PrimePart",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 10,},},
		},
		Disposition = 3,
		Family = "Vectis",
		Image = "VectisPrime.png",
		Introduced = "[[Update 16#Update 16.11|Update 16.11]]",
		Magazine = 2,
		Mastery = 3,
		MaxAmmo = 72,
		Name = "Vectis Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 130,
				["Puncture"] = 146.3,
				["Slash"] = 48.7,},
			CritChance = 0.25,
			CritMultiplier = 2,
			StatusChance = 0.3,
			PunchThrough = 1.0,
			FireRate = 2.67,
			Falloff = {StartRange = 400,EndRange = 600,},
			ShotType = "Hit-Scan",
		},
		Polarities = {"V", "Bar"},
		Reload = 0.9,
		SniperComboMin = 5,
		SniperComboReset = 3,
		Traits = {"Prime", "Vaulted"},
		Trigger = "Semi-Auto",
		Type = "Primary",
		Zoom = {"3.5x (+35% Headshot Damage)", "6x (+55% Headshot Damage)"},
	},
	["Vulkar"] = {
		Accuracy = 13.3,
		Class = "Sniper Rifle",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 225,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 5,},
				{ Name = "Circuits",Type = "Resource",Count = 800,},
				{ Name = "Salvage",Type = "Resource",Count = 1200,},
				{ Name = "Plastids",Type = "Resource",Count = 800,},},
		},
		Disposition = 5,
		Family = "Vulkar",
		Image = "Vulkar.png",
		Introduced = "[[Update 8#Update 8.0|Update 8.0]]",
		Magazine = 6,
		Mastery = 0,
		MaxAmmo = 72,
		Name = "Vulkar",
		NormalAttack = {
			Damage = {
				["Impact"] = 180,
				["Puncture"] = 33.8,
				["Slash"] = 11.2,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.25,
			PunchThrough = 1.0,
			FireRate = 2,
			ShotType = "Hit-Scan",
		},
		Reload = 3,
		SniperComboMin = 2,
		SniperComboReset = 5,
		Trigger = "Semi-Auto",
		Type = "Primary",
		Users = {"[[Ballista]]", "[[Executioners/Harkonar|Executioner Harkonar]]"},
		Zoom = {"2.5x zoom (+35% Headshot Damage)", "4x zoom (+55% Headshot Damage)", "8x zoom (+70% Headshot Damage)"},
	},
	["Vulkar Wraith"] = {
		Accuracy = 13.3,
		Class = "Sniper Rifle",
		Conclave = true,
		Disposition = 5,
		Family = "Vulkar",
		Image = "VulkarWraith.png",
		Introduced = "[[Update 18#Update 18.4.1|Update 18.4.1]]",
		Magazine = 8,
		Mastery = 0,
		MaxAmmo = 72,
		Name = "Vulkar Wraith",
		NormalAttack = {
			Damage = {
				["Impact"] = 225,
				["Puncture"] = 25,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.25,
			PunchThrough = 1.0,
			FireRate = 2,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V"},
		Reload = 3,
		SniperComboMin = 2,
		SniperComboReset = 5,
		Traits = {"Wraith", "Baro"},
		Trigger = "Semi-Auto",
		Type = "Primary",
		Zoom = {"2.5x zoom (+35% Headshot Damage)", "4x zoom (+55% Headshot Damage)", "8x zoom (+70% Headshot Damage)"},
	},
	["Zarr"] = {
		Accuracy = 100,
		AreaAttack = {
			Damage = {
				["Blast"] = 175,},
			Radius = 5,
			AttackName = "Main Explosion",
		},
		Class = "Launcher",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 30000,
			MarketCost = 225,
			Rush = 40,
			Time = 24,
			Parts = {
				{ Name = "Kuva",Type = "Resource",Count = 1800,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 2400,},
				{ Name = "Salvage",Type = "Resource",Count = 5500,},
				{ Name = "Drakgoon",Type = "Weapon",Count = 1,},},
		},
		Disposition = 3,
		Image = "GrineerCannon.png",
		Magazine = 3,
		Mastery = 7,
		MaxAmmo = 84,
		Name = "Zarr",
		NormalAttack = {
			Damage = {
				["Impact"] = 25,},
			CritChance = 0.15,
			CritMultiplier = 2.5,
			StatusChance = 0.2,
			AttackName = "Cannon Mode",
			FireRate = 1.67,
			ShotType = "Hit-Scan",
		},
		Polarities = {"V"},
		Reload = 2.3,
		SecondaryAreaAttack = {
			Damage = {
				["Blast"] = 300,},
			PelletCount = 6,
			PelletName = "Bomb",
			AttackName = "Cluster Bombs",
		},
		SecondaryAttack = {
			Damage = {
				["Impact"] = 168,
				["Puncture"] = 280,
				["Slash"] = 112,},
			PelletCount = 7,
			AttackName = "Barrage Mode",
		},
		Trigger = "Semi-Auto",
		Type = "Primary",
	},
	["Zhuge"] = {
		Accuracy = 40,
		Class = "Bow",
		Conclave = true,
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 125,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Cryotic",Type = "Resource",Count = 2800,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 900,},
				{ Name = "Nitain Extract",Type = "Resource",Count = 2,},
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},},
		},
		Disposition = 3,
		Image = "RepeatingCrossbow.png",
		Introduced = "[[Update 18#Update 18.6|Update 18.6]]",
		Magazine = 20,
		Mastery = 0,
		MaxAmmo = 540,
		Name = "Zhuge",
		NormalAttack = {
			Damage = {
				["Impact"] = 5,
				["Puncture"] = 75,
				["Slash"] = 20,},
			CritChance = 0.2,
			CritMultiplier = 2,
			StatusChance = 0.35,
			FireRate = 4.17,
			ShotType = "Projectile",
			ShotSpeed = "???",
		},
		Polarities = {"V"},
		Reload = 2.5,
		Trigger = "Auto",
		Type = "Primary",
	},
	["Boar"] = {
		Accuracy = 5,
		Class = "Shotgun",
		Conclave = true,
		Cost = {
			Credits = 15000,
			MarketCost = 225,
			Rush = 25,
			Time = 12,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 6,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 900,},
				{ Name = "Salvage",Type = "Resource",Count = 750,},
				{ Name = "Plastids",Type = "Resource",Count = 900,},},
		},
		Disposition = 5,
		Image = "Boar.png",
		Introduced = "[[Closed beta updates#Vanilla|Vanilla]]",
		Magazine = 20,
		Mastery = 2,
		MaxAmmo = 120,
		Name = "Boar",
		NormalAttack = {
			Damage = {
				["Impact"] = 96.8,
				["Puncture"] = 26.4,
				["Slash"] = 52.8,},
			CritChance = 0.1,
			CritMultiplier = 1.5,
			StatusChance = 0.2,
			PelletCount = 8,
			FireRate = 4.17,
			ShotType = "Hit-Scan",
		},
		Reload = 2.7,
		Trigger = "Auto",
		Type = "Primary",
		Users = {"[[New Loka]] [[Syndicate Operatives|Operatives]]"},
	},
	["Boar Prime"] = {
		Accuracy = 5,
		Class = "Shotgun",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "PrimePart",Count = 1,},
				{ Name = "Receiver",Type = "PrimePart",Count = 1,},
				{ Name = "Stock",Type = "PrimePart",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 10,},},
		},
		Disposition = 5,
		Image = "FixedPrimeBoar.png",
		Introduced = "[[Update 10#Update 10.0|Update 10.0]]",
		Magazine = 20,
		Mastery = 2,
		MaxAmmo = 120,
		Name = "Boar Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 119.6,
				["Puncture"] = 27.6,
				["Slash"] = 36.8,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.3,
			PelletCount = 8,
			FireRate = 4.67,
			ShotType = "Hit-Scan",
		},
		Reload = 2.8,
		Traits = {"Prime", "Vaulted"},
		Trigger = "Auto",
		Type = "Primary",
	},
	["Convectrix"] = {
		Accuracy = 50,
		Class = "Shotgun",
		Convectrix = false,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 175,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Fieldron",Type = "Resource",Count = 5,},
				{ Name = "Control Module",Type = "Resource",Count = 10,},
				{ Name = "Oxium",Type = "Resource",Count = 900,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 5,
		Image = "CrpSplitRifle.png",
		Introduced = "[[Update 17#Update 17.5|Update 17.5]]",
		Magazine = 90,
		Mastery = 2,
		MaxAmmo = 450,
		Name = "Convectrix",
		NormalAttack = {
			Damage = {
				["Impact"] = 10,
				["Puncture"] = 10,
				["Slash"] = 80,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.25,
			PelletCount = 2,
			PelletName = "Beam",
			FireRate = 3,
			ShotType = "Discharge",
			Range = 25,
		},
		Reload = 2,
		Trigger = "Held",
		Type = "Primary",
	},
	["Drakgoon"] = {
		Accuracy = 1.4,
		ChargeAttack = {
			Damage = {
				["Impact"] = 90,
				["Puncture"] = 90,
				["Slash"] = 720,},
			ChargeTime = 1,
			PelletCount = 10,
			PunchThrough = 2,
			ShotType = "Projectile",
			ShotSpeed = 100,
		},
		Class = "Shotgun",
		Conclave = true,
		Cost = {
			Credits = 30000,
			BPCost = 30000,
			MarketCost = 225,
			Rush = 40,
			Time = 24,
			Parts = {
				{ Name = "Morphics",Type = "Resource",Count = 5,},
				{ Name = "Alloy Plate",Type = "Resource",Count = 950,},
				{ Name = "Nano Spores",Type = "Resource",Count = 5500,},
				{ Name = "Circuits",Type = "Resource",Count = 1100,},},
		},
		Disposition = 5,
		Image = "GrineerFlakCannon.png",
		Introduced = "[[Update 11#Update 11.6|Update 11.6]]",
		Magazine = 7,
		Mastery = 3,
		Name = "Drakgoon",
		NormalAttack = {
			Damage = {
				["Impact"] = 34.5,
				["Puncture"] = 34.5,
				["Slash"] = 276,},
			CritChance = 0.075,
			CritMultiplier = 2,
			StatusChance = 0.1,
			ChargeTime = 1,
			PelletCount = 7,
			FireRate = 3.33,
			ShotType = "Projectile",
			ShotSpeed = 100,
		},
		Reload = 2.3,
		Trigger = "Charge",
		Type = "Primary",
		Users = {"[[Executioners/Reth|Reth]]", "[[Kuva Heavy Gunner]]"},
	},
	["Hek"] = {
		Accuracy = 9.1,
		Class = "Shotgun",
		Conclave = true,
		Cost = {
			Credits = 25000,
			BPCost = 25000,
			MarketCost = 225,
			Rush = 25,
			Time = 24,
			Parts = {
				{ Name = "Neurodes",Type = "Resource",Count = 5,},
				{ Name = "Circuits",Type = "Resource",Count = 900,},
				{ Name = "Salvage",Type = "Resource",Count = 1200,},
				{ Name = "Rubedo",Type = "Resource",Count = 1100,},},
		},
		Disposition = 1,
		Family = "Hek",
		Image = "Hek.png",
		Introduced = "[[Update 5#Update 5.2|Update 5.2]]",
		Magazine = 4,
		Mastery = 4,
		MaxAmmo = 120,
		Name = "Hek",
		NoiseLevel = "Alarming",
		NormalAttack = {
			Damage = {
				["Impact"] = 78.75,
				["Puncture"] = 341.25,
				["Slash"] = 105,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.25,
			PelletCount = 7,
			Falloff = {StartRange = 10,EndRange = 20,},
			FireRate = 2.17,
			ShotType = "Hit-Scan",
		},
		Reload = 2,
		Trigger = "Semi-Auto",
		Type = "Primary",
		Users = {"[[The Grustrag Three/Vem Tabook|Vem Tabook]] (Modified)", "[[Executioners/Dhurnam|Dhurnam]](Twin)", "[[Kuva Trooper]]"},
	},
	["Kohm"] = {
		Accuracy = 3.6,
		ChargeAttack = {
			AttackName = "Fully Spooled",
			PelletCount = 12,
			AmmoCost = 4,
			Damage = {
				["Impact"] = 72,
				["Puncture"] = 72,
				["Slash"] = 216,},
			ShotType = "Hit-Scan",
			FireRate = 3.67,
		},
		Class = "Shotgun",
		Cost = {
			Credits = 20000,
			BPCost = 20000,
			MarketCost = 150,
			Rush = 35,
			Time = 12,
			Parts = {
				{ Name = "Salvage",Type = "Resource",Count = 2500,},
				{ Name = "Oxium",Type = "Resource",Count = 500,},
				{ Name = "Cryotic",Type = "Resource",Count = 500,},
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},},
		},
		Disposition = 5,
		Image = "GrineerSparkGun.png",
		Introduced = "[[Update 15#Update 15.6|Update 15.6]]",
		Magazine = 245,
		Mastery = 2,
		MaxAmmo = 960,
		Name = "Kohm",
		NormalAttack = {
			Damage = {
				["Impact"] = 6,
				["Puncture"] = 6,
				["Slash"] = 18,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.25,
			PunchThrough = 1.5,
			AttackName = "Single Pellet",
			FireRate = 3.67,
			Falloff = {StartRange = 12,EndRange = 24,},
			ShotType = "Hit-Scan",
		},
		Polarities = {"D"},
		Reload = 2,
		Trigger = "Auto-Spool",
		Type = "Primary",
		Users = {"[[Lancer#Variants|Kuva Lancer]]"},
	},
	["MK1-Strun"] = {
		Accuracy = 4,
		Class = "Shotgun",
		Conclave = true,
		Disposition = 5,
		Family = "Strun",
		Image = "Strun.png",
		Introduced = "[[Update 14#Update 14.0|Update 14.0]]",
		Magazine = 6,
		Mastery = 0,
		MaxAmmo = 120,
		Name = "MK1-Strun",
		NormalAttack = {
			Damage = {
				["Impact"] = 99,
				["Puncture"] = 27,
				["Slash"] = 54,},
			CritChance = 0.075,
			CritMultiplier = 2,
			StatusChance = 0.2,
			PelletCount = 10,
			FireRate = 2.08,
			ShotType = "Hit-Scan",
		},
		Polarities = {"Bar"},
		Reload = 3.8,
		ReloadStyle = "ByRound",
		Trigger = "Semi-Auto",
		Type = "Primary",
	},
	["Phage"] = {
		Accuracy = 50,
		Class = "Shotgun",
		Conclave = false,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 175,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Mutagen Mass",Type = "Resource",Count = 4,},
				{ Name = "Circuits",Type = "Resource",Count = 1500,},
				{ Name = "Nano Spores",Type = "Resource",Count = 6000,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Disposition = 5,
		Image = "InfestedLongGunTwo.png",
		Introduced = "[[Update 12#Update 12.0|Update 12.0]]",
		Magazine = 40,
		Mastery = 6,
		MaxAmmo = 120,
		Name = "Phage",
		NormalAttack = {
			Damage = {
				["Viral"] = 330,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.15,
			PunchThrough = 0.5,
			PelletCount = 7,
			PelletName = "Beam",
			FireRate = 1,
			ShotType = "Discharge",
			Range = 25,
		},
		Polarities = {"Bar"},
		Reload = 2,
		Trigger = "Held",
		Type = "Primary",
	},
	["Sancti Tigris"] = {
		Accuracy = 6.5,
		Class = "Shotgun",
		Conclave = true,
		Disposition = 1,
		Family = "Tigris",
		Image = "SyndicateNLTigris.png",
		Introduced = "[[Update 17#Update 17.3|Update 17.3]]",
		Magazine = 2,
		Mastery = 12,
		Name = "Sancti Tigris",
		NormalAttack = {
			Damage = {
				["Impact"] = 126,
				["Puncture"] = 126,
				["Slash"] = 1008,},
			CritChance = 0.15,
			CritMultiplier = 1.5,
			StatusChance = 0.25,
			PelletCount = 6,
			FireRate = 2,
			Falloff = {StartRange = 8,EndRange = 20,Reduction = 0.5714,},
			ShotType = "Hit-Scan",
		},
		Polarities = {"D", "Bar", "V"},
		Reload = 1.5,
		SyndicateEffect = "Purity",
		Traits = {"Syndicate", "New Loka"},
		Trigger = "Duplex-Auto",
		Type = "Primary",
	},
	["Sobek"] = {
		Accuracy = 9.1,
		Class = "Shotgun",
		Conclave = true,
		Cost = {
			Credits = 25000,
			BPCost = 25000,
			MarketCost = 225,
			Rush = 25,
			Time = 24,
			Parts = {
				{ Name = "Neurodes",Type = "Resource",Count = 5,},
				{ Name = "Circuits",Type = "Resource",Count = 500,},
				{ Name = "Salvage",Type = "Resource",Count = 900,},
				{ Name = "Polymer Bundle",Type = "Resource",Count = 400,},},
		},
		Disposition = 5,
		Image = "GrnDBSG.png",
		Introduced = "[[Update 9#Update 9.0|Update 9.0]]",
		Magazine = 20,
		Mastery = 4,
		MaxAmmo = 240,
		Name = "Sobek",
		NormalAttack = {
			Damage = {
				["Impact"] = 262.5,
				["Puncture"] = 43.75,
				["Slash"] = 43.75,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.15,
			PelletCount = 5,
			FireRate = 2.5,
			ShotType = "Hit-Scan",
		},
		Reload = 4,
		Trigger = "Auto",
		Type = "Primary",
		Users = {"[[Trooper]]", "[[Executioners/Nok|Nok]]"},
	},
	["Strun"] = {
		Accuracy = 4,
		Class = "Shotgun",
		Conclave = true,
		Disposition = 5,
		Family = "Strun",
		Image = "Strun.png",
		Magazine = 6,
		Mastery = 1,
		MaxAmmo = 120,
		Name = "Strun",
		NormalAttack = {
			Damage = {
				["Impact"] = 165,
				["Puncture"] = 45,
				["Slash"] = 90,},
			CritChance = 0.075,
			CritMultiplier = 1.5,
			StatusChance = 0.2,
			PelletCount = 10,
			FireRate = 2.5,
			ShotType = "Hit-Scan",
		},
		Polarities = {"Bar"},
		Reload = 3.8,
		ReloadStyle = "ByRound",
		Trigger = "Semi-Auto",
		Type = "Primary",
		Users = {"[[Corrupted Crewman]]"},
	},
	["Strun Wraith"] = {
		Accuracy = 6.7,
		Class = "Shotgun",
		Conclave = true,
		Cost = {
			Credits = 25000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "Item",Count = 1,},
				{ Name = "Receiver",Type = "Item",Count = 1,},
				{ Name = "Stock",Type = "Item",Count = 1,},},
		},
		Disposition = 5,
		Family = "Strun",
		Image = "WraithStrun.png",
		Introduced = "[[Update 9#Update 9.7.2|Update 9.7.2]]",
		Magazine = 10,
		Mastery = 1,
		MaxAmmo = 120,
		Name = "Strun Wraith",
		NormalAttack = {
			Damage = {
				["Impact"] = 195,
				["Puncture"] = 45,
				["Slash"] = 60,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.4,
			PelletCount = 10,
			FireRate = 2.5,
			ShotType = "Hit-Scan",
		},
		Polarities = {"Bar"},
		Reload = 5,
		ReloadStyle = "ByRound",
		Trigger = "Semi-Auto",
		Type = "Primary",
	},
	["Tigris"] = {
		Accuracy = 9.1,
		Class = "Shotgun",
		Conclave = true,
		Cost = {
			Credits = 25000,
			BPCost = 40000,
			MarketCost = 150,
			Rush = 25,
			Time = 24,
			Parts = {
				{ Name = "Orokin Cell",Type = "Resource",Count = 3,},
				{ Name = "Circuits",Type = "Resource",Count = 900,},
				{ Name = "Salvage",Type = "Resource",Count = 1200,},
				{ Name = "Rubedo",Type = "Resource",Count = 1200,},},
		},
		Disposition = 1,
		Family = "Tigris",
		Image = "DETigris.png",
		Introduced = "[[Update 11#Update 11.0|Update 11.0]]",
		Magazine = 2,
		Mastery = 4,
		MaxAmmo = 120,
		Name = "Tigris",
		NormalAttack = {
			Damage = {
				["Impact"] = 105,
				["Puncture"] = 105,
				["Slash"] = 840,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.25,
			PelletCount = 5,
			FireRate = 2,
			Falloff = {StartRange = 10,EndRange = 20,},
			ShotType = "Hit-Scan",
		},
		Reload = 1.8,
		Trigger = "Duplex-Auto",
		Type = "Primary",
		Users = {"[[Junction|Frost Specter]]"},
	},
	["Tigris Prime"] = {
		Class = "Shotgun",
		Conclave = true,
		Cost = {
			Credits = 15000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "PrimePart",Count = 1,},
				{ Name = "Receiver",Type = "PrimePart",Count = 1,},
				{ Name = "Stock",Type = "PrimePart",Count = 1,},
				{ Name = "Orokin Cell",Type = "Resource",Count = 10,},},
		},
		Disposition = 1,
		Family = "Tigris",
		Image = "PrimeTigris342.png",
		Introduced = "[[Update 19#Hotfix: The Silver Grove 3|Hotfix: The Silver Grove 3]]",
		Magazine = 2,
		Mastery = 13,
		MaxAmmo = 120,
		Name = "Tigris Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 156,
				["Puncture"] = 156,
				["Slash"] = 1248,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.3,
			PelletCount = 8,
			FireRate = 2,
			Falloff = {StartRange = 8,EndRange = 20,Reduction = 0.4884,},
			ShotType = "Hit-Scan",
		},
		Polarities = {"V", "Bar"},
		Reload = 1.8,
		Traits = {"Prime"},
		Trigger = "Duplex-Auto",
		Type = "Primary",
	},
	["Vaykor Hek"] = {
		Accuracy = 9.1,
		Class = "Shotgun",
		Conclave = true,
		Cost = {
			Syndicate = "Steel Meridian",
			Reputation = 125000,
			Rank = 5,
		},
		Disposition = 1,
		Family = "Hek",
		Image = "SyndicateSMHek.png",
		Introduced = "[[Update 17#Update 17.3|Update 17.3]]",
		Magazine = 8,
		Mastery = 12,
		MaxAmmo = 120,
		Name = "Vaykor Hek",
		NormalAttack = {
			Damage = {
				["Impact"] = 78.75,
				["Puncture"] = 341.25,
				["Slash"] = 105,},
			CritChance = 0.25,
			CritMultiplier = 2,
			StatusChance = 0.25,
			PelletCount = 7,
			FireRate = 3,
			Falloff = {StartRange = 10,EndRange = 25,},
			ShotType = "Hit-Scan",
		},
		Polarities = {"D", "V"},
		Reload = 2.3,
		SyndicateEffect = "Justice",
		Traits = {"Syndicate", "Steel Meridian"},
		Trigger = "Semi-Auto",
		Type = "Primary",
	},
	["Artax"] = {
		Accuracy = 12.5,
		Class = "Rifle",
		Disposition = 3,
		Image = "SentinelArtax.png",
		Introduced = "[[Update 19#Update 19.10|Update 19.10]]",
		Magazine = 100,
		Mastery = 0,
		Name = "Artax",
		NormalAttack = {
			Damage = {
				["Cold"] = 5,},
			CritChance = 0.02,
			CritMultiplier = 1.5,
			StatusChance = 0.03,
			FireRate = 1,
			ShotType = "Discharge",
		},
		Reload = 1.5,
		Trigger = "Held",
		Type = "Sentinel",
	},
	["Burst Laser"] = {
		Accuracy = 100,
		Class = "Pistol",
		Disposition = 5,
		Family = "Burst Laser",
		Image = "DESentinelBurstLaser.png",
		Introduced = "[[Update 7#Update 7.0|Update 7.0]]",
		Magazine = 15,
		Mastery = 0,
		Name = "Burst Laser",
		NormalAttack = {
			Damage = {
				["Impact"] = 0.7,
				["Puncture"] = 6,
				["Slash"] = 0.3,},
			CritChance = 0.025,
			CritMultiplier = 1.3,
			StatusChance = 0.02,
			FireRate = 1.5,
			ShotType = "Projectile",
            ShotSpeed = "???",
		},
		Reload = 0,
		Trigger = "Burst",
		Type = "Sentinel",
	},
	["Deth Machine Rifle"] = {
		Accuracy = 100,
		Class = "Rifle",
		Disposition = 5,
		Image = "DESentinelDethMachineRifle.png",
		Introduced = "[[Update 8#Update 8.0|Update 8.0]]",
		Magazine = 100,
		Mastery = 0,
		Name = "Deth Machine Rifle",
		NormalAttack = {
			Damage = {
				["Impact"] = 0.5,
				["Puncture"] = 0.3,
				["Slash"] = 4.3,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.01,
			FireRate = 8.3,
			ShotType = "Hit-scan",
		},
		Reload = 2,
		Trigger = "Auto",
		Type = "Sentinel",
	},
	["Deconstructor"] = {
		Accuracy = 100,
		Class = "Thrown Melee",
		Disposition = 4,
		Family = "Deconstructor",
		Image = "SentinelGlaiveWeapon.png",
		Introduced = "[[Update 12#Update 12.5|Update 12.5]]",
		Magazine = 6,
		Mastery = 0,
		Name = "Deconstructor",
		NormalAttack = {
			Damage = {
				["Impact"] = 50,},
			CritChance = 0,
			StatusChance = 0.25,
			FireRate = 1.3,
			ShotType = "Projectile",
            ShotSpeed = "???",
		},
		Reload = 3,
		Trigger = "Auto",
		Type = "Sentinel",
	},
	["Deconstructor Prime"] = {
		Accuracy = 100,
		Class = "Thrown Melee",
		Disposition = 4,
		Family = "Deconstructor",
		Image = "DeconstructorPrime.png",
		Introduced = "[[Update 19#Update 19.11.5|Update 19.11.5]]",
		Magazine = 6,
		Mastery = 8,
		Name = "Deconstructor Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 75,},
			CritChance = 0,
			StatusChance = 0.25,
			FireRate = 1.33,
			ShotType = "Projectile",
            ShotSpeed = "???",
		},
		Reload = 3,
		Trigger = "Auto",
		Type = "Sentinel",
	},
	["Laser Rifle"] = {
		Accuracy = 100,
		Class = "Rifle",
		Disposition = 4,
		Family = "Laser Rifle",
		Image = "DESentinelLaserRifle.png",
		Introduced = "[[Update 7#Update 7.0|Update 7.0]]",
		Magazine = 5,
		Mastery = 0,
		Name = "Laser Rifle",
		NormalAttack = {
			Damage = {
				["Impact"] = 0.8,
				["Puncture"] = 6.4,
				["Slash"] = 0.8,},
			CritChance = 0.025,
			CritMultiplier = 1.3,
			StatusChance = 0.02,
			FireRate = 6.7,
			ShotType = "Projectile",
            ShotSpeed = "???",
		},
		Reload = 1.2,
		Trigger = "Auto",
		Type = "Sentinel",
	},
	["Prime Laser Rifle"] = {
		Accuracy = 100,
		Class = "Rifle",
		Disposition = 4,
		Family = "Laser Rifle",
		Image = "SentinelBurstLaserPrime.png",
		Introduced = "[[Update 13#Update 13.7|Update 13.7]]",
		Magazine = 5,
		Mastery = 0,
		Name = "Prime Laser Rifle",
		NormalAttack = {
			Damage = {
				["Impact"] = 1.2,
				["Puncture"] = 8.4,
				["Slash"] = 2.4,},
			CritChance = 0.15,
			CritMultiplier = 1.5,
			StatusChance = 0.05,
			FireRate = 10,
			ShotType = "Projectile",
            ShotSpeed = "???",
		},
		Reload = 1.2,
		Trigger = "Auto",
		Type = "Sentinel",
	},
	["Prisma Burst Laser"] = {
		Accuracy = 100,
		BurstFireRate = 1,
		Class = "Pistol",
		Disposition = 5,
		Family = "Burst Laser",
		Image = "PrismaSentinelBurstLaser.png",
		Introduced = "[[Update 17#Update 17.2.2|Update 17.2.2]]",
		Magazine = 15,
		Mastery = 0,
		Name = "Prisma Burst Laser",
		NormalAttack = {
			Damage = {
				["Impact"] = 1,
				["Puncture"] = 8.5,
				["Slash"] = 0.5,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.1,
			ShotType = "Projectile",
            ShotSpeed = "???",
            FireRate = 1.61,
		},
		Reload = 0,
		Trigger = "Burst",
		Type = "Sentinel",
	},
	["Stinger"] = {
		Accuracy = 100,
		Class = "Rifle",
		Disposition = 5,
		Image = "DESentinelStinger.png",
		Introduced = "[[Update 10#Update 10.0|Update 10.0]]",
		Magazine = 4,
		Mastery = 0,
		Name = "Stinger",
		NormalAttack = {
			Damage = {
				["Toxin"] = 15,},
			CritChance = 0.025,
			CritMultiplier = 1.5,
			StatusChance = 0.05,
			FireRate = 3.3,
			ShotType = "Projectile",
            ShotSpeed = "???",
		},
		Reload = 1.2,
		Trigger = "Semi-Auto",
		Type = "Sentinel",
	},
	["Zenith"] = {
		Accuracy = 33.3,
		Class = "Rifle",
		Conclave = true,
		Disposition = 3,
		Image = "SundialRifle.png",
		Introduced = "[[Update_20#Update_20.2|Update 20.2]]",
		Magazine = 90,
		Mastery = 5,
		MaxAmmo = 540,
		Name = "Zenith",
		NormalAttack = {
			Damage = {
				["Impact"] = 4.5,
				["Puncture"] = 6,
				["Slash"] = 19.5,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.3,
			FireRate = 10.83,
			ShotType = "Hit-Scan",
		},
		Polarities = {"Bar", "V"},
		Reload = 1.6,
		SecondaryAttack = {
			Damage = {
				["Impact"] = 15,
				["Puncture"] = 120,
				["Slash"] = 15,},
			CritChance = 0.35,
			CritMultiplier = 2.5,
			StatusChance = 0.08,
			FireRate = 1,
			AmmoCost = 5,
			Trigger = "Semi-Auto",
		},
		Trigger = "Auto / Semi-Auto",
		Type = "Primary",
	},
	["Sweeper"] = {
		Accuracy = 3.3,
		Class = "Shotgun",
		Disposition = 3,
		Family = "Sweeper",
		Image = "DESentinelSweeper.png",
		Introduced = "[[Update 10#Update 10.0|Update 10.0]]",
		Magazine = 10,
		Mastery = 0,
		Name = "Sweeper",
		NormalAttack = {
			Damage = {
				["Impact"] = 35.7,
				["Puncture"] = 2.1,
				["Slash"] = 4.2,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.14,
			PelletCount = 6,
			FireRate = 1,
			ShotType = "Hit-scan",
		},
		Polarities = {"V", "V"},
		Reload = 2.3,
		Trigger = "Auto",
		Type = "Sentinel",
	},
	["Sweeper Prime"] = {
		Accuracy = 3.3,
		Class = "Shotgun",
		Disposition = 3,
		Family = "Sweeper",
		Image = "SentinelSweeperPrime.png",
		Introduced = "[[Update 16#Update 16.11|Update 16.11]]",
		Magazine = 20,
		Mastery = 0,
		Name = "Sweeper Prime",
		NormalAttack = {
			Damage = {
				["Impact"] = 51,
				["Puncture"] = 3,
				["Slash"] = 6,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.15,
			PelletCount = 6,
			FireRate = 1,
			ShotType = "Hit-scan",
		},
		Polarities = {"V"},
		Reload = 2,
		Trigger = "Auto",
		Type = "Sentinel",
	},
	["Vulklok"] = {
		Accuracy = 100,
		Class = "Sniper Rifle",
		Disposition = 4,
		Image = "SentinelElectricRailgun.png",
		Introduced = "[[Update 17#Update 17.3|Update 17.3]]",
		Magazine = 10,
		Mastery = 0,
		Name = "Vulklok",
		NormalAttack = {
			Damage = {
				["Electricity"] = 85,},
			CritChance = 0.35,
			CritMultiplier = 2.5,
			StatusChance = 0.25,
			FireRate = 0.15,
			ShotType = "Projectile",
            ShotSpeed = "???",
		},
		Reload = 2,
		Trigger = "Auto",
		Type = "Sentinel",
	},
	["Corvas"] = {
		Accuracy = 9.1,
		ChargeAttack = {
			Damage = {
				["Impact"] = 672,
				["Puncture"] = 84,
				["Slash"] = 84,},
			ChargeTime = 0.5,
			ShotType = "Hit-scan",
		},
		Class = "Shotgun",
		Cost = {
			Credits = 25000,
			BPCost = 35000,
			MarketCost = 210,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "Item",Count = 1,},
				{ Name = "Receiver",Type = "Item",Count = 1,},
				{ Name = "Stock",Type = "Item",Count = 1,},
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},},
		},
		Image = "ArchLaunchGrenade.png",
		Introduced = "[[Update 15#Update 15.0|Update 15.0]]",
		Magazine = 25,
		Mastery = 0,
		Name = "Corvas",
		NormalAttack = {
			Damage = {
				["Impact"] = 336,
				["Puncture"] = 42,
				["Slash"] = 42,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.1,
			PelletCount = 12,
			FireRate = 2,
			ShotType = "Hit-scan",
		},
		Polarities = {"Bar"},
		Reload = 5,
		ReloadStyle = "Regenerate",
		Trigger = "Charge",
		Type = "Arch-Gun",
	},
	["Cyngas"] = {
		Accuracy = 33.3,
		BurstFireRate = 6.67,
		Cost = {
			Credits = 45000,
			BPCost = 35000,
			MarketCost = 225,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "Item",Count = 1,},
				{ Name = "Receiver",Type = "Item",Count = 1,},
				{ Name = "Stock",Type = "Item",Count = 1,},
				{ Name = "Tellurium",Type = "Resource",Count = 2,},},
		},
		Image = "ArchBurstGun.png",
		Introduced = "[[Update 19#Update: Specters of the Rail|Specters of the Rail]]",
		Magazine = 30,
		Mastery = 4,
		Name = "Cyngas",
		NormalAttack = {
			Damage = {
				["Impact"] = 66,
				["Puncture"] = 66,
				["Slash"] = 68,},
			CritChance = 0.05,
			CritMultiplier = 2,
			StatusChance = 0.3,
			FireRate = 9.09,
			ShotType = "Hit-scan",
		},
		Reload = 60,
		ReloadStyle = "Regenerate",
		Trigger = "Burst",
		Type = "Arch-Gun",
	},
	["Dual Decurion"] = {
		Accuracy = 100,
		Cost = {
			Credits = 45000,
			BPCost = 35000,
			MarketCost = 225,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "Item",Count = 2,},
				{ Name = "Receiver",Type = "Item",Count = 2,},
				{ Name = "Control Module",Type = "Resource",Count = 2,},},
		},
		Class = "Arch-Gun",
		Image = "ArchHeavyPistols.png",
		Introduced = "[[Update 15#Update 15.5|Update 15.5]]",
		Magazine = 32,
		Mastery = 0,
		Name = "Dual Decurion",
		NormalAttack = {
			Damage = {
				["Impact"] = 27,
				["Puncture"] = 16.5,
				["Slash"] = 16.5,},
			CritChance = 0.25,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 8.3,
			ShotType = "Hit-scan",
		},
		Reload = 50,
		ReloadStyle = "Regenerate",
		Trigger = "Auto",
		Type = "Arch-Gun",
	},
	["Fluctus"] = {
		Accuracy = 100,
		Cost = {
			Credits = 25000,
			BPCost = 15000,
			MarketCost = 210,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "Item",Count = 1,},
				{ Name = "Receiver",Type = "Item",Count = 1,},
				{ Name = "Limbs",Type = "Item",Count = 1,},
				{ Name = "Argon Crystal",Type = "Resource",Count = 2,},},
		},
		Image = "ArchRocketCrossbow.png",
		Introduced = "[[Update 15#Update 15.7.2|Update 15.7.2]]",
		Magazine = 25,
		Mastery = 0,
		Name = "Fluctus",
		NormalAttack = {
			Damage = {
				["Impact"] = 40,
				["Puncture"] = 20,
				["Slash"] = 140,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 5,
			Range = 450,
			ShotType = "Projectile",
            ShotSpeed = "???",
		},
		Polarities = {"Bar"},
		Reload = 10,
		ReloadStyle = "Regenerate",
		Trigger = "Semi-Auto",
		Type = "Arch-Gun",
	},
	["Grattler"] = {
		Accuracy = 25,
		AreaAttack = {
			Damage = {
				["Impact"] = 10,
				["Puncture"] = 80,
				["Slash"] = 10,},
		},
		Cost = {
			Credits = 65000,
			BPCost = 15000,
			MarketCost = 250,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Tellurium",Type = "Resource",Count = 5,},
				{ Name = "Salvage",Type = "Resource",Count = 6000,},
				{ Name = "Oxium",Type = "Resource",Count = 3500,},
				{ Name = "Forma",Type = "Resource",Count = 1,},},
		},
		Image = "GrnAntiAirGun.png",
		Introduced = "[[Update 17#Update 17.0|Update 17.0]]",
		Magazine = 60,
		Mastery = 0,
		Name = "Grattler",
		NormalAttack = {
			Damage = {
				["Impact"] = 17.5,
				["Puncture"] = 140,
				["Slash"] = 17.5,},
			CritChance = 0.25,
			CritMultiplier = 2,
			StatusChance = 0.25,
			FireRate = 6.25,
			ShotType = "Projectile",
            ShotSpeed = "???",
		},
		Polarities = {"V"},
		Reload = 10,
		ReloadStyle = "Regenerate",
		Trigger = "Auto",
		Type = "Arch-Gun",
	},
	["Imperator"] = {
		Accuracy = 25,
		Family = "Imperator",
		Image = "ArchwingMachinegun.png",
		Introduced = "[[Update 15#Update 15.0|Update 15.0]]",
		Magazine = 250,
		Mastery = 0,
		Name = "Imperator",
		NormalAttack = {
			Damage = {
				["Impact"] = 16,
				["Puncture"] = 14,
				["Slash"] = 10,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.05,
			FireRate = 16.7,
			ShotType = "Hit-scan",
		},
		Polarities = {"V"},
		Reload = 50,
		ReloadStyle = "Regenerate",
		Trigger = "Auto",
		Type = "Arch-Gun",
	},
	["Imperator Vandal"] = {
		Accuracy = 25,
		Cost = {
			Credits = 25000,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "Item",Count = 1,},
				{ Name = "Receiver",Type = "Item",Count = 1,},
				{ Name = "Tellurium",Type = "Resource",Count = 10,},},
		},
		Family = "Imperator",
		Image = "ImperatorVandal.png",
		Introduced = "[[Update 15#Update 15.8|Update 15.8]]",
		Magazine = 300,
		Mastery = 0,
		Name = "Imperator Vandal",
		NormalAttack = {
			Damage = {
				["Impact"] = 16,
				["Puncture"] = 14,
				["Slash"] = 10,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.1,
			FireRate = 25,
			ShotType = "Hit-scan",
		},
		Reload = 60,
		ReloadStyle = "Regenerate",
		Trigger = "Auto-Spool",
		Type = "Arch-Gun",
	},
	["Phaedra"] = {
		Accuracy = 11.8,
		Cost = {
			Credits = 45000,
			BPCost = 35000,
			MarketCost = 220,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "Item",Count = 1,},
				{ Name = "Receiver",Type = "Item",Count = 1,},
				{ Name = "Stock",Type = "Item",Count = 1,},
				{ Name = "Tellurium",Type = "Resource",Count = 2,},},
		},
		Image = "ArchLongRifle.png",
		Introduced = "[[Update 17#Update 17.5|Update 17.5]]",
		Magazine = 250,
		Mastery = 0,
		Name = "Phaedra",
		NormalAttack = {
			Damage = {
				["Impact"] = 11.3,
				["Puncture"] = 29.4,
				["Slash"] = 4.5,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.25,
			FireRate = 25,
			ShotType = "Hit-scan",
		},
		Polarities = {"V"},
		Reload = 50,
		ReloadStyle = "Regenerate",
		Trigger = "Auto-Spool",
		Type = "Arch-Gun",
	},
	["Velocitus"] = {
		Accuracy = 28.6,
		Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 200,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Barrel",Type = "Item",Count = 1,},
				{ Name = "Receiver",Type = "Item",Count = 1,},
				{ Name = "Stock",Type = "Item",Count = 1,},
				{ Name = "Control Module",Type = "Resource",Count = 2,},},
		},
		ChargeAttack = {
			Damage = {
				["Magnetic"] = 1800,},
			ChargeTime = 1,
			CritChance = 0.25,
			CritMultiplier = 3,
			StatusChance = 0.25,
			FireRate = 5,
			ShotType = "Projectile",
            ShotSpeed = "???",
		},
		Image = "ArchRailgun.png",
		Introduced = "[[Update 15#Update 15.2|Update 15.2]]",
		Magazine = 100,
		Mastery = 0,
		Name = "Velocitus",
		Reload = 25,
		ReloadStyle = "Regenerate",
		Type = "Arch-Gun",
		Trigger = "Charge",
	},
	["Agkuza"] = {
	    Cost = {
			Credits = 25000,
			BPCost = 35000,
			MarketCost = 150,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Blade",Type = "Item",Count = 1,},
				{ Name = "Handle",Type = "Item",Count = 1,},
				{ Name = "Tellurium",Type = "Resource",Count = 3,},},
		},
		Image = "ArchHookSword.png",
		Introduced = "[[Update_19#Update:_Specters_of_the_Rail|Specters of the Rail]]",
		JumpAttack = 350,
		Mastery = 0,
		Name = "Agkuza",
		NormalAttack = {
			Damage = {
				["Impact"] = 52.5,
				["Puncture"] = 245,
				["Slash"] = 52.5,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 1,
		},
		Polarities = {"D"},
		SlideAttack = 750,
		Type = "Arch-Melee",
		WallAttack = 350,
	},
	["Centaur"] = {
	    Cost = {
			Credits = 25000,
			BPCost = 35000,
			MarketCost = 150,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Blade",Type = "Item",Count = 1,},
				{ Name = "Handle",Type = "Item",Count = 1,},
				{ Name = "Aegis",Type = "Item",Count = 1,},},
		},
		Image = "Archswordandshield.png",
		Introduced = "[[Update 15#Update 15.7.2|Update 15.7.2]]",
		JumpAttack = 280,
		Mastery = 0,
		Name = "Centaur",
		NormalAttack = {
			Damage = {
				["Impact"] = 28,
				["Puncture"] = 56,
				["Slash"] = 196,},
			CritChance = 0.25,
			CritMultiplier = 2,
			StatusChance = 0.2,
			FireRate = 1.08,
		},
		Polarities = {"V"},
		SlideAttack = 600,
		Type = "Arch-Melee",
		WallAttack = 280,
	},
	["Kaszas"] = {
	    Cost = {
			Credits = 25000,
			BPCost = 35000,
			MarketCost = 150,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Blade",Type = "Item",Count = 1,},
				{ Name = "Handle",Type = "Item",Count = 1,},
				{ Name = "Tellurium",Type = "Resource",Count = 3,},},
		},
		Image = "ArchScythe.png",
		Introduced = "[[Update 17#Update 17.5|Update 17.5]]",
		JumpAttack = 325,
		Mastery = 0,
		Name = "Kaszas",
		NormalAttack = {
			Damage = {
				["Impact"] = 16.3,
				["Puncture"] = 260,
				["Slash"] = 48.7,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.15,
			FireRate = 1,
		},
		Polarities = {"D"},
		SlideAttack = 696,
		Type = "Arch-Melee",
	},
	["Knux"] = {
	    Cost = {
			Credits = 30000,
			BPCost = 15000,
			MarketCost = 170,
			Rush = 35,
			Time = 24,
			Parts = {
				{ Name = "Detonite Injector",Type = "Resource",Count = 5,},
				{ Name = "Gallium",Type = "Resource",Count = 10,},
				{ Name = "Forma",Type = "Resource",Count = 1,},
				{ Name = "Furax",Type = "Weapon",Count = 1,},},
		},
		Image = "GrnArchHand.png",
		Introduced = "[[Update 17#Update 17.2|Update 17.2]]",
		JumpAttack = 325,
		Mastery = 0,
		Name = "Knux",
		NormalAttack = {
			Damage = {
				["Impact"] = 292.5,
				["Puncture"] = 16.25,
				["Slash"] = 16.25,},
			CritChance = 0.1,
			CritMultiplier = 2,
			StatusChance = 0.3,
			FireRate = 1,
		},
		Polarities = {"D"},
		SlideAttack = 696,
		Type = "Arch-Melee",
		Users = {"[[Tyl Regor]]"},
		WallAttack = 325,
	},
	["Onorix"] = {
	    Cost = {
			Credits = 25000,
			BPCost = 35000,
			MarketCost = 190,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Blade",Type = "Item",Count = 2,},
				{ Name = "Handle",Type = "Item",Count = 1,},
				{ Name = "Neurodes",Type = "Resource",Count = 3,},},
		},
		Image = "Archaxe.png",
		Introduced = "[[Update 15#Update 15.0|Update 15.0]]",
		JumpAttack = 290,
		Mastery = 0,
		Name = "Onorix",
		NormalAttack = {
			Damage = {
				["Impact"] = 87,
				["Puncture"] = 58,
				["Slash"] = 145,},
			CritChance = 0.15,
			CritMultiplier = 1.3,
			StatusChance = 0.05,
			FireRate = 1,
		},
		Polarities = {"V"},
		SlideAttack = 621,
		Type = "Arch-Melee",
		WallAttack = 290,
	},
	["Rathbone"] = {
	    Cost = {
			Credits = 25000,
			BPCost = 35000,
			MarketCost = 160,
			Rush = 50,
			Time = 12,
			Parts = {
				{ Name = "Blade",Type = "Item",Count = 2,},
				{ Name = "Handle",Type = "Item",Count = 1,},
				{ Name = "Circuits",Type = "Resource",Count = 300,},
				{ Name = "Control Module",Type = "Resource",Count = 1,},},
		},
		Image = "ArchHammer.png",
		Introduced = "[[Update 15#Update 15.0|Update 15.0]]",
		JumpAttack = 280,
		Mastery = 0,
		Name = "Rathbone",
		NormalAttack = {
			Damage = {
				["Impact"] = 224,
				["Puncture"] = 42,
				["Slash"] = 14,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.075,
			FireRate = 0.917,
		},
		Polarities = {"V"},
		SlideAttack = 600,
		Type = "Arch-Melee",
		WallAttack = 280,
	},
	["Prisma Veritux"] = {
		Family = "Veritux",
		Image = "PrismaVerituxFix.png",
		Introduced = "[[Update 15#Update 15.13.3|Update 15.13.3]]",
		JumpAttack = 300,
		Mastery = 0,
		Name = "Prisma Veritux",
		NormalAttack = {
			Damage = {
				["Impact"] = 45,
				["Puncture"] = 45,
				["Slash"] = 210,},
			CritChance = 0.15,
			CritMultiplier = 2,
			StatusChance = 0.2,
			FireRate = 1,
		},
		Polarities = {"D"},
		SlideAttack = 643,
		Type = "Arch-Melee",
		WallAttack = 300,
	},
	["Veritux"] = {
		Family = "Veritux",
		Image = "ArchSword.png",
		Introduced = "[[Update 15#Update 15.0|Update 15.0]]",
		JumpAttack = 300,
		Mastery = 0,
		Name = "Veritux",
		NormalAttack = {
			Damage = {
				["Impact"] = 45,
				["Puncture"] = 45,
				["Slash"] = 210,},
			CritChance = 0.05,
			CritMultiplier = 1.5,
			StatusChance = 0.1,
			FireRate = 0.833,
		},
		Polarities = {"D"},
		SlideAttack = 643,
		Type = "Arch-Melee",
		WallAttack = 300,
	},
	["Rampart"] = {
		Class = "Dual Machine Gun",
		IgnoreCategories = true,
		Image = "Rampart.png",
		Introduced = "[[Update 17#Update 17.0|Update 17.0]]",
		Magazine = 200,
		Name = "Rampart",
		NormalAttack = {
			Damage = {
				["Impact"] = 66.7,
				["Puncture"] = 66.7,
				["Slash"] = 66.6,},
			FireRate = 13.3,
			ShotType = "Hit-Scan",
		},
		Reload = 50,
		ReloadStyle = "Regenerate",
		Trigger = "Auto",
		Type = "Emplacement",
		Users = {"[[Lancer]]", "[[Elite Lancer]]", "[[Trooper]]", "[[Seeker]]"},
	},
    ["Lanzo"] = {
	    Name = "Lanzo",
	    Family = "Fishing Spear",
	    Type = "Gear",
	    Class = "Thrown",
    	Trigger = "Semi-Auto",
    	Image = "Lanzo.png",
    	Range = 20,
    	Disposition = 0,
    	NormalAttack = {
    		Damage = {
    			["Impact"] = 10.0,
    			["Puncture"] = 0.0,
    			["Slash"] = 0.0,},
		    CritMultiplier = 2.0,
    		StatusChance = 0.0,
    	},
    	Introduced = "[[Update 22]]",
    },
    ["Tulok"] = {
    	Name = "Tulok",
    	Family = "Fishing Spear",
    	Type = "Gear",
    	Class = "Thrown",
    	Trigger = "Semi-Auto",
    	Image = "Tulok.png",
    	Range = 20,
    	Disposition = 0,
    	NormalAttack = {
    		Damage = {
    			["Impact"] = 0.0,
    			["Puncture"] = 10.0,
    			["Slash"] = 0.0,},
    		CritMultiplier = 2.0,
    		StatusChance = 0.0,
    	},
    	Introduced = "[[Update 22]]",
    },
    ["Peram"] = {
    	Name = "Peram",
    	Family = "Fishing Spear",
    	Type = "Gear",
    	Class = "Thrown",
    	Trigger = "Semi-Auto",
    	Image = "Peram.png",
    	Range = 20,
    	Disposition = 0,
    	NormalAttack = {
    		Damage = {
    			["Impact"] = 0.0,
    			["Puncture"] = 0.0,
    			["Slash"] = 10.0,},
    		--CritChance = ,
    		CritMultiplier = 2.0,
    		StatusChance = 0.0,
    		--FireRate = ,
    	},
    	Introduced = "[[Update 22]]",
    },
},

["Stances"] = {
    {Name = "Iron Phoenix", Class = "Sword", Polarity = "R", Image = "IronPhoenixMod.png",},
    {Name = "Crimson Dervish", Class = "Sword", Polarity = "V", Image = "CrimsonDervishMod.png",},
    {Name = "Vengeful Revenant", Class = "Sword", Polarity = "V", Image = "VengefulRevenantMod.png",},
    {Name = "Swooping Falcon", Class = "Sword", Polarity = "V", Image = "SwoopingFalcon.png"},
    {Name = "Crossing Snakes", Class = "Dual Swords", Polarity = "Bar", Image = "CrossingSnakesMod.png",},
    {Name = "Swirling Tiger", Class = "Dual Swords", Polarity = "Ability", Image = "SwirlingTigerMod.png",},
    {Name = "Carving Mantis", Class = "Dual Swords", Polarity = "Bar", Image = "CarvingMantisMod.png"},
    {Name = "Tranquil Cleave", Class = "Nikana", Polarity = "V", Image = "TranquilCleaveMod.png",},
    {Name = "Decisive Judgement", Class = "Nikana", Polarity = "V", Image = "DecisiveJudgementMod.png",},
    {Name = "Blind Justice", Class = "Nikana", Polarity = "V", Image = "BlindJusticeMod.png",},
    {Name = "Pointed Wind", Class = "Dagger", Polarity = "V", Image = "PointedWindModU145.png",},
    {Name = "Homing Fang", Class = "Dagger", Polarity = "Bar", Image = "HomingFangNew.png",},
    {Name = "Stinging Thorn", Class = "Dagger", Polarity = "V", Image = "StingingThornPlaceholder.png",},
    {Name = "Gnashing Payara", Class = "Dual Daggers", Polarity = "R", Image = "GnashingPayaraModU145.png",},
    {Name = "Sinking Talon", Class = "Dual Daggers", Polarity = "Ability", Image = "SinkingTalon.png",},
    {Name = "Spinning Needle", Class = "Dual Daggers", Polarity = "D", Image = "SpinningNeedleMod.png",},
    {Name = "Sundering Weave", Class = "Machete", Polarity = "Ability", Image = "SunderingWeaveModU145.png",},
    {Name = "Cyclone Kraken", Class = "Machete", Polarity = "Ability", Image = "CycloneKrakenMod.png",},
    {Name = "Seismic Palm", Class = "Fist", Polarity = "D", Image = "SeismicPalmModU145.png",},
    {Name = "Fracturing Wind", Class = "Fist", Polarity = "R", Image = "FracturingWindModU145.png",},
    {Name = "Gaia's Tragedy", Class = "Fist", Polarity = "D", Image = "Gaia%27sTragedyMod.png",},
    {Name = "Grim Fury", Class = "Sparring", Polarity = "R", Image = "GrimFuryModU145.png",},
    {Name = "Brutal Tide", Class = "Sparring", Polarity = "Bar", Image = "BrutalTideNew.png",},
    {Name = "Gleaming Talon", Class = "Glaive", Polarity = "Bar", Image = "GleamingTalonModU145.png",},
    {Name = "Astral Twilight", Class = "Glaive", Polarity = "Bar", Image = "AstralTwilight.png",},
    {Name = "Clashing Forest", Class = "Staff", Polarity = "V", Image = "ClashingForestModU145.png",},
    {Name = "Flailing Branch", Class = "Staff", Polarity = "R", Image = "FlailingBranchModU145.png",},
    {Name = "Shimmering Blight", Class = "Polearm", Polarity = "Ability", Image = "ShimmeringBlightModU145.png",},
    {Name = "Bleeding Willow", Class = "Polearm", Polarity = "Bar", Image = "BleedingWillowModU145.png",},
    {Name = "Twirling Spire", Class = "Polearm", Polarity = "Bar", Image = "TwirlingSpireMod.png"},
    {Name = "Burning Wasp", Class = "Whip", Polarity = "D", Image = "BurningWaspModU145.png",},
    {Name = "Coiling Viper", Class = "Whip", Polarity = "Ability", Image = "CoilingViperModU145.png",},
    {Name = "Reaping Spiral", Class = "Scythe", Polarity = "Bar", Image = "ReapingSpiralModU145.png",},
    {Name = "Stalking Fan", Class = "Scythe", Polarity = "Ability", Image = "StalkingFanNew.png",},
    {Name = "Cleaving Whirlwind", Class = "Heavy Blade", Polarity = "D", Image = "CleavingWhirlwindModU145.png",},
    {Name = "Rending Crane", Class = "Heavy Blade", Polarity = "V", Image = "RendingCraneModU145.png",},
    {Name = "Tempo Royale", Class = "Heavy Blade", Polarity = "D", Image = "TempoRoyale.png",},
    {Name = "Shattering Storm", Class = "Hammer", Polarity = "D", Image = "ShatteringStormModU145.png",},
    {Name = "Crushing Ruin", Class = "Hammer", Polarity = "V", Image = "CrushingRuinNew.png",},
    {Name = "Four Riders", Class = "Claws", Polarity = "V", Image = "FourRiders.png",},
    {Name = "Malicious Raptor", Class = "Claws", Polarity = "V", Image = "MaliciousRaptorNew.png",},
    {Name = "Vermilion Storm", Class = "Claws", Polarity = "V", Image = "VermillionStorm.png",},
    {Name = "Eleventh Storm", Class = "Sword and Shield", Polarity = "V", Image = "EleventhStormModU145.png",},
    {Name = "Final Harbinger", Class = "Sword and Shield", Polarity = "V", Image = "Harbinger.png",},
    {Name = "Gemini Cross", Class = "Tonfa", Polarity = "V", Image = "GeminiCrossNew.png",},
    {Name = "Sovereign Outcast", Class = "Tonfa", Polarity = "Bar", Image = "SovereignOutcastMod.png",},
    {Name = "High Noon", Class = "Gunblade", Polarity = "V", Image = "HighNoon.png",},
    {Name = "Bullet Dance", Class = "Gunblade", Polarity = "V", Image = "BulletDanceMod.png",},
    {Name = "Atlantis Vulcan", Class = "Nunchaku", Polarity = "D", Image = "AtlantisVulcan.png",},
    {Name = "Defiled Snapdragon", Class = "Blade and Whip", Polarity = "V", Image = "DefiledSnapdragonNew.png",},
    {Name = "Vulpine Mask", Class = "Rapier", Polarity = "Bar", Image = "VulpineMask.png",},
    {Name = "Slicing Feathers", Class = "Warfans", Polarity = "Bar", Image = "SlicingFeathersMod.png",},
    {Name = "Fateful Truth", Class = "Nikana", Polarity = "V", PvP = true, Image = "FatefulTruthMod.png",},
    {Name = "Rising Steel", Class = "Sword", Polarity = "R", PvP = true, Image = "RisingSteelMod.png",},
    {Name = "Dividing Blades", Class = "Dual Swords", Polarity = "Bar", PvP = true, Image = "DividingBladesMod.png",},
    {Name = "Last Herald", Class = "Sword and Shield", Polarity = "V", PvP = true, Image = "LastHeraldMod.png",},
    {Name = "Crashing Timber", Class = "Staff", Polarity = "V", PvP = true, Image = "CrashingTimberMod.png",},
    {Name = "Argent Scourge", Class = "Polearm", Polarity = "Ability", PvP = true, Image = "ArgentScourgeMod.png",},
    {Name = "Piercing Fury", Class = "Dagger", Polarity = "Bar", PvP = true, Image = "PiercingFuryMod.png",},
    {Name = "Biting Piranha", Class = "Dual Daggers", Polarity = "R", PvP = true, Image = "BitingPiranhaMod.png",},
    {Name = "Rending Wind", Class = "Machete", Polarity = "Ability", PvP = true, Image = "RendingWindMod.png",},
    {Name = "Mafic Rain", Class = "Nunchaku", Polarity = "D", PvP = true, Image = "MaficRainMod.png",},
    {Name = "Cunning Aspect", Class = "Rapier", Polarity = "Bar", PvP = true, Image = "CunningAspectMod.png",},
    {Name = "Noble Cadence", Class = "Heavy Blade", Polarity = "V", PvP = true, Image = "NobleCadenceMod.png",},
    {Name = "Crashing Havoc", Class = "Hammer", Polarity = "D", PvP = true, Image = "CrashingHavocMod.png",},
    {Name = "Shadow Harvest", Class = "Scythe", Polarity = "Bar", PvP = true, Image = "ShadowHarvestMod.png",},
    {Name = "Quaking Hand", Class = "Fist", Polarity = "R", PvP = true, Image = "QuakingHandMod.png",},
    {Name = "Vicious Approach", Class = "Sparring", Polarity = "Bar", PvP = true, Image = "ViciousApproachMod.png",},
    {Name = "Celestial Nightfall", Class = "Glaive", Polarity = "Bar", PvP = true, Image = "CelestialNightfallMod.png",},
    {Name = "Lashing Coil", Class = "Whip", Polarity = "Ability", PvP = true, Image = "LashingCoilMod.png",},
    {Name = "Scarlet Hurricane", Class = "Claws", Polarity = "V", PvP = true, Image = "ScarletHurricaneMod.png",},
    {Name = "Star Divide", Class = "Tonfa", Polarity = "V", PvP = true, Image = "StarDivideMod.png",},
    {Name = "Tainted Hydra", Class = "Blade and Whip", Polarity = "V", PvP = true, Image = "TaintedHydraMod.png",},
    },
["Augments"] = {
    {Name = "Justice Blades", Category = "Syndicate", Source = "Steel Meridian", Weapons = {"Dual Cleavers", "Prisma Dual Cleavers"}},
    {Name = "Shattering Justice", Category = "Syndicate", Source = "Steel Meridian", Weapons = {"Sobek"}},
    {Name = "Scattered Justice", Category = "Syndicate", Source = "Steel Meridian", Weapons = {"Hek"}},
    {Name = "Neutralizing Justice", Category = "Syndicate", Source = "Steel Meridian", Weapons = {"Miter"}},
    {Name = "Blade of Truth", Category = "Syndicate", Source = "Arbiters of Hexis", Weapons = {"Jaw Sword"}},
    {Name = "Gilded Truth", Category = "Syndicate", Source = "Arbiters of Hexis", Weapons = {"Burston Prime"}},
    {Name = "Stinging Truth", Category = "Syndicate", Source = "Arbiters of Hexis", Weapons = {"Viper"}},
    {Name = "Avenging Truth", Category = "Syndicate", Source = "Arbiters of Hexis", Weapons = {"Silva & Aegis", "Silva & Aegis Prime"}},
    {Name = "Entropy Burst", Category = "Syndicate", Source = "Cephalon Suda", Weapons = {"Supra", "Supra Vandal"}},
    {Name = "Entropy Flight", Category = "Syndicate", Source = "Cephalon Suda", Weapons = {"Kestrel"}},    
    {Name = "Entropy Spike", Category = "Syndicate", Source = "Cephalon Suda", Weapons = {"Bolto"}},
    {Name = "Entropy Detonation", Category = "Syndicate", Source = "Cephalon Suda", Weapons = {"Obex", "Prisma Obex"}},
    {Name = "Deadly Sequence", Category = "Syndicate", Source = "The Perrin Sequence", Weapons = {"Grinlok"}},
    {Name = "Sequence Burn", Category = "Syndicate", Source = "The Perrin Sequence", Weapons = {"Spectra"}},
    {Name = "Toxic Sequence", Category = "Syndicate", Source = "The Perrin Sequence", Weapons = {"Acrid"}},
    {Name = "Voltage Sequence", Category = "Syndicate", Source = "The Perrin Sequence", Weapons = {"Lanka"}},
    {Name = "Eroding Blight", Category = "Syndicate", Source = "Red Veil", Weapons = {"Embolist"}},
    {Name = "Gleaming Blight", Category = "Syndicate", Source = "Red Veil", Weapons = {"Dark Dagger", "Rakta Dark Dagger"}},
    {Name = "Toxic Blight", Category = "Syndicate", Source = "Red Veil", Weapons = {"Mire"}},
    {Name = "Stockpiled Blight", Category = "Syndicate", Source = "Red Veil", Weapons = {"Kunai", "MK1-Kunai"}},
    {Name = "Bright Purity", Category = "Syndicate", Source = "New Loka", Weapons = {"Skana", "Prisma Skana", "Skana Prime"}},
    {Name = "Lasting Purity", Category = "Syndicate", Source = "New Loka", Weapons = {"Vulkar", "Vulkar Wraith"}},
    {Name = "Winds of Purity", Category = "Syndicate", Source = "New Loka", Weapons = {"Furis"}},
    {Name = "Disarming Purity", Category = "Syndicate", Source = "New Loka", Weapons = {"Panthera"}},
    {Name = "Tether Grenades", Category = "Arena", Source = "The Index", Weapons = {"Penta", "Secura Penta"}},
    {Name = "Flux Overdrive", Category = "Arena", Source = "The Index", Weapons = {"Flux Rifle"}},
    {Name = "Thermagnetic Shells", Category = "Arena", Source = "The Index", Weapons = {"Detron", "Detron Mara"}},
    {Name = "Static Discharge", Category = "Arena", Source = "The Index", Weapons = {"Prova", "Prova Vandal"}},
    {Name = "Kinetic Ricochet", Category = "Arena", Source = "The Index", Weapons = {"Tetra", "Prisma Tetra"}},    
    {Name = "Electromagnetic Shielding", Category = "Arena", Source = "Kela De Thaym", Weapons = {"Ack & Brunt"}},
    {Name = "Vulcan Blitz", Category = "Arena", Source = "Kela De Thaym", Weapons = {"Jat Kittag"}},
    {Name = "Acid Shells", Category = "Arena", Source = "Kela De Thaym", Weapons = {"Sobek"}},
    {Name = "Rift Strike", Category = "Arena", Source = "Kela De Thaym", Weapons = {"Twin Basolk"}},
    {Name = "Nightwatch Napalm", Category = "Arena", Source = "Kela De Thaym", Weapons = {"Ogris"}},
    {Name = "Fomorian Accelerant", Category = "Arena", Source = "Kela De Thaym", Weapons = {"Drakgoon"}},
    {Name = "Hunter's Bonesaw", Category = "Arena", Source = "Kela De Thaym", Weapons = {"Ripkas"}},
    }
}

return WeaponData
Advertisement