mr:remixed_fetid_rat_mob
Table of Contents
Fetid Rat Mob - Code References
Machine-readable reference page for the Fetid Rat mob entity
Java Classes
- AlchemyRecipes.java - Fetid Rat used in alchemy recipe definitions (line 159)
- MobFactory.java - Mob factory registration for RemixedFetidRat
JSON Configuration
- RemixedFetidRat.json - Complete mob configuration:
{
"defenseSkill": 5,
"attackSkill": 12,
"exp": 0,
"maxLvl": 1,
"dmgMin": 2,
"dmgMax": 6,
"dr": 2,
"ht": 15,
"loot": {"kind":"RatSkull"},
"lootChance": 1,
"name": "FetidRat_Name",
"name_objective": "FetidRat_Name_Objective",
"description": "FetidRat_Desc",
"gender": "FetidRat_Gender",
"spriteDesc": "spritesDesc/Rat.json",
"walkingType": "NORMAL",
"scriptFile": "scripts/mobs/RemixedFetidRat"
}
String Resources
String resource keys used across all localizations:
- FetidRat_Name - Display name (varies by language)
- FetidRat_Name_Objective - Objective case name
- FetidRat_Desc - Description text
- FetidRat_Gender - Grammatical gender (feminine in most languages)
Localization files containing FetidRat strings:
- values/strings_all.xml - English (source)
- values-ru/strings_all.xml - Russian: “мерзкая крыса”
- values-de/strings_all.xml - German: “stinkende Ratte”
- values-ja/strings_all.xml - Japanese: “腐ったネズミ”
- values-zh-rCN/strings_all.xml - Chinese (Simplified): “腐臭老鼠”
- values-in/strings_all.xml - Indonesian: “Tikus busuk”
- values-ms/strings_all.xml - Malay: “tikus kohong”
Lua Scripts
- RemixedFetidRat.lua - Mob behavior script:
- Implements three gas emission types (paralytic, confusion, toxic)
- Uses commonClasses and mob libraries
- Places gas blobs based on random kind selection (1-3)
Sprite References
- Sprite configuration: spritesDesc/Rat.json - Shared rat sprite configuration
Related mr Entities
- Rat Skull Item - Loot dropped by Fetid Rat
- Ghost NPC - Related to rat questline
- Suspicious Rat Mob - Similar rat variant
- Rat Mob - Base rat mob type
Entity Kind
- Entity Kind: RemixedFetidRat
- Used in: JSON configs, Lua scripts, AlchemyRecipes.java
- Mob Type: Standard mob with special gas emission behavior
mr/remixed_fetid_rat_mob.txt · Last modified: by 127.0.0.1
