GloriousSir
GloriousSir
Actor attributes update on player's side
I ended up modifuing foundry's "source code", changed function "canUserModify" to return true. Foundry for sure needs this functionality as optional stuff since you already can achieve update on player's side by creating queue on each actor and storing update's there and then resolve them on server side. But that's just contraption for the sake of nothing. Foundry already can handle this updates without this crap.
5 replies
Actor attributes update on player's side
I can think of storing data of players attack and results on their's actor and then somehow reading it on DM side and updating proper actor's data. But that's super hacky and shouldn't be like that
5 replies