User Tools

Site Tools


rpd:pedestal_level_object

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
rpd:pedestal_level_object [2025/12/30 15:45] – Add pedestal_level_object.txt for pedestals where runic skulls appear mikerpd:pedestal_level_object [2025/12/30 15:48] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Pedestal Level Object ======
  
 +{{ rpd:images:pedestal_level_object.png|Pedestal }}
 +
 +**Pedestals** are special level objects found in the Necropolis level. They serve as platforms for the Lich to summon Runic Skulls during the boss fight.
 +
 +==== Description ====
 +Pedestals are stationary level objects that appear throughout the Necropolis level. During the Lich boss battle, the Lich will summon Runic Skulls onto these pedestals which then provide various effects to assist the Lich in combat.
 +
 +==== Appearance ====
 +  * Found primarily in the Necropolis level
 +  * Serve as anchor points for Runic Skulls during the Lich fight
 +  * Cannot be moved or destroyed by the player
 +
 +==== Mechanics ====
 +  * During the Lich battle, 2-4 pedestals will have Runic Skulls spawned on them (depending on difficulty)
 +  * The Lich activates these skulls every 5 turns
 +  * Each skull type provides different effects to aid the Lich
 +  * When the Lich is defeated, all runic skulls are cleared from pedestals
 +
 +==== Strategy ====
 +  * Focus on pedestals with active skulls during the Lich battle
 +  * Position yourself to attack multiple skulls if they cluster together
 +  * Be prepared for skull effects when they activate
 +
 +==== Related Pages ====
 +  * [[rpd:lich_mob|Lich]] - The boss that uses pedestals for skull summoning
 +  * [[rpd:runic_skull_level_object|Runic Skull]] - The objects that appear on pedestals
 +  * [[rpd:necropolis_level|Necropolis Level]] - Where pedestals appear
 +  * [[rpd:level_objects|Level Objects]] - Other interactive objects in levels
 +
 +==== Code References ====
 +  * **Java Implementation:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/levels/objects/Pedestal.java|Pedestal.java]]
 +  * **Lich Implementation:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/necropolis/Lich.java|Lich.java]] - Contains pedestal detection and skull spawning logic
 +
 +{{tag> rpd level_objects lich pedestals }}