-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
AlmightyLks
authored
Nov 15, 2020
1 parent
7aa4f75
commit 9b03a24
Showing
1 changed file
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
# AdvancedDoctorPlus | ||
|
||
A simple SCP SL [Synapse](https://github.com/SynapseSL/Synapse/) Plugin to buff SCP-049. | ||
Credits for the stunning idea and EXILED-predecessor [DocRework](https://github.com/rby-blackruby/DocRework) made by [Blackruby](https://github.com/rby-blackruby/)! :) | ||
|
||
--- | ||
### Configs | ||
|
||
Default config: | ||
|
||
```yaml | ||
[AdvancedDoctorPlus] | ||
{ | ||
scp049Healing: | ||
# Can SCP-049 heal zombies? | ||
scp049Healing: false | ||
# How far can SCP-049 heal? | ||
scp049HealingRange: 10 | ||
# How much can SCP-049 heal per interval? | ||
scp049HealingAmount: 10 | ||
# How many seconds should be between each interval? | ||
scp049HealingInterval: 2.5 | ||
scp049ZombieStorm: | ||
# Can SCP-049 spawn storms? | ||
scp049Storm: false | ||
# How many kills are required for a storm? | ||
scp049RequiredStreak: 10 | ||
# How many zombies spawn max. per storm? | ||
scp049MaxZombieSpawn: 5 | ||
# Text Hint for a ZombieStorm-summoned zombie | ||
scp049ZombieSpawnTextHint: '' | ||
} | ||
``` | ||
--- | ||
### Commands (Client Console) | ||
|
||
- `ZombieStorm` / `storm` / `zs` | ||
As SCP-049, you have access to the `Zombiestorm` command, which will give you the power to summon a configured amount of zombies from spectators. | ||
Though, first you have to have reached a certain configured killstreak. | ||
|
||
--- | ||
### Configs | ||
|
||
Default config: | ||
|
||
```yaml | ||
[AdvancedDoctorPlus] | ||
{ | ||
scp049Healing: | ||
# Can SCP-049 heal zombies? | ||
scp049Healing: false | ||
# How far can SCP-049 heal? | ||
scp049HealingRange: 10 | ||
# How much can SCP-049 heal per interval? | ||
scp049HealingAmount: 10 | ||
# How many seconds should be between each interval? | ||
scp049HealingInterval: 2.5 | ||
scp049ZombieStorm: | ||
# Can SCP-049 spawn storms? | ||
scp049Storm: false | ||
# How many kills are required for a storm? | ||
scp049RequiredStreak: 10 | ||
# How many zombies spawn max. per storm? | ||
scp049MaxZombieSpawn: 5 | ||
# Text Hint for a ZombieStorm-summoned zombie | ||
scp049ZombieSpawnTextHint: '' | ||
} | ||
``` |