Module:Enemies/Data

From Risk of Rain 2 Wiki
Jump to navigation Jump to search

Database of Risk of Rain 2's Monsters.

Enemy Entry Schema

	["Monster Name"] = {
		Image = "Monster Name.png",
		InternalName = "Monster",
		Introduced = "Vanilla",
		Name = "Monster Name",
		BossName = "Optional Boss Title",
		Link = "Monster Name",
		BaseHealth = 60,
		ScalingHealth = 18,
		BaseDamage = 5,
		ScalingDamage = 1,
		BaseSpeed = 10,
		Class = "Melee",
		Type = "Normal",
		Family = "Optional Family",
	},
Key/Column Name Data Type Required? Explanation/Description Example(s)
BaseArmor Number (integer) ✔️ Base armor value 20
BaseDamage Number (integer) ✔️ Base damage value 16
BaseHealth Number (integer) ✔️ Base health value 900
BaseHealthRegen Number (float) Base health regen per second value 0.6
BaseSpeed Number (integer) Base movement speed value (in meters per second) 13
BossName String Boss name (EN localization) "Titanic Goldweaver"
Class String ✔️ Player-defined monster class based on their attack behavior "Ranged / Melee"
Expansion String Abbreviation of the expansion that unlocks this item "SotV"
Family String Unofficial family category. "Void"
Image String ✔️ Image name of monster as stored on the wiki "Mithrix.png"
InternalName String ✔️ Name of monster as stored in game files "BrotherMonster"
Introduced String ✔️ The game version in which the item was first introduced on PC build "Early Access Scorched Acres Content Update"
Link String ✔️ Article name for monster (EN localization) "Mithrix"
Name String ✔️ Name of monster (EN localization) "Mithrix"
ScalingDamage Number (float) ✔️ Damage increase per level value 2.4
ScalingHealth Number (float) ✔️ Health increase per level value 30
ScalingHealthRegen Number (float) Health regen increase per level value 0.12
Type String ✔️ Monster type "Boss"

return { --What's the point of this page if the monster template has to be typed out and can't link to here
	Monsters = {
		["Alloy Vulture"] = {
			BaseArmor = 0,
			BaseDamage = 15,
			BaseHealth = 140,
			BaseSpeed = 3,
			Class = "Ranged",
			Image = "Alloy Vulture.png",
			InternalName = "Vulture",
			Introduced = "Early Access 'Skills 2.0' Content Update",
			Link = "Alloy Vulture",
			Name = "Alloy Vulture",
			ScalingDamage = 3,
			ScalingHealth = 42,
			Type = "Normal",
		},
		["Alloy Worship Unit"] = {
			BaseArmor = 30,
			BaseDamage = 15,
			BaseHealth = 2500,
			BaseSpeed = 7,
			Class = "Ranged",
			Image = "Alloy Worship Unit.png",
			InternalName = "SuperRoboBallBoss",
			Introduced = "Early Access 'Skills 2.0' Content Update",
			Link = "Alloy Worship Unit",
			Name = "Alloy Worship Unit",
			BossName = "Friend of Vultures",
			ScalingDamage = 3,
			ScalingHealth = 750,
			Type = "Special Boss",
			IgnoreDissonance = true,
		},
		["Alpha Construct"] = {
			BaseArmor = 0,
			BaseDamage = 12,
			BaseHealth = 100,
			BaseSpeed = 0,
			Class = "Ranged",
			Expansion = "SotV",
			Image = "Alpha Construct.png",
			InternalName = "MinorConstruct",
			Introduced = "Survivors of the Void Update",
			Link = "Alpha Construct",
			Name = "Alpha Construct",
			ScalingDamage = 2.4,
			ScalingHealth = 30,
			Type = "Normal",
			Family = "Construct",
		},
		["Artifact Reliquary"] = {
			BaseArmor = 100000,
			BaseDamage = 10,
			BaseHealth = 100000,
			BaseSpeed = 0,
			Class = "Ranged",
			Image = "Artifact Reliquary.png",
			InternalName = "ArtifactShell",
			Introduced = "Early Access Artifacts Content Update",
			Link = "Artifact Reliquary",
			Name = "Artifact Reliquary",
			BossName = "Stabilized",
			ScalingDamage = 2,
			ScalingHealth = 30000,
			Type = "Special Boss",
			IgnoreDissonance = true,
		},
		["Aurelionite"] = {
			BaseArmor = 20,
			BaseDamage = 40,
			BaseHealth = 2100,
			BaseSpeed = 5,
			Class = "Melee / Ranged",
			Image = "Aurelionite.png",
			InternalName = "TitanGold",
			Introduced = "Early Access 'Skills 2.0' Content Update",
			Link = "Aurelionite",
			Name = "Aurelionite",
			BossName = "Titanic Goldweaver",
			ScalingDamage = 8,
			ScalingHealth = 630,
			Type = "Special Boss",
			IgnoreDissonance = true,
		},
		["Beetle"] = {
			BaseArmor = 0,
			BaseDamage = 12,
			BaseHealth = 80,
			BaseSpeed = 6,
			Class = "Melee",
			Image = "Beetle.png",
			InternalName = "Beetle",
			Introduced = "Early Access Launch",
			Link = "Beetle",
			Name = "Beetle",
			ScalingDamage = 2.4,
			ScalingHealth = 24,
			Type = "Normal",
			Family = "Beetle",
		},
		["Beetle Guard"] = {
			BaseArmor = 0,
			BaseDamage = 12,
			BaseHealth = 480,
			BaseSpeed = 17,
			Class = "Melee / Ranged",
			Image = "Beetle Guard.png",
			InternalName = "BeetleGuard",
			Introduced = "Early Access Launch",
			Link = "Beetle Guard",
			Name = "Beetle Guard",
			ScalingDamage = 2.4,
			ScalingHealth = 144,
			Type = "Normal",
			Family = "Beetle",
		},
		["Beetle Queen"] = {
			BaseArmor = 20,
			BaseDamage = 25,
			BaseHealth = 2100,
			BaseSpeed = 6,
			Class = "Ranged",
			Image = "Beetle Queen.png",
			InternalName = "BeetleQueen",
			Introduced = "Early Access Launch",
			Link = "Beetle Queen",
			Name = "Beetle Queen",
			BossName = "Swarm Mother",
			ScalingDamage = 5,
			ScalingHealth = 630,
			Type = "Boss",
			Family = "Beetle",
		},
		["Bighorn Bison"] = {
			BaseArmor = 0,
			BaseDamage = 12,
			BaseHealth = 480,
			BaseSpeed = 3,
			Class = "Melee",
			Image = "Bighorn Bison.png",
			InternalName = "Bison",
			Introduced = "Early Access Launch",
			Link = "Bighorn Bison",
			Name = "Bighorn Bison",
			ScalingDamage = 2.4,
			ScalingHealth = 144,
			Type = "Normal",
		},
		["Blind Pest"] = {
			BaseArmor = 0,
			BaseDamage = 15,
			BaseHealth = 80,
			BaseSpeed = 6,
			Class = "Ranged",
			Expansion = "SotV",
			Image = "Blind Pest.png",
			InternalName = "FlyingVermin",
			Introduced = "Survivors of the Void Update",
			Link = "Blind Pest",
			Name = "Blind Pest",
			ScalingDamage = 3,
			ScalingHealth = 24,
			Type = "Normal",
		},
		["Blind Vermin"] = {
			BaseArmor = 0,
			BaseDamage = 15,
			BaseHealth = 90,
			BaseSpeed = 13,
			Class = "Melee",
			Expansion = "SotV",
			Image = "Blind Vermin.png",
			InternalName = "Vermin",
			Introduced = "Survivors of the Void Update",
			Link = "Blind Vermin",
			Name = "Blind Vermin",
			ScalingDamage = 3,
			ScalingHealth = 27,
			Type = "Normal",
		},
		["Brass Contraption"] = {
			BaseArmor = 0,
			BaseDamage = 10,
			BaseHealth = 300,
			BaseSpeed = 10,
			Class = "Ranged",
			Image = "Brass Contraption.png",
			InternalName = "Bell",
			Introduced = "Early Access Launch",
			Link = "Brass Contraption",
			Name = "Brass Contraption",
			ScalingDamage = 2,
			ScalingHealth = 90,
			Type = "Normal",
		},
		["Child"] = {
			BaseArmor = 0,
			BaseDamage = 14,
			BaseHealth = 150,
			BaseSpeed = 8.5,
			Class = "Ranged",
			Expansion = "SotS",
			Image = "Child.png",
			InternalName = "Child",
			Introduced = "Seekers of the Storm Update",
			Link = "Child",
			Name = "Child",
			ScalingDamage = 2.8,
			ScalingHealth = 45,
			Type = "Normal",
			Family = "Parent",
		},
		["Clay Apothecary"] = {
			BaseArmor = 0,
			BaseDamage = 20,
			BaseHealth = 1050,
			BaseSpeed = 5,
			Class = "Ranged",
			Expansion = "SotV",
			Image = "Clay Apothecary.png",
			InternalName = "ClayGrenadier",
			Introduced = "Survivors of the Void Update",
			Link = "Clay Apothecary",
			Name = "Clay Apothecary",
			ScalingDamage = 4,
			ScalingHealth = 315,
			Type = "Normal",
		},
		["Clay Dunestrider"] = {
			BaseArmor = 20,
			BaseDamage = 25,
			BaseHealth = 2100,
			BaseSpeed = 9,
			Class = "Ranged",
			Image = "Clay Dunestrider.png",
			InternalName = "ClayBoss",
			Introduced = "Early Access Launch",
			Link = "Clay Dunestrider",
			Name = "Clay Dunestrider",
			BossName = "Ravenous Symbiont",
			ScalingDamage = 5,
			ScalingHealth = 630,
			Type = "Boss",
		},
		["Clay Templar"] = {
			BaseArmor = 0,
			BaseDamage = 16,
			BaseHealth = 700,
			BaseSpeed = 6,
			Class = "Ranged",
			Image = "Clay Templar.png",
			InternalName = "ClayBruiser",
			Introduced = "Early Access Scorched Acres Content Update",
			Link = "Clay Templar",
			Name = "Clay Templar",
			ScalingDamage = 3.2,
			ScalingHealth = 210,
			Type = "Normal",
		},
		["Elder Lemurian"] = {
			BaseArmor = 0,
			BaseDamage = 16,
			BaseHealth = 900,
			BaseSpeed = 13,
			Class = "Ranged",
			Image = "Elder Lemurian.png",
			InternalName = "LemurianBruiser",
			Introduced = "Early Access Scorched Acres Content Update",
			Link = "Elder Lemurian",
			Name = "Elder Lemurian",
			ScalingDamage = 3.2,
			ScalingHealth = 270,
			Type = "Normal",
			Family = "Lemurian",
		},
		["False Son (Boss)"] = {
			BaseArmor = 29,
			BaseDamage = 17,
			BaseHealth = 1500,
			BaseSpeed = 11,
			Class = "Melee / Ranged",
			Expansion = "SotS",
			Image = "False Son (Boss).png",
			InternalName = "FalseSon",
			Introduced = "Seekers of the Storm Update",
			Link = "False Son (Boss)",
			Name = "False Son (Boss)",
			BossName = "Eye of the Storm",
			ScalingDamage = 3.4,
			ScalingHealth = 450,
			Type = "Special Boss",
			IgnoreDissonance = true,
		},
		["Geep"] = {
			BaseArmor = 0,
			BaseDamage = 6,
			BaseHealth = 500,
			BaseHealthRegen = 0.6,
			BaseSpeed = 8,
			Class = "Melee",
			Expansion = "SotV",
			Image = "Geep.png",
			InternalName = "Geep",
			Introduced = "Survivors of the Void Update",
			Link = "Geep",
			Name = "Geep",
			ScalingDamage = 2,
			ScalingHealth = 150,
			ScalingHealthRegen = 0.12,
			Type = "Normal",
		},
		["Gip"] = {
			BaseArmor = 0,
			BaseDamage = 3,
			BaseHealth = 250,
			BaseHealthRegen = 0.6,
			BaseSpeed = 5,
			Class = "Melee",
			Expansion = "SotV",
			Image = "Gip.png",
			InternalName = "Gip",
			Introduced = "Survivors of the Void Update",
			Link = "Gip",
			Name = "Gip",
			ScalingDamage = 0.6,
			ScalingHealth = 75,
			ScalingHealthRegen = 0.12,
			Type = "Normal",
		},
		["Grandparent"] = {
			BaseArmor = 20,
			BaseDamage = 26,
			BaseHealth = 3625,
			BaseSpeed = 0,
			Class = "Ranged",
			Image = "Grandparent.png",
			InternalName = "GrandParent",
			Introduced = "Anniversary Update",
			Link = "Grandparent",
			Name = "Grandparent",
			BossName = "Aberrant Caretaker",
			ScalingDamage = 5.2,
			ScalingHealth = 1088,
			Type = "Boss",
			Family = "Parent",
		},
		["Greater Wisp"] = {
			BaseArmor = 0,
			BaseDamage = 15,
			BaseHealth = 750,
			BaseSpeed = 7,
			Class = "Ranged",
			Image = "Greater Wisp.png",
			InternalName = "GreaterWisp",
			Introduced = "Early Access Launch",
			Link = "Greater Wisp",
			Name = "Greater Wisp",
			ScalingDamage = 3,
			ScalingHealth = 225,
			Type = "Normal",
			Family = "Wisp",
		},
		["Grovetender"] = {
			BaseArmor = 20,
			BaseDamage = 23,
			BaseHealth = 2800,
			BaseSpeed = 10,
			Class = "Ranged",
			Image = "Grovetender.png",
			InternalName = "Gravekeeper",
			Introduced = "Early Access Scorched Acres Content Update",
			Link = "Grovetender",
			Name = "Grovetender",
			BossName = "Wisp Cultivator",
			ScalingDamage = 4.6,
			ScalingHealth = 840,
			Type = "Boss",
			Family = "Wisp",
		},
		["Gup"] = {
			BaseArmor = 0,
			BaseDamage = 12,
			BaseHealth = 1000,
			BaseSpeed = 12,
			BaseHealthRegen = 0.6,
			Class = "Melee",
			Expansion = "SotV",
			Image = "Gup.png",
			InternalName = "Gup",
			Introduced = "Survivors of the Void Update",
			Link = "Gup",
			Name = "Gup",
			ScalingDamage = 2.4,
			ScalingHealth = 300,
			ScalingHealthRegen = 0.12,
			Type = "Normal",
			Family = "Gup",
		},
		["Guragura the Lucky"] = {
			BaseArmor = 20,
			BaseDamage = 4,
			BaseHealth = 3230,
			BaseHealthRegen = 2,
			BaseSpeed = 3,
			Class = "Ranged",
			Image = "Guragura the Lucky.png",
			InternalName = "ScavLunar4",
			Introduced = "Early Access Hidden Realms Content Update",
			Link = "Twisted Scavenger",
			Name = "Guragura the Lucky",
			BossName = "Twisted Scavenger",
			ScalingDamage = 0.8,
			ScalingHealth = 969,
			ScalingHealthRegen = 0.4,
			Type = "Special Boss",
			IgnoreDissonance = true,
		},
		["Halcyonite"] = {
			BaseArmor = 10,
			BaseDamage = 20,
			BaseHealth = 900,
			BaseSpeed = 4.95,
			Class = "Melee / Ranged",
			Expansion = "SotS",
			Image = "Halcyonite.png",
			InternalName = "Halcyonite",
			Introduced = "Seekers of the Storm Update",
			Link = "Halcyonite",
			Name = "Halcyonite",
			ScalingDamage = 4,
			ScalingHealth = 270,
			Type = "Normal",
		},
		["Healing Core"] = {
			BaseArmor = 0,
			BaseDamage = 20,
			BaseHealth = 50,
			BaseHealthRegen = 0,
			BaseSpeed = 0,
			Class = "Self-Destruct",
			Image = "Healing Core.png",
			InternalName = "AffixEarthHealer",
			Introduced = "Survivors of the Void Update",
			Link = "Monsters#Mending",
			Name = "Healing Core",
			ScalingDamage = 2,
			ScalingHealth = 0,
			ScalingHealthRegen = 0,
			Type = "Special",
			IgnoreDissonance = true,
		    Expansion = "SotV"
		},
		["Hermit Crab"] = {
			BaseArmor = 0,
			BaseDamage = 12,
			BaseHealth = 100,
			BaseHealthRegen = 0.6,
			BaseSpeed = 10,
			Class = "Ranged",
			Image = "Hermit Crab.png",
			InternalName = "HermitCrab",
			Introduced = "Early Access Launch",
			Link = "Hermit Crab",
			Name = "Hermit Crab",
			ScalingDamage = 2.4,
			ScalingHealth = 30,
			ScalingHealthRegen = 0.12,
			Type = "Normal",
			IgnoreDissonance = true,
		},
		["Imp"] = {
			BaseArmor = 0,
			BaseDamage = 10,
			BaseHealth = 140,
			BaseHealthRegen = 0.6,
			BaseSpeed = 10,
			Class = "Melee",
			Image = "Imp.png",
			InternalName = "Imp",
			Introduced = "Early Access Launch",
			Link = "Imp",
			Name = "Imp",
			ScalingDamage = 2,
			ScalingHealth = 42,
			ScalingHealthRegen = 0.12,
			Type = "Normal",
			Family = "Imp",
		},
		["Imp Overlord"] = {
			BaseArmor = 20,
			BaseDamage = 16,
			BaseHealth = 2800,
			BaseSpeed = 13,
			Class = "Melee / Ranged",
			Image = "Imp Overlord.png",
			InternalName = "ImpBoss",
			Introduced = "Early Access Launch",
			Link = "Imp Overlord",
			Name = "Imp Overlord",
			BossName = "Lord of the Red Plane",
			ScalingDamage = 3.2,
			ScalingHealth = 840,
			Type = "Boss",
			Family = "Imp",
		},
		["Jellyfish"] = {
			BaseArmor = 0,
			BaseDamage = 5,
			BaseHealth = 60,
			BaseSpeed = 10,
			Class = "Self-Destruct",
			Image = "Jellyfish.png",
			InternalName = "Jellyfish",
			Introduced = "Early Access Launch",
			Link = "Jellyfish",
			Name = "Jellyfish",
			ScalingDamage = 1,
			ScalingHealth = 18,
			Type = "Normal",
			Family = "Jellyfish",
		},
		["Kipkip the Gentle"] = {
			BaseArmor = 20,
			BaseDamage = 4,
			BaseHealth = 3230,
			BaseHealthRegen = 2,
			BaseSpeed = 3,
			Class = "Ranged",
			Image = "Kipkip the Gentle.png",
			InternalName = "ScavLunar1",
			Introduced = "Early Access Hidden Realms Content Update",
			Link = "Twisted Scavenger",
			Name = "Kipkip the Gentle",
			BossName = "Twisted Scavenger",
			ScalingDamage = 0.8,
			ScalingHealth = 969,
			ScalingHealthRegen = 0.4,
			Type = "Special Boss",
			IgnoreDissonance = true,
		},
		["Larva"] = {
			BaseArmor = 0,
			BaseDamage = 11,
			BaseHealth = 45,
			BaseSpeed = 1.5,
			Class = "Self-Destruct",
			Expansion = "SotV",
			Image = "Larva.png",
			InternalName = "AcidLarva",
			Introduced = "Survivors of the Void Update",
			Link = "Larva",
			Name = "Larva",
			ScalingDamage = 2.2,
			ScalingHealth = 14,
			Type = "Normal",
			Family = "Larva",
		},
		["Lemurian"] = {
			BaseArmor = 0,
			BaseDamage = 12,
			BaseHealth = 80,
			BaseSpeed = 7,
			Class = "Ranged / Melee",
			Image = "Lemurian.png",
			InternalName = "Lemurian",
			Introduced = "Early Access Launch",
			Link = "Lemurian",
			Name = "Lemurian",
			ScalingDamage = 2.4,
			ScalingHealth = 24,
			Type = "Normal",
			Family = "Lemurian",
		},
		["Lesser Wisp"] = {
			BaseArmor = 0,
			BaseDamage = 3.5,
			BaseHealth = 35,
			BaseSpeed = 6,
			Class = "Ranged",
			Image = "Lesser Wisp.png",
			InternalName = "Wisp",
			Introduced = "Early Access Launch",
			Link = "Lesser Wisp",
			Name = "Lesser Wisp",
			ScalingDamage = 0.7,
			ScalingHealth = 10,
			Type = "Normal",
			Family = "Wisp",
		},
		["Lunar Chimera (Exploder)"] = {
			BaseArmor = 0,
			BaseDamage = 11,
			BaseHealth = 180,
			BaseSpeed = 8,
			Class = "Ranged / Self-Destruct",
			Image = "Lunar Chimera (Exploder).png",
			InternalName = "LunarExploder",
			Introduced = "Anniversary Update",
			Link = "Lunar Chimera (Exploder)",
			Name = "Lunar Chimera (Exploder)",
			BossName = "Zenith Designs",
			ScalingDamage = 2.2,
			ScalingHealth = 54,
			Type = "Normal",
			Family = "Lunar",
		},
		["Lunar Chimera (Golem)"] = {
			BaseArmor = 0,
			BaseDamage = 35,
			BaseHealth = 1615,
			BaseHealthRegen = 0.6,
			BaseSpeed = 8,
			Class = "Ranged",
			Image = "Lunar Chimera (Golem).png",
			InternalName = "LunarGolem",
			Introduced = "Early Access Content Update 5",
			Link = "Lunar Chimera (Golem)",
			Name = "Lunar Chimera (Golem)",
			BossName = "Zenith Designs",
			ScalingDamage = 7,
			ScalingHealth = 485,
			ScalingHealthRegen = 0.12,
			Type = "Normal",
			Family = "Lunar",
		},
		["Lunar Chimera (Wisp)"] = {
			BaseArmor = 0,
			BaseDamage = 15,
			BaseHealth = 850,
			BaseSpeed = 18,
			Class = "Ranged",
			Image = "Lunar Chimera (Wisp).png",
			InternalName = "LunarWisp",
			Introduced = "Early Access Content Update 5",
			Link = "Lunar Chimera (Wisp)",
			Name = "Lunar Chimera (Wisp)",
			BossName = "Zenith Designs",
			ScalingDamage = 3,
			ScalingHealth = 255,
			Type = "Normal",
			Family = "Lunar",
		},
		["Magma Worm"] = {
			BaseArmor = 15,
			BaseDamage = 10,
			BaseHealth = 2400,
			BaseSpeed = 20,
			Class = "Melee",
			Image = "Magma Worm.png",
			InternalName = "MagmaWorm",
			Introduced = "Early Access Launch",
			Link = "Magma Worm",
			Name = "Magma Worm",
			BossName = "Ancient Lava Swimmer",
			ScalingDamage = 2,
			ScalingHealth = 720,
			Type = "Boss",
		},
		["Malachite Urchin"] = {
			BaseArmor = 100,
			BaseDamage = 18,
			BaseHealth = 250,
			BaseSpeed = 0,
			Class = "Ranged",
			Image = "Malachite Urchin.png",
			InternalName = "UrchinTurret",
			Introduced = "Early Access Scorched Acres Content Update",
			Link = "Malachite Urchin",
			Name = "Malachite Urchin",
			ScalingDamage = 3.6,
			ScalingHealth = 75,
			Type = "Special",
		},
		["Mini Mushrum"] = {
			BaseArmor = 0,
			BaseDamage = 16,
			BaseHealth = 290,
			BaseHealthRegen = 0.6,
			BaseSpeed = 2,
			Class = "Ranged",
			Image = "Mini Mushrum.png",
			InternalName = "MiniMushroom",
			Introduced = "Early Access Artifacts Content Update",
			Link = "Mini Mushrum",
			Name = "Mini Mushrum",
			ScalingDamage = 3.2,
			ScalingHealth = 87,
			ScalingHealthRegen = 0.12,
			Type = "Normal",
			Family = "Mushrum",
		},
		["Mithrix"] = {
			BaseArmor = 20,
			BaseDamage = 16,
			BaseHealth = 1000,
			BaseSpeed = 15,
			Class = "Melee / Ranged",
			Image = "Mithrix.png",
			InternalName = "Brother",
			Introduced = "Early Access Content Update 5",
			Link = "Mithrix",
			Name = "Mithrix",
			BossName = "King of Nothing",
			ScalingDamage = 3.2,
			ScalingHealth = 300,
			Type = "Special Boss",
			IgnoreDissonance = true,
		},
		["Newt"] = {
			BaseArmor = 100,
			BaseDamage = 0,
			BaseHealth = 500000,
			BaseSpeed = 0,
			Class = "N/A",
			Image = "Newt.png",
			Introduced = "N/A", -- ???
			Link = "Bazaar Between Time#Newt",
			Name = "Newt",
			ScalingDamage = 0,
			ScalingHealth = 150000,
			Type = "Special",
		},
		["Overloading Worm"] = {
			BaseArmor = 15,
			BaseDamage = 50,
			BaseHealth = 12000,
			BaseSpeed = 20,
			Class = "Melee",
			Image = "Overloading Worm.png",
			InternalName = "ElectricWorm",
			Introduced = "Early Access Launch",
			Link = "Overloading Worm",
			Name = "Overloading Worm",
			BossName = "The Reminder",
			ScalingDamage = 10,
			ScalingHealth = 3600,
			Type = "Boss",
		},
		["Parent"] = {
			BaseArmor = 0,
			BaseDamage = 16,
			BaseHealth = 585,
			BaseSpeed = 11,
			Class = "Melee",
			Image = "Parent.png",
			InternalName = "Parent",
			Introduced = "Early Access Artifacts Content Update",
			Link = "Parent",
			Name = "Parent",
			ScalingDamage = 3.2,
			ScalingHealth = 176,
			Type = "Normal",
			Family = "Parent",
		},
		["Scavenger"] = {
			BaseArmor = 20,
			BaseDamage = 4,
			BaseHealth = 3800,
			BaseHealthRegen = 2,
			BaseSpeed = 3,
			Class = "Ranged",
			Image = "Scavenger.png",
			InternalName = "Scav",
			Introduced = "Early Access Launch",
			Link = "Scavenger",
			Name = "Scavenger",
			BossName = "Item Hoarder",
			ScalingDamage = 0.8,
			ScalingHealth = 1140,
			ScalingHealthRegen = 0.4,
			Type = "Boss",
		},
		["Scorch Wurm"] = {
			BaseArmor = 0,
			BaseDamage = 17,
			BaseHealth = 580,
			BaseSpeed = 16,
			Class = "Ranged",
			Expansion = "SotS",
			Image = "Scorch Wurm.png",
			InternalName = "Scorchling",
			Introduced = "Seekers of the Storm Update",
			Link = "Scorch Wurm",
			Name = "Scorch Wurm",
			ScalingDamage = 3.4,
			ScalingHealth = 174,
			Type = "Normal",
		},
		["Solus Control Unit"] = {
			BaseArmor = 20,
			BaseDamage = 15,
			BaseHealth = 2500,
			BaseSpeed = 7,
			Class = "Ranged / Melee",
			Image = "Solus Control Unit.png",
			InternalName = "RoboBallBoss",
			Introduced = "Early Access 'Skills 2.0' Content Update",
			Link = "Solus Control Unit",
			Name = "Solus Control Unit",
			BossName = "Corrupted AI",
			ScalingDamage = 3,
			ScalingHealth = 750,
			Type = "Boss",
		},
		["Solus Probe"] = {
			BaseArmor = 10,
			BaseDamage = 15,
			BaseHealth = 220,
			BaseSpeed = 10,
			Class = "Ranged",
			Image = "Solus Probe.png",
			InternalName = "RoboBallMini",
			Introduced = "Early Access 'Skills 2.0' Content Update",
			Link = "Solus Probe",
			Name = "Solus Probe",
			ScalingDamage = 3,
			ScalingHealth = 66,
			Type = "Normal",
		},
		["Stone Golem"] = {
			BaseArmor = 0,
			BaseDamage = 20,
			BaseHealth = 480,
			BaseSpeed = 6.6,
			Class = "Ranged / Melee",
			Image = "Stone Golem.png",
			InternalName = "Golem",
			Introduced = "Early Access Launch",
			Link = "Stone Golem",
			Name = "Stone Golem",
			ScalingDamage = 4,
			ScalingHealth = 144,
			Type = "Normal",
			Family = "Golem",
		},
		["Stone Titan"] = {
			BaseArmor = 20,
			BaseDamage = 40,
			BaseHealth = 2100,
			BaseSpeed = 5,
			Class = "Ranged / Melee",
			Image = "Stone Titan.png",
			InternalName = "Titan",
			Introduced = "Early Access Launch",
			Link = "Stone Titan",
			Name = "Stone Titan",
			BossName = "Crisis Vanguard",
			ScalingDamage = 8,
			ScalingHealth = 630,
			Type = "Boss",
			Family = "Golem",
		},
		["Twiptwip the Devotee"] = {
			BaseArmor = 20,
			BaseDamage = 4,
			BaseHealth = 3230,
			BaseHealthRegen = 2,
			BaseSpeed = 3,
			Class = "Ranged",
			Image = "Twiptwip the Devotee.png",
			InternalName = "ScavLunar3",
			Introduced = "Early Access Hidden Realms Content Update",
			Link = "Twisted Scavenger",
			Name = "Twiptwip the Devotee",
			BossName = "Twisted Scavenger",
			ScalingDamage = 0.8,
			ScalingHealth = 969,
			ScalingHealthRegen = 0.4,
			Type = "Special Boss",
			IgnoreDissonance = true,
		},
		["Void Barnacle"] = {
			BaseArmor = 0,
			BaseDamage = 6,
			BaseHealth = 225,
			BaseHealthRegen = 7.5,
			BaseSpeed = 0,
			Class = "Ranged",
			Expansion = "SotV",
			Image = "Void Barnacle.png",
			InternalName = "VoidBarnacle",
			Introduced = "Survivors of the Void Update",
			Link = "Void Barnacle",
			Name = "Void Barnacle",
			ScalingDamage = 1.2,
			ScalingHealth = 68,
			ScalingHealthRegen = 1.5,
			Type = "Normal",
			Family = "Void",
		},
		["Void Devastator"] = {
			BaseArmor = 20,
			BaseDamage = 12,
			BaseHealth = 2800,
			BaseHealthRegen = 0.6,
			BaseSpeed = 8,
			Class = "Ranged / Self-Destruct",
			Expansion = "SotV",
			Image = "Void Devastator.png",
			InternalName = "VoidMegaCrab",
			Introduced = "Survivors of the Void Update",
			Link = "Void Devastator",
			Name = "Void Devastator",
			BossName = "Destroyer of Worlds",
			ScalingDamage = 2.4,
			ScalingHealth = 840,
			ScalingHealthRegen = 1.2,
			Type = "Boss",
			Family = "Void",
		},
		["Void Infestor"] = {
			BaseArmor = 0,
			BaseDamage = 11,
			BaseHealth = 45,
			BaseSpeed = 14,
			Class = "Melee",
			Expansion = "SotV",
			Image = "Void Infestor.png",
			InternalName = "VoidInfestor",
			Introduced = "Survivors of the Void Update",
			Link = "Void Infestor",
			Name = "Void Infestor",
			ScalingDamage = 2.2,
			ScalingHealth = 14,
			Type = "Special",
		},
		["Void Jailer"] = {
			BaseArmor = 0,
			BaseDamage = 14,
			BaseHealth = 2200,
			BaseSpeed = 7,
			Class = "Ranged / Self-Destruct",
			Expansion = "SotV",
			Image = "Void Jailer.png",
			InternalName = "VoidJailer",
			Introduced = "Survivors of the Void Update",
			Link = "Void Jailer",
			Name = "Void Jailer",
			ScalingDamage = 2.8,
			ScalingHealth = 660,
			Type = "Normal",
			Family = "Void",
		},
		["Void Reaver"] = {
			BaseArmor = 0,
			BaseDamage = 12,
			BaseHealth = 1900,
			BaseHealthRegen = 0.6,
			BaseSpeed = 6,
			Class = "Ranged / Self-Destruct",
			Image = "Void Reaver.png",
			InternalName = "Nullifier",
			Introduced = "Early Access Launch",
			Link = "Void Reaver",
			Name = "Void Reaver",
			ScalingDamage = 2.4,
			ScalingHealth = 570,
			ScalingHealthRegen = 0.12,
			Type = "Normal",
			Family = "Void",
		},
		["Voidling"] = {
			BaseArmor = 20,
			BaseDamage = 15,
			BaseHealth = 2000,
			BaseSpeed = 45,
			Class = "Ranged",
			Expansion = "SotV",
			Image = "Voidling.png",
			InternalName = "VoidRaidCrab",
			Introduced = "Survivors of the Void Update",
			Link = "Voidling",
			Name = "Voidling",
			BossName = "Diviner of the Deep",
			ScalingDamage = 3,
			ScalingHealth = 600,
			Type = "Special Boss",
			IgnoreDissonance = true,
		},
		["Wandering Vagrant"] = {
			BaseArmor = 15,
			BaseDamage = 6.5,
			BaseHealth = 2100,
			BaseSpeed = 6,
			Class = "Ranged",
			Image = "Wandering Vagrant.png",
			InternalName = "Vagrant",
			Introduced = "Early Access Launch",
			Link = "Wandering Vagrant",
			Name = "Wandering Vagrant",
			BossName = "Gentle Protector",
			ScalingDamage = 1.3,
			ScalingHealth = 630,
			Type = "Boss",
			Family = "Jellyfish",
		},
		["Wipwip the Wild"] = {
			BaseArmor = 20,
			BaseDamage = 2.5,
			BaseHealth = 4845,
			BaseHealthRegen = 2,
			BaseSpeed = 3,
			Class = "Ranged",
			Image = "Wipwip the Wild.png",
			InternalName = "ScavLunar2",
			Introduced = "Early Access Hidden Realms Content Update",
			Link = "Twisted Scavenger",
			Name = "Wipwip the Wild",
			BossName = "Twisted Scavenger",
			ScalingDamage = 0.5,
			ScalingHealth = 1454,
			ScalingHealthRegen = 0.4,
			Type = "Special Boss",
			IgnoreDissonance = true,
		},
		["Xi Construct"] = {
			BaseArmor = 15,
			BaseDamage = 13,
			BaseHealth = 2800,
			BaseSpeed = 60,
			Class = "Ranged",
			Expansion = "SotV",
			Image = "Xi Construct.png",
			InternalName = "MegaConstruct",
			Introduced = "Survivors of the Void Update",
			Link = "Xi Construct",
			Name = "Xi Construct",
			BossName = "Defense System",
			ScalingDamage = 2.6,
			ScalingHealth = 840,
			Type = "Boss",
			Family = "Construct",
		},
	},
	["Allies"] = {
		["Beetle Guard (Ally)"] = {
			Image = "Beetle Guard (Ally).png",
			InternalName = "BeetleGuardMonster",
			Introduced = "Early Access Scorched Acres Content Update",
			Name = "Beetle Guard (Ally)",
			Link = "Queen's Gland",
			BaseHealth = 960,
			ScalingHealth = 288,
			BaseHealthRegen = 1.5,
			ScalingHealthRegen = 0.3,
			BaseDamage = 48,
			ScalingDamage = 9.6,
			BaseSpeed = 17,
			BaseArmor = 0,
			Class = "Melee / Ranged",
			Type = "Special",
		},
		["Emergency Drone"] = {
			Image = "Emergency Drone.png",
			InternalName = "Drone",
			Introduced = "Early Access Hidden Realms Content Update",
			Name = "Emergency Drone",
			Link = "Emergency Drone",
			BaseCost = 100,
			BaseHealth = 300,
			ScalingHealth = 90,
			BaseHealthRegen = 2,
			ScalingHealthRegen = 0.4,
			BaseHeal = 10,
			ScalingHeal = 2,
			BaseSpeed = 17,
			BaseArmor = 20,
			Class = "Ranged",
			Type = "Drone",
		},
		["Equipment Drone"] = {
			Image = "Equipment Drone.png",
			InternalName = "Drone",
			Introduced = "Early Access Scorched Acres Content Update",
			Name = "Equipment Drone",
			Link = "Equipment Drone",
			BaseHealth = 250,
			ScalingHealth = 75,
			BaseHealthRegen = 5,
			ScalingHealthRegen = 1,
			BaseDamage = 10,
			ScalingDamage = 2,
			BaseSpeed = 10,
			BaseArmor = 0,
			Class = "Ranged",
			Type = "Drone",
		},
		["Gunner Drone"] = {
			Image = "Gunner Drone.png",
			InternalName = "Drone",
			Introduced = "Early Access Launch",
			Name = "Gunner Drone",
			Link = "Gunner Drone",
			BaseCost = 40,
			BaseHealth = 150,
			ScalingHealth = 45,
			BaseHealthRegen = 5,
			ScalingHealthRegen = 1,
			BaseDamage = 10,
			ScalingDamage = 2,
			BaseSpeed = 17,
			BaseArmor = 0,
			Class = "Ranged",
			Type = "Drone",
		},
		["Gunner Turret"] = {
			Image = "Gunner Turret.png",
			InternalName = "Turret1",
			Introduced = "Early Access Launch",
			Name = "Gunner Turret",
			Link = "Gunner Turret",
			BaseCost = 35,
			BaseHealth = 200,
			ScalingHealth = 60,
			BaseHealthRegen = 7.5,
			ScalingHealthRegen = 1.5,
			BaseDamage = 18,
			ScalingDamage = 3.6,
			BaseSpeed = 0,
			BaseArmor = 20,
			Class = "Ranged",
			Type = "Turret",
		},
		["Healing Drone"] = {
			Image = "Healing Drone.png",
			InternalName = "Drone",
			Introduced = "Early Access Launch",
			Name = "Healing Drone",
			Link = "Healing Drone",
			BaseCost = 40,
			BaseHealth = 150,
			ScalingHealth = 45,
			BaseHealthRegen = 5,
			ScalingHealthRegen = 1,
			BaseHeal = 10,
			ScalingHeal = 2,
			BaseSpeed = 17,
			BaseArmor = 0,
			Class = "Ranged",
			Type = "Drone",
		},
		["Incinerator Drone"] = {
			Image = "Incinerator Drone.png",
			InternalName = "Drone",
			Introduced = "Early Access Scorched Acres Content Update",
			Name = "Incinerator Drone",
			Link = "Incinerator Drone",
			BaseCost = 100,
			BaseHealth = 300,
			ScalingHealth = 90,
			BaseHealthRegen = 5,
			ScalingHealthRegen = 1,
			BaseDamage = 10,
			ScalingDamage = 2,
			BaseSpeed = 10,
			BaseArmor = 20,
			Class = "Ranged",
			Type = "Drone",
		},
		["Missile Drone"] = {
			Image = "Missile Drone.png",
			InternalName = "Drone",
			Introduced = "Early Access Launch",
			Name = "Missile Drone",
			Link = "Missile Drone",
			BaseCost = 60,
			BaseHealth = 225,
			ScalingHealth = 67.5,
			BaseHealthRegen = 5,
			ScalingHealthRegen = 1,
			BaseDamage = 14,
			ScalingDamage = 2.8,
			BaseSpeed = 17,
			BaseArmor = 0,
			Class = "Ranged",
			Type = "Drone",
		},
		["Strike Drone"] = {
			Image = "Strike Drone.png",
			InternalName = "Drone",
			Introduced = "Early Access Launch",
			Name = "Strike Drone",
			Link = "The Back-up",
			BaseHealth = 225,
			ScalingHealth = 67.5,
			BaseHealthRegen = 5,
			ScalingHealthRegen = 1,
			BaseDamage = 7,
			ScalingDamage = 1.4,
			BaseSpeed = 17,
			BaseArmor = 0,
			Class = "Ranged",
			Type = "Drone",
		},
		["TC-280 Prototype"] = {
			Image = "TC-280 Prototype.png",
			InternalName = "Drone",
			Introduced = "Early Access Launch",
			Name = "TC-280 Prototype",
			Link = "TC-280 Prototype",
			BaseCost = 350,
			BaseHealth = 900,
			ScalingHealth = 270,
			BaseHealthRegen = 5,
			ScalingHealthRegen = 1,
			BaseDamage = 14,
			ScalingDamage = 2.8,
			BaseSpeed = 20,
			BaseArmor = 0,
			Class = "Ranged",
			Type = "Drone",
		},
		["TR12 Gauss Auto-Turret"] = {
			Image = "TR12 Gauss Auto-Turret.png",
			InternalName = "EngiTurret",
			Introduced = "Early Access Scorched Acres Content Update",
			Name = "TR12 Gauss Auto-Turret",
			Link = "Engineer#TR12 Gauss Auto-Turret",
			BaseHealth = 130,
			ScalingHealth = 39,
			BaseHealthRegen = 1.5,
			ScalingHealthRegen = 0.3,
			BaseDamage = 16,
			ScalingDamage = 3.2,
			BaseSpeed = 0,
			BaseArmor = 0,
			Class = "Ranged",
			Type = "Turret",
		},
		["TR58 Carbonizer Turret"] = {
			Image = "TR58 Carbonizer Turret.png",
			InternalName = "EngiTurret",
			Introduced = "Early Access Scorched Acres Content Update",
			Name = "TR58 Carbonizer Turret",
			Link = "Engineer#TR58 Carbonizer Turret",
			BaseHealth = 130,
			ScalingHealth = 39,
			BaseHealthRegen = 1.5,
			ScalingHealthRegen = 0.3,
			BaseDamage = 16,
			ScalingDamage = 3.2,
			BaseSpeed = 7,
			BaseArmor = 0,
			Class = "Ranged",
			Type = "Turret",
		},
	},
	--Why are survivors in the enemy data? Can already be found in Survivors/data module
	["Survivors"] = {
		["Acrid"] = {
			Image = "Acrid.png",
			InternalName = "Croco",
			Introduced = "Early Access Hidden Realms Content Update",
			Name = "Acrid",
			Link = "Acrid",
			BaseHealth = 160,
			ScalingHealth = 48,
			BaseHealthRegen = 2.5,
			ScalingHealthRegen = 0.5,
			BaseDamage = 15,
			ScalingDamage = 3,
			BaseSpeed = 7,
			BaseArmor = 20,
			Class = "Melee / Ranged",
			Type = "Survivor",
		},
		["Artificer"] = {
			Image = "Artificer.png",
			InternalName = "Mage",
			Introduced = "Early Access Launch",
			Name = "Artificer",
			Link = "Artificer",
			BaseHealth = 110,
			ScalingHealth = 33,
			BaseHealthRegen = 1,
			ScalingHealthRegen = 0.2,
			BaseDamage = 12,
			ScalingDamage = 2.4,
			BaseSpeed = 7,
			BaseArmor = 0,
			Class = "Ranged",
			Type = "Survivor",
		},
		["Bandit"] = {
			Image = "Bandit.png",
			InternalName = "Bandit2",
			Introduced = "Anniversary Update",
			Name = "Bandit",
			Link = "Bandit",
			BaseHealth = 110,
			ScalingHealth = 33,
			BaseHealthRegen = 1,
			ScalingHealthRegen = 0.2,
			BaseDamage = 12,
			ScalingDamage = 2.4,
			BaseSpeed = 7,
			BaseArmor = 0,
			Class = "Ranged / Melee",
			Type = "Survivor",
		},
		["Captain"] = {
			Image = "Captain.png",
			InternalName = "Captain",
			Introduced = "Early Access Content Update 5",
			Name = "Captain",
			Link = "Captain",
			BaseHealth = 110,
			ScalingHealth = 33,
			BaseHealthRegen = 1,
			ScalingHealthRegen = 0.2,
			BaseDamage = 12,
			ScalingDamage = 2.4,
			BaseSpeed = 7,
			BaseArmor = 0,
			Class = "Ranged",
			Type = "Survivor",
		},
		["Commando"] = {
			Image = "Commando.png",
			InternalName = "Commando",
			Introduced = "Early Access Launch",
			Name = "Commando",
			Link = "Commando",
			BaseHealth = 110,
			ScalingHealth = 33,
			BaseHealthRegen = 1,
			ScalingHealthRegen = 0.2,
			BaseDamage = 12,
			ScalingDamage = 2.4,
			BaseSpeed = 7,
			BaseArmor = 0,
			Class = "Ranged",
			Type = "Survivor",
		},
		["Engineer"] = {
			Image = "Engineer.png",
			InternalName = "Engi",
			Introduced = "Early Access Launch",
			Name = "Engineer",
			Link = "Engineer",
			BaseHealth = 130,
			ScalingHealth = 39,
			BaseHealthRegen = 1,
			ScalingHealthRegen = 0.2,
			BaseDamage = 14,
			ScalingDamage = 2.8,
			BaseSpeed = 7,
			BaseArmor = 0,
			Class = "Ranged",
			Type = "Survivor",
		},
		["Heretic"] = {
			Image = "Heretic.png",
			InternalName = "Heretic",
			Introduced = "Anniversary Update",
			Name = "Heretic",
			Link = "Heretic",
			BaseHealth = 440,
			ScalingHealth = 132,
			BaseHealthRegen = -6,
			ScalingHealthRegen = -1.2,
			BaseDamage = 18,
			ScalingDamage = 3.6,
			BaseSpeed = 8,
			BaseArmor = 0,
			Class = "Ranged",
			Type = "Survivor",
		},
		["Huntress"] = {
			Image = "Huntress.png",
			InternalName = "Huntress",
			Introduced = "Early Access Launch",
			Name = "Huntress",
			Link = "Huntress",
			BaseHealth = 90,
			ScalingHealth = 27,
			BaseHealthRegen = 1,
			ScalingHealthRegen = 0.2,
			BaseDamage = 12,
			ScalingDamage = 2.4,
			BaseSpeed = 7,
			BaseArmor = 0,
			Class = "Ranged",
			Type = "Survivor",
		},
		["Loader"] = {
			Image = "Loader.png",
			InternalName = "Loader",
			Introduced = "Early Access 'Skills 2.0' Content Update",
			Name = "Loader",
			Link = "Loader",
			BaseHealth = 160,
			ScalingHealth = 48,
			BaseHealthRegen = 2.5,
			ScalingHealthRegen = 0.5,
			BaseDamage = 12,
			ScalingDamage = 2.4,
			BaseSpeed = 7,
			BaseArmor = 20,
			Class = "Melee",
			Type = "Survivor",
		},
		["Mercenary"] = {
			Image = "Mercenary.png",
			InternalName = "Mercenary",
			Introduced = "Early Access Launch",
			Name = "Mercenary",
			Link = "Mercenary",
			BaseHealth = 110,
			ScalingHealth = 33,
			BaseHealthRegen = 1,
			ScalingHealthRegen = 0.2,
			BaseDamage = 12,
			ScalingDamage = 2.4,
			BaseSpeed = 7,
			BaseArmor = 20,
			Class = "Melee",
			Type = "Survivor",
		},
		["MUL-T"] = {
			Image = "MUL-T.png",
			InternalName = "MUL-T",
			Introduced = "Early Access Launch",
			Name = "MUL-T",
			Link = "MUL-T",
			BaseHealth = 200,
			ScalingHealth = 60,
			BaseHealthRegen = 1,
			ScalingHealthRegen = 0.2,
			BaseDamage = 11,
			ScalingDamage = 2.2,
			BaseSpeed = 7,
			BaseArmor = 12,
			Class = "Ranged / Melee",
			Type = "Survivor",
		},
		["Railgunner"] = {
			Image = "Railgunner.png",
			InternalName = "Railgunner",
			Introduced = "Survivors of the Void Update",
			Name = "Railgunner",
			Link = "Railgunner",
			BaseHealth = 110,
			ScalingHealth = 33,
			BaseHealthRegen = 1,
			ScalingHealthRegen = 0.2,
			BaseDamage = 12,
			ScalingDamage = 2.4,
			BaseSpeed = 7,
			BaseArmor = 0,
			Class = "Ranged",
			Type = "Survivor",
		},
		["REX"] = {
			Image = "REX.png",
			InternalName = "REX",
			Introduced = "Early Access Scorched Acres Content Update",
			Name = "REX",
			Link = "REX",
			BaseHealth = 130,
			ScalingHealth = 39,
			BaseHealthRegen = 1,
			ScalingHealthRegen = 0.2,
			BaseDamage = 12,
			ScalingDamage = 2.4,
			BaseSpeed = 7,
			BaseArmor = 20,
			Class = "Ranged",
			Type = "Survivor",
		},
		["Void Fiend"] = {
			Image = "Void Fiend.png",
			InternalName = "Void Fiend",
			Introduced = "Survivors of the Void Update",
			Name = "Void Fiend",
			Link = "Void Fiend",
			BaseHealth = 110,
			ScalingHealth = 33,
			BaseHealthRegen = 1,
			ScalingHealthRegen = 0.2,
			BaseDamage = 12,
			ScalingDamage = 2.4,
			BaseSpeed = 7,
			BaseArmor = 0,
			Class = "Ranged",
			Type = "Survivor",
		},
	},
}