ProjectileEffect - Septillihedron/SuperheroesPlusSchema GitHub Wiki
ProjectileEffect - An object
Properties
mode - Required enum
Allowed values
- ALL
- LOCATION
- OTHER
- SELF
The mode of operation
Defaults to SELF
EntityData
projectile - OptionalThe entity to shoot
Defaults to { type: "SNOWBALL"}
velocity - Optional number
The shooting velocity
Defaults to 1.0