Armies
✦ Imported from Army Builder ✦No armies yet.
Export an army from the Army Builder app and import it here.
Deploy Armies
✦ OPTIONAL — UNIT TRACKING & COMBAT ANALYSIS ✦Deploy armies to enable unit tracking, combat recommendations, and battle simulation.
Data
✦ Backup · Restore · Reference ✦Backup
Export all imported armies as a Battle Assistant backup file. Use this to move your armies between devices or browsers.
Restore from Backup
Load a previously exported Battle Assistant backup. This merges armies by ID — existing armies with the same ID are not duplicated.
⚠ Danger Zone
Permanently delete all armies. This cannot be undone.
Army Builder Import Format
Battle Assistant accepts JSON files exported by the Army Builder app. The file must include "baImportVersion": 1 at the root. Files with a different or missing version are rejected.
{
"baImportVersion": 1,
"armies": [
{
"id": "uuid",
"name": "1st Company Strike Force",
"faction": "Space Marines",
"entries": [
{
"entryId": "uuid",
"unitName": "Intercessor Squad",
"datasheets": [
{
"datasheetId": "uuid",
"name": "Intercessor Sergeant",
"modelCount": 1,
"wounds": 3,
"toughness": 4,
"armorSave": 3,
"invulnSave": 7,
"feelNoPain": 7,
"shootingProfiles": [ ...resolved profiles only... ],
"meleeProfiles": [ ...resolved profiles only... ]
}
]
}
]
}
]
}
Rules Reference
Quick lookup for the hit / wound / save sequence.
| Condition | Wound Roll |
|---|---|
| S ≥ T×2 | 2+ |
| S > T | 3+ |
| S = T | 4+ |
| S < T | 5+ |
| S×2 ≤ T | 6+ |
Modified save = Armor Save − AP. Invuln save ignores AP. Best (lower number) applies. Natural 1 always fails.