Detailed Description
Different kinds of throwing missiles, like impact and slash, etc.
Define Documentation
| #define ST1_MISSILE_BOULDER (ST1_MISSILE_THROW | 4) |
Special boulder-like throwing missile (impact damage too)
Definition at line 584 of file define.h.
| #define ST1_MISSILE_CLEAVE (ST1_MISSILE_THROW | 3) |
Cleave throwing missile
Definition at line 582 of file define.h.
| #define ST1_MISSILE_IMPACT (ST1_MISSILE_THROW | 0) |
Impact throwing missile
Definition at line 576 of file define.h.
| #define ST1_MISSILE_PIERCE (ST1_MISSILE_THROW | 2) |
Pierce throwing missile
Definition at line 580 of file define.h.
| #define ST1_MISSILE_SLASH (ST1_MISSILE_THROW | 1) |
Slash throwing missile
Definition at line 578 of file define.h.