Bookend: Difference between revisions

From Ukikipedia
Jump to navigation Jump to search
(Created page with "{{object_infobox_2 |title= Bookend |image= STROOP- Bookend.png |group= General Actor |group2 = Group 9 |tangibility= |draw= |gravity=0 |friction=1000 |buoyancy=200 |interactio...")
 
m (reformat infobox)
 
(2 intermediate revisions by 2 users 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==
TODO
{{Empty section}}
 
==References==
<references/>
{{objects}}
{{objects}}
[[Category:Enemies]]
[[Category:Enemies]]

Latest revision as of 21:28, 11 October 2023

Bookend
STROOP- Bookend.png
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