SCP-207

Property
Type
Description

Effect

EffectType

The effect to apply.

Duration

float

The duration of the effect.

Intensity

byte

The intensity of the effect.

Apply207Effect

bool

Whether to apply the SCP-207 effect.

RemoveItemAfterUse

bool

Whether to remove the item after use.

Example:

CustomItemType: SCPItem
Item: SCP207
CustomData:
  effect: Scp207
  duration: 60.0
  intensity: 1
  apply_207_effect: true
  remove_item_after_use: true

Was this helpful?