View Single Post
TCArknight
Senior Member
 
Join Date: Jan 2007
Location: NW Arkansas
Posts: 1,321

Old July 7th, 2018, 09:21 AM
For some reason, the Editor doesn't recognize the group="xxx" for grouping component editing.

savrifts_editor.dat includes editor tabs for Rifts to edit the Framework abilities and drawbacks. The editor component is:
Code:
  <!-- Framework Ability editthing -->
  <editthing
    group="Rifts"
    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 &amp; !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>
However, the "Rifts" group no longer appears in the editor.

Working on -
  • (SWADE) WIP Savage Rifts
  • Savage Rifts (Deluxe): Update link in This post
  • Star Trek Adventures: Update link in This post
TCArknight is offline   #375 Reply With Quote