Reduced clone penalty when dying
This commit is contained in:
parent
461c92816e
commit
1323772484
@ -46,7 +46,7 @@ forceRestartTime = 14400; // 4 hour restarts
|
|||||||
antagonistChancePDeath = 0.33; //33% chance when player was killed from a other player (selfkill doesn't count)
|
antagonistChancePDeath = 0.33; //33% chance when player was killed from a other player (selfkill doesn't count)
|
||||||
|
|
||||||
// Player Related
|
// Player Related
|
||||||
cloneCost = 100; // debt incurred on player death
|
cloneCost = 10; // debt incurred on player death
|
||||||
MaxBankDebitforTrade = -50000; // If Player has less money on Bank, Crypto from Trade goes directly to Bank instead to Player
|
MaxBankDebitforTrade = -50000; // If Player has less money on Bank, Crypto from Trade goes directly to Bank instead to Player
|
||||||
|
|
||||||
// Default Loadout
|
// Default Loadout
|
||||||
|
Loading…
Reference in New Issue
Block a user