Roll Table Research #78

Closed
opened 2024-02-05 01:51:36 +00:00 by Eldritch-Oliver · 1 comment
Eldritch-Oliver commented 2024-02-05 01:51:36 +00:00 (Migrated from github.com)

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)

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)
Eldritch-Oliver commented 2024-02-10 08:15:04 +00:00 (Migrated from github.com)

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

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
Sign in to join this conversation.
No description provided.