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

[FEATURE] List of summoner attributes we can use #33

Open
Nedrapter opened this issue Apr 15, 2023 · 7 comments
Open

[FEATURE] List of summoner attributes we can use #33

Nedrapter opened this issue Apr 15, 2023 · 7 comments

Comments

@Nedrapter
Copy link

Nedrapter commented Apr 15, 2023

Not exactly a feature but, other than the @Summoner.item.level used in the example, what other variables can we use? A list with those would be very helpful.

@Nedrapter Nedrapter added the enhancement New feature or request label Apr 15, 2023
@arbron
Copy link
Owner

arbron commented Apr 16, 2023

The @summoner data is just the summoner’s roll data, so anything you could normally access through formulas is accesible there

@arbron arbron removed the enhancement New feature or request label Apr 16, 2023
@Nedrapter
Copy link
Author

When I use @summoner.prof I get the above error, which mentions the system and 2 other modules but only happens with the "summoner" variables
image

@Nedrapter
Copy link
Author

Which is why I thought there was a separate list of variables for it.

@arbron
Copy link
Owner

arbron commented Apr 20, 2023

What version of summoner are you using? Because that look alike you are hitting #18 which should have been resolved with 1.0. Maybe there is some interaction with another module.

@Nedrapter
Copy link
Author

What version of summoner are you using? Because that look alike you are hitting #18 which should have been resolved with 1.0. Maybe there is some interaction with another module.

I'm using 1.0.5 version currently.

@Mazarkus
Copy link

I would second that having a list of what the available @Summoner properties are would be very useful to have. For example if I wanted to build a Steel Defender for an Artificer, I don't see any examples of how to extract the summoner's intelligence bonus. Is it @summoner.int? @summoner.item.int? @summoner.intelligence? I'm having to try to guess what the list of available values is

@Seamonster73
Copy link

I would second that having a list of what the available @Summoner properties are would be very useful to have. For example if I wanted to build a Steel Defender for an Artificer, I don't see any examples of how to extract the summoner's intelligence bonus. Is it @summoner.int? @summoner.item.int? @summoner.intelligence? I'm having to try to guess what the list of available values is

I'd third this.

Or alternatively, rather than a list it would be extremely helpful to have a command or commands that could be run in the console that would show all of the currently available variables that might be relevant in certain common situations. E.g. how to show the roll data of the summoning actor/item/feature.

Presently it's a bit of a head-scratcher trying to work out what might work for the summoned item you're trying to set up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants