mr:quest_demo1_config
Table of Contents
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
- Demo Npc1 Mob - First demo NPC
- Demo Npc2 Mob - Second demo NPC
Usage
This configuration is used for:
- Testing quest mechanics
- Validating NPC spawn and AI behavior
- Development debugging
mr/quest_demo1_config.txt · Last modified: by 127.0.0.1
