Jump to content

Chalice of Souls: Difference between revisions

m
→‎Formula: Adding links to wikipedia for conversion between binary and decimal.
(→‎Formula: Explaining bitshifting a little more.)
m (→‎Formula: Adding links to wikipedia for conversion between binary and decimal.)
Line 133: Line 133:
108152 >> 12
108152 >> 12
</pre>
</pre>
Converting the decimal number '''108152''' into binary gives us '''11010011001111000''' from which we will discard the last 12 digits:
[[wikipedia:Binary number#Decimal to Binary|Converting]] the decimal number '''108152''' into binary gives us '''11010011001111000''' from which we will discard the last 12 digits:
<pre>
<pre>
11010011001111000 >> 12 = 11010
11010011001111000 >> 12 = 11010
</pre>
</pre>
Then we convert the binary number '''11010''' back to decimal, which gives us the result: '''26'''.
Then we [[wikipedia:Binary number#Binary to Decimal|convert]] the binary number '''11010''' back to decimal, which gives us the result: '''26'''.
======Chalice modifiers======
======Chalice modifiers======
There are four chalice modifiers used in the game:
There are four chalice modifiers used in the game: