I've attached a section of BotSpawn which I think may be the issue and also the custom profiles. I want the Bots to respawn about every 30 minutes when killed but I don't want them to ever dissapear. Right now they disapear every single bot at 20HRS INGAME time. Come back at 8 INGAME time. Also what is the suiside command about? Never could find any info on that. I don't want my bots killings themselves...
BotSpawn.cs
public class Global
{
public int DayStartHour = 8, NightStartHour = 20;
public bool PeaceKeepers_Ignore_Melee = False, NPCs_Attack_BotSpawn = True, HTNs_Attack_BotSpawn, BotSpawn_Attacks_NPCs = True, APC_Safe = True, Turret_Safe = True, Animal_Safe = True, Supply_Enabled, Staggered_Despawn = false;
public int Remove_BackPacks_Percent = 100;
public bool Remove_KeyCard = True, Ignore_HumanNPC = True, Ignore_HTN = True, Ignore_Sleepers = True, Pve_Safe = True;
public int Max_Chute_Wind_Speed = 100, Max_Chute_Fall_Speed = 100;
}
public class Events
default-CustomProfiles.json
{
"DataProfiles": {
"pvpcity": {
"AutoSpawn": true,
"Murderer": false,
"Respawn_Timer": 420,
"BotNames": [
"Hans Gruber",
"Karl",
"Tony",
"Franco",
"Theo",
"Alexander",
"Marco",
"Kristoff",
"Eddie",
"Uli",
"Heinrich",
"Fritz",
"James"
],
"BotNamePrefix": "Terrorist",
"Keep_Default_Loadout": false,
"Kit": [
"Terrorist"
],
"Day_Time_Spawn_Amount": 14,
"Night_Time_Spawn_Amount": 1,
"Radius": 20,
"Roam_Range": 15,
"Chute": false,
"Stationary": false,
"UseCustomSpawns": true,
"ChangeCustomSpawnOnDeath": false,
"Announce_Spawn": false,
"Announcement_Text": "",
"BotHealth": 100,
"Bot_Accuracy_Percent": 40,
"Bot_Damage_Percent": 40,
"Aggro_Range": 30,
"DeAggro_Range": 40,
"Peace_Keeper": false,
"Peace_Keeper_Cool_Down": 5,
"Attacks_Other_Profiles": false,
"Suicide_Timer": 2000,
"Die_Instantly_From_Headshot": false,
"Instant_Death_From_Headshot_Allowed_Weapons": [],
"Weapon_Drop_Percent": 0,
"Min_Weapon_Drop_Condition_Percent": 50,
"Max_Weapon_Drop_Condition_Percent": 50,
"Wipe_Belt_Percent": 100,
"Wipe_Clothing_Percent": 100,
"Allow_Rust_Loot_Percent": 100,
"Spawn_Hackable_Death_Crate_Percent": 0,
"Death_Crate_CustomLoot_Profile": "",
"Death_Crate_LockDuration": 600,
"Disable_Radio": true,
"Running_Speed_Boost": 0.0,
"AlwaysUseLights": false,
"Corpse_Duration": 240,
"Location": {
"x": 1379.2124,
"y": 71.31011,
"z": 405.11438
},
"Parent_Monument": ""
},
"Cityboss": {
"AutoSpawn": true,
"Murderer": false,
"Respawn_Timer": 2400,
"BotNames": [
"John McClane"
],
"BotNamePrefix": "",
"Keep_Default_Loadout": false,
"Kit": [
"mcclane"
],
"Day_Time_Spawn_Amount": 1,
"Night_Time_Spawn_Amount": 1,
"Radius": 100,
"Roam_Range": 15,
"Chute": false,
"Stationary": false,
"UseCustomSpawns": true,
"ChangeCustomSpawnOnDeath": false,
"Announce_Spawn": true,
"Announcement_Text": "John McClane is hiding in a Skyscraper...",
"BotHealth": 1000,
"Bot_Accuracy_Percent": 50,
"Bot_Damage_Percent": 80,
"Aggro_Range": 20,
"DeAggro_Range": 40,
"Peace_Keeper": false,
"Peace_Keeper_Cool_Down": 5,
"Attacks_Other_Profiles": false,
"Suicide_Timer": 2000,
"Die_Instantly_From_Headshot": false,
"Instant_Death_From_Headshot_Allowed_Weapons": [],
"Weapon_Drop_Percent": 0,
"Min_Weapon_Drop_Condition_Percent": 50,
"Max_Weapon_Drop_Condition_Percent": 100,
"Wipe_Belt_Percent": 100,
"Wipe_Clothing_Percent": 100,
"Allow_Rust_Loot_Percent": 100,
"Spawn_Hackable_Death_Crate_Percent": 0,
"Death_Crate_CustomLoot_Profile": "",
"Death_Crate_LockDuration": 600,
"Disable_Radio": true,
"Running_Speed_Boost": 0.0,
"AlwaysUseLights": false,
"Corpse_Duration": 240,
"Location": {
"x": 1338.63538,
"y": 172.657227,
"z": 544.6489
},
"Parent_Monument": ""
},
"Smallzombietown": {
"AutoSpawn": true,
"Murderer": true,
"Respawn_Timer": 420,
"BotNames": [
""
],
"BotNamePrefix": "Undead",
"Keep_Default_Loadout": false,
"Kit": [
"scarecrow1",
"scarecrow2",
"scarecrow3",
"scarecrow4"
],
"Day_Time_Spawn_Amount": 10,
"Night_Time_Spawn_Amount": 1,
"Radius": 100,
"Roam_Range": 25,
"Chute": false,
"Stationary": false,
"UseCustomSpawns": true,
"ChangeCustomSpawnOnDeath": false,
"Announce_Spawn": false,
"Announcement_Text": "",
"BotHealth": 180,
"Bot_Accuracy_Percent": 50,
"Bot_Damage_Percent": 40,
"Aggro_Range": 40,
"DeAggro_Range": 50,
"Peace_Keeper": false,
"Peace_Keeper_Cool_Down": 5,
"Attacks_Other_Profiles": false,
"Suicide_Timer": 2000,
"Die_Instantly_From_Headshot": false,
"Instant_Death_From_Headshot_Allowed_Weapons": [],
"Weapon_Drop_Percent": 10,
"Min_Weapon_Drop_Condition_Percent": 50,
"Max_Weapon_Drop_Condition_Percent": 100,
"Wipe_Belt_Percent": 80,
"Wipe_Clothing_Percent": 95,
"Allow_Rust_Loot_Percent": 100,
"Spawn_Hackable_Death_Crate_Percent": 0,
"Death_Crate_CustomLoot_Profile": "",
"Death_Crate_LockDuration": 600,
"Disable_Radio": true,
"Running_Speed_Boost": 0.0,
"AlwaysUseLights": false,
"Corpse_Duration": 240,
"Location": {
"x": 1338.06116,
"y": 53.2473869,
"z": -477.2618
},
"Parent_Monument": ""
},
"MediumZombieTown": {
"AutoSpawn": true,
"Murderer": true,
"Respawn_Timer": 420,
"BotNames": [
""
],
"BotNamePrefix": "Undead",
"Keep_Default_Loadout": false,
"Kit": [
"scarecrow1",
"scarecrow2",
"scarecrow3",
"scarecrow4"
],
"Day_Time_Spawn_Amount": 12,
"Night_Time_Spawn_Amount": 1,
"Radius": 100,
"Roam_Range": 25,
"Chute": false,
"Stationary": false,
"UseCustomSpawns": true,
"ChangeCustomSpawnOnDeath": false,
"Announce_Spawn": false,
"Announcement_Text": "",
"BotHealth": 180,
"Bot_Accuracy_Percent": 50,
"Bot_Damage_Percent": 40,
"Aggro_Range": 40,
"DeAggro_Range": 50,
"Peace_Keeper": false,
"Peace_Keeper_Cool_Down": 5,
"Attacks_Other_Profiles": false,
"Suicide_Timer": 2000,
"Die_Instantly_From_Headshot": false,
"Instant_Death_From_Headshot_Allowed_Weapons": [],
"Weapon_Drop_Percent": 10,
"Min_Weapon_Drop_Condition_Percent": 50,
"Max_Weapon_Drop_Condition_Percent": 100,
"Wipe_Belt_Percent": 80,
"Wipe_Clothing_Percent": 95,
"Allow_Rust_Loot_Percent": 100,
"Spawn_Hackable_Death_Crate_Percent": 0,
"Death_Crate_CustomLoot_Profile": "",
"Death_Crate_LockDuration": 600,
"Disable_Radio": true,
"Running_Speed_Boost": 0.0,
"AlwaysUseLights": false,
"Corpse_Duration": 240,
"Location": {
"x": -338.864716,
"y": 85.63086,
"z": -1225.62781
},
"Parent_Monument": ""
},
"ZombieTownBig": {
"AutoSpawn": true,
"Murderer": true,
"Respawn_Timer": 420,
"BotNames": [
""
],
"BotNamePrefix": "Undead",
"Keep_Default_Loadout": false,
"Kit": [
"scarecrow1",
"scarecrow2",
"scarecrow3",
"scarecrow4"
],
"Day_Time_Spawn_Amount": 15,
"Night_Time_Spawn_Amount": 1,
"Radius": 100,
"Roam_Range": 25,
"Chute": false,
"Stationary": false,
"UseCustomSpawns": true,
"ChangeCustomSpawnOnDeath": false,
"Announce_Spawn": false,
"Announcement_Text": "",
"BotHealth": 180,
"Bot_Accuracy_Percent": 50,
"Bot_Damage_Percent": 40,
"Aggro_Range": 40,
"DeAggro_Range": 50,
"Peace_Keeper": false,
"Peace_Keeper_Cool_Down": 5,
"Attacks_Other_Profiles": false,
"Suicide_Timer": 2000,
"Die_Instantly_From_Headshot": false,
"Instant_Death_From_Headshot_Allowed_Weapons": [],
"Weapon_Drop_Percent": 10,
"Min_Weapon_Drop_Condition_Percent": 50,
"Max_Weapon_Drop_Condition_Percent": 100,
"Wipe_Belt_Percent": 80,
"Wipe_Clothing_Percent": 95,
"Allow_Rust_Loot_Percent": 100,
"Spawn_Hackable_Death_Crate_Percent": 0,
"Death_Crate_CustomLoot_Profile": "",
"Death_Crate_LockDuration": 600,
"Disable_Radio": true,
"Running_Speed_Boost": 0.0,
"AlwaysUseLights": false,
"Corpse_Duration": 240,
"Location": {
"x": 77.73205,
"y": 19.4156075,
"z": -914.9075
},
"Parent_Monument": ""
},
"Zombiebossmine": {
"AutoSpawn": true,
"Murderer": true,
"Respawn_Timer": 2400,
"BotNames": [
"Jason Voorhees"
],
"BotNamePrefix": "",
"Keep_Default_Loadout": false,
"Kit": [
"jason"
],
"Day_Time_Spawn_Amount": 1,
"Night_Time_Spawn_Amount": 1,
"Radius": 100,
"Roam_Range": 15,
"Chute": false,
"Stationary": false,
"UseCustomSpawns": true,
"ChangeCustomSpawnOnDeath": false,
"Announce_Spawn": true,
"Announcement_Text": "Jason Voorhees is sharpening his machete...",
"BotHealth": 2000,
"Bot_Accuracy_Percent": 80,
"Bot_Damage_Percent": 200,
"Aggro_Range": 20,
"DeAggro_Range": 40,
"Peace_Keeper": false,
"Peace_Keeper_Cool_Down": 5,
"Attacks_Other_Profiles": false,
"Suicide_Timer": 2000,
"Die_Instantly_From_Headshot": false,
"Instant_Death_From_Headshot_Allowed_Weapons": [],
"Weapon_Drop_Percent": 50,
"Min_Weapon_Drop_Condition_Percent": 50,
"Max_Weapon_Drop_Condition_Percent": 100,
"Wipe_Belt_Percent": 100,
"Wipe_Clothing_Percent": 100,
"Allow_Rust_Loot_Percent": 100,
"Spawn_Hackable_Death_Crate_Percent": 0,
"Death_Crate_CustomLoot_Profile": "",
"Death_Crate_LockDuration": 600,
"Disable_Radio": true,
"Running_Speed_Boost": 0.0,
"AlwaysUseLights": false,
"Corpse_Duration": 240,
"Location": {
"x": 88.39796,
"y": -3.537667,
"z": -1014.84149
},
"Parent_Monument": ""
},
"ZombiwTownBig2": {
"AutoSpawn": true,
"Murderer": true,
"Respawn_Timer": 420,
"BotNames": [
""
],
"BotNamePrefix": "Undead",
"Keep_Default_Loadout": false,
"Kit": [
"scarecrow1",
"scarecrow2",
"scarecrow3",
"scarecrow4"
],
"Day_Time_Spawn_Amount": 15,
"Night_Time_Spawn_Amount": 1,
"Radius": 100,
"Roam_Range": 25,
"Chute": false,
"Stationary": false,
"UseCustomSpawns": true,
"ChangeCustomSpawnOnDeath": false,
"Announce_Spawn": false,
"Announcement_Text": "",
"BotHealth": 180,
"Bot_Accuracy_Percent": 50,
"Bot_Damage_Percent": 40,
"Aggro_Range": 40,
"DeAggro_Range": 50,
"Peace_Keeper": false,
"Peace_Keeper_Cool_Down": 5,
"Attacks_Other_Profiles": false,
"Suicide_Timer": 2000,
"Die_Instantly_From_Headshot": false,
"Instant_Death_From_Headshot_Allowed_Weapons": [],
"Weapon_Drop_Percent": 10,
"Min_Weapon_Drop_Condition_Percent": 50,
"Max_Weapon_Drop_Condition_Percent": 100,
"Wipe_Belt_Percent": 80,
"Wipe_Clothing_Percent": 95,
"Allow_Rust_Loot_Percent": 100,
"Spawn_Hackable_Death_Crate_Percent": 0,
"Death_Crate_CustomLoot_Profile": "",
"Death_Crate_LockDuration": 600,
"Disable_Radio": true,
"Running_Speed_Boost": 0.0,
"AlwaysUseLights": false,
"Corpse_Duration": 240,
"Location": {
"x": -196.750076,
"y": 5.03574562,
"z": -526.35675
},
"Parent_Monument": ""
},
"Bradleytown": {
"AutoSpawn": true,
"Murderer": false,
"Respawn_Timer": 420,
"BotNames": [
"Hans",
"Klaus",
"Werner",
"Stefan",
"Walter",
"Uwe",
"Gunter",
"Felix",
"Edmund",
"Wolfgang",
"Heinrich",
"Fritz",
"Johan"
],
"BotNamePrefix": "Axis Soldat",
"Keep_Default_Loadout": false,
"Kit": [
"axissoldat"
],
"Day_Time_Spawn_Amount": 16,
"Night_Time_Spawn_Amount": 1,
"Radius": 20,
"Roam_Range": 15,
"Chute": false,
"Stationary": false,
"UseCustomSpawns": true,
"ChangeCustomSpawnOnDeath": false,
"Announce_Spawn": false,
"Announcement_Text": "",
"BotHealth": 100,
"Bot_Accuracy_Percent": 40,
"Bot_Damage_Percent": 30,
"Aggro_Range": 30,
"DeAggro_Range": 40,
"Peace_Keeper": false,
"Peace_Keeper_Cool_Down": 5,
"Attacks_Other_Profiles": false,
"Suicide_Timer": 2000,
"Die_Instantly_From_Headshot": false,
"Instant_Death_From_Headshot_Allowed_Weapons": [],
"Weapon_Drop_Percent": 1,
"Min_Weapon_Drop_Condition_Percent": 50,
"Max_Weapon_Drop_Condition_Percent": 50,
"Wipe_Belt_Percent": 100,
"Wipe_Clothing_Percent": 100,
"Allow_Rust_Loot_Percent": 100,
"Spawn_Hackable_Death_Crate_Percent": 0,
"Death_Crate_CustomLoot_Profile": "",
"Death_Crate_LockDuration": 600,
"Disable_Radio": false,
"Running_Speed_Boost": 0.0,
"AlwaysUseLights": false,
"Corpse_Duration": 240,
"Location": {
"x": -104.737419,
"y": 79.63239,
"z": -115.399078
},
"Parent_Monument": ""
},
"BradleyTownBoss": {
"AutoSpawn": true,
"Murderer": false,
"Respawn_Timer": 2400,
"BotNames": [
"Terminator"
],
"BotNamePrefix": "",
"Keep_Default_Loadout": false,
"Kit": [
"furher"
],
"Day_Time_Spawn_Amount": 1,
"Night_Time_Spawn_Amount": 1,
"Radius": 100,
"Roam_Range": 15,
"Chute": false,
"Stationary": false,
"UseCustomSpawns": true,
"ChangeCustomSpawnOnDeath": false,
"Announce_Spawn": true,
"Announcement_Text": "Terminator is in his bunker!",
"BotHealth": 1000,
"Bot_Accuracy_Percent": 50,
"Bot_Damage_Percent": 70,
"Aggro_Range": 20,
"DeAggro_Range": 40,
"Peace_Keeper": false,
"Peace_Keeper_Cool_Down": 5,
"Attacks_Other_Profiles": false,
"Suicide_Timer": 2000,
"Die_Instantly_From_Headshot": false,
"Instant_Death_From_Headshot_Allowed_Weapons": [],
"Weapon_Drop_Percent": 50,
"Min_Weapon_Drop_Condition_Percent": 50,
"Max_Weapon_Drop_Condition_Percent": 100,
"Wipe_Belt_Percent": 0,
"Wipe_Clothing_Percent": 100,
"Allow_Rust_Loot_Percent": 100,
"Spawn_Hackable_Death_Crate_Percent": 0,
"Death_Crate_CustomLoot_Profile": "",
"Death_Crate_LockDuration": 600,
"Disable_Radio": true,
"Running_Speed_Boost": 0.0,
"AlwaysUseLights": false,
"Corpse_Duration": 240,
"Location": {
"x": -72.7244,
"y": 73.4947,
"z": -248.055359
},
"Parent_Monument": ""
},
"desertoutpost": {
"AutoSpawn": true,
"Murderer": false,
"Respawn_Timer": 420,
"BotNames": [
""
],
"BotNamePrefix": "Desert Soldier",
"Keep_Default_Loadout": false,
"Kit": [
"desertsoldier"
],
"Day_Time_Spawn_Amount": 17,
"Night_Time_Spawn_Amount": 1,
"Radius": 20,
"Roam_Range": 15,
"Chute": false,
"Stationary": false,
"UseCustomSpawns": true,
"ChangeCustomSpawnOnDeath": false,
"Announce_Spawn": false,
"Announcement_Text": "",
"BotHealth": 160,
"Bot_Accuracy_Percent": 40,
"Bot_Damage_Percent": 30,
"Aggro_Range": 30,
"DeAggro_Range": 40,
"Peace_Keeper": false,
"Peace_Keeper_Cool_Down": 5,
"Attacks_Other_Profiles": false,
"Suicide_Timer": 2000,
"Die_Instantly_From_Headshot": false,
"Instant_Death_From_Headshot_Allowed_Weapons": [],
"Weapon_Drop_Percent": 1,
"Min_Weapon_Drop_Condition_Percent": 50,
"Max_Weapon_Drop_Condition_Percent": 50,
"Wipe_Belt_Percent": 98,
"Wipe_Clothing_Percent": 100,
"Allow_Rust_Loot_Percent": 50,
"Spawn_Hackable_Death_Crate_Percent": 0,
"Death_Crate_CustomLoot_Profile": "",
"Death_Crate_LockDuration": 600,
"Disable_Radio": false,
"Running_Speed_Boost": 0.0,
"AlwaysUseLights": false,
"Corpse_Duration": 240,
"Location": {
"x": -1326.85291,
"y": 71.5264053,
"z": 574.667664
},
"Parent_Monument": ""
},
"desertoutpostboss": {
"AutoSpawn": true,
"Murderer": false,
"Respawn_Timer": 2400,
"BotNames": [
"John Rambo"
],
"BotNamePrefix": "",
"Keep_Default_Loadout": false,
"Kit": [
"rambo"
],
"Day_Time_Spawn_Amount": 1,
"Night_Time_Spawn_Amount": 1,
"Radius": 100,
"Roam_Range": 25,
"Chute": false,
"Stationary": false,
"UseCustomSpawns": true,
"ChangeCustomSpawnOnDeath": false,
"Announce_Spawn": true,
"Announcement_Text": "Caution! John Rambo is in the wild...",
"BotHealth": 1500,
"Bot_Accuracy_Percent": 50,
"Bot_Damage_Percent": 70,
"Aggro_Range": 40,
"DeAggro_Range": 60,
"Peace_Keeper": false,
"Peace_Keeper_Cool_Down": 5,
"Attacks_Other_Profiles": false,
"Suicide_Timer": 2000,
"Die_Instantly_From_Headshot": false,
"Instant_Death_From_Headshot_Allowed_Weapons": [],
"Weapon_Drop_Percent": 0,
"Min_Weapon_Drop_Condition_Percent": 50,
"Max_Weapon_Drop_Condition_Percent": 100,
"Wipe_Belt_Percent": 100,
"Wipe_Clothing_Percent": 100,
"Allow_Rust_Loot_Percent": 100,
"Spawn_Hackable_Death_Crate_Percent": 0,
"Death_Crate_CustomLoot_Profile": "",
"Death_Crate_LockDuration": 600,
"Disable_Radio": true,
"Running_Speed_Boost": 0.0,
"AlwaysUseLights": false,
"Corpse_Duration": 240,
"Location": {
"x": -1306.804,
"y": 61.045372,
"z": 610.664856
},
"Parent_Monument": ""
},
"Bradleytownsnipers": {
"AutoSpawn": true,
"Murderer": false,
"Respawn_Timer": 420,
"BotNames": [
""
],
"BotNamePrefix": "Axis Scharfschütze",
"Keep_Default_Loadout": false,
"Kit": [
"axissniper"
],
"Day_Time_Spawn_Amount": 5,
"Night_Time_Spawn_Amount": 1,
"Radius": 0,
"Roam_Range": 0,
"Chute": false,
"Stationary": true,
"UseCustomSpawns": true,
"ChangeCustomSpawnOnDeath": false,
"Announce_Spawn": false,
"Announcement_Text": "",
"BotHealth": 100,
"Bot_Accuracy_Percent": 40,
"Bot_Damage_Percent": 30,
"Aggro_Range": 110,
"DeAggro_Range": 40,
"Peace_Keeper": false,
"Peace_Keeper_Cool_Down": 5,
"Attacks_Other_Profiles": false,
"Suicide_Timer": 2000,
"Die_Instantly_From_Headshot": false,
"Instant_Death_From_Headshot_Allowed_Weapons": [],
"Weapon_Drop_Percent": 0,
"Min_Weapon_Drop_Condition_Percent": 50,
"Max_Weapon_Drop_Condition_Percent": 50,
"Wipe_Belt_Percent": 100,
"Wipe_Clothing_Percent": 100,
"Allow_Rust_Loot_Percent": 100,
"Spawn_Hackable_Death_Crate_Percent": 0,
"Death_Crate_CustomLoot_Profile": "",
"Death_Crate_LockDuration": 600,
"Disable_Radio": true,
"Running_Speed_Boost": 0.0,
"AlwaysUseLights": false,
"Corpse_Duration": 240,
"Location": {
"x": -113.750572,
"y": 79.41021,
"z": -120.750389
},
"Parent_Monument": ""
},
"Boveda": {
"AutoSpawn": true,
"Murderer": false,
"Respawn_Timer": 420,
"BotNames": [
""
],
"BotNamePrefix": "Scientist",
"Keep_Default_Loadout": false,
"Kit": [],
"Day_Time_Spawn_Amount": 13,
"Night_Time_Spawn_Amount": 1,
"Radius": 100,
"Roam_Range": 15,
"Chute": false,
"Stationary": false,
"UseCustomSpawns": true,
"ChangeCustomSpawnOnDeath": false,
"Announce_Spawn": false,
"Announcement_Text": "",
"BotHealth": 100,
"Bot_Accuracy_Percent": 50,
"Bot_Damage_Percent": 40,
"Aggro_Range": 20,
"DeAggro_Range": 40,
"Peace_Keeper": false,
"Peace_Keeper_Cool_Down": 5,
"Attacks_Other_Profiles": false,
"Suicide_Timer": 2000,
"Die_Instantly_From_Headshot": false,
"Instant_Death_From_Headshot_Allowed_Weapons": [],
"Weapon_Drop_Percent": 10,
"Min_Weapon_Drop_Condition_Percent": 50,
"Max_Weapon_Drop_Condition_Percent": 100,
"Wipe_Belt_Percent": 100,
"Wipe_Clothing_Percent": 100,
"Allow_Rust_Loot_Percent": 100,
"Spawn_Hackable_Death_Crate_Percent": 0,
"Death_Crate_CustomLoot_Profile": "",
"Death_Crate_LockDuration": 600,
"Disable_Radio": false,
"Running_Speed_Boost": 0.0,
"AlwaysUseLights": false,
"Corpse_Duration": 240,
"Location": {
"x": -909.5613,
"y": 29.42616,
"z": 1096.85693
},
"Parent_Monument": ""
},
"IceCaveBoss1": {
"AutoSpawn": true,
"Murderer": false,
"Respawn_Timer": 2400,
"BotNames": [
"Major Havinsky"
],
"BotNamePrefix": "",
"Keep_Default_Loadout": false,
"Kit": [
"iceboss1"
],
"Day_Time_Spawn_Amount": 1,
"Night_Time_Spawn_Amount": 1,
"Radius": 100,
"Roam_Range": 15,
"Chute": false,
"Stationary": false,
"UseCustomSpawns": true,
"ChangeCustomSpawnOnDeath": false,
"Announce_Spawn": true,
"Announcement_Text": "Major Havinsky is at his post...",
"BotHealth": 500,
"Bot_Accuracy_Percent": 50,
"Bot_Damage_Percent": 70,
"Aggro_Range": 20,
"DeAggro_Range": 40,
"Peace_Keeper": false,
"Peace_Keeper_Cool_Down": 5,
"Attacks_Other_Profiles": false,
"Suicide_Timer": 2000,
"Die_Instantly_From_Headshot": false,
"Instant_Death_From_Headshot_Allowed_Weapons": [],
"Weapon_Drop_Percent": 10,
"Min_Weapon_Drop_Condition_Percent": 50,
"Max_Weapon_Drop_Condition_Percent": 100,
"Wipe_Belt_Percent": 100,
"Wipe_Clothing_Percent": 100,
"Allow_Rust_Loot_Percent": 100,
"Spawn_Hackable_Death_Crate_Percent": 0,
"Death_Crate_CustomLoot_Profile": "",
"Death_Crate_LockDuration": 600,
"Disable_Radio": true,
"Running_Speed_Boost": 0.0,
"AlwaysUseLights": false,
"Corpse_Duration": 240,
"Location": {
"x": 716.1298,
"y": -89.6220856,
"z": 383.405853
},
"Parent_Monument": ""
},
"IceCaveBoss2": {
"AutoSpawn": true,
"Murderer": false,
"Respawn_Timer": 2400,
"BotNames": [
"Lieutenant Koffler"
],
"BotNamePrefix": "",
"Keep_Default_Loadout": false,
"Kit": [
"iceboss2"
],
"Day_Time_Spawn_Amount": 1,
"Night_Time_Spawn_Amount": 1,
"Radius": 100,
"Roam_Range": 15,
"Chute": false,
"Stationary": false,
"UseCustomSpawns": true,
"ChangeCustomSpawnOnDeath": false,
"Announce_Spawn": true,
"Announcement_Text": "Lieutenant Koffler is at his post...",
"BotHealth": 1000,
"Bot_Accuracy_Percent": 50,
"Bot_Damage_Percent": 70,
"Aggro_Range": 20,
"DeAggro_Range": 40,
"Peace_Keeper": false,
"Peace_Keeper_Cool_Down": 5,
"Attacks_Other_Profiles": false,
"Suicide_Timer": 2000,
"Die_Instantly_From_Headshot": false,
"Instant_Death_From_Headshot_Allowed_Weapons": [],
"Weapon_Drop_Percent": 50,
"Min_Weapon_Drop_Condition_Percent": 50,
"Max_Weapon_Drop_Condition_Percent": 100,
"Wipe_Belt_Percent": 100,
"Wipe_Clothing_Percent": 100,
"Allow_Rust_Loot_Percent": 100,
"Spawn_Hackable_Death_Crate_Percent": 0,
"Death_Crate_CustomLoot_Profile": "",
"Death_Crate_LockDuration": 600,
"Disable_Radio": true,
"Running_Speed_Boost": 0.0,
"AlwaysUseLights": false,
"Corpse_Duration": 240,
"Location": {
"x": 931.3939,
"y": -84.29851,
"z": 357.0543
},
"Parent_Monument": ""
},
"IceCaveBoss3": {
"AutoSpawn": true,
"Murderer": false,
"Respawn_Timer": 2400,
"BotNames": [
"Colonel Jeanette Sustad"
],
"BotNamePrefix": "",
"Keep_Default_Loadout": false,
"Kit": [
"iceboss3"
],
"Day_Time_Spawn_Amount": 1,
"Night_Time_Spawn_Amount": 1,
"Radius": 100,
"Roam_Range": 15,
"Chute": false,
"Stationary": false,
"UseCustomSpawns": true,
"ChangeCustomSpawnOnDeath": false,
"Announce_Spawn": true,
"Announcement_Text": "Colonel Jeanette Sustad is in the Ice Excavation site...",
"BotHealth": 1000,
"Bot_Accuracy_Percent": 50,
"Bot_Damage_Percent": 70,
"Aggro_Range": 20,
"DeAggro_Range": 40,
"Peace_Keeper": false,
"Peace_Keeper_Cool_Down": 5,
"Attacks_Other_Profiles": false,
"Suicide_Timer": 2000,
"Die_Instantly_From_Headshot": false,
"Instant_Death_From_Headshot_Allowed_Weapons": [],
"Weapon_Drop_Percent": 5,
"Min_Weapon_Drop_Condition_Percent": 50,
"Max_Weapon_Drop_Condition_Percent": 100,
"Wipe_Belt_Percent": 100,
"Wipe_Clothing_Percent": 100,
"Allow_Rust_Loot_Percent": 100,
"Spawn_Hackable_Death_Crate_Percent": 0,
"Death_Crate_CustomLoot_Profile": "",
"Death_Crate_LockDuration": 600,
"Disable_Radio": true,
"Running_Speed_Boost": 0.0,
"AlwaysUseLights": false,
"Corpse_Duration": 240,
"Location": {
"x": 587.3001,
"y": -30.4425869,
"z": 816.517
},
"Parent_Monument": ""
},
"icecaveoutside": {
"AutoSpawn": true,
"Murderer": false,
"Respawn_Timer": 420,
"BotNames": [
""
],
"BotNamePrefix": "Scientist",
"Keep_Default_Loadout": false,
"Kit": [],
"Day_Time_Spawn_Amount": 7,
"Night_Time_Spawn_Amount": 1,
"Radius": 100,
"Roam_Range": 15,
"Chute": false,
"Stationary": false,
"UseCustomSpawns": true,
"ChangeCustomSpawnOnDeath": false,
"Announce_Spawn": false,
"Announcement_Text": "",
"BotHealth": 100,
"Bot_Accuracy_Percent": 50,
"Bot_Damage_Percent": 40,
"Aggro_Range": 20,
"DeAggro_Range": 40,
"Peace_Keeper": false,
"Peace_Keeper_Cool_Down": 5,
"Attacks_Other_Profiles": false,
"Suicide_Timer": 2000,
"Die_Instantly_From_Headshot": false,
"Instant_Death_From_Headshot_Allowed_Weapons": [],
"Weapon_Drop_Percent": 1,
"Min_Weapon_Drop_Condition_Percent": 50,
"Max_Weapon_Drop_Condition_Percent": 100,
"Wipe_Belt_Percent": 100,
"Wipe_Clothing_Percent": 100,
"Allow_Rust_Loot_Percent": 100,
"Spawn_Hackable_Death_Crate_Percent": 0,
"Death_Crate_CustomLoot_Profile": "",
"Death_Crate_LockDuration": 600,
"Disable_Radio": false,
"Running_Speed_Boost": 0.0,
"AlwaysUseLights": false,
"Corpse_Duration": 240,
"Location": {
"x": 794.461731,
"y": 56.9438324,
"z": 1049.58582
},
"Parent_Monument": ""
},
"iscecaveinside": {
"AutoSpawn": true,
"Murderer": false,
"Respawn_Timer": 420,
"BotNames": [
""
],
"BotNamePrefix": "Scientist",
"Keep_Default_Loadout": false,
"Kit": [],
"Day_Time_Spawn_Amount": 50,
"Night_Time_Spawn_Amount": 1,
"Radius": 100,
"Roam_Range": 15,
"Chute": false,
"Stationary": false,
"UseCustomSpawns": true,
"ChangeCustomSpawnOnDeath": false,
"Announce_Spawn": false,
"Announcement_Text": "",
"BotHealth": 100,
"Bot_Accuracy_Percent": 50,
"Bot_Damage_Percent": 40,
"Aggro_Range": 20,
"DeAggro_Range": 40,
"Peace_Keeper": false,
"Peace_Keeper_Cool_Down": 5,
"Attacks_Other_Profiles": false,
"Suicide_Timer": 2000,
"Die_Instantly_From_Headshot": false,
"Instant_Death_From_Headshot_Allowed_Weapons": [],
"Weapon_Drop_Percent": 0,
"Min_Weapon_Drop_Condition_Percent": 50,
"Max_Weapon_Drop_Condition_Percent": 100,
"Wipe_Belt_Percent": 100,
"Wipe_Clothing_Percent": 100,
"Allow_Rust_Loot_Percent": 100,
"Spawn_Hackable_Death_Crate_Percent": 0,
"Death_Crate_CustomLoot_Profile": "",
"Death_Crate_LockDuration": 600,
"Disable_Radio": false,
"Running_Speed_Boost": 0.0,
"AlwaysUseLights": false,
"Corpse_Duration": 240,
"Location": {
"x": 786.7886,
"y": 0.232937932,
"z": 958.999756
},
"Parent_Monument": ""
},
"icecaveghor": {
"AutoSpawn": true,
"Murderer": false,
"Respawn_Timer": 2400,
"BotNames": [
"General Ghor"
],
"BotNamePrefix": "",
"Keep_Default_Loadout": false,
"Kit": [
"ghor"
],
"Day_Time_Spawn_Amount": 1,
"Night_Time_Spawn_Amount": 1,
"Radius": 100,
"Roam_Range": 15,
"Chute": false,
"Stationary": false,
"UseCustomSpawns": true,
"ChangeCustomSpawnOnDeath": false,
"Announce_Spawn": true,
"Announcement_Text": "General Ghor is commanding the Ice Excavation Site!",
"BotHealth": 2000,
"Bot_Accuracy_Percent": 50,
"Bot_Damage_Percent": 70,
"Aggro_Range": 20,
"DeAggro_Range": 40,
"Peace_Keeper": false,
"Peace_Keeper_Cool_Down": 5,
"Attacks_Other_Profiles": false,
"Suicide_Timer": 2000,
"Die_Instantly_From_Headshot": false,
"Instant_Death_From_Headshot_Allowed_Weapons": [],
"Weapon_Drop_Percent": 50,
"Min_Weapon_Drop_Condition_Percent": 50,
"Max_Weapon_Drop_Condition_Percent": 100,
"Wipe_Belt_Percent": 50,
"Wipe_Clothing_Percent": 100,
"Allow_Rust_Loot_Percent": 100,
"Spawn_Hackable_Death_Crate_Percent": 0,
"Death_Crate_CustomLoot_Profile": "",
"Death_Crate_LockDuration": 600,
"Disable_Radio": true,
"Running_Speed_Boost": 0.0,
"AlwaysUseLights": false,
"Corpse_Duration": 240,
"Location": {
"x": 818.584656,
"y": -102.099792,
"z": 172.901184
},
"Parent_Monument": ""
},
"tunnels": {
"AutoSpawn": true,
"Murderer": false,
"Respawn_Timer": 420,
"BotNames": [
""
],
"BotNamePrefix": "Scientist",
"Keep_Default_Loadout": false,
"Kit": [],
"Day_Time_Spawn_Amount": 5,
"Night_Time_Spawn_Amount": 1,
"Radius": 100,
"Roam_Range": 15,
"Chute": false,
"Stationary": false,
"UseCustomSpawns": true,
"ChangeCustomSpawnOnDeath": false,
"Announce_Spawn": false,
"Announcement_Text": "",
"BotHealth": 100,
"Bot_Accuracy_Percent": 50,
"Bot_Damage_Percent": 40,
"Aggro_Range": 20,
"DeAggro_Range": 40,
"Peace_Keeper": false,
"Peace_Keeper_Cool_Down": 5,
"Attacks_Other_Profiles": false,
"Suicide_Timer": 2000,
"Die_Instantly_From_Headshot": false,
"Instant_Death_From_Headshot_Allowed_Weapons": [],
"Weapon_Drop_Percent": 25,
"Min_Weapon_Drop_Condition_Percent": 50,
"Max_Weapon_Drop_Condition_Percent": 100,
"Wipe_Belt_Percent": 100,
"Wipe_Clothing_Percent": 100,
"Allow_Rust_Loot_Percent": 100,
"Spawn_Hackable_Death_Crate_Percent": 0,
"Death_Crate_CustomLoot_Profile": "",
"Death_Crate_LockDuration": 600,
"Disable_Radio": false,
"Running_Speed_Boost": 0.0,
"AlwaysUseLights": false,
"Corpse_Duration": 240,
"Location": {
"x": 639.8246,
"y": 87.77919,
"z": -84.40677
},
"Parent_Monument": ""
},
"deicideboss": {
"AutoSpawn": true,
"Murderer": false,
"Respawn_Timer": 2400,
"BotNames": [
"John Wick"
],
"BotNamePrefix": "",
"Keep_Default_Loadout": false,
"Kit": [
"botdeicide"
],
"Day_Time_Spawn_Amount": 1,
"Night_Time_Spawn_Amount": 1,
"Radius": 20,
"Roam_Range": 40,
"Chute": false,
"Stationary": false,
"UseCustomSpawns": true,
"ChangeCustomSpawnOnDeath": false,
"Announce_Spawn": true,
"Announcement_Text": "John Wick is in the armory",
"BotHealth": 1000,
"Bot_Accuracy_Percent": 60,
"Bot_Damage_Percent": 70,
"Aggro_Range": 50,
"DeAggro_Range": 60,
"Peace_Keeper": false,
"Peace_Keeper_Cool_Down": 5,
"Attacks_Other_Profiles": false,
"Suicide_Timer": 2000,
"Die_Instantly_From_Headshot": false,
"Instant_Death_From_Headshot_Allowed_Weapons": [],
"Weapon_Drop_Percent": 0,
"Min_Weapon_Drop_Condition_Percent": 50,
"Max_Weapon_Drop_Condition_Percent": 100,
"Wipe_Belt_Percent": 50,
"Wipe_Clothing_Percent": 100,
"Allow_Rust_Loot_Percent": 0,
"Spawn_Hackable_Death_Crate_Percent": 0,
"Death_Crate_CustomLoot_Profile": "",
"Death_Crate_LockDuration": 600,
"Disable_Radio": true,
"Running_Speed_Boost": 0.0,
"AlwaysUseLights": false,
"Corpse_Duration": 240,
"Location": {
"x": -937.7811,
"y": -25.8983612,
"z": 1002.99603
},
"Parent_Monument": ""
},
"spawn": {
"AutoSpawn": false,
"Murderer": false,
"Respawn_Timer": 60,
"BotNames": [
""
],
"BotNamePrefix": "",
"Keep_Default_Loadout": false,
"Kit": [],
"Day_Time_Spawn_Amount": 5,
"Night_Time_Spawn_Amount": 1,
"Radius": 100,
"Roam_Range": 40,
"Chute": false,
"Stationary": false,
"UseCustomSpawns": false,
"ChangeCustomSpawnOnDeath": false,
"Announce_Spawn": false,
"Announcement_Text": "",
"BotHealth": 100,
"Bot_Accuracy_Percent": 40,
"Bot_Damage_Percent": 40,
"Aggro_Range": 30,
"DeAggro_Range": 40,
"Peace_Keeper": true,
"Peace_Keeper_Cool_Down": 5,
"Attacks_Other_Profiles": false,
"Suicide_Timer": 300,
"Die_Instantly_From_Headshot": false,
"Instant_Death_From_Headshot_Allowed_Weapons": [],
"Weapon_Drop_Percent": 0,
"Min_Weapon_Drop_Condition_Percent": 50,
"Max_Weapon_Drop_Condition_Percent": 100,
"Wipe_Belt_Percent": 100,
"Wipe_Clothing_Percent": 100,
"Allow_Rust_Loot_Percent": 100,
"Spawn_Hackable_Death_Crate_Percent": 0,
"Death_Crate_CustomLoot_Profile": "",
"Death_Crate_LockDuration": 600,
"Disable_Radio": true,
"Running_Speed_Boost": 0.0,
"AlwaysUseLights": false,
"Corpse_Duration": 60,
"Location": {
"x": -1505.71277,
"y": 17.86201,
"z": -360.24118
},
"Parent_Monument": ""
},
"airfield": {
"AutoSpawn": true,
"Murderer": false,
"Respawn_Timer": 420,
"BotNames": [
""
],
"BotNamePrefix": "Airfield Soldiers",
"Keep_Default_Loadout": false,
"Kit": [
"axissoldat"
],
"Day_Time_Spawn_Amount": 5,
"Night_Time_Spawn_Amount": 5,
"Radius": 100,
"Roam_Range": 40,
"Chute": false,
"Stationary": false,
"UseCustomSpawns": true,
"ChangeCustomSpawnOnDeath": false,
"Announce_Spawn": false,
"Announcement_Text": "",
"BotHealth": 160,
"Bot_Accuracy_Percent": 40,
"Bot_Damage_Percent": 40,
"Aggro_Range": 30,
"DeAggro_Range": 40,
"Peace_Keeper": false,
"Peace_Keeper_Cool_Down": 5,
"Attacks_Other_Profiles": false,
"Suicide_Timer": 2000,
"Die_Instantly_From_Headshot": false,
"Instant_Death_From_Headshot_Allowed_Weapons": [],
"Weapon_Drop_Percent": 0,
"Min_Weapon_Drop_Condition_Percent": 50,
"Max_Weapon_Drop_Condition_Percent": 100,
"Wipe_Belt_Percent": 100,
"Wipe_Clothing_Percent": 100,
"Allow_Rust_Loot_Percent": 100,
"Spawn_Hackable_Death_Crate_Percent": 0,
"Death_Crate_CustomLoot_Profile": "",
"Death_Crate_LockDuration": 600,
"Disable_Radio": true,
"Running_Speed_Boost": 0.0,
"AlwaysUseLights": false,
"Corpse_Duration": 60,
"Location": {
"x": -1505.79712,
"y": 16.8670731,
"z": -359.63446
},
"Parent_Monument": ""
},
"Agent Smith": {
"AutoSpawn": true,
"Murderer": false,
"Respawn_Timer": 2400,
"BotNames": [
"Agent Smith"
],
"BotNamePrefix": "",
"Keep_Default_Loadout": false,
"Kit": [
"agentsmith"
],
"Day_Time_Spawn_Amount": 2,
"Night_Time_Spawn_Amount": 1,
"Radius": 100,
"Roam_Range": 40,
"Chute": false,
"Stationary": false,
"UseCustomSpawns": true,
"ChangeCustomSpawnOnDeath": false,
"Announce_Spawn": false,
"Announcement_Text": "Agent Smith is at AC130",
"BotHealth": 1000,
"Bot_Accuracy_Percent": 50,
"Bot_Damage_Percent": 50,
"Aggro_Range": 30,
"DeAggro_Range": 40,
"Peace_Keeper": false,
"Peace_Keeper_Cool_Down": 5,
"Attacks_Other_Profiles": false,
"Suicide_Timer": 2000,
"Die_Instantly_From_Headshot": false,
"Instant_Death_From_Headshot_Allowed_Weapons": [],
"Weapon_Drop_Percent": 50,
"Min_Weapon_Drop_Condition_Percent": 50,
"Max_Weapon_Drop_Condition_Percent": 100,
"Wipe_Belt_Percent": 0,
"Wipe_Clothing_Percent": 100,
"Allow_Rust_Loot_Percent": 100,
"Spawn_Hackable_Death_Crate_Percent": 0,
"Death_Crate_CustomLoot_Profile": "",
"Death_Crate_LockDuration": 600,
"Disable_Radio": true,
"Running_Speed_Boost": 0.0,
"AlwaysUseLights": false,
"Corpse_Duration": 60,
"Location": {
"x": -1506.57715,
"y": 16.8650074,
"z": -359.080658
},
"Parent_Monument": ""
}
},
"MigrationDataDoNotEdit": {
"pvpcity": {
"ParentMonument": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"Cityboss": {
"ParentMonument": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"Smallzombietown": {
"ParentMonument": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"MediumZombieTown": {
"ParentMonument": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"ZombieTownBig": {
"ParentMonument": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"Zombiebossmine": {
"ParentMonument": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"ZombiwTownBig2": {
"ParentMonument": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"Bradleytown": {
"ParentMonument": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"BradleyTownBoss": {
"ParentMonument": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"desertoutpost": {
"ParentMonument": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"desertoutpostboss": {
"ParentMonument": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"Bradleytownsnipers": {
"ParentMonument": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"Boveda": {
"ParentMonument": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"IceCaveBoss1": {
"ParentMonument": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"IceCaveBoss2": {
"ParentMonument": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"IceCaveBoss3": {
"ParentMonument": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"icecaveoutside": {
"ParentMonument": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"iscecaveinside": {
"ParentMonument": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"icecaveghor": {
"ParentMonument": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"tunnels": {
"ParentMonument": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"deicide": {
"ParentMonument": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"deicideboss": {
"ParentMonument": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"spawn": {
"ParentMonument": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"airfield": {
"ParentMonument": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"Agent Smith": {
"ParentMonument": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
}
}
}