= {
.type = ACTOR_TYPE_PARAKARRY,
.level = ACTOR_LEVEL_PARAKARRY,
.maxHP = 99,
.partsData = N(ActorParts),
.initScript = &N(EVS_Init),
.statusTable = N(StatusTable),
.escapeChance = 0,
.airLiftChance = 0,
.hurricaneChance = 0,
.spookChance = 0,
.upAndAwayChance = 0,
.spinSmashReq = 4,
.powerBounceChance = 80,
.coinReward = 0,
.size = { 38, 38 },
.healthBarOffset = { 0, 0 },
.statusIconOffset = { -10, 30 },
.statusTextOffset = { 10, 30 },
}
@ ACTOR_FLAG_FLYING
Quake Hammer can't hit.
675 {
677 .type = ACTOR_TYPE_PARAKARRY,
678 .level = ACTOR_LEVEL_PARAKARRY,
679 .maxHP = 99,
681 .partsData = N(ActorParts),
682 .initScript = &N(EVS_Init),
683 .statusTable = N(StatusTable),
684 .escapeChance = 0,
685 .airLiftChance = 0,
686 .hurricaneChance = 0,
687 .spookChance = 0,
688 .upAndAwayChance = 0,
689 .spinSmashReq = 4,
690 .powerBounceChance = 80,
691 .coinReward = 0,
692 .size = { 38, 38 },
693 .healthBarOffset = { 0, 0 },
694 .statusIconOffset = { -10, 30 },
695 .statusTextOffset = { 10, 30 },
696};