Skip to content

INQCharacter

kyleady edited this page Jun 26, 2017 · 2 revisions

Overview

This folder contains all of the prototypes that manage the creation of INQ Character objects and using them to make Roll20 character objects.

Supporting

Only characters and hordes are currently supported by INQCharacter. While the parser may be able to parse out a pilot from a Vehicle Character Sheet, it is not currently meant to do that.

Future Work

Eventually I would like to build off of the INQCharacter to create an INQVehicle and INQStarship along the same lines.

Much later, I would like to build in the randomization from Sector Generation into prototypes that inherent from these, such as INQCharacterGenerator, INQVehicleGenerator, etc.

Prototypes

  • INQCharacter.js - Prototype which holds all of the defaults of an INQ Character and can create a new Roll20 Character. It is also able to pass on the duty of parsing a Roll20 Character to the INQCharacterParser prototype.
  • INQCharacterParser.js - Prototype for parsing a Roll20 Character and filling out all of the details of an INQCharacter.
  • INQCharacterImportParser.js - Prototype for parsing a string, likely copy-pasted from a pdf, and filling out all of the details of an INQCharacter.

Clone this wiki locally