DemoNpc1 is a demo/test NPC used for testing purposes in Remixed Dungeon. It appears in the QuestDemo1 level configuration.
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.
This entity is defined in the QuestDemo1 level configuration:
{
"kind": "DemoNpc1",
"x": 5,
"y": 10,
"aiState": "Passive"
}
No string resources found for DemoNpc1 in the game's string files (values/strings_all.xml, values-ru/strings_all.xml, etc.).
This entity is not implemented in Lua. It is spawned through JSON configuration only.
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.