mr:bishop_npc
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:bishop_npc [2026/02/23 22:54] – Fix wiki standards compliance for 5 analyzed pages Qwen Assistant | mr:bishop_npc [2026/02/23 22:58] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Bishop NPC - Code References ====== | ||
| + | ===== Java Classes ===== | ||
| + | This entity is implemented in Lua/JSON, no Java class exists. See: | ||
| + | * RemixedDungeon/ | ||
| + | * RemixedDungeon/ | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | * [[https:// | ||
| + | * `baseSpeed: 0` - Cannot move | ||
| + | * `spriteDesc: | ||
| + | * `scriptFile: | ||
| + | * `friendly: true` - Friendly to player | ||
| + | * `movable: false` - Cannot be moved | ||
| + | * `aiState: Passive` - Passive AI state | ||
| + | * `fraction: NEUTRAL` - Neutral faction | ||
| + | * `immortal: true` - Cannot be killed | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | * [[https:// | ||
| + | * Key functions: | ||
| + | * `interact(self, | ||
| + | * `die(self, cause)` - Death handler (curses player when killed) | ||
| + | * `spawn(me, level)` - Spawn handler (sets AI to " | ||
| + | * Services offered: | ||
| + | * Lesser Blessing: 100 * difficultyFactor gold, applies Blessed buff for 100 turns | ||
| + | * Greater Blessing: 500 * difficultyFactor gold, applies Blessed buff for 500 turns (twice) | ||
| + | * Remove Curse: 200 * difficultyFactor gold, removes curses from all items | ||
| + | |||
| + | ===== Related String Resources ===== | ||
| + | * BishopNPC_Name | ||
| + | * BishopNPC_Name_Objective | ||
| + | * BishopNPC_Gender | ||
| + | * BishopNPC_Desc | ||
mr/bishop_npc.txt · Last modified: by 127.0.0.1
