Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

actorLink Token Defaults Actors #23

Closed
Stew-rt opened this issue Mar 2, 2022 · 4 comments
Closed

actorLink Token Defaults Actors #23

Stew-rt opened this issue Mar 2, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@Stew-rt
Copy link

Stew-rt commented Mar 2, 2022

Currently the default token option for "Link Actor Data" (actorLink) is unticked.

As it is, we can drag an arbitrary amount of monsters into a scene and update their hit points without updating the actor, I also noticed you've added a super-cool feature that generates their hit points.. This is great.. because we might need to quickly drag in 5 skeletons (and not have to copy 5 actors to achieve this)

I believe this is correct for Monsters, but it may make sense to have character tokens default to have this on, as they are more likely to persist between scenes.

Alternatively, as i'm building this compendium, I can specify the token configuration for all the monsters i'm adding.. have all of those default to actorLink: false - and the core module changes it's default to actorLink: true - this might be more in line with what people expect when using the system..

I dunno, what do you think?

@orffen
Copy link
Owner

orffen commented Mar 3, 2022

Thanks Stew, I wasn't familiar with that option. Can you share any more detail about that? I can make the hit dice roller dependent on actorLink - if it's true, we don't want to re-roll character token hit points every time they're placed :)

I think the default behaviour should be to roll hit dice unless a monster has something specified not to do that.

@Stew-rt
Copy link
Author

Stew-rt commented Mar 3, 2022

I've recorded a quick gif to explain myself.
So I create a new actor, it's Prototype Token defaults to Link Actor Data: False
Drag the actor to the scene twice, update each token's hit points differently, and it doesn't update the main actor sheet.
Then I modify the actor's Prototype Token to Link Actor Data: True, drag this actor to the scene. then when i update the token's hit points, it also update's the actor's sheet.
Peek 2022-03-03 17-36

@orffen
Copy link
Owner

orffen commented Mar 6, 2022

Thanks for this - I'll have a look for how we can set actorData: true for character sheets tokens.

@orffen orffen added the enhancement New feature or request label Mar 6, 2022
@orffen orffen modified the milestone: rX Mar 26, 2022
@orffen
Copy link
Owner

orffen commented Mar 26, 2022

Closed in 5aa0b18 for new character sheets.

@orffen orffen closed this as completed Mar 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants