Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Adjust the Attributes how? Down?
Odd, I can't seem to duplicate it. Do you have any Settings loaded for the character? Perhaps those two Skills have been replaced?
<!-- Framework Ability editthing -->
<editthing
[B][I]group="Rifts"[/I][/B]
compset="FraAbility"
name="Framework Ability"
prefix="fa"
description="Framework Abilities are typically bootstrapped by Iconic Frameworks (Group)"
summary="Defines an ability that is added to a character via an Iconic Framework selection.">
<inputthing
name="Framework Ability Point Cost"
helptext="Specify cost in Racial Edge Points of the Racial Property.">
<it_field field="frabCstVal"/>
</inputthing>
<inputthing
name="Activated by User?"
helptext="Specify whether this racial ability has an effect that can be activated by the user via the In-Play tab.">
<it_tagcheck group="User" tag="Activation"/>
</inputthing>
<inputthing
name="Selectable for Creatures?"
helptext="Specify whether this racial ability is shown for selection when customizing a creature.">
<it_tagcheck group="User" tag="Creature"/>
</inputthing>
<inputthing
name="Omit from Printouts?"
helptext="Specify whether this racial ability should be omitted from character sheet output.">
<it_tagcheck group="Print" tag="NoPrint"/>
</inputthing>
<inputthing
name="Attribute"
helptext="Specify the Attribute this property applies to.">
<it_linkage compset="Attribute" linkage="Attribute"/>
</inputthing>
<inputthing
name="Skill"
helptext="Specify the Skill this property applies to.">
<it_linkage compset="Skill" linkage="Skill" >
<match>
!Arcane.SuperPower & !Skill.skKnow
</match>
</it_linkage>
</inputthing>
<inputthing
name="Focus for Knowledge Skill"
helptext="Specify a Focus if this is a Knowledge Skill.">
<it_field field="frabDomain"/>
</inputthing>
</editthing>