JSON Dataset for Killteam 2021 Compendium, including additional teams from White Dwarf and boxed sets.
"compendium.json" will hold the latest version of the full compendium.json
This repo may contain snapshots of the compendium to be used as backups.
If you are using this dataset for your own applications, please give the appropriate credit. These teams take hours to load.
The root of the JSON file is an array of "faction" objects.
- [Root] - Array of Faction objects
factionid
- string - ID for this factionfactionname
- string - Name of this factiondescription
- string - HTML description of this faction (flavor text)killteams
- Array of Killteam objectsfactionid
- string - ID for this killteam's factionkillteamid
- string - ID for this killteamkillteamname
- string - Name of this killteamdescription
- string - HTML description of this killteam (flavor text)killteamcomp
- string - HTML description of this killteam's compositionequipments
- Array of Equipment objectsfactionid
- string - ID for this equipment's factionkillteamid
- string - ID for this equipment's killteameqid
- string - ID for this equipmenteqpts
- string - Cost in Points of this equipmenteqname
- string - Name of this equipmenteqdescription
- string - HTML description of this equipment
ploys
strat
- Array of strategic ploy objectsfactionid
- string - ID for this ploy's factionkillteamid
- string - ID for this ploy's killteamploytype
- string - Type of ploy (S
: Strategic,T
: Tactical)ployid
- string - ID of this ployployname
- string - Name of this ployCP
- string - Cost in Command Points to run this ploydescription
- string - HTML description of this ploy
tac
- Array of tactical ploy objectsfactionid
- string - ID for this ploy's factionkillteamid
- string - ID for this ploy's killteamploytype
- string - Type of ploy (S
: Strategic,T
: Tactical)ployid
- string - ID of this ployployname
- string - Name of this ployCP
- string - Cost in Command Points to run this ploydescription
- string - HTML description of this ploy
fireteams
- Array of fireteam objectsfactionid
- string - ID for this fireteam's factionkillteamid
- string - ID for this fireteam's killteamfireteamid
- string - ID for this fireteamdescription
- string - HTML description of this fireteam (flavor text)fireteamname
- string - Name of this fireteamarchetype
- string - Archetypes for this fireteam (separated by forward slash "/")fireteamcomp
- string - HTML description of this fireteam's compositionoperatives
- Array of Operative objectsfactionid
- string - ID for this operative's factionkillteamid
- string - ID for this operative's killteamfireteamid
- string - ID for this operative's fireteamopid
- string - ID for this operativeopname
- string - Name of this operativedescription
- string - HTML description of this operative (flavor text)M
- string - Movement characteristic. Holds placeholders for distance measurements (see below)APL
- string - Action Point Limit characteristicGA
- string - Group Activation characteristicDF
- string - Defense characteristic (number of Defense dice to roll when shot)SV
- string - Save characteristicW
- string - Wounds characteristicweapons
- Array of Weapon objectsfactionid
- string - ID for this weapon's factionkillteamid
- string - ID for this weapon's killteamfireteamid
- string - ID for this weapon's fireteamopid
- string - ID for this weapon's operativewepid
- string - ID for this weaponwepname
- string - Name of this weaponweptype
- string - Weapon type (R
: Ranged,M
: Melee/Close Combat)Weaponprofiles
- Array of WeaponProfile objectsfactionid
- string - ID for this weapon profile's factionkillteamid
- string - ID for this weapon profile's killteamfireteamid
- string - ID for this weapon profile's fireteamopid
- string - ID for this weapon profile's operativewepid
- string - ID for this weapon profile's weaponprofileid
- string - ID for this weapon profilename
- string - Name of this weapon profile (usually blank if the weapon only has one profile)A
- string - Attacks characteristicBS
- string - Ballistic/Weapon Skill characteristicD
- string - Damage characteristicSR
- string - Comma-separated list of Special and Critical rules for this weapon profile
[TRI]
- Triange range (1 inch) - Recommend replacing with▲
(▲) in HTML output[CIRCLE]
- Circle range (2 inches) - Recommend replacing with⬤
(⬤) in HTML output[SQUARE]
- Square range (3 inches) - Recommend replacing with■
(■) in HTML output[PENT]
- Pentagon range (6 inches) - Recommend replacing with⬟
(⬟) in HTML output