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

projectile - Optional EntityData

The entity to shoot

Defaults to { type: "SNOWBALL"}

velocity - Optional number

The shooting velocity

Defaults to 1.0