LocationCubeEffect - Septillihedron/SuperheroesPlusSchema GitHub Wiki
LocationCubeEffect - An object
Properties
ConditionList
conditions - OptionalThe list of conditions
Defaults to {}
EffectList
effects - OptionalThe 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
Vector
offset - OptionalThe offset from the original location
Defaults to { x: 0, y: 0, z: 0 }