View Single Post
Mettius
Senior Member
 
Join Date: Jan 2009
Location: Austin, TX
Posts: 140

Old February 20th, 2017, 08:53 PM
Another bit confusing me:
Code:
<inputthing
      name="Linked Attribute for Skill"
      helptext="Select the attribute used to calculate the dice pool for this skill.">
      <it_linkage compset="Attribute" linkage="attribute"/>
      </inputthing>
What does the it_linkage line do? Looks like we are digging into the Attribute compset. And assigning what?

Compset Attribute contains three components...
Code:
  <compset
    id="Attribute"
    forceunique="yes">
    <compref component="Attribute"/>
    <compref component="Trait"/>
    <compref component="CanAdvance"/>
    </compset>
...and looking inside those components (Attribute, Trait, CanAdvance), the only use of lower case "attribute" is...

Code:
<linkage linkage="attribute" optional="no"/>
Mettius is offline   #4 Reply With Quote