UCR Docs
Discord
  • Welcome
  • Getting Started
    • What's UCR
    • Installation
  • Custom Roles
    • First steps
    • Configuration
      • Configuration elements
      • Health and AHP
      • Hume Shield
      • Effects
      • Stamina
      • Escape Logic
      • Spawn Behavior
      • Custom Flags
        • Vanilla Flags
    • Troubleshooting
    • Compatibility
  • Commands
    • List
    • Overview
    • Info
    • Role
    • Spawn
    • Reload
    • SpawnPoint
      • List
      • Create
      • Delete
      • Goto
      • Sync
      • Migrate
      • Download
    • Percentages
    • Errors
    • Generate
    • Update
    • Owner
    • Version
  • Syntax Notions
    • Enums
    • Arrays
    • Null
Powered by GitBook

© 2025 UncomplicatedCustomServer Collective & FoxWorn

On this page
  • Amount
  • Maximum
  • Regeneration Amount
  • Regeneration Delay
Export as PDF
  1. Custom Roles
  2. Configuration

Hume Shield

The Hume Shield is a key mechanic for SCPs and because of that it's really important to learn how to customize it. UCR does actually includes pretty powerful tools for doing that.

The Hume Shield object should look like this:

hume_shield:
  amount: 0
  maximum: 0
  regeneration_amount: 2
  regeneration_delay: 7.5

Amount

Configuration element name: amount Type: int32

The amount of Hume Shield given to the player when they first spawn as this Custom Role.

Maximum

Configuration element name: maximum Type: int32

The maximum amount of Hume Shield that the player as this Custom Role can have.

The amount can be lower than the maximum as the role can gain Hume Shield from the regeneration!

Regeneration Amount

Configuration element name: regeneration_amount Type: float

The amount of Hume Shield that should be given to the player every second (it's in HS/s). 0 will disable the generation.

Regeneration Delay

Configuration element name: regeneration_delay Type: float

PreviousHealth and AHPNextEffects

Last updated 1 month ago

The delay, in seconds, from the last damage dealt to the SCP from where they'll start to regenerate Hume Shield again following the .

Regeneration Amount