WallaceMcGregor/foundry-the-veil

invalid fields in world.json

Closed this issue · 1 comments

Hola,

I noticed that the world.json has some invalid fields. The languages field should be an array of objects, not an array of strings.
See : https://foundryvtt.com/article/module-development/

"languages": [
    {
      "lang": "es",
      "name": "Spanish",
    }
]

The same for the authors field. Note that while authors appears in the documentation, it's not used anywhere by Foundry and you should instead use the author field as a single string :

"author": "WallaceMcGregor",

Thank you for your comments. I don't really know too much about these technical aspects and a friend set up the world.json for me some time ago. I'll change it right now.