Skip to content

Lets you heal any SCP with any medical item! (Except 079)

Notifications You must be signed in to change notification settings

Skillz2play/HealSCPs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HealSCPs

HealSCPs is a simple plugin which lets you heal any SCP with a healing item. (Except 079)

Version Downloads

Installation

Go to the latest Release and download the .dll file.

Next, go to your Plugins folder and drop the .dll where you have installed all your other EXILED Plugins.

How to use

Use the command .heal near an scp with a medical item and it will heal them with the amount set in the config.

Default Config

heal_s_c_ps:
  is_enabled: true
  # How far do the SCPs have to be for the health to be applied?
  distance: 5
  # What SCPs are allowed to be healed?
  allowed_scps:
  - Scp049
  - Scp0492
  - Scp079
  - Scp096
  - Scp106
  - Scp173
  - Scp939
  allowed_heals:
    Medkit:
      instant_heal_amount: 65
      effect_info: []
      apply_original_effects: false
    SCP500:
      instant_heal_amount: 0
      effect_info: []
      apply_original_effects: true
    SCP207:
      instant_heal_amount: 50
      effect_info: []
      apply_original_effects: false
    Adrenaline:
      instant_heal_amount: 50
      effect_info:
      - effect_type: Invigorated
        should_add_if_present: true
        time: 5
        effect_amount: 1
      apply_original_effects: false
    Painkillers:
      instant_heal_amount: 50
      effect_info: []
      apply_original_effects: true

Alt

About

Lets you heal any SCP with any medical item! (Except 079)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages