====== Guts Level - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/levels/GutsLevel.java|GutsLevel.java]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/levels/RegularLevel.java|RegularLevel.java]] (Parent class) ===== JSON Configuration ===== This entity is implemented in Java, no JSON configuration exists ===== String Resources ===== Guts grass Guts high grass Viscous liquid The stairs up lead to the previous level. The stairs down lead to the next level. Bones are scattered on the floor. This is probably a library. Cursed spells are often found here. ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists ===== Entity Kind ===== * getEntityKind(): Returns "GutsLevel" (class name) ===== Related mr Entities ===== * [[mr:regular_level|Regular Level]] * [[mr:level|Level]] {{tag> mr levels }}