ArtilleryProjectilePrototype
The projectile shot by artillery.
Parent
Properties
reveal_map
- Type:
boolean
- Optional:
false
- Override:
false
picture
- Type:
Sprite
- Optional:
true
- Override:
false
shadow
- Type:
Sprite
- Optional:
true
- Override:
false
chart_picture
- Type:
Sprite
- Optional:
true
- Override:
false
action
- Type:
Trigger
- Optional:
true
- Override:
false
final_action
- Type:
Trigger
- Optional:
true
- Override:
false
height_from_ground
- Type:
float
- Optional:
true
- Override:
false
rotatable
- Type:
boolean
- Optional:
true
- Override:
false
Whether the picture of the projectile is rotated to match the direction of travel.
map_color
- Type:
Color
- Optional:
false
- Override:
true
collision_box
- Type:
BoundingBox
- Optional:
true
- Override:
true
Must have a collision box size of zero.
Examples
collision_box = {{0, 0}, {0, 0}}