mr:servant_npc
Differences
This shows you the differences between two versions of the page.
| mr:servant_npc [2026/03/06 23:44] – Fix wiki standards compliance issues in 5 random pages Qwen Assistant | mr:servant_npc [2026/03/06 23:44] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Servant NPC - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | This entity is implemented via JSON configuration and Lua script, no Java class exists. | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | * [[https:// | ||
| + | * Location: `RemixedDungeon/ | ||
| + | * Properties: | ||
| + | - `friendly`: true (non-hostile NPC) | ||
| + | - `movable`: true (can move around) | ||
| + | - `aiState`: " | ||
| + | - `fraction`: " | ||
| + | - `immortal`: true (cannot be killed) | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | * [[https:// | ||
| + | * Location: `RemixedDungeon/ | ||
| + | |||
| + | ===== Additional References ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
mr/servant_npc.txt · Last modified: by 127.0.0.1
