Boulder: Difference between revisions

26 bytes added ,  11 October 2023
m
used updated template fields
(pioneers used to ride these babies for miles)
 
m (used updated template fields)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Object_infobox_2
{{Object_infobox_2
|title=Boulder<ref>[https://github.com/n64decomp/sm64/blob/master/src/game/behaviors/boulder.inc.c Boulder Behavior Code]</ref>
|title=Boulder
|image=STROOP- Rolling Rock.png
|image=STROOP- Rolling Rock.png
|group=Genactor<ref>[https://github.com/n64decomp/sm64/blob/master/data/behavior_data.c#L4547 Boulder Initialization Code]</ref>
|group=Genactor
|group2=
|group2=
|modelID=0x39
|tangibility=20000
|tangibility=20000
|draw=4000
|draw=4000
Line 14: Line 15:
|radius=315 (210 scaled by 1.5)<ref name=structure>[https://github.com/n64decomp/sm64/blob/master/src/game/behaviors/snowman.inc.c#L3 Rolling Sphere Structure]</ref>
|radius=315 (210 scaled by 1.5)<ref name=structure>[https://github.com/n64decomp/sm64/blob/master/src/game/behaviors/snowman.inc.c#L3 Rolling Sphere Structure]</ref>
|height=525 (350 scaled by 1.5)<ref name=structure/>
|height=525 (350 scaled by 1.5)<ref name=structure/>
|behaviorScript=[https://github.com/n64decomp/sm64/blob/master/data/behavior_data.c#L4547 Boulder Initialization Code]
|behaviorCode=[https://github.com/n64decomp/sm64/blob/master/src/game/behaviors/boulder.inc.c Boulder Behavior Code]
|offset=0
|offset=0
|foundIn=[[Hazy Maze Cave]]
|foundIn=[[Hazy Maze Cave]]
|related=
|related=
}}
}}
The '''Boulder''' is a damaging object found in [[Hazy Maze Cave]], where it spawns and rolls down a hill before dispawning
The '''Boulder''' is a damaging object found in [[Hazy Maze Cave]], where it spawns and rolls down a hill before despawning.
==Description==
==Description==
The Boulder is a giant rolling sphere with a rock texture. They appear periodically near the star [[Watch for Rolling Rocks]] where they will roll down the hill into the pit below. They will despawn when they the bottom of the pit.
The Boulder is a giant rolling sphere with a rock texture. They appear periodically near the star [[Watch for Rolling Rocks]] where they will roll down the hill into the pit below. They will despawn when they the bottom of the pit.
Boulders use the RollingSphere Structure, which is also used by the bottom part of the snowman in [[Cool Cool Mountain]]
Boulders use the RollingSphere Structure, which is also used by the bottom part of the snowman in [[Cool Cool Mountain]].


== References==
== References==
<references/>
<references/>
{{objects}}
{{objects}}
577

edits