Navigation Menu

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

Empower ritual has wrong and/or ill-formatted pre-requisites #4277

Closed
davidfoerster opened this issue Dec 23, 2020 · 1 comment
Closed

Empower ritual has wrong and/or ill-formatted pre-requisites #4277

davidfoerster opened this issue Dec 23, 2020 · 1 comment

Comments

@davidfoerster
Copy link
Contributor

Describe the bug
The Empower ritual (Street Grimoire, p. 128, or Straßengrimoire (German), p. 157) cannot be learned by adepts or adept magicians because its pre-requisites in the data file are wrong and/or ill-formatted.

To Reproduce
Steps to reproduce the behaviour:

  1. Create a new character (in Karma mode).
  2. Add the Adept quality.
  3. Add the Attune [Animal] ritual.
  4. Try to add the Empower ritual.
  5. The Empower ritual does not appear in the list of spells and rituals.

Expected behaviour
The Empower ritual appears among the spells and rituals and is selectable as all its pre-requisites according to RAW are satisfied in steps 2 and 3.

Desktop (please complete the following information):

  • OS: Windows 7 (via Wine v6.0-rc3 on Ubuntu 18.04)
  • Version: v5.213.25

Additional context
The English Streetgrimoire lists „Adept“ and „Attune Animal“ as the only pre-requisites:
empower-eng

So does the German Straßengrimoire, albeit with all pre-requisites right below the title:
empower-ger

I managed to fix the issue by changing the pre-requisite data to:

<required>
  <allof>
    <spell>Attune Animal</spell>
  </allof>
  <oneof>
    <quality>Adept</quality>
    <quality>Mystic Adept</quality>
  </oneof>
</required>
@davidfoerster
Copy link
Contributor Author

davidfoerster commented Dec 28, 2020

The issue still persists with changeset 05bc94d. I can only get Empower to appear if I unwrap the <group> tag inside <oneof> like in the code listing at the end of my original report.

I agree that the <group> shouldn’t change the semantics. It looks like Chummer misinterprets this XML node.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant