added npc images to API and frontend
This commit is contained in:
@@ -704,7 +704,8 @@ def npc_chat_modal(session_id: str, npc_id: str):
|
||||
'name': npc_data.get('name'),
|
||||
'role': npc_data.get('role'),
|
||||
'appearance': npc_data.get('appearance', {}).get('brief', ''),
|
||||
'tags': npc_data.get('tags', [])
|
||||
'tags': npc_data.get('tags', []),
|
||||
'image_url': npc_data.get('image_url')
|
||||
}
|
||||
|
||||
# Get relationship info
|
||||
|
||||
BIN
public_web/static/images/npcs/crossville/blacksmith_hilda.png
Normal file
BIN
public_web/static/images/npcs/crossville/blacksmith_hilda.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 111 KiB |
BIN
public_web/static/images/npcs/crossville/grom_ironbeard.png
Normal file
BIN
public_web/static/images/npcs/crossville/grom_ironbeard.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 114 KiB |
BIN
public_web/static/images/npcs/crossville/mayor_aldric.png
Normal file
BIN
public_web/static/images/npcs/crossville/mayor_aldric.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 103 KiB |
BIN
public_web/static/images/npcs/crossville/mira_swiftfoot.png
Normal file
BIN
public_web/static/images/npcs/crossville/mira_swiftfoot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 84 KiB |
Reference in New Issue
Block a user