mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Add DZE_enableBloodRegen to enable/disable blood regenation
Made by @Victor-the-Cleaner
This commit is contained in:
@@ -171,6 +171,7 @@ if (!isDedicated) then {
|
||||
timezoneswitch = 0; // Changes murderMenu times with this offset in hours.
|
||||
dayz_maxGlobalZeds = 500; // Maximum allowed zeds on the map
|
||||
dayz_paraSpawn = false; // Helo jump spawn
|
||||
DZE_enableBloodRegen = true; // player slowly regains blood if they are well fed and resting
|
||||
DZE_SelfTransfuse = true; // Allow players to give themselves blood transfusions
|
||||
DZE_selfTransfuse_Values = [12000,15,120]; // [blood amount, infection chance, cool-down (seconds)]
|
||||
dayz_DamageMultiplier = 1; // Increases the damage to the player by zombie attacks
|
||||
|
||||
Reference in New Issue
Block a user