Spinner: Difference between revisions

146 bytes added ,  19 April 2019
m
no edit summary
(you've been ok fine i won't say it GNOMED)
mNo edit summary
Line 1: Line 1:
{{Object_infobox
{{Object_infobox
|image=[[File:STROOP- TTC Spinner.png]]
|image=STROOP- TTC Spinner.png
|hitbox_radius=surface
|hitbox_type=surface
|hitbox_height=
|hitbox_down=
|damage=none
|damage=none
|damage_hatless=none
|tangibility_radius=450
|tangibility_radius=450
|interaction_type=none
|interaction_type=none
Line 17: Line 14:
The spinner behaves differently on all four clock settings.
The spinner behaves differently on all four clock settings.
===Still Setting===
===Still Setting===
The spinner is still on the still setting.
===Fast Setting===
===Fast Setting===
The spinner spins quickly on the fast setting. <!--TODO: Elaborate on this, give numbers-->
===Slow Setting===
===Slow Setting===
The spinner spins slowly on the slow setting. <!--TODO: Same as above-->
===Random Setting===
===Random Setting===
Spinners call [[RNG]] twice when they stop spinning<ref>https://www.youtube.com/watch?v=MiuLeTE2MeQ</ref>. The first call determines direction. If the result is less than 32768, the spinner spins clockwise, and otherwise counterclockwise. The second call determines intended angular displacement. Spinners calculate their intended angular displacement by the following formula, in which % denotes the [[wikipedia:modulo operation|modulo function]]:
Spinners call [[RNG]] twice when they stop spinning<ref>https://www.youtube.com/watch?v=MiuLeTE2MeQ</ref>. The first call determines direction. If the result is less than 32768, the spinner spins clockwise, and otherwise counterclockwise. The second call determines intended angular displacement. Spinners calculate their intended angular displacement by the following formula, in which % denotes the [[wikipedia:modulo operation|modulo function]]: