User Tools

Site Tools


mr:remixed_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:remixed_fetid_rat_mob [2026/01/14 20:56] – Fix wiki pages for compliance with standards - Fix incorrect link in necropol.txt to use lowercase naming convention - Add proper content to placeholder machine-readable pages for incendiary_dart_item and remixed_fetid_rat_mob - Verify and update content mikemr:remixed_fetid_rat_mob [2026/01/14 20:59] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Remixed 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|Ghost.java]] - Contains the FetidRat inner class (lines 313-332)
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/common/MobFactory.java|MobFactory.java]] - Registration of the Fetid Rat (line 194)
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/mobsDesc/RemixedFetidRat.json|RemixedFetidRat.json]] - Stats and configuration data
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/TestLevelSewers.json]] - Test level with RemixedFetidRat
 +
 +===== String Resources =====
 +<code xml>
 +<string name="RemixedFetidRat_Name">fetid rat</string>
 +<string name="RemixedFetidRat_Info">This disgusting little rodent barely looks like a living thing. It carries a putrid stench that seems to originate from its skin.</string>
 +<string name="RemixedFetidRat_Gender">masculine</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/mobs/RemixedFetidRat.lua|RemixedFetidRat.lua]]
  
mr/remixed_fetid_rat_mob.txt · Last modified: by 127.0.0.1