Created
January 2, 2024 09:37
-
-
Save michaelsproul/e4a6564d6c01c3375673f3b11f171a5f to your computer and use it in GitHub Desktop.
Michael's Witch Hunters for Mordheim at Exiles
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Witch Hunters", | |
"units": [ | |
{ | |
"count": 1, | |
"profile": { | |
"name": "Witch Hunter Captain", | |
"kind": "hero", | |
"movement": 4, | |
"weaponSkill": 4, | |
"ballisticSkill": 4, | |
"strength": 3, | |
"toughness": 3, | |
"wounds": 1, | |
"initiative": 4, | |
"attacks": 1, | |
"leadership": 8 | |
}, | |
"equipment": [ | |
{ | |
"name": "Sword", | |
"kind": "melee", | |
"strength": "mod+0" | |
}, | |
{ | |
"name": "Pistol (melee)", | |
"kind": "melee", | |
"strength": "abs4", | |
"rend": "abs-2" | |
}, | |
{ | |
"name": "Pistol (ranged)", | |
"kind": "ballistic", | |
"strength": "abs4", | |
"rend": "abs-2" | |
} | |
] | |
}, | |
{ | |
"count": 1, | |
"profile": { | |
"name": "Warrior Priest", | |
"kind": "hero", | |
"movement": 4, | |
"weaponSkill": 3, | |
"ballisticSkill": 3, | |
"strength": 3, | |
"toughness": 3, | |
"wounds": 1, | |
"initiative": 3, | |
"attacks": 1, | |
"leadership": 8 | |
}, | |
"equipment": [ | |
{ | |
"name": "Hammer", | |
"kind": "melee", | |
"strength": "mod+0" | |
} | |
] | |
}, | |
{ | |
"count": 1, | |
"profile": { | |
"name": "Witch Hunter", | |
"kind": "hero", | |
"movement": 4, | |
"weaponSkill": 3, | |
"ballisticSkill": 3, | |
"strength": 3, | |
"toughness": 3, | |
"wounds": 1, | |
"initiative": 3, | |
"attacks": 1, | |
"leadership": 7 | |
}, | |
"equipment": [ | |
{ | |
"name": "Double-handed axe", | |
"kind": "melee", | |
"strength": "mod+2" | |
} | |
] | |
}, | |
{ | |
"count": 1, | |
"profile": { | |
"name": "Witch Hunter", | |
"kind": "hero", | |
"movement": 4, | |
"weaponSkill": 3, | |
"ballisticSkill": 3, | |
"strength": 3, | |
"toughness": 3, | |
"wounds": 1, | |
"initiative": 3, | |
"attacks": 1, | |
"leadership": 7 | |
}, | |
"equipment": [ | |
{ | |
"name": "Axe", | |
"kind": "melee", | |
"strength": "mod+0", | |
"rend": "mod-1" | |
} | |
] | |
}, | |
{ | |
"count": 1, | |
"profile": { | |
"name": "Witch Hunter", | |
"kind": "hero", | |
"movement": 4, | |
"weaponSkill": 3, | |
"ballisticSkill": 3, | |
"strength": 3, | |
"toughness": 3, | |
"wounds": 1, | |
"initiative": 3, | |
"attacks": 1, | |
"leadership": 7 | |
}, | |
"equipment": [ | |
{ | |
"name": "Dagger", | |
"kind": "melee", | |
"strength": "mod+0" | |
}, | |
{ | |
"name": "Crossbow", | |
"kind": "ballistic", | |
"strength": "abs4", | |
"rend": "mod-1" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment