Difference between revisions of "Loremaster"

From DoomWiki.org

[unchecked revision][checked revision]
m
m (Automated edit - strip wbr for MT_ enum to restore searching)
 
(9 intermediate revisions by 6 users not shown)
Line 1: Line 1:
[[Image:Loremaster-strife.png|thumb|right|256px|The Loremaster fails to hit the player with his grappling hook attack.]]
+
[[File:Loremaster-strife.png|thumb|The Loremaster fails to hit the player with his grappling hook attack.]]
  
The '''Loremaster''' is the fifth major boss of [[Strife]], and he is the final holder of one of the [[Sigil]] pieces. He is considered to be a religious leader, and the most powerful of all the Order's generals. He is found in the Lab near the Space Ship, and he has 800 Hit Points. His attack is to shoot a [[grappling hook]], which will pull his target towards him. Due to the variance in elevation in his arena, this can pull the player and drop them a long distance to inflict serious damage. However the hits from the hook alone are minor in damage. When the Loremaster dies, he will spawn a [[Spectre (Strife)|Spectre]], which will fire Sigil E shots, and is the most powerful of the five Spectres in the game.
+
The '''Loremaster''' is the fifth major boss of [[Strife]], and is the holder of the fourth or fifth piece of the [[The Sigil of the One God|Sigil]], depending on choices the player has made earlier in the game. He is considered to be a religious leader, and oversees the process that transforms humans into [[acolyte]] soldiers; the [[Oracle]] refers to him as "the surgeon who butchers and controls your people". He is found in [[MAP27: The Lab (Strife)|the laboratory]], beneath the [[MAP20: Factory: Receiving (Strife)|factory]] that adjoins the [[MAP23: Order Commons (Strife)|Order Commons]].
  
Once the Loremaster is defeated, the player will likely have the full Sigil assembled, allowing them to unlock the spaceship that leads to the [[Entity]]'s lair an the end of the game. His Lab is located within the factory at the Order Commons.
+
The Loremaster has 800 [[hit point]]s and attacks by firing a grappling hook, which will pull his target towards him. The hook itself deals minor damage, but the fight takes place among high platforms that overlook deep pits, and successful hook shots can pull the player up before dropping them a long distance to inflict [[Falling damage|serious injury]]. When the Loremaster dies his [[Spectre (Strife)|Spectre]] will come out - this Spectre fires Sigil E shots, and is the most powerful of the five Spectres in the game.
 +
 
 +
Once the Loremaster is defeated, a set of bars on the bottom level will open; provided the player has the complete Sigil at this point, they can unlock the spaceship that leads to the [[Entity]]'s lair and the end of the game.
 +
 
 +
== Data ==
 +
 
 +
{{col-begin|width=auto}}
 +
{{col-break}}
 +
{| {{prettytable}}
 +
!colspan=2|Loremaster data
 +
|-
 +
| [[Thing types|Thing type]]||12 (decimal), C (hex)
 +
|-
 +
| [[Mobj|Enum]]||MT_PRIEST (66)
 +
|-
 +
| Appears in||[[Strife]] full version<br>Strife [[Strife: Veteran Edition|Veteran Ed.]]
 +
|-
 +
| [[Hit point]]s||800
 +
|-
 +
| Speed||10 [[map unit]]s per frame<br>(87.5 map units per second)
 +
|-
 +
| Radius||15
 +
|-
 +
| Height||56
 +
|-
 +
| [[Mass]]||100
 +
|-
 +
| Reaction time||8 [[tic]]s
 +
|-
 +
| [[Pain chance]]||0 (0.00%)
 +
|-
 +
| Pain time||0 tics
 +
|-
 +
| Flags||{{c|38324742}} (decimal)<br>{{c|0248CA06}} (hex)
 +
|-
 +
| Flags list|| 1: Obstacle<br> 2: Shootable<br> 9: No gravity<br>11: Quest item<br>14: Floating<br>15: Can NPC talk<br>19: Puffs vs. blood<br>22: Affects kill %<br>25: Not in [[deathmatch]]
 +
|-
 +
| Flags2 - VE||{{c|2}} (decimal)<br>{{c|00000002}} (hex)
 +
|-
 +
| Flags2 list|| 1: Render as billboard
 +
|-
 +
| Spawns||MT_HOOKSHOT (hook)<br>[[Spectre (Strife)|MT_SPECTRE_E]] (spectre E)
 +
|}
 +
{{col-break|gap=0.5em}}
 +
{| {{prettytable}}
 +
!colspan=2|[[Sprite]]s & [[sound]]s
 +
|-
 +
| Sprite name||PRST (main)<br>PDED (death)
 +
|-
 +
| Alert sound||DSLORSEE
 +
|-
 +
| [[A_Chase|Active sound]]||DSTEND
 +
|-
 +
| Pain sound||DSLORPN
 +
|-
 +
| [[Types of death|Death]] sound||DSSLOP
 +
|}
 +
{| {{prettytable}}
 +
! [[State]]!!Frames
 +
|-
 +
| Idling||1 [A]
 +
|-
 +
| Chasing||8 [AABBCCDD]
 +
|-
 +
| Attacking (melee)||2 [EF]
 +
|-
 +
| Attacking (hook)||2 [EF]
 +
|-
 +
| [[Types of death|Dying]]||23 [ABCDEFG<wbr>HIJIJIKLM<wbr>NOPQRST]
 +
|}
 +
{| {{prettytable}}
 +
!colspan=2|[[Melee attack]]
 +
|-
 +
| [[Damage]]||(0, 1, 8, or 9) * 10
 +
|-
 +
| Sound||DSREVBLD
 +
|}
 +
{{col-end}}
 +
 
 +
{{col-begin|width=auto}}
 +
{{col-break}}
 +
{| {{prettytable}}
 +
!colspan=2|Grappling hook ranged attack
 +
|-
 +
| Type||[[Projectile]]
 +
|-
 +
| Enum||MT_HOOKSHOT (97)
 +
|-
 +
| Velocity||20 map units per tic<br>(700 map units per second)
 +
|-
 +
| Damage||2-8
 +
|-
 +
| Radius||10
 +
|-
 +
| Height||14
 +
|-
 +
| Sprite||OCLW (in flight)<br>CCLW (impact)
 +
|-
 +
| Frames||1 [A] (in flight)<br>1 [A] (impact)
 +
|-
 +
| Sound||DSCHAIN (firing)<br>DSSWISH (in flight)
 +
|-
 +
| Flags||{{c|67088}} (decimal)<br>{{c|00010610}} (hex)
 +
|-
 +
| Flags list|| 4: No blocklinks (Inert)<br> 9: No gravity<br>10: Drops off ledges<br>16: Projectile
 +
|-
 +
| Flags2 - VE||{{c|0}} (decimal)<br>{{c|00000000}} (hex)
 +
|-
 +
| Spawns||MT_CHAINSHOT (chain link)
 +
|}
 +
{{col-break|gap=0.5em}}
 +
{| {{prettytable}}
 +
!colspan=2|Chain link
 +
|-
 +
| Enum||MT_CHAINSHOT (98)
 +
|-
 +
| Velocity||0
 +
|-
 +
| Radius||20
 +
|-
 +
| Height||16
 +
|-
 +
| Sprite||TEND
 +
|-
 +
| Frames||1 [A]
 +
|-
 +
| Sound||DSTEND (firing)
 +
|-
 +
| Flags||{{c|528}} (decimal)<br>{{c|00000210}} (hex)
 +
|-
 +
| Flags list|| 4: No blocklinks (Inert)<br> 9: No gravity
 +
|-
 +
| Flags2 - VE||{{c|0}} (decimal)<br>{{c|00000000}} (hex)
 +
|}
 +
{{col-end}}
  
 
{{Strife monsters}}
 
{{Strife monsters}}
[[Category:Strife monsters]]
+
[[Category:Boss monsters]]

Latest revision as of 17:21, 27 November 2022

The Loremaster fails to hit the player with his grappling hook attack.

The Loremaster is the fifth major boss of Strife, and is the holder of the fourth or fifth piece of the Sigil, depending on choices the player has made earlier in the game. He is considered to be a religious leader, and oversees the process that transforms humans into acolyte soldiers; the Oracle refers to him as "the surgeon who butchers and controls your people". He is found in the laboratory, beneath the factory that adjoins the Order Commons.

The Loremaster has 800 hit points and attacks by firing a grappling hook, which will pull his target towards him. The hook itself deals minor damage, but the fight takes place among high platforms that overlook deep pits, and successful hook shots can pull the player up before dropping them a long distance to inflict serious injury. When the Loremaster dies his Spectre will come out - this Spectre fires Sigil E shots, and is the most powerful of the five Spectres in the game.

Once the Loremaster is defeated, a set of bars on the bottom level will open; provided the player has the complete Sigil at this point, they can unlock the spaceship that leads to the Entity's lair and the end of the game.

Data[edit]

Monsters from Strife
Order minions: AcolyteCeiling turretCrusaderInquisitorReaverSentinelStalkerTemplar
Bosses: BishopEntityLoremasterProgrammerSpectre
Characters: BeggarMacilMerchantOraclePeasantRebel