====== Mechanical Mechanic ====== {{ rpd:images:dm300_mob.png|DM-300 Mechanical Enemy }} **Mechanical** refers to various mechanical devices and mechanisms found throughout the dungeon that serve various functions. ==== Types of Mechanics ==== * **[[en:rpd:traps|Traps]]**: Hidden dangers that trigger when stepped on or activated * **Doors**: Locked, bolted, or otherwise sealed entryways * **[[en:rpd:level_objects|Level Objects]]**: Interactive elements that control other mechanical systems * **Machines**: More complex devices like the [[en:rpd:dm300_mob|DM-300]] ==== Related Entities ==== * [[en:rpd:traps|Traps]] - Various mechanical hazards * [[en:rpd:dm300_mob|DM-300]] - A major mechanical enemy * [[en:rpd:statues_mechanic|Statues]] - Often mechanical in nature * [[en:rpd:level_objects|Level Objects]] - Various mechanical elements in levels ==== Interaction ==== * Some mechanics can be disarmed or bypassed with the right skills * Others might require specific items or spells to activate or deactivate * Mechanical systems can sometimes be beneficial or harmful to the player ==== Source References ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/levels/Level.java|Level Class - Contains mechanical elements]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/blobs/Well.java|Well Class - Mechanical objects]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/levels/objects/LevelObjectsFactory.java|LevelObjectsFactory - Generates mechanical objects]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelObjects|LevelObjects - Configuration for mechanical objects]] {{tag> rpd mechanics}}