We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
getRollData
Currently we just skip over group actor specifically in Actor5e, but this fails for any other actor types added by modules.
group
Actor5e
If getRollData instead returned system.getRollData each added actor type could change behaviour any way it pleases.
system.getRollData
Currently a new actor type is forced to have system.attributes.prof, otherwise they cannot even render owned items' sheets.
system.attributes.prof
In fact, a whole slew of methods fail if an added actor type does not have system.attributes.
system.attributes
The text was updated successfully, but these errors were encountered:
[foundryvtt#2698] Move getRollData to system
ead631e
Would appreciate this for sure, it's blocking me using items in my knw-actors module.
Sorry, something went wrong.
Merge pull request #2701 from krbz999/Branch-Out-getRollData
16fb82f
[#2698] Move getRollData to system models
[#2698] Move getRollData for items into system model
3f4df70
[#2698] Add derived item data to item's roll data
43adc1c
Merge pull request #147 from foundryvtt/item-roll-data
7bd2e3c
krbz999
No branches or pull requests
Currently we just skip over
group
actor specifically inActor5e
, but this fails for any other actor types added by modules.If
getRollData
instead returnedsystem.getRollData
each added actor type could change behaviour any way it pleases.Currently a new actor type is forced to have
system.attributes.prof
, otherwise they cannot even render owned items' sheets.In fact, a whole slew of methods fail if an added actor type does not have
system.attributes
.The text was updated successfully, but these errors were encountered: