Blackmist94 / chummer5

Automatically exported from code.google.com/p/chummer5
0 stars 0 forks source link

Mystic Adepts and Metamagics #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. make a mystic adept
2. Initaite
3. select: "add metamagic"

What is the expected output? What do you see instead?
---I would have expected to see many more metamagics available to a mystic 
adept as they are able to initiate into almost all of the arts and delve into 
the various metamagic options,

What version of the product are you using? On what operating system?
--- have all of th most recent updates as of 11/18/2014 (don't know how to find 
the exact version number)

Please provide any additional information below.

Original issue reported on code.google.com by DonovanA...@gmail.com on 18 Nov 2014 at 9:58

GoogleCodeExporter commented 8 years ago
both on windows 7 and 8

Original comment by DonovanA...@gmail.com on 18 Nov 2014 at 10:02

GoogleCodeExporter commented 8 years ago
Solution is in Data folder: metamagic.xml
insert code: <mysticadept>yes</mysticadedp>
in each permission area example:

<metamagic>
      <id>e021b9ba-2cbe-4c17-865d-0ebc9a2df4cc</id>
      <name>Centering</name>
      <adept>no</adept>
      <mysticadept>yes</mysticadept>
      <magician>yes</magician>
      <required>
        <allof>
          <art>Centering</art>
        </allof>
      </required>
      <source>SR5</source>
      <page>325</page>
    </metamagic>

Original comment by DonovanA...@gmail.com on 21 Nov 2014 at 2:25