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/03/17 11:54] – Wiki analysis: Update mr:demo_npc1_mob.txt with accurate code references Qwen Assistant | mr:demo_npc1_mob [2026/03/17 11:57] (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 quest demo configurations. | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | This entity is spawned through JSON configuration, | ||
| + | * Mob spawning: RemixedDungeon/ | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is defined in quest demo configuration files: | ||
| + | * RemixedDungeon/ | ||
| + | |||
| + | Example configuration from QuestDemo1.json: | ||
| + | <code json> | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | String resources for DemoNpc1 (if they exist) would be in: | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | Note: This is a demo entity and may not have actual string resources in the game. | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is not implemented in Lua. It is spawned through JSON configuration. | ||
| + | |||
| + | ===== Sprite Reference ===== | ||
| + | * Sprite file: wiki-data/ | ||
| + | * Original sprite: RemixedDungeon/ | ||
| + | |||
| + | ===== Usage in Code ===== | ||
| + | * Found in: QuestDemo1.json as a test NPC | ||
| + | * AI State: Passive (does not attack player) | ||
| + | * Purpose: Testing/ | ||
| + | |||
| + | ===== Related Entities ===== | ||
| + | * [[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. | ||
| + | |||
| + | {{tag> mr mobs demo test npc}} | ||
mr/demo_npc1_mob.txt · Last modified: by 127.0.0.1
