MediEvil Rolling Demo/Enemies: Difference between revisions

no edit summary
No edit summary
(4 intermediate revisions by the same user not shown)
Line 12: Line 12:


(16 >> 2) * 25</pre>
(16 >> 2) * 25</pre>
In order to bitshift the decimal number '''16''' by 2, we first need to convert it into binary, which is '''10000'''. Then, we need to discard the last two digits, which will give us the binary number '''100'''. This is the binary form of the decimal number '''4'''.
In order to bitshift the decimal number '''16''' to the right by 2, we first need to [[wikipedia:Binary number#Decimal to Binary|convert it into binary]], which is '''10000'''. Then, we need to discard the last two digits, which will give us the binary number '''100'''. [[wikipedia:Binary number#Binary to Decimal|Converting this back to decimal]] gives us the number '''4'''.
<pre>4 * 25 = 100</pre>
<pre>4 * 25 = 100</pre>


Line 81: Line 81:
|entity=SfCrow
|entity=SfCrow
|address=SF::8001a028
|address=SF::8001a028
|dmgTable={{RollingDemoEnemyDamageTable/4-8-4-4}}
|dmgTable={{RollingDemoEnemyDamageTable|4|8|4|4}}
}}
}}
{{RollingDemoEnemyTableEntry
{{RollingDemoEnemyTableEntry
Line 101: Line 101:
|entity=SfScarecrow
|entity=SfScarecrow
|address=SF::80019f54
|address=SF::80019f54
|dmgTable={{RollingDemoEnemyDamageTable|longbow=900}}
|dmgTable={{RollingDemoEnemyDamageTable|4|4|16|4}}
}}
}}
===[[The Ant Caves]]===
===[[The Ant Caves]]===
Line 159: Line 159:
|receiveFire=1
|receiveFire=1
|address=PG::8001ca20
|address=PG::8001ca20
|dmgTable={{RollingDemoEnemyDamageTable/8-8-1-4}}
|dmgTable={{RollingDemoEnemyDamageTable|8|8|1|4}}
}}
}}
{{RollingDemoEnemyTableEntry
{{RollingDemoEnemyTableEntry
Line 173: Line 173:
|receiveFire=1
|receiveFire=1
|address=PG::8001cb24
|address=PG::8001cb24
|dmgTable={{RollingDemoEnemyDamageTable/8-8-1-4}}
|dmgTable={{RollingDemoEnemyDamageTable|8|8|1|4}}
}}
}}
{{RollingDemoEnemyTableEntry
{{RollingDemoEnemyTableEntry
Line 186: Line 186:
}}
}}
===[[The Sleeping Village]]===
===[[The Sleeping Village]]===
{{RollingDemoEnemyTableEntry
|image=MediEvilRollingDemo-BabyMad.png
|name=[[Baby Mad]] (Unused)
|bgclass=village-bg
|bgposition=95% 95%
|dmgSharp = N/A
|dmgWeight = N/A
|dmgFire = N/A
|dmgMagic = N/A
|receiveSharp = N/A
|receiveWeight = N/A
|receiveFire = N/A
|receiveMagic = N/A
|score=N/A
|health=N/A
|entity=N/A
|dmgTable=N/A
}}
{{RollingDemoEnemyTableEntry
{{RollingDemoEnemyTableEntry
|image=MediEvilRollingDemo-NellieMad.png
|image=MediEvilRollingDemo-NellieMad.png
Line 264: Line 246:
|dmgTable=N/A
|dmgTable=N/A
}}
}}
===[[Pools Of The Ancient Dead]]===
===[[Pools Of The Ancient Dead]]===
{{RollingDemoEnemyTableEntry
{{RollingDemoEnemyTableEntry
Line 342: Line 325:
|entity=Rhinotaur
|entity=Rhinotaur
|address=800b9528
|address=800b9528
|dmgTable={{RollingDemoEnemyDamageTable/4-2-4-4}}
|dmgTable={{RollingDemoEnemyDamageTable|4|2|4|4}}
}}
}}
===[[The Pumpkin Serpent]]===
===[[The Pumpkin Serpent]]===
Line 357: Line 340:
|receiveFire=1
|receiveFire=1
|address=PG::8001cc40
|address=PG::8001cc40
|dmgTable={{RollingDemoEnemyDamageTable/8-8-1-4}}
|dmgTable={{RollingDemoEnemyDamageTable|8|8|1|4}}
}}
}}
{{DISPLAYTITLE:Enemies in the ''MediEvil Rolling Demo''}}
{{DISPLAYTITLE:Enemies in the ''MediEvil Rolling Demo''}}