Boulder: Difference between revisions

From Ukikipedia
Jump to navigation Jump to search
No edit summary
m (used updated template fields)
 
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]]

Latest revision as of 18:03, 11 October 2023

Boulder
STROOP- Rolling Rock.png
Technical Constants
Object Group Genactor
Model ID 0x39
Tangibility Radius 20000
Draw Distance 4000
Physical Constants
Gravity 8
Friction 0.999
Buoyancy 2
Hitbox
Interaction Type Damage
Damage 3
Health 0
Radius 315 (210 scaled by 1.5)[1]
Height 525 (350 scaled by 1.5)[1]
Down Offset 0
Code
Initialization Behavior Script [2]
Behavior Code [3]
Found in
Hazy Maze Cave

The Boulder is a damaging object found in Hazy Maze Cave, where it spawns and rolls down a hill before despawning.

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. Boulders use the RollingSphere Structure, which is also used by the bottom part of the snowman in Cool Cool Mountain.

References