• 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

Divine Source - Configurables Question

FluffyDingo

Well-known member
So I finally got Mortal Herald knocked out, and spring-boarding into work on Divine Source. Currently my thought is to implement domain/subdomain selection via a configurable. Select Divine Source > make two selections of domains; select Divine Source a 2nd or 3rd time > make the selection of one domain and two subdomains. Then, based on the selection, enable bootstraps for the sets of spell-like abilities granted by those domains/subdomains. Unfortunately, I have no idea how configurable work to make or really utilize. I assume I would use something like the configurable for Domains, but to allow a number of selections based on time Divine Source has been selected, and filter selections for just domains/just subdomains. Just looking for some instruction/pointers on how to use configurables, if someone is able?
 
I have only ever used Racial Specials or Abilities with a Configurable. I am pretty sure the Domains which are "Class Custom Specials" are going to be expecting to get "level" information from its root pick and that won't exist.

Just "FYI" I am not sure this will work. Frumple has done a bunch with Configurable I think so maybe he knows if you get Class Things to work with it.
 
You have to set a field on the configurable really early (First/496) with level information, so you can get it counting tags using the #levelcount[] or #totallevelcount[] macros. Check out the Animal Ally Configurable to see the field that needs to be set.
 
Divine Source doesn't actually add the domains themselves, just lets you spend mythic points to use domain spells of your tier or lower as spell-like abilities. Currently I have all domains/subdomains entered as custom abilities bootstrapped with all the spell-like abilities they add. I guess what I really need is to know how to construct my own list of things my configurable will display. I keep looking at configurable in the editor, but there is almost no information in them form to build off of. Are they referencing information that is located elsewhere?

Basically I need a configurable to allow the selection of a number of abilities (which share names with domains/subdomains) based on how many times Divine Source has been taken, then add my custom abilities associated with the selections. These abilities need to be divided into two categories, one of which will allow for the selection of domains, the other for subdomains. I would just do it in drop lists, but the second and third selection of Divine Source allows for the addition of three options (one domain, two subdomains), and I believe you can only add two drop lists to abilities.
 
Last edited:
Back
Top