User Tools

Site Tools


mr:quest_demo1_config

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
mr:quest_demo1_config [2026/07/18 11:35] – wiki: fix red links and create missing reference pages Botmr:quest_demo1_config [2026/07/18 11:39] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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}}
mr/quest_demo1_config.txt · Last modified: by 127.0.0.1