Hello all, I am working on a sheet for a space-based game that has MANY possible ships with a pretty lengthy stat set for each ship. And also uses several data tables to determine weapon ranges, bonuses, damage locations, etc. I would really like to be able to give players dropdowns for this - filter by race, filter by ship, and then have their sheet auto-populated with all ship stats as it can be pretty tedious to do by hand every time. So, I guess this is similar to a stat block import - but I want it to be driven from within the sheet without a copy/paste. I would also LOVE to be able to do this without storing the data IN the sheet, so that new things can be added without requiring a new sheet upload, but I understand that may be impossible. That being said, I also don't want to bloat the HTML/JS with all of this data if I can help it - the lookup tables for range, damage, etc, I am less worried about, but the ship "database" makes me a lil nervous. How do you handle storing and accessing large amounts of data without having your own version of and integration with the Compendium? Is there an API method for this? I am an experienced developer but totally new to Roll20 sheet creation. Some of the limitations are infuriating but I am learning to work within what they allow. Any guidance for something like this would be most welcome. Thanks!