Chalice of Souls: Difference between revisions

 
(13 intermediate revisions by the same user not shown)
Line 5: Line 5:
Five hundreds year later, chalices materialised once again, this time in [[London]]. The reason for this is unknown. [[Professor Hamilton Kift]], a local scientist with an interest in the occult, converted their power into [[:category:weapons|weapons]] for Sir Dan.
Five hundreds year later, chalices materialised once again, this time in [[London]]. The reason for this is unknown. [[Professor Hamilton Kift]], a local scientist with an interest in the occult, converted their power into [[:category:weapons|weapons]] for Sir Dan.
==Gameplay==
==Gameplay==
===Overview===
Chalices of Souls can be found in almost every level of the [[MediEvil (series)|''MediEvil'' games]]. Collecting chalices allows the player to visit the Hall of Heroes in ''[[MediEvil (1998)|MediEvil]]'' and ''[[MediEvil: Resurrection]]'', while in ''[[MediEvil 2]]'' they are redeemed in [[The Professor's Lab]] instead. This leads to obtaining rewards such as weapons, [[Life Bottle]]s and [[treasure]]. Chalices can only be collected once in ''MediEvil'' and ''MediEvil: Resurrection'', but can be collected many times in ''MediEvil 2''; duplicate chalices are converted into chests of gold.
Chalices of Souls can be found in almost every level of the [[MediEvil (series)|''MediEvil'' games]]. Collecting chalices allows the player to visit the Hall of Heroes in ''[[MediEvil (1998)|MediEvil]]'' and ''[[MediEvil: Resurrection]]'', while in ''[[MediEvil 2]]'' they are redeemed in [[The Professor's Lab]] instead. This leads to obtaining rewards such as weapons, [[Life Bottle]]s and [[treasure]]. Chalices can only be collected once in ''MediEvil'' and ''MediEvil: Resurrection'', but can be collected many times in ''MediEvil 2''; duplicate chalices are converted into chests of gold.


Line 12: Line 13:


Collecting all chalices in ''MediEvil'' and ''MediEvil 2'' will reward the player with a special ending. However, this is not the case in ''MediEvil: Resurrection'' which only has one ending regardless of how many chalices are collected.
Collecting all chalices in ''MediEvil'' and ''MediEvil 2'' will reward the player with a special ending. However, this is not the case in ''MediEvil: Resurrection'' which only has one ending regardless of how many chalices are collected.
===''MediEvil''===
===''MediEvil'' (1998 original)===
There are 20 chalices in the game. [[Dan's Crypt]] and [[Zarok's Lair]] do not have a chalice.
====Locations====
{{Empty section}}
====Souls needed for chalice====
====Souls needed for chalice====
The following table features the amounts of souls that need to be collected to claim a chalice in each level. [[The Ant Caves]] level is excluded, as the chalice is obtained for freeing all the [[fairies]].
{| class="wikitable"
{| class="wikitable"
! Level
! Level
Line 19: Line 24:
! Souls at start
! Souls at start
! Souls needed for chalice
! Souls needed for chalice
|-
|[[Dan's Crypt]]
|0
|0
|0
|-
|-
|[[The Graveyard]]
|[[The Graveyard]]
Line 79: Line 79:
|0
|0
|17
|17
|-
|[[The Ant Caves]]
|0
|0
|0
|-
|-
|[[Pools Of The Ancient Dead]]
|[[Pools Of The Ancient Dead]]
Line 124: Line 119:
|0
|0
|28
|28
|-
|[[Zarok's Lair]]
|0
|0
|0
|-
|-
|'''Total'''
|'''Total'''
Line 137: Line 127:
=====Formula=====
=====Formula=====
{{Original research|section|author=[[User:DansFriend|Dan's Friend]]}}
{{Original research|section|author=[[User:DansFriend|Dan's Friend]]}}
The amount of souls needed to collect a chalice in a given level is determined by the following formula:<br><code>(Total Souls in Level * Chalice Modifier) [[wikipedia:Bitwise operation#Bit shifts|>>]] 12</code>
The amount of souls needed to collect a chalice in a given level is determined by the following formula:<br><code>(Total Souls in Level * Chalice Modifier) [[wikipedia:Bitwise operation#Bit shifts|>>]] 12 = Souls Needed for Chalice</code>


For example, the total amount of souls in [[The Graveyard]] is '''44''' and the level's chalice modifier is '''2458'''. Therefore:
For example, the total amount of souls in [[The Graveyard]] is '''44''' and the level's chalice modifier is '''2458'''. Therefore:
<pre>
<pre>
(44 * 2458) >> 12  
(44 * 2458) >> 12  
108152 >> 12 = 26
108152 >> 12
</pre>
[[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>
11010011001111000 >> 12 = 11010
</pre>
</pre>
 
Then we [[wikipedia:Binary number#Binary to Decimal|convert]] the binary number '''11010''' back to decimal, which gives us the result: '''26''' souls.
There are four chalice modifiers used in the game:
======Chalice modifiers======
The '''chalice modifier''' is a number between '''0-4096''' that affects how many souls are needed to fill a chalice in a level.{{ORref|DF}} There are four chalice modifiers used in the game:
*'''2458''' - [[The Graveyard]]'s chalice modifier. This reduces the number of souls needed to collect the chalice to about '''59%''' of the total amount, presumably because this is the first level with a chalice.
*'''3072''' - [[The Pumpkin Serpent]]'s chalice modifier. This reduces the amount of souls needed to about '''73%'''. This was likely done because several [[Pumpkin Plant]]s are set to spawn around the [[Pumpkin King]] periodically; waiting for all of them to spawn can take a long time.
*'''3687''' - the chalice modifier for most levels. This makes it so that around '''85-90%''' of a level's total amount of souls needs to be collected to fill the chalice.
*'''3687''' - the chalice modifier for most levels. This makes it so that around '''85-90%''' of a level's total amount of souls needs to be collected to fill the chalice.
*'''2458''' - [[The Graveyard]]'s chalice modifier. This reduces the number of souls needed to collect the chalice to about '''59%''' of the total amount, presumably because this is the first level with a chalice.
*'''3072''' - [[The Pumpkin Serpent]]'s chalice modifier. This reduces the amount of souls needed to about '''73%'''. This was likely done because several [[Pumpkin Plant]]s are set to spawn around the [[Pumpkin King]] periodically and waiting for them all to spawn can take quite a while.
*'''3891''' - [[The Haunted Ruins]]'s chalice modifier. This increases the amount of souls needed to about '''92%''' of the total amount in the level. This is likely so that the player is forced to collect the chalice during the countdown sequence.
*'''3891''' - [[The Haunted Ruins]]'s chalice modifier. This increases the amount of souls needed to about '''92%''' of the total amount in the level. This is likely so that the player is forced to collect the chalice during the countdown sequence.
====Locations====
{{Empty section}}


==Behind the scenes==
==Behind the scenes==
===Development===
===Development===
====''MediEvil'' (1998 original)====
====''MediEvil'' (1998 original)====
In early pre-release versions of ''MediEvil'' from 1997, such as the ''[[MediEvil Rolling Demo]]'', chalices did not yet exist. It is likely they were created as part of the game's redesign in early 1998.
In early pre-release versions of ''MediEvil'' from summer 1997, such as the ''[[MediEvil Rolling Demo]]'', chalices did not yet exist. It is likely they were created as part of the game's redesign near the end of the year.
 
===In other media===
===In other media===
====''PlayStation All-Stars Battle Royale''====
====2012 – ''[[wikipedia:PlayStation All-Stars Battle Royale|PlayStation All-Stars Battle Royale]]''====
Sir Dan uses a chalice during his Level 2 Super Move. Several souls are released from the chalice which will kill any opponents they come into contact with.
Sir Dan uses a chalice during his Level 2 Super Move. Several souls are released from the chalice which will kill any opponents they come into contact with.
==In other languages==
===''MediEvil''===
{{Empty section|Languages}}
===''MediEvil 2''===
{{Empty section|Languages}}
===''MediEvil: Resurrection''===
{{OtherLanguages
|fr=Calice
|de=Becher
|deM=Cup
|es=Cáliz
|it=Calice
}}
==References==
{{Reflist}}
==Navigation==
==Navigation==
{{MediEvil inventory}}
{{MediEvil inventory}}