ArrowEffect - Septillihedron/SuperheroesPlusSchema GitHub Wiki
ArrowEffect - An object
Properties
mode - Required enum
Allowed values
- ALL
- OTHER
The mode of operation
Defaults to OTHER
Expression
velocity - OptionalUsed to determine the time that it takes to hit by (pythagoras distance)/velocity
Defaults to 1.0
Expression
damage - OptionalIf projectile entity is an arrow, the damage that the arrow will do
Defaults to 4
EntityData
entityData - OptionalThe entity launch
Defaults to { type: "ARROW"}
Expression
fireTicks - OptionalThe amount of ticks the projectile will be on fire
Defaults to 0
EntityData
entity - OptionalThe entity launch
Defaults to { type: "ARROW"}