This mod has been deprecated. Please upgrade to:

DayZ Life V2 Client (RP Framework)

DayZ Life V2 Server (RP Framework)

medic config:

{
    "version": "3", // Never touch this value. It is needed internally
    "hospitalSpawnPoints": [ // Spawn point when player choose heal in hospital
        {
            "id": "254897230",
            "orientation": [
                46.99998474121094,
                0.0,
                0.0
            ],
            "point": [
                10283.5185546875,
                12.801782608032227,
                2293.035400390625
            ]
        }
    ],
    "priceHospitalHeal": 1000, // Price when player choose heal in hospital
    "priceMedicHeal": 200 // Price when player was heal by medic. Medic has to use the defibrillator to heal the player
    "deleteDeadBodyTimeWhenHealedByMedic": 5.0 // deprecated will removed
    "minTimeBeforeHospital": 600, // A player can not use the hospital option in "call medic" menu before countdown is done when configured minimum medic count is online
    "minTimeBeforeHospitalWhenMinMedicNotOnline": 300, // A player can not use the hospital option in "call medic" menu before countdown is done when no medic is online
    "minTimeBeforeKillButton": 20, // A player can not use the "go to light" option in "call medic" menu before countdown is done
    "minMedicCountForHospitalTimer": 1 // Min. count of medics that must be online for counter "minTimeBeforeHospitalWhenMinMedicNotOnline"
}