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

feat(token): Provide default token settings #1652

Closed
obrenckle opened this issue Aug 8, 2024 · 1 comment
Closed

feat(token): Provide default token settings #1652

obrenckle opened this issue Aug 8, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@obrenckle
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently, an actors' token use Foundry default settings, e.g. PC token are being set as "Hostile", and the token data isn't linked to its actor.

Describe the solution you'd like
When creating an actor, set its "prototype token settings" to sensible defaults depending on actor type.

Suggested defaults:

  • Character
    • Link Actor Data: true
    • Token Disposition: Friendly
  • Nemesis
    • Link Actor Data: true
    • Token Disposition: Hostile
  • Rival
    • Link Actor Data: false
    • Token Disposition: Hostile
    • Prepend Adjective to name of Unlinked Tokens: true
  • Minion
    • Link Actor Data: false
    • Token Disposition: Hostile
    • Append Number to name of Unlinked Tokens: true

Describe alternatives you've considered
Leave it as is if it's too time-consuming

Additional context
Linked to #1644

@obrenckle obrenckle added the enhancement New feature or request label Aug 8, 2024
@wrycu wrycu added this to the 1.903 milestone Aug 9, 2024
@wrycu
Copy link
Collaborator

wrycu commented Aug 10, 2024

Done by @obrenckle. Will be released in 1.903.

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