• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Add specific power to powers known

Quintain

Well-known member
I can't seem to find any example in the current class ability set for Ultimate Psionics that helpls me, but what I'm looking for is a way to add a specific power to the powers known list.

There are a few examples that need this implemented:

Elocator: Transporter ability -- this switches the level of the power itself
Body Snatcher: Body Thief ability (gains mind switch @ 1st level)
Metamorph: adds Metamorphosis, Major @ 6th level.
Thrallherd: adds empathic connection @ 3rd level.

The adjustment uses a query as such, but doesn't give any hint as to how to do it with a specific power.
 
If the ability allows selection between a list of powers, the way we've handled this in the past is to have the user select the spell/power in a chooser on the class ability, add a slot of the chosen spell's level (if this is a "spells known" class like the sorcerer), and then have an eval rule complain if the user has not added the chosen spell to the class the ability is associated with.

If the spell added is a specific one, and the user has no choice, just bootstrap it with tags that make it apply to the class in question, and a bootstrap condition so it doesn't get added too early.
 
Do you have a class that does this that I can use as an example: bootstrapping a non-choice specific psionic power?

Also, bootstrapping the power to the ability seems to add it as a psi-like power -- which is incorrect.
 
Last edited:
I don't have any examples for psionic anything, but spells are close. Look at Elven Arcana (a class ability of the Ancient Lorekeeper archetype).

For the other question: you'd need to bootstrap it with some tags to associate it with the correct class, similar to how witch patrons do.
 
Back
Top