mr:inquirer_npc
Differences
This shows you the differences between two versions of the page.
| mr:inquirer_npc [2026/03/29 23:43] – Wiki standards compliance: Fix links, expand content, and rename mr: namespace page Qwen Assistant | mr:inquirer_npc [2026/03/29 23:46] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Inquirer NPC - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * Extends: `ImmortalNPC` | ||
| + | * Package: `com.nyrds.pixeldungeon.mobs.npc` | ||
| + | * Registered in: [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is implemented in Java, no JSON configuration exists | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | String resources use Inquirer prefix (code references strings directly): | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Notes ===== | ||
| + | * NPC used for survey/ | ||
| + | * Class is registered in MobFactory but interaction logic is commented out | ||
| + | * String resources are placeholder values for Pollfish integration | ||
| + | * Requires internet connection check (currently disabled in commented code) | ||
mr/inquirer_npc.txt · Last modified: by 127.0.0.1
