Summons a wind charge

*** Input parameters ***

- "acceleration"
Acceleration of the summoned projectile (default 0.1)

- "render"
What item the wind charge will render as (default minecraft:wind_charge)

- "x_spread"
Inaccuarcy of the shot along x axis, represented as a range in degrees (default is 0 spread)

- "y_spread"
Inaccuarcy of the shot along y axis, represented as a range in degrees (default is 0 spread)



*** Examples ***

~~~~~
/function ac_lib:effect/summon/wind_charge/prep {"acceleration":"0.25","x_spread":"-2..2","y_spread":"-2..2"}
~~~~~


Some pre-configured presets can also be called to

~~~~~
/function ac_lib:effect/summon/wind_charge/preset/default
~~~~~