Table of Contents

Demo Npc2 Mob - Code References

Entity Overview

DemoNpc2 is a demo/test NPC referenced in entity lists but does not appear to be used in any current level configuration files.

Java Classes

This entity would be spawned through JSON configuration, not as a Java class. The mob would be created through the mob factory system using the “DemoNpc2” kind identifier.

JSON Configuration

Not currently used in any level configuration files.

String Resources

No string resources found for DemoNpc2 in the game's string files.

Lua Scripts

This entity is not implemented in Lua.

Sprite Reference

Usage in Code

Notes

This entity is defined in the entity registry (entities/mobs.txt) but is not currently used in any level configuration. It may be reserved for future demo/testing purposes or was used in a previous version. DemoNpc1 is the only demo NPC currently active in QuestDemo1.json.