User Tools

Site Tools


mr: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
mr:fetid_rat_mob [2026/02/22 01:55] – Wiki standards compliance: Fix broken links and enhance mr: namespace pages Qwen Assistantmr:fetid_rat_mob [2026/02/22 01:55] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Fetid Rat Mob - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/npcs/Ghost.java#L313-L332|Ghost.java#L313-L332]] - FetidRat inner class definition
 +  * [[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 Fetid Rat is created in quest
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/common/MobFactory.java#L196|MobFactory.java#L196]] - Registration of Fetid Rat in 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
 +
 +===== String Resources =====
 +<code xml>
 +<!-- English strings (values/strings_all.xml) -->
 +<string name="FetidRat_Name">fetid rat</string>
 +<string name="FetidRat_Name_Objective">fetid rat</string>
 +<string name="FetidRat_Gender">feminine</string>
 +<string name="FetidRat_Desc">This marsupial rat is much larger than a regular one. It is surrounded by a foul cloud.</string>
 +
 +<!-- Russian strings (values-ru/strings_all.xml) -->
 +<string name="FetidRat_Name">мерзкая крыса</string>
 +<string name="FetidRat_Name_Objective">мерзкую крысу</string>
 +<string name="FetidRat_Gender">feminine</string>
 +<string name="FetidRat_Desc">Эта сумчатая крыса крупнее обычной. Вокруг неё витает зловоние.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/mobs/RemixedFetidRat.lua|RemixedFetidRat.lua]] - Custom behavior implementation
 +
 +===== Usage in Code =====
 +  * Part of Ghost quest line
 +  * Appears as quest reward for Necromancer or alternative reward for other classes
 +  * Drops Giant Rat Skull (100% guaranteed)
 +  * Has special ability to release random gas clouds (Paralytic, Confusion, or Toxic)
 +  * Immune to its own gas type and Paralysis effects
 +  * HP: 15, Attack: 12, Defense: 5, Damage: 2-6
 +  * Does not spawn naturally in dungeon
 +
 +===== Related mr Entities =====
 +  * [[mr:ghost_npc|Ghost NPC]]
 +  * [[mr:giant_rat_skull_item|Giant Rat Skull Item]]
 +  * [[mr:rat_mob|Regular Rat Mob]]
  
mr/fetid_rat_mob.txt · Last modified: by 127.0.0.1