Skip to content

Commit

Permalink
Adds contributor and legion AI names (#4082)
Browse files Browse the repository at this point in the history
split from #3926
due to too much being done in that PR
  • Loading branch information
drivver44 authored Dec 28, 2024
1 parent df7a6ef commit 619498b
Showing 1 changed file with 88 additions and 1 deletion.
89 changes: 88 additions & 1 deletion luarules/gadgets/ai_namer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ if gadgetHandler:IsSyncedCode() then
"lamer",
"Lexon",
"Lonewolfdesign",
"LostDeadMan",
"lov",
"LunyAlex",
"MaDDoX",
Expand Down Expand Up @@ -113,6 +114,7 @@ if gadgetHandler:IsSyncedCode() then
"tovernaar123",
"Vache",
"verybadsoldier",
"Volshok",
"Watch The Fort",
"wilkubyk",
"Xehrath",
Expand Down Expand Up @@ -301,6 +303,7 @@ if gadgetHandler:IsSyncedCode() then
"Webber",
"Welder",
"Whistler",
"Osprey",

--CORTEX names
"Aggravator",
Expand Down Expand Up @@ -395,7 +398,91 @@ if gadgetHandler:IsSyncedCode() then
"Wasp",
"Watcher",
"Whirlwind",
"Wolverine"
"Wolverine",
"Hephaestus",


--LEGION names
"Wheelie",
"Sapper",
"Alaris",
"Helios",
"Barrage",
"Cetus",
"Decurion",
"Quickshot",
"Gladiator",
"Boreas",
"Medusa",
"Mantis",
"Cleaver",
"Inferno",
"Prometheus",
"Triton",
"Goblin",
"Lobber",
"Centaur",
"Ballista",
"Karkinos",
"Proteus",
"Strider",
"Grenadier",
"Belcher",
"Infestor",
"Arquebus",
"Phalanx",
"Incinerator",
"Snapper",
"Noctua",
"Mosquito",
"Blindfold",
"Martyr",
"Aeolus",
"Legionnaire",
"Venator",
"Stronghold",
"Tyrannus",
"Wildfire",
"Harbinger",
"Phoenix",
"Whisper",
"Glaucus",
"Nereus",
"Salacia",
"Alpheus",
"Cardea",
"Velite",
"Pontus",
"Triarius",
"Optio",
"Portent",
"Stingray",
"Hastatus",
"Neptune",
"Javelin",
"Keres",
"Mukade",
"Praetorean",
"Rampart",
"Eviscerator",
"Aegis",
"Bastion",
"Bombardier",
"Amputator",
"Hive",
"Fortifier",
"Nyx",
"Pharos",
"Xyston",
"Olympus",
"Lupara",
"Cacophony",
"Perdition",
"Rhapsis",
"Bramble",
"Piscator",
"Supernova",
"Starfall"
}
local namelistRaptor = {'Alien Raptors'}
local namelistScavengers = {'Scavengers'}
Expand Down

0 comments on commit 619498b

Please sign in to comment.