Downed/README.md

20 lines
1.1 KiB
Markdown
Raw Normal View History

2021-07-10 22:55:12 -07:00
<h2><strong>Downed</strong></h2>
<p>Extends the wounded system of rust. Gives a option to get back up or respawn.<br />Applys wounded system to NPC bots. You can knock them down and loot them.<br /><br /><img src="https://github.com/bmgjet/Downed/raw/main/downscreen.jpg" alt="" /><br /><br /><strong>Settings:</strong><br />Downed.json file.<br /><span style="text-decoration: underline;">Default</span></p>
2021-08-18 03:08:19 -07:00
<p><blockquote><br />{<br />
"Delay before showing getup CUI: ": 10,<br />
"Countdown for getting back up: ": 20,<br />
"Bleedout timer: ": 120,<br />
"Allow NPCs to be knocked down: ": true,<br />
"How long before NPC gets back up: ": 20,<br />
"Percentage for NPC to bleedout: ": 50,<br />
"Only NPCs get knocked: ": false,<br />
"Block NPC Looting: ": false,<br />
"Ignore Scarecrow: ": false,<br />
"Ignore Murderer: ": false,<br />
"NPC Dont Shoot Downed: ": false,<br />
"SFX On Downed (Delete link to disable): ": "https://github.com/bmgjet/Stations/raw/main/Help.Me.mp3",<br />
"SFX PlayTime: ": 15.0<br />
}</p>
2021-07-10 22:55:12 -07:00
</blockquote>
<p><br /><strong>Video:</strong><br />https://www.youtube.com/watch?v=BUZumClkRqE</p>