This mod has been deprecated. Please upgrade to:

DayZ Life V2 Client (RP Framework)

DayZ Life V2 Server (RP Framework)

Medic Spawn points:

{
    "version": "2", // Never touch this value. It is needed internally
    "jobId": "Medic", // Never touch this value. It is needed internally
    "blockTimeForJobChange": 3600 //For this time period player can not open the spawn menu without dying 
    "spawnPoints": [ // Positions where Medics can spawn
        {
            "id": "717274128", // must be unique, if you add manually an position, you can set an empty value like "", the mod will automatically assign a value. Never change this value.
            "name": "Hospital Chernogorsk",  // The name of the Location 
            "point": [ // Coordinates of Spawn Point 
                6460.642578125,
                9.716864585876465,
                2734.174560546875
            ],
            "orientation": [ // The Orientation of Spawn Point
                -35.55122375488281,
                0.0,
                0.0
            ],
            "items": [ // Items that the player get at spawn point
                "ParamedicJacket_Green",
                "ParamedicPants_Green",
                "Sneakers_White",
                "BandageDressing",
                "BandageDressing",
                "BandageDressing",
                "Morphine",
                "Morphine",
                "Morphine",
                "Epinephrine",
                "Epinephrine",
                "Epinephrine",
                "SalineBagIV",
                "SalineBagIV",
                "SalineBagIV",
                "TetracyclineAntibiotics",
                "CharcoalTablets",
                "VitaminBottle",
                "PainkillerTablets",
                "SurgicalGloves_LightBlue",
                "SurgicalMask"
            ]
        }
      // You can add here more points
    ]
}