Dictionary<string, string> names = new Dictionary<string, string>()
{
{"oilrig", "OilRig"},
{"excavator", "Excavator"},
{"peacekeeper", "CompoundScientist"},
{"bandit_guard", "BanditTown"},
{"_ch47_gunner", "MountedScientist"},
{"junkpile", "JunkPileScientist"},
{"scarecrow_dungeon", "DungeonScarecrow" },
{"scarecrow", "ScareCrow"},
{"military_tunnel", "MilitaryTunnelScientist" },
{"scientistnpc_roam", "RoamScientist"},
{"scientistnpc_full_any", "FullAnyScientist"},
{"scientistnpc_full_mp5", "FullMP5Scientist"},
{"scientistnpc_full_lr300", "FullLR300Scientist"},
{"scientistnpc_full_pistol", "FullPistolScientist"},
{"scientistnpc_full_shotgun", "FullShotgunScientist"},
{"scientistnpc_full_patrol", "FullPatrolScientist"},
{"scientist_full", "MilitaryTunnelScientist"},
{"scientist_turret", "CargoShip"},
{"scientistnpc_cargo", "CargoShip"},
{"scientist_astar", "CargoShip"},
{"scientistnpc_bradley", "APCScientist" },
{"scientistnpc_bradley_heavy", "APCHeavyScientist"},
{"scientistnpc_heavy", "HeavyScientist"},
{"tunneldweller", "TunnelDweller"},
{"underwaterdweller" , "UnderwaterDweller"},
{"trainyard" , "Trainyard"},
{"airfield" , "Airfield"},
{"scientistnpc_roamtethered", "DesertScientist" },
{"arctic_research_base", "ArcticResearchBase" },
{"launch_site", "LaunchSite" },
{"nuclear_missile_silo", "NuclearMissileSilo" },
{"scientistnpc_roam_nvg_variant", "RoamNVGVariantScientist" },
{"gingerbread", "Gingerbread" },
{"missionprovider_fishing", "MissionProviderOutpost" },
{"missionprovider_outpost", "MissionProviderFishing" },
{"missionprovider_stables", "MissionProviderStables" },
{"missionprovider_bandit", "MissionProviderBandit" },
{"boat_shopkeeper", "BoatShopkeeper" },
{"bandit_shopkeeper", "BanditShopkeeper" },
};