Bookend: Difference between revisions
Jump to navigation
Jump to search
SuperHamster (talk | contribs) (→Behavior: Marking as empty section) |
m (reformat infobox) |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
|group= General Actor | |group= General Actor | ||
|group2 = Group 9 | |group2 = Group 9 | ||
|modelID=0x59 | |||
|tangibility= | |tangibility= | ||
|draw= | |draw= | ||
Line 18: | Line 19: | ||
|offset=0 | |offset=0 | ||
|coins=5 | |coins=5 | ||
|behaviorScript=[https://github.com/n64decomp/sm64/blob/master/data/behavior_data.c#L5721 Bookend Initialization Code] | |||
|behaviorCode=[https://github.com/n64decomp/sm64/blob/master/src/game/behaviors/flying_bookend_switch.inc.c Bookend Behavior Code] | |||
}} | }} | ||
'''Bookend''' is an enemy appearing in [[Big Boo's Haunt]]. Bookends attack by flying at Mario and drop a Blue Coin upon defeat. | '''Bookend''' is an enemy appearing in [[Big Boo's Haunt]]. Bookends attack by flying at Mario and drop a Blue Coin upon defeat. | ||
==Behavior== | ==Behavior== | ||
{{Empty section}} | {{Empty section}} | ||
==References== | |||
<references/> | |||
{{objects}} | {{objects}} | ||
[[Category:Enemies]] | [[Category:Enemies]] |
Latest revision as of 21:28, 11 October 2023
Bookend | |
Technical Constants | |
Object Group | General Actor |
Actor Group | Group 9 |
Model ID | 0x59 |
Physical Constants | |
Gravity | 0 |
Friction | 1000 |
Buoyancy | 200 |
Hitbox | |
Interaction Type | Bounce Top/Bottom |
Damage | 2 |
Health | 0 |
Radius | 60 |
Height | 30 |
Down Offset | 0 |
Code | |
Initialization Behavior Script [1] | |
Behavior Code [2] |
Bookend is an enemy appearing in Big Boo's Haunt. Bookends attack by flying at Mario and drop a Blue Coin upon defeat.
Behavior
References
|