LocationCubeEffect - Septillihedron/SuperheroesPlusSchema GitHub Wiki

LocationCubeEffect - An object

Properties

conditions - Optional ConditionList

The list of conditions

Defaults to {}

effects - Optional EffectList

The list of effects

Defaults to {}

mode - Required enum

Allowed values

  • ALL
  • LOCATION
  • OTHER
  • SELF

The mode of operation

Defaults to SELF

verticalRadius - Optional integer

Distance from the center to the vertical size of the cube

Defaults to 0

horizontalRadius - Optional integer

Distance from the center to the horizontal size of the cube

Defaults to 0

offset - Optional Vector

The offset from the original location

Defaults to { x: 0, y: 0, z: 0 }