mirror of https://github.com/bmgjet/Downed.git
ea4fb7b8e7 | ||
---|---|---|
Downed.cs | ||
Help.Me.mp3 | ||
README.md | ||
downed.png | ||
downscreen.jpg |
README.md
Downed
Extends the wounded system of rust. Gives a option to get back up or respawn.
Applys wounded system to NPC bots. You can knock them down and loot them.
Settings:
Downed.json file.
Default
{
"Delay before showing getup CUI: ": 10,
"Countdown for getting back up: ": 20,
"Bleedout timer: ": 120,
"Allow NPCs to be knocked down: ": true,
"How long before NPC gets back up: ": 20,
"Percentage for NPC to bleedout: ": 50,
"Only NPCs get knocked: ": false,
"Block NPC Looting: ": false,
"Ignore Scarecrow: ": false,
"Ignore Murderer: ": false,
"NPC Dont Shoot Downed: ": false,
"SFX On Downed (Delete link to disable): ": [
"https://github.com/bmgjet/Stations/raw/main/Help.Me.mp3",
"https://github.com/bmgjet/Downed/raw/main/Help.Me.mp3"
],
"SFX PlayTime: ": 10.0,
"SFX Allow on NPC: ": false,
"SFX Allow on PLAYER: ": false
}