ArrowEffect - Septillihedron/SuperheroesPlusSchema GitHub Wiki

ArrowEffect - An object

Properties

mode - Required enum

Allowed values

  • ALL
  • OTHER

The mode of operation

Defaults to OTHER

velocity - Optional Expression

Used to determine the time that it takes to hit by (pythagoras distance)/velocity

Defaults to 1.0

damage - Optional Expression

If projectile entity is an arrow, the damage that the arrow will do

Defaults to 4

entityData - Optional EntityData

The entity launch

Defaults to { type: "ARROW"}

fireTicks - Optional Expression

The amount of ticks the projectile will be on fire

Defaults to 0

entity - Optional EntityData

The entity launch

Defaults to { type: "ARROW"}