Skip to content
Chummer 5 Is Alive edited this page Feb 1, 2017 · 2 revisions

critterpowers.xml

critterpowers.xml (and custom_critterpowers.xml, see [Custom Data Files](Custom Data Files)) contains all of the information for Critter Powers.

Structure

<chummer>
   <categories>
      <category />
   </categories>
   <powers>
      <power />
   </powers>
</chummer>

categories describes the different Categories of Critter Powers.

power nodes describe individual Critter Powers.

categories Node

<categories>
   <category />
</categories>

category (required): the name of the Critter Power Category. This list populates the Category list found in the Select Critter Power window. Categories are used to group Critter Powers into groups such as Emergent, Free Spirit, and Paranormal.

power Node

<power>
   <id />
   <name />
   <category />
   <toxic />
   <rating />
   <type />
   <action />
   <range />
   <duration />
   <bonus />
   <source />
   <page />
</power>

id (required): the internal name of the Power. All ID fields are standard GUIDs, which can be generated by external websites or plugins.

name (required): the name of the Critter Power.

category (required): the Category that this Critter Power belongs to.

toxic (optional): whether or not this Critter Power can is part of the Toxic Critters Powers set. Must be set to yes if present.

rating (optional): when present, Ratings for this Critter Power are enabled. The maximum Rating is equal to the value specified here.

type (required): the Critter Power's type.

action (required): the type of action the Critter Power uses.

range (required): the range of the Critter Power.

duration (required): the Critter Power's duration.

bonus (optional): a bonus node that describes any bonuses this entry grants. Values may contain the Rating keyword. See [Improvement Manager](Improvement Manager) for more information.

source (required): the code for the Sourcebook that this entry comes from. See Books.

page (required): the page number this item can be found on in the Sourcebook.