Skip to content

INQCharacterParser.js

kyleady edited this page Jan 18, 2017 · 2 revisions

Purpose

The INQCharaterParser was made primarily to parse the bio/gmnotes of a Roll20 character. However, it also gathers other details of the character such as all the Attributes, controlledby, and the INQObject.js details.

Usage

It is suggested that you do not use this prototype directly. Instead, let new INQCharacter() make use of it.

To see how the bio is parsed, refer to INQParser.js

Lists with weapon, skill, talent, trait, gear, or psychic power in their name will be saved. All other lists will be ignored.

Movement is to expected to be in an html table. The table must either have move in its name or be unnamed. All other tables will be ignored.

Any rules will be stored in the Special Rules of the INQCharacter.

Requirements

Clone this wiki locally