mr:demo_npc1_mob
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:demo_npc1_mob [2026/08/01 02:26] – Wiki maintenance: Fix 5 random pages for compliance Bot | mr:demo_npc1_mob [2026/08/01 02:29] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Demo Npc1 Mob - Code References ====== | ||
| + | ===== Entity Overview ===== | ||
| + | DemoNpc1 is a demo/test NPC used for testing purposes in Remixed Dungeon. It appears in the QuestDemo1 level configuration. | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | This entity is spawned through JSON configuration, | ||
| + | * Mob factory registration: | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is defined in the QuestDemo1 level configuration: | ||
| + | * **File:** RemixedDungeon/ | ||
| + | * **Spawn Configuration: | ||
| + | <code json> | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | </ | ||
| + | * **Location: | ||
| + | * **AI State:** Passive (does not attack player) | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | No string resources found for DemoNpc1 in the game's string files (values/ | ||
| + | * This is a demo entity and does not have localized name/ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is not implemented in Lua. It is spawned through JSON configuration only. | ||
| + | |||
| + | ===== Sprite Reference ===== | ||
| + | * **Wiki Image:** wiki-data/ | ||
| + | * **Game Sprite:** No dedicated sprite file found in RemixedDungeon/ | ||
| + | * **Note:** May use a default/ | ||
| + | |||
| + | ===== Usage in Code ===== | ||
| + | * Found in: QuestDemo1.json as a test NPC | ||
| + | * AI State: Passive (does not attack player) | ||
| + | * Purpose: Testing/ | ||
| + | * Level: QuestDemo1 (16x16 test level with multiple exits) | ||
| + | |||
| + | ===== Related Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | |||
| + | ===== Notes ===== | ||
| + | This is a test/demo entity used for development and testing purposes. It is not part of the main game content and may be used for testing mob behaviors, quest mechanics, or other game systems. The entity only appears in the QuestDemo1 level configuration. | ||
| + | |||
| + | {{tag> mr mobs demo test npc}} | ||
mr/demo_npc1_mob.txt · Last modified: by 127.0.0.1
