mr:black_cat_mob
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:black_cat_mob [2026/03/10 21:27] – Wiki maintenance: Fix 5 random pages for standards compliance Qwen Assistant | mr:black_cat_mob [2026/03/10 21:27] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Black Cat Mob - Code References ====== | ||
| + | |||
| + | **Entity Kind**: `BlackCat` | ||
| + | |||
| + | **Entity Type**: Mob (NPC - Neutral/ | ||
| + | |||
| + | **Description**: | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | Black Cat is defined in JSON configuration at `RemixedDungeon/ | ||
| + | |||
| + | <code json> | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | **Configuration Notes**: | ||
| + | * `friendly: true` - Cannot be targeted by player attacks | ||
| + | * `immortal: true` - Cannot be killed | ||
| + | * `aiState: " | ||
| + | * `fraction: " | ||
| + | * `ht: 10` - Has 10 hit points (but cannot die due to immortal flag) | ||
| + | |||
| + | **Level Spawns**: Black Cat appears in fortune-related levels: | ||
| + | * `levelsDesc/ | ||
| + | * `levelsDesc/ | ||
| + | * `levelsDesc/ | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | **English** (`values/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Russian** (`values-ru/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Other Languages**: | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | **Script Behavior**: The Black Cat Lua script implements: | ||
| + | * Passive wandering behavior | ||
| + | * Random meowing phrases | ||
| + | * Food-seeking behavior (attracted to food items) | ||
| + | * Special interaction when player offers food | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
