• 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

Domains, Defaults, and Selection Lists

KingFrog

Member
OK,

For my Traveller5 implementation, I have got variable attribute names, default skills, and the ability for some skills to require a domain. Here are two things I would like to be able to do:

1) Some skills that have a domain requirement are also default skills, and some of those have a default domain. For example, every character will get Gunner: Turret as a skill at level zero by default. I have not been able to determine how I can add the domain as a default, though I can add the skill itself - requiring a domain.

2) Most skills that require domains need them out of a set of selectable things. For example, Gunner can be Bay Weapons, Turret, Ortillary, Screens, or Spine Weapons. What is the method for getting a selection list rather than a text input box for this kind of domain selection?

Thank you! I appreciate it.

PG
 
<fieldval field="domDomain" value="The default text"/>

on the <thing> that defines that particular skill will set default text.

Selection lists would use the various options in the UserSelect component, rather than the Domain component.
 
Back
Top