DayZ
Care Packages
Sir DannyDoomno1  [developer] 18 Apr, 2021 @ 3:19pm
Config - Explanation
{
"Locations": [
{
"Name": "Krasnostav Airstrip", // Name of the town the CarePackage is located
"Location": [
11930, // X Coordinate
12490 // Y Coordinate
],
"Accuracy": 50 // Accuracy of the CarePackage in meters
},
{
"Name": "Northwest Airfield",
"Location": [
4500,
10350
],
"Accuracy": 50
}
],
"Packages": [
{
"Package_name": "Military", // This isnt used yet, but can be set to whatever you like
"object_type": "CarePackage_typhon", // Object name for the CarePackage that holds the loot, options available are listed in Types.txt
"parachute_type": "ArmyParachute_typhon", // Object name for the Paracute, options available are listed in Types.txt
"Items": [
{ // Name of the item to be spawned as loot
"Item": "FAL", // Minimum and maximum quantity the item spawned will be set at
"MinQty": 1, // For example you might set VitaminBottle to spawn a minimum of 12 tablets and a max of 32
"MaxQty": 1, // For items that dont use quantity just set the min and max as 1
"Attachments": [
"Mag_FAL_20Rnd", // Attachments to spawn on this loot object
"Fal_FoldingBttstck",
"ACOGOptic"
]
},
{
"Item": "AKM",
"MinQty": 1,
"MaxQty": 1,
"Attachments": [
"Mag_AKM_Drum75rnd",
"AK_WoodHndgrd",
"AK_woodBttStck",
"KobraOptic"
]
},
{
"Item": "SVD",
"MinQty": 1,
"MaxQty": 1,
"Attachments": [
"Mag_SVD_10rnd",
"PSO1Optic"
]
}
]
},
{
"Package_name": "Medical",
"object_type": "CarePackage_red",
"parachute_type": "ArmyParachute_black_digital",
"Items": [
{
"Item": "Nail",
"MinQty": 17,
"MaxQty": 69,
"Attachments": []
},
{
"Item": "TetracyclineAntibiotics",
"MinQty": 4,
"MaxQty": 10,
"Attachments": []
},
{
"Item": "VitaminBottle",
"MinQty": 10,
"MaxQty": 25,
"Attachments": []
}
]
}
],
"InfectedTypes": [ // If you have custom zombies they can be added to this list to be spawned at the CarePackage
"ZmbM_CitizenASkinny_Blue",
"ZmbM_CitizenASkinny_Brown",
"ZmbM_CitizenASkinny_Grey",
"ZmbM_MotobikerFat_Beige",
"ZmbM_MotobikerFat_Black",
"ZmbM_MotobikerFat_Blue",
"ZmbM_JoggerSkinny_Red",
"ZmbM_SkaterYoung_Blue",
"ZmbM_SkaterYoung_Brown",
"ZmbM_SkaterYoung_Green",
"ZmbM_SkaterYoung_Grey",
"ZmbM_ClerkFat_Brown",
"ZmbM_ClerkFat_Khaki",
"ZmbF_JournalistNormal_White",
"ZmbF_Clerk_Normal_White",
"ZmbF_CitizenANormal_Blue",
"ZmbF_CitizenBSkinny",
"ZmbF_HikerSkinny_Grey",
"ZmbF_SurvivorNormal_Orange",
"ZmbF_HikerSkinny_Green",
"ZmbF_JoggerSkinny_Green",
"ZmbF_SkaterYoung_Striped",
"ZmbF_BlueCollarFat_Red",
"ZmbF_MechanicNormal_Beige",
"ZmbF_PatientOld",
"ZmbF_ShortSkirt_beige",
"ZmbF_VillagerOld_Red",
"ZmbF_JoggerSkinny_Red",
"ZmbF_MilkMaidOld_Beige",
"ZmbF_VillagerOld_Green",
"ZmbF_ShortSkirt_yellow",
"ZmbF_NurseFat",
"ZmbF_PoliceWomanNormal",
"ZmbF_HikerSkinny_Blue",
"ZmbF_ParamedicNormal_Green",
"ZmbF_JournalistNormal_Red",
"ZmbF_SurvivorNormal_White",
"ZmbF_JoggerSkinny_Brown",
"ZmbF_MechanicNormal_Grey",
"ZmbF_BlueCollarFat_Green",
"ZmbF_DoctorSkinny"
],
"LootSpawnType": 0, // 0 = Spawn items randomly // 1 = Spawn all items in the list
"MinutesBetweenPackages": 31, // A new CarePackage will be called at this interval starting from when it is called not when its dropped
"DropHeight": 200, // Height at which the CarePackage will start from the ground
"DropTime": 15, // Ammount of time in minutes before the CarePackage is dropped from the sky at the location
"MinutesAway": 2, // This is how many minutes before the CarePackage is dropped that the players will be warned
"ItemsToSpawn": 15, // Amount of items to spawn in each CarePackage (ignored if LootSpawnType = 1)
"ZombiesToSpawn": 15, // Amount of zombies to spawn at the CarePackage
"Title": "Care Package", // Title of the in game announcements
"DroppedMessage": "The care package has been deployed", // Message that plays when the CarePackage is dropped
"StartMessage": "A care package is on its way to ", // Message played when the location is chosen for the CarePackage
"MinutesAwayPrefix": "The care package is ", // Message that is played x minutes before the package is dropped
"MinutesAwaySuffix": " minutes away from " // This example will say: "The care package is 2 minutes away from Berezino."
}
< >
Showing 1-1 of 1 comments
Do you have a Discord Server for more things to explain? If yes, please post it. :) Thanks
< >
Showing 1-1 of 1 comments
Per page: 1530 50