
Hello, there. I would like to know how to use compendium as a sheet.json modification in a custom sheet sandbox. I selected In-Game Compendium as 'None/Determined by sheet.json (Default) and wrote this in sheet.json : {
"authors": "John",
"compendium": "coc",
"instructions": "Hello World"
} I referenced this page: <a href="https://wiki.roll20.net/Sheet.json" rel="nofollow">https://wiki.roll20.net/Sheet.json</a> Authors and instructions applied correctly, but when I launch the game, I don't see the compendium tab. I know 'In-Game Compendium' and select 'Call of Cthulhu' and the compendium is visible, but I would like to put the setting in sheet.json. I tried it with "compendium" : "dnd5e", just in case the compendium name is not "coc", but it still doesn't work. (I checked compendium name of dnd5e here : <a href="https://github.com/Roll20/roll20-character-sheets/blob/master/DD5thEditionLegacy/sheet.json" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/blob/master/DD5thEditionLegacy/sheet.json</a> ) Any help? Thanks.