Skip to content

Commit

Permalink
Merge branch 'Development' of https://github.com/DGvagabond/SCP-008-X
Browse files Browse the repository at this point in the history
…into Development
  • Loading branch information
DGvagabond committed May 3, 2022
2 parents f95e133 + 495ba8f commit 8eb6d71
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<a href="https://discord.gg/Ffj29UTg3q"><img src="https://img.shields.io/discord/763155788147195944?color=%234e7bd8&label=Discord" alt="The Vagabond Hub"></a>
<a href="https://discord.gg/PyUkWTg"><img src="https://img.shields.io/discord/656673194693885975?color=%23aa0000&label=EXILED" alt="Support"></a>
<a href="https://github.com/DGvagabond/SCP-008-X/releases"><img src="https://img.shields.io/github/v/release/DGvagabond/SCP-008-X?include_prereleases&label=Release" alt="Releases"></a>
<a href="https://github.com/DGvagabond/SCP-008-X/releases"><img src="https://img.shields.io/github/downloads/DGvagabond/SCP-008-X/total?label=Downloads" alt="Downloads"></a>
<a href="https://discord.gg/PyUkWTg"><img src="https://img.shields.io/discord/656673194693885975?color=%23aa0000&label=EXILED" alt="Support"></a>
<a href="https://github.com/DGvagabond/SCP-008-X"><img src="https://img.shields.io/github/license/DGvagabond/SCP-008-X?color=lightgrey&label=License" alt="License"></a>
# SCP-008-X
An EXILED 3.x plugin for SCP:SL that adds SCP-008 into the game. This is fundamentally for server hosts that want to add more of an enganging SCP-049-2 experience for their players.
An EXILED 5.x plugin for SCP:SL that adds SCP-008 into the game. This is fundamentally for server hosts that want to add more of an enganging SCP-049-2 experience for their players.
## How does it work?
It will give **SCP-049-2** the ability to infect its targets on hit. The targets will receive a custom component that drains their health over time. In order to cure the infection, you must either use `SCP-500` for a guaranteed success or gamble with a `Medkit`'s 50% chance cure rate. Players that die while infected will spawn as SCP-049-2 as well.
It will give **SCP-049-2** the ability to infect its targets on hit. The targets will receive the `Poisoned` effect which drains their health over time. In order to cure the infection, you must either use `SCP-500` for a guaranteed success or gamble with a `Medkit`'s 50% chance cure rate. Players that die while infected will spawn as SCP-049-2 as well.
## Inquiries
For generalized inquiries and support, there are three (3) options available to you. I will **not** response to any method outside of the ones listed below, including Discord direct messages and friend requests.
1. Join my Discord with the link above and request the Scientist role. Then, ping me for support in the appropriate channel.
For generalized inquiries and support, there are three (3) options available to you. I will **not** respond to any method outside of the ones listed below, including Discord direct messages and friend requests as my notifications are heavily suppressed otherwise.
1. Join my Discord with the link above and ping me for support in the general channel.
2. File a bug report on the Issues page.
3. Ping me in the plugin bug reporting channel in the EXILED Discord, link also provided above.

These methods are not exclusive for bug reports. You may use them, preferrably the first option for organizational reasons on my part, for requesting features to be added to the plugin.
These methods are not exclusive for bug reports. You may use them, preferrably the second option for organizational reasons on my part, for requesting features to be added to the plugin.
# Config Options
| Name | Type | Description | Default |
| --- | --- | --- | --- |
Expand All @@ -37,9 +37,3 @@ These methods are not exclusive for bug reports. You may use them, preferrably t
| infection_alert | string | A hint that is displayed to players after they're infected | `null` |
| spawn_hint | string | A hint that's displayed to SCP-049-2 on spawn | `null` |
| retain_inventory| bool | Allow players to keep their inventory as zombies. Items can NOT be used by them, this is purely for loot. | true |

# Commands
| Name | Arguments | Description |
| --- | --- | --- |
| infect | player | Infect `player` with SCP-008 |
| cure | player | Cure `player` of SCP-008 |

0 comments on commit 8eb6d71

Please sign in to comment.