Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a set of core tags for metadata that has niche applications across multiple rules packages #46

Open
rsek opened this issue Jun 12, 2024 · 0 comments
Labels
➕ enhancement New feature or request
Milestone

Comments

@rsek
Copy link
Owner

rsek commented Jun 12, 2024

Some of tags might warrant inclusion as full properties in the main schema. But doing every single one of these (especially for properties that are more about describing flavour), the schema could become bloated. Tags are a reasonable place to keep them for now.

Example tags that could be generalized:

requires_deed:
  # for classic ironsworn assets that effectively require a deed
  description: |-
    This asset represents a notable achievement or situation in your story.
    It is not intended for a starting asset, but can be gained when you
    Advance after fulfilling its requirements.
  value_type: boolean
  applies_to: [asset]
requires_allies:
  description: |-
    This object requires allies to function, and is intended for co-op play, or
    guided play with allies. It is not appropriate for solo play.
  value_type: boolean
supernatural:
  description: |-
    This object is supernatural in nature, and is ideal for settings that
    feature supernatural or mythic powers.
  value_type: boolean
technological:
  description: |- 
    This object is technological in nature, and is ideal for settings that
    feature remarkable technologies.
  value_type: boolean
@rsek rsek added this to the v1.0.0 milestone Jun 12, 2024
@rsek rsek added the ➕ enhancement New feature or request label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
➕ enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant