ardittristan / VTTNPCGen

MIT License
8 stars 13 forks source link

Ability to bulk generate a number of NPC's #5

Closed mr-bo-jangles closed 4 years ago

mr-bo-jangles commented 4 years ago

I have the need to generate ~200 NPC's and clicking over and over get's tiring

ardittristan commented 4 years ago

I'll probably add an api hook for this that you can use in a macro. Since making it very accessible for users to generate a big amount of actors in a small span of time seems very dangerous to the database file size to me. This way it'll still be possible, but a bit less accessible (and harder to accidentally misuse)

mr-bo-jangles commented 4 years ago

That'll work nicely, although you could make it send to a compendium if you're worried about bloating the DB size?

On Mon, 2 Nov 2020 at 15:52, ardittristan notifications@github.com wrote:

I'll probably add an api hook for this that you can use in a macro. Since making it very accessible for users to generate a big amount of actors in a small span of time seems very dangerous to the database file size to me. This way it'll still be possible, but a bit less accessible (and harder to accidentally misuse)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ardittristan/VTTNPCGen/issues/5#issuecomment-720556885, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACHF4SXDVCRJSJHVDMG73LSN3IVJANCNFSM4TGZ365A .

ardittristan commented 4 years ago

I'll go for the api hook then! Though i don't have an eta since I'm currently working on porting external actor viewer to pf2e

ardittristan commented 4 years ago

added with 921a864