foundry-ironsworn icon indicating copy to clipboard operation
foundry-ironsworn copied to clipboard

faction generation helper/canvas tool

Open rsek opened this issue 2 years ago • 0 comments

faction oracles are structured enough that they might benefit from this.

some stuff to think about:

  • in dataforged, the faction name oracle includes string templating data for composing names. worth implementing that in this module? sector name gen also includes it iirc; datasworn next also uses it for delve site name generation.
  • faction oracles come with more caveats than some game object types; there's two distinct orders suggested for how they might be generated (name first vs name last - see the faction oracle section for more details)
    • can this be conveyed to users in a way that doesn't require them to reference the PDF itself? e.g. some kind of inline reference text?
  • with v10's Tour feature imminent: are they any tour features that might be useful for annotation/guidance here?
    • maybe it's worth using factions as a way to investigate/test, say, a new standard for canvas tools?

rsek avatar Jul 19 '22 11:07 rsek