Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Linked charges not displayed on features page #900

Description

@Kolnore

When Linking two class feature items, the number of charges on the item that uses the pool is not shown on the features page.
image

The pool, "Inspiration," only has these features, nothing in the changes
image

The formula for the charges is:
@classes.factotum.level > 19 ? 10 : @classes.factotum.level > 16 ? 8 : @classes.factotum.level > 13 ? 6 : @classes.factotum.level > 13 ? 7 : @classes.factotum.level > 10 ? 6 : @classes.factotum.level > 7 ? 5 : @classes.factotum.level > 4 ? 4 : @classes.factotum.level > 1 ? 3 : 2

Here is the thing i said in discord about how i got it to work like this:
Step 1: have your two items, item A is the reservoir of charges, Item B uses those charges.
Step 2: Put the formula for the number of charges into item A, then click "can be linked" this makes the line where you enter the formula go away but the formula stays in the item
Step 3: drag Item A in to item B and now it will work, But item B will be at 0 charges the whole time. and every time you activate it the charges of Item A will go down. If you increase the total amount of charges in item B, those charges are untouched when you activate the item.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions