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

Suggestion: Limited permission for an Agent sheet makes it so that player can only see the Portrait and the Physical description/Notes field #16

Closed
Albolynx opened this issue Nov 14, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@Albolynx
Copy link

A cool thing about the 5e system in Foundry is that Owner permission means full access, Observer means that the player can see everything but can't edit, and Limited permission means they can only see the portrait and biography (not stats, features, inventory etc) - making it ideal permission level for other player character sheets (so every player has some basic info about others but don't have extensive knowledge about their characters). I was wondering if something similar can't be done for Delta Green? Currently, Observer and Limited permissions seem to do the same.

Either way, thank you a lot for your work, I have been running Delta Green games for a couple weeks now and it works great!

@TheLastScrub
Copy link
Owner

Thanks for the feedback @Albolynx , it's always cool to hear people are using it and that it's working for their games.

I think I see how the 5e sheet does this, interestingly enough it actually loads an entirely different file (e.g. character sheet) based on the launching user's permissions. Shouldn't be too hard to do the same thing, and just show a stripped down version of the existing DG actor sheet.

As far as what should be shown to the limited user, should it just be the image, name/rank, profession and what is currently on the C.V. tab? Something like this?

image

@TheLastScrub TheLastScrub added the enhancement New feature or request label Nov 16, 2020
@Albolynx
Copy link
Author

Yeah, the CV tab only would work! I hope it doesn't turn out too hard to implement - thank you for supporting this system!

@TheLastScrub
Copy link
Owner

No it was actually pretty easy, the change is pretty much already made. Whenever I package the next version, it should be included.

@TheLastScrub
Copy link
Owner

Just released version 0.9.7 which should have this added in. Let me know if you have any issues with it. I'm going to close the issue for now, but feel free to open again if needed.

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