Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions guides/adding-content.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,26 @@ NPCs are defined with combat stats, drops, and spawn locations:
}
```

### Available NPC Models

The assets repository includes VRM models for NPCs and mobs:

**NPCs** (non-hostile):
- `banker` - Bank services
- `captain-rowan` - Quest giver
- `fisherman-pete` - Fishing trainer
- `forester-wilma` - Woodcutting trainer
- `shopkeeper` - General store
- `tanner-ellis` - Tanning services
- `torvin` - Blacksmith

**Mobs** (hostile):
- `goblin` - Low-level enemy with animations (running, walking)
- `dark-ranger` - Ranged attacker
- `dark-wizard` - Magic user

All models are located in `models/npcs/` and `models/mobs/` directories.

### Difficulty Levels

| Level | Examples |
Expand Down
Loading