docs update

This commit is contained in:
2025-11-25 16:05:42 -06:00
parent bda363de76
commit aaa69316c2
2 changed files with 6 additions and 2 deletions

View File

@@ -1335,6 +1335,7 @@ The NPC API enables interaction with persistent NPCs. NPCs have personalities, k
"name": "Grom Ironbeard", "name": "Grom Ironbeard",
"role": "bartender", "role": "bartender",
"location_id": "crossville_tavern", "location_id": "crossville_tavern",
"image_url": "/static/images/npcs/crossville/grom_ironbeard.png",
"personality": { "personality": {
"traits": ["gruff", "observant", "secretly kind"], "traits": ["gruff", "observant", "secretly kind"],
"speech_style": "Uses dwarven expressions, speaks in short sentences", "speech_style": "Uses dwarven expressions, speaks in short sentences",
@@ -1469,14 +1470,16 @@ The NPC API enables interaction with persistent NPCs. NPCs have personalities, k
"name": "Grom Ironbeard", "name": "Grom Ironbeard",
"role": "bartender", "role": "bartender",
"appearance": "Stout dwarf with a braided grey beard", "appearance": "Stout dwarf with a braided grey beard",
"tags": ["merchant", "quest_giver"] "tags": ["merchant", "quest_giver"],
"image_url": "/static/images/npcs/crossville/grom_ironbeard.png"
}, },
{ {
"npc_id": "npc_mira_swiftfoot", "npc_id": "npc_mira_swiftfoot",
"name": "Mira Swiftfoot", "name": "Mira Swiftfoot",
"role": "traveling rogue", "role": "traveling rogue",
"appearance": "Lithe half-elf with sharp eyes", "appearance": "Lithe half-elf with sharp eyes",
"tags": ["information", "secret_keeper"] "tags": ["information", "secret_keeper"],
"image_url": "/static/images/npcs/crossville/mira_swiftfoot.png"
} }
] ]
} }

View File

@@ -347,6 +347,7 @@ npc_id: "npc_grom_001"
name: "Grom Ironbeard" name: "Grom Ironbeard"
role: "bartender" role: "bartender"
location_id: "crossville_tavern" location_id: "crossville_tavern"
image_url: "/static/images/npcs/crossville/grom_ironbeard.png"
personality: personality:
traits: traits:
- "gruff" - "gruff"