User Tools

Site Tools


rpd:fetid_rat_mob

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
rpd:fetid_rat_mob [2025/12/25 16:29] – Rename fetidrat.txt to fetid_rat_mob.txt following naming convention mikerpd:fetid_rat_mob [2025/12/25 16:33] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Fetid Rat Mob ======
 +
 +{{ rpd:images:fetidrat_sprite.png|Fetid Rat Sprite }}
 +
 +The **Fetid Rat** is a special mob that appears in Remixed Dungeon as part of the Ghost quest for Necromancer hero class, or as an alternative reward for the Ghost quest for other classes.
 +
 +==== Description ====
 +The Fetid Rat is a diseased-looking rat that follows the player character. It appears as part of the Ghost's quest line, either as a reward for Necromancer players who choose to befriend the Ghost, or as an alternative to the Dried Rose quest for non-Necromancers who convince the Ghost to give up his quest for revenge.
 +
 +==== Stats ====
 +  * **HP:** 15
 +  * **HT:** 15 (Max HP)
 +  * **Attack Skill:** 12
 +  * **Defense Skill:** 5
 +  * **Damage:** 2-6
 +  * **Damage Reduction:** 2
 +  * **EXP for Kill:** 0
 +  * **Level:** Not a standard dungeon mob
 +  * **Speed:** Normal
 +
 +==== Special Abilities ====
 +  * **Random Gas Cloud:** On defense (when attacked), releases a random gas cloud with a 50-cell radius around itself. The gas type is randomly selected from three possibilities:
 +    * **Paralytic Gas:** May paralyze nearby characters
 +    * **Confusion Gas:** May confuse nearby characters with Vertigo effect
 +    * **Toxic Gas:** May poison nearby characters
 +  * **Immunity:** Immune to its own specific gas type immunity (Paralysis, Vertigo, or Toxic Gas depending on variant)
 +  * **Additional Immunity:** Immune to Paralysis effects regardless of variant
 +
 +==== Drops ====
 +  * [[rpd:giant_rat_skull_item|Giant Rat Skull]] (100% guaranteed drop)
 +
 +==== Quest Context ====
 +  * Part of the Ghost quest line
 +  * Appears as an alternative quest reward for non-Necromancer classes
 +  * For Necromancer class, appears as a reward for choosing to befriend the Ghost rather than help him
 +  * Serves as a potential pet or ally for the player
 +
 +==== Location ====
 +  * Does not spawn naturally in dungeon levels
 +  * Only appears as part of the Ghost quest completion
 +  * Part of the Necromancer-specific quest content
 +
 +==== Strategy ====
 +  * Be cautious when attacking, as the paralytic gas effect can impact both you and other nearby enemies
 +  * The paralytic gas ability activates on defense, not attack
 +  * Since it drops a valuable quest item (Giant Rat Skull), consider the tactical implications of killing it
 +
 +==== Java Class ====
 +  * **Java Class:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/npcs/Ghost.java#L313-L332|Ghost.FetidRat inner class]]
 +  * **Base Class:** [[rpd:mob|Mob]]
 +  * **Quest:** Part of Ghost quest
 +
 +==== Additional Code References ====
 +  * **Java Implementation:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/npcs/Ghost.java#L266|Ghost.java#L266]] - where the Fetid Rat is created in the quest
 +  * **Mob Registration:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/common/MobFactory.java#L194|MobFactory.java#L194]] - registration of the Fetid Rat in the mob factory
 +  * **JSON Configuration:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/mobsDesc/RemixedFetidRat.json|RemixedFetidRat.json]] - Stats and configuration data
 +  * **Lua Script:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/mobs/RemixedFetidRat.lua|RemixedFetidRat.lua]] - Custom behavior implementation
 +  * **String Resources (English):** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1834-L1837|strings_all.xml#L1834-L1837]] - English localization
 +  * **String Resources (Russian):** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L1835-L1838|values-ru/strings_all.xml#L1835-L1838]] - Russian localization
 +
 +==== Related ====
 +  * [[rpd:ghost_mob|Ghost]] - The NPC that spawns the Fetid Rat as a quest reward
 +  * [[rpd:giant_rat_skull_item|Giant Rat Skull]] - Item dropped by the Fetid Rat
 +  * [[rpd:rat_mob|Regular Rat]] - Standard rat enemy in the dungeon
 +  * [[rpd:necromancer_class|Necromancer]] - Hero class with special interaction with the Ghost
 +  * [[rpd:quests|Quests]] - Other quest-related content in the game
 +
 +{{tag> rpd mobs quest necromancer ghost }}