mr:black_rat_mob
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| mr:black_rat_mob [2025/12/23 01:39] – Update black_rat_mob.txt in mr namespace with accurate implementation details mike | mr:black_rat_mob [2025/12/25 21:25] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Black Rat Mob - Code References ====== | ||
| + | This page contains raw code references and configuration excerpts for the Black Rat mob entity. | ||
| + | |||
| + | ==== Entity Kind ==== | ||
| + | * **getEntityKind() value:** BlackRat | ||
| + | |||
| + | ==== Java Implementation ==== | ||
| + | * **Implementation: | ||
| + | * **Base class:** [[https:// | ||
| + | |||
| + | ==== JSON Configuration ==== | ||
| + | **Main mob configuration: | ||
| + | <code json> | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | **Sprite configuration: | ||
| + | <code json> | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | ==== Lua Implementation ==== | ||
| + | * **Script file:** [[https:// | ||
| + | * **Behavior: | ||
| + | |||
| + | ==== String Resources ==== | ||
| + | * **No specific string resources** - uses properties from JSON configuration | ||
| + | * **Name:** Black Rat | ||
| + | * **Description: | ||
