Boulder: Difference between revisions
Jump to navigation
Jump to search
(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 | |title=Boulder | ||
|image=STROOP- Rolling Rock.png | |image=STROOP- Rolling Rock.png | ||
|group=Genactor | |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 | 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}} |
Latest revision as of 18:03, 11 October 2023
Boulder | |
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
|