Andrew Zhu

Results 41 comments of Andrew Zhu

Experimenting with the DM view, it looks like the server and client don't sync the actual encounter state (i.e. two DM views controlling the same encounter ID can have two...

Got it. To address the concerns brought up in #149, maybe a POST endpoint to start an encounter that would return such a secret could be used, although that wouldn't...

It appears as though the `/playerviews/:id` endpoint returns `SavedEncounter`; is there any way to get `SavedEncounter` or `SavedEncounter`? A "Connect to Avrae" button would probably be unnecessary (my comment was...

I'm thinking the latter would probably be the better option, since Avrae would initialize the encounter without combatants, then a user could either add them on Avrae (which would send...

While it looks like it's possible to make cross-origin socket connections, there isn't really a robust socket.io client library for Python (which Avrae is programmed in), meaning that if I...

Looks like you might have to add the names to [attackEdit.js](https://github.com/ThaumRystra/DiceCloud1/blob/master/app/client/views/character/attacks/attackEdit/attackEdit.js) as well.

All reported cases up to this point have been fixed. Please keep attaching notes to this issue if you find more!

A quick explanation of the root cause of this: Resistances (and other damage adjustments) are expressed in Avrae as a damage type and two sets of tokens, `only` and `unless`....

Since this is an edge case that only applies to the Drow Matron Mother and not more generally for monsters that have both innate and non-innate spellcasting (e.g. Arcanaloth), the...

This is a breaking change since there is automation that depends on the current behaviour of stack counts. Since the problem this PR seems to be fixing is the behaviour...