Add loot from loot table to an event such as opening a chest?
It looks like I can add selected data to the Add To Inventory node. Is it possible to access the items from a loot table for the selected data? Is there an example of how to do this?
Thank you!
I'll look into it.
Meanwhile, you can use loot in item boxes (i.e. Item Collectors in Box mode).
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Currently, I do a skill check for the lock on the chest versus the characters lock picking status value or strength depending on whether they attempt to the pick the lock or break it open. I use the random node to select a random item from several that I add to the event. I noticed that add loot was an option and tried to use that, but then I realized it was only for battle loot. Ideally, I could just choose add loot and it would add from a loot table.
Is this something that would be possible in the future? Or am I approaching the item box solution incorrectly?
Thank you for your help!
Alternatively, currently you can do your checks and add individual items to the player's inventory via Check Status and Add To Inventory nodes. Basically recreating Loot tables with events.
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!