Bookend: Difference between revisions
Jump to navigation
Jump to search
SuperHamster (talk | contribs) (→Behavior: Marking as empty section) |
(this code is a mess, but behav + init) |
||
Line 1: | Line 1: | ||
{{object_infobox_2 | {{object_infobox_2 | ||
|title= Bookend | |title= Bookend <ref>[https://github.com/n64decomp/sm64/blob/master/src/game/behaviors/flying_bookend_switch.inc.c Bookend Behavior Code]</ref> | ||
|image= STROOP- Bookend.png | |image= STROOP- Bookend.png | ||
|group= General Actor | |group= General Actor<ref>[https://github.com/n64decomp/sm64/blob/master/data/behavior_data.c#L5721 Bookend Initialization Code]</ref> | ||
|group2 = Group 9 | |group2 = Group 9 | ||
|tangibility= | |tangibility= | ||
Line 22: | Line 22: | ||
==Behavior== | ==Behavior== | ||
{{Empty section}} | {{Empty section}} | ||
==References== | |||
<references/> | |||
{{objects}} | {{objects}} | ||
[[Category:Enemies]] | [[Category:Enemies]] |
Revision as of 14:21, 6 October 2023
Bookend [1] | |
Technical Constants | |
Object Group | General Actor[2] |
Actor Group | Group 9 |
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 |
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
|