User Tools

Site Tools


rpd:sewer_level

Differences

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

Link to this comparison view

Next revision
Previous revision
rpd:sewer_level [2025/12/24 10:40] – Create sewer_level.txt page referenced by goo_mob.txt mikerpd:sewer_level [2025/12/24 10:45] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Sewer Level ======
  
 +{{ rpd:images:sewer_level.png|Sewer Level }}
 +
 +==== Description ====
 +**Sewer Level** (Level 2) is the second level of the dungeon in Remixed Dungeon. It's the first underground level and the home of various sewer creatures including rats, giant crabs, and other nasties. It also contains the first boss, the Goo.
 +
 +==== Features ====
 +* **Water**: The level contains many water tiles that can extinguish fire and affect certain mobs
 +* **Doors**: Locked doors that require keys to open
 +* **Traps**: Various traps including poison and other hazards
 +* **Mobs**: Rats, giant crabs, and other sewer creatures
 +* **Boss**: The Goo, the first boss of the game
 +
 +==== Layout ====
 +* Consists of interconnected rooms with water features
 +* Contains various locked and hidden doors
 +* Features special level objects and traps
 +
 +==== Items Found ====
 +* Various basic items and equipment
 +* Potions, scrolls, and other consumables
 +* The [[rpd:skeleton_key_item|Skeleton Key]] dropped by the Goo boss
 +
 +==== Challenges ====
 +* Navigation through maze-like layout
 +* Dealing with various traps
 +* Managing limited resources while exploring
 +* Defeating the Goo boss
 +
 +==== Strategy ====
 +* Explore thoroughly to find keys for locked doors
 +* Be cautious of traps
 +* Conserve resources for the Goo fight
 +* Take advantage of water tiles against fire-vulnerable enemies
 +
 +==== Code References ====
 +* [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/levels/SewerLevel.java|SewerLevel.java]] - Main implementation
 +* [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/levels/Patch.java|Patch.java]] - Level patches for vegetation
 +
 +==== String Resources ====
 +* [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2420|Sewers_Name]]: "Sewers"
 +
 +==== See Also ====
 +* [[rpd:levels|All Levels]]
 +* [[rpd:goo_mob|Goo]]
 +* [[rpd:prison_level|Prison Level]]
 +
 +{{tag> rpd levels sewers }}