class MiteShip
Constants
- FRONT_HARDPOINT_LOCATIONS
FRONT_HARDPOINT_LOCATIONS
= [{x_offset: 0, y_offset: -get_image.height}]RIGHT_BROADSIDE_HARDPOINT_LOCATIONS
= [{x_offset: get_image.width / 2, y_offset: -(get_image.height * 0.9)}, {x_offset: get_image.width, y_offset: -(get_image.height * 0.8)}, {x_offset: -(get_image.width / 2), y_offset: -(get_image.height * 0.8)}]- LEFT_BROADSIDE_HARDPOINT_LOCATIONS
- MAX_ATTACK_SPEED
- MAX_HEALTH
- RIGHT_BROADSIDE_HARDPOINT_LOCATIONS
- SHIP_MEDIA_DIRECTORY
- SPEED
Attributes
armor[RW]
attack_speed[RW]
bombs[RW]
boost_increase[RW]
broadside_hard_points[RW]
broadside_mode[RW]
cooldown_wait[RW]
damage_increase[RW]
damage_reduction[RW]
drawable_items_near_self[RW]
front_hard_points[RW]
grapple_hook_cooldown_wait[RW]
health[RW]
kill_count[RW]
main_weapon[RW]
rockets[RW]
score[RW]
secondary_cooldown_wait[RW]
secondary_weapon[RW]
special_attack[RW]
time_alive[RW]
x[RW]
y[RW]