Chris Ward
Chris Ward
I think I like @fergcb's approach. Though for conditions, I would use an APIRefernce shape to link to the Condition table. Also, for monsters with only one AC, we would...
That seems like a pretty interesting idea. I'm a little concerned about changing the folder structure (or in this case adding a folder structure) for the existing files. My other...
It might be better to some how store the different languages together but it still wouldn't handle the divergence of trying to maintain more than one language.
Were you thinking just the descriptions or all fields converted to Russian and, inevitably, other languages?
I have some thoughts but I'll have to come back to this in a day or two. I haven't been exactly in the best headspace the last few days. Though...
Sorry that took so long. I left a comment on that PR just for how we're keying everything. I think we could probably clean it up a bit based off...
If we don't want values to be lists, I'd suggest keys along the lines of `LANG-KEY-strength-description-1` instead? What do y'all think? The only thing that I think could go wrong...
@Javrd That's really useful! I think the first step is to pick up the work from the POC. This would break all of the english language into a separate doc...
Hmmmm. I think either separate db per language or separate collections? I'm trying to think about how to support this from a GraphQL standpoint. I guess it also begs the...
Oh dang. I completely forgot to encapsulate the alternative design we came up with in the Discord. I should do that here. I'll take a look at your PR though.