Roll Table Research #78
Labels
No labels
Accessibility
Actor Sheet
bug
Data Models
documentation
duplicate
feature
good first issue
help wanted
invalid
Item Sheet
question
Setting
tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Foundry/.dungeon#78
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
See if it's possible to make it so that when a player kills a mob they can roll on the standard loot table from their character sheet. The big thing about this is that players must be rolling on the loot table with the formula that they have from their RNG stat, so it needs to pull the formula from their character sheet. (whether that may be initiating the roll from their character sheet, or some way to be able to expose a custom property from the ActorHandler and give it to the Rollable Table class)
This is possible if rolling the table through the sheet, but not in the table formula itself. See: https://foundryvtt.com/api/v11/classes/client.RollTable.html#roll for more information