Skip to content

INQTest.js.characteristics.js

kyleady edited this page Jan 28, 2018 · 2 revisions

Purpose

Contains a list of all accepted Characteristics, alternate names for those Characteristics, and whether or not those Characteristics are Party Stats.

Usage

INQTest.prototype.characteristics()

Returns an array of objects. Those objects can have the following properties

  • Name - A string. It is the name of the characteristic, as used by INQCharacter.js.
  • Alternates - An array of strings. They are a list of alternate names for the characteristic. Those strings are meant to be converted into a case insensitive regex.
  • PartyStat - A Boolean. Denotes whether or not the characteristic is a Party Stat.

Clone this wiki locally