You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
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.
When Linking two class feature items, the number of charges on the item that uses the pool is not shown on the features page.

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

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.