User Tools

Site Tools


mr:larva_mob

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:larva_mob [2026/02/11 16:39] – Fix wiki page compliance issues\n\n- Updated image references to follow proper naming conventions\n- Improved content in larva_mob.txt with proper details\n- Reformatted version.json.txt to follow DokuWiki standards\n- Updated image reference in librarian mikemr:larva_mob [2026/02/11 16:43] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Larva Mob ======
 +
 +{{ rpd:images:larva_mob.png|Larva }}
 +
 +**Larva** is a mob in Remixed Dungeon. It's a small insect-like creature that appears in the early levels of the dungeon.
 +
 +==== Basic Information ====
 +  * **Type**: Monster/Mob
 +  * **Level**: Early dungeon
 +  * **Category**: Insectoid
 +  * **Hostility**: Hostile
 +
 +==== Statistics ====
 +  * **HP**: See [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/mobsDesc/Larva.json|Larva.json config]]
 +  * **Attack Speed**: See [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/mobsDesc/Larva.json|Larva.json config]]
 +  * **Attack Damage**: See [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/mobsDesc/Larva.json|Larva.json config]]
 +  * **Defense**: See [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/mobsDesc/Larva.json|Larva.json config]]
 +
 +==== Behavior ====
 +  * Larva typically moves toward the player character
 +  * Usually found in groups in early levels
 +  * Relatively weak individually but can be dangerous in numbers
 +
 +==== Drops ====
 +  * [[en:rpd:gold_item|Gold]]
 +  * Occasionally drops other items based on configuration in Larva.json
 +
 +==== Strategy ====
 +  * Due to their low stats, Larvas are generally easy to defeat
 +  * Can usually be handled with basic attacks or simple spells
 +
 +==== Implementation Details ====
 +  * **Java Class**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Larva.java|Larva.java]]
 +  * **JSON Configuration**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/mobsDesc/Larva.json|Larva.json]]
 +  * **Sprite**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/mobs/mob_Larva.png|mob_Larva.png]]
 +  * **String Resources**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#LXXXX-LXXXX|Larva_Name, Larva_Info]]
 +
 +==== Related ====
 +  * [[en:rpd:spider_mob|Spider]] - Another insectoid mob
 +  * [[en:rpd:goo_mob|Goo]] - Advanced dungeon inhabitant related to larvae
 +
 +{{tag> rpd mobs insects}}