User Tools

Site Tools


mr:chasm_level

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:chasm_level [2025/12/24 17:09] – Add new mr namespace pages for chasm_level, chests, curses and debuffs mikemr:chasm_level [2025/12/25 01:12] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Chasm Level - Code References ======
  
 +===== Java Classes =====
 +  * Level implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/levels/Level.java|Level.java]]
 +  * Chasm feeling detection: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/levels/Level.java#L218|Level.java#L218]]
 +
 +===== JSON Configuration =====
 +  * Level configurations: [[https://github.com/NYRDS/remixed-dungeon/tree/master/RemixedDungeon/src/main/assets/levelsDesc|levelsDesc/]]
 +
 +===== String Resources =====
 +This level feeling doesn't have dedicated string resources, but uses general level terminology:
 +  * English: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|strings_all.xml]]
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related Files =====
 +  * Level generation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/levels/Level.java|Level.java]]
 +  * Chasm mechanics: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/levels/Level.java]]
mr/chasm_level.txt · Last modified: by 127.0.0.1