User Tools

Site Tools


rpd:differences

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
rpd:differences [2015/07/19 17:21] – mikerpd:differences [2025/12/18 20:16] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Differences from vanilla PD ======
 +
 +==== Language and Localization ====
 +  * Option to change language. (currently supported: English, Russian, French, Polish, Spanish and many more)
 +  * Complete localization system with extensive translated content
 +  * Support for regional content through language-specific endpoints (e.g., ruwiki.nyrds.net for Russian content)
 +
 +==== New Classes and Subclasses ====
 +  * [[rpd:elf|Elf]] class with unique mechanics (natural haste, immunity to roots, lower strength)
 +  * [[rpd:necromancer|Necromancer]] class with summoning mechanics
 +  * [[rpd:gnoll|Gnoll]] class with high strength but low HP
 +  * [[rpd:priest|Priest]] class (Coming Soon feature)
 +  * [[rpd:doctor|Doctor]] class with special mechanics and accuracy penalty when not using Bone Saw
 +  * Additional subclasses: [[rpd:scout|Scout]], [[rpd:shaman|Shaman]], [[rpd:lich|Lich]], [[rpd:witchdoctor|WitchDoctor]], [[rpd:guardian|Guardian]]
 +
 +==== New Levels and Areas ====
 +  * [[rpd:guts|Guts Level]] (floors 26-30) - Extra challenging post-game content featuring unique enemies
 +  * Spider Level (floors 6s-10s) - Special themed level with spider enemies
 +  * Necropolis Level (floors necro1-necro4) - Undead-themed area
 +  * Ice Caves Level (floors ice1-ice4) - Cold-themed area
 +  * [[rpd:sub_levels|Sub-levels]] - Special floors beyond the standard progression
 +
 +==== New Mobs and NPCs ====
 +  * Unique enemies like [[rpd:suspiciousrat|Suspicious Rat]], [[rpd:larva|Larva]], [[rpd:worm_mob|Worm]], [[rpd:scorpio|Scorpio]]
 +  * Special NPCs like [[rpd:artificernpc|Artificer NPC]], [[rpd:plaguedoctornpc|Plague Doctor NPC]], [[rpd:azuterronnpc|Azuteron NPC]]
 +  * New boss mechanics: [[rpd:lich_mob|Lich]] boss with unique mechanics
 +
 +==== New Items and Mechanics ====
 +  * [[rpd:armor_glyphs|Armor Glyphs]] system with new defensive enchantments
 +  * [[rpd:boomerang|Boomerang]] - returns to original slot and quickslot after being thrown (recently updated)
 +  * [[rpd:spells|Spells]] system for different magic affinities
 +  * [[rpd:mechanical|Mechanical] and special items unique to Remixed Dungeon
 +  * [[rpd:json_configs|JSON Configuration]] for modding support
 +  * [[rpd:lua_scripts|Lua Scripts]] for advanced modding capabilities
 +  * Various new equipment like [[rpd:composite_crossbow|Crossbows]], [[rpd:claymore|Claymore]], and themed weapons
 +
 +==== Modding Support ====
 +  * [[rpd:json_configs|JSON Configuration]] for custom content creation
 +  * [[rpd:lua_scripts|Lua Scripting]] system for custom mechanics
 +  * [[rpd:modding|Modding documentation]] and tools
 +  * Web server functionality for mod file management
 +  * Support for third-party content and custom dungeons
 +
 +==== Technical Improvements ====
 +  * [[rpd:platform|Platform abstraction]] allowing multiple platform support (Android, Desktop)
 +  * Separate product flavors for different markets (Google Play, F-Droid, ruStore, etc.)
 +  * Enhanced sprite system with JSON-based sprite configurations
 +  * Migration from Java-based mob sprites to JSON-based definitions
 +  * Updated Guts level spawn rates with [[rpd:larva|Larva]] appearing on deeper floors (28-30) with increasing numbers
 +  * Updated Bestiary.json with more varied spawns in Guts level (e.g., higher Succubus rate on floor 26, Eye removed from floor 27)
 +
 +==== UI and Gameplay Changes ====
 +  * Web-based UI components for mod management
 +  * Integrated JSON and PNG editors for modding
 +  * Enhanced quickslot system with better restoration mechanics
 +  * Different unlock mechanics for hero classes (donations as alternative to achievements)
 +  * Updated hero stats and starting equipment per [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/hero/initHeroes.json|initHeroes.json]]
 +
 +==== Content Verification ====
 +* Information source: Comparison with vanilla Pixel Dungeon and analysis of Remixed Dungeon source code
 +* Updated for recent changes: As of December 2025, includes sprite migration changes and Guts level spawn adjustments
 +* Last updated: December 2025, source: Remixed Dungeon 1.9.3
 +
 +{{tag> rpd differences comparison}}