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

Tradition (Druid) has invalid prerequisite in data #1237

Closed
BlueSkyBlackBird opened this issue May 5, 2021 · 0 comments
Closed

Tradition (Druid) has invalid prerequisite in data #1237

BlueSkyBlackBird opened this issue May 5, 2021 · 0 comments
Assignees
Labels
Bug A bug Domain: Static Data Related to data from the official source books
Milestone

Comments

@BlueSkyBlackBird
Copy link

Describe the bug

The data entry for the druid traditions (SA_346) has a prerequisite that references DISADV_8 which does not exits in the data.

To Reproduce

Get the latest DEV version from optolith-data and have a look at the special abilities.

Expected behavior

The correct reference should be ADV_7 according to the rule wiki (https://ulisses-regelwiki.de/druiden.html).
The active: false is correct as it is.

Screenshots

- id: SA_346
# name: Tradition (Druiden)
  cost: 125
  max: 1
  activatablePrerequisites:
    - id: ADV_50
      active: true
    - id: DISADV_8
      active: false
  gr: 28

Environment

Latest version of the dev branch.

Additional context

none

@BlueSkyBlackBird BlueSkyBlackBird added the Bug A bug label May 5, 2021
@BlueSkyBlackBird BlueSkyBlackBird changed the title Tradition (Druid) has invalid invalid prerequisite in data Tradition (Druid) has invalid prerequisite in data May 5, 2021
@elyukai elyukai added the Domain: Static Data Related to data from the official source books label May 5, 2021
@elyukai elyukai added this to the 1.4.3 milestone May 5, 2021
@elyukai elyukai self-assigned this May 27, 2021
@elyukai elyukai closed this as completed May 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug Domain: Static Data Related to data from the official source books
Projects
None yet
Development

No branches or pull requests

2 participants