moo-man / FVTT-DD-Import

Allows Importing Dungeondraft map files into FoundryVTT
MIT License
60 stars 28 forks source link

idea - add support for various kinds of line_of_sight blockers #19

Open ajuc opened 4 years ago

ajuc commented 4 years ago

Hi, this was a geat idea to add a common format for this.

I'm adding export to this format from my battlemap generator ( https://ajuc.github.io/outdoorsBattlemapGenerator/ ), and I'm wondering if you plan to add support for various kinds of walls (for example river would be "block movement but not vision", and in the future I'd like to add hills (block one way but not the other).

moo-man commented 4 years ago

That seems perfectly doable. But I would think it would belong in a new wall array. Currently there's line_of_sight and portals. If your generator adds anything else I can easily support that too.

ajuc commented 4 years ago

Thank you. First I'll try to talk with dungeondraft team to have this added on both tools the same way, if not I'll jut add "walls" field.

moo-man commented 4 years ago

Is your generator currently ready to support these new line of sight blockers? If you could specify them and what they should map to on the Foundry side, I can maybe add them in the future.