= {
.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 = { 44, 40 },
.healthBarOffset = { 0, 0 },
.statusIconOffset = { -10, 30 },
.statusTextOffset = { 13, 31 },
}
@ ACTOR_FLAG_FLYING
Quake Hammer can't hit.
156 {
160 .maxHP = 99,
162 .partsData = N(ActorParts),
163 .initScript = &N(EVS_Init),
164 .statusTable = N(StatusTable),
165 .escapeChance = 0,
166 .airLiftChance = 0,
167 .hurricaneChance = 0,
168 .spookChance = 0,
169 .upAndAwayChance = 0,
170 .spinSmashReq = 4,
171 .powerBounceChance = 80,
172 .coinReward = 0,
173 .size = { 44, 40 },
174 .healthBarOffset = { 0, 0 },
175 .statusIconOffset = { -10, 30 },
176 .statusTextOffset = { 13, 31 },
177};