SCP-1853

Property
Type
Description

Effect

EffectType

The effect to apply.

Duration

float

The duration of the effect.

Intensity

byte

The intensity of the effect.

Apply1853Effect

bool

Whether to apply the SCP-1853 effect.

RemoveItemAfterUse

bool

Whether to remove the item after use.

Example:

CustomItemType: SCPItem
Item: SCP1853
CustomData:
  effect: Scp1853
  duration: 45.0
  intensity: 1
  apply_1853_effect: true
  remove_item_after_use: false

Was this helpful?