* Parameters:
* REQUIRED PARAMETERS
* - id: The ID of the icon to be used as the projectile.
* - time: The duration in frames for the projectile to reach the target.
* OPTIONAL PARAMETERS
* - height: The peak height of the projectile's arc. (Default: 0)
* - angle: The direction and degree of rotation for the projectile.
* The format is "direction value", where direction is either "left" or "right".
* "angle: left 720" would have the projectile spin twice counter-clockwise
* by the time it reaches the target (Default: "left 0")
* - scale: The scale of the projectile. (Default: 1)
* - offset: The horizontal and vertical offsets for the final position of the projectile.
* The format is "x y", where x is the horizontal offset and y is the vertical offset. (Default: "0 0")