fantasycalendar / FoundryVTT-ItemPiles

Other
33 stars 51 forks source link

DRAFT - Auto roll on added roll tables when create a token as a Merchant or as a Standard NPC #562

Open p4535992 opened 2 months ago

p4535992 commented 2 months ago

The issue 377 is just solved .

2024-04-21 18-57-14.webm

The issue 482 is more complicated because the mechanism for choosing tables is only on the merchant sheet O.O, i avoided on the code level with a "trick". The "trick" is to set the current rolltables flags through the merchant sheet and then disable the item piles and drop as a standard npc.

2024-04-21 19-02-10.webm

To avoid the trick I was thinking about how to "extrapolate" the rolltables choice part in the main settings, but I'm not sure what is the best thing to do....

p4535992 commented 2 months ago

Add for the use case 482 a alternative solution with the new actor list feature from brt