mr:fetid_rat_mob
Table of Contents
Fetid Rat Mob - Code References
Java Classes
- Ghost.java#L313-L332 - FetidRat inner class definition
- Ghost.java#L266 - Where Fetid Rat is created in quest
- MobFactory.java#L196 - Registration of Fetid Rat in mob factory
JSON Configuration
- RemixedFetidRat.json - Stats and configuration data
String Resources
<!-- 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>
Lua Scripts
- 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/fetid_rat_mob.txt · Last modified: by 127.0.0.1
