Table of Contents

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, not as a Java class. The mob is created through the mob factory system using the “DemoNpc1” kind identifier.

JSON Configuration

This entity is defined in the QuestDemo1 level configuration:

{
  "kind": "DemoNpc1",
  "x": 5,
  "y": 10,
  "aiState": "Passive"
}

String Resources

No string resources found for DemoNpc1 in the game's string files (values/strings_all.xml, values-ru/strings_all.xml, etc.).

Lua Scripts

This entity is not implemented in Lua. It is spawned through JSON configuration only.

Sprite Reference

Usage in Code

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.