Ceglaa / CustomBreachScenarios

Customizable Custom Breach Scenarios plugin for SCP:Secret Laboratory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CustomBreachScenarios

Downloads Last Commit Last Release
GitHub release (latest by date)

Custom breach scenario will be drawed from all scenarios in EXILED/Configs/CustomBreachScenarios path

Scenario contains:

  • Commands executed at the start of the scenario
  • Chance for scenario to occur
  • Custom round conditions
  • Delayed SCP spawns
  • Timed cassies
  • Timed door lockdowns
  • Timed blackouts
  • Opened doors on round start
  • Color changes for entire zones or rooms

🔧 Plans for future: 🔧

  • Custom Team Respawn Queue
  • Delayed commands
  • Scenario drawing optimizations (Scenario drawin will be moved to the plugin's config)

Examples:

Example scenario
name: example
chance: 0
commands:
- '/mp l mapname'
- '/bc 10 test boradcast'
auto_nuke:
# Warhead starts automaticly after delay. If set to 0 it will not start
  delay: 1800
  time: 90
  chance: 100
custom_conditions:
  can_ntf_spawn: true
  can_chi_spawn: true
cassies:
- delay: 20
  is_noisy: true
  announcement: test
delayed_s_c_p_spawns:
- delay: 120
  role: Scp096
  room: Hcz096
door_lockdowns:
- time: 120
  chance: 50
  door_type: GateA
  door_lock_type: SpecialDoorFeature
blackouts:
- delay: 100
  time: 100
  chance: 0
  zones:
  - Entrance
  - LightContainment
zone_colors:
- delay: 10
  time: 70
  zone_type: LightContainment
  r: 1
  g: 0
  b: 0
  a: 0
opened_doors:
  HeavyContainmentDoor: 50
Example empty scenario
name: emptyexample
chance: 0
commands: []
auto_nuke:
# Warhead starts automaticly after delay. If set to 0 it will not start
  delay: 0
  time: 90
  chance: 0
custom_conditions:
  can_ntf_spawn: true
  can_chi_spawn: true
cassies: []
delayed_s_c_p_spawns: []
door_lockdowns: []
blackouts: []
opened_doors: {}
zone_colors: {}

About

Customizable Custom Breach Scenarios plugin for SCP:Secret Laboratory


Languages

Language:C# 100.0%