====== Quest Demo1 Configuration - Code References ====== ===== Overview ===== QuestDemo1.json is a quest demo configuration file that defines a test level with demo NPCs and quest elements. It is used for development and testing of quest mechanics. ===== JSON Configuration ===== * File: RemixedDungeon/src/main/assets/levelsDesc/QuestDemo1.json * Defines a test level with demo NPCs (DemoNpc1, DemoNpc2) * Contains spawn configurations for test entities * Used for testing quest systems and NPC interactions ===== Structure ===== The configuration includes: * Level layout and dimensions * NPC spawn points with AI states (Passive) * Quest triggers and objectives (demo only) * Test items and rewards ===== Related Entities ===== * [[mr:demo_npc1_mob|Demo Npc1 Mob]] - First demo NPC * [[mr:demo_npc2_mob|Demo Npc2 Mob]] - Second demo NPC ===== Usage ===== This configuration is used for: * Testing quest mechanics * Validating NPC spawn and AI behavior * Development debugging {{tag> mr quest demo config test}}