Vandivier / arias-tale-rpg

tech-forward role play experiment for fun, skill development, and community!
https://ariastale.com
MIT License
5 stars 4 forks source link

characters to DB #33

Open Vandivier opened 6 months ago

Vandivier commented 6 months ago

move character records from the csv encyclopedia to the database

involves prisma work and also GPT-4 detailed description for each character

Vandivier commented 6 months ago

thane is currently a top golden json example

notice he has items_equipped that others lack

still, his items_equipped is a string array. it should be an object array because the value should say where the item is equipped, eg:

{
    "name": "sword",
    "equipped_to": "right hand"
}