CBLoader / CBParts

Part Index
https://cbloader.vorpald20.com/
4 stars 1 forks source link

Ring of Borrowed Spells missing a lot of options #183

Open thoth-process opened 1 year ago

thoth-process commented 1 year ago

The Ring of Borrowed Spells should be including all arcane encounter attack powers of level 17 and below, and it is missing most paragon path powers.

The Ring defines its power selection as:

        <rules>
            <select type="Power" Category="arcane,encounter,17"/>
            <modify Field="Power Usage" value="daily"/>
            <select type="Power" Category="arcane,encounter,17"/>
            <modify Field="Power Usage" value="daily"/>
        </rules>

An example power that is included (Night Terror from the Shadow Shaper PP) has these Categories:

    <Category>ID_INTERNAL_CATEGORY_ATTACK,ID_FMP_CLASS_FEATURE_3850,ID_INTERNAL_CATEGORY_ENCOUNTER,ID_INTERNAL_CATEGORY_ENCOUNTER_USAGE,ID_FMP_PARAGON_PATH_837,ID_FMP_CATEGORY_31,ID_FMP_CATEGORY_7,ID_FMP_CATEGORY_10,ID_FMP_CATEGORY_12,ID_FMP_CATEGORY_16,ID_FMP_CATEGORY_38,ID_INTERNAL_CATEGORY_STANDARD_ACTION,11</Category>

While an example power that is not included (Learned Boost from the Academy Master PP) has these Categories:

    <Category>ID_INTERNAL_CATEGORY_ATTACK,ID_INTERNAL_CATEGORY_ENCOUNTER,ID_INTERNAL_CATEGORY_ENCOUNTER_USAGE,ID_FMP_PARAGON_PATH_351,ID_FMP_CATEGORY_31,ID_FMP_CATEGORY_22,ID_FMP_CATEGORY_25,ID_FMP_CATEGORY_24,ID_INTERNAL_CATEGORY_STANDARD_ACTION,11</Category>

Both have ID_FMP_CATEGORY_31 (Arcane keyword) and ID_INTERNAL_CATEGORY_ENCOUNTER and the level 11 category tag, so I cannot identify why it's including one and not the other.