From 0e6a8aeb8e60f8a2eb3520eed14eede36cfdf052 Mon Sep 17 00:00:00 2001 From: seoseonyu Date: Tue, 30 Jan 2024 00:18:03 +0900 Subject: [PATCH] Update Environment Variables ServerSetting Description --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fe772c..beaee1e 100644 --- a/README.md +++ b/README.md @@ -233,9 +233,9 @@ The server will run a save before the backup if rcon is enabled. | BUILD_OBJECT_DETERIORATION_DAMAGE_RATE | Structure determination rate | 1.000000 | Float | | COLLECTION_DROP_RATE | Getherable items multipiler | 1.000000 | Float | | COLLECTION_OBJECT_HP_RATE | Getherable objects HP multipiler | 1.000000 | Float | -| COLLECTION_OBJECT_RESPAWN_SPEED_RATE | Getherable objects respawn interval | 1.000000 | Float | +| COLLECTION_OBJECT_RESPAWN_SPEED_RATE | Getherable objects respawn interval - The smaller the number, the faster the regeneration | 1.000000 | Float | | ENEMY_DROP_ITEM_RATE | Dropped Items Multipiler | 1.000000 | Float | -| DEATH_PENALTY | What will drop when you die | All | `None`,`Item`,`ItemAndEquipment`,`All` | +| DEATH_PENALTY | Death Penalty
None: No death penalty
Item: Drops items other than equipment
ItemAndEquipment: Drops all items
All: Drops all PALs and all items. | All | `None`,`Item`,`ItemAndEquipment`,`All` | | ENABLE_PLAYER_TO_PLAYER_DAMAGE | Allows players to cause damage to players | False | Boolean | | ENABLE_FRIENDLY_FIRE | Allow friendly fire | False | Boolean | | ENABLE_INVADER_ENEMY | Enable invaders | True | Boolean |