diff --git a/40k9e/40k9e_Core.manifest b/40k9e/40k9e_Core.manifest
index 317d009..ef23f0f 100644
--- a/40k9e/40k9e_Core.manifest
+++ b/40k9e/40k9e_Core.manifest
@@ -1,14 +1,90 @@
{
"name": "40k9e",
- "revision": "0.2.1",
+ "revision": "0.2.7",
"game": "Warhammer 40,000",
"genre": "sci-fi",
"publisher": "Games Workshop",
"url": "https://warhammer40000.com/",
"notes": "This manifest is provided for the purposes of testing Rosterizer and is not intended for distribution.",
"wip": true,
+ "dependencies": [],
"manifest": {
"assetTaxonomy": {
+ "Ability": {
+ "aspects": {
+ "Visibility": "active"
+ },
+ "rules": {
+ "Error in this Ability’s text": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "text"
+ ]
+ ],
+ "value": "ERROR",
+ "contains": true,
+ "operator": "AND",
+ "not": true,
+ "actionable": true
+ }
+ ],
+ "failState": "error",
+ "evaluate": "AND"
+ }
+ }
+ },
+ "Antiquity Relic": {
+ "templateClass": "Artificer Relic"
+ },
+ "Artificer Relic": {
+ "templateClass": "Crusade Relic"
+ },
+ "Battle Scar": {
+ "aspects": {
+ "Unique": true
+ }
+ },
+ "Battle Scar—Character": {
+ "templateClass": "Battle Scar"
+ },
+ "Battle Scar—Monster": {
+ "templateClass": "Battle Scar"
+ },
+ "Battle Scar—Other": {
+ "templateClass": "Battle Scar"
+ },
+ "Battle Scar—Vehicle": {
+ "templateClass": "Battle Scar"
+ },
+ "Battle Trait": {
+ "aspects": {
+ "Unique": true
+ },
+ "keywords": {
+ "Tags": [
+ "Battle Honours"
+ ]
+ }
+ },
+ "Character Trait": {
+ "templateClass": "Battle Trait"
+ },
+ "Crusade Relic": {
+ "aspects": {
+ "Unique": true
+ },
+ "keywords": {
+ "Tags": [
+ "Battle Honours"
+ ]
+ }
+ },
+ "Dedicated Transport": {
+ "templateClass": "Unit"
+ },
"Detachment": {
"stats": {
"HQ": {
@@ -124,10 +200,340 @@
},
"allowed": {
"classifications": [
- "Unit"
+ "HQ",
+ "Troops",
+ "Dedicated Transport",
+ "Elites",
+ "Fast Attack",
+ "Flyers",
+ "Heavy Support",
+ "Lords of War",
+ "Fortifications"
]
}
},
+ "Elites": {
+ "templateClass": "Unit"
+ },
+ "Fast Attack": {
+ "templateClass": "Unit"
+ },
+ "Flyers": {
+ "templateClass": "Unit"
+ },
+ "Fortifications": {
+ "templateClass": "Unit"
+ },
+ "Heavy Support": {
+ "templateClass": "Unit"
+ },
+ "HQ": {
+ "templateClass": "Unit",
+ "text": ""
+ },
+ "Legendary Relic": {
+ "templateClass": "Artificer Relic"
+ },
+ "Lords of War": {
+ "templateClass": "Unit"
+ },
+ "Melee Enhancement": {
+ "templateClass": "Weapon Enhancement"
+ },
+ "Model": {
+ "stats": {
+ "Points": {
+ "value": null,
+ "format": "{v}",
+ "group": "Cost",
+ "groupOrder": -1,
+ "tracked": true,
+ "statType": "numeric"
+ },
+ "A": {
+ "value": 0,
+ "statOrder": 7,
+ "group": "Stats",
+ "statType": "term",
+ "visibility": "normal"
+ },
+ "BS": {
+ "format": "{v}+",
+ "value": 0,
+ "statOrder": 3,
+ "group": "Stats",
+ "statType": "numeric",
+ "visibility": "normal"
+ },
+ "Ld": {
+ "value": 0,
+ "statOrder": 8,
+ "group": "Stats",
+ "statType": "numeric",
+ "visibility": "normal"
+ },
+ "S": {
+ "value": 0,
+ "statOrder": 4,
+ "group": "Stats",
+ "statType": "numeric",
+ "visibility": "normal"
+ },
+ "Sv": {
+ "format": "{v}+",
+ "value": 0,
+ "statOrder": 9,
+ "group": "Stats",
+ "statType": "numeric",
+ "visibility": "normal"
+ },
+ "T": {
+ "value": 0,
+ "statOrder": 5,
+ "group": "Stats",
+ "statType": "numeric",
+ "visibility": "normal"
+ },
+ "W": {
+ "value": 0,
+ "statOrder": 6,
+ "group": "Stats",
+ "statType": "numeric",
+ "visibility": "normal"
+ },
+ "WS": {
+ "format": "{v}+",
+ "value": 0,
+ "statOrder": 2,
+ "group": "Stats",
+ "statType": "numeric",
+ "visibility": "normal"
+ },
+ "Base": {
+ "statType": "term",
+ "value": null,
+ "visibility": "active"
+ },
+ "M": {
+ "statType": "term",
+ "format": "{t}″",
+ "value": null,
+ "statOrder": 1,
+ "group": "Stats",
+ "visibility": "normal"
+ }
+ },
+ "aspects": {
+ "Type": "game piece"
+ }
+ },
+ "Monster Trait": {
+ "templateClass": "Battle Trait"
+ },
+ "Order of Battle": {
+ "allowed": {
+ "classifications": [
+ "Requisition",
+ "Unit"
+ ]
+ },
+ "aspects": {
+ "Group Includes": true
+ },
+ "rules": {
+ "hide enclosed assets": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "OR",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "assets",
+ "templateClass",
+ "Unit",
+ "aspects",
+ "Visibility"
+ ]
+ ],
+ "actionType": "set",
+ "value": "active",
+ "iterations": 1
+ }
+ ]
+ },
+ "noPoints": {
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "tracked",
+ "Points"
+ ]
+ ],
+ "actionType": "set",
+ "value": 0,
+ "iterations": 1
+ }
+ ]
+ },
+ "supplyUsedLimit": {
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "Power Level",
+ "max"
+ ]
+ ],
+ "actionType": "set",
+ "value": [
+ "{self}",
+ "stats",
+ "Supply Limit",
+ "value"
+ ],
+ "iterations": 1
+ }
+ ]
+ },
+ "requisitionCalc": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "Battle Tally",
+ "value"
+ ]
+ ],
+ "operator": "AND",
+ "not": false,
+ "actionable": false,
+ "equation": {
+ "operator": "T-O",
+ "value": [
+ "{self}",
+ "tally",
+ "Requisition"
+ ]
+ }
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "Requisition Points",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": [
+ "{self}",
+ "rules",
+ "requisitionCalc",
+ "evals",
+ "0",
+ "result",
+ "integer"
+ ],
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "stats": {
+ "Supply Limit": {
+ "statType": "numeric",
+ "increment": {
+ "value": 1
+ },
+ "value": 50,
+ "visibility": "normal",
+ "dynamic": true,
+ "tracked": false
+ },
+ "Power Level": {
+ "statType": "numeric",
+ "label": "Supply Used",
+ "value": 0,
+ "visibility": "normal",
+ "dynamic": false,
+ "tracked": true
+ },
+ "Battle Tally": {
+ "value": 0,
+ "statType": "numeric",
+ "increment": {
+ "value": 1
+ },
+ "visibility": "normal",
+ "dynamic": true,
+ "tracked": false
+ },
+ "Battles Won": {
+ "value": 0,
+ "statType": "numeric",
+ "increment": {
+ "value": 1
+ },
+ "visibility": "normal",
+ "dynamic": true,
+ "tracked": false
+ },
+ "Requisition Points": {
+ "value": 5,
+ "statType": "numeric",
+ "visibility": "normal",
+ "dynamic": false,
+ "tracked": true,
+ "max": 5
+ }
+ }
+ },
+ "Psychic Fortitude": {
+ "keywords": {
+ "Tags": [
+ "Battle Honours"
+ ]
+ }
+ },
+ "Psychic Power": {
+ "aspects": {
+ "Visibility": "active"
+ }
+ },
+ "Ranged Enhancement": {
+ "templateClass": "Weapon Enhancement"
+ },
+ "Relic": {
+ "templateClass": "Weapon"
+ },
+ "Relic Weapon": {
+ "templateClass": "Weapon"
+ },
+ "Requisition": {
+ "aspects": {
+ "Describe": true
+ }
+ },
+ "Troops": {
+ "templateClass": "Unit"
+ },
"Unit": {
"stats": {
"Points": {
@@ -138,6 +544,78 @@
"tracked": true,
"statType": "numeric"
},
+ "A": {
+ "value": null,
+ "statOrder": 7,
+ "group": "Stats",
+ "statType": "term",
+ "visibility": "normal"
+ },
+ "BS": {
+ "format": "{v}+",
+ "value": null,
+ "statOrder": 3,
+ "group": "Stats",
+ "statType": "numeric",
+ "visibility": "normal"
+ },
+ "Ld": {
+ "value": null,
+ "statOrder": 8,
+ "group": "Stats",
+ "statType": "numeric",
+ "visibility": "normal"
+ },
+ "S": {
+ "value": null,
+ "statOrder": 4,
+ "group": "Stats",
+ "statType": "numeric",
+ "visibility": "normal"
+ },
+ "Sv": {
+ "format": "{v}+",
+ "value": null,
+ "statOrder": 9,
+ "group": "Stats",
+ "statType": "numeric",
+ "visibility": "normal"
+ },
+ "T": {
+ "value": null,
+ "statOrder": 5,
+ "group": "Stats",
+ "statType": "numeric",
+ "visibility": "normal"
+ },
+ "W": {
+ "value": null,
+ "statOrder": 6,
+ "group": "Stats",
+ "statType": "numeric",
+ "visibility": "normal"
+ },
+ "WS": {
+ "format": "{v}+",
+ "value": null,
+ "statOrder": 2,
+ "group": "Stats",
+ "statType": "numeric",
+ "visibility": "normal"
+ },
+ "Base": {
+ "statType": "term",
+ "value": null,
+ "visibility": "active"
+ },
+ "M": {
+ "statType": "term",
+ "format": "{t}″",
+ "value": null,
+ "statOrder": 1,
+ "group": "Stats",
+ "visibility": "normal"
+ },
"model": {
"value": null,
"statType": "term",
@@ -231,6 +709,7 @@
}
},
"keywords": {
+ "Source": [],
"Tags": [
"Unit"
],
@@ -805,46 +1284,6 @@
"failState": "error",
"evaluate": "AND"
},
- "crusadeStats": {
- "evals": [
- {
- "paths": [
- [
- "{roster}",
- "stats",
- "Play",
- "value"
- ]
- ],
- "value": "Narrative",
- "operator": "AND",
- "not": true,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- [
- "Crusade Pts",
- "Experience",
- "Battle Honours",
- "Rank"
- ],
- "visibility"
- ]
- ],
- "actionType": "set",
- "value": "hidden",
- "iterations": 1
- }
- ]
- },
"rank1": {
"evals": [
{
@@ -1214,7 +1653,47 @@
}
]
},
- "This unit has unspent traits.": {
+ "crusadeStats": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{roster}",
+ "stats",
+ "Play",
+ "value"
+ ]
+ ],
+ "value": "Narrative",
+ "operator": "AND",
+ "not": true,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ [
+ "Crusade Pts",
+ "Experience",
+ "Battle Honours",
+ "Rank"
+ ],
+ "visibility"
+ ]
+ ],
+ "actionType": "set",
+ "value": "hidden",
+ "iterations": 1
+ }
+ ]
+ },
+ "allowCharacterBattleScars": {
"evals": [
{
"paths": [
@@ -1230,6 +1709,226 @@
"not": false,
"actionable": true
},
+ {
+ "paths": [
+ [
+ "{self}",
+ "keywords",
+ "Keywords"
+ ]
+ ],
+ "value": "Character",
+ "contains": true,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "allowed",
+ "classifications"
+ ]
+ ],
+ "actionType": "add",
+ "value": "Battle Scar—Character",
+ "iterations": 1
+ }
+ ]
+ },
+ "allowMonsterBattleScars": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{roster}",
+ "stats",
+ "Play",
+ "value"
+ ]
+ ],
+ "value": "Narrative",
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "keywords",
+ "Keywords"
+ ]
+ ],
+ "value": "Monster",
+ "contains": true,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "allowed",
+ "classifications"
+ ]
+ ],
+ "actionType": "add",
+ "value": "Battle Scar—Monster",
+ "iterations": 1
+ }
+ ]
+ },
+ "allowVehicleBattleScars": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{roster}",
+ "stats",
+ "Play",
+ "value"
+ ]
+ ],
+ "value": "Narrative",
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "keywords",
+ "Keywords"
+ ]
+ ],
+ "value": "Vehicle",
+ "contains": true,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "allowed",
+ "classifications"
+ ]
+ ],
+ "actionType": "add",
+ "value": "Battle Scar—Vehicle",
+ "iterations": 1
+ }
+ ]
+ },
+ "allowOtherBattleScars": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{roster}",
+ "stats",
+ "Play",
+ "value"
+ ]
+ ],
+ "value": "Narrative",
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "keywords",
+ "Keywords"
+ ]
+ ],
+ "value": "Vehicle",
+ "contains": true,
+ "operator": "AND",
+ "not": true,
+ "actionable": true
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "keywords",
+ "Keywords"
+ ]
+ ],
+ "value": "Character",
+ "contains": true,
+ "operator": "AND",
+ "not": true,
+ "actionable": true
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "keywords",
+ "Keywords"
+ ]
+ ],
+ "value": "Monster",
+ "contains": true,
+ "operator": "AND",
+ "not": true,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "allowed",
+ "classifications"
+ ]
+ ],
+ "actionType": "add",
+ "value": "Battle Scar—Other",
+ "iterations": 1
+ }
+ ]
+ },
+ "This unit has unspent traits.": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{roster}",
+ "stats",
+ "Play",
+ "value"
+ ]
+ ],
+ "value": "Narrative",
+ "operator": "AND",
+ "not": true,
+ "actionable": true
+ },
{
"paths": [
[
@@ -1246,12 +1945,12 @@
"max"
],
"operator": "AND",
- "not": false,
+ "not": true,
"actionable": true
}
],
"failState": "warning",
- "evaluate": "AND"
+ "evaluate": "OR"
}
},
"aspects": {
@@ -1260,125 +1959,116 @@
"Rename": true
},
"removed": {
- "stats": {
- "Marked for Greatness": {}
+ "stats": {}
+ }
+ },
+ "Upgrade": {
+ "stats": {
+ "Points": {
+ "statType": "numeric",
+ "format": "+{v}",
+ "visibility": "normal",
+ "dynamic": false,
+ "tracked": true
+ },
+ "Power Level": {
+ "statType": "numeric",
+ "format": "+{v}",
+ "visibility": "normal",
+ "dynamic": false,
+ "tracked": true
}
}
},
- "Model": {
+ "Vehicle Trait": {
+ "templateClass": "Battle Trait"
+ },
+ "Wargear": {
"stats": {
- "Points": {
- "value": null,
- "format": "{v}",
- "group": "Cost",
- "groupOrder": -1,
- "tracked": true,
- "statType": "numeric"
- },
- "A": {
- "value": "0",
- "statOrder": 7,
- "group": "Stats",
- "statType": "term",
- "visibility": "normal"
- },
- "BS": {
- "format": "{v}+",
+ "keyword?": {
+ "statType": "rank",
"value": 0,
- "statOrder": 3,
- "group": "Stats",
- "statType": "numeric",
- "visibility": "normal"
- },
- "Ld": {
- "value": 0,
- "statOrder": 8,
- "group": "Stats",
- "statType": "numeric",
- "visibility": "normal"
- },
- "S": {
- "value": 0,
- "statOrder": 4,
- "group": "Stats",
- "statType": "numeric",
- "visibility": "normal"
- },
- "Sv": {
- "format": "{v}+",
- "value": 0,
- "statOrder": 9,
- "group": "Stats",
- "statType": "numeric",
- "visibility": "normal"
- },
- "T": {
- "value": 0,
- "statOrder": 5,
- "group": "Stats",
- "statType": "numeric",
- "visibility": "normal"
- },
- "W": {
- "value": 0,
- "statOrder": 6,
- "group": "Stats",
- "statType": "numeric",
- "visibility": "normal"
- },
- "WS": {
- "format": "{v}+",
- "value": 0,
- "statOrder": 2,
- "group": "Stats",
- "statType": "numeric",
- "visibility": "normal"
- },
- "Base": {
- "statType": "term",
- "value": null,
- "visibility": "active"
- },
- "M": {
- "statType": "term",
- "format": "{t}″",
- "value": null,
- "statOrder": 1,
- "group": "Stats",
- "visibility": "normal"
+ "ranks": {
+ "0": {
+ "order": 0
+ },
+ "1": {
+ "order": 1
+ }
+ },
+ "visibility": "hidden"
+ }
+ },
+ "rules": {
+ "add keyword": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{parent}",
+ "{parent}",
+ "keywords",
+ "General"
+ ]
+ ],
+ "value": [
+ "{self}",
+ "designation"
+ ],
+ "contains": true,
+ "operator": "AND",
+ "not": true
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "keyword?",
+ "value"
+ ]
+ ],
+ "value": 1,
+ "operator": "AND",
+ "not": false
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "order": 12,
+ "actions": [
+ {
+ "paths": [
+ [
+ "{parent}",
+ "{parent}",
+ "keywords",
+ "General"
+ ]
+ ],
+ "actionType": "add",
+ "value": [
+ "{self}",
+ "designation"
+ ],
+ "iterations": 1
+ }
+ ]
}
},
"aspects": {
- "Type": "game piece"
+ "Visibility": "always"
}
},
- "HQ": {
- "templateClass": "Unit",
- "text": ""
- },
- "Troops": {
- "templateClass": "Unit"
- },
- "Elites": {
- "templateClass": "Unit"
- },
- "Fast Attack": {
- "templateClass": "Unit"
- },
- "Flyers": {
- "templateClass": "Unit"
- },
- "Heavy Support": {
- "templateClass": "Unit"
- },
- "Fortifications": {
- "templateClass": "Unit"
- },
- "Dedicated Transport": {
- "templateClass": "Unit"
- },
- "Lords of War": {
- "templateClass": "Unit"
+ "Warlord Trait": {
+ "stats": {
+ "Discipline": {
+ "statType": "term",
+ "visibility": "active",
+ "dynamic": false,
+ "tracked": false
+ }
+ }
},
"Weapon": {
"stats": {
@@ -1422,336 +2112,6 @@
"Visibility": "always"
}
},
- "Wargear": {
- "stats": {
- "keyword?": {
- "statType": "rank",
- "value": "0",
- "ranks": {
- "0": {
- "order": 0
- },
- "1": {
- "order": 1
- }
- },
- "visibility": "hidden"
- }
- },
- "rules": {
- "add keyword": {
- "evals": [
- {
- "paths": [
- [
- "{parent}",
- "{parent}",
- "keywords",
- "General"
- ]
- ],
- "value": [
- "{self}",
- "designation"
- ],
- "contains": true,
- "operator": "AND",
- "not": true
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "keyword?",
- "value"
- ]
- ],
- "value": "1",
- "operator": "AND",
- "not": false
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "order": 12,
- "actions": [
- {
- "paths": [
- [
- "{parent}",
- "{parent}",
- "keywords",
- "General"
- ]
- ],
- "actionType": "add",
- "value": [
- "{self}",
- "designation"
- ],
- "iterations": 1
- }
- ]
- }
- },
- "aspects": {
- "Visibility": "always"
- }
- },
- "Ability": {
- "aspects": {
- "Visibility": "active"
- },
- "rules": {
- "Error in this Ability’s text": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "text"
- ]
- ],
- "value": "ERROR",
- "contains": true,
- "operator": "AND",
- "not": true,
- "actionable": true
- }
- ],
- "failState": "error",
- "evaluate": "AND"
- }
- }
- },
- "Order of Battle": {
- "allowed": {
- "classifications": [
- "Requisition",
- "Unit"
- ]
- },
- "aspects": {
- "Group Includes": true
- },
- "rules": {
- "hide enclosed assets": {
- "evals": [],
- "failState": "pass",
- "evaluate": "OR",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "assets",
- "templateClass",
- "Unit",
- "aspects",
- "Visibility"
- ]
- ],
- "actionType": "set",
- "value": "active",
- "iterations": 1
- }
- ]
- },
- "noPoints": {
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "tracked",
- "Points"
- ]
- ],
- "actionType": "set",
- "value": 0,
- "iterations": 1
- }
- ]
- },
- "supplyUsedLimit": {
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "Power Level",
- "max"
- ]
- ],
- "actionType": "set",
- "value": [
- "{self}",
- "stats",
- "Supply Limit",
- "value"
- ],
- "iterations": 1
- }
- ]
- },
- "requisitionCalc": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "Battle Tally",
- "value"
- ]
- ],
- "operator": "AND",
- "not": false,
- "actionable": false,
- "equation": {
- "operator": "T-O",
- "value": [
- "{self}",
- "tally",
- "Requisition"
- ]
- }
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "Requisition Points",
- "value"
- ]
- ],
- "actionType": "set",
- "value": [
- "{self}",
- "rules",
- "requisitionCalc",
- "evals",
- "0",
- "result",
- "integer"
- ],
- "iterations": 1
- }
- ]
- }
- },
- "stats": {
- "Supply Limit": {
- "statType": "numeric",
- "increment": {
- "value": 1
- },
- "value": 50,
- "visibility": "normal",
- "dynamic": true,
- "tracked": false
- },
- "Power Level": {
- "statType": "numeric",
- "label": "Supply Used",
- "value": 0,
- "visibility": "normal",
- "dynamic": false,
- "tracked": true
- },
- "Battle Tally": {
- "value": 0,
- "statType": "numeric",
- "increment": {
- "value": 1
- },
- "visibility": "normal",
- "dynamic": true,
- "tracked": false
- },
- "Battles Won": {
- "value": 0,
- "statType": "numeric",
- "increment": {
- "value": 1
- },
- "visibility": "normal",
- "dynamic": true,
- "tracked": false
- },
- "Requisition Points": {
- "value": 5,
- "statType": "numeric",
- "visibility": "normal",
- "dynamic": false,
- "tracked": true,
- "max": 5
- }
- }
- },
- "Psychic Power": {
- "aspects": {
- "Visibility": "active"
- }
- },
- "Warlord Trait": {
- "stats": {
- "Discipline": {
- "statType": "term",
- "visibility": "active",
- "dynamic": false,
- "tracked": false
- }
- }
- },
- "Upgrade": {
- "stats": {
- "Points": {
- "statType": "numeric",
- "format": "+{v}",
- "visibility": "normal",
- "dynamic": false,
- "tracked": true
- },
- "Power Level": {
- "statType": "numeric",
- "format": "+{v}",
- "visibility": "normal",
- "dynamic": false,
- "tracked": true
- }
- }
- },
- "Battle Trait": {
- "aspects": {
- "Unique": true
- },
- "keywords": {
- "Tags": [
- "Battle Honours"
- ]
- }
- },
- "Character Trait": {
- "templateClass": "Battle Trait"
- },
- "Vehicle Trait": {
- "templateClass": "Battle Trait"
- },
- "Monster Trait": {
- "templateClass": "Battle Trait"
- },
"Weapon Enhancement": {
"aspects": {
"Unique": true
@@ -1761,52 +2121,93 @@
"Battle Honours"
]
}
- },
- "Melee Enhancement": {
- "templateClass": "Weapon Enhancement"
- },
- "Ranged Enhancement": {
- "templateClass": "Weapon Enhancement"
- },
- "Psychic Fortitude": {
- "keywords": {
- "Tags": [
- "Battle Honours"
- ]
- }
- },
- "Crusade Relic": {
- "aspects": {
- "Unique": true
- },
- "keywords": {
- "Tags": [
- "Battle Honours"
- ]
- }
- },
- "Artificer Relic": {
- "templateClass": "Crusade Relic"
- },
- "Antiquity Relic": {
- "templateClass": "Artificer Relic"
- },
- "Legendary Relic": {
- "templateClass": "Artificer Relic"
- },
- "Requisition": {
- "aspects": {
- "Describe": true
- }
- },
- "Relic Weapon": {
- "templateClass": "Weapon"
- },
- "Relic": {
- "templateClass": "Weapon"
}
},
"assetCatalog": {
+ "Battle Scar—Character§Blind in One Eye": {
+ "text": "You must re-roll hit rolls of 6 when resolving attacks made by **CHARACTER** models in this unit."
+ },
+ "Battle Scar—Character§Chest Wound": {
+ "text": "Reduce the Wounds characteristic of one **CHARACTER** model in this unit by 1 (to a minimum of 1)."
+ },
+ "Battle Scar—Character§Deep Concussion": {
+ "text": "You cannot use any Stratagems to affect this unit, nor can you use the Command Re-roll Stratagem to affect any dice rolls made for it."
+ },
+ "Battle Scar—Character§Deep Scars": {
+ "text": "This unit cannot perform any actions or psychic actions, and it cannot make Heroic Interventions."
+ },
+ "Battle Scar—Character§Loss of Reputation": {
+ "text": "If this unit has any aura abilities on its datasheet, the range of those aura abilities is reduced by 3″. If this reduces the range of an aura ability to 0″ or less, then the unit loses that aura ability while it has this Battle Scar. If this unit has no aura abilities on its datasheet, then it is unaffected by the aura abilities of any friendly units."
+ },
+ "Battle Scar—Character§Lost Leg": {
+ "text": "Subtract 1″ from this unit’s Move characteristic. In addition, subtract 1 from Advance and Charge rolls made for this unit."
+ },
+ "Battle Scar—Monster§Crippled Limb": {
+ "text": "You must re-roll hit rolls of 6 when resolving attacks made by **MONSTER** models in this unit."
+ },
+ "Battle Scar—Monster§Crippling Injury": {
+ "text": "Subtract 2″ from this unit’s Move characteristic. In addition, subtract 1 from Advance and charge rolls made for this unit."
+ },
+ "Battle Scar—Monster§Critical Wound": {
+ "text": "You must re-roll hit rolls of 6 when resolving attacks made by MONSTER models in this unit."
+ },
+ "Battle Scar—Monster§Enraged and Unreasoning": {
+ "text": "If this unit has any aura abilities on its datasheet, the range of those aura abilities is reduced by 3″. If this reduces the range of an aura ability to 0\" or less, then the unit loses that aura ability while it has this Battle Scar. If this unit has no aura abilities on its datasheet, then it is unaffected by the aura abilities of any friendly units."
+ },
+ "Battle Scar—Monster§Fractured Skull": {
+ "text": "You cannot use any Stratagems to affect this unit, nor can you use the Command Re-roll Stratagem to affect any dice rolls made for it."
+ },
+ "Battle Scar—Monster§Tissue Damage": {
+ "text": "Subtract 1 from the Attacks characteristic of one **MONSTER** model in this unit (to a minimum of 1)."
+ },
+ "Battle Scar—Other§Battle-weary": {
+ "text": "This unit cannot perform any actions or psychic actions, and it cannot gain more than 1 experience point at the end of a battle for any reason (any additional experience points gained are lost)."
+ },
+ "Battle Scar—Other§Disgraced": {
+ "text": "You cannot use any Stratagems to affect this unit, nor can you use the Command Re-roll Stratagem to affect any dice rolls made for it."
+ },
+ "Battle Scar—Other§Fatigued": {
+ "text": "This unit cannot control objective markers. When determining which player controls an objective marker, ignore all models in this unit."
+ },
+ "Battle Scar—Other§Mark of Shame": {
+ "text": "This unit is unaffected by the aura abilities of any friendly units."
+ },
+ "Battle Scar—Other§Shell Shock": {
+ "text": "Subtract 1 from this unit’s Leadership characteristic. In addition, subtract 1 from Combat Attrition tests taken for this unit."
+ },
+ "Battle Scar—Other§Walking Wounded": {
+ "text": "Subtract 1″ from this unit’s Move characteristic. In addition, subtract 1 from Advance and charge rolls made for this unit."
+ },
+ "Battle Scar—Vehicle§Angered Machine Spirit": {
+ "text": "You cannot use any Stratagems to affect this unit, nor can you use the Command Re-roll Stratagem to affect any dice rolls made for it."
+ },
+ "Battle Scar—Vehicle§Engine Fault": {
+ "text": "Subtract 2″ from this unit’s Move characteristic. In addition, subtract 1 from Advance and charge rolls made for this unit."
+ },
+ "Battle Scar—Vehicle§Targeter’s Cracked": {
+ "text": "You must re-roll hit rolls of 6 when resolving attacks made by a **VEHICLE** model in this unit."
+ },
+ "Battle Scar—Vehicle§Vox Comms Destroyed": {
+ "text": "This unit is unaffected by the aura abilities of any friendly units."
+ },
+ "Battle Scar—Vehicle§Weakened Armor": {
+ "text": "Each time this unit is hit by a weapon with a Strength characteristic of 8 or more, this unit suffers 1 mortal wound in addition to any normal damage."
+ },
+ "Battle Scar—Vehicle§Weapon Damaged": {
+ "text": "Select one weapon equipped by a **VEHICLE** model in this unit (if this unit has any ranged weapons, you must select one of them, and if any of those are Heavy, then you must select one of them). Subtract 1 from hit and wound rolls when resolving attacks with that weapon."
+ },
+ "Battle Trait§Battle-tested": {},
+ "Battle Trait§Cool-headed": {},
+ "Battle Trait§Fleet of Foot": {},
+ "Battle Trait§Grizzled": {},
+ "Battle Trait§Headhunters": {},
+ "Battle Trait§Veteran Warriors": {},
+ "Character Trait§Deadly Charge": {},
+ "Character Trait§Heroic Constitution": {},
+ "Character Trait§Inspiring Hero": {},
+ "Character Trait§Resilient": {},
+ "Character Trait§Swift and Agile": {},
+ "Character Trait§Tactical Experience": {},
"Detachment§Auxiliary Support Detachment": {
"stats": {
"Command Cost": {
@@ -2041,7 +2442,7 @@
},
"dynamic": true,
"tracked": true,
- "value": "3"
+ "value": 3
},
"Lord of War": {
"value": 0,
@@ -2078,7 +2479,7 @@
"value"
]
],
- "value": "3",
+ "value": 3,
"operator": "AND",
"not": false
}
@@ -2371,7 +2772,61 @@
}
}
},
+ "Melee Enhancement§Brutal": {},
+ "Melee Enhancement§Finely Balanced": {},
+ "Melee Enhancement§Fleshbane": {},
+ "Melee Enhancement§Heirloom": {},
+ "Melee Enhancement§Razor-edged": {},
+ "Melee Enhancement§Shredder": {},
+ "Monster Trait§Apex Predator": {},
+ "Monster Trait§Frenzied": {},
+ "Monster Trait§Regenerates": {},
+ "Monster Trait§Terrifying": {},
+ "Monster Trait§Thickened Hide": {},
+ "Monster Trait§Unstoppable": {},
"Order of Battle§Order of Battle": {},
+ "Psychic Fortitude§Adamantium Will": {},
+ "Psychic Fortitude§Master of Lore": {},
+ "Psychic Fortitude§Psychic Might": {},
+ "Psychic Power§Smite": {
+ "text": "*Smite* has a warp charge value of 5. Add 1 to the warp charge value of this psychic power for each other attempt that has been made to *manifest* this power by a unit from your army in this phase, whether that attempt was successful or not. If manifested, the closest enemy unit within 18″ of and visible to the psyker suffers D3 *mortal wounds*. If the result of the *Psychic test* was 11 or more, that unit suffers D6 mortal wounds instead.\n\n**Warp Charge 5**: A Psychic test of 5+ is required to manifest *Smite*.\nWarp charge increases by 1 for each other attempt to manifest *Smite* made in this phase.\nIf manifested, closest visible enemy unit in 18″ suffers D3 mortal wounds.\nIf manifested with a Psychic test result of 11+, enemy instead suffers D6 mortal wounds."
+ },
+ "Ranged Enhancement§Accelerator": {},
+ "Ranged Enhancement§Armour Piercing": {},
+ "Ranged Enhancement§Auto-loader": {},
+ "Ranged Enhancement§High Calibre": {},
+ "Ranged Enhancement§Improved Sights": {},
+ "Ranged Enhancement§Master-worked": {},
+ "Requisition§Fresh Recruits": {},
+ "Requisition§Increase Supply Limit": {
+ "rules": {
+ "increaseSupplyLimit": {
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{parent}",
+ "stats",
+ "Power Level",
+ "max"
+ ]
+ ],
+ "actionType": "modify",
+ "value": 5,
+ "iterations": 1
+ }
+ ]
+ }
+ }
+ },
+ "Requisition§Psychic Meditations": {},
+ "Requisition§Rearm and Resupply": {},
+ "Requisition§Relic": {},
+ "Requisition§Repair and Recuperate": {},
+ "Requisition§Specialist Reinforcements": {},
+ "Requisition§Warlord Trait": {},
"Roster§Army": {
"aspects": {
"Lock Qty": true,
@@ -2890,84 +3345,17 @@
}
}
},
- "Psychic Power§Smite": {
- "text": "*Smite* has a warp charge value of 5. Add 1 to the warp charge value of this psychic power for each other attempt that has been made to *manifest* this power by a unit from your army in this phase, whether that attempt was successful or not. If manifested, the closest enemy unit within 18\" of and visible to the psyker suffers D3 *mortal wounds*. If the result of the *Psychic test* was 11 or more, that unit suffers D6 mortal wounds instead.\n\n**Warp Charge 5**: A Psychic test of 5+ is required to manifest *Smite*.\nWarp charge increases by 1 for each other attempt to manifest *Smite* made in this phase.\nIf manifested, closest visible enemy unit in 18\" suffers D3 mortal wounds.\nIf manifested with a Psychic test result of 11+, enemy instead suffers D6 mortal wounds."
- },
- "Character Trait§Swift and Agile": {},
- "Character Trait§Heroic Constitution": {},
- "Character Trait§Deadly Charge": {},
- "Character Trait§Tactical Experience": {},
- "Character Trait§Resilient": {},
- "Character Trait§Inspiring Hero": {},
- "Monster Trait§Unstoppable": {},
- "Monster Trait§Apex Predator": {},
- "Monster Trait§Thickened Hide": {},
- "Monster Trait§Frenzied": {},
- "Monster Trait§Regenerates": {},
- "Monster Trait§Terrifying": {},
- "Vehicle Trait§Enhanced Engines": {},
- "Vehicle Trait§Elite Crew": {},
- "Vehicle Trait§Improved Shielding": {},
"Vehicle Trait§Armourbane": {},
- "Vehicle Trait§Repair Systems": {},
"Vehicle Trait§Blessed Hull": {},
- "Battle Trait§Fleet of Foot": {},
- "Battle Trait§Veteran Warriors": {},
- "Battle Trait§Grizzled": {},
- "Battle Trait§Headhunters": {},
- "Battle Trait§Cool-headed": {},
- "Battle Trait§Battle-tested": {},
- "Ranged Enhancement§Auto-loader": {},
- "Ranged Enhancement§Armour Piercing": {},
- "Ranged Enhancement§High Calibre": {},
- "Ranged Enhancement§Improved Sights": {},
- "Ranged Enhancement§Accelerator": {},
- "Ranged Enhancement§Master-worked": {},
- "Melee Enhancement§Heirloom": {},
- "Melee Enhancement§Razor-edged": {},
- "Melee Enhancement§Brutal": {},
- "Melee Enhancement§Finely Balanced": {},
- "Melee Enhancement§Shredder": {},
- "Melee Enhancement§Fleshbane": {},
- "Psychic Fortitude§Psychic Might": {},
- "Psychic Fortitude§Adamantium Will": {},
- "Psychic Fortitude§Master of Lore": {},
- "Requisition§Increase Supply Limit": {
- "rules": {
- "increaseSupplyLimit": {
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{parent}",
- "stats",
- "Power Level",
- "max"
- ]
- ],
- "actionType": "modify",
- "value": 5,
- "iterations": 1
- }
- ]
- }
- }
- },
- "Requisition§Fresh Recruits": {},
- "Requisition§Rearm and Resupply": {},
- "Requisition§Repair and Recuperate": {},
- "Requisition§Psychic Meditations": {},
- "Requisition§Specialist Reinforcements": {},
- "Requisition§Warlord Trait": {},
- "Requisition§Relic": {},
+ "Vehicle Trait§Elite Crew": {},
+ "Vehicle Trait§Enhanced Engines": {},
+ "Vehicle Trait§Improved Shielding": {},
+ "Vehicle Trait§Repair Systems": {},
"Warlord Trait§Inspiring Leader": {
"text": "Add 1 to the Leadership characteristic of friendly units while they are within 6″ of this **WARLORD**."
}
},
"gameModes": {},
"theme": {}
- },
- "dependencies": []
+ }
}
\ No newline at end of file
diff --git a/adepta_sororitas/Adepta_Sororitas.manifest b/adepta_sororitas/Adepta_Sororitas.manifest
index f9b70a1..8409fba 100644
--- a/adepta_sororitas/Adepta_Sororitas.manifest
+++ b/adepta_sororitas/Adepta_Sororitas.manifest
@@ -1,11 +1,12 @@
{
"name": "Adepta Sororitas",
+ "revision": "0.0.8",
"game": "Warhammer 40,000",
"genre": "sci-fi",
"publisher": "Games Workshop",
"url": "https://warhammer40000.com/",
- "notes": "This manifest is provided for the purposes of testing the features of *Rosterizer* and is not intended for distribution.",
- "revision": "0.0.5",
+ "notes": "0.0.8: dynamic damage min/max variable type\n\n0.0.7: single-model units no longer have any \"model\" asssets\n\n0.0.6: \"source\" keyword category\n\n0.0.5: add relics\n\nThis manifest is provided for the purposes of testing the features of *Rosterizer* and is not intended for distribution.\n\nThe data included herein was programatically compiled from freely-available sources on the internet and likely contains some errors. Use with caution.",
+ "wip": true,
"dependencies": [
{
"slug": "123456",
@@ -95,6 +96,9 @@
}
}
},
+ "Relics of the Ecclesiarchy": {
+ "templateClass": "Relic"
+ },
"Unit": {
"rules": {
"replace subfaction keyword": {
@@ -164,336 +168,432 @@
]
}
}
- },
- "Relics of the Ecclesiarchy": {
- "templateClass": "Relic"
}
},
"assetCatalog": {
- "Roster§Army": {},
- "Model§Uriah Jacobus": {
+ "Ability§Abbess Sanctorum (Aura)": {
+ "text": "While a friendly **ADEPTA SORORITAS** CORE** unit is within 6″ of this model, each time a model in that unit makes an attack, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1 and re-roll a [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1."
+ },
+ "Ability§Acts of Faith": {
+ "text": "Once per phase, one unit from your army with this ability can perform one Act of Faith. To do so, you will use Miracle dice.\n\n\n\n**Gaining Miracle Dice**\n\nIf every unit from your army has the ADEPTA** SORORITAS** keyword (excluding models with the **CULT IMPERIALIS**, **AGENT OF** THE** IMPERIUM** or UNALIGNED** keywords), then:\n\n* At the start of each turn, you gain 1 Miracle dice.\n* At the end of a phase in which any of the following conditions were met, you gain 1 Miracle dice:\n\nVengeanceAny ADEPTA** SORORITAS** units from your army destroy one or more enemy units.\n\n\n\nSacrificeAny **ADEPTA SORORITAS** CHARACTER** units from your army are destroyed.\n\n\n\nNote that Miracle dice can also be gained via other rules. No matter the source, you can only gain Miracle dice from such a rule if every unit from your army has the ADEPTA** SORORITAS** keyword (excluding models with the CULT** IMPERIALIS**, AGENT** OF** THE** IMPERIUM** or UNALIGNED** keywords).\n\n\n\nEach time you gain a Miracle dice, roll one D6. The number you roll is the value of that Miracle dice. This value cannot be changed or re-rolled, unless a rule specifically states otherwise. Keep your Miracle dice to one side - this is your Miracle dice pool.\n\n\n\nDesigner’s Note:** *We recommend using differently coloured or marked dice for your Miracle dice pool, and placing them to one side of the battle.field, or some place else where you will not accidentally pick them up midgame. It is perfectly fine, if you wish, to write down the values of the Miracle dice in your pool, or to keep track of them in any other way, just so long as both players can see them.\n\n\n\nPerforming an Act of Faith**\n\nBefore making a dice roll for a model or a unit from your army with the Acts of Faith ability, if you have one or more dice in your Miracle dice pool, that unit can perform an Act of Faith. To do so, select one or more of the dice from your Miracle dice pool, instead of making any or all of those dice rolls. For each individual dice that is being rolled as part of the dice roll, you can select 1 Miracle dice from your Miracle dice pool to be substituted in place of that dice. The dice that it is being substituted for is not rolled, and instead the value of the selected Miracle dice is used as if it had been rolled. Each Miracle dice can only be selected for substitution once. Once all Miracle dice substitutions have been made, remove the chosen Miracle dice from your Miracle dice pool, and roll any remaining, unsubstituted dice that are a part of the dice roll. You can use Miracle dice when a unit performs an Act of Faith for any of the following types of dice roll:\n\n* [Advance roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance)\n* [Charge roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit)\n* [Hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)\n* [Wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)\n* [Saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw)\n* Damage roll\n* [Morale test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests)A Miracle dice is not a modifier or an inherently modified dice (so, for example, if you use a Miracle dice with a value of 1 for a Morale test, that is considered to be an unmodified roll of 1). A Miracle dice that has been used for a substitution can never be re-rolled. This means that if any [re-rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Re-rolls) occur, the number and values of any Miracle dice that have already been substituted in the dice roll remain the same for the re-roll (for example, if a single Miracle dice was used to substitute one of the values of a charge roll, and the charge roll was re-rolled, only the unsubstituted dice can be re-rolled).\n\n\n\nExample 1:** Instead of rolling one D6 to see what value is added to a unit’s Move characteristic when that unit [Advances](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance), you could use a dice from your Miracle dice pool. If the value of that dice was 5, you would add 5″ to the Move characteristic of every model in that unit for that [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE).\n\n\n\nExample 2:** Instead of rolling 2D6 to see what a unit’s [charge distance](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) is when making a charge roll, you could use either one or two dice from your Miracle dice pool. If you chose 2 Miracle dice, and the values of those dice were a 6 and a 3, the unit’s charge distance would be 9\".*\n\n***ERROR***—*The following text was found on another ability with the same name:* \nIf your army includes any models with this ability, you will start the battle with 3 Faith Points, plus 1 additional Faith Point for every 10 models with this ability in your army (rounding down). These can be spent to attempt the Acts of Faith listed below. Each can only be attempted once per battle round, and you must spend one Faith Point each time you do so (if you have no Faith Points remaining, you cannot attempt an Act of Faith). To attempt an Act of Faith, select a unit in your army that has the Acts of Faith ability and then choose the Act of Faith you wish to attempt. Then make a Test of Faith for the unit by rolling a D6; if the result is less than that Act of Faith’s devotion value, or is an unmodified roll of 1, the test fails and nothing happens. Otherwise the test is successful and the Act of Faith takes effect.\n\n\n\n**Hand of the Emperor**\n\n*Devotion value 4\n\nUse this Act of Faith at the start of your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE). If successful, add 3″ to the selected unit’s Move characteristic until the end of that phase.\n\n\n\nSpirit of the Martyr**\n\nDevotion value 3*\n\nUse this Act of Faith at the start of your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE). If successful, one model in the selected unit regains D3 lost wounds, or, if there are no wounded models and any models in the unit have been slain, you can return one slain model to the unit with 1 wound remaining (this model is set up in [unit coherency](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Unit-Coherency) and cannot be set up within 1″ of any enemy models – if it is not possible to place this model, it is not returned to the unit).\n\n\n\nAegis of the Emperor**\n\nDevotion value 3*\n\nUse this Act of Faith at the start of your opponent’s [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE). If successful, then until the end of that phase, roll a D6 each time the selected unit suffers a [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds). On a 4+ that mortal wound is ignored.\n\n\n\nDivine Guidance**\n\nDevotion value 4*\n\nUse this Act of Faith at the start of your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE). If successful, add 1 to [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) for attacks made with this unit’s ranged weapons until the end of the phase.\n\n\n\nThe Passion**\n\nDevotion value 5*\n\nUse this Act of Faith at the start of your [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE). If successful, the selected unit can be chosen to Fight with twice in that phase, instead of only once.\n\n\n\nLight of the Emperor**\n\nDevotion value 3*\n\nUse this Act of Faith at the start of the [Morale phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MORALE-PHASE). If successful, the selected unit automatically passes [Morale tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests) that phase."
+ },
+ "Ability§Angelic Saviour": {
+ "text": "This unit is eligible to [perform a Heroic Intervention](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention) if it is within 6″ horizontally and 5″ vertically of any enemy unit, instead of 3″ horizontally and 5″ vertically. Each time this unit makes a Heroic Intervention move, its models can move up to 6″ instead of 3″. All other rules for [Heroic Interventions](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Heroic-Interventions) still apply."
+ },
+ "Ability§Angelic Visage": {
+ "text": "The [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) models in this unit receive from the **Shield of** Faith** ability is improved by 1 (to a maximum of 4+)."
+ },
+ "Ability§Anguish of the Unredeemed": {
+ "text": "Each time a model in this unit is destroyed by a melee attack, if this unit has not yet been selected to fight this phase, roll one D6 before removing that model from play. On a 4+. do not remove it from play. The destroyed model can fight after the attacking model’s unit has finished making attacks. After doing so, any other rules that affect this model ‘when it is destroyed’ are triggered (if any) and then the model is removed from play."
+ },
+ "Ability§Armour of Contempt": {
+ "text": "Each time an attack is allocated to an **ASTRA MILITARUM** VEHICLE**, **ADEPTUS ASTARTES**, **SANCTIC ASTARTES**, **HERETIC ASTARTES** or **ADEPTA SORORITAS** model, worsen the Armour Penetration characteristic of that attack by 1.\n\nThis rule does not apply to any of the following:\n\n* Models equipped with a storm shield, a relic shield or a combat shield (or a Relic that replaces one of these shields).\n* Models with either the Sacresant Shield** or Force Shielding** ability (**CELESTIAN SACRESANT** and **NEMESIS DREADKNIGHT** units).\n* Models that are under the effects of any other rule that worsens or reduces the Armour Penetration characteristic of an attack."
+ },
+ "Ability§Auto-Tapestry of the Emperor’s Judgement": {
+ "text": "Once per battle, in your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), **AESTRED** THURGA** can plant this banner. If she does, until the start of your next Command phase, AESTRED** THURGA** has the following ability: ‘The Emperor Resplendent (Aura)**:** While a friendly **ADEPTA SORORITAS** CORE** unit is within 6″ of this model, all 6 **sacred rites** are active for that unit.’"
+ },
+ "Ability§Banner of Sanctity": {
+ "text": "Add 1 to the Leadership characteristic of friendly **ADEPTUS MINISTORUM** and **ASTRA MILITARUM** units whilst they are within 6″ of this model."
+ },
+ "Ability§Berserk Killing Machines": {
+ "text": "Each time a model in this unit would lose a wound, roll one D6: on a 5+, that wound is not lost.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen a model in this unit would lose a wound, roll one D6; on a 5+ that wound is not lost."
+ },
+ "Ability§Bodyguard": {
+ "text": "",
"stats": {
+ "Order": {
+ "statType": "term",
+ "value": "<ORDER>",
+ "text": "While a friendly **SANCTIFIED CHARACTER** or **{v} CHARACTER** unit is within 3″ of this unit, that CHARACTER** unit can use the [Look Out, Sir](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Look-out-Sir) rule even if this unit contains fewer than 3 models.",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Bolts of Holy Judgement": {
+ "text": "At the start of your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), roll 2D6, adding 2 to the result if there are any **CHAOS** units within 18″ of EPHRAEL** STERN**. On a 5+, the nearest enemy unit that is within 18″ of and visible to EPHRAEL** STERN** suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) (if the result is 10 or more, that unit instead suffers D6 mortal wounds)."
+ },
+ "Ability§Censer of the Sacred Rose": {
+ "text": "At the start of each battle round, you gain 1 **Miracle dice**."
+ },
+ "Ability§Commander of the Adepta Sororitas": {
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **ADEPTA SORORITAS** CORE** or **ADEPTA SORORITAS** CHARACTER** unit within 6″ of this model. Until the start of your next Command phase, each time a model in that unit makes an attack, you can re-roll the [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) and you can re-roll the [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
+ },
+ "Ability§Consecrated Ground (Aura)": {
+ "text": "While a **CHAOS** unit is within 6″ of this [terrain feature](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-Features-1), subtract 1 from the Leadership characteristic of models in that unit."
+ },
+ "Ability§Crusader shield": {
+ "text": "Models in this unit have a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Daemonifuge (Aura)": {
+ "text": "While a **CHAOS** unit is within 6″ of this model, subtract 1 from the Leadership characteristic of models in that unit, and each time that unit fails a [Morale test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests), one additional model automatically flees from that unit."
+ },
+ "Ability§Divine Guardians": {
+ "text": "**GEMINAE** SUPERIA** models have a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Divine Protection": {
+ "text": "Models in this unit have a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). Each time an attack is made against this unit, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) and subtract 1 from that attack’s [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
+ },
+ "Ability§Driven Onwards": {
+ "text": "",
+ "stats": {
+ "Order": {
+ "statType": "term",
+ "value": "<ORDER>",
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), you can select one friendly **{v} SISTERS** REPENTIA** unit within 3″ of this model. If you do so, until the end of the turn, this model and that unit are both eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) in a turn in which they [Advanced](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance), and, until the end of the turn, each time a [charge roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) is made for this model or that unit, roll one additional D6 and discard one of the results.",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Ecclesiarchy Battle Conclave": {
+ "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), then for each [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments) that includes a **CULT IMPERIALIS** PRIEST** unit, one CRUSADERS** unit can be included in that Detachment without taking up a [Battlefield Role](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role) slot.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nIf your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), this unit does not take up slots in a [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments) that includes any **MINISTORUM PRIESTS**.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nIf your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), then for each Detachment that includes a **CULT IMPERIALIS** PRIEST** unit, one ARCO-FLAGELLANTS** unit can be included in that Detachment without taking up a [Battlefield Role](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role) slot.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nIf your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), then for each [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments) that includes a **CULT IMPERIALIS** PRIEST** unit, one DEATH** CULT** ASSASSINS** unit can be included in that Detachment without taking up a [Battlefield Role](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role) slot."
+ },
+ "Ability§Emboldened by Prayer (Aura)": {
+ "text": "While a friendly **ADEPTUS MINISTORUM** CORE** unit is within 6″ of this model, models in that unit can use this model’s Leadership characteristic instead of their own."
+ },
+ "Ability§Endless Suffering": {
+ "text": "This unit is eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) with even if it [Advanced](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) this turn. In addition, each time this unit makes a [pile-in move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Pile-In) or [consolidation move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Consolidate), models in this unit can move an additional 2\"."
+ },
+ "Ability§Explodes": {
+ "text": "When this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6″ suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6″ suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this transport is destroyed, roll one D6 before any embarked models [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) and before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
+ },
+ "Ability§Faithful Advance": {
+ "text": "Models in this unit do not suffer the penalty for moving and firing [Heavy weapons](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#HEAVY)."
+ },
+ "Ability§Fiery Conviction": {
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **ORDER OF** OUR** MARTYRED** LADY** CORE** or **ORDER OF** OUR** MARTYRED** LADY** CHARACTER** unit within 6″ of this model. Until the start of your next Command phase, each time a model in that unit makes an attack, you can re-roll the [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
+ },
+ "Ability§Firing Points": {
+ "text": "In your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), up to 6 models embarked within this [transport](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Transports) can be selected to shoot with; measure distances and draw line of sight from any point on this transport when doing so. If this transport made a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), [Advanced](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back) this turn, embarked units are considered to have done the same. While this transport is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, embarked units cannot shoot, except with [Pistols](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PISTOL)."
+ },
+ "Ability§Fury of the Righteous (Aura)": {
+ "text": "",
+ "stats": {
+ "Order": {
+ "statType": "term",
+ "value": "<ORDER>",
+ "text": "While a friendly **{v} CORE** unit is within 6″ of this model, each time a model in that unit makes an attack, re-roll a [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1.",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Hacking Advance": {
+ "text": "Each unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 made for Gotfret de Montbard’s attacks in the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE) scores 2 hits instead of 1."
+ },
+ "Ability§Hagiolatry": {
+ "text": "If **AGATHAE** DOLAN** is included in the same [Crusade army](https://wahapedia.ru/wh40k9ed/the-rules/narrative-play/#Selecting-a-Crusade-Army) as a [SAINT** POTENTIA**](https://wahapedia.ru/wh40k9ed/factions/adepta-sororitas/#Trials-of-a-Living-Saint) model, and if AGATHAE** DOLAN** is on the battlefield at the end of the battle, that SAINT** POTENTIA** model gains 1 additional Saint point."
+ },
+ "Ability§Healing Tears": {
+ "text": "While a model in this unit has any lost wounds, or while this unit is below its [Starting Strength](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Starting-Strength-Half-strength-and-Destroyed-Units), **CELESTINE** can attempt the following [action](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Actions):\n\n\n\n‘Healing Tears (Action):** This unit can start this action at the end of your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE). The action is completed at the end of your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE) provided CELESTINE** is still on the battlefield. Once completed:\n\n* If a model in this unit has any lost wounds, all of that model’s lost wounds are restored.\n* If this unit is below its Starting Strength, 1 GEMINAE** SUPERIA** model is returned to the unit with their full wounds remaining.’Designer's Note:** *A GEMINAE** SUPERIA** counts as a named character for all rules purposes.*"
+ },
+ "Ability§High Lord of the Imperium": {
+ "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), this model must be your army’s [**WARLORD**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#The-Warlord). If more than one model in your army has a rule to this effect, then one of those models must be your army’s WARLORD**."
+ },
+ "Ability§Holy Aegis": {
+ "text": "Each time an attack is allocated to this model, halve the Damage characteristic of that attack (rounding up)."
+ },
+ "Ability§Holy Vanguard": {
+ "text": "At the start of the first battle round, before the first turn begins, this unit, or the **ADEPTA SORORITAS** TRANSPORT** it is embarked within, can make a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move) of up to 6″ as if it were your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE). This unit must end that move more than 9″ away from any enemy models. If both players have units that can do this, the player who is taking the first turn moves their units first."
+ },
+ "Ability§Icon of Chiros": {
+ "text": "When a [Morale test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests) is taken for a friendly **ADEPTUS MINISTORUM** or **ASTRA MILITARUM** unit whilst they are within 6″ of this model, roll one additional D6 and discard one of the dice."
+ },
+ "Ability§Icon of the Valorous Heart": {
+ "text": "All 6 **sacred rites** are active for the bearer."
+ },
+ "Ability§Icon the Ecclesiarchy (Aura)": {
+ "text": "While a **CHAOS** unit is within 6″ of this model, subtract 1 from the Leadership characteristic of models in that unit."
+ },
+ "Ability§Impetuous Fervour": {
+ "text": "Each time this unit fights, if it made a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) this turn, then until that fight is resolved, add 1 to the Attacks characteristic of all models in this unit."
+ },
+ "Ability§Instrument of Pain and Penance": {
+ "text": "This unit cannot perform any [actions](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Actions)."
+ },
+ "Ability§Keepers of the Faith": {
+ "text": "This unit is eligible to [perform Heroic Interventions](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention) as if it were a **CHARACTER**. In addition, each time this unit performs a Heroic Intervention or an enemy unit [declares a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) against this unit while this unit is not within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, this unit can [Set to Defend](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Defensible). If it Sets to Defend, then until the end of the phase, it cannot fire [Overwatch](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Overwatch), but until the end of the next [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), each time a model in this unit makes a melee attack, add 1 to that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
+ },
+ "Ability§Knight of Shadows": {
+ "text": "While this unit contains **KYGANIL**, at the start of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), if this unit is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, it can fight first that phase."
+ },
+ "Ability§Laud Hailer (Aura)": {
+ "text": "While a friendly **ADEPTA SORORITAS** CORE** or **ADEPTA SORORITAS** CHARACTER** unit is within 6″ of this model, add 1 to the Leadership characteristic of models in that unit."
+ },
+ "Ability§Lead the Righteous (Aura)": {
+ "text": "\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhile a friendly **ORDER OF** OUR** MARTYRED** LADY** CORE** unit is within 6″ of this model, each time a model in that unit makes an attack, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1.",
+ "stats": {
+ "Order": {
+ "statType": "term",
+ "value": "<ORDER>",
+ "text": "While a friendly **{v} CORE** unit is within 6″ of this model, each time a model in that unit makes an attack, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1.",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Lifewards": {
+ "text": "While this unit contains any **GEMINAE** SUPERIA** models, each time an attack successfully wounds this unit, that attack must be allocated to one of those models. The destruction of GEMINAE** SUPERIA** models is ignored for the purposes of [Morale tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests). If CELESTINE** is ever destroyed, any remaining GEMINAE** SUPERIA** models in this unit are also destroyed."
+ },
+ "Ability§Line of Martyrs": {
+ "text": "While this unit contains **AGATHAE** DOLAN**, each time an attack successfully wounds this unit, that attack must be allocated to AGATHAE** DOLAN**. The destruction of AGATHAE** DOLAN** is ignored for the purposes of [Morale tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests). If AESTRED** THURGA** is ever destroyed, AGATHAE** DOLAN** is also destroyed."
+ },
+ "Ability§Litany of Deeds": {
+ "text": "",
+ "stats": {
+ "Order": {
+ "statType": "term",
+ "value": "<ORDER>",
+ "text": "This model gains an ability (see below) depending on which tale it is recounting. At the start of the battle, before the first turn begins, you must select one tale from the following list for this model to recount, and make a note of it on your [army roster](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battle-forged-Army-Roster). You cannot select a tale that another model from your army is already recounting unless all three tales are being recounted by models from your army. Until the end of the battle, this model has the ability associated with that tale.\n\n* **Tale of the Faithful (Aura)**:** While a friendly **{v} CORE** unit is within 6″ of this model, you can re-roll [Advance rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) and [charge rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) made for that unit.\n* Tale of the Stoic (Aura)**:** While a friendly {v}** CORE** unit is within 6″ of this model, each time an attack with a Strength characteristic of 3 or less is made against that unit, subtract 1 from that attack’s [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll).\n* Tale of the Warrior (Aura)**:** While a friendly {v}** CORE** unit is within 6″ of this model, add 1 to the Strength characteristic of models in that unit.",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Maniacal Fervour": {
+ "text": "Roll a D6 each time this model loses a wound; on a 5+ that wound is not lost."
+ },
+ "Ability§Martyrdom": {
+ "text": "If this unit is destroyed during any phase other than the [Morale phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MORALE-PHASE), then at the end of that phase, you gain 1 **Miracle dice**."
+ },
+ "Ability§Medicus Ministorum (Aura)": {
+ "text": "While a friendly **ADEPTUS MINISTORUM** INFANTRY** unit is within 3″ of this model, each time a model in that unit would lose a wound, roll one D6: on a 6, that wound is not lost."
+ },
+ "Ability§Miraculous Intervention": {
+ "text": "The first time **CELESTINE** is destroyed, roll one D6 at the end of the phase instead of using any rules that are triggered when a model is destroyed (e.g. Sacrifice**). On a 1, this unit counts as having been destroyed for the purposes of Sacrifice; on a 2+, set CELESTINE** back up on the battlefield as close as possible to where she was destroyed and not within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, with all her wounds remaining."
+ },
+ "Ability§Mysterious Saviour": {
+ "text": "While this unit contains **KYGANIL**, each time an attack successfully wounds this unit, that attack must be allocated to KYGANIL**. Each time KYGANIL** would lose a wound, roll one D6: on a 5+ that wound is not lost. The destruction of KYGANIL** is ignored for the purposes of [Morale tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests). If EPHRAEL** STERN** is ever destroyed, KYGANIL** is also destroyed."
+ },
+ "Ability§Non-militant Order": {
+ "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), then for each [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments) that includes either a **CANONESS** or **CANONESS SUPERIOR** unit, one DIALOGUS** unit can be included in that Detachment without taking up a [Battlefield Role](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role) slot.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nIf your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), then for each [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments) that includes either a **CANONESS** or **CANONESS SUPERIOR** unit, one HOSPITALLER** unit can be included in that Detachment without taking up a [Battlefield Role](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role) slot."
+ },
+ "Ability§Order Pronatus": {
+ "text": "If **AESTRED** THURGA** is included in your army, then the [Open the Reliquaries](https://wahapedia.ru/wh40k9ed/factions/adepta-sororitas/#Stratagems) Stratagem costs one fewer [Command points](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Command-Points) to use the first time you use it. If AESTRED** THURGA** is in your [Crusade force](https://wahapedia.ru/wh40k9ed/the-rules/narrative-play/#Crusade-Forces), the [Relic](https://wahapedia.ru/wh40k9ed/the-rules/narrative-play/#Rescue-) Requisition costs 0 [Requisition points](https://wahapedia.ru/wh40k9ed/the-rules/narrative-play/#Requisition-Points) to use."
+ },
+ "Ability§Overseer of Redemption (Aura)": {
+ "text": "",
+ "stats": {
+ "Order": {
+ "statType": "term",
+ "value": "<ORDER>",
+ "text": "While a friendly **{v} SISTERS** REPENTIA** unit is within 6″ of this model, each time a model in that unit makes a melee attack, add 1 to the [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll).",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Paragon Warsuit": {
+ "text": "Each time an attack is allocated to a model in this unit, subtract 1 from the Damage characteristic of that attack (to a minimum of 1)."
+ },
+ "Ability§Petals of the Bloody Rose": {
+ "text": "The bearer has the following ability: ‘**Petals of the Bloody Rose (Aura)**:** While a friendly **ADEPTA SORORITAS** CORE** unit is within 6″ of this model, each time a model in that unit makes a melee attack, add 1 to that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).’"
+ },
+ "Ability§Praesidium Protectiva": {
+ "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). Each time an attack is made against this unit, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
+ },
+ "Ability§Prayers to the Saint": {
+ "text": "While there are any **BATTLE** SANCTUM** terrain features on the battlefield, CULT** IMPERIALIS** PRIEST** and ADEPTA** SORORITAS** units in your army can attempt the following action:\n\n\n\n‘Pray to the Saint (Action):** At the end of your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), one **CULT IMPERIALIS** PRIEST** or **ADEPTA SORORITAS** INFANTRY** unit from your army that is wholly within one friendly BATTLE** SANCTUM** terrain feature can start to [perform this action](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-Actions). The action is completed at the end of your turn. Once completed, you gain 1 **Miracle dice**.’"
+ },
+ "Ability§Priestly Delegation": {
+ "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), then for each **MISSIONARY** unit included in a [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments), one PREACHER** unit can be included in that Detachment without taking up a [Battlefield Role](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role) slot."
+ },
+ "Ability§Purgator Mirabilis Warsuit": {
+ "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). Each time this model would lose a wound as the result of a [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds), roll one D6: on a 4+, that wound is not lost."
+ },
+ "Ability§Recount the Deeds of the Saints": {
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **ADEPTA SORORITAS** CHARACTER** unit within 9″ of AGATHAE** DOLAN**. Until the start of your next Command phase, each time that unit is selected to fight, you can re-roll one [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll), one [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) or one damage roll when resolving that unit’s attacks."
+ },
+ "Ability§Relics of the Matriarchs": {
+ "text": "This model has a number of Relics of the Matriarchs as detailed in the following table:\n\n\n\n
| **Wounds Remaining** | Relics of the Matriarch** | | 10+ | 6 | | 5-9 | 4 | | 1-4 | 2 |
|
\n\nThis model can only have one of each Relics of the Matriarchs, below (The Fiery Heart**, Censer of the Sacred Rose**, Simulacrum of the Ebon Chalice**, Petals of the Bloody Rose**, Icon of the Valorous Heart** and Simulacrum of the Argent Shroud**). When this model suffers damage that reduces its number of relics, select which of the Relics of the Matriarchs this model no longer has. If this model regains lost wounds that increase its number of Relics of the Matriarchs, select which of the Relics of the Matriarchs this model regains."
+ },
+ "Ability§Righteous Repugnance": {
+ "text": "Once per battle, at the end of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), if this model is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, it can [fight again](https://wahapedia.ru/wh40k9ed/the-rules/rules-appendix/#Fight-Again)."
+ },
+ "Ability§Rites of Fire": {
+ "text": "Add 4″ to the Range characteristic of heavy flamers models in this unit are equipped with."
+ },
+ "Ability§Rosarius": {
+ "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nThis model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nThis model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nTaddeus the Purifier has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nModels in this unit have a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Sacred Healing": {
+ "text": "At the end of your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), this model can heal one friendly **ADEPTUS MINISTORUM** INFANTRY** model whose unit is within 3″ of it. That model regains up to D3 lost wounds. Each model can only be healed once per turn."
+ },
+ "Ability§Sacred Rites": {
+ "text": "This unit gains a bonus depending on which sacred rites are active for your army. After players have determined their mission, you must select one sacred rite from the following table to be active for your army. Alternatively, you can randomly determine two sacred rites from the table to be active for your army by rolling two D6 and looking up the results (if a double is rolled, roll both dice again until two different results are rolled). In either case, these sacred rites are active for your army until the end of the battle. Some rules can make additional sacred rites become active for a unit during the battle. Duplicated active sacred rites on that unit have no additional effect."
+ },
+ "Ability§Sacred Task (Aura)": {
+ "text": "",
+ "stats": {
+ "Order": {
+ "statType": "term",
+ "value": "<ORDER>",
+ "text": "While a friendly **{v} CORE** unit that is [performing an action](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-Actions) is within 6″ of this model, that unit can shoot without that action failing.",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Sacresant Shield": {
+ "text": "Models in this unit have a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Saintly Blessings (Aura)": {
+ "text": "While a friendly **IMPERIUM** INFANTRY** unit is within 6″ of CELESTINE**, models in that unit have a 6+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Scourge of the Penitent": {
+ "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), then for each [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments) that includes a **SISTERS REPENTIA** unit, one REPENTIA** SUPERIOR** unit can be included in that Detachment without taking up a [Battlefield Role](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role) slot."
+ },
+ "Ability§Servant of the Imperium": {
+ "text": "Gotfret de Montbard can be included in an [ASTRA MILITARUM Detachment](https://wahapedia.ru/wh40k9ed/factions/astra-militarum/#Detachment-Abilities) without preventing other units in that Detachment from gaining a [Regimental Doctrine](https://wahapedia.ru/wh40k9ed/factions/astra-militarum/#Regimental-Doctrines). Note, however, that Gotfret de Montbard can never benefit from a Regimental Doctrine."
+ },
+ "Ability§Shield of Faith": {
+ "text": "* Models in this unit have a 6+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n* In your opponent’s [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), this unit can attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) one psychic power as if it were a **PSYKER**. Each time a [Deny the Witch test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) is taken for this unit, roll one D6 instead of 2D6: if the result of that test was an unmodified result of 6, or if it was greater than the result of the [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests), that Deny the Witch test is passed.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nGotfret de Montbard can attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) one psychic power in each enemy [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE) in the same manner as a [PSYKER](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE). However, if he does so, instead of rolling 2D6, only roll a single D6; the psychic power is resisted if the roll is greater than the result of the [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) that manifested the power."
+ },
+ "Ability§Simulacrum of the Argent Shroud": {
+ "text": "Once per battle round, before you perform an **Act of** Faith** for a friendly **ADEPTA SORORITAS** CORE** or friendly **ADEPTA SORORITAS** CHARACTER** unit within 6″ of this model, you can change the value of 1 **Miracle dice** to a 6 before using that dice for that Act of Faith."
+ },
+ "Ability§Simulacrum of the Ebon Chalice": {
+ "text": "The bearer has the following ability: ‘**Simulacrum of the Ebon Chalice (Aura)**:** While an enemy unit is within 6″ of this model, at the start of your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), roll one D6 for that unit, adding 1 to the result if that enemy unit is a PSYKER**, and adding 1 to the result if that enemy unit has the CHAOS** keyword (these additions are cumulative): on a 5+, that enemy unit suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).’"
+ },
+ "Ability§Sisters Novitiate": {
+ "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), you cannot include more **SISTERS** NOVITIATE** units than **BATTLE SISTERS** SQUAD** units in each [ADEPTA** SORORITAS** Detachment](https://wahapedia.ru/wh40k9ed/factions/adepta-sororitas/#Detachment-Rules) in your army."
+ },
+ "Ability§Sky Strike": {
+ "text": "During deployment, you can set up this unit in the skies instead of setting it up on the battlefield. If you do so, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), you can set up this unit anywhere on the battlefield that is more than 9″ away from any enemy models.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nDuring deployment, you can set up this unit in the skies instead of setting it up on the battlefield. If you do so, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), you can set up this unit anywhere on the battlefield that is more than 9″ away from any enemy models.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nDuring deployment, you can set up this unit in the skies instead of setting it up on the battlefield. If you do so, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), you can set up this unit anywhere on the battlefield that is more than 9″ away from any enemy models."
+ },
+ "Ability§Smoke Launchers": {
+ "text": "Once per game, instead of shooting any weapons in the [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), this model can use its smoke launchers. Until the controlling player’s next Shooting phase, any enemy units targeting this unit subtract 1 from all [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) for Shooting attacks made against this unit."
+ },
+ "Ability§Solace in Anguish": {
+ "text": "Each time a model in this unit would lose a wound, roll one D6: on a 5+, that wound is not lost."
+ },
+ "Ability§Solemn Procession": {
+ "text": "This model cannot [embark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Embark) aboard a [**TRANSPORT**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Transports). For the purposes of the [Look Out, Sir](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Look-out-Sir) rule and any [terrain traits](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-Traits) (e.g. [Dense Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Dense-Cover), [Obscuring](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Obscuring) etc.), this model is considered to have a Wounds characteristic of 9, instead of 18."
+ },
+ "Ability§Spiritual Fortitude": {
+ "text": "Each time a model in this unit would lose a wound as a result of a [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds), roll one D6: on a 5+, that wound is not lost."
+ },
+ "Ability§Stirring Rhetoric (Aura)": {
+ "text": "While a friendly **ADEPTA SORORITAS** unit is within 6″ of this model, each time that unit (or a model in that unit) performs an **Act of** Faith**, you can increase or decrease the value of 1 Miracle dice (or 1 Cherub dice) by 1 before you use it to perform that Act of Faith (to a maximum of 6 and a minimum of 1). This is not cumulative with any other abilities that can increase or decrease the value of a Miracle dice or a Cherub dice."
+ },
+ "Ability§Storm of Retribution": {
+ "text": "Each time a model in this unit makes an attack with a [Heavy weapon](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#HEAVY), the target does not gain the [benefits of cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-and-Cover) against that attack."
+ },
+ "Ability§Storm Shield": {
+ "text": "The bearer has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). In addition, add 1 to armour [saving throws](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) made for the bearer."
+ },
+ "Ability§Sworn Protectors": {
+ "text": "",
+ "stats": {
+ "Order": {
+ "statType": "term",
+ "value": "<ORDER>",
+ "text": "While this unit is within 6″ of a friendly **{v} CANONESS** SUPERIOR**, **{v} CANONESS**, or **{v} PALATINE** model, each time a model in this unit makes an attack, add 1 to that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Terrain Feature": {
+ "text": "After this model is set up, it is treated as an [Area terrain](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Area-Terrain) feature with the following [terrain traits](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-Traits):\n\n• [Breachable](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Breachable)\n\n• [Defensible](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Defensible)\n\n• [Light Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Light-Cover)\n\n• [Obscuring](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Obscuring)\n\n• [Scalable](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Scaleable)\n\n• [Inspiring](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Inspiring) (**ADEPTUS MINISTORUM**)"
+ },
+ "Ability§The Armour of Saint Katherine": {
+ "text": "**CELESTINE** has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). Each time an attack is allocated to CELESTINE**, subtract 1 from the Damage characteristic of that attack (to a minimum of 1)."
+ },
+ "Ability§The Fiery Heart": {
+ "text": "The bearer has the following ability: ‘**The Fiery Heart (Aura)**:** While a friendly **ADEPTA SORORITAS** CORE** unit is within 6″ of this model, [Morale tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests) taken for that unit are automatically passed.’"
+ },
+ "Ability§The Pulpit of Saint Holline’s Basilica (Aura)": {
+ "text": "While a friendly **ADEPTA SORORITAS** INFANTRY** unit is wholly within 6″ of this model, each time a ranged attack is made against that unit, it is treated as having the benefits of [Light Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Light-Cover) against that attack."
+ },
+ "Ability§Unbridled Ardour": {
+ "text": "Each time an attack with a Damage characteristic of 1 is allocated to **AESTRED** THURGA**, add 1 to any armour [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) made against that attack."
+ },
+ "Ability§Uncanny Reflexes": {
+ "text": "Models in this unit have a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). At the start of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), if this unit is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, it can fight first that phase."
+ },
+ "Ability§Unexpected Allies": {
+ "text": "This unit can only be included in an [**ADEPTA** SORORITAS** Detachment](https://wahapedia.ru/wh40k9ed/factions/adepta-sororitas/#Detachment-Rules) or in an [Auxiliary Support Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Auxiliary-Support-Detachment). EPHRAEL** STERN** cannot be selected as your [WARLORD**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#The-Warlord) if she is included in an Auxiliary Support Detachment."
+ },
+ "Ability§Unflinching Determination": {
+ "text": "",
+ "stats": {
+ "Order": {
+ "statType": "term",
+ "value": "<ORDER>",
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), you can select one friendly **{v} CORE** unit within 6″ of this model. Until the start of your next Command phase, that unit has the [Objective Secured](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Secured) ability. If a model in that unit already has this ability, that model counts as one additional model when determining control of an [objective marker](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Markers).",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Vanguard": {
+ "text": "At the start of the first battle round, before the first turn begins, this unit can move as if it were your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE). This unit must end that move more than 9″ away from any enemy models. If both players have units that can do this, the player who is taking the first turn moves their units first."
+ },
+ "Ability§Wanderers": {
+ "text": "During deployment, you can set up this unit in the webway instead of setting it up on the battlefield. If you do so, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) you can set up this unit anywhere on the battlefield that is more than 9″ away from any enemy models."
+ },
+ "Ability§War Hymns": {
+ "text": "Add 1 to the Attacks characteristic of models in **ADEPTUS MINISTORUM** INFANTRY** and **ASTRA MILITARUM** INFANTRY** units whilst their unit is within 6″ of any friendly models with this ability.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nAdd 1 to the Attacks characteristic of friendly **ADEPTUS MINISTORUM** INFANTRY** and **ASTRA MILITARUM** INFANTRY** units that are within 6″ of any friendly MINISTORUM PRIESTS."
+ },
+ "Ability§Word of the Emperor": {
+ "text": "Roll one D6 when an **ADEPTUS MINISTORUM** model [flees](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests) whilst its unit is within 6″ of any friendly models with this ability. On a 4+ that model does not flee."
+ },
+ "Ability§Wrath of the Penitent": {
+ "text": "If a model is equipped with 2 penitent buzz-blades, it has an Attacks characteristic of 5. If a model is equipped with 2 penitent flails, it has an Attacks characteristic of 5."
+ },
+ "Ability§Zealot": {
+ "text": "Each time a model in this unit makes a melee attack, if this unit made a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit), was charged or [performed a Heroic Intervention](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention) this turn, you can re-roll that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nYou can re-roll failed [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) for Taddeus the Purifier in a turn it which he made a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit), performed a [Heroic Intervention](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention), or was charged by an enemy unit.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nYou can re-roll failed [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) for Pious Vorne in a turn in which she made a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit), performed a [Heroic Intervention](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention), or was charged by an enemy unit.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nYou can re-roll failed [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) for Gotfret de Montbard in a turn in which he charged, made a [Heroic Intervention](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention), or was charged by an enemy unit."
+ },
+ "Dedicated Transport§Immolator": {
+ "stats": {
+ "Power Level": {
+ "value": 7
+ },
"Points": {
- "value": 50
+ "value": 100
},
"M": {
- "value": "6"
+ "value": 12
},
"WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 5
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
"value": 6
},
- "Base": {
- "value": "32mm"
- }
- }
- },
- "Model§Crusader": {
- "stats": {
- "Points": {
- "value": 11
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 3
- },
"BS": {
- "value": 4
+ "value": 3
},
"S": {
- "value": 3
+ "value": 6
},
"T": {
+ "value": 7
+ },
+ "W": {
+ "value": 11,
+ "max": 11,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
"value": 3
},
- "W": {
- "value": 1
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Power sword",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Power sword": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Power sword": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Death Cult Assassin": {
- "stats": {
- "Points": {
- "value": 13
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 4
- },
- "S": {
- "value": 4
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 5
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Death Cult power blades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Death Cult power blades": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Death Cult power blades"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Death Cult power blades": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Death Cult power blades"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Arco-flagellant": {
- "stats": {
- "Points": {
- "value": 13
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 4
- },
- "BS": {
- "value": null
- },
- "S": {
- "value": 4
- },
- "T": {
- "value": 4
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 7
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Arco-flails",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Arco-flails": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Arco-flails"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Arco-flails": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Arco-flails"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Penitent Engine": {
- "stats": {
- "Points": {
- "value": 50
- },
- "M": {
- "value": "8"
- },
- "WS": {
- "value": 4
- },
- "BS": {
- "value": 4
- },
- "S": {
- "value": 5
- },
- "T": {
- "value": 5
- },
- "W": {
- "value": 5
- },
- "A": {
- "value": "4"
- },
"Ld": {
"value": 8
},
"Sv": {
- "value": 4
+ "value": 3
},
"Base": {
- "value": "50mm"
+ "value": "Use model"
},
"loadout1": {
- "value": "Ministorum heavy flamer",
+ "value": "Immolation flamers",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -503,27 +603,43 @@
"-": {
"order": 0
},
- "Ministorum heavy flamer": {
+ "Heavy bolter": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Ministorum heavy flamer"
+ "trait": "Weapon§Heavy bolter"
}
]
},
- "Penitent buzz-blade": {
+ "Hunter-killer missile": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Penitent buzz-blade"
+ "trait": "Weapon§Hunter-killer missile"
}
]
},
- "Penitent flail": {
+ "Immolation flamers": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Penitent flail"
+ "trait": "Weapon§Immolation flamers"
+ }
+ ]
+ },
+ "Twin heavy bolter": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Twin heavy bolter"
+ }
+ ]
+ },
+ "Twin multi-melta": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Twin multi-melta"
}
]
}
@@ -532,7 +648,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Penitent buzz-blade",
+ "value": "Heavy bolter",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -542,27 +658,43 @@
"-": {
"order": 0
},
- "Ministorum heavy flamer": {
+ "Heavy bolter": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Ministorum heavy flamer"
+ "trait": "Weapon§Heavy bolter"
}
]
},
- "Penitent buzz-blade": {
+ "Hunter-killer missile": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Penitent buzz-blade"
+ "trait": "Weapon§Hunter-killer missile"
}
]
},
- "Penitent flail": {
+ "Immolation flamers": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Penitent flail"
+ "trait": "Weapon§Immolation flamers"
+ }
+ ]
+ },
+ "Twin heavy bolter": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Twin heavy bolter"
+ }
+ ]
+ },
+ "Twin multi-melta": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Twin multi-melta"
}
]
}
@@ -581,27 +713,43 @@
"-": {
"order": 0
},
- "Ministorum heavy flamer": {
+ "Heavy bolter": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Ministorum heavy flamer"
+ "trait": "Weapon§Heavy bolter"
}
]
},
- "Penitent buzz-blade": {
+ "Hunter-killer missile": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Penitent buzz-blade"
+ "trait": "Weapon§Hunter-killer missile"
}
]
},
- "Penitent flail": {
+ "Immolation flamers": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Penitent flail"
+ "trait": "Weapon§Immolation flamers"
+ }
+ ]
+ },
+ "Twin heavy bolter": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Twin heavy bolter"
+ }
+ ]
+ },
+ "Twin multi-melta": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Twin multi-melta"
}
]
}
@@ -609,45 +757,216 @@
"visibility": "active",
"dynamic": true
}
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Hallowed",
+ "Immolator",
+ "Smokescreen",
+ "Transport",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Explodes",
+ "Ability§Armour of Contempt"
+ ]
+ },
+ "text": "An Immolator is equipped with: immolation flamers; heavy bolter.\n\n• This model’s immolation flamers can be replaced with one of the following: 1 twin heavy bolter; 1 twin multi-melta.\n\n• This model can be equipped with 1 hunter-killer missile.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 5,
+ "min": 3,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 6,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 2,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 3,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
}
},
- "Model§Celestine": {
+ "Dedicated Transport§Repressor": {
"stats": {
+ "Power Level": {
+ "value": 5
+ },
"Points": {
- "value": 0
+ "value": 85
},
"M": {
- "value": "12"
+ "value": 12
},
"WS": {
- "value": 2
+ "value": 5
},
"BS": {
- "value": 2
+ "value": 3
},
"S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
"value": 6
},
+ "T": {
+ "value": 7
+ },
+ "W": {
+ "value": 12,
+ "max": 12,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
"A": {
- "value": "6"
+ "value": 3
},
"Ld": {
- "value": 9
+ "value": 8
},
"Sv": {
- "value": 2
+ "value": 3
},
"Base": {
- "value": "40mm"
+ "value": "Use model"
},
"loadout1": {
- "value": "The Ardent Blade",
+ "value": "Repressor heavy flamer",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -657,43 +976,450 @@
"-": {
"order": 0
},
- "Bolt pistol": {
+ "Dozer ram": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Bolt pistol"
+ "trait": "Weapon§Dozer ram"
}
]
},
- "Frag grenades": {
+ "Hunter-killer missile": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Frag grenades"
+ "trait": "Weapon§Hunter-killer missile"
}
]
},
- "Krak grenades": {
+ "Repressor heavy flamer": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Krak grenades"
+ "trait": "Weapon§Repressor heavy flamer"
}
]
},
- "Power sword": {
+ "Storm bolter": {
"order": 4,
"traits": [
{
- "trait": "Weapon§Power sword"
+ "trait": {
+ "item": "Weapon§Storm bolter",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Storm bolter",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Dozer ram": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Dozer ram"
}
]
},
- "The Ardent Blade": {
- "order": 5,
+ "Hunter-killer missile": {
+ "order": 2,
"traits": [
{
- "trait": "Wargear§The Ardent Blade"
+ "trait": "Weapon§Hunter-killer missile"
+ }
+ ]
+ },
+ "Repressor heavy flamer": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Repressor heavy flamer"
+ }
+ ]
+ },
+ "Storm bolter": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Storm bolter",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Dozer ram",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Dozer ram": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Dozer ram"
+ }
+ ]
+ },
+ "Hunter-killer missile": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Hunter-killer missile"
+ }
+ ]
+ },
+ "Repressor heavy flamer": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Repressor heavy flamer"
+ }
+ ]
+ },
+ "Storm bolter": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Storm bolter",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Dozer ram": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Dozer ram"
+ }
+ ]
+ },
+ "Hunter-killer missile": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Hunter-killer missile"
+ }
+ ]
+ },
+ "Repressor heavy flamer": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Repressor heavy flamer"
+ }
+ ]
+ },
+ "Storm bolter": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Storm bolter",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Warhammer Legends: Forge World—1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Repressor",
+ "Transport",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Smoke Launchers",
+ "Ability§Explodes",
+ "Ability§Firing Points",
+ "Ability§Armour of Contempt"
+ ]
+ },
+ "text": "A Repressor is equipped with: Repressor heavy flamer; storm bolter; dozer ram.\n\n• This model can be equipped with 1 hunter-killer missile.\n\n• This model can be equipped with one of the following: 1 Repressor heavy flamer; 1 storm bolter.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 6,
+ "min": 4,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 6,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 3,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 3,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Warhammer Legends: Forge World (Index) 9th ed. – 1.0 @2020-12-17](https://www.warhammer-community.com/wp-content/uploads/2020/11/1qpk5gayVm5VmR4f.pdf)"
+ }
+ },
+ "Dedicated Transport§Sororitas Rhino": {
+ "stats": {
+ "Power Level": {
+ "value": 4
+ },
+ "Points": {
+ "value": 80
+ },
+ "M": {
+ "value": 12
+ },
+ "WS": {
+ "value": 6
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 6
+ },
+ "T": {
+ "value": 7
+ },
+ "W": {
+ "value": 10,
+ "max": 10,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "Use model"
+ },
+ "loadout1": {
+ "value": "Storm bolter",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Hunter-killer missile": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Hunter-killer missile"
+ }
+ ]
+ },
+ "Storm bolter": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Storm bolter",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
}
]
}
@@ -708,6 +1434,894 @@
"statOrder": 2,
"group": "Loadout",
"groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Hunter-killer missile": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Hunter-killer missile"
+ }
+ ]
+ },
+ "Storm bolter": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Storm bolter",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Hallowed",
+ "Smokescreen",
+ "Sororitas Rhino",
+ "Transport",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Explodes",
+ "Ability§Armour of Contempt"
+ ]
+ },
+ "text": "A Sororitas Rhino is equipped with: storm bolter.\n\n• This model can be equipped with 1 hunter-killer missile.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 5,
+ "min": 3,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 6,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 2,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 3,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
+ }
+ },
+ "Elites§Aestred Thurga and Agathae Dolan": {
+ "stats": {
+ "Power Level": {
+ "value": 5
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aestred Thurga",
+ "Agathae Dolan",
+ "Character",
+ "Cult Imperialis",
+ "Infantry",
+ "Sanctified"
+ ],
+ "Faction": [
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Rosarius",
+ "Ability§Line of Martyrs",
+ "Ability§Unbridled Ardour",
+ "Ability§Recount the Deeds of the Saints",
+ "Ability§Auto-Tapestry of the Emperor’s Judgement",
+ "Ability§Order Pronatus",
+ "Ability§Hagiolatry",
+ "Ability§Armour of Contempt",
+ "Model§Aestred Thurga",
+ "Model§Agathae Dolan"
+ ]
+ },
+ "text": "Aestred Thurga is equipped with: bolt pistol; Blade of Vigil; frag grenades; krak grenades. Agathae Dolan is equipped with: bolt pistol; scribe’s staff. Your army can only include 1 **AESTRED THURGA** model.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
+ }
+ },
+ "Elites§Arco-flagellants": {
+ "stats": {
+ "Power Level": {
+ "value": 2
+ },
+ "model": {
+ "value": "Model§Arco-flagellant"
+ },
+ "Endurant implants": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Endurant implants"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Arco-flagellants": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 3,
+ "min": 3,
+ "max": 10
+ },
+ "poweri": {
+ "value": 2
+ },
+ "power1": {
+ "value": 4
+ },
+ "power2": {
+ "value": 7
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Arco-flagellants",
+ "Core",
+ "Cult Imperialis",
+ "Ecclesiarchy Battle Conclave",
+ "Infantry"
+ ],
+ "Faction": [
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Zealot",
+ "Ability§Ecclesiarchy Battle Conclave",
+ "Ability§Berserk Killing Machines",
+ "Ability§Instrument of Pain and Penance",
+ {
+ "item": "Model§Arco-flagellant",
+ "quantity": 3
+ }
+ ]
+ },
+ "text": "If this unit contains between 4-6 models, it has **Power Rating 4**. If this unit contains 7 or more models, it has Power Rating 6**. Every model is equipped with: arco-flails.\n\n• 1 model can be equipped with 1 endurant implants.\n\nnull\n\n***ERROR***—*there might be a problem with incrementation that will require inputting by hand.*",
+ "allowed": {
+ "items": [
+ "Model§Arco-flagellant"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
+ }
+ },
+ "Elites§Celestian Sacresants": {
+ "stats": {
+ "Power Level": {
+ "value": 4
+ },
+ "model": {
+ "value": "Model§Celestian Sacresant"
+ },
+ "Celestian Sacresants": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 9,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 4
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Celestian",
+ "Celestian Sacresants",
+ "Core",
+ "Infantry"
+ ],
+ "Faction": [
+ "",
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Bodyguard",
+ "Ability§Sacresant Shield",
+ "Ability§Keepers of the Faith",
+ {
+ "item": "Model§Celestian Sacresant",
+ "quantity": 4
+ },
+ "Model§Sacresant Superior"
+ ]
+ },
+ "text": "If this unit contains 6 or more models, it has **Power Rating 8**. Every model is equipped with: bolt pistol; hallowed mace; frag grenades; krak grenades.\n\n• Any number of models can each have their hallowed mace replaced with 1 anointed halberd.\n\n• The Sacresant Superior’s hallowed mace can be replaced with 1 spear of the faithful.\n\n• The Sacresant Superior’s bolt pistol can be replaced with 1 weapon from the *Pistols*** list.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Celestian Sacresant"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
+ }
+ },
+ "Elites§Celestian Squad": {
+ "stats": {
+ "Power Level": {
+ "value": 4
+ },
+ "model": {
+ "value": "Model§Celestian (Celestian Squad)"
+ },
+ "Incensor cherub": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Incensor cherub",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Simulacrum imperialis": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Simulacrum imperialis",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Celestian Squad": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 9,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 3
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Celestian",
+ "Celestian Squad",
+ "Core",
+ "Infantry"
+ ],
+ "Faction": [
+ "",
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Bodyguard",
+ "Ability§Sworn Protectors",
+ "Ability§Armour of Contempt",
+ {
+ "item": "Model§Celestian (Celestian Squad)",
+ "quantity": 4
+ },
+ "Model§Celestian Superior (Celestian Squad)"
+ ]
+ },
+ "text": "If this unit contains 6 or more models, it has **Power Rating 7**. Every model is equipped with: bolt pistol; boltgun; frag grenades; krak grenades.\n\n• 1 Celestian’s boltgun can be replaced with 1 weapon from the ***Special Weapons*** list.\n\n• 1 Celestian’s boltgun can be replaced with one of the following: 1 weapon from the **Heavy Weapons** list; 1 weapon from the **Special Weapons*** list.\n\n• The Celestian Superior can be equipped with 1 weapon from the **Melee Weapons*** list.\n\n• The Celestian Superior’s bolt pistol and boltgun can be replaced with one of the following:\n\n○ 1 bolt pistol and 1 weapon from the **Ranged Weapons*** list.\n\n○ 1 weapon from the Pistols*** list.\n\n• 1 Celestian equipped with 1 boltgun can be equipped with 1 simulacrum imperialis. That model’s boltgun cannot be replaced.\n\n• The unit can have an incensor cherub.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Celestian (Celestian Squad)"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
+ }
+ },
+ "Elites§Celestian Squad (Legendary)": {
+ "stats": {
+ "Power Level": {
+ "value": 4
+ },
+ "model": {
+ "value": "Model§Celestian (Celestian Squad (Legendary))"
+ },
+ "Simulacrum imperialis": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Simulacrum imperialis",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Incensor cherub": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Incensor cherub",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Celestian Squad (Legendary)": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 5,
+ "min": 5,
+ "max": 10,
+ "increment": {
+ "value": 5
+ }
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Datasheet—Warhammer Legends: Adepta Sororitas"
+ ],
+ "Edition": [
+ "8th"
+ ],
+ "Keywords": [
+ "Celestian Squad",
+ "Infantry"
+ ],
+ "Faction": [
+ "",
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Bodyguard",
+ "Ability§Sworn Protectors",
+ "Ability§Armour of Contempt",
+ {
+ "item": "Model§Celestian (Celestian Squad (Legendary))",
+ "quantity": 5
+ }
+ ]
+ },
+ "text": "This unit contains 5 Celestians. It can additionally contain up to 5 Celestians (**Power Rating +2**). It can contain 1 Celestian Superior instead of 1 Celestian. Every model is equipped with: bolt pistol; boltgun; frag grenades; krak grenades.\n\n• 1 Celestian can be equipped with 1 weapon from the ***Special Weapons*** list instead of 1 boltgun.\n\n• 1 Celestian can be equipped with one of the following instead of 1 boltgun: 1 weapon from the **Heavy Weapons** list; 1 weapon from the **Special Weapons*** list.\n\n• 1 Celestian equipped with 1 boltgun can have a Simulacrum Imperialis.\n\n• The Celestian Superior can additionally be equipped with 1 weapon from the **Melee Weapons** list, or can be equipped with 1 weapon from the **Melee Weapons*** list instead of 1 boltgun.\n\n• The Celestian Superior can be equipped with 1 weapon from the **Ranged Weapons*** list instead of 1 boltgun.\n\n• The Celestian Superior can be equipped with 1 weapon from the Pistols*** list instead of 1 bolt pistol.\n\n• The unit can have an Incensor Cherub.\n\n• The Celestian Superior can additionally be equipped with 1 power axe.\n\n• The Celestian Superior can be equipped with one of the following instead of 1 boltgun: 1 storm bolter; 1 power axe.\n\nnull\n\n***ERROR***—*there might be a problem with Power Rating that will require a custom rule.*",
+ "allowed": {
+ "items": [
+ "Model§Celestian (Celestian Squad (Legendary))",
+ "Model§Celestian Superior (Celestian Squad (Legendary))"
+ ]
+ },
+ "meta": {
+ "Publication": "[Warhammer Legends: Adepta Sororitas (Datasheet) 8th ed. – @2019-12-04](https://www.warhammer-community.com/wp-content/uploads/2019/12/c579975b.pdf)"
+ }
+ },
+ "Elites§Crusaders": {
+ "stats": {
+ "Power Level": {
+ "value": 1
+ },
+ "model": {
+ "value": "Model§Crusader"
+ },
+ "Crusaders": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 2,
+ "min": 2,
+ "max": 6,
+ "increment": {
+ "value": 2
+ }
+ },
+ "poweri": {
+ "value": 1
+ },
+ "power1": {
+ "value": 3
+ },
+ "power2": {
+ "value": 5
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Core",
+ "Crusaders",
+ "Cult Imperialis",
+ "Ecclesiarchy Battle Conclave",
+ "Infantry"
+ ],
+ "Faction": [
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Zealot",
+ "Ability§Ecclesiarchy Battle Conclave",
+ "Ability§Crusader shield",
+ "Ability§Spiritual Fortitude",
+ {
+ "item": "Model§Crusader",
+ "quantity": 2
+ }
+ ]
+ },
+ "text": "If this unit contains between 3-4 models, it has **Power Rating 2**. If this unit contains 5 or more models, it has Power Rating 3**. Every model is equipped with: power sword.\n\n\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Crusader"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
+ }
+ },
+ "Elites§Death Cult Assassins": {
+ "stats": {
+ "Power Level": {
+ "value": 1
+ },
+ "model": {
+ "value": "Model§Death Cult Assassin"
+ },
+ "Death Cult Assassins": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 2,
+ "min": 2,
+ "max": 6,
+ "increment": {
+ "value": 2
+ }
+ },
+ "poweri": {
+ "value": 1
+ },
+ "power1": {
+ "value": 3
+ },
+ "power2": {
+ "value": 5
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Core",
+ "Cult Imperialis",
+ "Death Cult Assassins",
+ "Ecclesiarchy Battle Conclave",
+ "Infantry"
+ ],
+ "Faction": [
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Zealot",
+ "Ability§Ecclesiarchy Battle Conclave",
+ "Ability§Uncanny Reflexes",
+ {
+ "item": "Model§Death Cult Assassin",
+ "quantity": 2
+ }
+ ]
+ },
+ "text": "If this unit contains between 3-4 models, it has **Power Rating 2**. If this unit contains 5 or more models, it has Power Rating 3**. Every model is equipped with: Death Cult power blades.\n\n\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Death Cult Assassin"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
+ }
+ },
+ "Elites§Dialogus": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "Points": {
+ "value": 50
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 4
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 4
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "40mm"
+ },
+ "loadout1": {
+ "value": "Bolt pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
"ranks": {
"-": {
"order": 0
@@ -720,35 +2334,73 @@
}
]
},
- "Frag grenades": {
+ "Dialogus staff": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Frag grenades"
+ "trait": "Weapon§Dialogus staff"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Dialogus staff",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
}
]
},
- "Krak grenades": {
- "order": 3,
+ "Dialogus staff": {
+ "order": 2,
"traits": [
{
- "trait": "Weapon§Krak grenades"
+ "trait": "Weapon§Dialogus staff"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
}
]
},
- "Power sword": {
- "order": 4,
+ "Dialogus staff": {
+ "order": 2,
"traits": [
{
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "The Ardent Blade": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§The Ardent Blade"
+ "trait": "Weapon§Dialogus staff"
}
]
}
@@ -756,15 +2408,53 @@
"visibility": "active",
"dynamic": true
}
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Dialogus",
+ "Infantry",
+ "Priest",
+ "Sanctified"
+ ],
+ "Faction": [
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Laud Hailer (Aura)",
+ "Ability§Non-militant Order",
+ "Ability§Stirring Rhetoric (Aura)",
+ "Ability§Armour of Contempt"
+ ]
+ },
+ "text": "A Dialogus is equipped with: bolt pistol; Dialogus staff.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
}
},
- "Model§Geminae Superia": {
+ "Elites§Dogmata": {
"stats": {
+ "Power Level": {
+ "value": 4
+ },
"Points": {
- "value": 0
+ "value": 65
},
"M": {
- "value": "12"
+ "value": 6
},
"WS": {
"value": 3
@@ -779,16 +2469,16 @@
"value": 3
},
"W": {
- "value": 2
+ "value": 4
},
"A": {
- "value": "3"
+ "value": 3
},
"Ld": {
"value": 8
},
"Sv": {
- "value": 2
+ "value": 3
},
"Base": {
"value": "32mm"
@@ -828,19 +2518,11 @@
}
]
},
- "Power sword": {
+ "Mace of the righteous": {
"order": 4,
"traits": [
{
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "The Ardent Blade": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§The Ardent Blade"
+ "trait": "Weapon§Mace of the righteous"
}
]
}
@@ -849,7 +2531,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Power sword",
+ "value": "Mace of the righteous",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -883,19 +2565,11 @@
}
]
},
- "Power sword": {
+ "Mace of the righteous": {
"order": 4,
"traits": [
{
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "The Ardent Blade": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§The Ardent Blade"
+ "trait": "Weapon§Mace of the righteous"
}
]
}
@@ -938,19 +2612,11 @@
}
]
},
- "Power sword": {
+ "Mace of the righteous": {
"order": 4,
"traits": [
{
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "The Ardent Blade": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§The Ardent Blade"
+ "trait": "Weapon§Mace of the righteous"
}
]
}
@@ -993,19 +2659,11 @@
}
]
},
- "Power sword": {
+ "Mace of the righteous": {
"order": 4,
"traits": [
{
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "The Ardent Blade": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§The Ardent Blade"
+ "trait": "Weapon§Mace of the righteous"
}
]
}
@@ -1048,19 +2706,11 @@
}
]
},
- "Power sword": {
+ "Mace of the righteous": {
"order": 4,
"traits": [
{
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "The Ardent Blade": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§The Ardent Blade"
+ "trait": "Weapon§Mace of the righteous"
}
]
}
@@ -1068,15 +2718,3108 @@
"visibility": "active",
"dynamic": true
}
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Dogmata",
+ "Infantry",
+ "Priest"
+ ],
+ "Faction": [
+ "",
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Sacred Task (Aura)",
+ "Ability§Unflinching Determination",
+ "Ability§Armour of Contempt"
+ ]
+ },
+ "text": "A Dogmata is equipped with: bolt pistol; mace of the righteous; frag grenades; krak grenades.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
}
},
- "Model§Canoness (Canoness)": {
+ "Elites§Gotfret de Montbard": {
"stats": {
+ "Power Level": {
+ "value": 2
+ },
+ "Points": {
+ "value": 40
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 4
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 4
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "32mm"
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Boxset—Warhammer Quest: Blackstone Fortress – Escalation"
+ ],
+ "Edition": [
+ "8th"
+ ],
+ "Keywords": [
+ "Character",
+ "Crusader",
+ "Ecclesiarchy Battle Conclave",
+ "Gotfret de Montbard",
+ "Infantry"
+ ],
+ "Faction": [
+ "Adeptus Ministorum",
+ "Astra Militarum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Hacking Advance",
+ "Ability§Shield of Faith",
+ "Ability§Zealot",
+ "Ability§Storm Shield",
+ "Ability§Ecclesiarchy Battle Conclave",
+ "Ability§Servant of the Imperium"
+ ]
+ },
+ "text": "Gotfret de Montbard is a single model armed with a power sword and storm shield. Only one of this model can be included in your army.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Warhammer Quest: Blackstone Fortress – Escalation (Boxset) 8th ed. – @2019-08-24](null)"
+ }
+ },
+ "Elites§Hospitaller": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
"Points": {
"value": 50
},
"M": {
- "value": "6"
+ "value": 6
+ },
+ "WS": {
+ "value": 4
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 4
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "50mm"
+ },
+ "loadout1": {
+ "value": "Bolt pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Chirurgeon’s tools": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Chirurgeon’s tools"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Chirurgeon’s tools",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Chirurgeon’s tools": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Chirurgeon’s tools"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Chirurgeon’s tools": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Chirurgeon’s tools"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Hospitaller",
+ "Infantry",
+ "Sanctified"
+ ],
+ "Faction": [
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Non-militant Order",
+ "Ability§Medicus Ministorum (Aura)",
+ "Ability§Sacred Healing",
+ "Ability§Armour of Contempt"
+ ]
+ },
+ "text": "A Hospitaller is equipped with: bolt pistol; chirurgeon’s tools.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
+ }
+ },
+ "Elites§Imagifier": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "Points": {
+ "value": 50
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 4
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "Boltgun",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Boltgun": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Frag grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Boltgun": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Krak grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Boltgun": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Boltgun": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Imagifier",
+ "Infantry"
+ ],
+ "Faction": [
+ "",
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Litany of Deeds",
+ "Ability§Armour of Contempt"
+ ]
+ },
+ "text": "An Imagifier is equipped with: boltgun; frag grenades; krak grenades.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
+ }
+ },
+ "Elites§Paragon Warsuits": {
+ "stats": {
+ "Power Level": {
+ "value": 11
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Celestian",
+ "Core",
+ "Paragon Warsuits",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Paragon Warsuit",
+ "Ability§Armour of Contempt",
+ {
+ "item": "Model§Paragon",
+ "quantity": 2
+ },
+ "Model§Paragon Superior"
+ ]
+ },
+ "text": "Every model is equipped with: bolt pistol; heavy bolter; 2 storm bolters; Paragon war blade; frag grenades; krak grenades.\n\n• Any number of models can each have their 2 storm bolters replaced with 1 Paragon grenade launcher.\n\n• Any number of models can each have their heavy bolter replaced with one of the following: 1 Ministorum heavy flamer; 1 multi-melta.\n\n• Any number of models can each have their Paragon war blade replaced with 1 Paragon war mace.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Paragon"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
+ }
+ },
+ "Elites§Pious Vorne": {
+ "stats": {
+ "Power Level": {
+ "value": 2
+ },
+ "Points": {
+ "value": 30
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 4
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 3
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 7
+ },
+ "Base": {
+ "value": "32mm"
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Boxset—Warhammer Quest: Blackstone Fortress"
+ ],
+ "Edition": [
+ "8th"
+ ],
+ "Keywords": [
+ "Character",
+ "Infantry",
+ "Missionary Zealot",
+ "Pious Vorne"
+ ],
+ "Faction": [
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Zealot",
+ "Ability§Maniacal Fervour"
+ ]
+ },
+ "text": "Pious Vorne is a single model armed with Vindictor. Only one of this model can be included in your army.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Warhammer Quest: Blackstone Fortress (Boxset) 8th ed. – @2018-11-10](null)"
+ }
+ },
+ "Elites§Preacher": {
+ "stats": {
+ "Power Level": {
+ "value": 2
+ },
+ "Points": {
+ "value": 25
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 4
+ },
+ "BS": {
+ "value": 4
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 4
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 6
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Zealot’s vindictor",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Auto pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Auto pistol"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Zealot’s vindictor": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Zealot’s vindictor"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Auto pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Auto pistol"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Zealot’s vindictor": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Zealot’s vindictor"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Cult Imperialis",
+ "Infantry",
+ "Preacher",
+ "Priest"
+ ],
+ "Faction": [
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Zealot",
+ "Ability§Priestly Delegation",
+ "Ability§Rosarius",
+ "Ability§Icon the Ecclesiarchy (Aura)"
+ ]
+ },
+ "text": "A Preacher is equipped with: zealot’s vindictor.\n\n• This model’s zealot’s vindictor can be replaced with 1 auto pistol and 1 chainsword.\n\nnull",
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Preacher",
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
+ }
+ },
+ "Elites§Preacher (Legendary)": {
+ "stats": {
+ "Power Level": {
+ "value": 1
+ },
+ "Points": {
+ "value": 30
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 4
+ },
+ "BS": {
+ "value": 4
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 4
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 6
+ },
+ "Base": {
+ "value": "25mm"
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Datasheet—Warhammer Legends: Adepta Sororitas"
+ ],
+ "Edition": [
+ "8th"
+ ],
+ "Keywords": [
+ "Character",
+ "Infantry",
+ "Ministorum Priest",
+ "Preacher"
+ ],
+ "Faction": [
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Zealot",
+ "Ability§Icon the Ecclesiarchy (Aura)",
+ "Ability§Rosarius",
+ "Ability§War Hymns"
+ ]
+ },
+ "text": "A Preacher is a single model equipped with: laspistol; chainsword.\n\n• This model can additionally be equipped with frag grenades and krak grenades.\n\n• This model can be equipped with one of the following instead of 1 chainsword: 1 autogun; 1 boltgun; 1 combi-flamer; 1 combi-melta; 1 combi-plasma; 1 condemnor boltgun; 1 plasma gun; 1 shotgun; 1 storm bolter; 1 eviscerator; 1 power axe; 1 power maul; 1 power sword.\n\n• This model can be equipped with one of the following instead of 1 laspistol: 1 bolt pistol; 1 inferno pistol; 1 plasma pistol.\n\nnull",
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Preacher",
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Warhammer Legends: Adepta Sororitas (Datasheet) 8th ed. – @2019-12-04](https://www.warhammer-community.com/wp-content/uploads/2019/12/c579975b.pdf)"
+ }
+ },
+ "Elites§Repentia Superior": {
+ "stats": {
+ "Power Level": {
+ "value": 2
+ },
+ "Points": {
+ "value": 40
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 4
+ },
+ "A": {
+ "value": 5
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "Neural whips",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Neural whips": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Neural whips"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Frag grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Neural whips": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Neural whips"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Krak grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Neural whips": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Neural whips"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Neural whips": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Neural whips"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Infantry",
+ "Repentia Superior"
+ ],
+ "Faction": [
+ "",
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Scourge of the Penitent",
+ "Ability§Driven Onwards",
+ "Ability§Overseer of Redemption (Aura)",
+ "Ability§Armour of Contempt"
+ ]
+ },
+ "text": "A Repentia Superior is equipped with: neural whips; frag grenades; krak grenades.\n\n• This model can be equipped with 1 bolt pistol.\n\nnull",
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
+ }
+ },
+ "Elites§Sisters Repentia": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "model": {
+ "value": "Model§Sister Repentia"
+ },
+ "Sisters Repentia": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 10
+ },
+ "poweri": {
+ "value": 3
+ },
+ "power1": {
+ "value": 5
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Core",
+ "Infantry",
+ "Sisters Repentia"
+ ],
+ "Faction": [
+ "",
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Zealot",
+ "Ability§Solace in Anguish",
+ "Ability§Martyrdom",
+ "Ability§Armour of Contempt",
+ {
+ "item": "Model§Sister Repentia",
+ "quantity": 4
+ }
+ ]
+ },
+ "text": "If this unit contains 5 or more models, it has **Power Rating 6**. Every model is equipped with: penitent eviscerator.\n\n\n\nnull\n\n***ERROR***—*there might be a problem with incrementation that will require inputting by hand.*",
+ "allowed": {
+ "items": [
+ "Model§Sister Repentia"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
+ }
+ },
+ "Fast Attack§Dominion Squad": {
+ "stats": {
+ "Power Level": {
+ "value": 5
+ },
+ "model": {
+ "value": "Model§Dominion (Dominion Squad)"
+ },
+ "Incensor cherub": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Incensor cherub",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Simulacrum imperialis": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Simulacrum imperialis",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Dominion Squad": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 9,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 3
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Core",
+ "Dominion Squad",
+ "Infantry"
+ ],
+ "Faction": [
+ "",
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Holy Vanguard",
+ "Ability§Armour of Contempt",
+ {
+ "item": "Model§Dominion (Dominion Squad)",
+ "quantity": 4
+ },
+ "Model§Dominion Superior (Dominion Squad)"
+ ]
+ },
+ "text": "If this unit contains 6 or more models, it has **Power Rating 8**. Every model is equipped with: bolt pistol; boltgun; frag grenades; krak grenades.\n\n• Up to 4 Dominions can each have their boltgun replaced with 1 weapon from the ***Special Weapons*** list.\n\n• The Dominion Superior can be equipped with 1 weapon from the **Melee Weapons*** list.\n\n• The Dominion Superior’s bolt pistol and boltgun can be replaced with one of the following:\n\n○ 1 bolt pistol and 1 weapon from the **Ranged Weapons*** list.\n\n○ 1 weapon from the Pistols*** list.\n\n• 1 Dominion equipped with 1 boltgun can be equipped with 1 simulacrum imperialis. That model’s boltgun cannot be replaced.\n\n• The unit can have an Incensor Cherub.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Dominion (Dominion Squad)"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
+ }
+ },
+ "Fast Attack§Dominion Squad (Legendary)": {
+ "stats": {
+ "Power Level": {
+ "value": 5
+ },
+ "model": {
+ "value": "Model§Dominion (Dominion Squad (Legendary))"
+ },
+ "Simulacrum imperialis": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Simulacrum imperialis",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Incensor cherub": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Incensor cherub",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Dominion Squad (Legendary)": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 9,
+ "increment": {
+ "value": 5
+ }
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Datasheet—Warhammer Legends: Adepta Sororitas"
+ ],
+ "Edition": [
+ "8th"
+ ],
+ "Keywords": [
+ "Dominion Squad",
+ "Infantry"
+ ],
+ "Faction": [
+ "",
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Vanguard",
+ "Ability§Armour of Contempt",
+ {
+ "item": "Model§Dominion (Dominion Squad (Legendary))",
+ "quantity": 4
+ },
+ "Model§Dominion Superior (Dominion Squad (Legendary))"
+ ]
+ },
+ "text": "This unit contains 1 Dominion Superior and 4 Dominions. It can additionally contain up to 5 Dominions (**Power Rating +2**). Every model is equipped with: bolt pistol; boltgun; frag grenades; krak grenades.\n\n• Up to 4 Dominions can be equipped with 1 weapon from the ***Special Weapons*** list instead of 1 boltgun.\n\n• 1 Dominion equipped with 1 boltgun can have a Simulacrum Imperialis.\n\n• The Dominion Superior can additionally be equipped with 1 weapon from the **Melee Weapons** list, or can be equipped with 1 weapon from the **Melee Weapons*** list instead of 1 boltgun.\n\n• The Dominion Superior can be equipped with 1 weapon from the **Ranged Weapons*** list instead of 1 boltgun.\n\n• The Dominion Superior can be equipped with 1 weapon from the Pistols*** list instead of 1 bolt pistol.\n\n• The unit can have an Incensor Cherub.\n\n• The Dominion Superior can additionally be equipped with 1 power axe.\n\n• The Dominion Superior can be equipped with one of the following instead of 1 boltgun: 1 storm bolter; 1 power axe.\n\nnull\n\n***ERROR***—*there might be a problem with Power Rating that will require a custom rule.*",
+ "allowed": {
+ "items": [
+ "Model§Dominion (Dominion Squad (Legendary))"
+ ]
+ },
+ "meta": {
+ "Publication": "[Warhammer Legends: Adepta Sororitas (Datasheet) 8th ed. – @2019-12-04](https://www.warhammer-community.com/wp-content/uploads/2019/12/c579975b.pdf)"
+ }
+ },
+ "Fast Attack§Seraphim Squad": {
+ "stats": {
+ "Power Level": {
+ "value": 4
+ },
+ "model": {
+ "value": "Model§Seraphim"
+ },
+ "Seraphim Squad": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 9,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 4
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Core",
+ "Fly",
+ "Infantry",
+ "Jump Pack",
+ "Seraphim Squad"
+ ],
+ "Faction": [
+ "",
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Angelic Visage",
+ "Ability§Sky Strike",
+ "Ability§Armour of Contempt",
+ {
+ "item": "Model§Seraphim",
+ "quantity": 4
+ },
+ "Model§Seraphim Superior"
+ ]
+ },
+ "text": "If this unit contains 6 or more models, it has **Power Rating 8**. Every model is equipped with: 2 bolt pistols; frag grenades; krak grenades.\n\n• Up to 2 Seraphim can each have their 2 bolt pistols replaced with one of the following: 2 inferno pistols; 2 Ministorum hand flamers.\n\n• The Seraphim Superior’s 2 bolt pistols can be replaced with one of the following:\n\n○ 1 bolt pistol and 1 chainsword.\n\n○ 1 bolt pistol and 1 power sword.\n\n○ 1 plasma pistol and 1 chainsword.\n\n○ 1 plasma pistol and 1 power sword.\n\n○ 1 bolt pistol and 1 plasma pistol.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Seraphim"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
+ }
+ },
+ "Fast Attack§Zephyrim Squad": {
+ "stats": {
+ "Power Level": {
+ "value": 4
+ },
+ "model": {
+ "value": "Model§Zephyrim"
+ },
+ "Zephyrim pennant": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Zephyrim pennant"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Zephyrim Squad": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 9,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 4
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Core",
+ "Fly",
+ "Infantry",
+ "Jump Pack",
+ "Zephyrim Squad"
+ ],
+ "Faction": [
+ "",
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Angelic Visage",
+ "Ability§Sky Strike",
+ "Ability§Armour of Contempt",
+ {
+ "item": "Model§Zephyrim",
+ "quantity": 4
+ },
+ "Model§Zephyrim Superior"
+ ]
+ },
+ "text": "If this unit contains 6 or more models, it has **Power Rating 8**. Every model is equipped with: bolt pistol; power sword; frag grenades; krak grenades.\n\n• The Zephyrim Superior can be equipped with 1 Zephyrim pennant.\n\n• The Zephyrim Superior’s bolt pistol can be replaced with 1 plasma pistol.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Zephyrim"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
+ }
+ },
+ "Fortifications§Battle Sanctum": {
+ "stats": {
+ "Power Level": {
+ "value": 4
+ },
+ "Points": {
+ "value": 80
+ },
+ "M": {
+ "value": "-"
+ },
+ "WS": {
+ "value": "null"
+ },
+ "BS": {
+ "value": "null"
+ },
+ "S": {
+ "value": "null"
+ },
+ "T": {
+ "value": "null"
+ },
+ "W": {
+ "value": "null"
+ },
+ "A": {
+ "value": "null"
+ },
+ "Ld": {
+ "value": "null"
+ },
+ "Sv": {
+ "value": "null"
+ },
+ "Base": {
+ "value": "Use model"
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Area Terrain",
+ "Battle Sanctum",
+ "Ruins",
+ "Terrain"
+ ],
+ "Faction": [
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Terrain Feature",
+ "Ability§Consecrated Ground (Aura)",
+ "Ability§Prayers to the Saint",
+ "Ability§Armour of Contempt"
+ ]
+ },
+ "text": "A Battle Sanctum is a single model.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
+ }
+ },
+ "Heavy Support§Castigator": {
+ "stats": {
+ "Power Level": {
+ "value": 8
+ },
+ "Points": {
+ "value": 135
+ },
+ "M": {
+ "value": 12
+ },
+ "WS": {
+ "value": 6
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 6
+ },
+ "T": {
+ "value": 7
+ },
+ "W": {
+ "value": 11,
+ "max": 11,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "Use model"
+ },
+ "loadout1": {
+ "value": "Castigator autocannons",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Castigator battle cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Castigator battle cannon"
+ }
+ ]
+ },
+ "Castigator autocannons": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Castigator autocannons"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy bolter"
+ }
+ ]
+ },
+ "Hunter-killer missile": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Hunter-killer missile"
+ }
+ ]
+ },
+ "Storm bolter": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Storm bolter",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Heavy bolter",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Castigator battle cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Castigator battle cannon"
+ }
+ ]
+ },
+ "Castigator autocannons": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Castigator autocannons"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy bolter"
+ }
+ ]
+ },
+ "Hunter-killer missile": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Hunter-killer missile"
+ }
+ ]
+ },
+ "Storm bolter": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Storm bolter",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Castigator battle cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Castigator battle cannon"
+ }
+ ]
+ },
+ "Castigator autocannons": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Castigator autocannons"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy bolter"
+ }
+ ]
+ },
+ "Hunter-killer missile": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Hunter-killer missile"
+ }
+ ]
+ },
+ "Storm bolter": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Storm bolter",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Castigator",
+ "Hallowed",
+ "Smokescreen",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Explodes",
+ "Ability§Armour of Contempt"
+ ]
+ },
+ "text": "A Castigator is equipped with: Castigator autocannons; 3 heavy bolters.\n\n• This model’s Castigator autocannons can be replaced with 1 Castigator battle cannon.\n\n• This model can be equipped with 1 hunter-killer missile.\n\n• This model can be equipped with 1 storm bolter.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 5,
+ "min": 3,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 6,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 2,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 3,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
+ }
+ },
+ "Heavy Support§Exorcist": {
+ "stats": {
+ "Power Level": {
+ "value": 8
+ },
+ "Points": {
+ "value": 130
+ },
+ "M": {
+ "value": 12
+ },
+ "WS": {
+ "value": 6
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 6
+ },
+ "T": {
+ "value": 7
+ },
+ "W": {
+ "value": 11,
+ "max": 11,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "Use model"
+ },
+ "loadout1": {
+ "value": "Exorcist missile launcher",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Exorcist conflagration rockets": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Exorcist conflagration rockets"
+ }
+ ]
+ },
+ "Exorcist missile launcher": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Exorcist missile launcher"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy bolter"
+ }
+ ]
+ },
+ "Hunter-killer missile": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Hunter-killer missile"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Heavy bolter",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Exorcist conflagration rockets": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Exorcist conflagration rockets"
+ }
+ ]
+ },
+ "Exorcist missile launcher": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Exorcist missile launcher"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy bolter"
+ }
+ ]
+ },
+ "Hunter-killer missile": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Hunter-killer missile"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Exorcist conflagration rockets": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Exorcist conflagration rockets"
+ }
+ ]
+ },
+ "Exorcist missile launcher": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Exorcist missile launcher"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy bolter"
+ }
+ ]
+ },
+ "Hunter-killer missile": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Hunter-killer missile"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Exorcist",
+ "Hallowed",
+ "Smokescreen",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Explodes",
+ "Ability§Armour of Contempt"
+ ]
+ },
+ "text": "An Exorcist is equipped with: Exorcist missile launcher; heavy bolter.\n\n• This model’s Exorcist missile launcher can be replaced with 1 Exorcist conflagration rocket.\n\n• This model can be equipped with 1 hunter-killer missile.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 5,
+ "min": 3,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 6,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 2,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 3,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
+ }
+ },
+ "Heavy Support§Mortifiers": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "model": {
+ "value": "Model§Mortifier"
+ },
+ "Anchorite sarcophagus": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Anchorite sarcophagus"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Mortifiers": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 1,
+ "min": 1,
+ "max": 4,
+ "increment": {
+ "value": 1
+ }
+ },
+ "poweri": {
+ "value": 3
+ },
+ "power1": {
+ "value": 2
+ },
+ "power2": {
+ "value": 3
+ },
+ "power3": {
+ "value": 4
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Engine of Redemption",
+ "Mortifiers",
+ "Outcasts",
+ "Vehicle"
+ ],
+ "Faction": [
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Zealot",
+ "Ability§Anguish of the Unredeemed",
+ "Ability§Wrath of the Penitent",
+ "Ability§Berserk Killing Machines",
+ "Ability§Instrument of Pain and Penance",
+ "Ability§Armour of Contempt",
+ "Model§Mortifier"
+ ]
+ },
+ "text": "If this unit contains 2 models, it has **Power Rating 6**. If this unit contains 3 models, it has Power Rating 9**. If this unit contains 4 models, it has Power Rating 12**. Every model is equipped with: 2 heavy bolters; 2 penitent buzz-blades.\n\n• 1 Mortifier can be equipped with 1 Anchorite sarcophagus.\n\n• Any number of models can each have their 2 heavy bolters replaced with one of the following:\n\n○ 1 heavy bolter and 1 Ministorum heavy flamer.\n\n○ 2 Ministorum heavy flamers.\n\n• Any number of models can each have their 2 penitent buzz-blades replaced with one of the following:\n\n○ 1 penitent buzz-blade and 1 penitent flail.\n\n○ 2 penitent flails.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Mortifier"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
+ }
+ },
+ "Heavy Support§Penitent Engines": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "model": {
+ "value": "Model§Penitent Engine"
+ },
+ "Penitent Engines": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 1,
+ "min": 1,
+ "max": 4,
+ "increment": {
+ "value": 1
+ }
+ },
+ "poweri": {
+ "value": 3
+ },
+ "power1": {
+ "value": 2
+ },
+ "power2": {
+ "value": 3
+ },
+ "power3": {
+ "value": 4
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Cult Imperialis",
+ "Engine of Redemption",
+ "Penitent Engines",
+ "Vehicle"
+ ],
+ "Faction": [
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Zealot",
+ "Ability§Endless Suffering",
+ "Ability§Berserk Killing Machines",
+ "Ability§Wrath of the Penitent",
+ "Ability§Instrument of Pain and Penance",
+ "Model§Penitent Engine"
+ ]
+ },
+ "text": "If this unit contains 2 models, it has **Power Rating 6**. If this unit contains 3 models, it has Power Rating 9**. If this unit contains 4 models, it has Power Rating 12**. Every model is equipped with: 2 Ministorum heavy flamers; 2 penitent buzz-blades.\n\n• Any number of models can each have their 2 penitent buzz-blades replaced with one of the following:\n\n○ 1 penitent buzz-blade and 1 penitent flail.\n\n○ 2 penitent flails.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Penitent Engine"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
+ }
+ },
+ "Heavy Support§Retributor Squad": {
+ "stats": {
+ "Power Level": {
+ "value": 6
+ },
+ "model": {
+ "value": "Model§Retributor (Retributor Squad)"
+ },
+ "Armorium cherub": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Armorium cherub",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Simulacrum imperialis": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Simulacrum imperialis",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Retributor Squad": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 9,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 3
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Core",
+ "Infantry",
+ "Retributor Squad"
+ ],
+ "Faction": [
+ "",
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Storm of Retribution",
+ "Ability§Armour of Contempt",
+ {
+ "item": "Model§Retributor (Retributor Squad)",
+ "quantity": 4
+ },
+ "Model§Retributor Superior (Retributor Squad)"
+ ]
+ },
+ "text": "If this unit contains 6 or more models, it has **Power Rating 9**. Every model is equipped with: bolt pistol; boltgun; frag grenades; krak grenades.\n\n• Up to 4 Retributors can each have their boltgun replaced with 1 weapon from the ***Heavy Weapons*** list.\n\n• The Retributor Superior can be equipped with 1 weapon from the **Melee Weapons*** list.\n\n• The Retributor Superior’s bolt pistol and boltgun can be replaced with one of the following:\n\n○ 1 bolt pistol and 1 weapon from the **Ranged Weapons*** list.\n\n○ 1 weapon from the Pistols*** list.\n\n• 1 Retributor equipped with 1 boltgun can be equipped with 1 simulacrum imperialis. That model’s boltgun cannot be replaced.\n\n• The unit can have up to 2 armorium cherubs.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Retributor (Retributor Squad)"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
+ }
+ },
+ "Heavy Support§Retributor Squad (Legendary)": {
+ "stats": {
+ "Power Level": {
+ "value": 6
+ },
+ "model": {
+ "value": "Model§Retributor (Retributor Squad (Legendary))"
+ },
+ "Simulacrum imperialis": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Simulacrum imperialis",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Armorium cherub": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Armorium cherub",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Retributor Squad (Legendary)": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 9,
+ "increment": {
+ "value": 5
+ }
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Datasheet—Warhammer Legends: Adepta Sororitas"
+ ],
+ "Edition": [
+ "8th"
+ ],
+ "Keywords": [
+ "Infantry",
+ "Retributor Squad"
+ ],
+ "Faction": [
+ "",
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Faithful Advance",
+ "Ability§Rites of Fire",
+ "Ability§Armour of Contempt",
+ {
+ "item": "Model§Retributor (Retributor Squad (Legendary))",
+ "quantity": 4
+ },
+ "Model§Retributor Superior (Retributor Squad (Legendary))"
+ ]
+ },
+ "text": "This unit contains 1 Retributor Superior and 4 Retributors. It can additionally contain up to 5 Retributors (**Power Rating +2**). Every model is equipped with: bolt pistol; boltgun; frag grenades; krak grenades.\n\n• Up to 4 Retributors can be equipped with 1 weapon from the ***Heavy Weapons*** list instead of 1 boltgun.\n\n• 1 Retributor equipped with 1 boltgun can have a Simulacrum Imperialis.\n\n• The Retributor Superior can additionally be equipped with 1 weapon from the **Melee Weapons** list, or can be equipped with 1 weapon from the **Melee Weapons*** list instead of 1 boltgun.\n\n• The Retributor Superior can be equipped with 1 weapon from the **Ranged Weapons*** list instead of 1 boltgun.\n\n• The Retributor Superior can be equipped with 1 weapon from the Pistols*** list instead of 1 bolt pistol.\n\n• This unit can have an Armorium Cherub, or it can have two Armorium Cherubs.\n\n• The Retributor Superior can additionally be equipped with 1 power axe.\n\n• The Retributor Superior can be equipped with one of the following instead of 1 boltgun: 1 storm bolter; 1 power axe.\n\nnull\n\n***ERROR***—*there might be a problem with Power Rating that will require a custom rule.*",
+ "allowed": {
+ "items": [
+ "Model§Retributor (Retributor Squad (Legendary))"
+ ]
+ },
+ "meta": {
+ "Publication": "[Warhammer Legends: Adepta Sororitas (Datasheet) 8th ed. – @2019-12-04](https://www.warhammer-community.com/wp-content/uploads/2019/12/c579975b.pdf)"
+ }
+ },
+ "HQ§Arch-Confessor Kyrinov": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "Points": {
+ "value": 60
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 5
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 5
+ },
+ "Base": {
+ "value": "32mm"
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Datasheet—Warhammer Legends: Adepta Sororitas"
+ ],
+ "Edition": [
+ "8th"
+ ],
+ "Keywords": [
+ "Arch-Confessor Kyrinov",
+ "Character",
+ "Infantry",
+ "Ministorum Priest"
+ ],
+ "Faction": [
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Zealot",
+ "Ability§Icon of Chiros",
+ "Ability§Rosarius",
+ "Ability§War Hymns",
+ "Ability§Word of the Emperor"
+ ]
+ },
+ "text": "Arch-Confessor Kyrinov is a single model equipped with: bolt pistol; Mace of Valaan; frag grenades; krak grenades. Only one **ARCH-CONFESSOR KYRINOV** model can be included in your army.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Warhammer Legends: Adepta Sororitas (Datasheet) 8th ed. – @2019-12-04](https://www.warhammer-community.com/wp-content/uploads/2019/12/c579975b.pdf)"
+ }
+ },
+ "HQ§Canoness": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "Null rod": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Null rod",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Rod of Office": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Rod of Office",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 50
+ },
+ "M": {
+ "value": 6
},
"WS": {
"value": 2
@@ -1094,7 +5837,7 @@
"value": 5
},
"A": {
- "value": "4"
+ "value": 4
},
"Ld": {
"value": 9
@@ -1850,6 +6593,36 @@
"dynamic": true
}
},
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Canoness",
+ "Character",
+ "Infantry"
+ ],
+ "Faction": [
+ "",
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Rosarius",
+ "Ability§Lead the Righteous (Aura)",
+ "Ability§Armour of Contempt"
+ ]
+ },
+ "text": "A Canoness is equipped with: plasma pistol; power sword; rod of office; frag grenades; krak grenades.\n\n• This model’s plasma pistol, power sword and rod of office can be replaced with one of the following:\n\n○ 1 condemnor boltgun and one of the following: 1 blessed blade; 1 chainsword, 1 power sword,\n\n○ 1 weapon from the ***Pistols*** list and one of the following: 1 blessed blade; 1 chainsword; 1 power sword.\n\n• If this model is equipped with a chainsword, it can be equipped with one of the following: 1 brazier of holy fire; 1 null rod.\n\nnull",
"rules": {
"rename me": {
"evals": [],
@@ -1869,21 +6642,131 @@
}
]
}
+ },
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
}
},
- "Model§Imagifier": {
+ "HQ§Canoness (Legendary)": {
"stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "Brazier of Holy Fire": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Brazier of Holy Fire"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Rod of Office": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Rod of Office",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Null rod": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Null rod",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
"Points": {
- "value": 50
+ "value": 45
},
"M": {
- "value": "6"
+ "value": 6
},
"WS": {
- "value": 3
+ "value": 2
},
"BS": {
- "value": 3
+ "value": 2
},
"S": {
"value": 3
@@ -1892,206 +6775,214 @@
"value": 3
},
"W": {
- "value": 4
+ "value": 5
},
"A": {
- "value": "3"
+ "value": 4
},
"Ld": {
- "value": 8
+ "value": 9
},
"Sv": {
"value": 3
},
"Base": {
- "value": "32mm"
- },
- "loadout1": {
- "value": "Boltgun",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Boltgun": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Frag grenades": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Frag grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Boltgun": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Frag grenades": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Krak grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Boltgun": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Frag grenades": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Boltgun": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Frag grenades": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
+ "value": "25mm"
}
+ },
+ "keywords": {
+ "Source": [
+ "Datasheet—Warhammer Legends: Adepta Sororitas"
+ ],
+ "Edition": [
+ "8th"
+ ],
+ "Keywords": [
+ "Canoness",
+ "Character",
+ "Infantry"
+ ],
+ "Faction": [
+ "",
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Rosarius",
+ "Ability§Lead the Righteous (Aura)",
+ "Ability§Armour of Contempt"
+ ]
+ },
+ "text": "A Canoness is a single model equipped with: bolt pistol; chainsword; frag grenades; krak grenades.\n\n• This model can be equipped with 1 boltgun and 1 power sword instead of 1 bolt pistol and 1 chainsword. If this model is equipped with 1 boltgun and 1 power sword, it additionally has a rod of office.\n\n• This model can be equipped with one of the following instead of 1 bolt pistol: 1 condemnor boltgun; 1 weapon from the ***Pistols*** list.\n\n• This model can be equipped with one of the following instead of 1 chainsword: 1 power sword; 1 blessed blade.\n\n• If this model is equipped with 1 chainsword, it can have a brazier of holy fire or a null rod.\n\n• This model can be equipped with 1 boltgun instead of 1 bolt pistol.\n\n• This model can be equipped with one of the following instead of 1 chainsword: 1 eviscerator; 1 power axe; 1 power maul.\n\n• This model can be equipped with one of the following instead of either 1 bolt pistol or 1 chainsword: 1 boltgun; 1 combi-flamer; 1 combi-melta; 1 combi-plasma; 1 condemnor boltgun; 1 inferno pistol; 1 plasma pistol; 1 storm bolter.\n\nnull",
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Canoness",
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Warhammer Legends: Adepta Sororitas (Datasheet) 8th ed. – @2019-12-04](https://www.warhammer-community.com/wp-content/uploads/2019/12/c579975b.pdf)"
}
},
- "Model§Hospitaller": {
+ "HQ§Celestine and Geminae Superia": {
"stats": {
+ "Power Level": {
+ "value": 10
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Celestine",
+ "Character",
+ "Fly",
+ "Geminae Superia",
+ "Infantry",
+ "Jump Pack",
+ "Living Saint",
+ "Sanctified"
+ ],
+ "Faction": [
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Lifewards",
+ "Ability§Divine Guardians",
+ "Ability§The Armour of Saint Katherine",
+ "Ability§Miraculous Intervention",
+ "Ability§Saintly Blessings (Aura)",
+ "Ability§Sky Strike",
+ "Ability§Angelic Saviour",
+ "Ability§Healing Tears",
+ "Ability§Armour of Contempt",
+ "Model§Celestine",
+ {
+ "item": "Model§Geminae Superia",
+ "quantity": 2
+ }
+ ]
+ },
+ "text": "Celestine is equipped with: the Ardent Blade. Each Geminae Superia is equipped with: bolt pistol; power sword; frag grenades; krak grenades. Your army can only include 1 **CELESTINE** model.\n\n\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Geminae Superia"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
+ }
+ },
+ "HQ§Ephrael Stern and Kyganil of the Bloody Tears": {
+ "stats": {
+ "Power Level": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aeldari",
+ "Agent of the Imperium",
+ "Character",
+ "Ephrael Stern",
+ "Infantry",
+ "Kyganil",
+ "Outcasts"
+ ],
+ "Faction": [
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Zealot",
+ "Ability§Wanderers",
+ "Ability§Divine Protection",
+ "Ability§Mysterious Saviour",
+ "Ability§Knight of Shadows",
+ "Ability§Daemonifuge (Aura)",
+ "Ability§Bolts of Holy Judgement",
+ "Ability§Unexpected Allies",
+ "Ability§Armour of Contempt",
+ "Model§Ephrael Stern",
+ "Model§Kyganil"
+ ]
+ },
+ "text": "Ephrael Stern is equipped with: bolt pistol; Sanctity; frag grenades; krak grenades. Kyganil is equipped with: Kyganil’s kiss; the Outcast’s blades; plasma grenades. Your army can only include 1 **EPHRAEL STERN** model.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
+ }
+ },
+ "HQ§Junith Eruita": {
+ "stats": {
+ "Power Level": {
+ "value": 7
+ },
"Points": {
- "value": 50
+ "value": 130
},
"M": {
- "value": "6"
+ "value": 10
},
"WS": {
- "value": 4
+ "value": 2
},
"BS": {
- "value": 3
+ "value": 2
},
"S": {
"value": 3
},
"T": {
- "value": 3
- },
- "W": {
"value": 4
},
+ "W": {
+ "value": 7
+ },
"A": {
- "value": "3"
+ "value": 4
},
"Ld": {
- "value": 8
+ "value": 9
},
"Sv": {
"value": 3
@@ -2100,7 +6991,7 @@
"value": "50mm"
},
"loadout1": {
- "value": "Bolt pistol",
+ "value": "Ministorum heavy flamer",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -2110,19 +7001,19 @@
"-": {
"order": 0
},
- "Bolt pistol": {
+ "Mace of Castigation": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Bolt pistol"
+ "trait": "Weapon§Mace of Castigation"
}
]
},
- "Chirurgeon’s tools": {
+ "Ministorum heavy flamer": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Chirurgeon’s tools"
+ "trait": "Weapon§Ministorum heavy flamer"
}
]
}
@@ -2131,7 +7022,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Chirurgeon’s tools",
+ "value": "Mace of Castigation",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -2141,19 +7032,19 @@
"-": {
"order": 0
},
- "Bolt pistol": {
+ "Mace of Castigation": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Bolt pistol"
+ "trait": "Weapon§Mace of Castigation"
}
]
},
- "Chirurgeon’s tools": {
+ "Ministorum heavy flamer": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Chirurgeon’s tools"
+ "trait": "Weapon§Ministorum heavy flamer"
}
]
}
@@ -2172,1166 +7063,19 @@
"-": {
"order": 0
},
- "Bolt pistol": {
+ "Mace of Castigation": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Chirurgeon’s tools": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Chirurgeon’s tools"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Dialogus": {
- "stats": {
- "Points": {
- "value": 50
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 4
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 4
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "40mm"
- },
- "loadout1": {
- "value": "Bolt pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Bolt pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Dialogus staff": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Dialogus staff"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Dialogus staff",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Bolt pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Dialogus staff": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Dialogus staff"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Bolt pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Dialogus staff": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Dialogus staff"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Battle Sister (Battle Sisters Squad)": {
- "stats": {
- "Points": {
- "value": 11
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 4
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "1"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "32mm"
- },
- "loadout1": {
- "value": "Bolt pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 13,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
+ "trait": "Weapon§Mace of Castigation"
}
]
},
"Ministorum heavy flamer": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 20,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 21,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 22,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Boltgun",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
"order": 2,
"traits": [
{
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 13,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 20,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 21,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 22,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Frag grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 13,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 20,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 21,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 22,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "Krak grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 13,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 20,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 21,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 22,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout5": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 5,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 13,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 20,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 21,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 22,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
+ "trait": "Weapon§Ministorum heavy flamer"
}
]
}
@@ -3340,8800 +7084,56 @@
"dynamic": true
}
},
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Battle Sister",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Sister Superior (Battle Sisters Squad)": {
- "stats": {
- "Points": {
- "value": 11
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 4
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "32mm"
- },
- "loadout1": {
- "value": "Bolt pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 13,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 20,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 21,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 22,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Boltgun",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 13,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 20,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 21,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 22,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Frag grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 13,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 20,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 21,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 22,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "Krak grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 13,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 20,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 21,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 22,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout5": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 5,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 13,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 20,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 21,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 22,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Canoness Superior",
+ "Character",
+ "Chariot",
+ "Fly",
+ "Junith Eruita",
+ "Vehicle"
+ ],
+ "Faction": [
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium",
+ "Order of Our Martyred Lady"
+ ]
},
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Sister Superior",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Seraphim": {
- "stats": {
- "Points": {
- "value": 12
- },
- "M": {
- "value": "12"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "32mm"
- },
- "loadout1": {
- "value": "Bolt pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Chainsword": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Inferno pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Power sword": {
- "order": 8,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Frag grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Chainsword": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Inferno pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Power sword": {
- "order": 8,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Krak grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Chainsword": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Inferno pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Power sword": {
- "order": 8,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Chainsword": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Inferno pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Power sword": {
- "order": 8,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Seraphim Superior": {
- "stats": {
- "Points": {
- "value": 12
- },
- "M": {
- "value": "12"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "32mm"
- },
- "loadout1": {
- "value": "Bolt pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Chainsword": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Inferno pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Power sword": {
- "order": 8,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Frag grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Chainsword": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Inferno pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Power sword": {
- "order": 8,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Krak grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Chainsword": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Inferno pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Power sword": {
- "order": 8,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Chainsword": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Inferno pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Power sword": {
- "order": 8,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Celestian (Celestian Squad)": {
- "stats": {
- "Points": {
- "value": 12
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "32mm"
- },
- "loadout1": {
- "value": "Bolt pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 13,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 20,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 21,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 22,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Boltgun",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 13,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 20,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 21,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 22,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Frag grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 13,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 20,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 21,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 22,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "Krak grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 13,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 20,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 21,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 22,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout5": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 5,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 13,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 20,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 21,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 22,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Rosarius",
+ "Ability§Fiery Conviction",
+ "Ability§The Pulpit of Saint Holline’s Basilica (Aura)",
+ "Ability§Lead the Righteous (Aura)",
+ "Ability§Explodes",
+ "Ability§Armour of Contempt"
+ ]
},
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Celestian",
- "iterations": 1
- }
- ]
- }
+ "text": "Junith Eruita is equipped with: 2 Ministorum heavy flamers; Mace of Castigation. Your army can only include 1 **JUNITH ERUITA** model.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
}
},
- "Model§Celestian Superior (Celestian Squad)": {
+ "HQ§Missionary": {
"stats": {
- "Points": {
- "value": 12
- },
- "M": {
- "value": "6"
- },
- "WS": {
+ "Power Level": {
"value": 3
},
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "32mm"
- },
- "loadout1": {
- "value": "Bolt pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 13,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 20,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 21,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 22,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Boltgun",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 13,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 20,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 21,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 22,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Frag grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 13,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 20,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 21,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 22,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "Krak grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 13,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 20,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 21,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 22,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout5": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 5,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 13,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 20,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 21,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 22,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Celestian Superior",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Sister Repentia": {
- "stats": {
- "Points": {
- "value": 14
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 7
- },
- "Base": {
- "value": "28mm"
- },
- "loadout1": {
- "value": "Penitent eviscerator",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Penitent eviscerator": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Penitent eviscerator"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Penitent eviscerator": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Penitent eviscerator"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Retributor (Retributor Squad)": {
- "stats": {
- "Points": {
- "value": 12
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 4
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "1"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "32mm"
- },
- "loadout1": {
- "value": "Bolt pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 12,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 13,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 16,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Boltgun",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 12,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 13,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 16,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Frag grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 12,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 13,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 16,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "Krak grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 12,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 13,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 16,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout5": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 5,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 12,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 13,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 16,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Retributor",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Retributor Superior (Retributor Squad)": {
- "stats": {
- "Points": {
- "value": 12
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 4
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "32mm"
- },
- "loadout1": {
- "value": "Bolt pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 12,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 13,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 16,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Boltgun",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 12,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 13,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 16,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Frag grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 12,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 13,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 16,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "Krak grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 12,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 13,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 16,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout5": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 5,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Heavy bolter": {
- "order": 12,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Heavy bolter",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Inferno pistol": {
- "order": 13,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 16,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum heavy flamer",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Multi-melta": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Power maul": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Retributor Superior",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Dominion (Dominion Squad)": {
- "stats": {
- "Points": {
- "value": 14
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 4
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "1"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "32mm"
- },
- "loadout1": {
- "value": "Bolt pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Inferno pistol": {
- "order": 13,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Power maul": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Boltgun",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Inferno pistol": {
- "order": 13,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Power maul": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Frag grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Inferno pistol": {
- "order": 13,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Power maul": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "Krak grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Inferno pistol": {
- "order": 13,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Power maul": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout5": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 5,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Inferno pistol": {
- "order": 13,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Power maul": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Dominion",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Dominion Superior (Dominion Squad)": {
- "stats": {
- "Points": {
- "value": 14
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 4
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "32mm"
- },
- "loadout1": {
- "value": "Bolt pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Inferno pistol": {
- "order": 13,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Power maul": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Boltgun",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Inferno pistol": {
- "order": 13,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Power maul": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Frag grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Inferno pistol": {
- "order": 13,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Power maul": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "Krak grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Inferno pistol": {
- "order": 13,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Power maul": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout5": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 5,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Combi-melta": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Combi-melta"
- }
- ]
- },
- "Combi-plasma": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Combi-plasma"
- }
- ]
- },
- "Condemnor boltgun": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Condemnor boltgun"
- }
- ]
- },
- "Ministorum combi-flamer": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Ministorum combi-flamer"
- }
- ]
- },
- "Plasma pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Artificer-crafted storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Artificer-crafted storm bolter"
- }
- ]
- },
- "Bolt pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Chainsword": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Chainsword"
- }
- ]
- },
- "Frag grenades": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Inferno pistol": {
- "order": 13,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 14,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Meltagun": {
- "order": 15,
- "traits": [
- {
- "trait": "Weapon§Meltagun"
- }
- ]
- },
- "Ministorum flamer": {
- "order": 16,
- "traits": [
- {
- "trait": "Weapon§Ministorum flamer"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 17,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Power maul": {
- "order": 18,
- "traits": [
- {
- "trait": "Weapon§Power maul"
- }
- ]
- },
- "Power sword": {
- "order": 19,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Dominion Superior",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Sororitas Rhino": {
- "stats": {
- "Points": {
- "value": 80
- },
- "M": {
- "value": "12"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 6
- },
- "T": {
- "value": 7
- },
- "W": {
- "value": 10,
- "max": 10,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "Use model"
- },
- "loadout1": {
- "value": "Storm bolter",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Hunter-killer missile": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Hunter-killer missile"
- }
- ]
- },
- "Storm bolter": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Storm bolter",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Hunter-killer missile": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Hunter-killer missile"
- }
- ]
- },
- "Storm bolter": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Storm bolter",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "5",
- "min": "3",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "6",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "2",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "3",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Immolator": {
- "stats": {
- "Points": {
- "value": 100
- },
- "M": {
- "value": "12"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 6
- },
- "T": {
- "value": 7
- },
- "W": {
- "value": 11,
- "max": 11,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "Use model"
- },
- "loadout1": {
- "value": "Immolation flamers",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Heavy bolter": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Heavy bolter"
- }
- ]
- },
- "Hunter-killer missile": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Hunter-killer missile"
- }
- ]
- },
- "Immolation flamers": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Immolation flamers"
- }
- ]
- },
- "Twin heavy bolter": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Twin heavy bolter"
- }
- ]
- },
- "Twin multi-melta": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Twin multi-melta"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Heavy bolter",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Heavy bolter": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Heavy bolter"
- }
- ]
- },
- "Hunter-killer missile": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Hunter-killer missile"
- }
- ]
- },
- "Immolation flamers": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Immolation flamers"
- }
- ]
- },
- "Twin heavy bolter": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Twin heavy bolter"
- }
- ]
- },
- "Twin multi-melta": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Twin multi-melta"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Heavy bolter": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Heavy bolter"
- }
- ]
- },
- "Hunter-killer missile": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Hunter-killer missile"
- }
- ]
- },
- "Immolation flamers": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Immolation flamers"
- }
- ]
- },
- "Twin heavy bolter": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Twin heavy bolter"
- }
- ]
- },
- "Twin multi-melta": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Twin multi-melta"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "5",
- "min": "3",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "6",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "2",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "3",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Exorcist": {
- "stats": {
- "Points": {
- "value": 130
- },
- "M": {
- "value": "12"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 6
- },
- "T": {
- "value": 7
- },
- "W": {
- "value": 11,
- "max": 11,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "Use model"
- },
- "loadout1": {
- "value": "Exorcist missile launcher",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Exorcist conflagration rockets": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Exorcist conflagration rockets"
- }
- ]
- },
- "Exorcist missile launcher": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Exorcist missile launcher"
- }
- ]
- },
- "Heavy bolter": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Heavy bolter"
- }
- ]
- },
- "Hunter-killer missile": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Hunter-killer missile"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Heavy bolter",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Exorcist conflagration rockets": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Exorcist conflagration rockets"
- }
- ]
- },
- "Exorcist missile launcher": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Exorcist missile launcher"
- }
- ]
- },
- "Heavy bolter": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Heavy bolter"
- }
- ]
- },
- "Hunter-killer missile": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Hunter-killer missile"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Exorcist conflagration rockets": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Exorcist conflagration rockets"
- }
- ]
- },
- "Exorcist missile launcher": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Exorcist missile launcher"
- }
- ]
- },
- "Heavy bolter": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Heavy bolter"
- }
- ]
- },
- "Hunter-killer missile": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Hunter-killer missile"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "5",
- "min": "3",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "6",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "2",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "3",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Repressor": {
- "stats": {
- "Points": {
- "value": 85
- },
- "M": {
- "value": "12"
- },
- "WS": {
- "value": 5
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 6
- },
- "T": {
- "value": 7
- },
- "W": {
- "value": 12,
- "max": 12,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "Use model"
- },
- "loadout1": {
- "value": "Repressor heavy flamer",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Dozer ram": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Dozer ram"
- }
- ]
- },
- "Hunter-killer missile": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Hunter-killer missile"
- }
- ]
- },
- "Repressor heavy flamer": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Repressor heavy flamer"
- }
- ]
- },
- "Storm bolter": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Storm bolter",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Storm bolter",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Dozer ram": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Dozer ram"
- }
- ]
- },
- "Hunter-killer missile": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Hunter-killer missile"
- }
- ]
- },
- "Repressor heavy flamer": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Repressor heavy flamer"
- }
- ]
- },
- "Storm bolter": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Storm bolter",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Dozer ram",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Dozer ram": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Dozer ram"
- }
- ]
- },
- "Hunter-killer missile": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Hunter-killer missile"
- }
- ]
- },
- "Repressor heavy flamer": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Repressor heavy flamer"
- }
- ]
- },
- "Storm bolter": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Storm bolter",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Dozer ram": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Dozer ram"
- }
- ]
- },
- "Hunter-killer missile": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Hunter-killer missile"
- }
- ]
- },
- "Repressor heavy flamer": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Repressor heavy flamer"
- }
- ]
- },
- "Storm bolter": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Storm bolter",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "6",
- "min": "4",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "6",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "3",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "3",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Missionary": {
- "stats": {
"Points": {
"value": 40
},
"M": {
- "value": "6"
+ "value": 6
},
"WS": {
"value": 4
@@ -12151,7 +7151,7 @@
"value": 4
},
"A": {
- "value": "3"
+ "value": 3
},
"Ld": {
"value": 8
@@ -12684,45 +7684,78 @@
"visibility": "active",
"dynamic": true
}
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Cult Imperialis",
+ "Infantry",
+ "Missionary",
+ "Priest"
+ ],
+ "Faction": [
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Zealot",
+ "Ability§Rosarius",
+ "Ability§Emboldened by Prayer (Aura)"
+ ]
+ },
+ "text": "A Missionary is equipped with: auto pistol; servo-stubber; power maul; frag grenades; krak grenades.\n\n• This model’s auto pistol, servo-stubber and power maul can be replaced with one of the following:\n\n○ 1 autogun, 1 auto pistol and 1 chainsword.\n\n○ 1 bolt pistol, 1 Ministorum shotgun and 1 chainsword.\n\nnull",
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
}
},
- "Model§Preacher (Preacher)": {
+ "HQ§Morvenn Vahl": {
"stats": {
+ "Power Level": {
+ "value": 14
+ },
"Points": {
- "value": 25
+ "value": 280
},
"M": {
- "value": "6"
+ "value": 8
},
"WS": {
- "value": 4
+ "value": 2
},
"BS": {
- "value": 4
+ "value": 2
},
"S": {
- "value": 3
+ "value": 5
},
"T": {
- "value": 3
+ "value": 5
},
"W": {
- "value": 4
+ "value": 8
},
"A": {
- "value": "3"
+ "value": 5
},
"Ld": {
- "value": 7
+ "value": 9
},
"Sv": {
- "value": 6
+ "value": 2
},
"Base": {
- "value": "25mm"
+ "value": "60mm"
},
"loadout1": {
- "value": "Zealot’s vindictor",
+ "value": "Fidelis",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -12732,27 +7765,27 @@
"-": {
"order": 0
},
- "Auto pistol": {
+ "Lance of Illumination": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Auto pistol"
+ "trait": "Wargear§Lance of Illumination"
}
]
},
- "Chainsword": {
+ "Paragon missile launcher": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Chainsword"
+ "trait": "Wargear§Paragon missile launcher"
}
]
},
- "Zealot’s vindictor": {
+ "Fidelis": {
"order": 3,
"traits": [
{
- "trait": "Wargear§Zealot’s vindictor"
+ "trait": "Weapon§Fidelis"
}
]
}
@@ -12761,7 +7794,7 @@
"dynamic": true
},
"loadout2": {
- "value": "-",
+ "value": "Paragon missile launcher",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -12771,27 +7804,105 @@
"-": {
"order": 0
},
- "Auto pistol": {
+ "Lance of Illumination": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Auto pistol"
+ "trait": "Wargear§Lance of Illumination"
}
]
},
- "Chainsword": {
+ "Paragon missile launcher": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Chainsword"
+ "trait": "Wargear§Paragon missile launcher"
}
]
},
- "Zealot’s vindictor": {
+ "Fidelis": {
"order": 3,
"traits": [
{
- "trait": "Wargear§Zealot’s vindictor"
+ "trait": "Weapon§Fidelis"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Lance of Illumination",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Lance of Illumination": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Lance of Illumination"
+ }
+ ]
+ },
+ "Paragon missile launcher": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Paragon missile launcher"
+ }
+ ]
+ },
+ "Fidelis": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Fidelis"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Lance of Illumination": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Lance of Illumination"
+ }
+ ]
+ },
+ "Paragon missile launcher": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Paragon missile launcher"
+ }
+ ]
+ },
+ "Fidelis": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Fidelis"
}
]
}
@@ -12800,40 +7911,64 @@
"dynamic": true
}
},
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Preacher",
- "iterations": 1
- }
- ]
- }
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Abbess",
+ "Character",
+ "Morvenn Vahl",
+ "Paragon Warsuits",
+ "Sanctified",
+ "Supreme Commander",
+ "Vehicle"
+ ],
+ "Faction": [
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Purgator Mirabilis Warsuit",
+ "Ability§Holy Aegis",
+ "Ability§Righteous Repugnance",
+ "Ability§High Lord of the Imperium",
+ "Ability§Abbess Sanctorum (Aura)",
+ "Ability§Commander of the Adepta Sororitas",
+ "Ability§Explodes",
+ "Ability§Armour of Contempt"
+ ]
+ },
+ "text": "Morvenn Vahl is equipped with: Fidelis; Paragon missile launcher; Lance of Illumination. Your army can only include 1 **MORVENN VAHL** model.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
}
},
- "Model§Arch-Confessor Kyrinov": {
+ "HQ§Palatine": {
"stats": {
+ "Power Level": {
+ "value": 3
+ },
"Points": {
- "value": 60
+ "value": 45
},
"M": {
- "value": "6"
+ "value": 6
},
"WS": {
- "value": 3
+ "value": 2
},
"BS": {
- "value": 3
+ "value": 2
},
"S": {
"value": 3
@@ -12842,29 +7977,409 @@
"value": 3
},
"W": {
- "value": 5
+ "value": 4
},
"A": {
- "value": "4"
+ "value": 3
},
"Ld": {
"value": 8
},
"Sv": {
- "value": 5
+ "value": 3
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "Bolt pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Power sword",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Frag grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "Krak grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout5": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 5,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Infantry",
+ "Palatine"
+ ],
+ "Faction": [
+ "",
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Rosarius",
+ "Ability§Fury of the Righteous (Aura)",
+ "Ability§Armour of Contempt"
+ ]
+ },
+ "text": "A Palatine is equipped with: bolt pistol; power sword; frag grenades; krak grenades.\n\n• This model’s bolt pistol can be replaced with 1 plasma pistol.\n\nnull",
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
+ }
+ },
+ "HQ§Taddeus the Purifier": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "Points": {
+ "value": 55
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 4
+ },
+ "BS": {
+ "value": 4
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 4
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 6
},
"Base": {
"value": "32mm"
}
+ },
+ "keywords": {
+ "Source": [
+ "Boxset—Warhammer Quest: Blackstone Fortress"
+ ],
+ "Edition": [
+ "8th"
+ ],
+ "Keywords": [
+ "Character",
+ "Infantry",
+ "Ministorum Priest",
+ "Taddeus the Purifier"
+ ],
+ "Faction": [
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Zealot",
+ "Ability§Rosarius",
+ "Ability§War Hymns"
+ ]
+ },
+ "text": "Taddeus the Purifier is a single model armed with a laspistol, servo-stubber and power maul. Only one of this model can be included in your army.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Warhammer Quest: Blackstone Fortress (Boxset) 8th ed. – @2018-11-10](null)"
}
},
- "Model§Triumph of Saint Katherine": {
+ "HQ§Triumph of Saint Katherine": {
"stats": {
+ "Power Level": {
+ "value": 11
+ },
"Points": {
"value": 200
},
"M": {
- "value": "6"
+ "value": 6
},
"WS": {
"value": 3
@@ -12890,7 +8405,7 @@
"visibility": "always"
},
"A": {
- "value": "10"
+ "value": 10
},
"Ld": {
"value": 9
@@ -13232,6 +8747,43 @@
"dynamic": true
}
},
+ "keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Infantry",
+ "Sanctified",
+ "Triumph of Saint Katherine"
+ ],
+ "Faction": [
+ "Adepta Sororitas",
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Praesidium Protectiva",
+ "Ability§Solemn Procession",
+ "Ability§Relics of the Matriarchs",
+ "Ability§The Fiery Heart",
+ "Ability§Censer of the Sacred Rose",
+ "Ability§Simulacrum of the Ebon Chalice",
+ "Ability§Petals of the Bloody Rose",
+ "Ability§Icon of the Valorous Heart",
+ "Ability§Simulacrum of the Argent Shroud",
+ "Ability§Armour of Contempt"
+ ]
+ },
+ "text": "The Triumph of Saint Katherine is equipped with: 6 bolt pistols; Martyr’s Sword; relic weapons; frag grenades; krak grenades. Your army can only include 1 **TRIUMPH OF** SAINT** KATHERINE** model.\n\n\n\nnull",
"rules": {
"dynamicDamageMid": {
"evals": [
@@ -13244,8 +8796,8 @@
"value"
]
],
- "max": "9",
- "min": "5",
+ "max": 9,
+ "min": 5,
"operator": "AND",
"not": false,
"actionable": true
@@ -13264,7 +8816,7 @@
]
],
"actionType": "set",
- "value": "4",
+ "value": 4,
"iterations": 1
},
{
@@ -13306,8 +8858,8 @@
"value"
]
],
- "max": "4",
- "min": "1",
+ "max": 4,
+ "min": 1,
"operator": "AND",
"not": false,
"actionable": true
@@ -13326,7 +8878,7 @@
]
],
"actionType": "set",
- "value": "2",
+ "value": 2,
"iterations": 1
},
{
@@ -13357,1024 +8909,633 @@
}
]
}
+ },
+ "meta": {
+ "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
}
},
- "Model§Junith Eruita": {
+ "HQ§Uriah Jacobus": {
"stats": {
+ "Power Level": {
+ "value": 3
+ },
"Points": {
- "value": 130
+ "value": 50
},
"M": {
- "value": "10"
+ "value": 6
},
"WS": {
- "value": 2
+ "value": 3
},
"BS": {
- "value": 2
+ "value": 3
},
"S": {
"value": 3
},
"T": {
- "value": 4
+ "value": 3
},
"W": {
+ "value": 5
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 6
+ },
+ "Base": {
+ "value": "32mm"
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Datasheet—Warhammer Legends: Adepta Sororitas"
+ ],
+ "Edition": [
+ "8th"
+ ],
+ "Keywords": [
+ "Character",
+ "Infantry",
+ "Ministorum Priest",
+ "Uriah Jacobus"
+ ],
+ "Faction": [
+ "Adeptus Ministorum",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Zealot",
+ "Ability§Banner of Sanctity",
+ "Ability§Rosarius",
+ "Ability§War Hymns",
+ "Ability§Word of the Emperor"
+ ]
+ },
+ "text": "Uriah Jacobus is a single model equipped with: bolt pistol; Redeemer; chainsword; frag grenades; krak grenades. Only one **URIAH JACOBUS** model can be included in your army.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Warhammer Legends: Adepta Sororitas (Datasheet) 8th ed. – @2019-12-04](https://www.warhammer-community.com/wp-content/uploads/2019/12/c579975b.pdf)"
+ }
+ },
+ "Model§Aestred Thurga": {
+ "stats": {
+ "Points": {
+ "value": 0
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 5
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "Bolt pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Blade of Vigil": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Blade of Vigil"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Scribe’s staff": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Scribe’s staff"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Blade of Vigil",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Blade of Vigil": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Blade of Vigil"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Scribe’s staff": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Scribe’s staff"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Frag grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Blade of Vigil": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Blade of Vigil"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Scribe’s staff": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Scribe’s staff"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "Krak grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Blade of Vigil": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Blade of Vigil"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Scribe’s staff": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Scribe’s staff"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout5": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 5,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Blade of Vigil": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Blade of Vigil"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Scribe’s staff": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Scribe’s staff"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Agathae Dolan": {
+ "stats": {
+ "Points": {
+ "value": 0
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 4
+ },
+ "BS": {
+ "value": 4
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 4
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 6
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Bolt pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Blade of Vigil": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Blade of Vigil"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Scribe’s staff": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Scribe’s staff"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Scribe’s staff",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Blade of Vigil": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Blade of Vigil"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Scribe’s staff": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Scribe’s staff"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Blade of Vigil": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Blade of Vigil"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Scribe’s staff": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Scribe’s staff"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Arco-flagellant": {
+ "stats": {
+ "Points": {
+ "value": 13
+ },
+ "M": {
"value": 7
},
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "50mm"
- },
- "loadout1": {
- "value": "Ministorum heavy flamer",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Mace of Castigation": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Mace of Castigation"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Ministorum heavy flamer"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Mace of Castigation",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Mace of Castigation": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Mace of Castigation"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Ministorum heavy flamer"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Mace of Castigation": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Mace of Castigation"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Ministorum heavy flamer"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Repentia Superior": {
- "stats": {
- "Points": {
- "value": 40
- },
- "M": {
- "value": "6"
- },
"WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
"value": 4
},
- "A": {
- "value": "5"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "32mm"
- },
- "loadout1": {
- "value": "Neural whips",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Bolt pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Neural whips": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Neural whips"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Frag grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Bolt pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Neural whips": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Neural whips"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Krak grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Bolt pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Neural whips": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Neural whips"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Bolt pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Neural whips": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Neural whips"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Zephyrim": {
- "stats": {
- "Points": {
- "value": 15
- },
- "M": {
- "value": "12"
- },
- "WS": {
- "value": 3
- },
"BS": {
- "value": 3
+ "value": "null"
},
"S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "32mm"
- },
- "loadout1": {
- "value": "Bolt pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Power sword": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Power sword",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Power sword": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Frag grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Power sword": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "Krak grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Power sword": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout5": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 5,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Power sword": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Zephyrim Superior": {
- "stats": {
- "Points": {
- "value": 15
- },
- "M": {
- "value": "12"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "32mm"
- },
- "loadout1": {
- "value": "Bolt pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Power sword": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Power sword",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Power sword": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Frag grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Power sword": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "Krak grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Power sword": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout5": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 5,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Power sword": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Mortifier": {
- "stats": {
- "Points": {
- "value": 60
- },
- "M": {
- "value": "8"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 5
- },
- "T": {
- "value": 5
- },
- "W": {
- "value": 5
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
"value": 4
},
+ "T": {
+ "value": 4
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 7
+ },
"Base": {
- "value": "50mm"
+ "value": "25mm"
},
"loadout1": {
- "value": "Heavy bolter",
+ "value": "Arco-flails",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -14384,35 +9545,11 @@
"-": {
"order": 0
},
- "Heavy bolter": {
+ "Arco-flails": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Heavy bolter"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Ministorum heavy flamer"
- }
- ]
- },
- "Penitent buzz-blade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Penitent buzz-blade"
- }
- ]
- },
- "Penitent flail": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Penitent flail"
+ "trait": "Weapon§Arco-flails"
}
]
}
@@ -14421,7 +9558,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Penitent buzz-blade",
+ "value": "-",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -14431,125 +9568,17 @@
"-": {
"order": 0
},
- "Heavy bolter": {
+ "Arco-flails": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Heavy bolter"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Ministorum heavy flamer"
- }
- ]
- },
- "Penitent buzz-blade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Penitent buzz-blade"
- }
- ]
- },
- "Penitent flail": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Penitent flail"
+ "trait": "Weapon§Arco-flails"
}
]
}
},
"visibility": "active",
"dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Heavy bolter": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Heavy bolter"
- }
- ]
- },
- "Ministorum heavy flamer": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Ministorum heavy flamer"
- }
- ]
- },
- "Penitent buzz-blade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Penitent buzz-blade"
- }
- ]
- },
- "Penitent flail": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Penitent flail"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Battle Sanctum": {
- "stats": {
- "Points": {
- "value": 80
- },
- "M": {
- "value": "-"
- },
- "WS": {
- "value": null
- },
- "BS": {
- "value": null
- },
- "S": {
- "value": null
- },
- "T": {
- "value": null
- },
- "W": {
- "value": null
- },
- "A": {
- "value": null
- },
- "Ld": {
- "value": null
- },
- "Sv": {
- "value": null
- },
- "Base": {
- "value": "Use model"
}
}
},
@@ -14559,7 +9588,7 @@
"value": 9
},
"M": {
- "value": "6"
+ "value": 6
},
"WS": {
"value": 4
@@ -14577,7 +9606,7 @@
"value": 1
},
"A": {
- "value": "1"
+ "value": 1
},
"Ld": {
"value": 7
@@ -14925,13 +9954,13 @@
}
}
},
- "Model§Sister Superior (Battle Sister Squad (Legendary))": {
+ "Model§Battle Sister (Battle Sisters Squad)": {
"stats": {
"Points": {
- "value": 9
+ "value": 11
},
"M": {
- "value": "6"
+ "value": 6
},
"WS": {
"value": 4
@@ -14949,16 +9978,16 @@
"value": 1
},
"A": {
- "value": "2"
+ "value": 1
},
"Ld": {
- "value": 8
+ "value": 7
},
"Sv": {
"value": 3
},
"Base": {
- "value": "25mm"
+ "value": "32mm"
},
"loadout1": {
"value": "Bolt pistol",
@@ -14971,8 +10000,56 @@
"-": {
"order": 0
},
- "Bolt pistol": {
+ "Combi-melta": {
"order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
"traits": [
{
"trait": "Weapon§Bolt pistol"
@@ -14980,42 +10057,127 @@
]
},
"Boltgun": {
- "order": 2,
+ "order": 10,
"traits": [
{
"trait": "Weapon§Boltgun"
}
]
},
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
"Frag grenades": {
- "order": 3,
+ "order": 12,
"traits": [
{
"trait": "Weapon§Frag grenades"
}
]
},
+ "Heavy bolter": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
"Krak grenades": {
- "order": 4,
+ "order": 15,
"traits": [
{
"trait": "Weapon§Krak grenades"
}
]
},
- "Power axe": {
- "order": 5,
+ "Meltagun": {
+ "order": 16,
"traits": [
{
- "trait": "Weapon§Power axe"
+ "trait": "Weapon§Meltagun"
}
]
},
- "Storm bolter": {
- "order": 6,
+ "Ministorum flamer": {
+ "order": 17,
"traits": [
{
- "trait": "Weapon§Storm bolter"
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 20,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 21,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 22,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
}
]
}
@@ -15034,8 +10196,56 @@
"-": {
"order": 0
},
- "Bolt pistol": {
+ "Combi-melta": {
"order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
"traits": [
{
"trait": "Weapon§Bolt pistol"
@@ -15043,42 +10253,127 @@
]
},
"Boltgun": {
- "order": 2,
+ "order": 10,
"traits": [
{
"trait": "Weapon§Boltgun"
}
]
},
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
"Frag grenades": {
- "order": 3,
+ "order": 12,
"traits": [
{
"trait": "Weapon§Frag grenades"
}
]
},
+ "Heavy bolter": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
"Krak grenades": {
- "order": 4,
+ "order": 15,
"traits": [
{
"trait": "Weapon§Krak grenades"
}
]
},
- "Power axe": {
- "order": 5,
+ "Meltagun": {
+ "order": 16,
"traits": [
{
- "trait": "Weapon§Power axe"
+ "trait": "Weapon§Meltagun"
}
]
},
- "Storm bolter": {
- "order": 6,
+ "Ministorum flamer": {
+ "order": 17,
"traits": [
{
- "trait": "Weapon§Storm bolter"
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 20,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 21,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 22,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
}
]
}
@@ -15097,8 +10392,56 @@
"-": {
"order": 0
},
- "Bolt pistol": {
+ "Combi-melta": {
"order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
"traits": [
{
"trait": "Weapon§Bolt pistol"
@@ -15106,42 +10449,127 @@
]
},
"Boltgun": {
- "order": 2,
+ "order": 10,
"traits": [
{
"trait": "Weapon§Boltgun"
}
]
},
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
"Frag grenades": {
- "order": 3,
+ "order": 12,
"traits": [
{
"trait": "Weapon§Frag grenades"
}
]
},
+ "Heavy bolter": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
"Krak grenades": {
- "order": 4,
+ "order": 15,
"traits": [
{
"trait": "Weapon§Krak grenades"
}
]
},
- "Power axe": {
- "order": 5,
+ "Meltagun": {
+ "order": 16,
"traits": [
{
- "trait": "Weapon§Power axe"
+ "trait": "Weapon§Meltagun"
}
]
},
- "Storm bolter": {
- "order": 6,
+ "Ministorum flamer": {
+ "order": 17,
"traits": [
{
- "trait": "Weapon§Storm bolter"
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 20,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 21,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 22,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
}
]
}
@@ -15160,8 +10588,56 @@
"-": {
"order": 0
},
- "Bolt pistol": {
+ "Combi-melta": {
"order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
"traits": [
{
"trait": "Weapon§Bolt pistol"
@@ -15169,42 +10645,127 @@
]
},
"Boltgun": {
- "order": 2,
+ "order": 10,
"traits": [
{
"trait": "Weapon§Boltgun"
}
]
},
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
"Frag grenades": {
- "order": 3,
+ "order": 12,
"traits": [
{
"trait": "Weapon§Frag grenades"
}
]
},
+ "Heavy bolter": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
"Krak grenades": {
- "order": 4,
+ "order": 15,
"traits": [
{
"trait": "Weapon§Krak grenades"
}
]
},
- "Power axe": {
- "order": 5,
+ "Meltagun": {
+ "order": 16,
"traits": [
{
- "trait": "Weapon§Power axe"
+ "trait": "Weapon§Meltagun"
}
]
},
- "Storm bolter": {
- "order": 6,
+ "Ministorum flamer": {
+ "order": 17,
"traits": [
{
- "trait": "Weapon§Storm bolter"
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 20,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 21,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 22,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
}
]
}
@@ -15223,8 +10784,56 @@
"-": {
"order": 0
},
- "Bolt pistol": {
+ "Combi-melta": {
"order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
"traits": [
{
"trait": "Weapon§Bolt pistol"
@@ -15232,42 +10841,127 @@
]
},
"Boltgun": {
- "order": 2,
+ "order": 10,
"traits": [
{
"trait": "Weapon§Boltgun"
}
]
},
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
"Frag grenades": {
- "order": 3,
+ "order": 12,
"traits": [
{
"trait": "Weapon§Frag grenades"
}
]
},
+ "Heavy bolter": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
"Krak grenades": {
- "order": 4,
+ "order": 15,
"traits": [
{
"trait": "Weapon§Krak grenades"
}
]
},
- "Power axe": {
- "order": 5,
+ "Meltagun": {
+ "order": 16,
"traits": [
{
- "trait": "Weapon§Power axe"
+ "trait": "Weapon§Meltagun"
}
]
},
- "Storm bolter": {
- "order": 6,
+ "Ministorum flamer": {
+ "order": 17,
"traits": [
{
- "trait": "Weapon§Storm bolter"
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 20,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 21,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 22,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
}
]
}
@@ -15290,64 +10984,7 @@
]
],
"actionType": "set",
- "value": "Sister Superior",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Canoness (Canoness (Legendary))": {
- "stats": {
- "Points": {
- "value": 45
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 5
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "25mm"
- }
- },
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Canoness",
+ "value": "Battle Sister",
"iterations": 1
}
]
@@ -15360,7 +10997,7 @@
"value": 10
},
"M": {
- "value": "6"
+ "value": 6
},
"WS": {
"value": 3
@@ -15378,7 +11015,7 @@
"value": 1
},
"A": {
- "value": "2"
+ "value": 2
},
"Ld": {
"value": 8
@@ -15726,13 +11363,13 @@
}
}
},
- "Model§Celestian Superior (Celestian Squad (Legendary))": {
+ "Model§Celestian (Celestian Squad)": {
"stats": {
"Points": {
- "value": 10
+ "value": 12
},
"M": {
- "value": "6"
+ "value": 6
},
"WS": {
"value": 3
@@ -15750,7 +11387,1516 @@
"value": 1
},
"A": {
- "value": "3"
+ "value": 2
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "Bolt pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Meltagun": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": "Weapon§Meltagun"
+ }
+ ]
+ },
+ "Ministorum flamer": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 20,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 21,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 22,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Boltgun",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Meltagun": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": "Weapon§Meltagun"
+ }
+ ]
+ },
+ "Ministorum flamer": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 20,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 21,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 22,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Frag grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Meltagun": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": "Weapon§Meltagun"
+ }
+ ]
+ },
+ "Ministorum flamer": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 20,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 21,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 22,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "Krak grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Meltagun": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": "Weapon§Meltagun"
+ }
+ ]
+ },
+ "Ministorum flamer": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 20,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 21,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 22,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout5": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 5,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Meltagun": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": "Weapon§Meltagun"
+ }
+ ]
+ },
+ "Ministorum flamer": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 20,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 21,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 22,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Celestian",
+ "iterations": 1
+ }
+ ]
+ }
+ }
+ },
+ "Model§Celestian Sacresant": {
+ "stats": {
+ "Points": {
+ "value": 14
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 2
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "Bolt pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Anointed halberd": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Anointed halberd"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Hallowed mace": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Hallowed mace"
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Spear of the faithful": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Spear of the faithful"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Hallowed mace",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Anointed halberd": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Anointed halberd"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Hallowed mace": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Hallowed mace"
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Spear of the faithful": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Spear of the faithful"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Frag grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Anointed halberd": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Anointed halberd"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Hallowed mace": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Hallowed mace"
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Spear of the faithful": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Spear of the faithful"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "Krak grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Anointed halberd": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Anointed halberd"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Hallowed mace": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Hallowed mace"
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Spear of the faithful": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Spear of the faithful"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout5": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 5,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Anointed halberd": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Anointed halberd"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Hallowed mace": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Hallowed mace"
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Spear of the faithful": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Spear of the faithful"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Celestian Superior (Celestian Squad (Legendary))": {
+ "stats": {
+ "Points": {
+ "value": 10
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 3
},
"Ld": {
"value": 9
@@ -16098,13 +13244,1363 @@
}
}
},
+ "Model§Celestian Superior (Celestian Squad)": {
+ "stats": {
+ "Points": {
+ "value": 12
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "Bolt pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Meltagun": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": "Weapon§Meltagun"
+ }
+ ]
+ },
+ "Ministorum flamer": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 20,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 21,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 22,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Boltgun",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Meltagun": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": "Weapon§Meltagun"
+ }
+ ]
+ },
+ "Ministorum flamer": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 20,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 21,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 22,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Frag grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Meltagun": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": "Weapon§Meltagun"
+ }
+ ]
+ },
+ "Ministorum flamer": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 20,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 21,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 22,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "Krak grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Meltagun": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": "Weapon§Meltagun"
+ }
+ ]
+ },
+ "Ministorum flamer": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 20,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 21,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 22,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout5": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 5,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Meltagun": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": "Weapon§Meltagun"
+ }
+ ]
+ },
+ "Ministorum flamer": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 20,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 21,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 22,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Celestian Superior",
+ "iterations": 1
+ }
+ ]
+ }
+ }
+ },
+ "Model§Celestine": {
+ "stats": {
+ "Points": {
+ "value": 0
+ },
+ "M": {
+ "value": 12
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 6
+ },
+ "A": {
+ "value": 6
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 2
+ },
+ "Base": {
+ "value": "40mm"
+ },
+ "loadout1": {
+ "value": "The Ardent Blade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "The Ardent Blade": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§The Ardent Blade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "The Ardent Blade": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§The Ardent Blade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Crusader": {
+ "stats": {
+ "Points": {
+ "value": 11
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 4
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Power sword",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Power sword": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Power sword": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Death Cult Assassin": {
+ "stats": {
+ "Points": {
+ "value": 13
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 4
+ },
+ "S": {
+ "value": 4
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 5
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Death Cult power blades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Death Cult power blades": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Death Cult power blades"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Death Cult power blades": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Death Cult power blades"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
"Model§Dominion (Dominion Squad (Legendary))": {
"stats": {
"Points": {
"value": 10
},
"M": {
- "value": "6"
+ "value": 6
},
"WS": {
"value": 4
@@ -16122,7 +14618,7 @@
"value": 1
},
"A": {
- "value": "1"
+ "value": 1
},
"Ld": {
"value": 7
@@ -16470,13 +14966,13 @@
}
}
},
- "Model§Dominion Superior (Dominion Squad (Legendary))": {
+ "Model§Dominion (Dominion Squad)": {
"stats": {
"Points": {
- "value": 10
+ "value": 14
},
"M": {
- "value": "6"
+ "value": 6
},
"WS": {
"value": 4
@@ -16494,7 +14990,854 @@
"value": 1
},
"A": {
- "value": "2"
+ "value": 1
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "Bolt pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Meltagun": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Meltagun"
+ }
+ ]
+ },
+ "Ministorum flamer": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Boltgun",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Meltagun": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Meltagun"
+ }
+ ]
+ },
+ "Ministorum flamer": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Frag grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Meltagun": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Meltagun"
+ }
+ ]
+ },
+ "Ministorum flamer": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "Krak grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Meltagun": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Meltagun"
+ }
+ ]
+ },
+ "Ministorum flamer": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout5": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 5,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Meltagun": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Meltagun"
+ }
+ ]
+ },
+ "Ministorum flamer": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Dominion",
+ "iterations": 1
+ }
+ ]
+ }
+ }
+ },
+ "Model§Dominion Superior (Dominion Squad (Legendary))": {
+ "stats": {
+ "Points": {
+ "value": 10
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 4
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 2
},
"Ld": {
"value": 8
@@ -16842,71 +16185,14 @@
}
}
},
- "Model§Preacher (Preacher (Legendary))": {
+ "Model§Dominion Superior (Dominion Squad)": {
"stats": {
"Points": {
- "value": 30
+ "value": 14
},
"M": {
- "value": "6"
- },
- "WS": {
- "value": 4
- },
- "BS": {
- "value": 4
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 4
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
"value": 6
},
- "Base": {
- "value": "25mm"
- }
- },
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Preacher",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Retributor (Retributor Squad (Legendary))": {
- "stats": {
- "Points": {
- "value": 10
- },
- "M": {
- "value": "6"
- },
"WS": {
"value": 4
},
@@ -16923,379 +16209,7 @@
"value": 1
},
"A": {
- "value": "1"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Bolt pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Bolt pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Frag grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Power axe": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power axe"
- }
- ]
- },
- "Storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Storm bolter"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Boltgun",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Bolt pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Frag grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Power axe": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power axe"
- }
- ]
- },
- "Storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Storm bolter"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Frag grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Bolt pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Frag grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Power axe": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power axe"
- }
- ]
- },
- "Storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Storm bolter"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "Krak grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Bolt pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Frag grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Power axe": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power axe"
- }
- ]
- },
- "Storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Storm bolter"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout5": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 5,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Bolt pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Boltgun": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
- "Frag grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Power axe": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power axe"
- }
- ]
- },
- "Storm bolter": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Storm bolter"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Retributor",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Retributor Superior (Retributor Squad (Legendary))": {
- "stats": {
- "Points": {
- "value": 10
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 4
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "2"
+ "value": 2
},
"Ld": {
"value": 8
@@ -17304,7 +16218,7 @@
"value": 3
},
"Base": {
- "value": "25mm"
+ "value": "32mm"
},
"loadout1": {
"value": "Bolt pistol",
@@ -17317,8 +16231,56 @@
"-": {
"order": 0
},
- "Bolt pistol": {
+ "Combi-melta": {
"order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
"traits": [
{
"trait": "Weapon§Bolt pistol"
@@ -17326,42 +16288,89 @@
]
},
"Boltgun": {
- "order": 2,
+ "order": 10,
"traits": [
{
"trait": "Weapon§Boltgun"
}
]
},
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
"Frag grenades": {
- "order": 3,
+ "order": 12,
"traits": [
{
"trait": "Weapon§Frag grenades"
}
]
},
+ "Inferno pistol": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
"Krak grenades": {
- "order": 4,
+ "order": 14,
"traits": [
{
"trait": "Weapon§Krak grenades"
}
]
},
- "Power axe": {
- "order": 5,
+ "Meltagun": {
+ "order": 15,
"traits": [
{
- "trait": "Weapon§Power axe"
+ "trait": "Weapon§Meltagun"
}
]
},
- "Storm bolter": {
- "order": 6,
+ "Ministorum flamer": {
+ "order": 16,
"traits": [
{
- "trait": "Weapon§Storm bolter"
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
}
]
}
@@ -17380,8 +16389,56 @@
"-": {
"order": 0
},
- "Bolt pistol": {
+ "Combi-melta": {
"order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
"traits": [
{
"trait": "Weapon§Bolt pistol"
@@ -17389,42 +16446,89 @@
]
},
"Boltgun": {
- "order": 2,
+ "order": 10,
"traits": [
{
"trait": "Weapon§Boltgun"
}
]
},
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
"Frag grenades": {
- "order": 3,
+ "order": 12,
"traits": [
{
"trait": "Weapon§Frag grenades"
}
]
},
+ "Inferno pistol": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
"Krak grenades": {
- "order": 4,
+ "order": 14,
"traits": [
{
"trait": "Weapon§Krak grenades"
}
]
},
- "Power axe": {
- "order": 5,
+ "Meltagun": {
+ "order": 15,
"traits": [
{
- "trait": "Weapon§Power axe"
+ "trait": "Weapon§Meltagun"
}
]
},
- "Storm bolter": {
- "order": 6,
+ "Ministorum flamer": {
+ "order": 16,
"traits": [
{
- "trait": "Weapon§Storm bolter"
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
}
]
}
@@ -17443,8 +16547,56 @@
"-": {
"order": 0
},
- "Bolt pistol": {
+ "Combi-melta": {
"order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
"traits": [
{
"trait": "Weapon§Bolt pistol"
@@ -17452,42 +16604,89 @@
]
},
"Boltgun": {
- "order": 2,
+ "order": 10,
"traits": [
{
"trait": "Weapon§Boltgun"
}
]
},
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
"Frag grenades": {
- "order": 3,
+ "order": 12,
"traits": [
{
"trait": "Weapon§Frag grenades"
}
]
},
+ "Inferno pistol": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
"Krak grenades": {
- "order": 4,
+ "order": 14,
"traits": [
{
"trait": "Weapon§Krak grenades"
}
]
},
- "Power axe": {
- "order": 5,
+ "Meltagun": {
+ "order": 15,
"traits": [
{
- "trait": "Weapon§Power axe"
+ "trait": "Weapon§Meltagun"
}
]
},
- "Storm bolter": {
- "order": 6,
+ "Ministorum flamer": {
+ "order": 16,
"traits": [
{
- "trait": "Weapon§Storm bolter"
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
}
]
}
@@ -17506,8 +16705,56 @@
"-": {
"order": 0
},
- "Bolt pistol": {
+ "Combi-melta": {
"order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
"traits": [
{
"trait": "Weapon§Bolt pistol"
@@ -17515,42 +16762,89 @@
]
},
"Boltgun": {
- "order": 2,
+ "order": 10,
"traits": [
{
"trait": "Weapon§Boltgun"
}
]
},
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
"Frag grenades": {
- "order": 3,
+ "order": 12,
"traits": [
{
"trait": "Weapon§Frag grenades"
}
]
},
+ "Inferno pistol": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
"Krak grenades": {
- "order": 4,
+ "order": 14,
"traits": [
{
"trait": "Weapon§Krak grenades"
}
]
},
- "Power axe": {
- "order": 5,
+ "Meltagun": {
+ "order": 15,
"traits": [
{
- "trait": "Weapon§Power axe"
+ "trait": "Weapon§Meltagun"
}
]
},
- "Storm bolter": {
- "order": 6,
+ "Ministorum flamer": {
+ "order": 16,
"traits": [
{
- "trait": "Weapon§Storm bolter"
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
}
]
}
@@ -17569,8 +16863,56 @@
"-": {
"order": 0
},
- "Bolt pistol": {
+ "Combi-melta": {
"order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
"traits": [
{
"trait": "Weapon§Bolt pistol"
@@ -17578,42 +16920,89 @@
]
},
"Boltgun": {
- "order": 2,
+ "order": 10,
"traits": [
{
"trait": "Weapon§Boltgun"
}
]
},
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
"Frag grenades": {
- "order": 3,
+ "order": 12,
"traits": [
{
"trait": "Weapon§Frag grenades"
}
]
},
+ "Inferno pistol": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
"Krak grenades": {
- "order": 4,
+ "order": 14,
"traits": [
{
"trait": "Weapon§Krak grenades"
}
]
},
- "Power axe": {
- "order": 5,
+ "Meltagun": {
+ "order": 15,
"traits": [
{
- "trait": "Weapon§Power axe"
+ "trait": "Weapon§Meltagun"
}
]
},
- "Storm bolter": {
- "order": 6,
+ "Ministorum flamer": {
+ "order": 16,
"traits": [
{
- "trait": "Weapon§Storm bolter"
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
}
]
}
@@ -17636,7 +17025,7 @@
]
],
"actionType": "set",
- "value": "Retributor Superior",
+ "value": "Dominion Superior",
"iterations": 1
}
]
@@ -17649,7 +17038,7 @@
"value": 0
},
"M": {
- "value": "8"
+ "value": 8
},
"WS": {
"value": 2
@@ -17667,7 +17056,7 @@
"value": 6
},
"A": {
- "value": "5"
+ "value": 5
},
"Ld": {
"value": 9
@@ -18035,13 +17424,325 @@
}
}
},
+ "Model§Geminae Superia": {
+ "stats": {
+ "Points": {
+ "value": 0
+ },
+ "M": {
+ "value": 12
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 2
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "Bolt pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "The Ardent Blade": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§The Ardent Blade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Power sword",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "The Ardent Blade": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§The Ardent Blade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Frag grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "The Ardent Blade": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§The Ardent Blade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "Krak grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "The Ardent Blade": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§The Ardent Blade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout5": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 5,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "The Ardent Blade": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§The Ardent Blade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
"Model§Kyganil": {
"stats": {
"Points": {
"value": 0
},
"M": {
- "value": "8"
+ "value": 8
},
"WS": {
"value": 2
@@ -18059,7 +17760,7 @@
"value": 5
},
"A": {
- "value": "4"
+ "value": 4
},
"Ld": {
"value": 8
@@ -18356,43 +18057,43 @@
}
}
},
- "Model§Palatine": {
+ "Model§Mortifier": {
"stats": {
"Points": {
- "value": 45
+ "value": 60
},
"M": {
- "value": "6"
+ "value": 8
},
"WS": {
- "value": 2
+ "value": 3
},
"BS": {
- "value": 2
+ "value": 3
},
"S": {
- "value": 3
+ "value": 5
},
"T": {
- "value": 3
+ "value": 5
},
"W": {
+ "value": 5
+ },
+ "A": {
"value": 4
},
- "A": {
- "value": "3"
- },
"Ld": {
"value": 8
},
"Sv": {
- "value": 3
+ "value": 4
},
"Base": {
- "value": "32mm"
+ "value": "50mm"
},
"loadout1": {
- "value": "Bolt pistol",
+ "value": "Heavy bolter",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -18402,43 +18103,35 @@
"-": {
"order": 0
},
- "Plasma pistol": {
+ "Heavy bolter": {
"order": 1,
"traits": [
{
- "trait": "Wargear§Plasma pistol"
+ "trait": "Weapon§Heavy bolter"
}
]
},
- "Bolt pistol": {
+ "Ministorum heavy flamer": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Bolt pistol"
+ "trait": "Weapon§Ministorum heavy flamer"
}
]
},
- "Frag grenades": {
+ "Penitent buzz-blade": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Frag grenades"
+ "trait": "Weapon§Penitent buzz-blade"
}
]
},
- "Krak grenades": {
+ "Penitent flail": {
"order": 4,
"traits": [
{
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Power sword": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power sword"
+ "trait": "Weapon§Penitent flail"
}
]
}
@@ -18447,7 +18140,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Power sword",
+ "value": "Penitent buzz-blade",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -18457,43 +18150,35 @@
"-": {
"order": 0
},
- "Plasma pistol": {
+ "Heavy bolter": {
"order": 1,
"traits": [
{
- "trait": "Wargear§Plasma pistol"
+ "trait": "Weapon§Heavy bolter"
}
]
},
- "Bolt pistol": {
+ "Ministorum heavy flamer": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Bolt pistol"
+ "trait": "Weapon§Ministorum heavy flamer"
}
]
},
- "Frag grenades": {
+ "Penitent buzz-blade": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Frag grenades"
+ "trait": "Weapon§Penitent buzz-blade"
}
]
},
- "Krak grenades": {
+ "Penitent flail": {
"order": 4,
"traits": [
{
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Power sword": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power sword"
+ "trait": "Weapon§Penitent flail"
}
]
}
@@ -18502,7 +18187,7 @@
"dynamic": true
},
"loadout3": {
- "value": "Frag grenades",
+ "value": "-",
"label": "Loadout",
"statType": "rank",
"statOrder": 3,
@@ -18512,153 +18197,35 @@
"-": {
"order": 0
},
- "Plasma pistol": {
+ "Heavy bolter": {
"order": 1,
"traits": [
{
- "trait": "Wargear§Plasma pistol"
+ "trait": "Weapon§Heavy bolter"
}
]
},
- "Bolt pistol": {
+ "Ministorum heavy flamer": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Bolt pistol"
+ "trait": "Weapon§Ministorum heavy flamer"
}
]
},
- "Frag grenades": {
+ "Penitent buzz-blade": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Frag grenades"
+ "trait": "Weapon§Penitent buzz-blade"
}
]
},
- "Krak grenades": {
+ "Penitent flail": {
"order": 4,
"traits": [
{
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Power sword": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "Krak grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Power sword": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout5": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 5,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Power sword": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power sword"
+ "trait": "Weapon§Penitent flail"
}
]
}
@@ -18668,1682 +18235,31 @@
}
}
},
- "Model§Morvenn Vahl": {
- "stats": {
- "Points": {
- "value": 280
- },
- "M": {
- "value": "8"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 5
- },
- "T": {
- "value": 5
- },
- "W": {
- "value": 8
- },
- "A": {
- "value": "5"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 2
- },
- "Base": {
- "value": "60mm"
- },
- "loadout1": {
- "value": "Fidelis",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Lance of Illumination": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Lance of Illumination"
- }
- ]
- },
- "Paragon missile launcher": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Paragon missile launcher"
- }
- ]
- },
- "Fidelis": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Fidelis"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Paragon missile launcher",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Lance of Illumination": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Lance of Illumination"
- }
- ]
- },
- "Paragon missile launcher": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Paragon missile launcher"
- }
- ]
- },
- "Fidelis": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Fidelis"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Lance of Illumination",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Lance of Illumination": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Lance of Illumination"
- }
- ]
- },
- "Paragon missile launcher": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Paragon missile launcher"
- }
- ]
- },
- "Fidelis": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Fidelis"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Lance of Illumination": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Lance of Illumination"
- }
- ]
- },
- "Paragon missile launcher": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Paragon missile launcher"
- }
- ]
- },
- "Fidelis": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Fidelis"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Aestred Thurga": {
+ "Model§Novitiate Superior": {
"stats": {
"Points": {
"value": 0
},
"M": {
- "value": "6"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 5
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "32mm"
- },
- "loadout1": {
- "value": "Bolt pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Blade of Vigil": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Blade of Vigil"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Scribe’s staff": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Scribe’s staff"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Blade of Vigil",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Blade of Vigil": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Blade of Vigil"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Scribe’s staff": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Scribe’s staff"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Frag grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Blade of Vigil": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Blade of Vigil"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Scribe’s staff": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Scribe’s staff"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "Krak grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Blade of Vigil": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Blade of Vigil"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Scribe’s staff": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Scribe’s staff"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout5": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 5,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Blade of Vigil": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Blade of Vigil"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Scribe’s staff": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Scribe’s staff"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Agathae Dolan": {
- "stats": {
- "Points": {
- "value": 0
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 4
- },
- "BS": {
- "value": 4
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 4
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
"value": 6
},
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Bolt pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Blade of Vigil": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Blade of Vigil"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Scribe’s staff": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Scribe’s staff"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Scribe’s staff",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Blade of Vigil": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Blade of Vigil"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Scribe’s staff": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Scribe’s staff"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Blade of Vigil": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Blade of Vigil"
- }
- ]
- },
- "Bolt pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Krak grenades": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Scribe’s staff": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Scribe’s staff"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Celestian Sacresant": {
- "stats": {
- "Points": {
- "value": 14
- },
- "M": {
- "value": "6"
- },
"WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 2
- },
- "Base": {
- "value": "32mm"
- },
- "loadout1": {
- "value": "Bolt pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Anointed halberd": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Anointed halberd"
- }
- ]
- },
- "Bolt pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Hallowed mace": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Hallowed mace"
- }
- ]
- },
- "Inferno pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Spear of the faithful": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Spear of the faithful"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Hallowed mace",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Anointed halberd": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Anointed halberd"
- }
- ]
- },
- "Bolt pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Hallowed mace": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Hallowed mace"
- }
- ]
- },
- "Inferno pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Spear of the faithful": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Spear of the faithful"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Frag grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Anointed halberd": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Anointed halberd"
- }
- ]
- },
- "Bolt pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Hallowed mace": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Hallowed mace"
- }
- ]
- },
- "Inferno pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Spear of the faithful": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Spear of the faithful"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "Krak grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Anointed halberd": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Anointed halberd"
- }
- ]
- },
- "Bolt pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Hallowed mace": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Hallowed mace"
- }
- ]
- },
- "Inferno pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Spear of the faithful": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Spear of the faithful"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout5": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 5,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Anointed halberd": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Anointed halberd"
- }
- ]
- },
- "Bolt pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Hallowed mace": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Hallowed mace"
- }
- ]
- },
- "Inferno pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Spear of the faithful": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Spear of the faithful"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Sacresant Superior": {
- "stats": {
- "Points": {
- "value": 14
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 2
- },
- "Base": {
- "value": "32mm"
- },
- "loadout1": {
- "value": "Bolt pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Anointed halberd": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Anointed halberd"
- }
- ]
- },
- "Bolt pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Hallowed mace": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Hallowed mace"
- }
- ]
- },
- "Inferno pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Spear of the faithful": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Spear of the faithful"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Hallowed mace",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Anointed halberd": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Anointed halberd"
- }
- ]
- },
- "Bolt pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Hallowed mace": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Hallowed mace"
- }
- ]
- },
- "Inferno pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Spear of the faithful": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Spear of the faithful"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Frag grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Anointed halberd": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Anointed halberd"
- }
- ]
- },
- "Bolt pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Hallowed mace": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Hallowed mace"
- }
- ]
- },
- "Inferno pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Spear of the faithful": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Spear of the faithful"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "Krak grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Anointed halberd": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Anointed halberd"
- }
- ]
- },
- "Bolt pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Hallowed mace": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Hallowed mace"
- }
- ]
- },
- "Inferno pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Spear of the faithful": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Spear of the faithful"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout5": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 5,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma pistol"
- }
- ]
- },
- "Anointed halberd": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Anointed halberd"
- }
- ]
- },
- "Bolt pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Bolt pistol"
- }
- ]
- },
- "Frag grenades": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Frag grenades"
- }
- ]
- },
- "Hallowed mace": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Hallowed mace"
- }
- ]
- },
- "Inferno pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Inferno pistol"
- }
- ]
- },
- "Krak grenades": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Krak grenades"
- }
- ]
- },
- "Ministorum hand flamer": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Ministorum hand flamer"
- }
- ]
- },
- "Spear of the faithful": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Spear of the faithful"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Dogmata": {
- "stats": {
- "Points": {
- "value": 65
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
"value": 4
},
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
"A": {
- "value": "3"
+ "value": 2
},
"Ld": {
"value": 8
@@ -20365,16 +18281,55 @@
"-": {
"order": 0
},
- "Bolt pistol": {
+ "Plasma pistol": {
"order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Plasma pistol",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Auto pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Auto pistol"
+ }
+ ]
+ },
+ "Autogun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Autogun"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 4,
"traits": [
{
"trait": "Weapon§Bolt pistol"
}
]
},
+ "Boltgun": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
"Frag grenades": {
- "order": 2,
+ "order": 6,
"traits": [
{
"trait": "Weapon§Frag grenades"
@@ -20382,18 +18337,41 @@
]
},
"Krak grenades": {
- "order": 3,
+ "order": 7,
"traits": [
{
"trait": "Weapon§Krak grenades"
}
]
},
- "Mace of the righteous": {
- "order": 4,
+ "Ministorum flamer": {
+ "order": 8,
"traits": [
{
- "trait": "Weapon§Mace of the righteous"
+ "trait": {
+ "item": "Weapon§Ministorum flamer",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Novitiate melee weapons": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Novitiate melee weapons"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
}
]
}
@@ -20402,7 +18380,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Mace of the righteous",
+ "value": "Boltgun",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -20412,16 +18390,55 @@
"-": {
"order": 0
},
- "Bolt pistol": {
+ "Plasma pistol": {
"order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Plasma pistol",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Auto pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Auto pistol"
+ }
+ ]
+ },
+ "Autogun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Autogun"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 4,
"traits": [
{
"trait": "Weapon§Bolt pistol"
}
]
},
+ "Boltgun": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
"Frag grenades": {
- "order": 2,
+ "order": 6,
"traits": [
{
"trait": "Weapon§Frag grenades"
@@ -20429,18 +18446,41 @@
]
},
"Krak grenades": {
- "order": 3,
+ "order": 7,
"traits": [
{
"trait": "Weapon§Krak grenades"
}
]
},
- "Mace of the righteous": {
- "order": 4,
+ "Ministorum flamer": {
+ "order": 8,
"traits": [
{
- "trait": "Weapon§Mace of the righteous"
+ "trait": {
+ "item": "Weapon§Ministorum flamer",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Novitiate melee weapons": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Novitiate melee weapons"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
}
]
}
@@ -20459,16 +18499,55 @@
"-": {
"order": 0
},
- "Bolt pistol": {
+ "Plasma pistol": {
"order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Plasma pistol",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Auto pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Auto pistol"
+ }
+ ]
+ },
+ "Autogun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Autogun"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 4,
"traits": [
{
"trait": "Weapon§Bolt pistol"
}
]
},
+ "Boltgun": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
"Frag grenades": {
- "order": 2,
+ "order": 6,
"traits": [
{
"trait": "Weapon§Frag grenades"
@@ -20476,18 +18555,41 @@
]
},
"Krak grenades": {
- "order": 3,
+ "order": 7,
"traits": [
{
"trait": "Weapon§Krak grenades"
}
]
},
- "Mace of the righteous": {
- "order": 4,
+ "Ministorum flamer": {
+ "order": 8,
"traits": [
{
- "trait": "Weapon§Mace of the righteous"
+ "trait": {
+ "item": "Weapon§Ministorum flamer",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Novitiate melee weapons": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Novitiate melee weapons"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
}
]
}
@@ -20506,16 +18608,55 @@
"-": {
"order": 0
},
- "Bolt pistol": {
+ "Plasma pistol": {
"order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Plasma pistol",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Auto pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Auto pistol"
+ }
+ ]
+ },
+ "Autogun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Autogun"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 4,
"traits": [
{
"trait": "Weapon§Bolt pistol"
}
]
},
+ "Boltgun": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
"Frag grenades": {
- "order": 2,
+ "order": 6,
"traits": [
{
"trait": "Weapon§Frag grenades"
@@ -20523,18 +18664,41 @@
]
},
"Krak grenades": {
- "order": 3,
+ "order": 7,
"traits": [
{
"trait": "Weapon§Krak grenades"
}
]
},
- "Mace of the righteous": {
- "order": 4,
+ "Ministorum flamer": {
+ "order": 8,
"traits": [
{
- "trait": "Weapon§Mace of the righteous"
+ "trait": {
+ "item": "Weapon§Ministorum flamer",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Novitiate melee weapons": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Novitiate melee weapons"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
}
]
}
@@ -20553,16 +18717,55 @@
"-": {
"order": 0
},
- "Bolt pistol": {
+ "Plasma pistol": {
"order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Plasma pistol",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Auto pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Auto pistol"
+ }
+ ]
+ },
+ "Autogun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Autogun"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 4,
"traits": [
{
"trait": "Weapon§Bolt pistol"
}
]
},
+ "Boltgun": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
"Frag grenades": {
- "order": 2,
+ "order": 6,
"traits": [
{
"trait": "Weapon§Frag grenades"
@@ -20570,18 +18773,41 @@
]
},
"Krak grenades": {
- "order": 3,
+ "order": 7,
"traits": [
{
"trait": "Weapon§Krak grenades"
}
]
},
- "Mace of the righteous": {
- "order": 4,
+ "Ministorum flamer": {
+ "order": 8,
"traits": [
{
- "trait": "Weapon§Mace of the righteous"
+ "trait": {
+ "item": "Weapon§Ministorum flamer",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Novitiate melee weapons": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Novitiate melee weapons"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
}
]
}
@@ -20597,7 +18823,7 @@
"value": 0
},
"M": {
- "value": "8"
+ "value": 8
},
"WS": {
"value": 3
@@ -20615,7 +18841,7 @@
"value": 4
},
"A": {
- "value": "3"
+ "value": 3
},
"Ld": {
"value": 8
@@ -21285,7 +19511,7 @@
"value": 0
},
"M": {
- "value": "8"
+ "value": 8
},
"WS": {
"value": 3
@@ -21303,7 +19529,7 @@
"value": 4
},
"A": {
- "value": "4"
+ "value": 4
},
"Ld": {
"value": 9
@@ -21967,51 +20193,43 @@
}
}
},
- "Model§Castigator": {
+ "Model§Penitent Engine": {
"stats": {
"Points": {
- "value": 135
+ "value": 50
},
"M": {
- "value": "12"
+ "value": 8
},
"WS": {
- "value": 6
+ "value": 4
},
"BS": {
- "value": 3
+ "value": 4
},
"S": {
- "value": 6
+ "value": 5
},
"T": {
- "value": 7
+ "value": 5
},
"W": {
- "value": 11,
- "max": 11,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
+ "value": 5
},
"A": {
- "value": "3"
+ "value": 4
},
"Ld": {
"value": 8
},
"Sv": {
- "value": 3
+ "value": 4
},
"Base": {
- "value": "Use model"
+ "value": "50mm"
},
"loadout1": {
- "value": "Castigator autocannons",
+ "value": "Ministorum heavy flamer",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -22021,50 +20239,27 @@
"-": {
"order": 0
},
- "Castigator battle cannon": {
+ "Ministorum heavy flamer": {
"order": 1,
"traits": [
{
- "trait": "Wargear§Castigator battle cannon"
+ "trait": "Weapon§Ministorum heavy flamer"
}
]
},
- "Castigator autocannons": {
+ "Penitent buzz-blade": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Castigator autocannons"
+ "trait": "Weapon§Penitent buzz-blade"
}
]
},
- "Heavy bolter": {
+ "Penitent flail": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Heavy bolter"
- }
- ]
- },
- "Hunter-killer missile": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Hunter-killer missile"
- }
- ]
- },
- "Storm bolter": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Storm bolter",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
+ "trait": "Weapon§Penitent flail"
}
]
}
@@ -22073,7 +20268,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Heavy bolter",
+ "value": "Penitent buzz-blade",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -22083,50 +20278,27 @@
"-": {
"order": 0
},
- "Castigator battle cannon": {
+ "Ministorum heavy flamer": {
"order": 1,
"traits": [
{
- "trait": "Wargear§Castigator battle cannon"
+ "trait": "Weapon§Ministorum heavy flamer"
}
]
},
- "Castigator autocannons": {
+ "Penitent buzz-blade": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Castigator autocannons"
+ "trait": "Weapon§Penitent buzz-blade"
}
]
},
- "Heavy bolter": {
+ "Penitent flail": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Heavy bolter"
- }
- ]
- },
- "Hunter-killer missile": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Hunter-killer missile"
- }
- ]
- },
- "Storm bolter": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Storm bolter",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
+ "trait": "Weapon§Penitent flail"
}
]
}
@@ -22145,50 +20317,27 @@
"-": {
"order": 0
},
- "Castigator battle cannon": {
+ "Ministorum heavy flamer": {
"order": 1,
"traits": [
{
- "trait": "Wargear§Castigator battle cannon"
+ "trait": "Weapon§Ministorum heavy flamer"
}
]
},
- "Castigator autocannons": {
+ "Penitent buzz-blade": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Castigator autocannons"
+ "trait": "Weapon§Penitent buzz-blade"
}
]
},
- "Heavy bolter": {
+ "Penitent flail": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Heavy bolter"
- }
- ]
- },
- "Hunter-killer missile": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Hunter-killer missile"
- }
- ]
- },
- "Storm bolter": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Storm bolter",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
+ "trait": "Weapon§Penitent flail"
}
]
}
@@ -22196,253 +20345,16 @@
"visibility": "active",
"dynamic": true
}
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "5",
- "min": "3",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "6",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "2",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "3",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
- }
}
},
- "Model§Taddeus the Purifier": {
+ "Model§Retributor (Retributor Squad (Legendary))": {
"stats": {
"Points": {
- "value": 55
+ "value": 10
},
"M": {
- "value": "6"
- },
- "WS": {
- "value": 4
- },
- "BS": {
- "value": 4
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 4
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
"value": 6
},
- "Base": {
- "value": "32mm"
- }
- }
- },
- "Model§Pious Vorne": {
- "stats": {
- "Points": {
- "value": 30
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 4
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 3
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 7
- },
- "Base": {
- "value": "32mm"
- }
- }
- },
- "Model§Gotfret de Montbard": {
- "stats": {
- "Points": {
- "value": 40
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 4
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 4
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "32mm"
- }
- }
- },
- "Model§Sister Novitiate": {
- "stats": {
- "Points": {
- "value": 0
- },
- "M": {
- "value": "6"
- },
"WS": {
"value": 4
},
@@ -22459,7 +20371,3819 @@
"value": 1
},
"A": {
- "value": "1"
+ "value": 1
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Bolt pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power axe": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power axe"
+ }
+ ]
+ },
+ "Storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Storm bolter"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Boltgun",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power axe": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power axe"
+ }
+ ]
+ },
+ "Storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Storm bolter"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Frag grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power axe": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power axe"
+ }
+ ]
+ },
+ "Storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Storm bolter"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "Krak grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power axe": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power axe"
+ }
+ ]
+ },
+ "Storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Storm bolter"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout5": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 5,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power axe": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power axe"
+ }
+ ]
+ },
+ "Storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Storm bolter"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Retributor",
+ "iterations": 1
+ }
+ ]
+ }
+ }
+ },
+ "Model§Retributor (Retributor Squad)": {
+ "stats": {
+ "Points": {
+ "value": 12
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 4
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 1
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "Bolt pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Boltgun",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Frag grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "Krak grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout5": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 5,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Retributor",
+ "iterations": 1
+ }
+ ]
+ }
+ }
+ },
+ "Model§Retributor Superior (Retributor Squad (Legendary))": {
+ "stats": {
+ "Points": {
+ "value": 10
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 4
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Bolt pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power axe": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power axe"
+ }
+ ]
+ },
+ "Storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Storm bolter"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Boltgun",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power axe": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power axe"
+ }
+ ]
+ },
+ "Storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Storm bolter"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Frag grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power axe": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power axe"
+ }
+ ]
+ },
+ "Storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Storm bolter"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "Krak grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power axe": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power axe"
+ }
+ ]
+ },
+ "Storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Storm bolter"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout5": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 5,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power axe": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power axe"
+ }
+ ]
+ },
+ "Storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Storm bolter"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Retributor Superior",
+ "iterations": 1
+ }
+ ]
+ }
+ }
+ },
+ "Model§Retributor Superior (Retributor Squad)": {
+ "stats": {
+ "Points": {
+ "value": 12
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 4
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "Bolt pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Boltgun",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Frag grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "Krak grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout5": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 5,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Retributor Superior",
+ "iterations": 1
+ }
+ ]
+ }
+ }
+ },
+ "Model§Sacresant Superior": {
+ "stats": {
+ "Points": {
+ "value": 14
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 2
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "Bolt pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Anointed halberd": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Anointed halberd"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Hallowed mace": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Hallowed mace"
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Spear of the faithful": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Spear of the faithful"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Hallowed mace",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Anointed halberd": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Anointed halberd"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Hallowed mace": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Hallowed mace"
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Spear of the faithful": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Spear of the faithful"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Frag grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Anointed halberd": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Anointed halberd"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Hallowed mace": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Hallowed mace"
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Spear of the faithful": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Spear of the faithful"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "Krak grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Anointed halberd": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Anointed halberd"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Hallowed mace": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Hallowed mace"
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Spear of the faithful": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Spear of the faithful"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout5": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 5,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Anointed halberd": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Anointed halberd"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Hallowed mace": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Hallowed mace"
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Spear of the faithful": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Spear of the faithful"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Seraphim": {
+ "stats": {
+ "Points": {
+ "value": 12
+ },
+ "M": {
+ "value": 12
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "Bolt pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Frag grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Krak grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Seraphim Superior": {
+ "stats": {
+ "Points": {
+ "value": 12
+ },
+ "M": {
+ "value": 12
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "Bolt pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Frag grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Krak grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Sister Novitiate": {
+ "stats": {
+ "Points": {
+ "value": 0
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 4
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 1
},
"Ld": {
"value": 7
@@ -23017,13 +24741,96 @@
}
}
},
- "Model§Novitiate Superior": {
+ "Model§Sister Repentia": {
"stats": {
"Points": {
- "value": 0
+ "value": 14
},
"M": {
- "value": "6"
+ "value": 6
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 7
+ },
+ "Base": {
+ "value": "28mm"
+ },
+ "loadout1": {
+ "value": "Penitent eviscerator",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Penitent eviscerator": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Penitent eviscerator"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Penitent eviscerator": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Penitent eviscerator"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Sister Superior (Battle Sister Squad (Legendary))": {
+ "stats": {
+ "Points": {
+ "value": 9
+ },
+ "M": {
+ "value": 6
},
"WS": {
"value": 4
@@ -23041,7 +24848,1416 @@
"value": 1
},
"A": {
- "value": "2"
+ "value": 2
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Bolt pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power axe": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power axe"
+ }
+ ]
+ },
+ "Storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Storm bolter"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Boltgun",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power axe": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power axe"
+ }
+ ]
+ },
+ "Storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Storm bolter"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Frag grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power axe": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power axe"
+ }
+ ]
+ },
+ "Storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Storm bolter"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "Krak grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power axe": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power axe"
+ }
+ ]
+ },
+ "Storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Storm bolter"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout5": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 5,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bolt pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power axe": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power axe"
+ }
+ ]
+ },
+ "Storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Storm bolter"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Sister Superior",
+ "iterations": 1
+ }
+ ]
+ }
+ }
+ },
+ "Model§Sister Superior (Battle Sisters Squad)": {
+ "stats": {
+ "Points": {
+ "value": 11
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 4
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "Bolt pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Meltagun": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": "Weapon§Meltagun"
+ }
+ ]
+ },
+ "Ministorum flamer": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 20,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 21,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 22,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Boltgun",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Meltagun": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": "Weapon§Meltagun"
+ }
+ ]
+ },
+ "Ministorum flamer": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 20,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 21,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 22,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Frag grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Meltagun": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": "Weapon§Meltagun"
+ }
+ ]
+ },
+ "Ministorum flamer": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 20,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 21,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 22,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "Krak grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Meltagun": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": "Weapon§Meltagun"
+ }
+ ]
+ },
+ "Ministorum flamer": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 20,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 21,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 22,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout5": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 5,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Combi-melta": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-melta"
+ }
+ ]
+ },
+ "Combi-plasma": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Combi-plasma"
+ }
+ ]
+ },
+ "Condemnor boltgun": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Condemnor boltgun"
+ }
+ ]
+ },
+ "Ministorum combi-flamer": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Ministorum combi-flamer"
+ }
+ ]
+ },
+ "Plasma pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Artificer-crafted storm bolter": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Artificer-crafted storm bolter"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Boltgun": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ },
+ "Chainsword": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Chainsword"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Heavy bolter",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Inferno pistol": {
+ "order": 14,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno pistol"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 15,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Meltagun": {
+ "order": 16,
+ "traits": [
+ {
+ "trait": "Weapon§Meltagun"
+ }
+ ]
+ },
+ "Ministorum flamer": {
+ "order": 17,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum flamer"
+ }
+ ]
+ },
+ "Ministorum hand flamer": {
+ "order": 18,
+ "traits": [
+ {
+ "trait": "Weapon§Ministorum hand flamer"
+ }
+ ]
+ },
+ "Ministorum heavy flamer": {
+ "order": 19,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Ministorum heavy flamer",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Multi-melta": {
+ "order": 20,
+ "traits": [
+ {
+ "trait": "Weapon§Multi-melta"
+ }
+ ]
+ },
+ "Power maul": {
+ "order": 21,
+ "traits": [
+ {
+ "trait": "Weapon§Power maul"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 22,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Sister Superior",
+ "iterations": 1
+ }
+ ]
+ }
+ }
+ },
+ "Model§Zephyrim": {
+ "stats": {
+ "Points": {
+ "value": 15
+ },
+ "M": {
+ "value": 12
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 3
},
"Ld": {
"value": 8
@@ -23067,51 +26283,20 @@
"order": 1,
"traits": [
{
- "trait": {
- "item": "Wargear§Plasma pistol",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Auto pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Auto pistol"
- }
- ]
- },
- "Autogun": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Autogun"
+ "trait": "Wargear§Plasma pistol"
}
]
},
"Bolt pistol": {
- "order": 4,
+ "order": 2,
"traits": [
{
"trait": "Weapon§Bolt pistol"
}
]
},
- "Boltgun": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
"Frag grenades": {
- "order": 6,
+ "order": 3,
"traits": [
{
"trait": "Weapon§Frag grenades"
@@ -23119,38 +26304,15 @@
]
},
"Krak grenades": {
- "order": 7,
+ "order": 4,
"traits": [
{
"trait": "Weapon§Krak grenades"
}
]
},
- "Ministorum flamer": {
- "order": 8,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum flamer",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Novitiate melee weapons": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Novitiate melee weapons"
- }
- ]
- },
"Power sword": {
- "order": 10,
+ "order": 5,
"traits": [
{
"trait": "Weapon§Power sword"
@@ -23162,7 +26324,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Boltgun",
+ "value": "Power sword",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -23176,51 +26338,20 @@
"order": 1,
"traits": [
{
- "trait": {
- "item": "Wargear§Plasma pistol",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Auto pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Auto pistol"
- }
- ]
- },
- "Autogun": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Autogun"
+ "trait": "Wargear§Plasma pistol"
}
]
},
"Bolt pistol": {
- "order": 4,
+ "order": 2,
"traits": [
{
"trait": "Weapon§Bolt pistol"
}
]
},
- "Boltgun": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
"Frag grenades": {
- "order": 6,
+ "order": 3,
"traits": [
{
"trait": "Weapon§Frag grenades"
@@ -23228,38 +26359,15 @@
]
},
"Krak grenades": {
- "order": 7,
+ "order": 4,
"traits": [
{
"trait": "Weapon§Krak grenades"
}
]
},
- "Ministorum flamer": {
- "order": 8,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum flamer",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Novitiate melee weapons": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Novitiate melee weapons"
- }
- ]
- },
"Power sword": {
- "order": 10,
+ "order": 5,
"traits": [
{
"trait": "Weapon§Power sword"
@@ -23285,51 +26393,20 @@
"order": 1,
"traits": [
{
- "trait": {
- "item": "Wargear§Plasma pistol",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Auto pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Auto pistol"
- }
- ]
- },
- "Autogun": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Autogun"
+ "trait": "Wargear§Plasma pistol"
}
]
},
"Bolt pistol": {
- "order": 4,
+ "order": 2,
"traits": [
{
"trait": "Weapon§Bolt pistol"
}
]
},
- "Boltgun": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
"Frag grenades": {
- "order": 6,
+ "order": 3,
"traits": [
{
"trait": "Weapon§Frag grenades"
@@ -23337,38 +26414,15 @@
]
},
"Krak grenades": {
- "order": 7,
+ "order": 4,
"traits": [
{
"trait": "Weapon§Krak grenades"
}
]
},
- "Ministorum flamer": {
- "order": 8,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum flamer",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Novitiate melee weapons": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Novitiate melee weapons"
- }
- ]
- },
"Power sword": {
- "order": 10,
+ "order": 5,
"traits": [
{
"trait": "Weapon§Power sword"
@@ -23394,51 +26448,20 @@
"order": 1,
"traits": [
{
- "trait": {
- "item": "Wargear§Plasma pistol",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Auto pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Auto pistol"
- }
- ]
- },
- "Autogun": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Autogun"
+ "trait": "Wargear§Plasma pistol"
}
]
},
"Bolt pistol": {
- "order": 4,
+ "order": 2,
"traits": [
{
"trait": "Weapon§Bolt pistol"
}
]
},
- "Boltgun": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
"Frag grenades": {
- "order": 6,
+ "order": 3,
"traits": [
{
"trait": "Weapon§Frag grenades"
@@ -23446,38 +26469,15 @@
]
},
"Krak grenades": {
- "order": 7,
+ "order": 4,
"traits": [
{
"trait": "Weapon§Krak grenades"
}
]
},
- "Ministorum flamer": {
- "order": 8,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum flamer",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Novitiate melee weapons": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Novitiate melee weapons"
- }
- ]
- },
"Power sword": {
- "order": 10,
+ "order": 5,
"traits": [
{
"trait": "Weapon§Power sword"
@@ -23503,51 +26503,20 @@
"order": 1,
"traits": [
{
- "trait": {
- "item": "Wargear§Plasma pistol",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Auto pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Auto pistol"
- }
- ]
- },
- "Autogun": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Autogun"
+ "trait": "Wargear§Plasma pistol"
}
]
},
"Bolt pistol": {
- "order": 4,
+ "order": 2,
"traits": [
{
"trait": "Weapon§Bolt pistol"
}
]
},
- "Boltgun": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- },
"Frag grenades": {
- "order": 6,
+ "order": 3,
"traits": [
{
"trait": "Weapon§Frag grenades"
@@ -23555,38 +26524,15 @@
]
},
"Krak grenades": {
- "order": 7,
+ "order": 4,
"traits": [
{
"trait": "Weapon§Krak grenades"
}
]
},
- "Ministorum flamer": {
- "order": 8,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Ministorum flamer",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Novitiate melee weapons": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Novitiate melee weapons"
- }
- ]
- },
"Power sword": {
- "order": 10,
+ "order": 5,
"traits": [
{
"trait": "Weapon§Power sword"
@@ -23599,2245 +26545,348 @@
}
}
},
- "Ability§Acts of Faith": {
- "text": "Once per phase, one unit from your army with this ability can perform one Act of Faith. To do so, you will use Miracle dice.\n\n\n\n**Gaining Miracle Dice**\n\nIf every unit from your army has the ADEPTA** SORORITAS** keyword (excluding models with the **CULT IMPERIALIS**, **AGENT OF** THE** IMPERIUM** or UNALIGNED** keywords), then:\n\n* At the start of each turn, you gain 1 Miracle dice.\n* At the end of a phase in which any of the following conditions were met, you gain 1 Miracle dice:\n\nVengeanceAny ADEPTA** SORORITAS** units from your army destroy one or more enemy units.\n\n\n\nSacrificeAny **ADEPTA SORORITAS** CHARACTER** units from your army are destroyed.\n\n\n\nNote that Miracle dice can also be gained via other rules. No matter the source, you can only gain Miracle dice from such a rule if every unit from your army has the ADEPTA** SORORITAS** keyword (excluding models with the CULT** IMPERIALIS**, AGENT** OF** THE** IMPERIUM** or UNALIGNED** keywords).\n\n\n\nEach time you gain a Miracle dice, roll one D6. The number you roll is the value of that Miracle dice. This value cannot be changed or re-rolled, unless a rule specifically states otherwise. Keep your Miracle dice to one side - this is your Miracle dice pool.\n\n\n\nDesigner’s Note:** *We recommend using differently coloured or marked dice for your Miracle dice pool, and placing them to one side of the battle.field, or some place else where you will not accidentally pick them up midgame. It is perfectly fine, if you wish, to write down the values of the Miracle dice in your pool, or to keep track of them in any other way, just so long as both players can see them.\n\n\n\nPerforming an Act of Faith**\n\nBefore making a dice roll for a model or a unit from your army with the Acts of Faith ability, if you have one or more dice in your Miracle dice pool, that unit can perform an Act of Faith. To do so, select one or more of the dice from your Miracle dice pool, instead of making any or all of those dice rolls. For each individual dice that is being rolled as part of the dice roll, you can select 1 Miracle dice from your Miracle dice pool to be substituted in place of that dice. The dice that it is being substituted for is not rolled, and instead the value of the selected Miracle dice is used as if it had been rolled. Each Miracle dice can only be selected for substitution once. Once all Miracle dice substitutions have been made, remove the chosen Miracle dice from your Miracle dice pool, and roll any remaining, unsubstituted dice that are a part of the dice roll. You can use Miracle dice when a unit performs an Act of Faith for any of the following types of dice roll:\n\n* [Advance roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance)\n* [Charge roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit)\n* [Hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)\n* [Wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)\n* [Saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw)\n* Damage roll\n* [Morale test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests)A Miracle dice is not a modifier or an inherently modified dice (so, for example, if you use a Miracle dice with a value of 1 for a Morale test, that is considered to be an unmodified roll of 1). A Miracle dice that has been used for a substitution can never be re-rolled. This means that if any [re-rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Re-rolls) occur, the number and values of any Miracle dice that have already been substituted in the dice roll remain the same for the re-roll (for example, if a single Miracle dice was used to substitute one of the values of a charge roll, and the charge roll was re-rolled, only the unsubstituted dice can be re-rolled).\n\n\n\nExample 1:** Instead of rolling one D6 to see what value is added to a unit’s Move characteristic when that unit [Advances](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance), you could use a dice from your Miracle dice pool. If the value of that dice was 5, you would add 5\" to the Move characteristic of every model in that unit for that [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE).\n\n\n\nExample 2:** Instead of rolling 2D6 to see what a unit’s [charge distance](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) is when making a charge roll, you could use either one or two dice from your Miracle dice pool. If you chose 2 Miracle dice, and the values of those dice were a 6 and a 3, the unit’s charge distance would be 9\".*\n\nERROR: The following text was found on another ability with the same name.\n\nIf your army includes any models with this ability, you will start the battle with 3 Faith Points, plus 1 additional Faith Point for every 10 models with this ability in your army (rounding down). These can be spent to attempt the Acts of Faith listed below. Each can only be attempted once per battle round, and you must spend one Faith Point each time you do so (if you have no Faith Points remaining, you cannot attempt an Act of Faith). To attempt an Act of Faith, select a unit in your army that has the Acts of Faith ability and then choose the Act of Faith you wish to attempt. Then make a Test of Faith for the unit by rolling a D6; if the result is less than that Act of Faith’s devotion value, or is an unmodified roll of 1, the test fails and nothing happens. Otherwise the test is successful and the Act of Faith takes effect.\n\n\n\n**Hand of the Emperor**\n\n*Devotion value 4\n\nUse this Act of Faith at the start of your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE). If successful, add 3\" to the selected unit’s Move characteristic until the end of that phase.\n\n\n\nSpirit of the Martyr**\n\nDevotion value 3*\n\nUse this Act of Faith at the start of your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE). If successful, one model in the selected unit regains D3 lost wounds, or, if there are no wounded models and any models in the unit have been slain, you can return one slain model to the unit with 1 wound remaining (this model is set up in [unit coherency](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Unit-Coherency) and cannot be set up within 1\" of any enemy models – if it is not possible to place this model, it is not returned to the unit).\n\n\n\nAegis of the Emperor**\n\nDevotion value 3*\n\nUse this Act of Faith at the start of your opponent’s [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE). If successful, then until the end of that phase, roll a D6 each time the selected unit suffers a [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds). On a 4+ that mortal wound is ignored.\n\n\n\nDivine Guidance**\n\nDevotion value 4*\n\nUse this Act of Faith at the start of your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE). If successful, add 1 to [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) for attacks made with this unit’s ranged weapons until the end of the phase.\n\n\n\nThe Passion**\n\nDevotion value 5*\n\nUse this Act of Faith at the start of your [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE). If successful, the selected unit can be chosen to Fight with twice in that phase, instead of only once.\n\n\n\nLight of the Emperor**\n\nDevotion value 3*\n\nUse this Act of Faith at the start of the [Morale phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MORALE-PHASE). If successful, the selected unit automatically passes [Morale tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests) that phase."
- },
- "Ability§Shield of Faith": {
- "text": "* Models in this unit have a 6+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n* In your opponent’s [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), this unit can attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) one psychic power as if it were a **PSYKER**. Each time a [Deny the Witch test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) is taken for this unit, roll one D6 instead of 2D6: if the result of that test was an unmodified result of 6, or if it was greater than the result of the [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests), that Deny the Witch test is passed.\n\nERROR: The following text was found on another ability with the same name.\n\nGotfret de Montbard can attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) one psychic power in each enemy [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE) in the same manner as a [PSYKER](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE). However, if he does so, instead of rolling 2D6, only roll a single D6; the psychic power is resisted if the roll is greater than the result of the [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) that manifested the power."
- },
- "Ability§Zealot": {
- "text": "Each time a model in this unit makes a melee attack, if this unit made a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit), was charged or [performed a Heroic Intervention](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention) this turn, you can re-roll that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).\n\nERROR: The following text was found on another ability with the same name.\n\nYou can re-roll failed [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) for Taddeus the Purifier in a turn it which he made a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit), performed a [Heroic Intervention](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention), or was charged by an enemy unit.\n\nERROR: The following text was found on another ability with the same name.\n\nYou can re-roll failed [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) for Pious Vorne in a turn in which she made a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit), performed a [Heroic Intervention](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention), or was charged by an enemy unit.\n\nERROR: The following text was found on another ability with the same name.\n\nYou can re-roll failed [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) for Gotfret de Montbard in a turn in which he charged, made a [Heroic Intervention](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention), or was charged by an enemy unit."
- },
- "Ability§Banner of Sanctity": {
- "text": "Add 1 to the Leadership characteristic of friendly **ADEPTUS MINISTORUM** and **ASTRA MILITARUM** units whilst they are within 6\" of this model."
- },
- "Ability§War Hymns": {
- "text": "Add 1 to the Attacks characteristic of models in **ADEPTUS MINISTORUM** INFANTRY** and **ASTRA MILITARUM** INFANTRY** units whilst their unit is within 6\" of any friendly models with this ability.\n\nERROR: The following text was found on another ability with the same name.\n\nAdd 1 to the Attacks characteristic of friendly **ADEPTUS MINISTORUM** INFANTRY** and **ASTRA MILITARUM** INFANTRY** units that are within 6\" of any friendly **MINISTORUM PRIESTS**."
- },
- "Ability§Rosarius": {
- "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n\nERROR: The following text was found on another ability with the same name.\n\nThis model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n\nERROR: The following text was found on another ability with the same name.\n\nThis model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n\nERROR: The following text was found on another ability with the same name.\n\nTaddeus the Purifier has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n\nERROR: The following text was found on another ability with the same name.\n\nModels in this unit have a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§Uncanny Reflexes": {
- "text": "Models in this unit have a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). At the start of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), if this unit is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, it can fight first that phase."
- },
- "Ability§Berserk Killing Machines": {
- "text": "Each time a model in this unit would lose a wound, roll one D6: on a 5+, that wound is not lost.\n\nERROR: The following text was found on another ability with the same name.\n\nWhen a model in this unit would lose a wound, roll one D6; on a 5+ that wound is not lost."
- },
- "Ability§The Armour of Saint Katherine": {
- "text": "**CELESTINE** has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). Each time an attack is allocated to CELESTINE**, subtract 1 from the Damage characteristic of that attack (to a minimum of 1)."
- },
- "Ability§Saintly Blessings (Aura)": {
- "text": "While a friendly **IMPERIUM** INFANTRY** unit is within 6\" of CELESTINE**, models in that unit have a 6+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§Healing Tears": {
- "text": "While a model in this unit has any lost wounds, or while this unit is below its [Starting Strength](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Starting-Strength-Half-strength-and-Destroyed-Units), **CELESTINE** can attempt the following [action](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Actions):\n\n\n\n‘Healing Tears (Action):** This unit can start this action at the end of your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE). The action is completed at the end of your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE) provided CELESTINE** is still on the battlefield. Once completed:\n\n* If a model in this unit has any lost wounds, all of that model’s lost wounds are restored.\n* If this unit is below its Starting Strength, 1 GEMINAE** SUPERIA** model is returned to the unit with their full wounds remaining.’Designer's Note:** *A GEMINAE** SUPERIA** counts as a named character for all rules purposes.*"
- },
- "Ability§Miraculous Intervention": {
- "text": "The first time **CELESTINE** is destroyed, roll one D6 at the end of the phase instead of using any rules that are triggered when a model is destroyed (e.g. Sacrifice). On a 1, this unit counts as having been destroyed for the purposes of Sacrifice; on a 2+, set CELESTINE** back up on the battlefield as close as possible to where she was destroyed and not within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, with all her wounds remaining."
- },
- "Ability§Lead the Righteous (Aura)": {
- "text": "\n\nERROR: The following text was found on another ability with the same name.\n\nWhile a friendly **ORDER OF** OUR** MARTYRED** LADY** CORE** unit is within 6\" of this model, each time a model in that unit makes an attack, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1.",
+ "Model§Zephyrim Superior": {
"stats": {
- "Order": {
- "statType": "term",
- "value": "<ORDER>",
- "text": "While a friendly **{v} CORE** unit is within 6\" of this model, each time a model in that unit makes an attack, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1.",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Ability§Laud Hailer (Aura)": {
- "text": "While a friendly **ADEPTA SORORITAS** CORE** or **ADEPTA SORORITAS** CHARACTER** unit is within 6\" of this model, add 1 to the Leadership characteristic of models in that unit."
- },
- "Ability§Sky Strike": {
- "text": "During deployment, you can set up this unit in the skies instead of setting it up on the battlefield. If you do so, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), you can set up this unit anywhere on the battlefield that is more than 9\" away from any enemy models.\n\nERROR: The following text was found on another ability with the same name.\n\nDuring deployment, you can set up this unit in the skies instead of setting it up on the battlefield. If you do so, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), you can set up this unit anywhere on the battlefield that is more than 9\" away from any enemy models.\n\nERROR: The following text was found on another ability with the same name.\n\nDuring deployment, you can set up this unit in the skies instead of setting it up on the battlefield. If you do so, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), you can set up this unit anywhere on the battlefield that is more than 9\" away from any enemy models."
- },
- "Ability§Bodyguard": {
- "text": "",
- "stats": {
- "Order": {
- "statType": "term",
- "value": "<ORDER>",
- "text": "While a friendly **SANCTIFIED CHARACTER** or **{v} CHARACTER** unit is within 3\" of this unit, that CHARACTER** unit can use the [Look Out, Sir](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Look-out-Sir) rule even if this unit contains fewer than 3 models.",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Ability§Vanguard": {
- "text": "At the start of the first battle round, before the first turn begins, this unit can move as if it were your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE). This unit must end that move more than 9\" away from any enemy models. If both players have units that can do this, the player who is taking the first turn moves their units first."
- },
- "Ability§Explodes": {
- "text": "When this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6\" suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6\" suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this transport is destroyed, roll one D6 before any embarked models [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) and before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
- },
- "Ability§Firing Points": {
- "text": "In your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), up to 6 models embarked within this [transport](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Transports) can be selected to shoot with; measure distances and draw line of sight from any point on this transport when doing so. If this transport made a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), [Advanced](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back) this turn, embarked units are considered to have done the same. While this transport is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, embarked units cannot shoot, except with [Pistols](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PISTOL)."
- },
- "Ability§Smoke Launchers": {
- "text": "Once per game, instead of shooting any weapons in the [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), this model can use its smoke launchers. Until the controlling player’s next Shooting phase, any enemy units targeting this unit subtract 1 from all [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) for Shooting attacks made against this unit."
- },
- "Ability§Word of the Emperor": {
- "text": "Roll one D6 when an **ADEPTUS MINISTORUM** model [flees](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests) whilst its unit is within 6\" of any friendly models with this ability. On a 4+ that model does not flee."
- },
- "Wargear§Simulacrum imperialis": {
- "text": "Once per phase, the bearer’s unit can perform one Act of Faith even if another unit from your army has already performed an Act of Faith during this phase."
- },
- "Ability§Icon the Ecclesiarchy (Aura)": {
- "text": "While a **CHAOS** unit is within 6\" of this model, subtract 1 from the Leadership characteristic of models in that unit."
- },
- "Ability§Medicus Ministorum (Aura)": {
- "text": "While a friendly **ADEPTUS MINISTORUM** INFANTRY** unit is within 3\" of this model, each time a model in that unit would lose a wound, roll one D6: on a 6, that wound is not lost."
- },
- "Ability§Ecclesiarchy Battle Conclave": {
- "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), then for each [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments) that includes a **CULT IMPERIALIS** PRIEST** unit, one CRUSADERS** unit can be included in that Detachment without taking up a [Battlefield Role](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role) slot.\n\nERROR: The following text was found on another ability with the same name.\n\nIf your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), this unit does not take up slots in a [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments) that includes any **MINISTORUM PRIESTS**.\n\nERROR: The following text was found on another ability with the same name.\n\nIf your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), then for each Detachment that includes a **CULT IMPERIALIS** PRIEST** unit, one ARCO-FLAGELLANTS** unit can be included in that Detachment without taking up a [Battlefield Role](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role) slot.\n\nERROR: The following text was found on another ability with the same name.\n\nIf your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), then for each [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments) that includes a **CULT IMPERIALIS** PRIEST** unit, one DEATH** CULT** ASSASSINS** unit can be included in that Detachment without taking up a [Battlefield Role](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role) slot."
- },
- "Ability§Maniacal Fervour": {
- "text": "Roll a D6 each time this model loses a wound; on a 5+ that wound is not lost."
- },
- "Ability§Hacking Advance": {
- "text": "Each unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 made for Gotfret de Montbard’s attacks in the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE) scores 2 hits instead of 1."
- },
- "Ability§Storm Shield": {
- "text": "The bearer has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). In addition, add 1 to armour [saving throws](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) made for the bearer."
- },
- "Ability§Servant of the Imperium": {
- "text": "Gotfret de Montbard can be included in an [ASTRA MILITARUM Detachment](https://wahapedia.ru/wh40k9ed/factions/astra-militarum/#Detachment-Rules) without preventing other units in that Detachment from gaining a [Regimental Doctrine](https://wahapedia.ru/wh40k9ed/factions/astra-militarum/#Regimental-Doctrines). Note, however, that Gotfret de Montbard can never benefit from a Regimental Doctrine."
- },
- "Ability§Icon of Chiros": {
- "text": "When a [Morale test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests) is taken for a friendly **ADEPTUS MINISTORUM** or **ASTRA MILITARUM** unit whilst they are within 6\" of this model, roll one additional D6 and discard one of the dice."
- },
- "Ability§Sacred Rites": {
- "text": "This unit gains a bonus depending on which sacred rites are active for your army. After players have determined their mission, you must select one sacred rite from the following table to be active for your army. Alternatively, you can randomly determine two sacred rites from the table to be active for your army by rolling two D6 and looking up the results (if a double is rolled, roll both dice again until two different results are rolled). In either case, these sacred rites are active for your army until the end of the battle. Some rules can make additional sacred rites become active for a unit during the battle. Duplicated active sacred rites on that unit have no additional effect."
- },
- "Wargear§Brazier of Holy Fire": {
- "text": "Whilst any models from your army that have braziers of holy fire are within 6\" of any enemy DAEMON units, subtract 1 from the Leadership characteristic of each of those enemy units. In addition, if this model has a brazier of holy fire, then once per battle, when this model fires [Overwatch](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Overwatch) or is chosen to shoot with, it can unleash the brazier’s holy flames. When it does, select one enemy unit within 12\" of this model (if firing Overwatch, you must select the unit that has declared a charge against this model) and roll one D6; on a 2+ that enemy unit suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) (if that enemy unit is a DAEMON, it suffers D6 mortal wounds instead).",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- },
- "Wargear§Rod of Office": {
- "text": "",
- "stats": {
- "Order": {
- "statType": "term",
- "value": "<ORDER>",
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **{v} CORE** or **{v} CHARACTER** unit within 12\" of the bearer. Until the start of your next Command phase, each time a model in that unit makes an attack, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1.",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Wargear§Null rod": {
- "text": "The bearer’s unit cannot be targeted or affected by psychic powers. In addition, the bearer has the following ability: ‘**Null Rod (Aura)**:** Whilst an enemy PSYKER** unit is within 12\" of the bearer, subtract 1 from [Psychic tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) taken for that unit.’"
- },
- "Ability§Praesidium Protectiva": {
- "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). Each time an attack is made against this unit, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Ability§The Fiery Heart": {
- "text": "The bearer has the following ability: ‘**The Fiery Heart (Aura)**:** While a friendly **ADEPTA SORORITAS** CORE** unit is within 6\" of this model, [Morale tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests) taken for that unit are automatically passed.’"
- },
- "Ability§Solemn Procession": {
- "text": "This model cannot [embark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Embark) aboard a [**TRANSPORT**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Transports). For the purposes of the [Look Out, Sir](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Look-out-Sir) rule and any [terrain traits](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-Traits) (e.g. [Dense Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Dense-Cover), [Obscuring](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Obscuring) etc.), this model is considered to have a Wounds characteristic of 9, instead of 18."
- },
- "Ability§Relics of the Matriarchs": {
- "text": "This model has a number of Relics of the Matriarchs as detailed in the following table:\n\n\n\n| **Wounds Remaining** | Relics of the Matriarch** | | 10+ | 6 | | 5-9 | 4 | | 1-4 | 2 |
|
\n\nThis model can only have one of each Relics of the Matriarchs, below (The Fiery Heart**, Censer of the Sacred Rose**, Simulacrum of the Ebon Chalice**, Petals of the Bloody Rose**, Icon of the Valorous Heart** and Simulacrum of the Argent Shroud**). When this model suffers damage that reduces its number of relics, select which of the Relics of the Matriarchs this model no longer has. If this model regains lost wounds that increase its number of Relics of the Matriarchs, select which of the Relics of the Matriarchs this model regains."
- },
- "Ability§Fiery Conviction": {
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **ORDER OF** OUR** MARTYRED** LADY** CORE** or **ORDER OF** OUR** MARTYRED** LADY** CHARACTER** unit within 6\" of this model. Until the start of your next Command phase, each time a model in that unit makes an attack, you can re-roll the [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Ability§The Pulpit of Saint Holline’s Basilica (Aura)": {
- "text": "While a friendly **ADEPTA SORORITAS** INFANTRY** unit is wholly within 6\" of this model, each time a ranged attack is made against that unit, it is treated as having the benefits of [Light Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Light-Cover) against that attack."
- },
- "Wargear§Incensor cherub": {
- "text": "Once per battle, at the start of any phase, you can roll two D6 and discard one of them. The value of the remaining dice is the value of this unit’s Cherub dice. Until the end of the phase, this unit can perform one Act of Faith using that Cherub dice as if it were a Miracle dice. If a unit has a Cherub dice at the end of the phase, it is discarded.\n\n\n\n*We recommend placing an Incensor Cherub model next to the unit as a reminder, removing it once this ability has been used (an Incensor Cherub does not count as a model for any rules purposes).*"
- },
- "Ability§Scourge of the Penitent": {
- "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), then for each [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments) that includes a **SISTERS REPENTIA** unit, one REPENTIA** SUPERIOR** unit can be included in that Detachment without taking up a [Battlefield Role](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role) slot."
- },
- "Ability§Driven Onwards": {
- "text": "",
- "stats": {
- "Order": {
- "statType": "term",
- "value": "<ORDER>",
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), you can select one friendly **{v} SISTERS** REPENTIA** unit within 3\" of this model. If you do so, until the end of the turn, this model and that unit are both eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) in a turn in which they [Advanced](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance), and, until the end of the turn, each time a [charge roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) is made for this model or that unit, roll one additional D6 and discard one of the results.",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Ability§Martyrdom": {
- "text": "If this unit is destroyed during any phase other than the [Morale phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MORALE-PHASE), then at the end of that phase, you gain 1 Miracle dice."
- },
- "Ability§Solace in Anguish": {
- "text": "Each time a model in this unit would lose a wound, roll one D6: on a 5+, that wound is not lost."
- },
- "Ability§Sworn Protectors": {
- "text": "",
- "stats": {
- "Order": {
- "statType": "term",
- "value": "<ORDER>",
- "text": "While this unit is within 6\" of a friendly **{v} CANONESS** SUPERIOR**, **{v} CANONESS**, or **{v} PALATINE** model, each time a model in this unit makes an attack, add 1 to that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Wargear§Zephyrim pennant": {
- "text": "",
- "stats": {
- "Points": {
- "value": 5
- },
- "Order": {
- "statType": "term",
- "value": "<ORDER>",
- "text": "The bearer has the following ability: ‘**The Righteous Path (Aura)**:** While a friendly **{v} CORE** unit is within 6\" of this model, you can re-roll [charge rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) made for that unit.’",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Ability§Angelic Visage": {
- "text": "The [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) models in this unit receive from the Shield of Faith ability is improved by 1 (to a maximum of 4+)."
- },
- "Ability§Spiritual Fortitude": {
- "text": "Each time a model in this unit would lose a wound as a result of a [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds), roll one D6: on a 5+, that wound is not lost."
- },
- "Ability§Stirring Rhetoric (Aura)": {
- "text": "While a friendly **ADEPTA SORORITAS** unit is within 6\" of this model, each time that unit (or a model in that unit) performs an Act of Faith, you can increase or decrease the value of 1 Miracle dice (or 1 Cherub dice) by 1 before you use it to perform that Act of Faith (to a maximum of 6 and a minimum of 1). This is not cumulative with any other abilities that can increase or decrease the value of a Miracle dice or a Cherub dice."
- },
- "Ability§Litany of Deeds": {
- "text": "",
- "stats": {
- "Order": {
- "statType": "term",
- "value": "<ORDER>",
- "text": "This model gains an ability (see below) depending on which tale it is recounting. At the start of the battle, before the first turn begins, you must select one tale from the following list for this model to recount, and make a note of it on your [army roster](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battle-forged-Army-Roster). You cannot select a tale that another model from your army is already recounting unless all three tales are being recounted by models from your army. Until the end of the battle, this model has the ability associated with that tale.\n\n* **Tale of the Faithful (Aura)**:** While a friendly **{v} CORE** unit is within 6\" of this model, you can re-roll [Advance rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) and [charge rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) made for that unit.\n* Tale of the Stoic (Aura)**:** While a friendly {v}** CORE** unit is within 6\" of this model, each time an attack with a Strength characteristic of 3 or less is made against that unit, subtract 1 from that attack’s [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll).\n* Tale of the Warrior (Aura)**:** While a friendly {v}** CORE** unit is within 6\" of this model, add 1 to the Strength characteristic of models in that unit.",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Ability§Anguish of the Unredeemed": {
- "text": "Each time a model in this unit is destroyed by a melee attack, if this unit has not yet been selected to fight this phase, roll one D6 before removing that model from play. On a 4+. do not remove it from play. The destroyed model can fight after the attacking model’s unit has finished making attacks. After doing so, any other rules that affect this model ‘when it is destroyed’ are triggered (if any) and then the model is removed from play."
- },
- "Ability§Faithful Advance": {
- "text": "Models in this unit do not suffer the penalty for moving and firing [Heavy weapons](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#HEAVY)."
- },
- "Ability§Rites of Fire": {
- "text": "Add 4\" to the Range characteristic of heavy flamers models in this unit are equipped with."
- },
- "Wargear§Armorium cherub": {
- "text": "Once per battle, in your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), after this unit has shot, one model in this unit can immediately shoot with one of its ranged weapons again. If this unit has two armorium cherubs, it can use this ability twice per battle, but only once per turn.\n\n\n\n*We recommend placing one Armorium Cherub model next to the unit for each it is equipped with as a reminder, removing one each time this ability is used (an Armorium Cherub does not count as a model for any rules purposes).*"
- },
- "Ability§Consecrated Ground (Aura)": {
- "text": "While a **CHAOS** unit is within 6\" of this [terrain feature](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-Features-1), subtract 1 from the Leadership characteristic of models in that unit."
- },
- "Ability§Unexpected Allies": {
- "text": "This unit can only be included in an [**ADEPTA** SORORITAS** Detachment](https://wahapedia.ru/wh40k9ed/factions/adepta-sororitas/#Detachment-Rules) or in an [Auxiliary Support Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Auxiliary-Support-Detachment). EPHRAEL** STERN** cannot be selected as your [WARLORD**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#The-Warlord) if she is included in an Auxiliary Support Detachment."
- },
- "Ability§Wanderers": {
- "text": "During deployment, you can set up this unit in the webway instead of setting it up on the battlefield. If you do so, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) you can set up this unit anywhere on the battlefield that is more than 9\" away from any enemy models."
- },
- "Ability§Daemonifuge (Aura)": {
- "text": "While a **CHAOS** unit is within 6\" of this model, subtract 1 from the Leadership characteristic of models in that unit, and each time that unit fails a [Morale test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests), one additional model automatically flees from that unit."
- },
- "Ability§Divine Protection": {
- "text": "Models in this unit have a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). Each time an attack is made against this unit, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) and subtract 1 from that attack’s [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
- },
- "Ability§Knight of Shadows": {
- "text": "While this unit contains **KYGANIL**, at the start of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), if this unit is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, it can fight first that phase."
- },
- "Ability§Mysterious Saviour": {
- "text": "While this unit contains **KYGANIL**, each time an attack successfully wounds this unit, that attack must be allocated to KYGANIL**. Each time KYGANIL** would lose a wound, roll one D6: on a 5+ that wound is not lost. The destruction of KYGANIL** is ignored for the purposes of [Morale tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests). If EPHRAEL** STERN** is ever destroyed, KYGANIL** is also destroyed."
- },
- "Ability§Fury of the Righteous (Aura)": {
- "text": "",
- "stats": {
- "Order": {
- "statType": "term",
- "value": "<ORDER>",
- "text": "While a friendly **{v} CORE** unit is within 6\" of this model, each time a model in that unit makes an attack, re-roll a [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1.",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Ability§Purgator Mirabilis Warsuit": {
- "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). Each time this model would lose a wound as the result of a [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds), roll one D6: on a 4+, that wound is not lost."
- },
- "Ability§Holy Aegis": {
- "text": "Each time an attack is allocated to this model, halve the Damage characteristic of that attack (rounding up)."
- },
- "Ability§Righteous Repugnance": {
- "text": "Once per battle, at the end of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), if this model is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, it can [fight again](https://wahapedia.ru/wh40k9ed/the-rules/rules-appendix/#Fight-Again)."
- },
- "Ability§High Lord of the Imperium": {
- "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), this model must be your army’s [**WARLORD**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#The-Warlord). If more than one model in your army has a rule to this effect, then one of those models must be your army’s WARLORD**."
- },
- "Ability§Abbess Sanctorum (Aura)": {
- "text": "While a friendly **ADEPTA SORORITAS** CORE** unit is within 6\" of this model, each time a model in that unit makes an attack, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1 and re-roll a [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1."
- },
- "Ability§Commander of the Adepta Sororitas": {
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **ADEPTA SORORITAS** CORE** or **ADEPTA SORORITAS** CHARACTER** unit within 6\" of this model. Until the start of your next Command phase, each time a model in that unit makes an attack, you can re-roll the [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) and you can re-roll the [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
- },
- "Ability§Emboldened by Prayer (Aura)": {
- "text": "While a friendly **ADEPTUS MINISTORUM** CORE** unit is within 6\" of this model, models in that unit can use this model’s Leadership characteristic instead of their own."
- },
- "Ability§Lifewards": {
- "text": "While this unit contains any **GEMINAE** SUPERIA** models, each time an attack successfully wounds this unit, that attack must be allocated to one of those models. The destruction of GEMINAE** SUPERIA** models is ignored for the purposes of [Morale tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests). If CELESTINE** is ever destroyed, any remaining GEMINAE** SUPERIA** models in this unit are also destroyed."
- },
- "Ability§Divine Guardians": {
- "text": "**GEMINAE** SUPERIA** models have a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§Angelic Saviour": {
- "text": "This unit is eligible to [perform a Heroic Intervention](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention) if it is within 6\" horizontally and 5\" vertically of any enemy unit, instead of 3\" horizontally and 5\" vertically. Each time this unit makes a Heroic Intervention move, its models can move up to 6\" instead of 3\". All other rules for [Heroic Interventions](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Heroic-Interventions) still apply."
- },
- "Ability§Censer of the Sacred Rose": {
- "text": "At the start of each battle round, you gain 1 Miracle dice."
- },
- "Ability§Simulacrum of the Ebon Chalice": {
- "text": "The bearer has the following ability: ‘**Simulacrum of the Ebon Chalice (Aura)**:** While an enemy unit is within 6\" of this model, at the start of your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), roll one D6 for that unit, adding 1 to the result if that enemy unit is a PSYKER**, and adding 1 to the result if that enemy unit has the CHAOS** keyword (these additions are cumulative): on a 5+, that enemy unit suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).’"
- },
- "Ability§Petals of the Bloody Rose": {
- "text": "The bearer has the following ability: ‘**Petals of the Bloody Rose (Aura)**:** While a friendly **ADEPTA SORORITAS** CORE** unit is within 6\" of this model, each time a model in that unit makes a melee attack, add 1 to that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).’"
- },
- "Ability§Icon of the Valorous Heart": {
- "text": "All 6 sacred rites are active for the bearer."
- },
- "Ability§Simulacrum of the Argent Shroud": {
- "text": "Once per battle round, before you perform an Act of Faith for a friendly **ADEPTA SORORITAS** CORE** or friendly **ADEPTA SORORITAS** CHARACTER** unit within 6\" of this model, you can change the value of 1 Miracle dice to a 6 before using that dice for that Act of Faith."
- },
- "Ability§Bolts of Holy Judgement": {
- "text": "At the start of your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), roll 2D6, adding 2 to the result if there are any **CHAOS** units within 18\" of EPHRAEL** STERN**. On a 5+, the nearest enemy unit that is within 18\" of and visible to EPHRAEL** STERN** suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) (if the result is 10 or more, that unit instead suffers D6 mortal wounds)."
- },
- "Ability§Line of Martyrs": {
- "text": "While this unit contains **AGATHAE** DOLAN**, each time an attack successfully wounds this unit, that attack must be allocated to AGATHAE** DOLAN**. The destruction of AGATHAE** DOLAN** is ignored for the purposes of [Morale tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests). If AESTRED** THURGA** is ever destroyed, AGATHAE** DOLAN** is also destroyed."
- },
- "Ability§Unbridled Ardour": {
- "text": "Each time an attack with a Damage characteristic of 1 is allocated to **AESTRED** THURGA**, add 1 to any armour [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) made against that attack."
- },
- "Ability§Recount the Deeds of the Saints": {
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **ADEPTA SORORITAS** CHARACTER** unit within 9\" of AGATHAE** DOLAN**. Until the start of your next Command phase, each time that unit is selected to fight, you can re-roll one [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll), one [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) or one damage roll when resolving that unit’s attacks."
- },
- "Ability§Auto-Tapestry of the Emperor’s Judgement": {
- "text": "Once per battle, in your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), **AESTRED** THURGA** can plant this banner. If she does, until the start of your next Command phase, AESTRED** THURGA** has the following ability: ‘The Emperor Resplendent (Aura)**:** While a friendly **ADEPTA SORORITAS** CORE** unit is within 6\" of this model, all 6 sacred rites are active for that unit.’"
- },
- "Ability§Order Pronatus": {
- "text": "If **AESTRED** THURGA** is included in your army, then the [Open the Reliquaries](https://wahapedia.ru/wh40k9ed/factions/adepta-sororitas/#Stratagems) Stratagem costs one fewer [Command points](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Command-Points) to use the first time you use it. If AESTRED** THURGA** is in your [Crusade force](https://wahapedia.ru/wh40k9ed/the-rules/narrative-play/#Crusade-Forces), the [Relic](https://wahapedia.ru/wh40k9ed/the-rules/narrative-play/#Rescue-) Requisition costs 0 [Requisition points](https://wahapedia.ru/wh40k9ed/the-rules/narrative-play/#Requisition-Points) to use."
- },
- "Ability§Hagiolatry": {
- "text": "If **AGATHAE** DOLAN** is included in the same [Crusade army](https://wahapedia.ru/wh40k9ed/the-rules/narrative-play/#Selecting-a-Crusade-Army) as a [SAINT** POTENTIA**](https://wahapedia.ru/wh40k9ed/factions/adepta-sororitas/#Trials-of-a-Living-Saint) model, and if AGATHAE** DOLAN** is on the battlefield at the end of the battle, that SAINT** POTENTIA** model gains 1 additional Saint point."
- },
- "Ability§Non-militant Order": {
- "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), then for each [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments) that includes either a **CANONESS** or **CANONESS SUPERIOR** unit, one DIALOGUS** unit can be included in that Detachment without taking up a [Battlefield Role](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role) slot.\n\nERROR: The following text was found on another ability with the same name.\n\nIf your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), then for each [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments) that includes either a **CANONESS** or **CANONESS SUPERIOR** unit, one HOSPITALLER** unit can be included in that Detachment without taking up a [Battlefield Role](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role) slot."
- },
- "Ability§Priestly Delegation": {
- "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), then for each **MISSIONARY** unit included in a [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments), one PREACHER** unit can be included in that Detachment without taking up a [Battlefield Role](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role) slot."
- },
- "Ability§Sacresant Shield": {
- "text": "Models in this unit have a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§Keepers of the Faith": {
- "text": "This unit is eligible to [perform Heroic Interventions](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention) as if it were a **CHARACTER**. In addition, each time this unit performs a Heroic Intervention or an enemy unit [declares a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) against this unit while this unit is not within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, this unit can [Set to Defend](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Defensible). If it Sets to Defend, then until the end of the phase, it cannot fire [Overwatch](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Overwatch), but until the end of the next [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), each time a model in this unit makes a melee attack, add 1 to that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Ability§Sacred Healing": {
- "text": "At the end of your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), this model can heal one friendly **ADEPTUS MINISTORUM** INFANTRY** model whose unit is within 3\" of it. That model regains up to D3 lost wounds. Each model can only be healed once per turn."
- },
- "Ability§Sacred Task (Aura)": {
- "text": "",
- "stats": {
- "Order": {
- "statType": "term",
- "value": "<ORDER>",
- "text": "While a friendly **{v} CORE** unit that is [performing an action](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-Actions) is within 6\" of this model, that unit can shoot without that action failing.",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Ability§Unflinching Determination": {
- "text": "",
- "stats": {
- "Order": {
- "statType": "term",
- "value": "<ORDER>",
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), you can select one friendly **{v} CORE** unit within 6\" of this model. Until the start of your next Command phase, that unit has the [Objective Secured](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Secured) ability. If a model in that unit already has this ability, that model counts as one additional model when determining control of an [objective marker](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Markers).",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Ability§Paragon Warsuit": {
- "text": "Each time an attack is allocated to a model in this unit, subtract 1 from the Damage characteristic of that attack (to a minimum of 1)."
- },
- "Ability§Overseer of Redemption (Aura)": {
- "text": "",
- "stats": {
- "Order": {
- "statType": "term",
- "value": "<ORDER>",
- "text": "While a friendly **{v} SISTERS** REPENTIA** unit is within 6\" of this model, each time a model in that unit makes a melee attack, add 1 to the [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll).",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Ability§Crusader shield": {
- "text": "Models in this unit have a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Wargear§Endurant implants": {
- "text": "The bearer has an Attacks characteristic of 3 and a Strength characteristic of 5.",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- },
- "Ability§Instrument of Pain and Penance": {
- "text": "This unit cannot perform any [actions](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Actions)."
- },
- "Ability§Holy Vanguard": {
- "text": "At the start of the first battle round, before the first turn begins, this unit, or the **ADEPTA SORORITAS** TRANSPORT** it is embarked within, can make a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move) of up to 6\" as if it were your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE). This unit must end that move more than 9\" away from any enemy models. If both players have units that can do this, the player who is taking the first turn moves their units first."
- },
- "Ability§Storm of Retribution": {
- "text": "Each time a model in this unit makes an attack with a [Heavy weapon](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#HEAVY), the target does not gain the [benefits of cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-and-Cover) against that attack."
- },
- "Wargear§Anchorite sarcophagus": {
- "text": "The bearer has a Save characteristic of 3+.",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- },
- "Ability§Wrath of the Penitent": {
- "text": "If a model is equipped with 2 penitent buzz-blades, it has an Attacks characteristic of 5. If a model is equipped with 2 penitent flails, it has an Attacks characteristic of 5."
- },
- "Ability§Endless Suffering": {
- "text": "This unit is eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) with even if it [Advanced](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) this turn. In addition, each time this unit makes a [pile-in move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Pile-In) or [consolidation move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Consolidate), models in this unit can move an additional 2\"."
- },
- "Ability§Terrain Feature": {
- "text": "After this model is set up, it is treated as an [Area terrain](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Area-Terrain) feature with the following [terrain traits](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-Traits):\n\n• [Breachable](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Breachable)\n\n• [Defensible](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Defensible)\n\n• [Light Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Light-Cover)\n\n• [Obscuring](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Obscuring)\n\n• [Scalable](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Scaleable)\n\n• [Inspiring](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Inspiring) (**ADEPTUS MINISTORUM**)"
- },
- "Ability§Prayers to the Saint": {
- "text": "While there are any **BATTLE** SANCTUM** terrain features on the battlefield, CULT** IMPERIALIS** PRIEST** and ADEPTA** SORORITAS** units in your army can attempt the following action:\n\n\n\n‘Pray to the Saint (Action):** At the end of your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), one **CULT IMPERIALIS** PRIEST** or **ADEPTA SORORITAS** INFANTRY** unit from your army that is wholly within one friendly BATTLE** SANCTUM** terrain feature can start to [perform this action](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-Actions). The action is completed at the end of your turn. Once completed, you gain 1 Miracle dice.’"
- },
- "Ability§Impetuous Fervour": {
- "text": "Each time this unit fights, if it made a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) this turn, then until that fight is resolved, add 1 to the Attacks characteristic of all models in this unit."
- },
- "Ability§Sisters Novitiate": {
- "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), you cannot include more **SISTERS** NOVITIATE** units than **BATTLE SISTERS** SQUAD** units in each [ADEPTA** SORORITAS** Detachment](https://wahapedia.ru/wh40k9ed/factions/adepta-sororitas/#Detachment-Rules) in your army."
- },
- "Wargear§Sacred banner": {
- "text": "You can re-roll [Advance](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) and [Charge rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) made for the bearer's unit."
- },
- "Ability§Armour of Contempt": {
- "text": "Each time an attack is allocated to an **ASTRA MILITARUM** VEHICLE**, **ADEPTUS ASTARTES**, **SANCTIC ASTARTES**, **HERETIC ASTARTES** or **ADEPTA SORORITAS** model, worsen the Armour Penetration characteristic of that attack by 1.\n\nThis rule does not apply to any of the following:\n\n* Models equipped with a storm shield, a relic shield or a combat shield (or a Relic that replaces one of these shields).\n* Models with either the Sacresant Shield** or Force Shielding** ability (**CELESTIAN SACRESANT** and **NEMESIS DREADKNIGHT** units).\n* Models that are under the effects of any other rule that worsens or reduces the Armour Penetration characteristic of an attack."
- },
- "Weapon§The Ardent Blade (shooting)": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Assault D6"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
- },
- "Weapon§Autogun": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "3"
- },
- "Type": {
- "value": "Rapid Fire 1"
- },
- "Range": {
- "value": "24″"
- }
- }
- },
- "Weapon§Bolt pistol": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Pistol 1"
- },
- "Range": {
- "value": "12″"
- }
- }
- },
- "Weapon§Boltgun": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Rapid Fire 1"
- },
- "Range": {
- "value": "24″"
- }
- }
- },
- "Wargear§Combi-flamer": {
- "assets": {
- "traits": [
- "Weapon§Boltgun",
- "Weapon§Flamer"
- ]
- },
- "stats": {
- "Points": {
- "value": 10
- }
- }
- },
- "Weapon§Flamer": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Assault D6"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "Each time an attack is made with this weapon profile, that attack automatically hits the target."
- },
- "Wargear§Combi-melta": {
- "assets": {
- "traits": [
- "Weapon§Boltgun",
- "Weapon§Meltagun"
- ]
- },
- "stats": {
- "Points": {
- "value": 10
- }
- }
- },
- "Weapon§Meltagun": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D6"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Assault 1"
- },
- "Range": {
- "value": "12″"
- },
- "Points": {
- "value": 10
- }
- },
- "text": "Each time an attack made with this weapon targets a unit within half range, that attack has a Damage characteristic of D6+2."
- },
- "Wargear§Combi-plasma": {
- "assets": {
- "traits": [
- "Weapon§Boltgun",
- "Weapon§Plasma gun (standard)",
- "Weapon§Plasma gun (supercharge)"
- ]
- },
- "stats": {
- "Points": {
- "value": 10
- }
- }
- },
- "Weapon§Plasma gun (standard)": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "7"
- },
- "Type": {
- "value": "Rapid Fire 1"
- },
- "Range": {
- "value": "24″"
- }
- }
- },
- "Weapon§Plasma gun (supercharge)": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Rapid Fire 1"
- },
- "Range": {
- "value": "24″"
- }
- },
- "text": "If any unmodified [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1 are made for attacks with this weapon profile, the bearer is destroyed after shooting with this weapon."
- },
- "Wargear§Condemnor boltgun": {
- "assets": {
- "traits": [
- "Weapon§Boltgun",
- "Weapon§Condemnor stake"
- ]
- },
- "stats": {
- "Points": {
- "value": 10
- }
- }
- },
- "Weapon§Condemnor stake": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Assault 1"
- },
- "Range": {
- "value": "24″"
- }
- },
- "text": "Each time an attack made with this weapon profile is allocated to a **PSYKER** model, that model’s unit suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) in addition to the normal damage."
- },
- "Weapon§Exorcist missile launcher": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "D6"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Heavy 3D3"
- },
- "Range": {
- "value": "48″"
- },
- "Points": {
- "value": 30
- }
- }
- },
- "Weapon§Frag grenades": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "3"
- },
- "Type": {
- "value": "Grenade D6"
- },
- "Range": {
- "value": "6″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
- },
- "Weapon§Heavy bolter": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Heavy 3"
- },
- "Range": {
- "value": "36″"
- }
- }
- },
- "Weapon§Hunter-killer missile": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "D6"
- },
- "S": {
- "value": "10"
- },
- "Type": {
- "value": "Heavy 1"
- },
- "Range": {
- "value": "48″"
- },
- "Points": {
- "value": 5
- }
- },
- "text": "The bearer can only shoot with each hunter-killer missile it is equipped with once per battle."
- },
- "Weapon§Immolation flamers": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy 2D6"
- },
- "Range": {
- "value": "18″"
- },
- "Points": {
- "value": 10
- }
- },
- "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
- },
- "Weapon§Inferno pistol": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D6"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Pistol 1"
- },
- "Range": {
- "value": "6″"
- },
- "Points": {
- "value": 5
- }
- },
- "text": "Each time an attack made with this weapon targets a unit within half range, that attack has a Damage characteristic of D6+2."
- },
- "Weapon§Krak grenades": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "D3"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Grenade 1"
- },
- "Range": {
- "value": "6″"
- }
- }
- },
- "Weapon§Laspistol": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "3"
- },
- "Type": {
- "value": "Pistol 1"
- },
- "Range": {
- "value": "12″"
- }
- }
- },
- "Weapon§Standard": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "7"
- },
- "Type": {
- "value": "Pistol 1"
- },
- "Range": {
- "value": "12″"
- }
- }
- },
- "Wargear§Plasma gun": {
- "assets": {
- "traits": [
- "Weapon§Standard",
- "Weapon§Supercharge"
- ]
- },
- "stats": {
- "Points": {
- "value": 13
- }
- }
- },
- "Weapon§Supercharge": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Pistol 1"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "If any unmodified [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1 are made for attacks with this weapon profile, the bearer is destroyed after shooting with this weapon."
- },
- "Wargear§Plasma pistol": {
- "assets": {
- "traits": [
- "Weapon§Standard",
- "Weapon§Supercharge"
- ]
- },
- "stats": {
- "Points": {
- "value": 5
- }
- }
- },
- "Weapon§The Redeemer": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Assault 2"
- },
- "Range": {
- "value": "24″"
- }
- },
- "text": "When resolving an attack made with this weapon, on a wound roll of 6+, this weapon has a Damage characteristic of 2 for that attack."
- },
- "Weapon§Storm bolter": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Rapid Fire 2"
- },
- "Range": {
- "value": "24″"
- },
- "Points": {
- "value": 3
- }
- }
- },
- "Weapon§Twin heavy bolter": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Heavy 6"
- },
- "Range": {
- "value": "36″"
- }
- }
- },
- "Weapon§Twin multi-melta": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D6"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Heavy 4"
- },
- "Range": {
- "value": "24″"
- },
- "Points": {
- "value": 30
- }
- },
- "text": "Each time an attack made with this weapon targets a unit within half range, that attack has a damage characteristic of D6+2."
- },
- "Weapon§Arco-flails": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon, make 2 [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) instead of 1."
- },
- "Weapon§The Ardent Blade (melee)": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+4"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon, on an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6, the target suffers 2 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) and the attack sequence ends."
- },
- "Weapon§Chainsword": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, it makes 1 additional attack with this weapon."
- },
- "Weapon§Chirurgeon’s tools": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Death Cult power blades": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Dialogus staff": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Eviscerator": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D3"
- },
- "S": {
- "value": "x2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- },
- "Points": {
- "value": 11
- }
- },
- "text": "When resolving an attack made with this weapon, subtract 1 from the [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Weapon§Neural whips": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon against a unit (excluding **VEHICLE** units), if no model in that unit has a Leadership characteristic of 8 or more, add 1 to that attack’s [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
- },
- "Weapon§Penitent buzz-blade": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+3"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Penitent eviscerator": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "x2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Weapon§Power axe": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- },
- "Points": {
- "value": 5
- }
- }
- },
- "Weapon§Power maul": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+3"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- },
- "Points": {
- "value": 5
- }
- }
- },
- "Weapon§Power sword": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Multi-melta": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D6"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Heavy 2"
- },
- "Range": {
- "value": "24″"
- },
- "Points": {
- "value": 20
- }
- },
- "text": "Each time an attack made with this weapon targets a unit within half range, that attack has a Damage characteristic of D6+2."
- },
- "Weapon§Vindictor (shooting)": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Assault D6"
- },
- "Range": {
- "value": "8″"
- }
- },
- "text": "This weapon automatically hits its target. If the target is a CHAOS unit, roll two D6 to determine the number of attacks made with this weapon and discard the lowest result."
- },
- "Weapon§Vindictor (melee)": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Mace of Valaan": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Blessed blade": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§The Martyr’s Sword": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+3"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, it makes 4 additional attacks with this weapon and no more than 4 attacks can be made with this weapon."
- },
- "Weapon§Relic weapons": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Mace of Castigation": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+3"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Exorcist conflagration rockets": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Heavy 3D6"
- },
- "Range": {
- "value": "48″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). Each time an attack is made with this weapon, the target does not receive the [benefits of cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-and-Cover) against that attack."
- },
- "Weapon§Penitent flail": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon, make 2 [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) instead of 1."
- },
- "Weapon§The Outcast’s Blades": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon, make 2 [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) instead of 1."
- },
- "Weapon§Sanctity": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon, [invulnerable saving throws](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) cannot be made against that attack."
- },
- "Weapon§Plasma grenades": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Grenade D6"
- },
- "Range": {
- "value": "6″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
- },
- "Weapon§Repressor heavy flamer": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy D6"
- },
- "Range": {
- "value": "12″"
- },
"Points": {
"value": 15
- }
- },
- "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
- },
- "Weapon§Dozer ram": {
- "stats": {
- "AP": {
- "value": "-1"
},
- "D": {
- "value": "1"
+ "M": {
+ "value": 12
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
},
"S": {
- "value": "User"
+ "value": 3
},
- "Type": {
- "value": "Melee"
+ "T": {
+ "value": 3
},
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon against an **INFANTRY** or SWARM** unit, a successful [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) scores 3 hits instead of 1."
- },
- "Weapon§Ministorum heavy flamer": {
- "stats": {
- "AP": {
- "value": "-1"
+ "W": {
+ "value": 1
},
- "D": {
- "value": "1"
+ "A": {
+ "value": 4
},
- "S": {
- "value": "6"
+ "Ld": {
+ "value": 9
},
- "Type": {
- "value": "Heavy D6"
+ "Sv": {
+ "value": 3
},
- "Range": {
- "value": "12″"
- }
- },
- "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
- },
- "Weapon§Ministorum hand flamer": {
- "stats": {
- "AP": {
- "value": "0"
+ "Base": {
+ "value": "32mm"
},
- "D": {
- "value": "1"
+ "loadout1": {
+ "value": "Bolt pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
},
- "S": {
- "value": "4"
+ "loadout2": {
+ "value": "Power sword",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
},
- "Type": {
- "value": "Pistol D6"
+ "loadout3": {
+ "value": "Frag grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
},
- "Range": {
- "value": "12″"
+ "loadout4": {
+ "value": "Krak grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
},
- "Points": {
- "value": 5
- }
- },
- "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
- },
- "Wargear§Ministorum combi-flamer": {
- "assets": {
- "traits": [
- "Weapon§Boltgun",
- "Weapon§Ministorum flamer"
- ]
- },
- "stats": {
- "Points": {
- "value": 10
+ "loadout5": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 5,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma pistol"
+ }
+ ]
+ },
+ "Bolt pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bolt pistol"
+ }
+ ]
+ },
+ "Frag grenades": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Frag grenades"
+ }
+ ]
+ },
+ "Krak grenades": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Krak grenades"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
}
}
},
- "Weapon§Ministorum flamer": {
+ "Relic Weapon§Blessed stake": {
"stats": {
"AP": {
- "value": "0"
+ "value": -2
},
"D": {
- "value": "1"
+ "value": 2
},
"S": {
- "value": "5"
+ "value": 4
},
"Type": {
- "value": "Assault D6"
- },
- "Range": {
- "value": "12″"
- },
- "Points": {
- "value": 5
- }
- },
- "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
- },
- "Weapon§Artificer-crafted storm bolter": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Rapid Fire 2"
- },
- "Range": {
- "value": "24″"
- },
- "Points": {
- "value": 5
- }
- }
- },
- "Weapon§Fidelis": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy 3"
- },
- "Range": {
- "value": "36″"
- }
- }
- },
- "Weapon§Sanctorum missile": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Heavy 2D6"
- },
- "Range": {
- "value": "36″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
- },
- "Wargear§Paragon missile launcher": {
- "assets": {
- "traits": [
- "Weapon§Sanctorum missile",
- "Weapon§Prioris missile"
- ]
- }
- },
- "Weapon§Prioris missile": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "D6"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Heavy 2"
- },
- "Range": {
- "value": "36″"
- }
- }
- },
- "Weapon§Sweeping blow": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon profile, make 2 [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) instead of 1."
- },
- "Wargear§Lance of Illumination": {
- "assets": {
- "traits": [
- "Weapon§Sweeping blow",
- "Weapon§Lunging strike"
- ]
- }
- },
- "Weapon§Lunging strike": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "+3"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon profile, on an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6, the target suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) in addition to the normal damage."
- },
- "Weapon§Brazier of holy fire": {
- "stats": {
- "AP": {
- "value": "*"
- },
- "D": {
- "value": "*"
- },
- "S": {
- "value": "*"
- },
- "Type": {
- "value": "Assault D6"
- },
- "Range": {
- "value": "12″"
- },
- "Points": {
- "value": 5
- }
- },
- "text": "One use only. Each time an attack is made with this weapon, that attack automatically hits the target, and on an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 4+ (or 2+ if the target contains any **DAEMON** models), the target suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) and the attack sequence ends."
- },
- "Weapon§Auto pistol": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "3"
- },
- "Type": {
- "value": "Pistol 1"
- },
- "Range": {
- "value": "12″"
- }
- }
- },
- "Weapon§Ministorum shotgun": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Assault 2"
- },
- "Range": {
- "value": "12″"
- }
- }
- },
- "Weapon§Servo-stubber": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Pistol 3"
- },
- "Range": {
- "value": "12″"
- }
- }
- },
- "Weapon§Kyganil’s kiss": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Blade of Vigil": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack made by this weapon is allocated to an enemy model, that enemy model cannot use any rules to ignore the wounds it loses."
- },
- "Weapon§Scribe’s staff": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Zealot’s vindictor (melee)": {},
- "Weapon§Zealot’s vindictor (shooting)": {
- "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
- },
- "Weapon§Anointed halberd": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+3"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Hallowed mace": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Spear of the faithful": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+3"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- },
- "Points": {
- "value": 5
- }
- }
- },
- "Weapon§Mace of the righteous": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Paragon grenade launcher": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "D3"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Assault 2"
+ "value": "Assault 1"
},
"Range": {
"value": "24″"
}
- }
- },
- "Weapon§Paragon war blade": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
},
- "text": "Each time the bearer fights, it can make one additional attack with this weapon."
- },
- "Weapon§Paragon war mace": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "+4"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Weapon§Castigator autocannons": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "7"
- },
- "Type": {
- "value": "Heavy 4D3"
- },
- "Range": {
- "value": "48″"
- }
- }
- },
- "Weapon§Sanctified shell": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "9"
- },
- "Type": {
- "value": "Heavy D6"
- },
- "Range": {
- "value": "72″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
- },
- "Wargear§Castigator battle cannon": {
- "assets": {
- "traits": [
- "Weapon§Sanctified shell",
- "Weapon§Pyre shell"
- ]
- },
- "stats": {
- "Points": {
- "value": 5
- }
- }
- },
- "Weapon§Pyre shell": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy 3D3"
- },
- "Range": {
- "value": "72″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). Each time an attack is made with this weapon profile, the target does not receive the [benefits of cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-and-Cover) against that attack."
- },
- "Weapon§Novitiate melee weapons": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, it makes 1 additional attack with this weapon."
- },
- "Wargear§The Ardent Blade": {
- "assets": {
- "traits": [
- "Weapon§The Ardent Blade (melee)",
- "Weapon§The Ardent Blade (shooting)"
- ]
- }
- },
- "Wargear§Vindictor": {
- "assets": {
- "traits": [
- "Weapon§Vindictor (melee)",
- "Weapon§Vindictor (shooting)"
- ]
- }
- },
- "Wargear§Zealot’s vindictor": {
- "assets": {
- "traits": [
- "Weapon§Zealot’s vindictor (melee)",
- "Weapon§Zealot’s vindictor (shooting)"
- ]
- },
- "stats": {
- "Points": {
- "value": 5
- }
- }
- },
- "Relics of the Ecclesiarchy§Blade of Admonition": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "+3"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "**ADEPTA SORORITAS** model equipped with a blessed blade or power sword only. This Relic replaces a blessed blade or power sword and has the following profile:"
- },
- "Relics of the Ecclesiarchy§Wrath of the Emperor": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Pistol 4"
- },
- "Range": {
- "value": "18″"
- }
- },
- "text": "**ADEPTA** SORORITAS** model equipped with a bolt pistol only. This Relic replaces a bolt pistol and has the following profile:"
- },
- "Relics of the Ecclesiarchy§Martyrs’ Vengeance": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D6+3"
- },
- "S": {
- "value": "9"
- },
- "Type": {
- "value": "Pistol 1"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "**ORDER OF** OUR** MARTYRED** LADY** model equipped with an inferno pistol only. This Relic replaces an inferno pistol and has the following profile:"
+ "text": "Before selecting targets, select one or both of the profiles above to make attacks with. If you select both, then each time an attack is made with this weapon this phase, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll). Each time you select a target for this weapon, ignore the [Look Out, Sir](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Look-out-Sir) rule. Each time an attack with this weapon’s blessed stake profile is allocated to a **PSYKER** model, that model’s unit suffers 3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) in addition to the normal damage."
},
"Relic Weapon§Boltgun": {
"stats": {
"AP": {
- "value": "0"
+ "value": 0
},
"D": {
- "value": "1"
+ "value": 1
},
"S": {
- "value": "4"
+ "value": 4
},
"Type": {
"value": "Rapid Fire 1"
@@ -25856,36 +26905,19 @@
},
"text": "**ORDER** OF** THE** EBON** CHALICE** model equipped with a condemnor boltgun only. This Relic replaces a condemnor boltgun and has the following profile:"
},
- "Relic Weapon§Blessed stake": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Assault 1"
- },
- "Range": {
- "value": "24″"
- }
- },
- "text": "Before selecting targets, select one or both of the profiles above to make attacks with. If you select both, then each time an attack is made with this weapon this phase, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll). Each time you select a target for this weapon, ignore the [Look Out, Sir](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Look-out-Sir) rule. Each time an attack with this weapon’s blessed stake profile is allocated to a **PSYKER** model, that model’s unit suffers 3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) in addition to the normal damage."
+ "Relics of the Ecclesiarchy§Armour of True Sacrifice": {
+ "text": "**ORDER OF** THE** BLOODY** ROSE** model only.\n\n* The bearer has a Save characteristic of 2+.\n* If the bearer loses one or more wounds during a phase, at the end of that phase, you gain 1 **Miracle dice**."
},
"Relics of the Ecclesiarchy§Beneficence": {
"stats": {
"AP": {
- "value": "-2"
+ "value": -2
},
"D": {
- "value": "1"
+ "value": 1
},
"S": {
- "value": "+2"
+ "value": 2
},
"Type": {
"value": "Melee"
@@ -25896,6 +26928,84 @@
},
"text": "**ORDER** OF** THE** BLOODY** ROSE** model equipped with a chainsword only. This Relic replaces a chainsword and has the following profile:"
},
+ "Relics of the Ecclesiarchy§Blade of Admonition": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "**ADEPTA SORORITAS** model equipped with a blessed blade or power sword only. This Relic replaces a blessed blade or power sword and has the following profile:"
+ },
+ "Relics of the Ecclesiarchy§Blade of Sacrifice": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 1
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Model equipped with a power sword only. This Relic replaces a power sword and has the following profile:"
+ },
+ "Relics of the Ecclesiarchy§Blade of Saint Ellynor": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 3
+ },
+ "S": {
+ "value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Model equipped with a blessed blade only. This Relic replaces a blessed blade and has the following profile:"
+ },
+ "Relics of the Ecclesiarchy§Blessings of Sebastian Thor": {
+ "text": "**ADEPTA** SORORITAS** model only. Before you determine which **sacred rite**(s) are active for your army, select two sacred rites. Until the end of the battle, these sacred rites are active for the bearer’s unit instead of those that are active for the rest of your army."
+ },
+ "Relics of the Ecclesiarchy§Book of Saint Lucius": {
+ "text": "Add 3″ to the range of the bearer’s [aura abilities](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Aura-Abilities) (to a maximum of 12\")."
+ },
+ "Relics of the Ecclesiarchy§Brazier of Eternal Flame": {
+ "text": "Model with a brazier of holy fire only.\n\n* Each time an enemy **DAEMON** model makes an attack against the bearer, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).\n* The bearer gains the following ability: ‘Eternal Flame (Aura)**:** While an enemy PSYKER** unit is within 18″ of the bearer, each time a [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) is taken for that unit that contains any double, that unit suffers [Perils of the Warp](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Perils-of-the-Warp).’"
+ },
+ "Relics of the Ecclesiarchy§Chaplet of Sacrifice": {
+ "text": "**ADEPTA** SORORITAS** model only.\n\n* Once per battle, if the bearer is selected to use an Epic Deed Stratagem (excluding [Divine Intervention](https://wahapedia.ru/wh40k9ed/factions/adepta-sororitas/#Stratagems)), that Stratagem costs 0CP.\n* Each time the bearer makes an attack, you can re-roll the [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).\n* When the bearer is destroyed, do not remove that model from play. At the end of the phase, it can either shoot as if it were your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), or fight as if it were the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE). After resolving the destroyed model’s attacks, it is then removed."
+ },
+ "Relics of the Ecclesiarchy§Icon of the Crimson Martyr": {
+ "text": "**ORDER OF** THE** BLOODY** ROSE** IMAGIFIER** model only.\n\n* Add 1 to the bearer’s Wounds characteristic.\n* The bearer’s Litany of Deeds** ability has the following additional tale, which can be selected instead of one of the ones listed on the bearers datasheet:\n\nTale of the Martyr**:** At the end of any phase (other than the [Morale phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MORALE-PHASE)) in which any friendly ORDER OF** THE** BLOODY** Miracle dice, you can re-roll that dice before adding it to your pool."
- },
- "Relics of the Ecclesiarchy§Mantle of Ophelia": {
- "text": "**CANONESS** model only. Each time an attack is allocated to the bearer, the Damage characteristic of that attack is changed to 1."
- },
- "Relics of the Ecclesiarchy§Triptych of the Macharian Crusade": {
- "text": "**SANCTIFIED** or **CULT IMPERIALIS** model only.\n\n* Add 1 to the bearer’s Toughness characteristic.\n* The bearer has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n* Once per turn, the first time a [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) is failed for the bearer, the Damage characteristic of that attack is changed to 0."
- },
- "Relics of the Ecclesiarchy§Iron Surplice of Saint Istaela": {
- "text": "**ADEPTA** SORORITAS** model only.\n\n* Add 1 to the bearer’s Wounds characteristic.\n* Each time an attack is made against the bearer, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1-3 for that attack fails, irrespective of any abilities that the weapon or the model making the attack may have.\n* The bearer has a Save characteristic of 2+."
- },
- "Relics of the Ecclesiarchy§The Sigil Ecclesiasticus": {
- "text": "**PRIEST** model only.\n\n* The bearer knows one additional hymn from the [Hymns of Battle](https://wahapedia.ru/wh40k9ed/factions/adepta-sororitas/#Hymns-of-Battle).\n* In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), the bearer can intone one additional hymn that it knows that has not already been intoned by a friendly model that turn."
- },
- "Relics of the Ecclesiarchy§Blessings of Sebastian Thor": {
- "text": "**ADEPTA** SORORITAS** model only. Before you determine which sacred rite(s) are active for your army, select two sacred rites. Until the end of the battle, these sacred rites are active for the bearer’s unit instead of those that are active for the rest of your army."
- },
- "Relics of the Ecclesiarchy§Simulacrum Sanctorum": {
- "text": "**IMAGIFIER** model only. At the start of the battle, before the first turn begins, you must select two tales for the bearer to recount instead of just one. You cannot select a tale that another model from your army is already recounting unless all three tales are being recounted by models from your army."
- },
- "Relics of the Ecclesiarchy§Chaplet of Sacrifice": {
- "text": "**ADEPTA** SORORITAS** model only.\n\n* Once per battle, if the bearer is selected to use an Epic Deed Stratagem (excluding [Divine Intervention](https://wahapedia.ru/wh40k9ed/factions/adepta-sororitas/#Stratagems)), that Stratagem costs 0CP.\n* Each time the bearer makes an attack, you can re-roll the [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).\n* When the bearer is destroyed, do not remove that model from play. At the end of the phase, it can either shoot as if it were your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), or fight as if it were the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE). After resolving the destroyed model’s attacks, it is then removed."
- },
- "Relics of the Ecclesiarchy§Armour of True Sacrifice": {
- "text": "**ORDER OF** THE** BLOODY** ROSE** model only.\n\n* The bearer has a Save characteristic of 2+.\n* If the bearer loses one or more wounds during a phase, at the end of that phase, you gain 1 Miracle dice."
- },
- "Relics of the Ecclesiarchy§Icon of the Crimson Martyr": {
- "text": "**ORDER OF** THE** BLOODY** ROSE** IMAGIFIER** model only.\n\n* Add 1 to the bearer’s Wounds characteristic.\n* The bearer’s Litany of Deeds** ability has the following additional tale, which can be selected instead of one of the ones listed on the bearers datasheet:\n\nTale of the Martyr**:** At the end of any phase (other than the [Morale phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MORALE-PHASE)) in which any friendly ORDER OF** THE** BLOODY** Miracle dice.",
- "stats": {
- "Discipline": {
- "value": "Codex Supplement: Order of the Bloody Rose 1"
- }
- }
- },
- "Warlord Trait§Incandescent Reprisal": {
- "text": "* Each time this **WARLORD** would lose a wound, roll one D6: on a 5+, that wound is not lost.\n* Once per phase, after an enemy unit shoots or fights, if this WARLORD** suffered any wounds as a result of those attacks:\n\n* If this WARLORD** is not within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, this WARLORD** can shoot with one ranged weapon it is equipped with. It can only target that enemy unit when doing so, and only if that enemy unit is an eligible target.\n* If this WARLORD** is within Engagement Range of any enemy units and has not already been selected to fight during this phase, it can immediately be selected to fight. It can only target that enemy unit when doing so, and only if that enemy unit is an eligible target.",
- "stats": {
- "Discipline": {
- "value": "Codex Supplement: Order of the Bloody Rose 2"
- }
- }
- },
- "Warlord Trait§Red-handed Castigator": {
- "text": "* Each time you gain a Miracle dice at the end of a phase as a result of the Vengeance ability, if this **WARLORD** destroyed any enemy units during that phase, that Miracle dice is automatically a 6.\n* Each time this WARLORD** makes a melee attack, if this WARLORD** made a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit), was charged or [performed a Heroic Intervention](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention) this turn, you can re-roll that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).",
- "stats": {
- "Discipline": {
- "value": "Codex Supplement: Order of the Bloody Rose 3"
- }
- }
- },
- "Warlord Trait§Inspiring Orator": {
- "text": "* Each time this **WARLORD** intones a [hymn](https://wahapedia.ru/wh40k9ed/factions/adepta-sororitas/#Hymns-of-Battle) or uses an ability in your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE) that specifies a range, you can add 3\" to the range of that hymn or ability. This does not affect the [Miracle range](https://wahapedia.ru/wh40k9ed/factions/adepta-sororitas/#Blessings-of-the-Faithful) of any abilities.\n* This WARLORD** has the following ability: ‘Inspiring Orator (Aura)**:** While a friendly **<ORDER> CORE** unit is within 6\" of this WARLORD**, that unit ignores the [Combat Attrition](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Combat-Attrition-Tests) penalty for being below [Half-strength](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Starting-Strength-Half-strength-and-Destroyed-Units).’",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 1"
- }
- }
- },
- "Warlord Trait§Righteous Rage": {
- "text": "Each time this **WARLORD** makes a melee attack, you can re-roll the [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) and you can re-roll the [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll).",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 2"
- }
- }
- },
- "Warlord Trait§Executioner Of Heretics (aura)": {
- "text": "While an enemy unit is within 6\" of this **WARLORD**:\n\n* Subtract 1 from the Leadership characteristic of models in that unit.\n* Each time a [Combat Attrition test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Combat-Attrition-Tests) is taken for that unit, subtract 1 from that Combat Attrition test.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 3"
- }
- }
- },
- "Warlord Trait§Beacon Of Faith": {
- "text": "At the start of your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), if this **WARLORD** is on the battlefield, you gain 1 Miracle dice. This Miracle dice can only be used when your WARLORD** performs an Act of Faith or uses a [Miraculous ability](https://wahapedia.ru/wh40k9ed/factions/adepta-sororitas/#Blessings-of-the-Faithful), and if not used by the start of your next Command phase, it is discarded. This Miracle dice can be used to perform an Act of Faith even if another unit from your army has already performed an Act of Faith this phase.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 4"
- }
- }
- },
- "Warlord Trait§Indomitable Belief (aura)": {
- "text": "While a friendly **<ORDER> CORE** INFANTRY** unit is within 6\" of this WARLORD**, the [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) models in that unit receive from the Shield of Faith ability is improved by 1 (to a maximum of 4+).",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 5"
- }
- }
- },
- "Warlord Trait§Pure Of Will": {
- "text": "* This **WARLORD** can attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) one additional psychic power in your opponent’s [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), as described in the Shield of Faith ability.\n* Add 3 to [Deny the Witch tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) taken for this WARLORD**.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 6"
- }
- }
- },
- "Warlord Trait§Saintly Example": {
- "text": "* In addition to this Warlord Trait, this **WARLORD** has one randomly generated Warlord Trait from the [Adepta Sororitas Warlord traits](https://wahapedia.ru/wh40k9ed/factions/adepta-sororitas/#Warlord-Traits) table in *Codex: Adepta Sororitas*. Each Warlord Trait in your army must be unique, so re-roll duplicate results.\n* If this WARLORD** is destroyed, you can immediately select another **ORDER OF** OUR** MARTYRED** LADY** CHARACTER** model from your army that does not have a Warlord Trait. Then, select a Warlord Trait that no model in your army has (this must be a Warlord Trait that the model you just selected can have, and it cannot be Saintly Example). Until the end of the battle, that model gains that Warlord Trait and for all rules purposes now counts as your WARLORD**. If any mission objectives, [secondary objective](https://wahapedia.ru/wh40k9ed/the-rules/matched-play/#Secondary-Objectives) or [Agenda](https://wahapedia.ru/wh40k9ed/the-rules/narrative-play/#Agendas) rules are triggered when your WARLORD** is destroyed, those rules are not triggered until after the new WARLORD** is destroyed.",
- "stats": {
- "Discipline": {
- "value": "Codex Supplement: Order of Our Martyred Lady 1"
- }
- }
- },
- "Warlord Trait§Saint Katherine’s Legacy": {
- "text": "* The Spirit of the Martyr sacred rite is active for this **WARLORD** in addition to any others that are active for your army.\n* This WARLORD** has the following ability: ‘Saint Katherine's Legacy (Aura)**:** While a friendly ORDER** OF** OUR** MARTYRED** LADY** unit is within 6\" of this WARLORD**, if the Spirit of the Martyr sacred rite is active for your army, or for that unit, each time you roll a D6 when a model in that unit is destroyed, the attacking model suffers a [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on a 5+.’",
- "stats": {
- "Discipline": {
- "value": "Codex Supplement: Order of Our Martyred Lady 2"
- }
- }
- },
- "Warlord Trait§Martyr’s Strength": {
- "text": "For each wound this **WARLORD** has lost, add 1 to its Strength and Attacks characteristic (to a maximum of +2 each).",
- "stats": {
- "Discipline": {
- "value": "Codex Supplement: Order of Our Martyred Lady 3"
- }
- }
- },
- "HQ§Uriah Jacobus": {
+ "Roster§Army": {},
+ "Troops§Battle Sister Squad (Legendary)": {
"stats": {
"Power Level": {
- "value": 3
+ "value": 4
+ },
+ "model": {
+ "value": "Model§Battle Sister (Battle Sister Squad (Legendary))"
+ },
+ "Simulacrum imperialis": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Simulacrum imperialis",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Incensor cherub": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Incensor cherub",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Battle Sister Squad (Legendary)": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 14,
+ "increment": {
+ "value": 5
+ }
}
},
"keywords": {
+ "Source": [
+ "Datasheet—Warhammer Legends: Adepta Sororitas"
+ ],
+ "Edition": [
+ "8th"
+ ],
"Keywords": [
- "Character",
- "Infantry",
- "Ministorum Priest",
- "Uriah Jacobus"
+ "Battle Sister Squad",
+ "Infantry"
],
"Faction": [
+ "",
+ "Adepta Sororitas",
"Adeptus Ministorum",
"Imperium"
]
},
"assets": {
"traits": [
- "Ability§Zealot",
- "Ability§Banner of Sanctity",
- "Ability§Rosarius",
- "Ability§War Hymns",
- "Ability§Word of the Emperor",
+ "Ability§Acts of Faith",
+ "Ability§Sacred Rites",
+ "Ability§Shield of Faith",
+ "Ability§Armour of Contempt",
{
- "item": "Model§Uriah Jacobus",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
+ "item": "Model§Battle Sister (Battle Sister Squad (Legendary))",
+ "quantity": 4
+ },
+ "Model§Sister Superior (Battle Sister Squad (Legendary))"
+ ]
+ },
+ "text": "This unit contains 1 Sister Superior and 4 Battle Sisters. It can additionally contain up to 5 Battle Sisters (**Power Rating +2**) or up to 10 Battle Sisters (Power Rating +4**). Every model is equipped with: bolt pistol; boltgun; frag grenades; krak grenades.\n\n• 1 Battle Sister can be equipped with 1 weapon from the Special Weapons list instead of 1 boltgun.\n\n• 1 Battle Sister can be equipped with one of the following instead of 1 boltgun: 1 weapon from the ***Heavy Weapons** list; 1 weapon from the **Special Weapons*** list.\n\n• 1 Battle Sister equipped with 1 boltgun can have a Simulacrum Imperialis.\n\n• The Sister Superior can additionally be equipped with 1 weapon from the **Melee Weapons** list, or can be equipped with 1 weapon from the **Melee Weapons*** list instead of 1 boltgun.\n\n• The Sister Superior can be equipped with 1 weapon from the **Ranged Weapons*** list instead of 1 boltgun.\n\n• The Sister Superior can be equipped with 1 weapon from the Pistols*** list instead of 1 bolt pistol.\n\n• The unit can have an Incensor Cherub.\n\n• The Sister Superior can additionally be equipped with 1 power axe.\n\n• The Sister Superior can be equipped with one of the following instead of 1 boltgun: 1 storm bolter; 1 power axe.\n\nnull\n\n***ERROR***—*there might be a problem with Power Rating that will require a custom rule.*",
+ "allowed": {
+ "items": [
+ "Model§Battle Sister (Battle Sister Squad (Legendary))"
]
},
- "text": "Uriah Jacobus is a single model equipped with: bolt pistol; Redeemer; chainsword; frag grenades; krak grenades. Only one **URIAH JACOBUS** model can be included in your army.\n\n\n\nnull",
"meta": {
"Publication": "[Warhammer Legends: Adepta Sororitas (Datasheet) 8th ed. – @2019-12-04](https://www.warhammer-community.com/wp-content/uploads/2019/12/c579975b.pdf)"
}
},
- "Elites§Crusaders": {
- "stats": {
- "Power Level": {
- "value": 1
- },
- "model": {
- "value": "Model§Crusader"
- },
- "Crusaders": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 2,
- "min": 2,
- "max": 6,
- "increment": {
- "value": 2
- }
- },
- "poweri": {
- "value": 1
- },
- "power1": {
- "value": 3
- },
- "power2": {
- "value": 5
- }
- },
- "keywords": {
- "Keywords": [
- "Core",
- "Crusaders",
- "Cult Imperialis",
- "Ecclesiarchy Battle Conclave",
- "Infantry"
- ],
- "Faction": [
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Zealot",
- "Ability§Ecclesiarchy Battle Conclave",
- "Ability§Crusader shield",
- "Ability§Spiritual Fortitude",
- {
- "item": "Model§Crusader",
- "quantity": 2
- }
- ]
- },
- "text": "If this unit contains between 3-4 models, it has **Power Rating 2**. If this unit contains 5 or more models, it has Power Rating 3**. Every model is equipped with: power sword.\n\n\n\nnull",
- "allowed": {
- "items": [
- "Model§Crusader"
- ]
- },
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "Elites§Death Cult Assassins": {
- "stats": {
- "Power Level": {
- "value": 1
- },
- "model": {
- "value": "Model§Death Cult Assassin"
- },
- "Death Cult Assassins": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 2,
- "min": 2,
- "max": 6,
- "increment": {
- "value": 2
- }
- },
- "poweri": {
- "value": 1
- },
- "power1": {
- "value": 3
- },
- "power2": {
- "value": 5
- }
- },
- "keywords": {
- "Keywords": [
- "Core",
- "Cult Imperialis",
- "Death Cult Assassins",
- "Ecclesiarchy Battle Conclave",
- "Infantry"
- ],
- "Faction": [
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Zealot",
- "Ability§Ecclesiarchy Battle Conclave",
- "Ability§Uncanny Reflexes",
- {
- "item": "Model§Death Cult Assassin",
- "quantity": 2
- }
- ]
- },
- "text": "If this unit contains between 3-4 models, it has **Power Rating 2**. If this unit contains 5 or more models, it has Power Rating 3**. Every model is equipped with: Death Cult power blades.\n\n\n\nnull",
- "allowed": {
- "items": [
- "Model§Death Cult Assassin"
- ]
- },
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "Elites§Arco-flagellants": {
- "stats": {
- "Power Level": {
- "value": 2
- },
- "model": {
- "value": "Model§Arco-flagellant"
- },
- "Arco-flagellants": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 3,
- "min": 3,
- "max": 10
- },
- "poweri": {
- "value": 2
- },
- "power1": {
- "value": 4
- },
- "power2": {
- "value": 7
- },
- "Endurant implants": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Endurant implants"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Arco-flagellants",
- "Core",
- "Cult Imperialis",
- "Ecclesiarchy Battle Conclave",
- "Infantry"
- ],
- "Faction": [
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Zealot",
- "Ability§Ecclesiarchy Battle Conclave",
- "Ability§Berserk Killing Machines",
- "Ability§Instrument of Pain and Penance",
- {
- "item": "Model§Arco-flagellant",
- "quantity": 3
- }
- ]
- },
- "text": "If this unit contains between 4-6 models, it has **Power Rating 4**. If this unit contains 7 or more models, it has Power Rating 6**. Every model is equipped with: arco-flails.\n\n• 1 model can be equipped with 1 endurant implants.\n\nnull\n\nERROR: there might be a problem with incrementation that will require inputting by hand.",
- "allowed": {
- "items": [
- "Model§Arco-flagellant"
- ]
- },
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "Heavy Support§Penitent Engines": {
- "stats": {
- "Power Level": {
- "value": 3
- },
- "model": {
- "value": "Model§Penitent Engine"
- },
- "Penitent Engines": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 1,
- "min": 1,
- "max": 4,
- "increment": {
- "value": 1
- }
- },
- "poweri": {
- "value": 3
- },
- "power1": {
- "value": 2
- },
- "power2": {
- "value": 3
- },
- "power3": {
- "value": 4
- }
- },
- "keywords": {
- "Keywords": [
- "Cult Imperialis",
- "Engine of Redemption",
- "Penitent Engines",
- "Vehicle"
- ],
- "Faction": [
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Zealot",
- "Ability§Endless Suffering",
- "Ability§Berserk Killing Machines",
- "Ability§Wrath of the Penitent",
- "Ability§Instrument of Pain and Penance",
- "Model§Penitent Engine"
- ]
- },
- "text": "If this unit contains 2 models, it has **Power Rating 6**. If this unit contains 3 models, it has Power Rating 9**. If this unit contains 4 models, it has Power Rating 12**. Every model is equipped with: 2 Ministorum heavy flamers; 2 penitent buzz-blades.\n\n• Any number of models can each have their 2 penitent buzz-blades replaced with one of the following:\n\n○ 1 penitent buzz-blade and 1 penitent flail.\n\n○ 2 penitent flails.\n\nnull",
- "allowed": {
- "items": [
- "Model§Penitent Engine"
- ]
- },
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "HQ§Celestine and Geminae Superia": {
- "stats": {
- "Power Level": {
- "value": 10
- }
- },
- "keywords": {
- "Keywords": [
- "Celestine",
- "Character",
- "Fly",
- "Geminae Superia",
- "Infantry",
- "Jump Pack",
- "Living Saint",
- "Sanctified"
- ],
- "Faction": [
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Lifewards",
- "Ability§Divine Guardians",
- "Ability§The Armour of Saint Katherine",
- "Ability§Miraculous Intervention",
- "Ability§Saintly Blessings (Aura)",
- "Ability§Sky Strike",
- "Ability§Angelic Saviour",
- "Ability§Healing Tears",
- "Ability§Armour of Contempt",
- "Model§Celestine",
- {
- "item": "Model§Geminae Superia",
- "quantity": 2
- }
- ]
- },
- "text": "Celestine is equipped with: the Ardent Blade. Each Geminae Superia is equipped with: bolt pistol; power sword; frag grenades; krak grenades. Your army can only include 1 **CELESTINE** model.\n\n\n\nnull",
- "allowed": {
- "items": [
- "Model§Geminae Superia"
- ]
- },
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "HQ§Canoness": {
- "stats": {
- "Power Level": {
- "value": 3
- },
- "Null rod": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Null rod",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Rod of Office": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Rod of Office",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Canoness",
- "Character",
- "Infantry"
- ],
- "Faction": [
- "",
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Rosarius",
- "Ability§Lead the Righteous (Aura)",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Canoness (Canoness)",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Canoness is equipped with: plasma pistol; power sword; rod of office; frag grenades; krak grenades.\n\n• This model’s plasma pistol, power sword and rod of office can be replaced with one of the following:\n\n○ 1 condemnor boltgun and one of the following: 1 blessed blade; 1 chainsword, 1 power sword,\n\n○ 1 weapon from the ***Pistols*** list and one of the following: 1 blessed blade; 1 chainsword; 1 power sword.\n\n• If this model is equipped with a chainsword, it can be equipped with one of the following: 1 brazier of holy fire; 1 null rod.\n\nnull",
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "Elites§Imagifier": {
- "stats": {
- "Power Level": {
- "value": 3
- }
- },
- "keywords": {
- "Keywords": [
- "Character",
- "Imagifier",
- "Infantry"
- ],
- "Faction": [
- "",
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Litany of Deeds",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Imagifier",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "An Imagifier is equipped with: boltgun; frag grenades; krak grenades.\n\n\n\nnull",
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "Elites§Hospitaller": {
- "stats": {
- "Power Level": {
- "value": 3
- }
- },
- "keywords": {
- "Keywords": [
- "Character",
- "Hospitaller",
- "Infantry",
- "Sanctified"
- ],
- "Faction": [
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Non-militant Order",
- "Ability§Medicus Ministorum (Aura)",
- "Ability§Sacred Healing",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Hospitaller",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Hospitaller is equipped with: bolt pistol; chirurgeon’s tools.\n\n\n\nnull",
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "Elites§Dialogus": {
- "stats": {
- "Power Level": {
- "value": 3
- }
- },
- "keywords": {
- "Keywords": [
- "Character",
- "Dialogus",
- "Infantry",
- "Priest",
- "Sanctified"
- ],
- "Faction": [
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Laud Hailer (Aura)",
- "Ability§Non-militant Order",
- "Ability§Stirring Rhetoric (Aura)",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Dialogus",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Dialogus is equipped with: bolt pistol; Dialogus staff.\n\n\n\nnull",
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
"Troops§Battle Sisters Squad": {
"stats": {
"Power Level": {
"value": 3
},
"model": {
- "value": "Model§Battle Sister"
- },
- "Battle Sisters Squad": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 4,
- "min": 4,
- "max": 19,
- "increment": {
- "value": 5
- }
- },
- "poweri": {
- "value": 3
- },
- "power1": {
- "value": 6
- },
- "power2": {
- "value": 11
- },
- "power3": {
- "value": 16
+ "value": "Model§Battle Sister (Battle Sisters Squad)"
},
"Incensor cherub": {
"value": 0,
"statType": "rank",
"statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
"ranks": {
"0": {
"order": 0,
@@ -26912,6 +27408,8 @@
"value": 0,
"statType": "rank",
"statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
"ranks": {
"0": {
"order": 0,
@@ -26942,9 +27440,40 @@
},
"visibility": "active",
"dynamic": true
+ },
+ "Battle Sisters Squad": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 19,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 3
+ },
+ "power1": {
+ "value": 6
+ },
+ "power2": {
+ "value": 11
+ },
+ "power3": {
+ "value": 16
}
},
"keywords": {
+ "Source": [
+ "Codex—Adepta Sororitas—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
"Keywords": [
"Battle Sisters Squad",
"Core",
@@ -26980,2365 +27509,6 @@
"Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
}
},
- "Fast Attack§Seraphim Squad": {
- "stats": {
- "Power Level": {
- "value": 4
- },
- "model": {
- "value": "Model§Seraphim"
- },
- "Seraphim Squad": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 4,
- "min": 4,
- "max": 9,
- "increment": {
- "value": 5
- }
- },
- "poweri": {
- "value": 4
- },
- "power1": {
- "value": 6
- }
- },
- "keywords": {
- "Keywords": [
- "Core",
- "Fly",
- "Infantry",
- "Jump Pack",
- "Seraphim Squad"
- ],
- "Faction": [
- "",
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Angelic Visage",
- "Ability§Sky Strike",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Seraphim",
- "quantity": 4
- },
- "Model§Seraphim Superior"
- ]
- },
- "text": "If this unit contains 6 or more models, it has **Power Rating 8**. Every model is equipped with: 2 bolt pistols; frag grenades; krak grenades.\n\n• Up to 2 Seraphim can each have their 2 bolt pistols replaced with one of the following: 2 inferno pistols; 2 Ministorum hand flamers.\n\n• The Seraphim Superior’s 2 bolt pistols can be replaced with one of the following:\n\n○ 1 bolt pistol and 1 chainsword.\n\n○ 1 bolt pistol and 1 power sword.\n\n○ 1 plasma pistol and 1 chainsword.\n\n○ 1 plasma pistol and 1 power sword.\n\n○ 1 bolt pistol and 1 plasma pistol.\n\nnull",
- "allowed": {
- "items": [
- "Model§Seraphim"
- ]
- },
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "Elites§Celestian Squad": {
- "stats": {
- "Power Level": {
- "value": 4
- },
- "model": {
- "value": "Model§Celestian"
- },
- "Celestian Squad": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 4,
- "min": 4,
- "max": 9,
- "increment": {
- "value": 5
- }
- },
- "poweri": {
- "value": 3
- },
- "power1": {
- "value": 6
- },
- "Incensor cherub": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Incensor cherub",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Simulacrum imperialis": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Simulacrum imperialis",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Celestian",
- "Celestian Squad",
- "Core",
- "Infantry"
- ],
- "Faction": [
- "",
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Bodyguard",
- "Ability§Sworn Protectors",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Celestian (Celestian Squad)",
- "quantity": 4
- },
- "Model§Celestian Superior (Celestian Squad)"
- ]
- },
- "text": "If this unit contains 6 or more models, it has **Power Rating 7**. Every model is equipped with: bolt pistol; boltgun; frag grenades; krak grenades.\n\n• 1 Celestian’s boltgun can be replaced with 1 weapon from the ***Special Weapons*** list.\n\n• 1 Celestian’s boltgun can be replaced with one of the following: 1 weapon from the **Heavy Weapons** list; 1 weapon from the **Special Weapons*** list.\n\n• The Celestian Superior can be equipped with 1 weapon from the **Melee Weapons*** list.\n\n• The Celestian Superior’s bolt pistol and boltgun can be replaced with one of the following:\n\n○ 1 bolt pistol and 1 weapon from the **Ranged Weapons*** list.\n\n○ 1 weapon from the Pistols*** list.\n\n• 1 Celestian equipped with 1 boltgun can be equipped with 1 simulacrum imperialis. That model’s boltgun cannot be replaced.\n\n• The unit can have an incensor cherub.\n\nnull",
- "allowed": {
- "items": [
- "Model§Celestian (Celestian Squad)"
- ]
- },
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "Elites§Sisters Repentia": {
- "stats": {
- "Power Level": {
- "value": 3
- },
- "model": {
- "value": "Model§Sister Repentia"
- },
- "Sisters Repentia": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 4,
- "min": 4,
- "max": 10
- },
- "poweri": {
- "value": 3
- },
- "power1": {
- "value": 5
- }
- },
- "keywords": {
- "Keywords": [
- "Core",
- "Infantry",
- "Sisters Repentia"
- ],
- "Faction": [
- "",
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Zealot",
- "Ability§Solace in Anguish",
- "Ability§Martyrdom",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Sister Repentia",
- "quantity": 4
- }
- ]
- },
- "text": "If this unit contains 5 or more models, it has **Power Rating 6**. Every model is equipped with: penitent eviscerator.\n\n\n\nnull\n\nERROR: there might be a problem with incrementation that will require inputting by hand.",
- "allowed": {
- "items": [
- "Model§Sister Repentia"
- ]
- },
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "Heavy Support§Retributor Squad": {
- "stats": {
- "Power Level": {
- "value": 6
- },
- "model": {
- "value": "Model§Retributor"
- },
- "Retributor Squad": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 4,
- "min": 4,
- "max": 9,
- "increment": {
- "value": 5
- }
- },
- "poweri": {
- "value": 3
- },
- "power1": {
- "value": 6
- },
- "Armorium cherub": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Armorium cherub",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Simulacrum imperialis": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Simulacrum imperialis",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Core",
- "Infantry",
- "Retributor Squad"
- ],
- "Faction": [
- "",
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Storm of Retribution",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Retributor (Retributor Squad)",
- "quantity": 4
- },
- "Model§Retributor Superior (Retributor Squad)"
- ]
- },
- "text": "If this unit contains 6 or more models, it has **Power Rating 9**. Every model is equipped with: bolt pistol; boltgun; frag grenades; krak grenades.\n\n• Up to 4 Retributors can each have their boltgun replaced with 1 weapon from the ***Heavy Weapons*** list.\n\n• The Retributor Superior can be equipped with 1 weapon from the **Melee Weapons*** list.\n\n• The Retributor Superior’s bolt pistol and boltgun can be replaced with one of the following:\n\n○ 1 bolt pistol and 1 weapon from the **Ranged Weapons*** list.\n\n○ 1 weapon from the Pistols*** list.\n\n• 1 Retributor equipped with 1 boltgun can be equipped with 1 simulacrum imperialis. That model’s boltgun cannot be replaced.\n\n• The unit can have up to 2 armorium cherubs.\n\nnull",
- "allowed": {
- "items": [
- "Model§Retributor (Retributor Squad)"
- ]
- },
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "Fast Attack§Dominion Squad": {
- "stats": {
- "Power Level": {
- "value": 5
- },
- "model": {
- "value": "Model§Dominion"
- },
- "Dominion Squad": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 4,
- "min": 4,
- "max": 9,
- "increment": {
- "value": 5
- }
- },
- "poweri": {
- "value": 3
- },
- "power1": {
- "value": 6
- },
- "Incensor cherub": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Incensor cherub",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Simulacrum imperialis": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Simulacrum imperialis",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Core",
- "Dominion Squad",
- "Infantry"
- ],
- "Faction": [
- "",
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Holy Vanguard",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Dominion (Dominion Squad)",
- "quantity": 4
- },
- "Model§Dominion Superior (Dominion Squad)"
- ]
- },
- "text": "If this unit contains 6 or more models, it has **Power Rating 8**. Every model is equipped with: bolt pistol; boltgun; frag grenades; krak grenades.\n\n• Up to 4 Dominions can each have their boltgun replaced with 1 weapon from the ***Special Weapons*** list.\n\n• The Dominion Superior can be equipped with 1 weapon from the **Melee Weapons*** list.\n\n• The Dominion Superior’s bolt pistol and boltgun can be replaced with one of the following:\n\n○ 1 bolt pistol and 1 weapon from the **Ranged Weapons*** list.\n\n○ 1 weapon from the Pistols*** list.\n\n• 1 Dominion equipped with 1 boltgun can be equipped with 1 simulacrum imperialis. That model’s boltgun cannot be replaced.\n\n• The unit can have an Incensor Cherub.\n\nnull",
- "allowed": {
- "items": [
- "Model§Dominion (Dominion Squad)"
- ]
- },
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "Dedicated Transport§Sororitas Rhino": {
- "stats": {
- "Power Level": {
- "value": 4
- }
- },
- "keywords": {
- "Keywords": [
- "Hallowed",
- "Smokescreen",
- "Sororitas Rhino",
- "Transport",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Explodes",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Sororitas Rhino",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Sororitas Rhino is equipped with: storm bolter.\n\n• This model can be equipped with 1 hunter-killer missile.\n\nnull",
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "Dedicated Transport§Immolator": {
- "stats": {
- "Power Level": {
- "value": 7
- }
- },
- "keywords": {
- "Keywords": [
- "Hallowed",
- "Immolator",
- "Smokescreen",
- "Transport",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Explodes",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Immolator",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "An Immolator is equipped with: immolation flamers; heavy bolter.\n\n• This model’s immolation flamers can be replaced with one of the following: 1 twin heavy bolter; 1 twin multi-melta.\n\n• This model can be equipped with 1 hunter-killer missile.\n\nnull",
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "Heavy Support§Exorcist": {
- "stats": {
- "Power Level": {
- "value": 8
- }
- },
- "keywords": {
- "Keywords": [
- "Exorcist",
- "Hallowed",
- "Smokescreen",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Explodes",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Exorcist",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "An Exorcist is equipped with: Exorcist missile launcher; heavy bolter.\n\n• This model’s Exorcist missile launcher can be replaced with 1 Exorcist conflagration rocket.\n\n• This model can be equipped with 1 hunter-killer missile.\n\nnull",
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "Dedicated Transport§Repressor": {
- "stats": {
- "Power Level": {
- "value": 5
- }
- },
- "keywords": {
- "Keywords": [
- "Repressor",
- "Transport",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Smoke Launchers",
- "Ability§Explodes",
- "Ability§Firing Points",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Repressor",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Repressor is equipped with: Repressor heavy flamer; storm bolter; dozer ram.\n\n• This model can be equipped with 1 hunter-killer missile.\n\n• This model can be equipped with one of the following: 1 Repressor heavy flamer; 1 storm bolter.\n\nnull",
- "meta": {
- "Publication": "[Warhammer Legends: Forge World (Index) 9th ed. – 1.0 @2020-12-17](https://www.warhammer-community.com/wp-content/uploads/2020/11/1qpk5gayVm5VmR4f.pdf)"
- }
- },
- "HQ§Missionary": {
- "stats": {
- "Power Level": {
- "value": 3
- }
- },
- "keywords": {
- "Keywords": [
- "Character",
- "Cult Imperialis",
- "Infantry",
- "Missionary",
- "Priest"
- ],
- "Faction": [
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Zealot",
- "Ability§Rosarius",
- "Ability§Emboldened by Prayer (Aura)",
- {
- "item": "Model§Missionary",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Missionary is equipped with: auto pistol; servo-stubber; power maul; frag grenades; krak grenades.\n\n• This model’s auto pistol, servo-stubber and power maul can be replaced with one of the following:\n\n○ 1 autogun, 1 auto pistol and 1 chainsword.\n\n○ 1 bolt pistol, 1 Ministorum shotgun and 1 chainsword.\n\nnull",
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "Elites§Preacher": {
- "stats": {
- "Power Level": {
- "value": 2
- }
- },
- "keywords": {
- "Keywords": [
- "Character",
- "Cult Imperialis",
- "Infantry",
- "Preacher",
- "Priest"
- ],
- "Faction": [
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Zealot",
- "Ability§Priestly Delegation",
- "Ability§Rosarius",
- "Ability§Icon the Ecclesiarchy (Aura)",
- {
- "item": "Model§Preacher (Preacher)",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Preacher is equipped with: zealot’s vindictor.\n\n• This model’s zealot’s vindictor can be replaced with 1 auto pistol and 1 chainsword.\n\nnull",
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "HQ§Arch-Confessor Kyrinov": {
- "stats": {
- "Power Level": {
- "value": 3
- }
- },
- "keywords": {
- "Keywords": [
- "Arch-Confessor Kyrinov",
- "Character",
- "Infantry",
- "Ministorum Priest"
- ],
- "Faction": [
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Zealot",
- "Ability§Icon of Chiros",
- "Ability§Rosarius",
- "Ability§War Hymns",
- "Ability§Word of the Emperor",
- {
- "item": "Model§Arch-Confessor Kyrinov",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "Arch-Confessor Kyrinov is a single model equipped with: bolt pistol; Mace of Valaan; frag grenades; krak grenades. Only one **ARCH-CONFESSOR KYRINOV** model can be included in your army.\n\n\n\nnull",
- "meta": {
- "Publication": "[Warhammer Legends: Adepta Sororitas (Datasheet) 8th ed. – @2019-12-04](https://www.warhammer-community.com/wp-content/uploads/2019/12/c579975b.pdf)"
- }
- },
- "HQ§Triumph of Saint Katherine": {
- "stats": {
- "Power Level": {
- "value": 11
- }
- },
- "keywords": {
- "Keywords": [
- "Character",
- "Infantry",
- "Sanctified",
- "Triumph of Saint Katherine"
- ],
- "Faction": [
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Praesidium Protectiva",
- "Ability§Solemn Procession",
- "Ability§Relics of the Matriarchs",
- "Ability§The Fiery Heart",
- "Ability§Censer of the Sacred Rose",
- "Ability§Simulacrum of the Ebon Chalice",
- "Ability§Petals of the Bloody Rose",
- "Ability§Icon of the Valorous Heart",
- "Ability§Simulacrum of the Argent Shroud",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Triumph of Saint Katherine",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "The Triumph of Saint Katherine is equipped with: 6 bolt pistols; Martyr’s Sword; relic weapons; frag grenades; krak grenades. Your army can only include 1 **TRIUMPH OF** SAINT** KATHERINE** model.\n\n\n\nnull",
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "HQ§Junith Eruita": {
- "stats": {
- "Power Level": {
- "value": 7
- }
- },
- "keywords": {
- "Keywords": [
- "Canoness Superior",
- "Character",
- "Chariot",
- "Fly",
- "Junith Eruita",
- "Vehicle"
- ],
- "Faction": [
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium",
- "Order of Our Martyred Lady"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Rosarius",
- "Ability§Fiery Conviction",
- "Ability§The Pulpit of Saint Holline’s Basilica (Aura)",
- "Ability§Lead the Righteous (Aura)",
- "Ability§Explodes",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Junith Eruita",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "Junith Eruita is equipped with: 2 Ministorum heavy flamers; Mace of Castigation. Your army can only include 1 **JUNITH ERUITA** model.\n\n\n\nnull",
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "Elites§Repentia Superior": {
- "stats": {
- "Power Level": {
- "value": 2
- }
- },
- "keywords": {
- "Keywords": [
- "Character",
- "Infantry",
- "Repentia Superior"
- ],
- "Faction": [
- "",
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Scourge of the Penitent",
- "Ability§Driven Onwards",
- "Ability§Overseer of Redemption (Aura)",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Repentia Superior",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Repentia Superior is equipped with: neural whips; frag grenades; krak grenades.\n\n• This model can be equipped with 1 bolt pistol.\n\nnull",
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "Fast Attack§Zephyrim Squad": {
- "stats": {
- "Power Level": {
- "value": 4
- },
- "model": {
- "value": "Model§Zephyrim"
- },
- "Zephyrim Squad": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 4,
- "min": 4,
- "max": 9,
- "increment": {
- "value": 5
- }
- },
- "poweri": {
- "value": 4
- },
- "power1": {
- "value": 6
- },
- "Zephyrim pennant": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Zephyrim pennant"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Core",
- "Fly",
- "Infantry",
- "Jump Pack",
- "Zephyrim Squad"
- ],
- "Faction": [
- "",
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Angelic Visage",
- "Ability§Sky Strike",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Zephyrim",
- "quantity": 4
- },
- "Model§Zephyrim Superior"
- ]
- },
- "text": "If this unit contains 6 or more models, it has **Power Rating 8**. Every model is equipped with: bolt pistol; power sword; frag grenades; krak grenades.\n\n• The Zephyrim Superior can be equipped with 1 Zephyrim pennant.\n\n• The Zephyrim Superior’s bolt pistol can be replaced with 1 plasma pistol.\n\nnull",
- "allowed": {
- "items": [
- "Model§Zephyrim"
- ]
- },
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "Heavy Support§Mortifiers": {
- "stats": {
- "Power Level": {
- "value": 3
- },
- "model": {
- "value": "Model§Mortifier"
- },
- "Mortifiers": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 1,
- "min": 1,
- "max": 4,
- "increment": {
- "value": 1
- }
- },
- "poweri": {
- "value": 3
- },
- "power1": {
- "value": 2
- },
- "power2": {
- "value": 3
- },
- "power3": {
- "value": 4
- },
- "Anchorite sarcophagus": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Anchorite sarcophagus"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Engine of Redemption",
- "Mortifiers",
- "Outcasts",
- "Vehicle"
- ],
- "Faction": [
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Zealot",
- "Ability§Anguish of the Unredeemed",
- "Ability§Wrath of the Penitent",
- "Ability§Berserk Killing Machines",
- "Ability§Instrument of Pain and Penance",
- "Ability§Armour of Contempt",
- "Model§Mortifier"
- ]
- },
- "text": "If this unit contains 2 models, it has **Power Rating 6**. If this unit contains 3 models, it has Power Rating 9**. If this unit contains 4 models, it has Power Rating 12**. Every model is equipped with: 2 heavy bolters; 2 penitent buzz-blades.\n\n• 1 Mortifier can be equipped with 1 Anchorite sarcophagus.\n\n• Any number of models can each have their 2 heavy bolters replaced with one of the following:\n\n○ 1 heavy bolter and 1 Ministorum heavy flamer.\n\n○ 2 Ministorum heavy flamers.\n\n• Any number of models can each have their 2 penitent buzz-blades replaced with one of the following:\n\n○ 1 penitent buzz-blade and 1 penitent flail.\n\n○ 2 penitent flails.\n\nnull",
- "allowed": {
- "items": [
- "Model§Mortifier"
- ]
- },
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "Fortifications§Battle Sanctum": {
- "stats": {
- "Power Level": {
- "value": 4
- }
- },
- "keywords": {
- "Keywords": [
- "Area Terrain",
- "Battle Sanctum",
- "Ruins",
- "Terrain"
- ],
- "Faction": [
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Terrain Feature",
- "Ability§Consecrated Ground (Aura)",
- "Ability§Prayers to the Saint",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Battle Sanctum",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Battle Sanctum is a single model.\n\n\n\nnull",
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "Troops§Battle Sister Squad (Legendary)": {
- "stats": {
- "Power Level": {
- "value": 4
- },
- "model": {
- "value": "Model§Battle Sister"
- },
- "Battle Sister Squad (Legendary)": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 4,
- "min": 4,
- "max": 14,
- "increment": {
- "value": 5
- }
- },
- "Simulacrum imperialis": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Simulacrum imperialis",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Incensor cherub": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Incensor cherub",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Battle Sister Squad",
- "Infantry"
- ],
- "Faction": [
- "",
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Battle Sister (Battle Sister Squad (Legendary))",
- "quantity": 4
- },
- "Model§Sister Superior (Battle Sister Squad (Legendary))"
- ]
- },
- "text": "This unit contains 1 Sister Superior and 4 Battle Sisters. It can additionally contain up to 5 Battle Sisters (**Power Rating +2**) or up to 10 Battle Sisters (Power Rating +4**). Every model is equipped with: bolt pistol; boltgun; frag grenades; krak grenades.\n\n• 1 Battle Sister can be equipped with 1 weapon from the Special Weapons list instead of 1 boltgun.\n\n• 1 Battle Sister can be equipped with one of the following instead of 1 boltgun: 1 weapon from the ***Heavy Weapons** list; 1 weapon from the **Special Weapons*** list.\n\n• 1 Battle Sister equipped with 1 boltgun can have a Simulacrum Imperialis.\n\n• The Sister Superior can additionally be equipped with 1 weapon from the **Melee Weapons** list, or can be equipped with 1 weapon from the **Melee Weapons*** list instead of 1 boltgun.\n\n• The Sister Superior can be equipped with 1 weapon from the **Ranged Weapons*** list instead of 1 boltgun.\n\n• The Sister Superior can be equipped with 1 weapon from the Pistols*** list instead of 1 bolt pistol.\n\n• The unit can have an Incensor Cherub.\n\n• The Sister Superior can additionally be equipped with 1 power axe.\n\n• The Sister Superior can be equipped with one of the following instead of 1 boltgun: 1 storm bolter; 1 power axe.\n\nnull\n\nERROR: there might be a problem with Power Rating that will require a custom rule.",
- "allowed": {
- "items": [
- "Model§Battle Sister (Battle Sister Squad (Legendary))"
- ]
- },
- "meta": {
- "Publication": "[Warhammer Legends: Adepta Sororitas (Datasheet) 8th ed. – @2019-12-04](https://www.warhammer-community.com/wp-content/uploads/2019/12/c579975b.pdf)"
- }
- },
- "HQ§Canoness (Legendary)": {
- "stats": {
- "Power Level": {
- "value": 3
- },
- "Brazier of Holy Fire": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Brazier of Holy Fire"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Rod of Office": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Rod of Office",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Null rod": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Null rod",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Canoness",
- "Character",
- "Infantry"
- ],
- "Faction": [
- "",
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Rosarius",
- "Ability§Lead the Righteous (Aura)",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Canoness (Canoness (Legendary))",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Canoness is a single model equipped with: bolt pistol; chainsword; frag grenades; krak grenades.\n\n• This model can be equipped with 1 boltgun and 1 power sword instead of 1 bolt pistol and 1 chainsword. If this model is equipped with 1 boltgun and 1 power sword, it additionally has a rod of office.\n\n• This model can be equipped with one of the following instead of 1 bolt pistol: 1 condemnor boltgun; 1 weapon from the ***Pistols*** list.\n\n• This model can be equipped with one of the following instead of 1 chainsword: 1 power sword; 1 blessed blade.\n\n• If this model is equipped with 1 chainsword, it can have a brazier of holy fire or a null rod.\n\n• This model can be equipped with 1 boltgun instead of 1 bolt pistol.\n\n• This model can be equipped with one of the following instead of 1 chainsword: 1 eviscerator; 1 power axe; 1 power maul.\n\n• This model can be equipped with one of the following instead of either 1 bolt pistol or 1 chainsword: 1 boltgun; 1 combi-flamer; 1 combi-melta; 1 combi-plasma; 1 condemnor boltgun; 1 inferno pistol; 1 plasma pistol; 1 storm bolter.\n\nnull",
- "meta": {
- "Publication": "[Warhammer Legends: Adepta Sororitas (Datasheet) 8th ed. – @2019-12-04](https://www.warhammer-community.com/wp-content/uploads/2019/12/c579975b.pdf)"
- }
- },
- "Elites§Celestian Squad (Legendary)": {
- "stats": {
- "Power Level": {
- "value": 4
- },
- "model": {
- "value": "Model§Celestian"
- },
- "Celestian Squad (Legendary)": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 5,
- "min": 5,
- "max": 10,
- "increment": {
- "value": 5
- }
- },
- "Simulacrum imperialis": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Simulacrum imperialis",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Incensor cherub": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Incensor cherub",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Celestian Squad",
- "Infantry"
- ],
- "Faction": [
- "",
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Bodyguard",
- "Ability§Sworn Protectors",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Celestian (Celestian Squad (Legendary))",
- "quantity": 5
- }
- ]
- },
- "text": "This unit contains 5 Celestians. It can additionally contain up to 5 Celestians (**Power Rating +2**). It can contain 1 Celestian Superior instead of 1 Celestian. Every model is equipped with: bolt pistol; boltgun; frag grenades; krak grenades.\n\n• 1 Celestian can be equipped with 1 weapon from the ***Special Weapons*** list instead of 1 boltgun.\n\n• 1 Celestian can be equipped with one of the following instead of 1 boltgun: 1 weapon from the **Heavy Weapons** list; 1 weapon from the **Special Weapons*** list.\n\n• 1 Celestian equipped with 1 boltgun can have a Simulacrum Imperialis.\n\n• The Celestian Superior can additionally be equipped with 1 weapon from the **Melee Weapons** list, or can be equipped with 1 weapon from the **Melee Weapons*** list instead of 1 boltgun.\n\n• The Celestian Superior can be equipped with 1 weapon from the **Ranged Weapons*** list instead of 1 boltgun.\n\n• The Celestian Superior can be equipped with 1 weapon from the Pistols*** list instead of 1 bolt pistol.\n\n• The unit can have an Incensor Cherub.\n\n• The Celestian Superior can additionally be equipped with 1 power axe.\n\n• The Celestian Superior can be equipped with one of the following instead of 1 boltgun: 1 storm bolter; 1 power axe.\n\nnull\n\nERROR: there might be a problem with Power Rating that will require a custom rule.",
- "allowed": {
- "items": [
- "Model§Celestian (Celestian Squad (Legendary))"
- ]
- },
- "meta": {
- "Publication": "[Warhammer Legends: Adepta Sororitas (Datasheet) 8th ed. – @2019-12-04](https://www.warhammer-community.com/wp-content/uploads/2019/12/c579975b.pdf)"
- }
- },
- "Fast Attack§Dominion Squad (Legendary)": {
- "stats": {
- "Power Level": {
- "value": 5
- },
- "model": {
- "value": "Model§Dominion"
- },
- "Dominion Squad (Legendary)": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 4,
- "min": 4,
- "max": 9,
- "increment": {
- "value": 5
- }
- },
- "Simulacrum imperialis": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Simulacrum imperialis",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Incensor cherub": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Incensor cherub",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Dominion Squad",
- "Infantry"
- ],
- "Faction": [
- "",
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Vanguard",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Dominion (Dominion Squad (Legendary))",
- "quantity": 4
- },
- "Model§Dominion Superior (Dominion Squad (Legendary))"
- ]
- },
- "text": "This unit contains 1 Dominion Superior and 4 Dominions. It can additionally contain up to 5 Dominions (**Power Rating +2**). Every model is equipped with: bolt pistol; boltgun; frag grenades; krak grenades.\n\n• Up to 4 Dominions can be equipped with 1 weapon from the ***Special Weapons*** list instead of 1 boltgun.\n\n• 1 Dominion equipped with 1 boltgun can have a Simulacrum Imperialis.\n\n• The Dominion Superior can additionally be equipped with 1 weapon from the **Melee Weapons** list, or can be equipped with 1 weapon from the **Melee Weapons*** list instead of 1 boltgun.\n\n• The Dominion Superior can be equipped with 1 weapon from the **Ranged Weapons*** list instead of 1 boltgun.\n\n• The Dominion Superior can be equipped with 1 weapon from the Pistols*** list instead of 1 bolt pistol.\n\n• The unit can have an Incensor Cherub.\n\n• The Dominion Superior can additionally be equipped with 1 power axe.\n\n• The Dominion Superior can be equipped with one of the following instead of 1 boltgun: 1 storm bolter; 1 power axe.\n\nnull\n\nERROR: there might be a problem with Power Rating that will require a custom rule.",
- "allowed": {
- "items": [
- "Model§Dominion (Dominion Squad (Legendary))"
- ]
- },
- "meta": {
- "Publication": "[Warhammer Legends: Adepta Sororitas (Datasheet) 8th ed. – @2019-12-04](https://www.warhammer-community.com/wp-content/uploads/2019/12/c579975b.pdf)"
- }
- },
- "Elites§Preacher (Legendary)": {
- "stats": {
- "Power Level": {
- "value": 1
- }
- },
- "keywords": {
- "Keywords": [
- "Character",
- "Infantry",
- "Ministorum Priest",
- "Preacher"
- ],
- "Faction": [
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Zealot",
- "Ability§Icon the Ecclesiarchy (Aura)",
- "Ability§Rosarius",
- "Ability§War Hymns",
- {
- "item": "Model§Preacher (Preacher (Legendary))",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Preacher is a single model equipped with: laspistol; chainsword.\n\n• This model can additionally be equipped with frag grenades and krak grenades.\n\n• This model can be equipped with one of the following instead of 1 chainsword: 1 autogun; 1 boltgun; 1 combi-flamer; 1 combi-melta; 1 combi-plasma; 1 condemnor boltgun; 1 plasma gun; 1 shotgun; 1 storm bolter; 1 eviscerator; 1 power axe; 1 power maul; 1 power sword.\n\n• This model can be equipped with one of the following instead of 1 laspistol: 1 bolt pistol; 1 inferno pistol; 1 plasma pistol.\n\nnull",
- "meta": {
- "Publication": "[Warhammer Legends: Adepta Sororitas (Datasheet) 8th ed. – @2019-12-04](https://www.warhammer-community.com/wp-content/uploads/2019/12/c579975b.pdf)"
- }
- },
- "Heavy Support§Retributor Squad (Legendary)": {
- "stats": {
- "Power Level": {
- "value": 6
- },
- "model": {
- "value": "Model§Retributor"
- },
- "Retributor Squad (Legendary)": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 4,
- "min": 4,
- "max": 9,
- "increment": {
- "value": 5
- }
- },
- "Simulacrum imperialis": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Simulacrum imperialis",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Armorium cherub": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Armorium cherub",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Infantry",
- "Retributor Squad"
- ],
- "Faction": [
- "",
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Faithful Advance",
- "Ability§Rites of Fire",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Retributor (Retributor Squad (Legendary))",
- "quantity": 4
- },
- "Model§Retributor Superior (Retributor Squad (Legendary))"
- ]
- },
- "text": "This unit contains 1 Retributor Superior and 4 Retributors. It can additionally contain up to 5 Retributors (**Power Rating +2**). Every model is equipped with: bolt pistol; boltgun; frag grenades; krak grenades.\n\n• Up to 4 Retributors can be equipped with 1 weapon from the ***Heavy Weapons*** list instead of 1 boltgun.\n\n• 1 Retributor equipped with 1 boltgun can have a Simulacrum Imperialis.\n\n• The Retributor Superior can additionally be equipped with 1 weapon from the **Melee Weapons** list, or can be equipped with 1 weapon from the **Melee Weapons*** list instead of 1 boltgun.\n\n• The Retributor Superior can be equipped with 1 weapon from the **Ranged Weapons*** list instead of 1 boltgun.\n\n• The Retributor Superior can be equipped with 1 weapon from the Pistols*** list instead of 1 bolt pistol.\n\n• This unit can have an Armorium Cherub, or it can have two Armorium Cherubs.\n\n• The Retributor Superior can additionally be equipped with 1 power axe.\n\n• The Retributor Superior can be equipped with one of the following instead of 1 boltgun: 1 storm bolter; 1 power axe.\n\nnull\n\nERROR: there might be a problem with Power Rating that will require a custom rule.",
- "allowed": {
- "items": [
- "Model§Retributor (Retributor Squad (Legendary))"
- ]
- },
- "meta": {
- "Publication": "[Warhammer Legends: Adepta Sororitas (Datasheet) 8th ed. – @2019-12-04](https://www.warhammer-community.com/wp-content/uploads/2019/12/c579975b.pdf)"
- }
- },
- "HQ§Ephrael Stern and Kyganil of the Bloody Tears": {
- "stats": {
- "Power Level": {
- "value": 6
- }
- },
- "keywords": {
- "Keywords": [
- "Aeldari",
- "Agent of the Imperium",
- "Character",
- "Ephrael Stern",
- "Infantry",
- "Kyganil",
- "Outcasts"
- ],
- "Faction": [
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Zealot",
- "Ability§Wanderers",
- "Ability§Divine Protection",
- "Ability§Mysterious Saviour",
- "Ability§Knight of Shadows",
- "Ability§Daemonifuge (Aura)",
- "Ability§Bolts of Holy Judgement",
- "Ability§Unexpected Allies",
- "Ability§Armour of Contempt",
- "Model§Ephrael Stern",
- "Model§Kyganil"
- ]
- },
- "text": "Ephrael Stern is equipped with: bolt pistol; Sanctity; frag grenades; krak grenades. Kyganil is equipped with: Kyganil’s kiss; the Outcast’s blades; plasma grenades. Your army can only include 1 **EPHRAEL STERN** model.\n\n\n\nnull",
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "HQ§Palatine": {
- "stats": {
- "Power Level": {
- "value": 3
- }
- },
- "keywords": {
- "Keywords": [
- "Character",
- "Infantry",
- "Palatine"
- ],
- "Faction": [
- "",
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Rosarius",
- "Ability§Fury of the Righteous (Aura)",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Palatine",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Palatine is equipped with: bolt pistol; power sword; frag grenades; krak grenades.\n\n• This model’s bolt pistol can be replaced with 1 plasma pistol.\n\nnull",
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "HQ§Morvenn Vahl": {
- "stats": {
- "Power Level": {
- "value": 14
- }
- },
- "keywords": {
- "Keywords": [
- "Abbess",
- "Character",
- "Morvenn Vahl",
- "Paragon Warsuits",
- "Sanctified",
- "Supreme Commander",
- "Vehicle"
- ],
- "Faction": [
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Purgator Mirabilis Warsuit",
- "Ability§Holy Aegis",
- "Ability§Righteous Repugnance",
- "Ability§High Lord of the Imperium",
- "Ability§Abbess Sanctorum (Aura)",
- "Ability§Commander of the Adepta Sororitas",
- "Ability§Explodes",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Morvenn Vahl",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "Morvenn Vahl is equipped with: Fidelis; Paragon missile launcher; Lance of Illumination. Your army can only include 1 **MORVENN VAHL** model.\n\n\n\nnull",
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "Elites§Aestred Thurga and Agathae Dolan": {
- "stats": {
- "Power Level": {
- "value": 5
- }
- },
- "keywords": {
- "Keywords": [
- "Aestred Thurga",
- "Agathae Dolan",
- "Character",
- "Cult Imperialis",
- "Infantry",
- "Sanctified"
- ],
- "Faction": [
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Rosarius",
- "Ability§Line of Martyrs",
- "Ability§Unbridled Ardour",
- "Ability§Recount the Deeds of the Saints",
- "Ability§Auto-Tapestry of the Emperor’s Judgement",
- "Ability§Order Pronatus",
- "Ability§Hagiolatry",
- "Ability§Armour of Contempt",
- "Model§Aestred Thurga",
- "Model§Agathae Dolan"
- ]
- },
- "text": "Aestred Thurga is equipped with: bolt pistol; Blade of Vigil; frag grenades; krak grenades. Agathae Dolan is equipped with: bolt pistol; scribe’s staff. Your army can only include 1 **AESTRED THURGA** model.\n\n\n\nnull",
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "Elites§Celestian Sacresants": {
- "stats": {
- "Power Level": {
- "value": 4
- },
- "model": {
- "value": "Model§Celestian Sacresant"
- },
- "Celestian Sacresants": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 4,
- "min": 4,
- "max": 9,
- "increment": {
- "value": 5
- }
- },
- "poweri": {
- "value": 4
- },
- "power1": {
- "value": 6
- }
- },
- "keywords": {
- "Keywords": [
- "Celestian",
- "Celestian Sacresants",
- "Core",
- "Infantry"
- ],
- "Faction": [
- "",
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Bodyguard",
- "Ability§Sacresant Shield",
- "Ability§Keepers of the Faith",
- {
- "item": "Model§Celestian Sacresant",
- "quantity": 4
- },
- "Model§Sacresant Superior"
- ]
- },
- "text": "If this unit contains 6 or more models, it has **Power Rating 8**. Every model is equipped with: bolt pistol; hallowed mace; frag grenades; krak grenades.\n\n• Any number of models can each have their hallowed mace replaced with 1 anointed halberd.\n\n• The Sacresant Superior’s hallowed mace can be replaced with 1 spear of the faithful.\n\n• The Sacresant Superior’s bolt pistol can be replaced with 1 weapon from the *Pistols*** list.\n\nnull",
- "allowed": {
- "items": [
- "Model§Celestian Sacresant"
- ]
- },
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "Elites§Dogmata": {
- "stats": {
- "Power Level": {
- "value": 4
- }
- },
- "keywords": {
- "Keywords": [
- "Character",
- "Dogmata",
- "Infantry",
- "Priest"
- ],
- "Faction": [
- "",
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Sacred Task (Aura)",
- "Ability§Unflinching Determination",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Dogmata",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Dogmata is equipped with: bolt pistol; mace of the righteous; frag grenades; krak grenades.\n\n\n\nnull",
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "Elites§Paragon Warsuits": {
- "stats": {
- "Power Level": {
- "value": 11
- }
- },
- "keywords": {
- "Keywords": [
- "Celestian",
- "Core",
- "Paragon Warsuits",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Paragon Warsuit",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Paragon",
- "quantity": 2
- },
- "Model§Paragon Superior"
- ]
- },
- "text": "Every model is equipped with: bolt pistol; heavy bolter; 2 storm bolters; Paragon war blade; frag grenades; krak grenades.\n\n• Any number of models can each have their 2 storm bolters replaced with 1 Paragon grenade launcher.\n\n• Any number of models can each have their heavy bolter replaced with one of the following: 1 Ministorum heavy flamer; 1 multi-melta.\n\n• Any number of models can each have their Paragon war blade replaced with 1 Paragon war mace.\n\nnull",
- "allowed": {
- "items": [
- "Model§Paragon"
- ]
- },
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "Heavy Support§Castigator": {
- "stats": {
- "Power Level": {
- "value": 8
- }
- },
- "keywords": {
- "Keywords": [
- "Castigator",
- "Hallowed",
- "Smokescreen",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Adepta Sororitas",
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Sacred Rites",
- "Ability§Shield of Faith",
- "Ability§Explodes",
- "Ability§Armour of Contempt",
- {
- "item": "Model§Castigator",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Castigator is equipped with: Castigator autocannons; 3 heavy bolters.\n\n• This model’s Castigator autocannons can be replaced with 1 Castigator battle cannon.\n\n• This model can be equipped with 1 hunter-killer missile.\n\n• This model can be equipped with 1 storm bolter.\n\nnull",
- "meta": {
- "Publication": "[Adepta Sororitas (Codex) 9th ed. – Indomitus 1.1 @2022-02-04](https://www.warhammer-community.com/wp-content/uploads/2020/01/dOhJrI4sapCSm822.pdf)"
- }
- },
- "HQ§Taddeus the Purifier": {
- "stats": {
- "Power Level": {
- "value": 3
- }
- },
- "keywords": {
- "Keywords": [
- "Character",
- "Infantry",
- "Ministorum Priest",
- "Taddeus the Purifier"
- ],
- "Faction": [
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Zealot",
- "Ability§Rosarius",
- "Ability§War Hymns",
- {
- "item": "Model§Taddeus the Purifier",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "Taddeus the Purifier is a single model armed with a laspistol, servo-stubber and power maul. Only one of this model can be included in your army.\n\n\n\nnull",
- "meta": {
- "Publication": "[Warhammer Quest: Blackstone Fortress (Boxset) 8th ed. – @2018-11-10](null)"
- }
- },
- "Elites§Pious Vorne": {
- "stats": {
- "Power Level": {
- "value": 2
- }
- },
- "keywords": {
- "Keywords": [
- "Character",
- "Infantry",
- "Missionary Zealot",
- "Pious Vorne"
- ],
- "Faction": [
- "Adeptus Ministorum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Zealot",
- "Ability§Maniacal Fervour",
- {
- "item": "Model§Pious Vorne",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "Pious Vorne is a single model armed with Vindictor. Only one of this model can be included in your army.\n\n\n\nnull",
- "meta": {
- "Publication": "[Warhammer Quest: Blackstone Fortress (Boxset) 8th ed. – @2018-11-10](null)"
- }
- },
- "Elites§Gotfret de Montbard": {
- "stats": {
- "Power Level": {
- "value": 2
- }
- },
- "keywords": {
- "Keywords": [
- "Character",
- "Crusader",
- "Ecclesiarchy Battle Conclave",
- "Gotfret de Montbard",
- "Infantry"
- ],
- "Faction": [
- "Adeptus Ministorum",
- "Astra Militarum",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Acts of Faith",
- "Ability§Hacking Advance",
- "Ability§Shield of Faith",
- "Ability§Zealot",
- "Ability§Storm Shield",
- "Ability§Ecclesiarchy Battle Conclave",
- "Ability§Servant of the Imperium",
- {
- "item": "Model§Gotfret de Montbard",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "Gotfret de Montbard is a single model armed with a power sword and storm shield. Only one of this model can be included in your army.\n\n\n\nnull",
- "meta": {
- "Publication": "[Warhammer Quest: Blackstone Fortress – Escalation (Boxset) 8th ed. – @2019-08-24](null)"
- }
- },
"Troops§Sisters Novitiate": {
"stats": {
"Power Level": {
@@ -29348,6 +27518,8 @@
"value": 0,
"statType": "rank",
"statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
"ranks": {
"0": {
"order": 0,
@@ -29383,6 +27555,8 @@
"value": 0,
"statType": "rank",
"statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
"ranks": {
"0": {
"order": 0,
@@ -29416,6 +27590,12 @@
}
},
"keywords": {
+ "Source": [
+ "Datasheet—Kill Team: Chalnath – Sisters Novitiate Squad"
+ ],
+ "Edition": [
+ "9th"
+ ],
"Keywords": [
"Core",
"Infantry",
@@ -29452,6 +27632,1896 @@
"meta": {
"Publication": "[Kill Team: Chalnath – Sisters Novitiate Squad (Datasheet) 9th ed. – @2021-10-28](https://www.warhammer-community.com/wp-content/uploads/2021/10/iUPP5s4nIM1PLtd9.pdf)"
}
+ },
+ "Wargear§Anchorite sarcophagus": {
+ "text": "The bearer has a Save characteristic of 3+.",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ },
+ "Wargear§Armorium cherub": {
+ "text": "Once per battle, in your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), after this unit has shot, one model in this unit can immediately shoot with one of its ranged weapons again. If this unit has two armorium cherubs, it can use this ability twice per battle, but only once per turn.\n\n\n\n*We recommend placing one Armorium Cherub model next to the unit for each it is equipped with as a reminder, removing one each time this ability is used (an Armorium Cherub does not count as a model for any rules purposes).*"
+ },
+ "Wargear§Brazier of Holy Fire": {
+ "text": "Whilst any models from your army that have braziers of holy fire are within 6″ of any enemy DAEMON units, subtract 1 from the Leadership characteristic of each of those enemy units. In addition, if this model has a brazier of holy fire, then once per battle, when this model fires [Overwatch](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Overwatch) or is chosen to shoot with, it can unleash the brazier’s holy flames. When it does, select one enemy unit within 12″ of this model (if firing Overwatch, you must select the unit that has declared a charge against this model) and roll one D6; on a 2+ that enemy unit suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) (if that enemy unit is a DAEMON, it suffers D6 mortal wounds instead).",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ },
+ "Wargear§Castigator battle cannon": {
+ "assets": {
+ "traits": [
+ "Weapon§Sanctified shell",
+ "Weapon§Pyre shell"
+ ]
+ },
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ },
+ "Wargear§Combi-flamer": {
+ "assets": {
+ "traits": [
+ "Weapon§Boltgun",
+ "Weapon§Flamer"
+ ]
+ },
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ },
+ "Wargear§Combi-melta": {
+ "assets": {
+ "traits": [
+ "Weapon§Boltgun",
+ "Weapon§Meltagun"
+ ]
+ },
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ },
+ "Wargear§Combi-plasma": {
+ "assets": {
+ "traits": [
+ "Weapon§Boltgun",
+ "Weapon§Plasma gun (standard)",
+ "Weapon§Plasma gun (supercharge)"
+ ]
+ },
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ },
+ "Wargear§Condemnor boltgun": {
+ "assets": {
+ "traits": [
+ "Weapon§Boltgun",
+ "Weapon§Condemnor stake"
+ ]
+ },
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ },
+ "Wargear§Endurant implants": {
+ "text": "The bearer has an Attacks characteristic of 3 and a Strength characteristic of 5.",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ },
+ "Wargear§Incensor cherub": {
+ "text": "Once per battle, at the start of any phase, you can roll two D6 and discard one of them. The value of the remaining dice is the value of this unit’s Cherub dice. Until the end of the phase, this unit can perform one **Act of** Faith** using that Cherub dice as if it were a Miracle dice. If a unit has a Cherub dice at the end of the phase, it is discarded.\n\n\n\n*We recommend placing an Incensor Cherub model next to the unit as a reminder, removing it once this ability has been used (an Incensor Cherub does not count as a model for any rules purposes).*"
+ },
+ "Wargear§Lance of Illumination": {
+ "assets": {
+ "traits": [
+ "Weapon§Sweeping blow",
+ "Weapon§Lunging strike"
+ ]
+ }
+ },
+ "Wargear§Ministorum combi-flamer": {
+ "assets": {
+ "traits": [
+ "Weapon§Boltgun",
+ "Weapon§Ministorum flamer"
+ ]
+ },
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ },
+ "Wargear§Null rod": {
+ "text": "The bearer’s unit cannot be targeted or affected by psychic powers. In addition, the bearer has the following ability: ‘**Null Rod (Aura)**:** Whilst an enemy PSYKER** unit is within 12″ of the bearer, subtract 1 from [Psychic tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) taken for that unit.’"
+ },
+ "Wargear§Paragon missile launcher": {
+ "assets": {
+ "traits": [
+ "Weapon§Sanctorum missile",
+ "Weapon§Prioris missile"
+ ]
+ }
+ },
+ "Wargear§Plasma gun": {
+ "assets": {
+ "traits": [
+ "Weapon§Standard",
+ "Weapon§Supercharge"
+ ]
+ },
+ "stats": {
+ "Points": {
+ "value": 13
+ }
+ }
+ },
+ "Wargear§Plasma pistol": {
+ "assets": {
+ "traits": [
+ "Weapon§Standard",
+ "Weapon§Supercharge"
+ ]
+ },
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ },
+ "Wargear§Rod of Office": {
+ "text": "",
+ "stats": {
+ "Order": {
+ "statType": "term",
+ "value": "<ORDER>",
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **{v} CORE** or **{v} CHARACTER** unit within 12″ of the bearer. Until the start of your next Command phase, each time a model in that unit makes an attack, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1.",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Wargear§Sacred banner": {
+ "text": "You can re-roll [Advance](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) and [Charge rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) made for the bearer's unit."
+ },
+ "Wargear§Simulacrum imperialis": {
+ "text": "Once per phase, the bearer’s unit can perform one **Act of** Faith** even if another unit from your army has already performed an Act of Faith during this phase."
+ },
+ "Wargear§The Ardent Blade": {
+ "assets": {
+ "traits": [
+ "Weapon§The Ardent Blade (melee)",
+ "Weapon§The Ardent Blade (shooting)"
+ ]
+ }
+ },
+ "Wargear§Vindictor": {
+ "assets": {
+ "traits": [
+ "Weapon§Vindictor (melee)",
+ "Weapon§Vindictor (shooting)"
+ ]
+ }
+ },
+ "Wargear§Zealot’s vindictor": {
+ "assets": {
+ "traits": [
+ "Weapon§Zealot’s vindictor (melee)",
+ "Weapon§Zealot’s vindictor (shooting)"
+ ]
+ },
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ },
+ "Wargear§Zephyrim pennant": {
+ "text": "",
+ "stats": {
+ "Points": {
+ "value": 5
+ },
+ "Order": {
+ "statType": "term",
+ "value": "<ORDER>",
+ "text": "The bearer has the following ability: ‘**The Righteous Path (Aura)**:** While a friendly **{v} CORE** unit is within 6″ of this model, you can re-roll [charge rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) made for that unit.’",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Warlord Trait§Beacon Of Faith": {
+ "text": "At the start of your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), if this **WARLORD** is on the battlefield, you gain 1 **Miracle dice**. This Miracle dice can only be used when your WARLORD** performs an **Act of** Faith** or uses a [Miraculous ability](https://wahapedia.ru/wh40k9ed/factions/adepta-sororitas/#Blessings-of-the-Faithful), and if not used by the start of your next Command phase, it is discarded. This Miracle dice can be used to perform an Act of Faith even if another unit from your army has already performed an Act of Faith this phase.",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 4"
+ }
+ }
+ },
+ "Warlord Trait§Executioner Of Heretics (aura)": {
+ "text": "While an enemy unit is within 6″ of this **WARLORD**:\n\n* Subtract 1 from the Leadership characteristic of models in that unit.\n* Each time a [Combat Attrition test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Combat-Attrition-Tests) is taken for that unit, subtract 1 from that Combat Attrition test.",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 3"
+ }
+ }
+ },
+ "Warlord Trait§Fiery Example": {
+ "text": "* Each time this **WARLORD** makes a melee attack against a [CHARACTER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Characters) unit, add 1 to that attack’s [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll).\n* Each time this WARLORD** destroys an enemy CHARACTER** unit, you gain 2 **Miracle dice**.",
+ "stats": {
+ "Discipline": {
+ "value": "Codex Supplement: Order of the Bloody Rose 1"
+ }
+ }
+ },
+ "Warlord Trait§Incandescent Reprisal": {
+ "text": "* Each time this **WARLORD** would lose a wound, roll one D6: on a 5+, that wound is not lost.\n* Once per phase, after an enemy unit shoots or fights, if this WARLORD** suffered any wounds as a result of those attacks:\n\n* If this WARLORD** is not within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, this WARLORD** can shoot with one ranged weapon it is equipped with. It can only target that enemy unit when doing so, and only if that enemy unit is an eligible target.\n* If this WARLORD** is within Engagement Range of any enemy units and has not already been selected to fight during this phase, it can immediately be selected to fight. It can only target that enemy unit when doing so, and only if that enemy unit is an eligible target.",
+ "stats": {
+ "Discipline": {
+ "value": "Codex Supplement: Order of the Bloody Rose 2"
+ }
+ }
+ },
+ "Warlord Trait§Indomitable Belief (aura)": {
+ "text": "While a friendly **<ORDER> CORE** INFANTRY** unit is within 6″ of this WARLORD**, the [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) models in that unit receive from the **Shield of** Faith** ability is improved by 1 (to a maximum of 4+).",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 5"
+ }
+ }
+ },
+ "Warlord Trait§Inspiring Orator": {
+ "text": "* Each time this **WARLORD** intones a [hymn](https://wahapedia.ru/wh40k9ed/factions/adepta-sororitas/#Hymns-of-Battle) or uses an ability in your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE) that specifies a range, you can add 3″ to the range of that hymn or ability. This does not affect the [Miracle range](https://wahapedia.ru/wh40k9ed/factions/adepta-sororitas/#Blessings-of-the-Faithful) of any abilities.\n* This WARLORD** has the following ability: ‘Inspiring Orator (Aura)**:** While a friendly **<ORDER> CORE** unit is within 6″ of this WARLORD**, that unit ignores the [Combat Attrition](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Combat-Attrition-Tests) penalty for being below [Half-strength](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Starting-Strength-Half-strength-and-Destroyed-Units).’",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 1"
+ }
+ }
+ },
+ "Warlord Trait§Martyr’s Strength": {
+ "text": "For each wound this **WARLORD** has lost, add 1 to its Strength and Attacks characteristic (to a maximum of +2 each).",
+ "stats": {
+ "Discipline": {
+ "value": "Codex Supplement: Order of Our Martyred Lady 3"
+ }
+ }
+ },
+ "Warlord Trait§Pure Of Will": {
+ "text": "* This **WARLORD** can attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) one additional psychic power in your opponent’s [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), as described in the **Shield of** Faith** ability.\n* Add 3 to [Deny the Witch tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) taken for this WARLORD**.",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 6"
+ }
+ }
+ },
+ "Warlord Trait§Red-handed Castigator": {
+ "text": "* Each time you gain a **Miracle dice** at the end of a phase as a result of the Vengeance ability, if this WARLORD** destroyed any enemy units during that phase, that Miracle dice is automatically a 6.\n* Each time this WARLORD** makes a melee attack, if this WARLORD** made a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit), was charged or [performed a Heroic Intervention](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention) this turn, you can re-roll that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).",
+ "stats": {
+ "Discipline": {
+ "value": "Codex Supplement: Order of the Bloody Rose 3"
+ }
+ }
+ },
+ "Warlord Trait§Righteous Rage": {
+ "text": "Each time this **WARLORD** makes a melee attack, you can re-roll the [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) and you can re-roll the [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll).",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 2"
+ }
+ }
+ },
+ "Warlord Trait§Saint Katherine’s Legacy": {
+ "text": "* The Spirit of the Martyr **sacred rite** is active for this WARLORD** in addition to any others that are active for your army.\n* This WARLORD** has the following ability: ‘Saint Katherine's Legacy (Aura)**:** While a friendly ORDER** OF** OUR** MARTYRED** LADY** unit is within 6″ of this WARLORD**, if the Spirit of the Martyr sacred rite is active for your army, or for that unit, each time you roll a D6 when a model in that unit is destroyed, the attacking model suffers a [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on a 5+.’",
+ "stats": {
+ "Discipline": {
+ "value": "Codex Supplement: Order of Our Martyred Lady 2"
+ }
+ }
+ },
+ "Warlord Trait§Saintly Example": {
+ "text": "* In addition to this Warlord Trait, this **WARLORD** has one randomly generated Warlord Trait from the [Adepta Sororitas Warlord traits](https://wahapedia.ru/wh40k9ed/factions/adepta-sororitas/#Warlord-Traits) table in *Codex: Adepta Sororitas*. Each Warlord Trait in your army must be unique, so re-roll duplicate results.\n* If this WARLORD** is destroyed, you can immediately select another **ORDER OF** OUR** MARTYRED** LADY** CHARACTER** model from your army that does not have a Warlord Trait. Then, select a Warlord Trait that no model in your army has (this must be a Warlord Trait that the model you just selected can have, and it cannot be Saintly Example). Until the end of the battle, that model gains that Warlord Trait and for all rules purposes now counts as your WARLORD**. If any mission objectives, [secondary objective](https://wahapedia.ru/wh40k9ed/the-rules/matched-play/#Secondary-Objectives) or [Agenda](https://wahapedia.ru/wh40k9ed/the-rules/narrative-play/#Agendas) rules are triggered when your WARLORD** is destroyed, those rules are not triggered until after the new WARLORD** is destroyed.",
+ "stats": {
+ "Discipline": {
+ "value": "Codex Supplement: Order of Our Martyred Lady 1"
+ }
+ }
+ },
+ "Weapon§Anointed halberd": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 3
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Arco-flails": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 1
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time an attack is made with this weapon, make 2 [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) instead of 1."
+ },
+ "Weapon§Artificer-crafted storm bolter": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Rapid Fire 2"
+ },
+ "Range": {
+ "value": "24″"
+ },
+ "Points": {
+ "value": 5
+ }
+ }
+ },
+ "Weapon§Auto pistol": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 3
+ },
+ "Type": {
+ "value": "Pistol 1"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ }
+ },
+ "Weapon§Autogun": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 3
+ },
+ "Type": {
+ "value": "Rapid Fire 1"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ }
+ },
+ "Weapon§Blade of Vigil": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time an attack made by this weapon is allocated to an enemy model, that enemy model cannot use any rules to ignore the wounds it loses."
+ },
+ "Weapon§Blessed blade": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Bolt pistol": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Pistol 1"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ }
+ },
+ "Weapon§Boltgun": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Rapid Fire 1"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ }
+ },
+ "Weapon§Brazier of holy fire": {
+ "stats": {
+ "AP": {
+ "value": "*"
+ },
+ "D": {
+ "value": "*"
+ },
+ "S": {
+ "value": "*"
+ },
+ "Type": {
+ "value": "Assault D6"
+ },
+ "Range": {
+ "value": "12″"
+ },
+ "Points": {
+ "value": 5
+ }
+ },
+ "text": "One use only. Each time an attack is made with this weapon, that attack automatically hits the target, and on an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 4+ (or 2+ if the target contains any **DAEMON** models), the target suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) and the attack sequence ends."
+ },
+ "Weapon§Castigator autocannons": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 7
+ },
+ "Type": {
+ "value": "Heavy 4D3"
+ },
+ "Range": {
+ "value": "48″"
+ }
+ }
+ },
+ "Weapon§Chainsword": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": "User"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time the bearer fights, it makes 1 additional attack with this weapon."
+ },
+ "Weapon§Chirurgeon’s tools": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": "User"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Condemnor stake": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Assault 1"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ },
+ "text": "Each time an attack made with this weapon profile is allocated to a **PSYKER** model, that model’s unit suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) in addition to the normal damage."
+ },
+ "Weapon§Death Cult power blades": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": "User"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Dialogus staff": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 1
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Dozer ram": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": "User"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time an attack is made with this weapon against an **INFANTRY** or SWARM** unit, a successful [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) scores 3 hits instead of 1."
+ },
+ "Weapon§Eviscerator": {
+ "stats": {
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": "D3"
+ },
+ "S": {
+ "value": "x2"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ },
+ "Points": {
+ "value": 11
+ }
+ },
+ "text": "When resolving an attack made with this weapon, subtract 1 from the [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
+ },
+ "Weapon§Exorcist conflagration rockets": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Heavy 3D6"
+ },
+ "Range": {
+ "value": "48″"
+ }
+ },
+ "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). Each time an attack is made with this weapon, the target does not receive the [benefits of cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-and-Cover) against that attack."
+ },
+ "Weapon§Exorcist missile launcher": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": "D6"
+ },
+ "S": {
+ "value": 8
+ },
+ "Type": {
+ "value": "Heavy 3D3"
+ },
+ "Range": {
+ "value": "48″"
+ },
+ "Points": {
+ "value": 30
+ }
+ }
+ },
+ "Weapon§Fidelis": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Heavy 3"
+ },
+ "Range": {
+ "value": "36″"
+ }
+ }
+ },
+ "Weapon§Flamer": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Assault D6"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ },
+ "text": "Each time an attack is made with this weapon profile, that attack automatically hits the target."
+ },
+ "Weapon§Frag grenades": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 3
+ },
+ "Type": {
+ "value": "Grenade D6"
+ },
+ "Range": {
+ "value": "6″"
+ }
+ },
+ "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
+ },
+ "Weapon§Hallowed mace": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Heavy bolter": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Heavy 3"
+ },
+ "Range": {
+ "value": "36″"
+ }
+ }
+ },
+ "Weapon§Hunter-killer missile": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": "D6"
+ },
+ "S": {
+ "value": 10
+ },
+ "Type": {
+ "value": "Heavy 1"
+ },
+ "Range": {
+ "value": "48″"
+ },
+ "Points": {
+ "value": 5
+ }
+ },
+ "text": "The bearer can only shoot with each hunter-killer missile it is equipped with once per battle."
+ },
+ "Weapon§Immolation flamers": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Heavy 2D6"
+ },
+ "Range": {
+ "value": "18″"
+ },
+ "Points": {
+ "value": 10
+ }
+ },
+ "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
+ },
+ "Weapon§Inferno pistol": {
+ "stats": {
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": "D6"
+ },
+ "S": {
+ "value": 8
+ },
+ "Type": {
+ "value": "Pistol 1"
+ },
+ "Range": {
+ "value": "6″"
+ },
+ "Points": {
+ "value": 5
+ }
+ },
+ "text": "Each time an attack made with this weapon targets a unit within half range, that attack has a Damage characteristic of D6+2."
+ },
+ "Weapon§Krak grenades": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": "D3"
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Grenade 1"
+ },
+ "Range": {
+ "value": "6″"
+ }
+ }
+ },
+ "Weapon§Kyganil’s kiss": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 1
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Laspistol": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 3
+ },
+ "Type": {
+ "value": "Pistol 1"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ }
+ },
+ "Weapon§Lunging strike": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time an attack is made with this weapon profile, on an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6, the target suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) in addition to the normal damage."
+ },
+ "Weapon§Mace of Castigation": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Mace of the righteous": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Mace of Valaan": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Meltagun": {
+ "stats": {
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": "D6"
+ },
+ "S": {
+ "value": 8
+ },
+ "Type": {
+ "value": "Assault 1"
+ },
+ "Range": {
+ "value": "12″"
+ },
+ "Points": {
+ "value": 10
+ }
+ },
+ "text": "Each time an attack made with this weapon targets a unit within half range, that attack has a Damage characteristic of D6+2."
+ },
+ "Weapon§Ministorum flamer": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Assault D6"
+ },
+ "Range": {
+ "value": "12″"
+ },
+ "Points": {
+ "value": 5
+ }
+ },
+ "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
+ },
+ "Weapon§Ministorum hand flamer": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Pistol D6"
+ },
+ "Range": {
+ "value": "12″"
+ },
+ "Points": {
+ "value": 5
+ }
+ },
+ "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
+ },
+ "Weapon§Ministorum heavy flamer": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Heavy D6"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ },
+ "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
+ },
+ "Weapon§Ministorum shotgun": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Assault 2"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ }
+ },
+ "Weapon§Multi-melta": {
+ "stats": {
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": "D6"
+ },
+ "S": {
+ "value": 8
+ },
+ "Type": {
+ "value": "Heavy 2"
+ },
+ "Range": {
+ "value": "24″"
+ },
+ "Points": {
+ "value": 20
+ }
+ },
+ "text": "Each time an attack made with this weapon targets a unit within half range, that attack has a Damage characteristic of D6+2."
+ },
+ "Weapon§Neural whips": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": "User"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time an attack is made with this weapon against a unit (excluding **VEHICLE** units), if no model in that unit has a Leadership characteristic of 8 or more, add 1 to that attack’s [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
+ },
+ "Weapon§Novitiate melee weapons": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 1
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time the bearer fights, it makes 1 additional attack with this weapon."
+ },
+ "Weapon§Paragon grenade launcher": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": "D3"
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Assault 2"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ }
+ },
+ "Weapon§Paragon war blade": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 1
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time the bearer fights, it can make one additional attack with this weapon."
+ },
+ "Weapon§Paragon war mace": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 3
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time an attack is made with this weapon, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
+ },
+ "Weapon§Penitent buzz-blade": {
+ "stats": {
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Penitent eviscerator": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": "x2"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time an attack is made with this weapon, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
+ },
+ "Weapon§Penitent flail": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": "User"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time an attack is made with this weapon, make 2 [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) instead of 1."
+ },
+ "Weapon§Plasma grenades": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Grenade D6"
+ },
+ "Range": {
+ "value": "6″"
+ }
+ },
+ "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
+ },
+ "Weapon§Plasma gun (standard)": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 7
+ },
+ "Type": {
+ "value": "Rapid Fire 1"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ }
+ },
+ "Weapon§Plasma gun (supercharge)": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 8
+ },
+ "Type": {
+ "value": "Rapid Fire 1"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ },
+ "text": "If any unmodified [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1 are made for attacks with this weapon profile, the bearer is destroyed after shooting with this weapon."
+ },
+ "Weapon§Power axe": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ },
+ "Points": {
+ "value": 5
+ }
+ }
+ },
+ "Weapon§Power maul": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 3
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ },
+ "Points": {
+ "value": 5
+ }
+ }
+ },
+ "Weapon§Power sword": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 1
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Prioris missile": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": "D6"
+ },
+ "S": {
+ "value": 8
+ },
+ "Type": {
+ "value": "Heavy 2"
+ },
+ "Range": {
+ "value": "36″"
+ }
+ }
+ },
+ "Weapon§Pyre shell": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Heavy 3D3"
+ },
+ "Range": {
+ "value": "72″"
+ }
+ },
+ "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). Each time an attack is made with this weapon profile, the target does not receive the [benefits of cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-and-Cover) against that attack."
+ },
+ "Weapon§Relic weapons": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Repressor heavy flamer": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Heavy D6"
+ },
+ "Range": {
+ "value": "12″"
+ },
+ "Points": {
+ "value": 15
+ }
+ },
+ "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
+ },
+ "Weapon§Sanctified shell": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 3
+ },
+ "S": {
+ "value": 9
+ },
+ "Type": {
+ "value": "Heavy D6"
+ },
+ "Range": {
+ "value": "72″"
+ }
+ },
+ "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
+ },
+ "Weapon§Sanctity": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time an attack is made with this weapon, [invulnerable saving throws](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) cannot be made against that attack."
+ },
+ "Weapon§Sanctorum missile": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Heavy 2D6"
+ },
+ "Range": {
+ "value": "36″"
+ }
+ },
+ "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
+ },
+ "Weapon§Scribe’s staff": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 1
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Servo-stubber": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Pistol 3"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ }
+ },
+ "Weapon§Spear of the faithful": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ },
+ "Points": {
+ "value": 5
+ }
+ }
+ },
+ "Weapon§Standard": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 7
+ },
+ "Type": {
+ "value": "Pistol 1"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ }
+ },
+ "Weapon§Storm bolter": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Rapid Fire 2"
+ },
+ "Range": {
+ "value": "24″"
+ },
+ "Points": {
+ "value": 3
+ }
+ }
+ },
+ "Weapon§Supercharge": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 8
+ },
+ "Type": {
+ "value": "Pistol 1"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ },
+ "text": "If any unmodified [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1 are made for attacks with this weapon profile, the bearer is destroyed after shooting with this weapon."
+ },
+ "Weapon§Sweeping blow": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": "User"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time an attack is made with this weapon profile, make 2 [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) instead of 1."
+ },
+ "Weapon§The Ardent Blade (melee)": {
+ "stats": {
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time an attack is made with this weapon, on an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6, the target suffers 2 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) and the attack sequence ends."
+ },
+ "Weapon§The Ardent Blade (shooting)": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Assault D6"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ },
+ "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
+ },
+ "Weapon§The Martyr’s Sword": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time the bearer fights, it makes 4 additional attacks with this weapon and no more than 4 attacks can be made with this weapon."
+ },
+ "Weapon§The Outcast’s Blades": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": "User"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time an attack is made with this weapon, make 2 [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) instead of 1."
+ },
+ "Weapon§The Redeemer": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Assault 2"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ },
+ "text": "When resolving an attack made with this weapon, on a wound roll of 6+, this weapon has a Damage characteristic of 2 for that attack."
+ },
+ "Weapon§Twin heavy bolter": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Heavy 6"
+ },
+ "Range": {
+ "value": "36″"
+ }
+ }
+ },
+ "Weapon§Twin multi-melta": {
+ "stats": {
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": "D6"
+ },
+ "S": {
+ "value": 8
+ },
+ "Type": {
+ "value": "Heavy 4"
+ },
+ "Range": {
+ "value": "24″"
+ },
+ "Points": {
+ "value": 30
+ }
+ },
+ "text": "Each time an attack made with this weapon targets a unit within half range, that attack has a damage characteristic of D6+2."
+ },
+ "Weapon§Vindictor (melee)": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 1
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Vindictor (shooting)": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Assault D6"
+ },
+ "Range": {
+ "value": "8″"
+ }
+ },
+ "text": "This weapon automatically hits its target. If the target is a CHAOS unit, roll two D6 to determine the number of attacks made with this weapon and discard the lowest result."
+ },
+ "Weapon§Zealot’s vindictor (melee)": {},
+ "Weapon§Zealot’s vindictor (shooting)": {
+ "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
}
}
}
diff --git a/adeptus_custodes/Adeptus_Custodes.manifest b/adeptus_custodes/Adeptus_Custodes.manifest
index 11d20f3..45fdc9c 100644
--- a/adeptus_custodes/Adeptus_Custodes.manifest
+++ b/adeptus_custodes/Adeptus_Custodes.manifest
@@ -1,11 +1,12 @@
{
"name": "Adeptus Custodes",
+ "revision": "0.0.8",
"game": "Warhammer 40,000",
"genre": "sci-fi",
"publisher": "Games Workshop",
"url": "https://warhammer40000.com/",
- "notes": "This manifest is provided for the purposes of testing the features of *Rosterizer* and is not intended for distribution.",
- "revision": "0.0.5",
+ "notes": "0.0.8: dynamic damage min/max variable type\n\n0.0.7: single-model units no longer have any \"model\" asssets\n\n0.0.6: \"source\" keyword category\n\n0.0.5: add relics\n\nThis manifest is provided for the purposes of testing the features of *Rosterizer* and is not intended for distribution.\n\nThe data included herein was programatically compiled from freely-available sources on the internet and likely contains some errors. Use with caution.",
+ "wip": true,
"dependencies": [
{
"slug": "123456",
@@ -23,44 +24,165 @@
}
},
"assetCatalog": {
- "Roster§Army": {},
- "Model§Custodian Guard (Custodian Guard)": {
+ "Ability§Adamantine Mantle": {
+ "text": "Each time this model would lose a wound, roll one D6: on a 5+, that wound is not lost."
+ },
+ "Ability§Aegis of the Emperor": {
+ "text": "* Models in this unit have a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n* Each time a model in this unit would lose a wound as a result of a [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds), roll one D6: on a 6, that wound is not lost."
+ },
+ "Ability§Airborne": {
+ "text": "You cannot [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) with this model, and it can only be chosen as a target of a charge if the unit making the charge can [**FLY**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Flying). You can only fight with this model if it is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units that can FLY**, and this model can only make melee attacks against units that can FLY**. Enemy units can only make melee attacks against this model if they can FLY**."
+ },
+ "Ability§Airborne Hunters": {
+ "text": "During deployment, you can set up this unit high in the skies instead of setting it up on the battlefield. If you do, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) you can set up this unit anywhere on the battlefield that is more than 9″ away from any enemy models."
+ },
+ "Ability§Anathema Psykana Dedicated Transport": {
+ "text": "Do not follow a [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments)’s normal rules for [Battlefield Role slots](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role-Slots) for this Dedicated Transport. Instead, you can include one of this unit for each **ANATHEMA PSYKANA** INFANTRY** unit in that Detachment."
+ },
+ "Ability§Aquilane Relic": {
+ "text": "Your army can only include each type of vexilla (e.g. vexilla magnifica) once."
+ },
+ "Ability§Atomantic Shielding": {
+ "text": "This model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Binding Oaths": {
+ "text": "Each time a model in this unit would lose a wound, roll one D6: on a 6, that wound is not lost."
+ },
+ "Ability§Cadre Tactics (Aura)": {
+ "text": "While a friendly **ANATHEMA PSYKANA** CORE** unit is within 6″ of this model, each time a model in that unit makes an attack, re-roll a [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1."
+ },
+ "Ability§Captain-General": {
+ "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), this model must be your army’s [**WARLORD**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#The-Warlord). If more than one model from your army has a rule to this effect, then one of those models must be your army’s WARLORD**. If this model is your WARLORD** and every unit from your army is **ADEPTUS CUSTODES** (excluding **ANATHEMA PSYKANA**, **AGENT OF** THE** IMPERIUM** and UNALIGNED** units), you receive 1 additional [Command point](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Command-Points) and this model gains 2 Warlord Traits instead of 1."
+ },
+ "Ability§Consummate Swordsman": {
+ "text": "Each time a melee attack is made against this model, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1-3 always fails. Each time a melee attack is allocated to this model, add 1 to the armour [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw)."
+ },
+ "Ability§Daughters of the Abyss": {
+ "text": "* This unit cannot be targeted or affected by [psychic powers](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Powers).\n* Each time a [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) is taken for a unit, subtract 1 from the total for each unit with this ability within 18″ of that unit (to a maximum of -3).\n* Each time an attack made by a model in this unit targets an enemy [**PSYKER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE) or DAEMON** unit within 6″ of it, add 1 to that attack’s [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
+ },
+ "Ability§Eclipse Shield": {
+ "text": "This model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Explodes": {
+ "text": "When this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this [transport](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Transports) is destroyed, roll one D6 before any embarked models [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) and before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D6 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before amoving it from play. On a 6 it explodes, and each unit within 3″ suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this transport is destroyed, roll one D6 before any embarked models [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) and before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this transport is destroyed, roll one D6 before any embarked models [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) and before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this [transport](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Transports) is destroyed, roll one D6 before any embarked models [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) and before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
+ },
+ "Ability§Flare Shielding": {
+ "text": "This model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§From Golden Light": {
+ "text": "During deployment, you can set up this unit in a Godstrike-pattern teleportarium array instead of setting it up on the battlefield. If you do, at the end of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) you can set up this unit anywhere on the battlefield that is more than 9″ away from any enemy models.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nDuring deployment, if every model in this unit has this ability, then you can set up this unit in a teleportarium chamber instead of setting it up on the battlefield. If you do so, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) you can set up this unit anywhere on the battlefield that is more than 9″ away from any enemy models."
+ },
+ "Ability§Golden Laurels": {
+ "text": "Once per battle round, you can re-roll a single [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll), [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll), [charge roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) or [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) made for this model."
+ },
+ "Ability§Guardian Eternal": {
+ "text": "Each time an attack is allocated to this model, subtract 1 from the Damage characteristic of that attack (to a minimum of 1).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nEach time an attack is allocated to this model, subtract 1 from the Damage characteristic of that attack (to a minimum of 1)."
+ },
+ "Ability§Hard to Hit": {
+ "text": "Each time a ranged attack is made against this model, subtract 1 from that attack's [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
+ },
+ "Ability§Hero of the Lion’s Gate": {
+ "text": "Each time an attack is made against this model, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1-3 always fails."
+ },
+ "Ability§Hover Jet": {
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), this model can hover. If it does, then until the start of your next Command phase, its Move characteristic becomes 20″ and it loses the **Airborne**, Hard to Hit** and Supersonic** abilities."
+ },
+ "Ability§Hover Tank": {
+ "text": "Distances are always measured to and from this model’s hull. "
+ },
+ "Ability§Implacable Vanguard": {
+ "text": "Each time this model Advances, do not make an [Advance roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance). Instead, until the end of the phase, add 6″ to the Move characteristic of this model.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nEach time this unit Advances, do not make an [Advance roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance). Instead, until the end of the phase, add 6″ to the Move characteristic of models in this unit."
+ },
+ "Ability§Inspirational Fighter (Aura)": {
+ "text": "While a friendly **<SHIELD HOST>** CORE** unit is within 6″ of this model, each time a model in that unit makes an attack, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1."
+ },
+ "Ability§Legacy of Combat": {
+ "text": "At the start of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), if this [model is within](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Within-and-Wholly-Within) [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, it can fight first that phase. This model is eligible to [perform a Heroic Intervention](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention) if it is within 6″ horizontally and 5″ vertically of any enemy unit. Each time this model makes a Heroic Intervention move, so long as it ends that move either closer to the closest enemy model or within Engagement Range of an enemy [**CHARACTER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Characters) unit, it can move up to 6″. All other rules for [Heroic Interventions](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Heroic-Interventions) still apply."
+ },
+ "Ability§Legendary Commander (Aura)": {
+ "text": "While a friendly **ADEPTUS CUSTODES** CORE** unit is within 6″ of this model, each time a model in that unit makes an attack, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) and [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1."
+ },
+ "Ability§Martial Inspiration": {
+ "text": "Each time a friendly **<SHIELD HOST>** unit declares a charge against enemy unit that is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of this unit, add 1 to the [charge roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) made for that unit."
+ },
+ "Ability§Martial Ka’tah": {
+ "text": "If every unit from your army has the **ADEPTUS** CUSTODES** keyword (excluding **ANATHEMA PSYKANA**, **AGENT OF** THE** IMPERIUM** and UNALIGNED** units), and every unit that is assigned to a [shield host](https://wahapedia.ru/wh40k9ed/factions/adeptus-custodes/#Shield-Hosts) is assigned to the same shield host, this unit can use this ability and the following rules apply.\n\n\n\nAfter both sides have deployed, but before you have determined who will have the first turn, you must select a primary, secondary and tertiary martial ka’tah from the list below for your army to use in the battle. Note this down secretly on your [army roster](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battle-forged-Army-Roster).\n\n\n\nIn each of your [Command phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), so long as one is available, you must select one ka’tah stance to become active for your army. Each time you do so, units from your army with this ability benefit from it until the start of your next Command phase. When selecting a ka’tah stance to become active, the following rules apply:\n\n* You cannot select a ka’tah stance more than once.\n* You must select a primary ka’tah stance first, and you cannot select a tertiary ka’tah stance until you have selected a secondary ka’tah stance.\n* Once you select a stance of a different martial ka’tah, you cannot select a stance of a previous martial ka’tah.Example:** *Every model in Emily’s army has the ADEPTUS** CUSTODES** keyword. She selects Rendax** as her primary ka’tah, Dacatarai** as her secondary ka’tah and Calistus** as her tertiary ka’tah. In her first command phase, she selects Rendax stance 2 to be active.\n\n\n\nIn her second Command phase, she can select Rendax stance 1 to be active, or she can instead select Dacatarai stance 1 or 2 to be active, as she has previously selected a primary ka’tah stance. She cannot select a Calistus stance, as she must select a secondary ka’tah’s stance before she can select a tertiary ka’tah’s stance. She selects Dacatarai stance 1 to be active.\n\n\n\nIn her third Command phase, she can select Dacatarai stance 2 to be active, or she can instead select Calistus stance 1 or 2 to be active, as she has previously selected a secondary ka’tah stance. She cannot select Rendax stance 1, as she cannot select a stance of a previous ka’tah. She selects Calistus stance 2 to be active.\n\n\n\nIn her fourth Command phase, she must select Calistus stance 1 to be active, as it is the only remaining stance she is able to select. Note that this means in the fifth Command phase, there would be no ka’tah stances available to her, so she does not select one.*
"
+ },
+ "Ability§Moment Shackle": {
+ "text": "Once per battle, you can do one of the following:\n\n* At the end of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), if this [model is within](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Within-and-Wholly-Within) [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, it can [fight again](https://wahapedia.ru/wh40k9ed/the-rules/rules-appendix/#Fight-Again).\n* When a [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) is failed for this model, the Damage characteristic of that attack is changed to 0.\n* After an enemy unit has fought, if this model is eligible to fight, you can fight with it next."
+ },
+ "Ability§Reinforced Atomantic Shielding": {
+ "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Seeker Cadre": {
+ "text": "At the start of the first battle round, before the first turn begins, this unit, or the **ANATHEMA PSYKANA** TRANSPORT** it is [embarked](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Embark) within, can make a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move) of up to 6″ as if it were your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE). This unit must end that move more than 9″ away from any enemy models. If both players have units that can do this, the player who is taking the first turn moves their units first."
+ },
+ "Ability§Slayers of Tyrants": {
+ "text": "Each time this unit [piles in](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Pile-In) or [consolidates](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Consolidate), each model in the unit can move towards an enemy [**CHARACTER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Characters) model instead of the closest enemy model, so long as one or more models in this unit finish that move within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of that enemy CHARACTER** model."
+ },
+ "Ability§Supersonic": {
+ "text": "Each time this model makes a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), [Advances](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or [Falls Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back), first pivot it on the spot up to 90° (this does not contribute to how far the model moves), then move the model straight forwards. It cannot pivot again after the initial pivot."
+ },
+ "Ability§Tenacious Spirit": {
+ "text": "At the start of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), if this [model is within](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Within-and-Wholly-Within) [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, it fights first that phase. In addition, if this model is destroyed in the Fight phase before it has been selected to fight in that phase, do not remove it from play - it can fight after the attacking model’s unit has finished [making attacks](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Making-Attacks). After resolving this model’s attacks, it is then removed."
+ },
+ "Ability§Unyielding Ancient": {
+ "text": "Each time this model would lose a wound, roll one D6: on a 6, that wound is not lost."
+ },
+ "Ability§Voidsheen Cloak": {
+ "text": "This model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Watchmen": {
+ "text": "While a friendly **<SHIELD HOST>** CHARACTER** unit is within 3″ of this unit, that CHARACTER** unit can use the [Look Out, Sir](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Look-out-Sir) rule even if this unit contains fewer than 3 models."
+ },
+ "Dedicated Transport§Anathema Psykana Rhino": {
"stats": {
+ "Power Level": {
+ "value": 4
+ },
"Points": {
- "value": 45
+ "value": 75
},
"M": {
- "value": "6"
+ "value": 12
},
"WS": {
- "value": 2
+ "value": 6
},
"BS": {
- "value": 2
- },
- "S": {
- "value": 5
- },
- "T": {
- "value": 5
- },
- "W": {
"value": 3
},
+ "S": {
+ "value": 6
+ },
+ "T": {
+ "value": 7
+ },
+ "W": {
+ "value": 10,
+ "max": 10,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
"A": {
- "value": "3"
+ "value": 3
},
"Ld": {
- "value": 11
+ "value": 8
},
"Sv": {
- "value": 2
+ "value": 3
},
"Base": {
- "value": "40mm"
+ "value": "Use model"
},
"loadout1": {
- "value": "Guardian spear",
+ "value": "Storm bolter",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -70,27 +192,19 @@
"-": {
"order": 0
},
- "Guardian spear": {
+ "Hunter-killer missile": {
"order": 1,
"traits": [
{
- "trait": "Wargear§Guardian spear"
+ "trait": "Weapon§Hunter-killer missile"
}
]
},
- "Misericordia": {
+ "Storm bolter": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Misericordia"
- }
- ]
- },
- "Sentinel blade": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Sentinel blade"
+ "trait": "Weapon§Storm bolter"
}
]
}
@@ -109,27 +223,19 @@
"-": {
"order": 0
},
- "Guardian spear": {
+ "Hunter-killer missile": {
"order": 1,
"traits": [
{
- "trait": "Wargear§Guardian spear"
+ "trait": "Weapon§Hunter-killer missile"
}
]
},
- "Misericordia": {
+ "Storm bolter": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Misericordia"
- }
- ]
- },
- "Sentinel blade": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Sentinel blade"
+ "trait": "Weapon§Storm bolter"
}
]
}
@@ -138,9 +244,50 @@
"dynamic": true
}
},
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Custodes—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Rhino",
+ "Smokescreen",
+ "Transport",
+ "Vehicle"
+ ],
+ "Faction": [
+ "Anathema Psykana",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Explodes",
+ "Ability§Anathema Psykana Dedicated Transport"
+ ]
+ },
+ "text": "An Anathema Psykana Rhino is equipped with: storm bolter.\n\n• This model can be equipped with 1 hunter-killer missile.\n\nnull",
"rules": {
- "rename me": {
- "evals": [],
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 5,
+ "min": 3,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
"failState": "pass",
"evaluate": "AND",
"actions": [
@@ -148,24 +295,549 @@
"paths": [
[
"{self}",
- "designation"
+ "stats",
+ "M",
+ "value"
]
],
"actionType": "set",
- "value": "Custodian Guard",
+ "value": 6,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 2,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 3,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
"iterations": 1
}
]
}
+ },
+ "meta": {
+ "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
}
},
- "Model§Venerable Contemptor Dreadnought": {
+ "Dedicated Transport§Coronus Grav-carrier": {
"stats": {
+ "Power Level": {
+ "value": 11
+ },
"Points": {
- "value": 155
+ "value": 220
},
"M": {
- "value": "9"
+ "value": 14
+ },
+ "WS": {
+ "value": 6
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 7
+ },
+ "T": {
+ "value": 8
+ },
+ "W": {
+ "value": 18,
+ "max": 18,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 11
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "Use model"
+ },
+ "loadout1": {
+ "value": "Twin arachnus blaze cannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Twin arachnus blaze cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Twin arachnus blaze cannon"
+ }
+ ]
+ },
+ "Twin lastrum bolt cannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Twin lastrum bolt cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Twin lastrum bolt cannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Twin arachnus blaze cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Twin arachnus blaze cannon"
+ }
+ ]
+ },
+ "Twin lastrum bolt cannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Twin lastrum bolt cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Twin arachnus blaze cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Twin arachnus blaze cannon"
+ }
+ ]
+ },
+ "Twin lastrum bolt cannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Twin lastrum bolt cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Coronus Grav-carrier",
+ "Fly",
+ "Machine Spirit",
+ "Transport",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Custodes",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Flare Shielding",
+ "Ability§Hover Tank",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Coronus Grav-carrier is equipped with: twin arachnus blaze cannon; twin lastrum bolt cannon.\n\n\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 8,
+ "min": 5,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 10,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 3,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 4,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 6,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
+ }
+ },
+ "Elites§Allarus Custodians": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "model": {
+ "value": "Model§Allarus Custodian"
+ },
+ "Allarus Custodians": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 1,
+ "min": 1,
+ "max": 6,
+ "increment": {
+ "value": 1
+ }
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Custodes—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Allarus",
+ "Core",
+ "Custodians",
+ "Infantry",
+ "Teleport Homer",
+ "Terminator"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Custodes",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Aegis of the Emperor",
+ "Ability§From Golden Light",
+ "Ability§Martial Ka’tah",
+ "Ability§Slayers of Tyrants",
+ "Model§Allarus Custodian"
+ ]
+ },
+ "text": "Increase this unit’s **Power Rating** by +3** for every additional model it includes. Every model is equipped with: balistus grenade launcher; guardian spear.\n\n• Any number of models can each have their guardian spear replaced with 1 castellan axe.\n\n• Any number of models can each be equipped with 1 misericordia.\n\nnull\n\n***ERROR***—*there might be a problem with Power Rating that will require a custom rule.*",
+ "allowed": {
+ "items": [
+ "Model§Allarus Custodian"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
+ }
+ },
+ "Elites§Aquilon Custodians": {
+ "stats": {
+ "Power Level": {
+ "value": 11
+ },
+ "model": {
+ "value": "Model§Aquilon Custodian"
+ },
+ "Aquilon Custodians": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 3,
+ "min": 3,
+ "max": 6,
+ "increment": {
+ "value": 3
+ }
+ },
+ "poweri": {
+ "value": 11
+ },
+ "power1": {
+ "value": 4
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aquilon Custodians",
+ "Core",
+ "Infantry",
+ "Teleport Homer",
+ "Terminator"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Custodes",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Aegis of the Emperor",
+ "Ability§From Golden Light",
+ "Ability§Martial Ka’tah",
+ {
+ "item": "Model§Aquilon Custodian",
+ "quantity": 3
+ }
+ ]
+ },
+ "text": "If this unit contains 4 or more models it has **Power Rating 22**. Every model is equipped with: lastrum storm bolter; solerite power gauntlet.\n\n• Any model’s lastrum storm bolter can be replaced with one of the following: 1 infernus firepike; 1 twin adrathic destructor.\n\n• Any model’s solerite power gauntlet can be replaced with 1 solerite power talon.\n\n• Any model can be equipped with 1 misericordia.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Aquilon Custodian"
+ ]
+ },
+ "meta": {
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
+ }
+ },
+ "Elites§Contemptor-Achillus Dreadnought": {
+ "stats": {
+ "Power Level": {
+ "value": 9
+ },
+ "Points": {
+ "value": 170
+ },
+ "M": {
+ "value": 9
},
"WS": {
"value": 2
@@ -183,7 +855,454 @@
"value": 9
},
"A": {
- "value": "5"
+ "value": 5
+ },
+ "Ld": {
+ "value": 11
+ },
+ "Sv": {
+ "value": 2
+ },
+ "Base": {
+ "value": "60mm"
+ },
+ "loadout1": {
+ "value": "Achillus dreadspear",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Achillus dreadspear": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Achillus dreadspear"
+ }
+ ]
+ },
+ "Infernus incinerator": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Infernus incinerator"
+ }
+ ]
+ },
+ "Lastrum storm bolter": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Lastrum storm bolter"
+ }
+ ]
+ },
+ "Twin adrathic destructor": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Twin adrathic destructor"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Lastrum storm bolter",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Achillus dreadspear": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Achillus dreadspear"
+ }
+ ]
+ },
+ "Infernus incinerator": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Infernus incinerator"
+ }
+ ]
+ },
+ "Lastrum storm bolter": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Lastrum storm bolter"
+ }
+ ]
+ },
+ "Twin adrathic destructor": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Twin adrathic destructor"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Achillus dreadspear": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Achillus dreadspear"
+ }
+ ]
+ },
+ "Infernus incinerator": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Infernus incinerator"
+ }
+ ]
+ },
+ "Lastrum storm bolter": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Lastrum storm bolter"
+ }
+ ]
+ },
+ "Twin adrathic destructor": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Twin adrathic destructor"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Contemptor-Achillus Dreadnought",
+ "Core",
+ "Dreadnought",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Custodes",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Atomantic Shielding",
+ "Ability§Unyielding Ancient",
+ "Ability§Guardian Eternal",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Contemptor-Achillus Dreadnought is equipped with: Achillus dreadspear; 2 lastrum storm bolters.\n\n• This model's lastrum storm bolters can each be replaced with one of the following: 1 infernus incinerator; 1 twin adrathic destructor.\n\nnull",
+ "meta": {
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
+ }
+ },
+ "Elites§Contemptor-Galatus Dreadnought": {
+ "stats": {
+ "Power Level": {
+ "value": 9
+ },
+ "Galatus shield": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Galatus shield",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 180
+ },
+ "M": {
+ "value": 9
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 7
+ },
+ "T": {
+ "value": 7
+ },
+ "W": {
+ "value": 9
+ },
+ "A": {
+ "value": 5
+ },
+ "Ld": {
+ "value": 11
+ },
+ "Sv": {
+ "value": 2
+ },
+ "Base": {
+ "value": "60mm"
+ },
+ "loadout1": {
+ "value": "Galatus warblade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Galatus warblade": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Galatus warblade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Galatus warblade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Galatus warblade": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Galatus warblade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Galatus warblade": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Galatus warblade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Contemptor-Galatus Dreadnought",
+ "Core",
+ "Dreadnought",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Custodes",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Unyielding Ancient",
+ "Ability§Guardian Eternal",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Contemptor-Galatus Dreadnought is equipped with: Galatus warblade; Galatus shield.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
+ }
+ },
+ "Elites§Custodian Wardens": {
+ "stats": {
+ "Power Level": {
+ "value": 7
+ },
+ "model": {
+ "value": "Model§Custodian Warden"
+ },
+ "Custodian Wardens": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 3,
+ "min": 3,
+ "max": 10
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Custodes—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Core",
+ "Custodian Wardens",
+ "Infantry"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Custodes",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Aegis of the Emperor",
+ "Ability§Martial Ka’tah",
+ "Ability§Binding Oaths",
+ "Ability§Watchmen",
+ {
+ "item": "Model§Custodian Warden",
+ "quantity": 3
+ }
+ ]
+ },
+ "text": "If this unit contains 4-5 models, it has **Power Rating 12**. If this unit contains 6-8 models, it has Power Rating 20**. If this unit contains 9 or more models, it has Power Rating 25**. Every model is equipped with: guardian spear.\n\n• Any number of models can each have their guardian spear replaced with 1 castellan axe.\n\n• Any number of models can each be equipped with 1 misericordia.\n\nnull\n\n***ERROR***—*there might be a problem with incrementation that will require inputting by hand.*\n\n***ERROR***—*there might be a problem with Power Rating that will require a custom rule.*",
+ "allowed": {
+ "items": [
+ "Model§Custodian Warden"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
+ }
+ },
+ "Elites§Venerable Contemptor Dreadnought": {
+ "stats": {
+ "Power Level": {
+ "value": 8
+ },
+ "Points": {
+ "value": 155
+ },
+ "M": {
+ "value": 9
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 7
+ },
+ "T": {
+ "value": 7
+ },
+ "W": {
+ "value": 9
+ },
+ "A": {
+ "value": 5
},
"Ld": {
"value": 11
@@ -382,855 +1501,74 @@
"visibility": "active",
"dynamic": true
}
- }
- },
- "Model§Venerable Land Raider": {
- "stats": {
- "Points": {
- "value": 265
- },
- "M": {
- "value": "10"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 8
- },
- "T": {
- "value": 8
- },
- "W": {
- "value": 16,
- "max": 16,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "6"
- },
- "Ld": {
- "value": 11
- },
- "Sv": {
- "value": 2
- },
- "Base": {
- "value": "Use model"
- },
- "loadout1": {
- "value": "Twin heavy bolter",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Hunter-killer missile": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Hunter-killer missile"
- }
- ]
- },
- "Storm bolter": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Storm bolter",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Twin heavy bolter": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin heavy bolter"
- }
- ]
- },
- "Twin lascannon": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Twin lascannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Twin lascannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Hunter-killer missile": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Hunter-killer missile"
- }
- ]
- },
- "Storm bolter": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Storm bolter",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Twin heavy bolter": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin heavy bolter"
- }
- ]
- },
- "Twin lascannon": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Twin lascannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Hunter-killer missile": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Hunter-killer missile"
- }
- ]
- },
- "Storm bolter": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Storm bolter",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Twin heavy bolter": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin heavy bolter"
- }
- ]
- },
- "Twin lascannon": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Twin lascannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
},
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "8",
- "min": "5",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "3",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D6",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "4",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "3",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
- }
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Custodes—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Core",
+ "Dreadnought",
+ "Vehicle",
+ "Venerable Contemptor Dreadnought"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Custodes",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Guardian Eternal",
+ "Ability§Unyielding Ancient",
+ "Ability§Atomantic Shielding",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Venerable Contemptor Dreadnought is equipped with: combi-bolter; multi-melta; Dreadnought combat weapon.\n\n• This model’s multi-melta can be replaced with 1 kheres-pattern assault cannon.\n\nnull",
+ "meta": {
+ "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
}
},
- "Model§Trajann Valoris": {
+ "Elites§Vexilus Praetor": {
"stats": {
- "Points": {
- "value": 200
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 5
- },
- "T": {
- "value": 5
- },
- "W": {
- "value": 8
- },
- "A": {
- "value": "6"
- },
- "Ld": {
- "value": 11
- },
- "Sv": {
- "value": 2
- },
- "Base": {
- "value": "40mm"
- },
- "loadout1": {
- "value": "Watcher’s Axe",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Misericordia": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Misericordia"
- }
- ]
- },
- "Watcher’s Axe": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Watcher’s Axe"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Misericordia",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Misericordia": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Misericordia"
- }
- ]
- },
- "Watcher’s Axe": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Watcher’s Axe"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Misericordia": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Misericordia"
- }
- ]
- },
- "Watcher’s Axe": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Watcher’s Axe"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Shield-Captain": {
- "stats": {
- "Points": {
- "value": 105
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 5
- },
- "T": {
- "value": 5
- },
- "W": {
- "value": 7
- },
- "A": {
- "value": "6"
- },
- "Ld": {
- "value": 11
- },
- "Sv": {
- "value": 2
- },
- "Base": {
- "value": "40mm"
- },
- "loadout1": {
- "value": "Guardian spear",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Castellan axe": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Castellan axe"
- }
- ]
- },
- "Guardian spear": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Guardian spear"
- }
- ]
- },
- "Misericordia": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Misericordia"
- }
- ]
- },
- "Sentinel blade": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Sentinel blade"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Castellan axe": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Castellan axe"
- }
- ]
- },
- "Guardian spear": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Guardian spear"
- }
- ]
- },
- "Misericordia": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Misericordia"
- }
- ]
- },
- "Sentinel blade": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Sentinel blade"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Shield-Captain in Allarus Terminator Armour": {
- "stats": {
- "Points": {
- "value": 115
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 5
- },
- "T": {
- "value": 5
- },
- "W": {
- "value": 8
- },
- "A": {
- "value": "6"
- },
- "Ld": {
- "value": 11
- },
- "Sv": {
- "value": 2
- },
- "Base": {
- "value": "40mm"
- },
- "loadout1": {
- "value": "Balistus grenade launcher",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Balistus grenade launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Balistus grenade launcher"
- }
- ]
- },
- "Castellan axe": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Castellan axe"
- }
- ]
- },
- "Guardian spear": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Guardian spear"
- }
- ]
- },
- "Misericordia": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Misericordia"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Guardian spear",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Balistus grenade launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Balistus grenade launcher"
- }
- ]
- },
- "Castellan axe": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Castellan axe"
- }
- ]
- },
- "Guardian spear": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Guardian spear"
- }
- ]
- },
- "Misericordia": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Misericordia"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Balistus grenade launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Balistus grenade launcher"
- }
- ]
- },
- "Castellan axe": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Castellan axe"
- }
- ]
- },
- "Guardian spear": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Guardian spear"
- }
- ]
- },
- "Misericordia": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Misericordia"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Shield-Captain on Dawneagle Jetbike": {
- "stats": {
- "Points": {
- "value": 160
- },
- "M": {
- "value": "14"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 5
- },
- "T": {
+ "Power Level": {
"value": 6
},
- "W": {
- "value": 9
- },
- "A": {
- "value": "6"
- },
- "Ld": {
- "value": 11
- },
- "Sv": {
- "value": 2
- },
- "Base": {
- "value": "75 x 42mm"
- },
- "loadout1": {
- "value": "Hurricane bolter",
- "label": "Loadout",
+ "Praesidium shield": {
+ "value": 0,
"statType": "rank",
- "statOrder": 1,
+ "statOrder": 10,
"group": "Loadout",
"groupOrder": 2,
"ranks": {
- "-": {
- "order": 0
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
},
- "Hurricane bolter": {
+ "1": {
"order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
"traits": [
{
- "trait": "Weapon§Hurricane bolter"
- }
- ]
- },
- "Interceptor lance": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Interceptor lance"
- }
- ]
- },
- "Misericordia": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Misericordia"
- }
- ]
- },
- "Salvo launcher": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Salvo launcher"
+ "trait": {
+ "item": "Wargear§Praesidium shield",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
}
]
}
@@ -1238,46 +1576,36 @@
"visibility": "active",
"dynamic": true
},
- "loadout2": {
- "value": "Interceptor lance",
- "label": "Loadout",
+ "Vexilla defensor": {
+ "value": 0,
"statType": "rank",
- "statOrder": 2,
+ "statOrder": 10,
"group": "Loadout",
"groupOrder": 2,
"ranks": {
- "-": {
- "order": 0
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
},
- "Hurricane bolter": {
+ "1": {
"order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
"traits": [
{
- "trait": "Weapon§Hurricane bolter"
- }
- ]
- },
- "Interceptor lance": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Interceptor lance"
- }
- ]
- },
- "Misericordia": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Misericordia"
- }
- ]
- },
- "Salvo launcher": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Salvo launcher"
+ "trait": {
+ "item": "Wargear§Vexilla defensor",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
}
]
}
@@ -1285,122 +1613,36 @@
"visibility": "active",
"dynamic": true
},
- "loadout3": {
- "value": "-",
- "label": "Loadout",
+ "Vexilla imperius": {
+ "value": 0,
"statType": "rank",
- "statOrder": 3,
+ "statOrder": 10,
"group": "Loadout",
"groupOrder": 2,
"ranks": {
- "-": {
- "order": 0
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
},
- "Hurricane bolter": {
+ "1": {
"order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
"traits": [
{
- "trait": "Weapon§Hurricane bolter"
- }
- ]
- },
- "Interceptor lance": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Interceptor lance"
- }
- ]
- },
- "Misericordia": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Misericordia"
- }
- ]
- },
- "Salvo launcher": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Salvo launcher"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Custodian Warden": {
- "stats": {
- "Points": {
- "value": 50
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 5
- },
- "T": {
- "value": 5
- },
- "W": {
- "value": 3
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 11
- },
- "Sv": {
- "value": 2
- },
- "Base": {
- "value": "40mm"
- },
- "loadout1": {
- "value": "Guardian spear",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Castellan axe": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Castellan axe"
- }
- ]
- },
- "Guardian spear": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Guardian spear"
- }
- ]
- },
- "Misericordia": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Misericordia"
+ "trait": {
+ "item": "Wargear§Vexilla imperius",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
}
]
}
@@ -1408,54 +1650,48 @@
"visibility": "active",
"dynamic": true
},
- "loadout2": {
- "value": "-",
- "label": "Loadout",
+ "Vexilla magnifica": {
+ "value": 0,
"statType": "rank",
- "statOrder": 2,
+ "statOrder": 10,
"group": "Loadout",
"groupOrder": 2,
"ranks": {
- "-": {
- "order": 0
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
},
- "Castellan axe": {
+ "1": {
"order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
"traits": [
{
- "trait": "Wargear§Castellan axe"
- }
- ]
- },
- "Guardian spear": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Guardian spear"
- }
- ]
- },
- "Misericordia": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Misericordia"
+ "trait": {
+ "item": "Wargear§Vexilla magnifica",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
}
]
}
},
"visibility": "active",
"dynamic": true
- }
- }
- },
- "Model§Vexilus Praetor": {
- "stats": {
+ },
"Points": {
"value": 105
},
"M": {
- "value": "6"
+ "value": 6
},
"WS": {
"value": 2
@@ -1473,7 +1709,7 @@
"value": 6
},
"A": {
- "value": "4"
+ "value": 4
},
"Ld": {
"value": 11
@@ -1601,15 +1837,159 @@
"visibility": "active",
"dynamic": true
}
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Custodes—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Guardian",
+ "Infantry",
+ "Vexilus Praetor"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Custodes",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Aegis of the Emperor",
+ "Ability§Martial Ka’tah",
+ "Ability§Aquilane Relic"
+ ]
+ },
+ "text": "A Vexilus Praetor is equipped with: guardian spear; vexilla defensor.\n\n• This model’s guardian spear can be replaced with one of the following: 1 castellan axe; 1 praesidium shield.\n\n• This model’s vexilla defensor can be replaced with one of the following: 1 vexilla imperius; 1 vexilla magnifica.\n\n• This model can be equipped with 1 misericordia.\n\nnull",
+ "meta": {
+ "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
}
},
- "Model§Vexilus Praetor in Allarus Terminator Armour": {
+ "Elites§Vexilus Praetor in Allarus Terminator Armour": {
"stats": {
+ "Power Level": {
+ "value": 6
+ },
+ "Vexilla defensor": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Vexilla defensor",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Vexilla imperius": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Vexilla imperius",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Vexilla magnifica": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Vexilla magnifica",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
"Points": {
"value": 115
},
"M": {
- "value": "6"
+ "value": 6
},
"WS": {
"value": 2
@@ -1627,138 +2007,8 @@
"value": 7
},
"A": {
- "value": "4"
- },
- "Ld": {
- "value": 11
- },
- "Sv": {
- "value": 2
- },
- "Base": {
- "value": "40mm"
- },
- "loadout1": {
- "value": "Balistus grenade launcher",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Balistus grenade launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Balistus grenade launcher"
- }
- ]
- },
- "Misericordia": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Misericordia"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Balistus grenade launcher",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Balistus grenade launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Balistus grenade launcher"
- }
- ]
- },
- "Misericordia": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Misericordia"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Balistus grenade launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Balistus grenade launcher"
- }
- ]
- },
- "Misericordia": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Misericordia"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Allarus Custodian": {
- "stats": {
- "Points": {
- "value": 60
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 5
- },
- "T": {
- "value": 5
- },
- "W": {
"value": 4
},
- "A": {
- "value": "4"
- },
"Ld": {
"value": 11
},
@@ -1787,24 +2037,8 @@
}
]
},
- "Castellan axe": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Castellan axe"
- }
- ]
- },
- "Guardian spear": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Guardian spear"
- }
- ]
- },
"Misericordia": {
- "order": 4,
+ "order": 2,
"traits": [
{
"trait": "Weapon§Misericordia"
@@ -1816,7 +2050,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Guardian spear",
+ "value": "Balistus grenade launcher",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -1834,24 +2068,8 @@
}
]
},
- "Castellan axe": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Castellan axe"
- }
- ]
- },
- "Guardian spear": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Guardian spear"
- }
- ]
- },
"Misericordia": {
- "order": 4,
+ "order": 2,
"traits": [
{
"trait": "Weapon§Misericordia"
@@ -1881,24 +2099,8 @@
}
]
},
- "Castellan axe": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Castellan axe"
- }
- ]
- },
- "Guardian spear": {
- "order": 3,
- "traits": [
- {
- "trait": "Wargear§Guardian spear"
- }
- ]
- },
"Misericordia": {
- "order": 4,
+ "order": 2,
"traits": [
{
"trait": "Weapon§Misericordia"
@@ -1909,18 +2111,187 @@
"visibility": "active",
"dynamic": true
}
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Custodes—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Allarus",
+ "Character",
+ "Infantry",
+ "Teleport Homer",
+ "Terminator",
+ "Vexilus Praetor"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Custodes",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Aegis of the Emperor",
+ "Ability§From Golden Light",
+ "Ability§Martial Ka’tah",
+ "Ability§Aquilane Relic"
+ ]
+ },
+ "text": "A Vexilus Praetor in Allarus Terminator Armour is equipped with: balistus grenade launcher; vexilla defensor.\n\n• This model can be equipped with 1 misericordia.\n\n• This model’s vexilla defensor can be replaced with one of the following: 1 vexilla imperius; 1 vexilla magnifica.\n\nnull",
+ "meta": {
+ "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
}
},
- "Model§Vertus Praetor": {
+ "Elites§Vigilators": {
"stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "model": {
+ "value": "Model§Vigilator"
+ },
+ "Vigilators": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 9,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 3
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Custodes—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Core",
+ "Infantry",
+ "Vigilators"
+ ],
+ "Faction": [
+ "Anathema Psykana",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Daughters of the Abyss",
+ {
+ "item": "Model§Vigilator",
+ "quantity": 4
+ },
+ "Model§Vigilator Sister Superior"
+ ]
+ },
+ "text": "If this unit contains 6 or more models, it has **Power Rating 6**. Every model is equipped with: executioner greatblade.\n\n\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Vigilator"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
+ }
+ },
+ "Fast Attack§Agamatus Custodians": {
+ "stats": {
+ "Power Level": {
+ "value": 15
+ },
+ "model": {
+ "value": "Model§Agamatus Custodians"
+ },
+ "Agamatus Custodians": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 3,
+ "min": 3,
+ "max": 6,
+ "increment": {
+ "value": 3
+ }
+ },
+ "poweri": {
+ "value": 15
+ },
+ "power1": {
+ "value": 4
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Agamatus Custodians",
+ "Biker",
+ "Core",
+ "Fly"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Custodes",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Aegis of the Emperor",
+ "Ability§Implacable Vanguard",
+ "Ability§Martial Ka’tah",
+ {
+ "item": "Model§Agamatus Custodians",
+ "quantity": 3
+ }
+ ]
+ },
+ "text": "If this unit contains 4 or more models it has **Power Rating 30**. Every model is equipped with: lastrum bolt cannon; interceptor lance.\n\n• Any model's lastrum bolt cannon can be replaced with one of the following: 1 adrathic devastator; 1 twin las-pulser.\n\n• Any model can be equipped with 1 misericordia.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Agamatus Custodians"
+ ]
+ },
+ "meta": {
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
+ }
+ },
+ "Fast Attack§Pallas Grav-attack": {
+ "stats": {
+ "Power Level": {
+ "value": 5
+ },
"Points": {
- "value": 80
+ "value": 95
},
"M": {
- "value": "14"
+ "value": 16
},
"WS": {
- "value": 2
+ "value": 6
},
"BS": {
"value": 2
@@ -1932,22 +2303,22 @@
"value": 6
},
"W": {
- "value": 5
+ "value": 8
},
"A": {
- "value": "4"
+ "value": 2
},
"Ld": {
"value": 11
},
"Sv": {
- "value": 2
+ "value": 3
},
"Base": {
- "value": "75 x 42mm"
+ "value": "105 x 70mm"
},
"loadout1": {
- "value": "Hurricane bolter",
+ "value": "Twin arachnus blaze cannon",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -1957,35 +2328,11 @@
"-": {
"order": 0
},
- "Hurricane bolter": {
+ "Twin arachnus blaze cannon": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Hurricane bolter"
- }
- ]
- },
- "Interceptor lance": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Interceptor lance"
- }
- ]
- },
- "Misericordia": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Misericordia"
- }
- ]
- },
- "Salvo launcher": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Salvo launcher"
+ "trait": "Wargear§Twin arachnus blaze cannon"
}
]
}
@@ -1994,7 +2341,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Interceptor lance",
+ "value": "-",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -2004,82 +2351,11 @@
"-": {
"order": 0
},
- "Hurricane bolter": {
+ "Twin arachnus blaze cannon": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Hurricane bolter"
- }
- ]
- },
- "Interceptor lance": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Interceptor lance"
- }
- ]
- },
- "Misericordia": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Misericordia"
- }
- ]
- },
- "Salvo launcher": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Salvo launcher"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Hurricane bolter": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Hurricane bolter"
- }
- ]
- },
- "Interceptor lance": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Interceptor lance"
- }
- ]
- },
- "Misericordia": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Misericordia"
- }
- ]
- },
- "Salvo launcher": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Salvo launcher"
+ "trait": "Wargear§Twin arachnus blaze cannon"
}
]
}
@@ -2087,45 +2363,357 @@
"visibility": "active",
"dynamic": true
}
+ },
+ "keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Fly",
+ "Pallas Grav-attack",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Custodes",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Flare Shielding",
+ "Ability§Hover Tank",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Pallas Grav-attack is equipped with: twin arachnus blaze cannon.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
}
},
- "Model§Contemptor-Achillus Dreadnought": {
+ "Fast Attack§Venatari Custodians": {
"stats": {
+ "Power Level": {
+ "value": 8
+ },
+ "model": {
+ "value": "Model§Venatari Custodian"
+ },
+ "Tarsus buckler": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Tarsus buckler",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Venatari Custodians": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 3,
+ "min": 3,
+ "max": 6,
+ "increment": {
+ "value": 3
+ }
+ },
+ "poweri": {
+ "value": 8
+ },
+ "power1": {
+ "value": 4
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Core",
+ "Fly",
+ "Infantry",
+ "Jump Pack",
+ "Venatari Custodians"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Custodes",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Aegis of the Emperor",
+ "Ability§Airborne Hunters",
+ "Ability§Martial Ka’tah",
+ {
+ "item": "Model§Venatari Custodian",
+ "quantity": 3
+ }
+ ]
+ },
+ "text": "If this unit contains 4 or more models, it has **Power Rating 16**. Every model is equipped with: kinetic destroyer; tarsus buckler.\n\n• Any model’s kinetic destroyer and tarsus buckler can be replaced with 1 Venatari lance.\n\n• Any model can be equipped with 1 misericordia.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Venatari Custodian"
+ ]
+ },
+ "meta": {
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
+ }
+ },
+ "Fast Attack§Vertus Praetors": {
+ "stats": {
+ "Power Level": {
+ "value": 12
+ },
+ "model": {
+ "value": "Model§Vertus Praetor"
+ },
+ "Vertus Praetors": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 3,
+ "min": 3,
+ "max": 6,
+ "increment": {
+ "value": 3
+ }
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Custodes—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Biker",
+ "Core",
+ "Fly",
+ "Praetors",
+ "Vertus"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Custodes",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Aegis of the Emperor",
+ "Ability§Martial Ka’tah",
+ "Ability§Implacable Vanguard",
+ {
+ "item": "Model§Vertus Praetor",
+ "quantity": 3
+ }
+ ]
+ },
+ "text": "Increase this unit’s **Power Rating** by +4** for every additional model it includes. Every model is equipped with: hurricane bolter; interceptor lance.\n\n• Any number of models can each have their hurricane bolter replaced with 1 salvo launcher.\n\n• Any number of models can each be equipped with 1 misericordia.\n\nnull\n\n***ERROR***—*there might be a problem with Power Rating that will require a custom rule.*",
+ "allowed": {
+ "items": [
+ "Model§Vertus Praetor"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
+ }
+ },
+ "Fast Attack§Witchseekers": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "model": {
+ "value": "Model§Witchseeker"
+ },
+ "Witchseekers": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 9,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 3
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Custodes—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Core",
+ "Infantry",
+ "Witchseekers"
+ ],
+ "Faction": [
+ "Anathema Psykana",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Daughters of the Abyss",
+ "Ability§Seeker Cadre",
+ {
+ "item": "Model§Witchseeker",
+ "quantity": 4
+ },
+ "Model§Witchseeker Sister Superior"
+ ]
+ },
+ "text": "If this unit contains 6 or more models, it has **Power Rating 6**. Every model is equipped with: witchseeker flamer.\n\n\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Witchseeker"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
+ }
+ },
+ "Flyers§Ares Gunship": {
+ "stats": {
+ "Power Level": {
+ "value": 20
+ },
+ "Infernus firebombs": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Infernus firebombs",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
"Points": {
- "value": 170
+ "value": 400
},
"M": {
- "value": "9"
+ "value": "20-50"
},
"WS": {
- "value": 2
+ "value": 6
},
"BS": {
"value": 2
},
"S": {
- "value": 7
+ "value": 8
},
"T": {
- "value": 7
+ "value": 8
},
"W": {
- "value": 9
+ "value": 22,
+ "max": 22,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
},
"A": {
- "value": "5"
+ "value": 6
},
"Ld": {
"value": 11
},
"Sv": {
- "value": 2
+ "value": 3
},
"Base": {
- "value": "60mm"
+ "value": "160mm"
},
"loadout1": {
- "value": "Achillus dreadspear",
+ "value": "Arachnus heavy blaze cannon",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -2135,35 +2723,19 @@
"-": {
"order": 0
},
- "Achillus dreadspear": {
+ "Arachnus heavy blaze cannon": {
"order": 1,
"traits": [
{
- "trait": "Wargear§Achillus dreadspear"
+ "trait": "Wargear§Arachnus heavy blaze cannon"
}
]
},
- "Infernus incinerator": {
+ "Arachnus magna-blaze cannon": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Infernus incinerator"
- }
- ]
- },
- "Lastrum storm bolter": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Lastrum storm bolter"
- }
- ]
- },
- "Twin adrathic destructor": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Twin adrathic destructor"
+ "trait": "Wargear§Arachnus magna-blaze cannon"
}
]
}
@@ -2172,7 +2744,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Lastrum storm bolter",
+ "value": "Arachnus magna-blaze cannon",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -2182,35 +2754,19 @@
"-": {
"order": 0
},
- "Achillus dreadspear": {
+ "Arachnus heavy blaze cannon": {
"order": 1,
"traits": [
{
- "trait": "Wargear§Achillus dreadspear"
+ "trait": "Wargear§Arachnus heavy blaze cannon"
}
]
},
- "Infernus incinerator": {
+ "Arachnus magna-blaze cannon": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Infernus incinerator"
- }
- ]
- },
- "Lastrum storm bolter": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Lastrum storm bolter"
- }
- ]
- },
- "Twin adrathic destructor": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Twin adrathic destructor"
+ "trait": "Wargear§Arachnus magna-blaze cannon"
}
]
}
@@ -2219,7 +2775,7 @@
"dynamic": true
},
"loadout3": {
- "value": "-",
+ "value": "Arachnus heavy blaze cannon",
"label": "Loadout",
"statType": "rank",
"statOrder": 3,
@@ -2229,35 +2785,50 @@
"-": {
"order": 0
},
- "Achillus dreadspear": {
+ "Arachnus heavy blaze cannon": {
"order": 1,
"traits": [
{
- "trait": "Wargear§Achillus dreadspear"
+ "trait": "Wargear§Arachnus heavy blaze cannon"
}
]
},
- "Infernus incinerator": {
+ "Arachnus magna-blaze cannon": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Infernus incinerator"
+ "trait": "Wargear§Arachnus magna-blaze cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Arachnus heavy blaze cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Arachnus heavy blaze cannon"
}
]
},
- "Lastrum storm bolter": {
- "order": 3,
+ "Arachnus magna-blaze cannon": {
+ "order": 2,
"traits": [
{
- "trait": "Weapon§Lastrum storm bolter"
- }
- ]
- },
- "Twin adrathic destructor": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Twin adrathic destructor"
+ "trait": "Wargear§Arachnus magna-blaze cannon"
}
]
}
@@ -2265,15 +2836,543 @@
"visibility": "active",
"dynamic": true
}
+ },
+ "keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aircraft",
+ "Ares Gunship",
+ "Fly",
+ "Machine Spirit",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Custodes",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Airborne",
+ "Ability§Supersonic",
+ "Ability§Explodes",
+ "Ability§Eclipse Shield",
+ "Ability§Hard to Hit",
+ "Ability§Hover Jet"
+ ]
+ },
+ "text": "An Ares Gunship is equipped with: 2 arachnus heavy blaze cannons; arachnus magna-blaze cannon; infernus firebombs.\n\n\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 11,
+ "min": 6,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "20-40",
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 3,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D6",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 5,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "20-30",
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
}
},
- "Model§Caladius Grav-tank": {
+ "Flyers§Orion Assault Dropship": {
"stats": {
+ "Power Level": {
+ "value": 23
+ },
+ "Points": {
+ "value": 450
+ },
+ "M": {
+ "value": "20-50"
+ },
+ "WS": {
+ "value": 6
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 8
+ },
+ "T": {
+ "value": 8
+ },
+ "W": {
+ "value": 22,
+ "max": 22,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 6
+ },
+ "Ld": {
+ "value": 11
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "160mm"
+ },
+ "loadout1": {
+ "value": "Arachnus heavy blaze cannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Arachnus heavy blaze cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Arachnus heavy blaze cannon"
+ }
+ ]
+ },
+ "Spiculus heavy bolt launcher": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Spiculus heavy bolt launcher"
+ }
+ ]
+ },
+ "Twin lastrum bolt cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin lastrum bolt cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Twin lastrum bolt cannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Arachnus heavy blaze cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Arachnus heavy blaze cannon"
+ }
+ ]
+ },
+ "Spiculus heavy bolt launcher": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Spiculus heavy bolt launcher"
+ }
+ ]
+ },
+ "Twin lastrum bolt cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin lastrum bolt cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Spiculus heavy bolt launcher",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Arachnus heavy blaze cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Arachnus heavy blaze cannon"
+ }
+ ]
+ },
+ "Spiculus heavy bolt launcher": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Spiculus heavy bolt launcher"
+ }
+ ]
+ },
+ "Twin lastrum bolt cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin lastrum bolt cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Arachnus heavy blaze cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Arachnus heavy blaze cannon"
+ }
+ ]
+ },
+ "Spiculus heavy bolt launcher": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Spiculus heavy bolt launcher"
+ }
+ ]
+ },
+ "Twin lastrum bolt cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin lastrum bolt cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aircraft",
+ "Fly",
+ "Machine Spirit",
+ "Orion Assault Dropship",
+ "Transport",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Custodes",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Airborne",
+ "Ability§Supersonic",
+ "Ability§Explodes",
+ "Ability§Eclipse Shield",
+ "Ability§Hard to Hit",
+ "Ability§Hover Jet"
+ ]
+ },
+ "text": "An Orion Assault Dropship is equipped with: 2 arachnus heavy blaze cannons; 2 twin lastrum bolt cannons; 2 spiculus heavy bolt launchers.\n\n\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 11,
+ "min": 6,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "20-40",
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 3,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D6",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 5,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "20-30",
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
+ }
+ },
+ "Heavy Support§Caladius Grav-tank": {
+ "stats": {
+ "Power Level": {
+ "value": 11
+ },
"Points": {
"value": 205
},
"M": {
- "value": "14"
+ "value": 14
},
"WS": {
"value": 6
@@ -2299,7 +3398,7 @@
"visibility": "always"
},
"A": {
- "value": "3"
+ "value": 3
},
"Ld": {
"value": 11
@@ -2428,6 +3527,33 @@
"dynamic": true
}
},
+ "keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Caladius Grav-tank",
+ "Fly",
+ "Machine Spirit",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Custodes",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Flare Shielding",
+ "Ability§Hover Tank",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Caladius Grav-tank is equipped with: twin iliastus accelerator cannon; twin lastrum bolt cannon.\n\n• This model’s twin iliastus accelerator cannon can be replaced with 1 twin arachnus heavy blaze cannon.\n\nnull",
"rules": {
"dynamicDamageMid": {
"evals": [
@@ -2440,8 +3566,8 @@
"value"
]
],
- "max": "7",
- "min": "4",
+ "max": 7,
+ "min": 4,
"operator": "AND",
"not": false,
"actionable": true
@@ -2460,7 +3586,7 @@
]
],
"actionType": "set",
- "value": "10",
+ "value": 10,
"iterations": 1
},
{
@@ -2473,7 +3599,7 @@
]
],
"actionType": "set",
- "value": "3",
+ "value": 3,
"iterations": 1
},
{
@@ -2502,8 +3628,8 @@
"value"
]
],
- "max": "3",
- "min": "1",
+ "max": 3,
+ "min": 1,
"operator": "AND",
"not": false,
"actionable": true
@@ -2522,7 +3648,7 @@
]
],
"actionType": "set",
- "value": "8",
+ "value": 8,
"iterations": 1
},
{
@@ -2535,7 +3661,7 @@
]
],
"actionType": "set",
- "value": "4",
+ "value": 4,
"iterations": 1
},
{
@@ -2548,284 +3674,26 @@
]
],
"actionType": "set",
- "value": "1",
+ "value": 1,
"iterations": 1
}
]
}
- }
- },
- "Model§Coronus Grav-carrier": {
- "stats": {
- "Points": {
- "value": 220
- },
- "M": {
- "value": "14"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 7
- },
- "T": {
- "value": 8
- },
- "W": {
- "value": 18,
- "max": 18,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 11
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "Use model"
- },
- "loadout1": {
- "value": "Twin arachnus blaze cannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Twin arachnus blaze cannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Twin arachnus blaze cannon"
- }
- ]
- },
- "Twin lastrum bolt cannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Twin lastrum bolt cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Twin lastrum bolt cannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Twin arachnus blaze cannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Twin arachnus blaze cannon"
- }
- ]
- },
- "Twin lastrum bolt cannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Twin lastrum bolt cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Twin arachnus blaze cannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Twin arachnus blaze cannon"
- }
- ]
- },
- "Twin lastrum bolt cannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Twin lastrum bolt cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
},
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "8",
- "min": "5",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "10",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "3",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "4",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "6",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
- }
+ "meta": {
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
}
},
- "Model§Telemon Heavy Dreadnought": {
+ "Heavy Support§Telemon Heavy Dreadnought": {
"stats": {
+ "Power Level": {
+ "value": 14
+ },
"Points": {
"value": 260
},
"M": {
- "value": "8"
+ "value": 8
},
"WS": {
"value": 2
@@ -2851,7 +3719,7 @@
"visibility": "always"
},
"A": {
- "value": "4"
+ "value": 4
},
"Ld": {
"value": 11
@@ -3028,6 +3896,33 @@
"dynamic": true
}
},
+ "keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Dreadnought",
+ "Telemon Heavy Dreadnought",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Custodes",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Unyielding Ancient",
+ "Ability§Guardian Eternal",
+ "Ability§Explodes",
+ "Ability§Reinforced Atomantic Shielding"
+ ]
+ },
+ "text": "A Telemon Heavy Dreadnought is equipped with: 2 iliastus accelerator culverin; spiculus bolt launcher.\n\n• Each of this model’s iliastus accelerator culverins can be replaced with one of the following: 1 Arachnus storm cannon; 1 Telemon caestus and 1 twin plasma projector.\n\nnull",
"rules": {
"dynamicDamageMid": {
"evals": [
@@ -3040,8 +3935,8 @@
"value"
]
],
- "max": "7",
- "min": "4",
+ "max": 7,
+ "min": 4,
"operator": "AND",
"not": false,
"actionable": true
@@ -3060,7 +3955,7 @@
]
],
"actionType": "set",
- "value": "6",
+ "value": 6,
"iterations": 1
},
{
@@ -3073,7 +3968,7 @@
]
],
"actionType": "set",
- "value": "3",
+ "value": 3,
"iterations": 1
},
{
@@ -3086,7 +3981,7 @@
]
],
"actionType": "set",
- "value": "3",
+ "value": 3,
"iterations": 1
}
]
@@ -3102,8 +3997,8 @@
"value"
]
],
- "max": "3",
- "min": "1",
+ "max": 3,
+ "min": 1,
"operator": "AND",
"not": false,
"actionable": true
@@ -3122,7 +4017,7 @@
]
],
"actionType": "set",
- "value": "4",
+ "value": 4,
"iterations": 1
},
{
@@ -3135,7 +4030,7 @@
]
],
"actionType": "set",
- "value": "4",
+ "value": 4,
"iterations": 1
},
{
@@ -3148,38 +4043,52 @@
]
],
"actionType": "set",
- "value": "4",
+ "value": 4,
"iterations": 1
}
]
}
+ },
+ "meta": {
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
}
},
- "Model§Contemptor-Galatus Dreadnought": {
+ "Heavy Support§Venerable Land Raider": {
"stats": {
+ "Power Level": {
+ "value": 14
+ },
"Points": {
- "value": 180
+ "value": 265
},
"M": {
- "value": "9"
+ "value": 10
},
"WS": {
- "value": 2
+ "value": 6
},
"BS": {
"value": 2
},
"S": {
- "value": 7
+ "value": 8
},
"T": {
- "value": 7
+ "value": 8
},
"W": {
- "value": 9
+ "value": 16,
+ "max": 16,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
},
"A": {
- "value": "5"
+ "value": 6
},
"Ld": {
"value": 11
@@ -3188,10 +4097,10 @@
"value": 2
},
"Base": {
- "value": "60mm"
+ "value": "Use model"
},
"loadout1": {
- "value": "Galatus warblade",
+ "value": "Twin heavy bolter",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -3201,11 +4110,42 @@
"-": {
"order": 0
},
- "Galatus warblade": {
+ "Hunter-killer missile": {
"order": 1,
"traits": [
{
- "trait": "Wargear§Galatus warblade"
+ "trait": "Weapon§Hunter-killer missile"
+ }
+ ]
+ },
+ "Storm bolter": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Storm bolter",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin heavy bolter": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin heavy bolter"
+ }
+ ]
+ },
+ "Twin lascannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Twin lascannon"
}
]
}
@@ -3214,7 +4154,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Galatus warblade",
+ "value": "Twin lascannon",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -3224,11 +4164,42 @@
"-": {
"order": 0
},
- "Galatus warblade": {
+ "Hunter-killer missile": {
"order": 1,
"traits": [
{
- "trait": "Wargear§Galatus warblade"
+ "trait": "Weapon§Hunter-killer missile"
+ }
+ ]
+ },
+ "Storm bolter": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Storm bolter",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin heavy bolter": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin heavy bolter"
+ }
+ ]
+ },
+ "Twin lascannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Twin lascannon"
}
]
}
@@ -3247,11 +4218,1738 @@
"-": {
"order": 0
},
- "Galatus warblade": {
+ "Hunter-killer missile": {
"order": 1,
"traits": [
{
- "trait": "Wargear§Galatus warblade"
+ "trait": "Weapon§Hunter-killer missile"
+ }
+ ]
+ },
+ "Storm bolter": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Storm bolter",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin heavy bolter": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin heavy bolter"
+ }
+ ]
+ },
+ "Twin lascannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Twin lascannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Custodes—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Machine Spirit",
+ "Smokescreen",
+ "Transport",
+ "Vehicle",
+ "Venerable Land Raider"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Custodes",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Unyielding Ancient",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Venerable Land Raider is equipped with: twin heavy bolter; 2 twin lascannons.\n\n• This model can be equipped with 1 hunter-killer missile.\n\n• This model can be equipped with 1 storm bolter.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 8,
+ "min": 5,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 3,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D6",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 4,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 3,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
+ }
+ },
+ "HQ§Aleya": {
+ "stats": {
+ "Power Level": {
+ "value": 4
+ },
+ "Points": {
+ "value": 75
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 5
+ },
+ "A": {
+ "value": 5
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "Misericordia",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Misericordia": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ },
+ "Somnus": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Somnus"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Misericordia": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ },
+ "Somnus": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Somnus"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Custodes—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aleya",
+ "Character",
+ "Infantry",
+ "Knight-Centura"
+ ],
+ "Faction": [
+ "Anathema Psykana",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Daughters of the Abyss",
+ "Ability§Cadre Tactics (Aura)",
+ "Ability§Voidsheen Cloak",
+ "Ability§Tenacious Spirit"
+ ]
+ },
+ "text": "Aleya is equipped with: Somnus, misericordia. Your army can only include one **ALEYA** model.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
+ }
+ },
+ "HQ§Blade Champion": {
+ "stats": {
+ "Power Level": {
+ "value": 6
+ },
+ "Points": {
+ "value": 120
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 5
+ },
+ "T": {
+ "value": 5
+ },
+ "W": {
+ "value": 7
+ },
+ "A": {
+ "value": 6
+ },
+ "Ld": {
+ "value": 11
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "40mm"
+ },
+ "loadout1": {
+ "value": "Vaultswords",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Vaultswords": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Vaultswords"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Vaultswords": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Vaultswords"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Custodes—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Blade Champion",
+ "Character",
+ "Infantry"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Custodes",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Aegis of the Emperor",
+ "Ability§Martial Ka’tah",
+ "Ability§Consummate Swordsman",
+ "Ability§Martial Inspiration",
+ "Ability§Legacy of Combat"
+ ]
+ },
+ "text": "A Blade Champion is equipped with: vaultswords.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
+ }
+ },
+ "HQ§Knight-Centura": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "Points": {
+ "value": 50
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 5
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "Executioner greatblade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Executioner greatblade": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Executioner greatblade",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Master-crafted boltgun": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Master-crafted boltgun"
+ }
+ ]
+ },
+ "Witchseeker flamer": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Witchseeker flamer"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Executioner greatblade": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Executioner greatblade",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Master-crafted boltgun": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Master-crafted boltgun"
+ }
+ ]
+ },
+ "Witchseeker flamer": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Witchseeker flamer"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Custodes—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Infantry",
+ "Knight-Centura"
+ ],
+ "Faction": [
+ "Anathema Psykana",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Daughters of the Abyss",
+ "Ability§Voidsheen Cloak",
+ "Ability§Cadre Tactics (Aura)"
+ ]
+ },
+ "text": "A Knight-Centura is equipped with: executioner greatblade.\n\n• This model’s executioner greatblade can be replaced with one of the following: 1 master-crafted boltgun; 1 witchseeker flamer.\n\nnull",
+ "meta": {
+ "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
+ }
+ },
+ "HQ§Shield-Captain": {
+ "stats": {
+ "Power Level": {
+ "value": 6
+ },
+ "Praesidium shield": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Praesidium shield",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 105
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 5
+ },
+ "T": {
+ "value": 5
+ },
+ "W": {
+ "value": 7
+ },
+ "A": {
+ "value": 6
+ },
+ "Ld": {
+ "value": 11
+ },
+ "Sv": {
+ "value": 2
+ },
+ "Base": {
+ "value": "40mm"
+ },
+ "loadout1": {
+ "value": "Guardian spear",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Castellan axe": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Castellan axe"
+ }
+ ]
+ },
+ "Guardian spear": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Guardian spear"
+ }
+ ]
+ },
+ "Misericordia": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ },
+ "Sentinel blade": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Sentinel blade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Castellan axe": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Castellan axe"
+ }
+ ]
+ },
+ "Guardian spear": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Guardian spear"
+ }
+ ]
+ },
+ "Misericordia": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ },
+ "Sentinel blade": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Sentinel blade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Custodes—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Guardian",
+ "Infantry",
+ "Shield-Captain"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Custodes",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Aegis of the Emperor",
+ "Ability§Martial Ka’tah",
+ "Ability§Inspirational Fighter (Aura)"
+ ]
+ },
+ "text": "A Shield-Captain is equipped with: guardian spear.\n\n• This model’s guardian spear can be replaced with one of the following: 1 castellan axe; 1 sentinel blade and 1 praesidium shield.\n\n• If this model is not equipped with a praesidium shield, it can be equipped with 1 misericordia.\n\nnull",
+ "meta": {
+ "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
+ }
+ },
+ "HQ§Shield-Captain in Allarus Terminator Armour": {
+ "stats": {
+ "Power Level": {
+ "value": 6
+ },
+ "Points": {
+ "value": 115
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 5
+ },
+ "T": {
+ "value": 5
+ },
+ "W": {
+ "value": 8
+ },
+ "A": {
+ "value": 6
+ },
+ "Ld": {
+ "value": 11
+ },
+ "Sv": {
+ "value": 2
+ },
+ "Base": {
+ "value": "40mm"
+ },
+ "loadout1": {
+ "value": "Balistus grenade launcher",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Balistus grenade launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Balistus grenade launcher"
+ }
+ ]
+ },
+ "Castellan axe": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Castellan axe"
+ }
+ ]
+ },
+ "Guardian spear": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Guardian spear"
+ }
+ ]
+ },
+ "Misericordia": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Guardian spear",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Balistus grenade launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Balistus grenade launcher"
+ }
+ ]
+ },
+ "Castellan axe": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Castellan axe"
+ }
+ ]
+ },
+ "Guardian spear": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Guardian spear"
+ }
+ ]
+ },
+ "Misericordia": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Balistus grenade launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Balistus grenade launcher"
+ }
+ ]
+ },
+ "Castellan axe": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Castellan axe"
+ }
+ ]
+ },
+ "Guardian spear": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Guardian spear"
+ }
+ ]
+ },
+ "Misericordia": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Custodes—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Allarus",
+ "Character",
+ "Infantry",
+ "Shield-Captain",
+ "Teleport Homer",
+ "Terminator"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Custodes",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Aegis of the Emperor",
+ "Ability§From Golden Light",
+ "Ability§Martial Ka’tah",
+ "Ability§Inspirational Fighter (Aura)"
+ ]
+ },
+ "text": "A Shield-Captain in Allarus Terminator Armour is equipped with: balistus grenade launcher; guardian spear.\n\n• This model’s guardian spear can be replaced with 1 castellan axe.\n\n• This model can be equipped with 1 misericordia.\n\nnull",
+ "meta": {
+ "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
+ }
+ },
+ "HQ§Shield-Captain on Dawneagle Jetbike": {
+ "stats": {
+ "Power Level": {
+ "value": 9
+ },
+ "Points": {
+ "value": 160
+ },
+ "M": {
+ "value": 14
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 5
+ },
+ "T": {
+ "value": 6
+ },
+ "W": {
+ "value": 9
+ },
+ "A": {
+ "value": 6
+ },
+ "Ld": {
+ "value": 11
+ },
+ "Sv": {
+ "value": 2
+ },
+ "Base": {
+ "value": "75 x 42mm"
+ },
+ "loadout1": {
+ "value": "Hurricane bolter",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Hurricane bolter": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Hurricane bolter"
+ }
+ ]
+ },
+ "Interceptor lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Interceptor lance"
+ }
+ ]
+ },
+ "Misericordia": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ },
+ "Salvo launcher": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Salvo launcher"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Interceptor lance",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Hurricane bolter": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Hurricane bolter"
+ }
+ ]
+ },
+ "Interceptor lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Interceptor lance"
+ }
+ ]
+ },
+ "Misericordia": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ },
+ "Salvo launcher": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Salvo launcher"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Hurricane bolter": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Hurricane bolter"
+ }
+ ]
+ },
+ "Interceptor lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Interceptor lance"
+ }
+ ]
+ },
+ "Misericordia": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ },
+ "Salvo launcher": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Salvo launcher"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Custodes—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Biker",
+ "Character",
+ "Fly",
+ "Shield-Captain",
+ "Vertus"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Custodes",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Aegis of the Emperor",
+ "Ability§Martial Ka’tah",
+ "Ability§Inspirational Fighter (Aura)",
+ "Ability§Implacable Vanguard"
+ ]
+ },
+ "text": "A Shield-Captain on Dawneagle Jetbike is equipped with: hurricane bolter; interceptor lance.\n\n• This model’s hurricane bolter can be replaced with 1 salvo launcher.\n\n• This model can be equipped with 1 misericordia.\n\nnull",
+ "meta": {
+ "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
+ }
+ },
+ "HQ§Trajann Valoris": {
+ "stats": {
+ "Power Level": {
+ "value": 8
+ },
+ "Points": {
+ "value": 200
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 5
+ },
+ "T": {
+ "value": 5
+ },
+ "W": {
+ "value": 8
+ },
+ "A": {
+ "value": 6
+ },
+ "Ld": {
+ "value": 11
+ },
+ "Sv": {
+ "value": 2
+ },
+ "Base": {
+ "value": "40mm"
+ },
+ "loadout1": {
+ "value": "Watcher’s Axe",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Misericordia": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ },
+ "Watcher’s Axe": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Watcher’s Axe"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Misericordia",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Misericordia": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ },
+ "Watcher’s Axe": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Watcher’s Axe"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Misericordia": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ },
+ "Watcher’s Axe": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Watcher’s Axe"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Custodes—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Captain-General",
+ "Character",
+ "Infantry",
+ "Trajann Valoris"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Custodes",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Aegis of the Emperor",
+ "Ability§Martial Ka’tah",
+ "Ability§Adamantine Mantle",
+ "Ability§Captain-General",
+ "Ability§Legendary Commander (Aura)",
+ "Ability§Moment Shackle"
+ ]
+ },
+ "text": "Trajann Valoris is equipped with: Watcher’s Axe; misericordia. Your army can only include one **TRAJANN VALORIS** model.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
+ }
+ },
+ "HQ§Valerian": {
+ "stats": {
+ "Power Level": {
+ "value": 7
+ },
+ "Points": {
+ "value": 130
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 5
+ },
+ "T": {
+ "value": 5
+ },
+ "W": {
+ "value": 7
+ },
+ "A": {
+ "value": 6
+ },
+ "Ld": {
+ "value": 11
+ },
+ "Sv": {
+ "value": 2
+ },
+ "Base": {
+ "value": "40mm"
+ },
+ "loadout1": {
+ "value": "Misericordia",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Gnosis": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Gnosis"
+ }
+ ]
+ },
+ "Misericordia": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Gnosis": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Gnosis"
+ }
+ ]
+ },
+ "Misericordia": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Custodes—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Guardian",
+ "Infantry",
+ "Shield-Captain",
+ "Valerian"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Custodes",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Aegis of the Emperor",
+ "Ability§Martial Ka’tah",
+ "Ability§Inspirational Fighter (Aura)",
+ "Ability§Hero of the Lion’s Gate",
+ "Ability§Golden Laurels"
+ ]
+ },
+ "text": "Valerian is equipped with: Gnosis, misericordia. Your army can only include one **VALERIAN** model.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
+ }
+ },
+ "Model§Agamatus Custodians": {
+ "stats": {
+ "Points": {
+ "value": 95
+ },
+ "M": {
+ "value": 14
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 5
+ },
+ "T": {
+ "value": 6
+ },
+ "W": {
+ "value": 4
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 11
+ },
+ "Sv": {
+ "value": 2
+ },
+ "Base": {
+ "value": "65mm"
+ },
+ "loadout1": {
+ "value": "Lastrum bolt cannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Adrathic devastator": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Adrathic devastator"
+ }
+ ]
+ },
+ "Interceptor lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Interceptor lance"
+ }
+ ]
+ },
+ "Lastrum bolt cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Lastrum bolt cannon"
+ }
+ ]
+ },
+ "Misericordia": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ },
+ "Twin las-pulser": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Twin las-pulser"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Interceptor lance",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Adrathic devastator": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Adrathic devastator"
+ }
+ ]
+ },
+ "Interceptor lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Interceptor lance"
+ }
+ ]
+ },
+ "Lastrum bolt cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Lastrum bolt cannon"
+ }
+ ]
+ },
+ "Misericordia": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ },
+ "Twin las-pulser": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Twin las-pulser"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Adrathic devastator": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Adrathic devastator"
+ }
+ ]
+ },
+ "Interceptor lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Interceptor lance"
+ }
+ ]
+ },
+ "Lastrum bolt cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Lastrum bolt cannon"
+ }
+ ]
+ },
+ "Misericordia": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ },
+ "Twin las-pulser": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Twin las-pulser"
}
]
}
@@ -3261,13 +5959,13 @@
}
}
},
- "Model§Aquilon Custodian": {
+ "Model§Allarus Custodian": {
"stats": {
"Points": {
- "value": 70
+ "value": 60
},
"M": {
- "value": "6"
+ "value": 6
},
"WS": {
"value": 2
@@ -3285,7 +5983,185 @@
"value": 4
},
"A": {
- "value": "4"
+ "value": 4
+ },
+ "Ld": {
+ "value": 11
+ },
+ "Sv": {
+ "value": 2
+ },
+ "Base": {
+ "value": "40mm"
+ },
+ "loadout1": {
+ "value": "Balistus grenade launcher",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Balistus grenade launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Balistus grenade launcher"
+ }
+ ]
+ },
+ "Castellan axe": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Castellan axe"
+ }
+ ]
+ },
+ "Guardian spear": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Guardian spear"
+ }
+ ]
+ },
+ "Misericordia": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Guardian spear",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Balistus grenade launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Balistus grenade launcher"
+ }
+ ]
+ },
+ "Castellan axe": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Castellan axe"
+ }
+ ]
+ },
+ "Guardian spear": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Guardian spear"
+ }
+ ]
+ },
+ "Misericordia": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Balistus grenade launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Balistus grenade launcher"
+ }
+ ]
+ },
+ "Castellan axe": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Castellan axe"
+ }
+ ]
+ },
+ "Guardian spear": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Guardian spear"
+ }
+ ]
+ },
+ "Misericordia": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Aquilon Custodian": {
+ "stats": {
+ "Points": {
+ "value": 70
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 5
+ },
+ "T": {
+ "value": 5
+ },
+ "W": {
+ "value": 4
+ },
+ "A": {
+ "value": 4
},
"Ld": {
"value": 11
@@ -3493,7 +6369,7 @@
"value": 55
},
"M": {
- "value": "6"
+ "value": 6
},
"WS": {
"value": 2
@@ -3511,7 +6387,7 @@
"value": 3
},
"A": {
- "value": "3"
+ "value": 3
},
"Ld": {
"value": 11
@@ -3622,216 +6498,14 @@
}
}
},
- "Model§Agamatus Custodians": {
+ "Model§Custodian Guard (Custodian Guard)": {
"stats": {
"Points": {
- "value": 95
+ "value": 45
},
"M": {
- "value": "14"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 5
- },
- "T": {
"value": 6
},
- "W": {
- "value": 4
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 11
- },
- "Sv": {
- "value": 2
- },
- "Base": {
- "value": "65mm"
- },
- "loadout1": {
- "value": "Lastrum bolt cannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Adrathic devastator": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Adrathic devastator"
- }
- ]
- },
- "Interceptor lance": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Interceptor lance"
- }
- ]
- },
- "Lastrum bolt cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Lastrum bolt cannon"
- }
- ]
- },
- "Misericordia": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Misericordia"
- }
- ]
- },
- "Twin las-pulser": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Twin las-pulser"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Interceptor lance",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Adrathic devastator": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Adrathic devastator"
- }
- ]
- },
- "Interceptor lance": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Interceptor lance"
- }
- ]
- },
- "Lastrum bolt cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Lastrum bolt cannon"
- }
- ]
- },
- "Misericordia": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Misericordia"
- }
- ]
- },
- "Twin las-pulser": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Twin las-pulser"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Adrathic devastator": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Adrathic devastator"
- }
- ]
- },
- "Interceptor lance": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Interceptor lance"
- }
- ]
- },
- "Lastrum bolt cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Lastrum bolt cannon"
- }
- ]
- },
- "Misericordia": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Misericordia"
- }
- ]
- },
- "Twin las-pulser": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Twin las-pulser"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Venatari Custodian": {
- "stats": {
- "Points": {
- "value": 55
- },
- "M": {
- "value": "12"
- },
"WS": {
"value": 2
},
@@ -3848,7 +6522,522 @@
"value": 3
},
"A": {
- "value": "3"
+ "value": 3
+ },
+ "Ld": {
+ "value": 11
+ },
+ "Sv": {
+ "value": 2
+ },
+ "Base": {
+ "value": "40mm"
+ },
+ "loadout1": {
+ "value": "Guardian spear",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Guardian spear": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Guardian spear"
+ }
+ ]
+ },
+ "Misericordia": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ },
+ "Sentinel blade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Sentinel blade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Guardian spear": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Guardian spear"
+ }
+ ]
+ },
+ "Misericordia": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ },
+ "Sentinel blade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Wargear§Sentinel blade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Custodian Guard",
+ "iterations": 1
+ }
+ ]
+ }
+ }
+ },
+ "Model§Custodian Warden": {
+ "stats": {
+ "Points": {
+ "value": 50
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 5
+ },
+ "T": {
+ "value": 5
+ },
+ "W": {
+ "value": 3
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 11
+ },
+ "Sv": {
+ "value": 2
+ },
+ "Base": {
+ "value": "40mm"
+ },
+ "loadout1": {
+ "value": "Guardian spear",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Castellan axe": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Castellan axe"
+ }
+ ]
+ },
+ "Guardian spear": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Guardian spear"
+ }
+ ]
+ },
+ "Misericordia": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Castellan axe": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Castellan axe"
+ }
+ ]
+ },
+ "Guardian spear": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Guardian spear"
+ }
+ ]
+ },
+ "Misericordia": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Prosecutor": {
+ "stats": {
+ "Points": {
+ "value": 12
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "Boltgun",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Boltgun": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Boltgun": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Prosecutor Sister Superior": {
+ "stats": {
+ "Points": {
+ "value": 12
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "Boltgun",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Boltgun": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Boltgun": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Boltgun"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Sagittarum Custodian": {
+ "stats": {
+ "Points": {
+ "value": 50
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 5
+ },
+ "T": {
+ "value": 5
+ },
+ "W": {
+ "value": 3
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 11
+ },
+ "Sv": {
+ "value": 2
+ },
+ "Base": {
+ "value": "40mm"
+ },
+ "loadout1": {
+ "value": "Adrastus bolt caliver",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Adrastus bolt caliver": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Adrastus bolt caliver"
+ }
+ ]
+ },
+ "Misericordia": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Adrastus bolt caliver": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Adrastus bolt caliver"
+ }
+ ]
+ },
+ "Misericordia": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Misericordia"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Venatari Custodian": {
+ "stats": {
+ "Points": {
+ "value": 55
+ },
+ "M": {
+ "value": 12
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 5
+ },
+ "T": {
+ "value": 5
+ },
+ "W": {
+ "value": 3
+ },
+ "A": {
+ "value": 3
},
"Ld": {
"value": 11
@@ -4002,96 +7191,13 @@
}
}
},
- "Model§Pallas Grav-attack": {
+ "Model§Vertus Praetor": {
"stats": {
"Points": {
- "value": 95
+ "value": 80
},
"M": {
- "value": "16"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 5
- },
- "T": {
- "value": 6
- },
- "W": {
- "value": 8
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 11
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "105 x 70mm"
- },
- "loadout1": {
- "value": "Twin arachnus blaze cannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Twin arachnus blaze cannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Twin arachnus blaze cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Twin arachnus blaze cannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Twin arachnus blaze cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Sagittarum Custodian": {
- "stats": {
- "Points": {
- "value": 50
- },
- "M": {
- "value": "6"
+ "value": 14
},
"WS": {
"value": 2
@@ -4103,13 +7209,13 @@
"value": 5
},
"T": {
- "value": 5
+ "value": 6
},
"W": {
- "value": 3
+ "value": 5
},
"A": {
- "value": "3"
+ "value": 4
},
"Ld": {
"value": 11
@@ -4118,10 +7224,10 @@
"value": 2
},
"Base": {
- "value": "40mm"
+ "value": "75 x 42mm"
},
"loadout1": {
- "value": "Adrastus bolt caliver",
+ "value": "Hurricane bolter",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -4131,28 +7237,44 @@
"-": {
"order": 0
},
- "Adrastus bolt caliver": {
+ "Hurricane bolter": {
"order": 1,
"traits": [
{
- "trait": "Wargear§Adrastus bolt caliver"
+ "trait": "Weapon§Hurricane bolter"
+ }
+ ]
+ },
+ "Interceptor lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Interceptor lance"
}
]
},
"Misericordia": {
- "order": 2,
+ "order": 3,
"traits": [
{
"trait": "Weapon§Misericordia"
}
]
+ },
+ "Salvo launcher": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Salvo launcher"
+ }
+ ]
}
},
"visibility": "active",
"dynamic": true
},
"loadout2": {
- "value": "-",
+ "value": "Interceptor lance",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -4162,142 +7284,35 @@
"-": {
"order": 0
},
- "Adrastus bolt caliver": {
+ "Hurricane bolter": {
"order": 1,
"traits": [
{
- "trait": "Wargear§Adrastus bolt caliver"
+ "trait": "Weapon§Hurricane bolter"
+ }
+ ]
+ },
+ "Interceptor lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Interceptor lance"
}
]
},
"Misericordia": {
- "order": 2,
+ "order": 3,
"traits": [
{
"trait": "Weapon§Misericordia"
}
]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Orion Assault Dropship": {
- "stats": {
- "Points": {
- "value": 450
- },
- "M": {
- "value": "20-50"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 8
- },
- "T": {
- "value": 8
- },
- "W": {
- "value": 22,
- "max": 22,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "6"
- },
- "Ld": {
- "value": 11
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "160mm"
- },
- "loadout1": {
- "value": "Arachnus heavy blaze cannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
},
- "Arachnus heavy blaze cannon": {
- "order": 1,
+ "Salvo launcher": {
+ "order": 4,
"traits": [
{
- "trait": "Wargear§Arachnus heavy blaze cannon"
- }
- ]
- },
- "Spiculus heavy bolt launcher": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Spiculus heavy bolt launcher"
- }
- ]
- },
- "Twin lastrum bolt cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin lastrum bolt cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Twin lastrum bolt cannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Arachnus heavy blaze cannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Arachnus heavy blaze cannon"
- }
- ]
- },
- "Spiculus heavy bolt launcher": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Spiculus heavy bolt launcher"
- }
- ]
- },
- "Twin lastrum bolt cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin lastrum bolt cannon"
+ "trait": "Weapon§Salvo launcher"
}
]
}
@@ -4306,7 +7321,7 @@
"dynamic": true
},
"loadout3": {
- "value": "Spiculus heavy bolt launcher",
+ "value": "-",
"label": "Loadout",
"statType": "rank",
"statOrder": 3,
@@ -4316,1063 +7331,35 @@
"-": {
"order": 0
},
- "Arachnus heavy blaze cannon": {
+ "Hurricane bolter": {
"order": 1,
"traits": [
{
- "trait": "Wargear§Arachnus heavy blaze cannon"
+ "trait": "Weapon§Hurricane bolter"
}
]
},
- "Spiculus heavy bolt launcher": {
+ "Interceptor lance": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Spiculus heavy bolt launcher"
+ "trait": "Weapon§Interceptor lance"
}
]
},
- "Twin lastrum bolt cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin lastrum bolt cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Arachnus heavy blaze cannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Arachnus heavy blaze cannon"
- }
- ]
- },
- "Spiculus heavy bolt launcher": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Spiculus heavy bolt launcher"
- }
- ]
- },
- "Twin lastrum bolt cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin lastrum bolt cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "11",
- "min": "6",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "20-40\"",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "3",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D6",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "5",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "20-30\"",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Ares Gunship": {
- "stats": {
- "Points": {
- "value": 400
- },
- "M": {
- "value": "20-50"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 8
- },
- "T": {
- "value": 8
- },
- "W": {
- "value": 22,
- "max": 22,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "6"
- },
- "Ld": {
- "value": 11
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "160mm"
- },
- "loadout1": {
- "value": "Arachnus heavy blaze cannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Arachnus heavy blaze cannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Arachnus heavy blaze cannon"
- }
- ]
- },
- "Arachnus magna-blaze cannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Arachnus magna-blaze cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Arachnus magna-blaze cannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Arachnus heavy blaze cannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Arachnus heavy blaze cannon"
- }
- ]
- },
- "Arachnus magna-blaze cannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Arachnus magna-blaze cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Arachnus heavy blaze cannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Arachnus heavy blaze cannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Arachnus heavy blaze cannon"
- }
- ]
- },
- "Arachnus magna-blaze cannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Arachnus magna-blaze cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Arachnus heavy blaze cannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Arachnus heavy blaze cannon"
- }
- ]
- },
- "Arachnus magna-blaze cannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Arachnus magna-blaze cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "11",
- "min": "6",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "20-40\"",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "3",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D6",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "5",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "20-30\"",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Aleya": {
- "stats": {
- "Points": {
- "value": 75
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 5
- },
- "A": {
- "value": "5"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "32mm"
- },
- "loadout1": {
- "value": "Misericordia",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
"Misericordia": {
- "order": 1,
+ "order": 3,
"traits": [
{
"trait": "Weapon§Misericordia"
}
]
},
- "Somnus": {
- "order": 2,
+ "Salvo launcher": {
+ "order": 4,
"traits": [
{
- "trait": "Weapon§Somnus"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Misericordia": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Misericordia"
- }
- ]
- },
- "Somnus": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Somnus"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Blade Champion": {
- "stats": {
- "Points": {
- "value": 120
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 5
- },
- "T": {
- "value": 5
- },
- "W": {
- "value": 7
- },
- "A": {
- "value": "6"
- },
- "Ld": {
- "value": 11
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "40mm"
- },
- "loadout1": {
- "value": "Vaultswords",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Vaultswords": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Vaultswords"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Vaultswords": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Vaultswords"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Valerian": {
- "stats": {
- "Points": {
- "value": 130
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 5
- },
- "T": {
- "value": 5
- },
- "W": {
- "value": 7
- },
- "A": {
- "value": "6"
- },
- "Ld": {
- "value": 11
- },
- "Sv": {
- "value": 2
- },
- "Base": {
- "value": "40mm"
- },
- "loadout1": {
- "value": "Misericordia",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Gnosis": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Gnosis"
- }
- ]
- },
- "Misericordia": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Misericordia"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Gnosis": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Gnosis"
- }
- ]
- },
- "Misericordia": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Misericordia"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Knight-Centura": {
- "stats": {
- "Points": {
- "value": 50
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 5
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "32mm"
- },
- "loadout1": {
- "value": "Executioner greatblade",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Executioner greatblade": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Executioner greatblade",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Master-crafted boltgun": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Master-crafted boltgun"
- }
- ]
- },
- "Witchseeker flamer": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Witchseeker flamer"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Executioner greatblade": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Executioner greatblade",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Master-crafted boltgun": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Master-crafted boltgun"
- }
- ]
- },
- "Witchseeker flamer": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Witchseeker flamer"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Prosecutor": {
- "stats": {
- "Points": {
- "value": 12
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "32mm"
- },
- "loadout1": {
- "value": "Boltgun",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Boltgun": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Boltgun": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Prosecutor Sister Superior": {
- "stats": {
- "Points": {
- "value": 12
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "32mm"
- },
- "loadout1": {
- "value": "Boltgun",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Boltgun": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Boltgun": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Boltgun"
+ "trait": "Weapon§Salvo launcher"
}
]
}
@@ -5388,7 +7375,7 @@
"value": 14
},
"M": {
- "value": "7"
+ "value": 7
},
"WS": {
"value": 3
@@ -5406,7 +7393,7 @@
"value": 1
},
"A": {
- "value": "2"
+ "value": 2
},
"Ld": {
"value": 8
@@ -5471,7 +7458,7 @@
"value": 14
},
"M": {
- "value": "7"
+ "value": 7
},
"WS": {
"value": 3
@@ -5489,7 +7476,7 @@
"value": 1
},
"A": {
- "value": "3"
+ "value": 3
},
"Ld": {
"value": 9
@@ -5554,7 +7541,7 @@
"value": 14
},
"M": {
- "value": "7"
+ "value": 7
},
"WS": {
"value": 3
@@ -5572,7 +7559,7 @@
"value": 1
},
"A": {
- "value": "2"
+ "value": 2
},
"Ld": {
"value": 8
@@ -5637,7 +7624,7 @@
"value": 14
},
"M": {
- "value": "7"
+ "value": 7
},
"WS": {
"value": 3
@@ -5655,7 +7642,7 @@
"value": 1
},
"A": {
- "value": "3"
+ "value": 3
},
"Ld": {
"value": 9
@@ -5714,420 +7701,17 @@
}
}
},
- "Model§Anathema Psykana Rhino": {
+ "Relic Weapon§Admonimortis (melee)": {
"stats": {
- "Points": {
- "value": 75
+ "AP": {
+ "value": -3
},
- "M": {
- "value": "12"
- },
- "WS": {
- "value": 6
- },
- "BS": {
+ "D": {
"value": 3
},
"S": {
- "value": 6
- },
- "T": {
- "value": 7
- },
- "W": {
- "value": 10,
- "max": 10,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
"value": 3
},
- "Base": {
- "value": "Use model"
- },
- "loadout1": {
- "value": "Storm bolter",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Hunter-killer missile": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Hunter-killer missile"
- }
- ]
- },
- "Storm bolter": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Storm bolter"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Hunter-killer missile": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Hunter-killer missile"
- }
- ]
- },
- "Storm bolter": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Storm bolter"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "5",
- "min": "3",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "6",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "2",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "3",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Ability§Aegis of the Emperor": {
- "text": "* Models in this unit have a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n* Each time a model in this unit would lose a wound as a result of a [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds), roll one D6: on a 6, that wound is not lost."
- },
- "Ability§Unyielding Ancient": {
- "text": "Each time this model would lose a wound, roll one D6: on a 6, that wound is not lost."
- },
- "Ability§Explodes": {
- "text": "When this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this [transport](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Transports) is destroyed, roll one D6 before any embarked models [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) and before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D6 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before amoving it from play. On a 6 it explodes, and each unit within 3\" suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this transport is destroyed, roll one D6 before any embarked models [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) and before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this transport is destroyed, roll one D6 before any embarked models [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) and before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this [transport](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Transports) is destroyed, roll one D6 before any embarked models [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) and before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
- },
- "Ability§Implacable Vanguard": {
- "text": "Each time this model Advances, do not make an [Advance roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance). Instead, until the end of the phase, add 6\" to the Move characteristic of this model.\n\nERROR: The following text was found on another ability with the same name.\n\nEach time this unit Advances, do not make an [Advance roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance). Instead, until the end of the phase, add 6\" to the Move characteristic of models in this unit."
- },
- "Ability§Binding Oaths": {
- "text": "Each time a model in this unit would lose a wound, roll one D6: on a 6, that wound is not lost."
- },
- "Ability§Slayers of Tyrants": {
- "text": "Each time this unit [piles in](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Pile-In) or [consolidates](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Consolidate), each model in the unit can move towards an enemy [**CHARACTER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Characters) model instead of the closest enemy model, so long as one or more models in this unit finish that move within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of that enemy CHARACTER** model."
- },
- "Ability§Atomantic Shielding": {
- "text": "This model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Wargear§Galatus shield": {
- "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). Each time a melee attack is made against this model, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Ability§From Golden Light": {
- "text": "During deployment, you can set up this unit in a Godstrike-pattern teleportarium array instead of setting it up on the battlefield. If you do, at the end of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) you can set up this unit anywhere on the battlefield that is more than 9\" away from any enemy models.\n\nERROR: The following text was found on another ability with the same name.\n\nDuring deployment, if every model in this unit has this ability, then you can set up this unit in a teleportarium chamber instead of setting it up on the battlefield. If you do so, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) you can set up this unit anywhere on the battlefield that is more than 9\" away from any enemy models."
- },
- "Wargear§Tarsus buckler": {
- "text": "The bearer has a Save characteristic of 2+."
- },
- "Ability§Airborne Hunters": {
- "text": "During deployment, you can set up this unit high in the skies instead of setting it up on the battlefield. If you do, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) you can set up this unit anywhere on the battlefield that is more than 9\" away from any enemy models."
- },
- "Ability§Hover Tank": {
- "text": "Distances are always measured to and from this model’s hull. "
- },
- "Ability§Flare Shielding": {
- "text": "This model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§Reinforced Atomantic Shielding": {
- "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§Airborne": {
- "text": "You cannot [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) with this model, and it can only be chosen as a target of a charge if the unit making the charge can [**FLY**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Flying). You can only fight with this model if it is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units that can FLY**, and this model can only make melee attacks against units that can FLY**. Enemy units can only make melee attacks against this model if they can FLY**."
- },
- "Ability§Supersonic": {
- "text": "Each time this model makes a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), [Advances](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or [Falls Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back), first pivot it on the spot up to 90° (this does not contribute to how far the model moves), then move the model straight forwards. It cannot pivot again after the initial pivot."
- },
- "Ability§Eclipse Shield": {
- "text": "This model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§Hover Jet": {
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), this model can hover. If it does, then until the start of your next Command phase, its Move characteristic becomes 20\" and it loses the **Airborne**, Hard to Hit** and Supersonic** abilities."
- },
- "Ability§Hard to Hit": {
- "text": "Each time a ranged attack is made against this model, subtract 1 from that attack's [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Wargear§Infernus firebombs": {
- "text": "Once per turn, after the bearer has moved, you can select one point on the battlefield the bearer moved across. Roll one D6 for each unit within 6\" of that point (subtracting 1 if that model is a non-**VEHICLE** or non-MONSTER** [CHARACTER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Characters)); on a 4+, that unit suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
- },
- "Ability§Golden Laurels": {
- "text": "Once per battle round, you can re-roll a single [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll), [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll), [charge roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) or [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) made for this model."
- },
- "Ability§Guardian Eternal": {
- "text": "Each time an attack is allocated to this model, subtract 1 from the Damage characteristic of that attack (to a minimum of 1).\n\nERROR: The following text was found on another ability with the same name.\n\nEach time an attack is allocated to this model, subtract 1 from the Damage characteristic of that attack (to a minimum of 1)."
- },
- "Ability§Daughters of the Abyss": {
- "text": "* This unit cannot be targeted or affected by [psychic powers](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Powers).\n* Each time a [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) is taken for a unit, subtract 1 from the total for each unit with this ability within 18\" of that unit (to a maximum of -3).\n* Each time an attack made by a model in this unit targets an enemy [**PSYKER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE) or DAEMON** unit within 6\" of it, add 1 to that attack’s [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
- },
- "Ability§Martial Ka’tah": {
- "text": "If every unit from your army has the **ADEPTUS** CUSTODES** keyword (excluding **ANATHEMA PSYKANA**, **AGENT OF** THE** IMPERIUM** and UNALIGNED** units), and every unit that is assigned to a [shield host](https://wahapedia.ru/wh40k9ed/factions/adeptus-custodes/#Shield-Hosts) is assigned to the same shield host, this unit can use this ability and the following rules apply.\n\n\n\nAfter both sides have deployed, but before you have determined who will have the first turn, you must select a primary, secondary and tertiary martial ka’tah from the list below for your army to use in the battle. Note this down secretly on your [army roster](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battle-forged-Army-Roster).\n\n\n\nIn each of your [Command phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), so long as one is available, you must select one ka’tah stance to become active for your army. Each time you do so, units from your army with this ability benefit from it until the start of your next Command phase. When selecting a ka’tah stance to become active, the following rules apply:\n\n* You cannot select a ka’tah stance more than once.\n* You must select a primary ka’tah stance first, and you cannot select a tertiary ka’tah stance until you have selected a secondary ka’tah stance.\n* Once you select a stance of a different martial ka’tah, you cannot select a stance of a previous martial ka’tah.Example:** *Every model in Emily’s army has the ADEPTUS** CUSTODES** keyword. She selects Rendax as her primary ka’tah, Dacatarai as her secondary ka’tah and Calistus as her tertiary ka’tah. In her first command phase, she selects Rendax stance 2 to be active.\n\n\n\nIn her second Command phase, she can select Rendax stance 1 to be active, or she can instead select Dacatarai stance 1 or 2 to be active, as she has previously selected a primary ka’tah stance. She cannot select a Calistus stance, as she must select a secondary ka’tah’s stance before she can select a tertiary ka’tah’s stance. She selects Dacatarai stance 1 to be active.\n\n\n\nIn her third Command phase, she can select Dacatarai stance 2 to be active, or she can instead select Calistus stance 1 or 2 to be active, as she has previously selected a secondary ka’tah stance. She cannot select Rendax stance 1, as she cannot select a stance of a previous ka’tah. She selects Calistus stance 2 to be active.\n\n\n\nIn her fourth Command phase, she must select Calistus stance 1 to be active, as it is the only remaining stance she is able to select. Note that this means in the fifth Command phase, there would be no ka’tah stances available to her, so she does not select one.*
"
- },
- "Ability§Adamantine Mantle": {
- "text": "Each time this model would lose a wound, roll one D6: on a 5+, that wound is not lost."
- },
- "Ability§Captain-General": {
- "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), this model must be your army’s [**WARLORD**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#The-Warlord). If more than one model from your army has a rule to this effect, then one of those models must be your army’s WARLORD**. If this model is your WARLORD** and every unit from your army is **ADEPTUS CUSTODES** (excluding **ANATHEMA PSYKANA**, **AGENT OF** THE** IMPERIUM** and UNALIGNED** units), you receive 1 additional [Command point](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Command-Points) and this model gains 2 Warlord Traits instead of 1."
- },
- "Ability§Legendary Commander (Aura)": {
- "text": "While a friendly **ADEPTUS CUSTODES** CORE** unit is within 6\" of this model, each time a model in that unit makes an attack, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) and [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1."
- },
- "Ability§Moment Shackle": {
- "text": "Once per battle, you can do one of the following:\n\n* At the end of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), if this [model is within](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Within-and-Wholly-Within) [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, it can [fight again](https://wahapedia.ru/wh40k9ed/the-rules/rules-appendix/#Fight-Again).\n* When a [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) is failed for this model, the Damage characteristic of that attack is changed to 0.\n* After an enemy unit has fought, if this model is eligible to fight, you can fight with it next."
- },
- "Wargear§Praesidium shield": {
- "text": "Add 1 to armour [saving throws](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) made for the bearer."
- },
- "Ability§Inspirational Fighter (Aura)": {
- "text": "While a friendly **<SHIELD HOST>** CORE** unit is within 6\" of this model, each time a model in that unit makes an attack, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1."
- },
- "Ability§Consummate Swordsman": {
- "text": "Each time a melee attack is made against this model, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1-3 always fails. Each time a melee attack is allocated to this model, add 1 to the armour [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw)."
- },
- "Ability§Martial Inspiration": {
- "text": "Each time a friendly **<SHIELD HOST>** unit declares a charge against enemy unit that is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of this unit, add 1 to the [charge roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) made for that unit."
- },
- "Ability§Legacy of Combat": {
- "text": "At the start of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), if this [model is within](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Within-and-Wholly-Within) [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, it can fight first that phase. This model is eligible to [perform a Heroic Intervention](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention) if it is within 6\" horizontally and 5\" vertically of any enemy unit. Each time this model makes a Heroic Intervention move, so long as it ends that move either closer to the closest enemy model or within Engagement Range of an enemy [**CHARACTER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Characters) unit, it can move up to 6\". All other rules for [Heroic Interventions](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Heroic-Interventions) still apply."
- },
- "Ability§Hero of the Lion’s Gate": {
- "text": "Each time an attack is made against this model, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1-3 always fails."
- },
- "Ability§Cadre Tactics (Aura)": {
- "text": "While a friendly **ANATHEMA PSYKANA** CORE** unit is within 6\" of this model, each time a model in that unit makes an attack, re-roll a [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1."
- },
- "Ability§Voidsheen Cloak": {
- "text": "This model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§Tenacious Spirit": {
- "text": "At the start of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), if this [model is within](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Within-and-Wholly-Within) [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, it fights first that phase. In addition, if this model is destroyed in the Fight phase before it has been selected to fight in that phase, do not remove it from play - it can fight after the attacking model’s unit has finished [making attacks](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Making-Attacks). After resolving this model’s attacks, it is then removed."
- },
- "Ability§Watchmen": {
- "text": "While a friendly **<SHIELD HOST>** CHARACTER** unit is within 3\" of this unit, that CHARACTER** unit can use the [Look Out, Sir](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Look-out-Sir) rule even if this unit contains fewer than 3 models."
- },
- "Ability§Aquilane Relic": {
- "text": "Your army can only include each type of vexilla (e.g. vexilla magnifica) once."
- },
- "Wargear§Vexilla defensor": {
- "text": "The bearer has the following [aura ability](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Aura-Abilities): ‘**Vexilla Defensor (Aura)**:** While a friendly **<SHIELD HOST>** CORE** or **<SHIELD HOST>** CHARACTER** unit is within 6\" of this model, it has the benefits of [Light Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Light-Cover).’"
- },
- "Wargear§Vexilla imperius": {
- "text": "The bearer has the following [aura ability](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Aura-Abilities): ‘**Vexilla Imperius (Aura)**:** While a friendly **<SHIELD HOST>** CORE** or **<SHIELD HOST>** CHARACTER** unit is within 6\" of this model, add 1 to the Attacks characteristic of each model in its unit.’"
- },
- "Wargear§Vexilla magnifica": {
- "text": "The bearer has the following [aura ability](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Aura-Abilities): ‘**Vexilla Magnifica (Aura)**:** While a friendly **<SHIELD HOST>** CORE** or **<SHIELD HOST>** CHARACTER** unit is within 6\" of this model, it has the benefits of [Dense Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Dense-Cover).’"
- },
- "Ability§Seeker Cadre": {
- "text": "At the start of the first battle round, before the first turn begins, this unit, or the **ANATHEMA PSYKANA** TRANSPORT** it is [embarked](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Embark) within, can make a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move) of up to 6\" as if it were your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE). This unit must end that move more than 9\" away from any enemy models. If both players have units that can do this, the player who is taking the first turn moves their units first."
- },
- "Ability§Anathema Psykana Dedicated Transport": {
- "text": "Do not follow a [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments)’s normal rules for [Battlefield Role slots](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role-Slots) for this Dedicated Transport. Instead, you can include one of this unit for each **ANATHEMA PSYKANA** INFANTRY** unit in that Detachment."
- },
- "Weapon§Combi-bolter": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Rapid Fire 2"
- },
- "Range": {
- "value": "24″"
- }
- }
- },
- "Weapon§Guardian spear (shooting)": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Rapid Fire 1"
- },
- "Range": {
- "value": "24″"
- }
- }
- },
- "Weapon§Guardian spear (melee)": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
"Type": {
"value": "Melee"
},
@@ -6136,170 +7720,32 @@
}
}
},
- "Weapon§Hunter-killer missile": {
+ "Relic Weapon§Admonimortis (shooting)": {
"stats": {
"AP": {
- "value": "-2"
+ "value": -1
},
"D": {
- "value": "D6"
+ "value": 2
},
"S": {
- "value": "10"
- },
- "Type": {
- "value": "Heavy 1"
- },
- "Range": {
- "value": "48″"
- },
- "Points": {
"value": 5
- }
- },
- "text": "The bearer can only shoot with each hunter-killer missile it is equipped with once per battle."
- },
- "Weapon§Kheres-pattern assault cannon": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "7"
},
"Type": {
- "value": "Heavy 6"
+ "value": "Rapid Fire 1"
},
"Range": {
"value": "24″"
}
}
},
- "Weapon§Multi-melta": {
+ "Relic Weapon§Apollonian Spear (melee)": {
"stats": {
"AP": {
- "value": "-4"
+ "value": -4
},
"D": {
- "value": "D6"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Heavy 2"
- },
- "Range": {
- "value": "24″"
- }
- },
- "text": "Each time an attack made with this weapon targets a unit within half range, that attack has a Damage characteristic of D6+2."
- },
- "Weapon§Sentinel blade (shooting)": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Pistol 2"
- },
- "Range": {
- "value": "12″"
- }
- }
- },
- "Weapon§Sentinel blade (melee)": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Storm bolter": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Rapid Fire 2"
- },
- "Range": {
- "value": "24″"
- }
- }
- },
- "Weapon§Twin heavy bolter": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Heavy 6"
- },
- "Range": {
- "value": "36″"
- }
- }
- },
- "Weapon§Twin lascannon": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "D6"
- },
- "S": {
- "value": "9"
- },
- "Type": {
- "value": "Heavy 2"
- },
- "Range": {
- "value": "48″"
- }
- }
- },
- "Weapon§Dreadnought combat weapon": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
+ "value": 3
},
"S": {
"value": "x2"
@@ -6310,887 +7756,39 @@
"Range": {
"value": "Melee"
}
- }
- },
- "Weapon§Watcher’s Axe (shooting)": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Rapid Fire 1"
- },
- "Range": {
- "value": "24″"
- }
- }
- },
- "Weapon§Watcher’s Axe (melee)": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "x2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Misericordia": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
},
- "text": "Each time the bearer fights, it makes 1 additional attack with this weapon."
+ "text": "Each time an attack is made with this weapon, on an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 4+, [invulnerable saving throws](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) cannot be made against that attack."
},
- "Weapon§Castellan axe (shooting)": {
+ "Relic Weapon§Apollonian Spear (shooting)": {
"stats": {
"AP": {
- "value": "-1"
+ "value": -2
},
"D": {
- "value": "2"
+ "value": 2
},
"S": {
- "value": "4"
- },
- "Type": {
- "value": "Rapid Fire 1"
- },
- "Range": {
- "value": "24″"
- }
- }
- },
- "Weapon§Castellan axe (melee)": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+3"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Balistus grenade launcher": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Assault D3"
- },
- "Range": {
- "value": "18″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
- },
- "Weapon§Salvo launcher": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D3+3"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Heavy 1"
- },
- "Range": {
- "value": "24″"
- },
- "Points": {
"value": 5
- }
- }
- },
- "Weapon§Interceptor lance": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer makes a melee attack with this weapon, if it made a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) or [performed a Heroic Intervention](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention) this turn, add 1 to that attack’s [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
- },
- "Weapon§Achillus dreadspear (shooting)": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Heavy 2"
- },
- "Range": {
- "value": "24″"
- }
- }
- },
- "Weapon§Achillus dreadspear (melee)": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "D3+3"
- },
- "S": {
- "value": "x2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Lastrum storm bolter": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Rapid Fire 2"
- },
- "Range": {
- "value": "24″"
- }
- }
- },
- "Weapon§Twin Iliastus accelerator cannon": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "7"
- },
- "Type": {
- "value": "Heavy 8"
- },
- "Range": {
- "value": "60″"
- }
- }
- },
- "Weapon§Twin lastrum bolt cannon": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy 6"
- },
- "Range": {
- "value": "36″"
- }
- }
- },
- "Weapon§Telemon caestus": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "4"
- },
- "S": {
- "value": "x2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, it makes 1 additional attack with this weapon."
- },
- "Weapon§Spiculus bolt launcher": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Heavy 5"
- },
- "Range": {
- "value": "24″"
- }
- },
- "text": "Each time this weapon is selected to shoot with, if this model has not moved this turn, change this weapon's Type to [Heavy 10](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#HEAVY)."
- },
- "Weapon§Iliastus accelerator culverin": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "7"
- },
- "Type": {
- "value": "Heavy 4"
- },
- "Range": {
- "value": "48″"
- }
- }
- },
- "Weapon§Infernus incinerator": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy D6"
- },
- "Range": {
- "value": "12″"
- },
- "Points": {
- "value": 10
- }
- },
- "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
- },
- "Weapon§Twin adrathic destructor": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "5"
},
"Type": {
"value": "Assault 2"
},
- "Range": {
- "value": "18″"
- },
- "Points": {
- "value": 10
- }
- }
- },
- "Weapon§Galatus warblade (shooting)": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy 2D6"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
- },
- "Weapon§Galatus warblade (melee)": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, it makes D3 additional attacks with this weapon."
- },
- "Weapon§Infernus firepike": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy D6"
- },
- "Range": {
- "value": "15″"
- },
- "Points": {
- "value": 10
- }
- },
- "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
- },
- "Weapon§Solerite power gauntlet": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "x2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Solerite power talon": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, it makes 1 additional attack with this weapon. Each time an attack is made with this weapon, you can re-roll the [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
- },
- "Weapon§Adrasite spear (shooting)": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Assault 1"
- },
- "Range": {
- "value": "18″"
- }
- }
- },
- "Weapon§Pyrithite spear (shooting)": {
- "text": "Each time an attack made with this weapon targets a unit within half range, that attack has a Damage characteristic of D6+2."
- },
- "Weapon§Adrasite spear (melee)": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Pyrithite spear (melee)": {},
- "Weapon§Adrathic devastator": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy 2"
- },
- "Range": {
- "value": "18″"
- },
- "Points": {
- "value": 5
- }
- }
- },
- "Weapon§Lastrum bolt cannon": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy 3"
- },
- "Range": {
- "value": "36″"
- }
- }
- },
- "Weapon§Twin las-pulser": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "D3"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Heavy 4"
- },
- "Range": {
- "value": "24″"
- },
- "Points": {
- "value": 15
- }
- }
- },
- "Weapon§Kinetic destroyer": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Pistol 2"
- },
- "Range": {
- "value": "18″"
- }
- },
- "text": "Each time an attack is made with this weapon, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 scores 1 additional hit."
- },
- "Weapon§Venatari lance (shooting)": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Assault 2"
- },
- "Range": {
- "value": "12″"
- }
- }
- },
- "Weapon§Tarsus buckler": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Venatari lance (melee)": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, it makes 1 additional attack with this weapon."
- },
- "Weapon§Beam": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D3+6"
- },
- "S": {
- "value": "14"
- },
- "Type": {
- "value": "Heavy D3"
- },
- "Range": {
- "value": "72″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
- },
- "Wargear§Twin arachnus blaze cannon": {
- "assets": {
- "traits": [
- "Weapon§Beam",
- "Weapon§Burst"
- ]
- }
- },
- "Weapon§Burst": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "D3"
- },
- "S": {
- "value": "9"
- },
- "Type": {
- "value": "Heavy 3"
- },
- "Range": {
- "value": "48″"
- }
- }
- },
- "Wargear§Twin arachnus heavy blaze cannon": {
- "assets": {
- "traits": [
- "Weapon§Beam",
- "Weapon§Burst"
- ]
- }
- },
- "Wargear§Arachnus storm cannon": {
- "assets": {
- "traits": [
- "Weapon§Beam",
- "Weapon§Burst"
- ]
- },
- "stats": {
- "Points": {
- "value": 15
- }
- }
- },
- "Weapon§Twin plasma projector": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy 2D3"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
- },
- "Weapon§Bolt volley": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Assault 3"
- },
- "Range": {
- "value": "36″"
- }
- }
- },
- "Wargear§Adrastus bolt caliver": {
- "assets": {
- "traits": [
- "Weapon§Bolt volley",
- "Weapon§Disintegration beam"
- ]
- }
- },
- "Weapon§Disintegration beam": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Assault 1"
- },
- "Range": {
- "value": "15″"
- }
- }
- },
- "Wargear§Arachnus heavy blaze cannon": {
- "assets": {
- "traits": [
- "Weapon§Beam",
- "Weapon§Burst"
- ]
- }
- },
- "Weapon§Spiculus heavy bolt launcher": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "7"
- },
- "Type": {
- "value": "Heavy 3"
- },
- "Range": {
- "value": "48″"
- }
- }
- },
- "Wargear§Arachnus magna-blaze cannon": {
- "assets": {
- "traits": [
- "Weapon§Beam",
- "Weapon§Burst"
- ]
- }
- },
- "Weapon§Gnosis (shooting)": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Rapid Fire 1"
- },
"Range": {
"value": "24″"
}
- }
- },
- "Weapon§Gnosis (melee)": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
},
- "text": "Each time an attack made with this weapon is allocated to an enemy model, that enemy model cannot use any rules to ignore the wounds it loses."
+ "text": "Each time an attack is made with this weapon, on an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 4+, [invulnerable saving throws](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) cannot be made against that attack."
},
- "Weapon§Hurricane bolter": {
+ "Relic Weapon§Gatekeeper (melee)": {
"stats": {
"AP": {
- "value": "0"
+ "value": -3
},
"D": {
- "value": "1"
+ "value": 2
},
"S": {
- "value": "4"
- },
- "Type": {
- "value": "Rapid Fire 6"
- },
- "Range": {
- "value": "24″"
- }
- }
- },
- "Weapon§Behemor": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
+ "value": 2
},
"Type": {
"value": "Melee"
@@ -7198,249 +7796,18 @@
"Range": {
"value": "Melee"
}
- },
- "text": "Each time an attack is made with this weapon profile against a **MONSTER** or VEHICLE** unit, an unmodified hit roll of 4+ automatically wounds the target."
- },
- "Wargear§Vaultswords": {
- "assets": {
- "traits": [
- "Weapon§Behemor",
- "Weapon§Hurricanis",
- "Weapon§Victus"
- ]
- }
- },
- "Weapon§Hurricanis": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon profile, make 2 hit rolls instead of 1."
- },
- "Weapon§Victus": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon profile against a [**CHARACTER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Characters) unit, you can re-roll the [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
- },
- "Weapon§Somnus": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+3"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Master-crafted boltgun": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Rapid Fire 1"
- },
- "Range": {
- "value": "24″"
- }
- }
- },
- "Weapon§Witchseeker flamer": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Assault D6"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
- },
- "Weapon§Executioner greatblade": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Boltgun": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Rapid Fire 1"
- },
- "Range": {
- "value": "24″"
- }
- }
- },
- "Wargear§Guardian spear": {
- "assets": {
- "traits": [
- "Weapon§Guardian spear (melee)",
- "Weapon§Guardian spear (shooting)"
- ]
- }
- },
- "Wargear§Sentinel blade": {
- "assets": {
- "traits": [
- "Weapon§Sentinel blade (melee)",
- "Weapon§Sentinel blade (shooting)"
- ]
- }
- },
- "Wargear§Watcher’s Axe": {
- "assets": {
- "traits": [
- "Weapon§Watcher’s Axe (melee)",
- "Weapon§Watcher’s Axe (shooting)"
- ]
- }
- },
- "Wargear§Castellan axe": {
- "assets": {
- "traits": [
- "Weapon§Castellan axe (melee)",
- "Weapon§Castellan axe (shooting)"
- ]
- }
- },
- "Wargear§Achillus dreadspear": {
- "assets": {
- "traits": [
- "Weapon§Achillus dreadspear (melee)",
- "Weapon§Achillus dreadspear (shooting)"
- ]
- }
- },
- "Wargear§Galatus warblade": {
- "assets": {
- "traits": [
- "Weapon§Galatus warblade (melee)",
- "Weapon§Galatus warblade (shooting)"
- ]
- }
- },
- "Wargear§Adrasite spear": {
- "assets": {
- "traits": [
- "Weapon§Adrasite spear (melee)",
- "Weapon§Adrasite spear (shooting)"
- ]
- }
- },
- "Wargear§Pyrithite spear": {
- "assets": {
- "traits": [
- "Weapon§Pyrithite spear (melee)",
- "Weapon§Pyrithite spear (shooting)"
- ]
- },
- "stats": {
- "Points": {
- "value": 5
- }
- }
- },
- "Wargear§Venatari lance": {
- "assets": {
- "traits": [
- "Weapon§Venatari lance (melee)",
- "Weapon§Venatari lance (shooting)"
- ]
- }
- },
- "Wargear§Gnosis": {
- "assets": {
- "traits": [
- "Weapon§Gnosis (melee)",
- "Weapon§Gnosis (shooting)"
- ]
}
},
"Relic Weapon§Gatekeeper (shooting)": {
"stats": {
"AP": {
- "value": "-2"
+ "value": -2
},
"D": {
- "value": "2"
+ "value": 2
},
"S": {
- "value": "5"
+ "value": 5
},
"Type": {
"value": "Rapid Fire 2"
@@ -7451,25 +7818,16 @@
},
"text": "Each time a ranged attack is made with this weapon, that attack automatically hits the target."
},
- "Relics of Terra§Gatekeeper": {
- "assets": {
- "traits": [
- "Relic Weapon§Gatekeeper (melee)",
- "Relic Weapon§Gatekeeper (shooting)"
- ]
- },
- "text": "Model equipped with a guardian spear only. This Relic replaces a guardian spear and has the following profile:"
- },
- "Relic Weapon§Gatekeeper (melee)": {
+ "Relic Weapon§Paragon spear (melee)": {
"stats": {
"AP": {
- "value": "-3"
+ "value": -5
},
"D": {
- "value": "2"
+ "value": 2
},
"S": {
- "value": "+2"
+ "value": 3
},
"Type": {
"value": "Melee"
@@ -7479,44 +7837,73 @@
}
}
},
- "Relic Weapon§Veiled blade (shooting)": {
+ "Relic Weapon§Paragon spear (shooting)": {
"stats": {
"AP": {
- "value": "-1"
+ "value": -1
},
"D": {
- "value": "2"
+ "value": 2
},
"S": {
- "value": "4"
+ "value": 5
},
"Type": {
- "value": "Pistol 2"
+ "value": "Rapid Fire 1"
},
"Range": {
- "value": "12″"
+ "value": "24″"
}
}
},
- "Relics of Terra§Veiled Blade": {
- "assets": {
- "traits": [
- "Relic Weapon§Veiled blade (shooting)",
- "Relic Weapon§Veiled blade (melee)"
- ]
- },
- "text": "Model equipped with a sentinel blade only. This Relic replaces a sentinel blade and has the following profile:"
+ "Relic Weapon§Swiftsilver talon (melee)": {
+ "stats": {
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Relic Weapon§Swiftsilver talon (shooting)": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Rapid Fire 1"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ }
},
"Relic Weapon§Veiled blade (melee)": {
"stats": {
"AP": {
- "value": "-4"
+ "value": -4
},
"D": {
- "value": "2"
+ "value": 2
},
"S": {
- "value": "+1"
+ "value": 1
},
"Type": {
"value": "Melee"
@@ -7527,13 +7914,79 @@
},
"text": "Each time the bearer fights, it makes 2 additional attacks with this weapon."
},
+ "Relic Weapon§Veiled blade (shooting)": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Pistol 2"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ }
+ },
+ "Relics of Terra§Admonimortis": {
+ "assets": {
+ "traits": [
+ "Relic Weapon§Admonimortis (melee)",
+ "Relic Weapon§Admonimortis (shooting)"
+ ]
+ },
+ "text": "**DREAD** HOST** model equipped with a castellan axe only. This Relic replaces a castellan axe and has the following profile:"
+ },
+ "Relics of Terra§Apollonian Spear": {
+ "assets": {
+ "traits": [
+ "Relic Weapon§Apollonian Spear (melee)",
+ "Relic Weapon§Apollonian Spear (shooting)"
+ ]
+ },
+ "text": "Model equipped with a guardian spear only. This Relic replaces a guardian spear and has the following profiles:"
+ },
+ "Relics of Terra§Auric Aquilas": {
+ "text": "**BIKER** model only.\n\n* You can re-roll [charge rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) made for the bearer. If you could already re-roll charge rolls made the bearer (e.g. the bearer has the [Instruments of the Emperor’s Wrath](https://wahapedia.ru/wh40k9ed/factions/adeptus-custodes/#Dread-Host) fighting style), add 1 to charge rolls made for the bearer instead.\n* In your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), when the bearer is selected to move, it can boost. If it does so, until the end of the phase, double its Move characteristic, and it is not eligible to shoot or [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) with this turn."
+ },
+ "Relics of Terra§Auriferous Orb": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 1
+ },
+ "Type": {
+ "value": "Grenade D3"
+ },
+ "Range": {
+ "value": "6″"
+ }
+ },
+ "text": "The bearer gains the following weapon:"
+ },
+ "Relics of Terra§Castellan’s Mark": {
+ "text": "At the start of the first battle round, you can select up to two friendly **<SHIELD HOST>** units. Remove those units from the battlefield, then set them up anywhere on the battlefield that is [wholly within](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Within-and-Wholly-Within) your deployment zone. If the mission uses the [Strategic Reserves](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Strategic-Reserves) rules, any of those units can be placed into Strategic Reserves without having to spend any additional [CPs](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Command-Points), regardless of how many units are already in Strategic Reserves. If both players have abilities that redeploy units, [roll off](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Roll-offs); the winner chooses who redeploys their units first."
+ },
+ "Relics of Terra§Eagle’s Eye": {
+ "text": "**INFANTRY** model only.\n\n* Add 1 to the Wounds characteristic of the bearer.\n* Once per battle, before making a [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) for the bearer, the bearer can activate this helm’s sensorium-gheists. If it does so, then until the end of the phase, the bearer has a 3+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
"Relics of Terra§Emperor’s Light": {
"stats": {
"AP": {
- "value": "-2"
+ "value": -2
},
"D": {
- "value": "1"
+ "value": 1
},
"S": {
"value": "User"
@@ -7547,295 +8000,20 @@
},
"text": "Model equipped with a misericordia only. This Relic replaces a misericordia and has the following profile:"
},
- "Relics of Terra§Obliteratum": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D3+3"
- },
- "S": {
- "value": "10"
- },
- "Type": {
- "value": "Assault 1"
- },
- "Range": {
- "value": "18″"
- }
- },
- "text": "Model equipped with a balistus grenade launcher only. This Relic replaces a balistus grenade launcher and has the following profile:"
+ "Relics of Terra§Fulminaris Aggressor": {
+ "text": "**VEXILUS PRAETOR** model only. The bearer gains the following ability: ‘Fulminaris Aggressor (Aura)**:** While a friendly **<SHIELD HOST>** CORE** or **<SHIELD HOST>** CHARACTER** unit is within 6″ of this model, each time a model in that unit makes an attack, the target does not receive the benefits of [Heavy](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Heavy-Cover) or "
},
- "Relic Weapon§Paragon spear (shooting)": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Rapid Fire 1"
- },
- "Range": {
- "value": "24″"
- }
- }
- },
- "Relics of Terra§Paragon Spear": {
+ "Relics of Terra§Gatekeeper": {
"assets": {
"traits": [
- "Relic Weapon§Paragon spear (shooting)",
- "Relic Weapon§Paragon spear (melee)"
+ "Relic Weapon§Gatekeeper (melee)",
+ "Relic Weapon§Gatekeeper (shooting)"
]
},
- "text": "**EMPEROR’S** CHOSEN** model equipped with a guardian spear only. This Relic replaces a guardian spear and has the following profile:"
+ "text": "Model equipped with a guardian spear only. This Relic replaces a guardian spear and has the following profile:"
},
- "Relic Weapon§Paragon spear (melee)": {
- "stats": {
- "AP": {
- "value": "-5"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+3"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Relic Weapon§Admonimortis (shooting)": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Rapid Fire 1"
- },
- "Range": {
- "value": "24″"
- }
- }
- },
- "Relics of Terra§Admonimortis": {
- "assets": {
- "traits": [
- "Relic Weapon§Admonimortis (melee)",
- "Relic Weapon§Admonimortis (shooting)"
- ]
- },
- "text": "**DREAD** HOST** model equipped with a castellan axe only. This Relic replaces a castellan axe and has the following profile:"
- },
- "Relic Weapon§Admonimortis (melee)": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "+3"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Relic Weapon§Swiftsilver talon (shooting)": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Rapid Fire 1"
- },
- "Range": {
- "value": "24″"
- }
- }
- },
- "Relics of Terra§Swiftsilver Talon": {
- "assets": {
- "traits": [
- "Relic Weapon§Swiftsilver talon (shooting)",
- "Relic Weapon§Swiftsilver talon (melee)"
- ]
- },
- "text": "**SOLAR** WATCH** model equipped with a guardian spear only. The bearer can shoot and charge in a turn in which it [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back). This Relic replaces a guardian spear and has the following profile:"
- },
- "Relic Weapon§Swiftsilver talon (melee)": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Relics of the Vigil§Raptor Blade": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+3"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Model equipped with an executioner greatblade only. This Relic replaces an executioner greatblade and has the following profile:"
- },
- "Relics of the Vigil§Excruciatus Flamer": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Assault 6"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "Model equipped with a witchseeker flamer only. This Relic replaces a witchseeker flamer and has the following profile:"
- },
- "Relics of the Vigil§Veracity, the Sword of Oblivion": {
- "stats": {
- "AP": {
- "value": "-5"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+3"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "**KNIGHT-CENTURA** equipped with an executioner greatblade only. This Relic replaces an executioner greatblade and has the following profile:"
- },
- "Relic Weapon§Apollonian Spear (shooting)": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Assault 2"
- },
- "Range": {
- "value": "24″"
- }
- },
- "text": "Each time an attack is made with this weapon, on an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 4+, [invulnerable saving throws](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) cannot be made against that attack."
- },
- "Relics of Terra§Apollonian Spear": {
- "assets": {
- "traits": [
- "Relic Weapon§Apollonian Spear (melee)",
- "Relic Weapon§Apollonian Spear (shooting)"
- ]
- },
- "text": "Model equipped with a guardian spear only. This Relic replaces a guardian spear and has the following profiles:"
- },
- "Relic Weapon§Apollonian Spear (melee)": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "x2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon, on an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 4+, [invulnerable saving throws](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) cannot be made against that attack."
- },
- "Relics of Terra§Auriferous Orb": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "1"
- },
- "Type": {
- "value": "Grenade D3"
- },
- "Range": {
- "value": "6″"
- }
- },
- "text": "The bearer gains the following weapon:"
+ "Relics of Terra§Halo of the Torchbearer": {
+ "text": "**EMISSARIES** IMPERATUS** model only.\n\n* The bearer has the following ability: ‘Halo of the Torchbearer (Aura)**: While a friendly EMISSARIES** IMPERATUS** unit is within 3″ of this model, it can ignore any or all modifiers to its Move characteristic, [Advance rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) and [charge rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit).’\n* At the start of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), roll one D6 for each enemy unit within 3″ of this model. On a 3+, that enemy unit suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds), or D3 mortal wounds if that unit’s Leadership characteristic is 7 or less."
},
"Relics of Terra§Misery’s Burden": {
"stats": {
@@ -7857,13 +8035,34 @@
},
"text": "Model equipped with a misericordia only. This Relic replaces a misericordia and has the following profile:"
},
- "Relics of Terra§Veiled blade": {
+ "Relics of Terra§Obliteratum": {
+ "stats": {
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": "D3+3"
+ },
+ "S": {
+ "value": 10
+ },
+ "Type": {
+ "value": "Assault 1"
+ },
+ "Range": {
+ "value": "18″"
+ }
+ },
+ "text": "Model equipped with a balistus grenade launcher only. This Relic replaces a balistus grenade launcher and has the following profile:"
+ },
+ "Relics of Terra§Paragon Spear": {
"assets": {
"traits": [
- "Relic Weapon§Veiled blade (melee)",
- "Relic Weapon§Veiled blade (shooting)"
+ "Relic Weapon§Paragon spear (shooting)",
+ "Relic Weapon§Paragon spear (melee)"
]
- }
+ },
+ "text": "**EMPEROR’S** CHOSEN** model equipped with a guardian spear only. This Relic replaces a guardian spear and has the following profile:"
},
"Relics of Terra§Paragon spear": {
"assets": {
@@ -7873,6 +8072,24 @@
]
}
},
+ "Relics of Terra§Praesidius": {
+ "text": "**AQUILAN** SHIELD** model equipped with a praesidium shield only. Each time an attack is made against the bearer, subtract 1 from that attack’s [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
+ },
+ "Relics of Terra§Praetorian Plate": {
+ "text": "**TERMINATOR** model only.\n\n* Add 1 to the bearer’s Toughness characteristic.\n* Once per battle, in the [Heroic Interventions](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Heroic-Interventions) step of your opponent’s [Charge phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#CHARGE-PHASE), if the bearer is not within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, it can perform a teleport-shunt. Remove the bearer from the battlefield and set it up within 3″ of a friendly unit (excluding VEHICLE** units) and within Engagement Range of an enemy unit. If that is not possible, it cannot perform the teleport-shunt. The bearer cannot [perform a Heroic Intervention](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention) in the same turn in which it performs a tele"
+ },
+ "Relics of Terra§Stasis Oubliette": {
+ "text": "**SHADOWKEEPERS** model only. At the start of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), select one enemy unit within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of the bearer. That unit is not eligible to fight this phase until after all eligible units from your army have done so."
+ },
+ "Relics of Terra§Swiftsilver Talon": {
+ "assets": {
+ "traits": [
+ "Relic Weapon§Swiftsilver talon (shooting)",
+ "Relic Weapon§Swiftsilver talon (melee)"
+ ]
+ },
+ "text": "**SOLAR** WATCH** model equipped with a guardian spear only. The bearer can shoot and charge in a turn in which it [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back). This Relic replaces a guardian spear and has the following profile:"
+ },
"Relics of Terra§Swiftsilver talon": {
"assets": {
"traits": [
@@ -7881,168 +8098,104 @@
]
}
},
- "Relics of Terra§Eagle’s Eye": {
- "text": "**INFANTRY** model only.\n\n* Add 1 to the Wounds characteristic of the bearer.\n* Once per battle, before making a [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) for the bearer, the bearer can activate this helm’s sensorium-gheists. If it does so, then until the end of the phase, the bearer has a 3+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ "Relics of Terra§Veiled Blade": {
+ "assets": {
+ "traits": [
+ "Relic Weapon§Veiled blade (shooting)",
+ "Relic Weapon§Veiled blade (melee)"
+ ]
+ },
+ "text": "Model equipped with a sentinel blade only. This Relic replaces a sentinel blade and has the following profile:"
},
- "Relics of Terra§Auric Aquilas": {
- "text": "**BIKER** model only.\n\n* You can re-roll [charge rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) made for the bearer. If you could already re-roll charge rolls made the bearer (e.g. the bearer has the [Instruments of the Emperor’s Wrath](https://wahapedia.ru/wh40k9ed/factions/adeptus-custodes/#Dread-Host) fighting style), add 1 to charge rolls made for the bearer instead.\n* In your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), when the bearer is selected to move, it can boost. If it does so, until the end of the phase, double its Move characteristic, and it is not eligible to shoot or [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) with this turn."
- },
- "Relics of Terra§Praetorian Plate": {
- "text": "**TERMINATOR** model only.\n\n* Add 1 to the bearer’s Toughness characteristic.\n* Once per battle, in the [Heroic Interventions](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Heroic-Interventions) step of your opponent’s [Charge phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#CHARGE-PHASE), if the bearer is not within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, it can perform a teleport-shunt. Remove the bearer from the battlefield and set it up within 3\" of a friendly unit (excluding VEHICLE** units) and within Engagement Range of an enemy unit. If that is not possible, it cannot perform the teleport-shunt. The bearer cannot [perform a Heroic Intervention](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention) in the same turn in which it performs a tele"
+ "Relics of Terra§Veiled blade": {
+ "assets": {
+ "traits": [
+ "Relic Weapon§Veiled blade (melee)",
+ "Relic Weapon§Veiled blade (shooting)"
+ ]
+ }
},
"Relics of Terra§Wrath Angelis": {
- "text": "**VEXILUS PRAETOR** model only. Once per battle, in your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), if the bearer is on the battlefield, select one point on the battlefield and place a marker on that point. At the start of your next Command phase, roll one D6 for each unit within 6\" of the centre of that marker, adding 1 if the unit being rolled for is within 3\" of the centre of the marker and subtracting 1 if the unit being rolled for is a [CHARACTER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Characters). On a 2-5, that unit suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds); on a 6+, that unit suffers D6 mortal wounds. The marker is then removed."
- },
- "Relics of Terra§Fulminaris Aggressor": {
- "text": "**VEXILUS PRAETOR** model only. The bearer gains the following ability: ‘Fulminaris Aggressor (Aura)**:** While a friendly **<SHIELD HOST>** CORE** or **<SHIELD HOST>** CHARACTER** unit is within 6\" of this model, each time a model in that unit makes an attack, the target does not receive the benefits of [Heavy](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Heavy-Cover) or "
- },
- "Relics of Terra§Castellan’s Mark": {
- "text": "At the start of the first battle round, you can select up to two friendly **<SHIELD HOST>** units. Remove those units from the battlefield, then set them up anywhere on the battlefield that is [wholly within](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Within-and-Wholly-Within) your deployment zone. If the mission uses the [Strategic Reserves](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Strategic-Reserves) rules, any of those units can be placed into Strategic Reserves without having to spend any additional [CPs](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Command-Points), regardless of how many units are already in Strategic Reserves. If both players have abilities that redeploy units, [roll off](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Roll-offs); the winner chooses who redeploys their units first."
- },
- "Relics of Terra§Stasis Oubliette": {
- "text": "**SHADOWKEEPERS** model only. At the start of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), select one enemy unit within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of the bearer. That unit is not eligible to fight this phase until after all eligible units from your army have done so."
- },
- "Relics of Terra§Praesidius": {
- "text": "**AQUILAN** SHIELD** model equipped with a praesidium shield only. Each time an attack is made against the bearer, subtract 1 from that attack’s [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
- },
- "Relics of Terra§Halo of the Torchbearer": {
- "text": "**EMISSARIES** IMPERATUS** model only.\n\n* The bearer has the following ability: ‘Halo of the Torchbearer (Aura)**: While a friendly EMISSARIES** IMPERATUS** unit is within 3\" of this model, it can ignore any or all modifiers to its Move characteristic, [Advance rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) and [charge rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit).’\n* At the start of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), roll one D6 for each enemy unit within 3\" of this model. On a 3+, that enemy unit suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds), or D3 mortal wounds if that unit’s Leadership characteristic is 7 or less."
+ "text": "**VEXILUS PRAETOR** model only. Once per battle, in your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), if the bearer is on the battlefield, select one point on the battlefield and place a marker on that point. At the start of your next Command phase, roll one D6 for each unit within 6″ of the centre of that marker, adding 1 if the unit being rolled for is within 3″ of the centre of the marker and subtracting 1 if the unit being rolled for is a [CHARACTER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Characters). On a 2-5, that unit suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds); on a 6+, that unit suffers D6 mortal wounds. The marker is then removed."
},
"Relics of the Vigil§Enhanced Voidsheen Cloak": {
"text": "* The bearer has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n* Each time an attack is made against the bearer, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) and [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
},
- "Warlord Trait§Lockwarden": {
- "text": "Each time an attack made by this [**WARLORD**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#The-Warlord) is allocated to a [CHARACTER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Characters) unit, an [invulnerable saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) cannot be made against that attack.",
+ "Relics of the Vigil§Excruciatus Flamer": {
"stats": {
- "Discipline": {
- "value": "Warlord Traits"
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Assault 6"
+ },
+ "Range": {
+ "value": "12″"
}
- }
+ },
+ "text": "Model equipped with a witchseeker flamer only. This Relic replaces a witchseeker flamer and has the following profile:"
},
- "Warlord Trait§All-seeing Annihilator": {
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select this **WARLORD** or one friendly **DREAD HOST** CORE** unit within 6\" of this WARLORD**. Until the start of your next Command phase, each time a model in that unit makes an attack, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 scores 1 additional hit.",
+ "Relics of the Vigil§Raptor Blade": {
"stats": {
- "Discipline": {
- "value": "Warlord Traits"
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
}
- }
+ },
+ "text": "Model equipped with an executioner greatblade only. This Relic replaces an executioner greatblade and has the following profile:"
},
- "Warlord Trait§Revered Companion": {
- "text": "Each time an attack is allocated to this [**WARLORD**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#The-Warlord), halve the Damage characteristic of that attack (rounding up).",
+ "Relics of the Vigil§Veracity, the Sword of Oblivion": {
"stats": {
- "Discipline": {
- "value": "Warlord Traits"
+ "AP": {
+ "value": -5
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
}
- }
- },
- "Warlord Trait§Sally Forth": {
- "text": "At the start of your [Charge phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#CHARGE-PHASE), select one friendly **SOLAR WATCH** INFANTRY** unit within 6\" of this [WARLORD**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#The-Warlord). Until the end of the phase, that unit is [eligible to charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Charges) in a turn in which it [Advanced](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance).",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits"
- }
- }
- },
- "Warlord Trait§Voice Of The Emperor": {
- "text": "* Add 3\" to the range of this **WARLORD**’s aura abilities to a maximum of 12\" (this has already been added to the Voice of the Emperor aura ability below).\n* This WARLORD** has the following ability: ‘Voice of the Emperor (Aura)**: While a friendly **ADEPTUS CUSTODES** or **ANATHEMA PSYKANA** unit is within 9\" of this model, add 1 to the Leadership characteristic of models in that unit.’",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits"
- }
- }
- },
- "Warlord Trait§Oblivion Knight": {
- "text": "* This **WARLORD** has the following ability: ‘Oblivion Knight (Aura)**:** Add 1 to [Advance](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) and [charge rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) made for **ANATHEMA PSYKANA** INFANTRY** units while they are within 6\" of this model.’\n* Each time this WARLORD** makes an attack, re-roll a [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 1"
- }
- }
- },
- "Warlord Trait§Silent Judge (aura)": {
- "text": "While an enemy unit is within 3\" of this **WARLORD**:\n\n* Each time a [Combat Attrition test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Combat-Attrition-Tests) is taken for that enemy unit, subtract 1 from that Combat Attrition test.\n* That enemy unit loses the [Objective Secured](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Secured) ability.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 2"
- }
- }
- },
- "Warlord Trait§Mistress Of Persecution (aura)": {
- "text": "While a friendly **ANATHEMA PSYKANA** INFANTRY** unit is within 6 \" of this WARLORD**:\n\n* Each time a model in that ANATHEMA** PSYKANA** INFANTRY** unit makes an attack, the target does not receive the benefits of [Heavy](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Heavy-Cover) or [Light Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Light-Cover) against that attack.\n* Add 3\" to the Range characteristic of ranged weapons models in that ANATHEMA** PSYKANA** INFANTRY** unit are equipped with.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 3"
- }
- }
- },
- "Warlord Trait§Master Of Martial Strategy": {
- "text": "* While this **WARLORD** is on the battlefield, each time you spend a [Command point](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Command-Points) to use a Stratagem, you can roll one D6: on a 5+, that Command point is refunded.\n* Once per battle, in your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), if units from your army are using the [Martial Ka’tah](https://wahapedia.ru/wh40k9ed/factions/adeptus-custodes/#Martial-Ka-tah) ability, before selecting a ka’tah stance for your army, you can change the order of your martial ka’tahs, i.e. primary, secondary or tertiary. Note that this does not allow you to select ka’tah stances more than once.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 1"
- }
- }
- },
- "Warlord Trait§Champion Of The Imperium": {
- "text": "* This **WARLORD** is eligible to [perform a Heroic Intervention](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention) if it is within 6\" horizontally and 5\" vertically of any enemy unit.\n* Each time this WARLORD** makes a Heroic Intervention move, it can move up to 6\" instead of 3\". All other rules for [Heroic Interventions](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Heroic-Interventions) still apply.\n* Each time this WARLORD** makes an attack, you can re-roll the [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 2"
- }
- }
- },
- "Warlord Trait§Superior Creation": {
- "text": "Each time this **WARLORD** would lose a wound, roll one D6: on a a 5+, that wound is not lost.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 3"
- }
- }
- },
- "Warlord Trait§Impregnable Mind": {
- "text": "* In your opponent’s [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), this **WARLORD** can attempt to [Deny the Witch](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) once as if it were a PSYKER** model. Each time a Deny the Witch test is taken for this WARLORD**, add 1 to the result.\n* This WARLORD** counts as two additional models when determining control of an [objective marker](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Markers). This is cumulative with any other rules that make it count as additional models.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 4"
- }
- }
- },
- "Warlord Trait§Radiant Mantle": {
- "text": "Each time an attack is made against this **WARLORD**, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 5"
- }
- }
- },
- "Warlord Trait§Peerless Warrior": {
- "text": "* Each time this **WARLORD** makes a melee attack, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage.\n* Each time an attack made by this WARLORD** is allocated to an enemy model, the [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) cannot be [re-rolled](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Re-rolls).",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 6"
- }
- }
+ },
+ "text": "**KNIGHT-CENTURA** equipped with an executioner greatblade only. This Relic replaces an executioner greatblade and has the following profile:"
},
+ "Roster§Army": {},
"Troops§Custodian Guard": {
"stats": {
"Power Level": {
"value": 7
},
"model": {
- "value": "Model§Custodian Guard"
- },
- "Custodian Guard": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 3,
- "min": 3,
- "max": 10
+ "value": "Model§Custodian Guard (Custodian Guard)"
},
"Praesidium shield": {
"value": 0,
"statType": "rank",
"statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
"ranks": {
"0": {
"order": 0,
@@ -8073,9 +8226,25 @@
},
"visibility": "active",
"dynamic": true
+ },
+ "Custodian Guard": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 3,
+ "min": 3,
+ "max": 10
}
},
"keywords": {
+ "Source": [
+ "Codex—Adeptus Custodes—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
"Keywords": [
"Core",
"Custodian Guard",
@@ -8097,7 +8266,7 @@
}
]
},
- "text": "If this unit contains 4-5 models, it has **Power Rating 11**. If this unit contains 6-8 models, it has Power Rating 19**. If this unit contains 9 or more models, it has Power Rating 23**. Every model is equipped with: guardian spear.\n\n• Any number of models can each have their guardian spear replaced with 1 sentinel blade and 1 praesidium shield.\n\n• Any number of models that are not equipped with a praesidium shield can each be equipped with 1 misericordia.\n\nnull\n\nERROR: there might be a problem with incrementation that will require inputting by hand.\n\nERROR: there might be a problem with Power Rating that will require a custom rule.",
+ "text": "If this unit contains 4-5 models, it has **Power Rating 11**. If this unit contains 6-8 models, it has Power Rating 19**. If this unit contains 9 or more models, it has Power Rating 23**. Every model is equipped with: guardian spear.\n\n• Any number of models can each have their guardian spear replaced with 1 sentinel blade and 1 praesidium shield.\n\n• Any number of models that are not equipped with a praesidium shield can each be equipped with 1 misericordia.\n\nnull\n\n***ERROR***—*there might be a problem with incrementation that will require inputting by hand.*\n\n***ERROR***—*there might be a problem with Power Rating that will require a custom rule.*",
"allowed": {
"items": [
"Model§Custodian Guard (Custodian Guard)"
@@ -8107,1075 +8276,20 @@
"Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
}
},
- "Elites§Venerable Contemptor Dreadnought": {
- "stats": {
- "Power Level": {
- "value": 8
- }
- },
- "keywords": {
- "Keywords": [
- "Core",
- "Dreadnought",
- "Vehicle",
- "Venerable Contemptor Dreadnought"
- ],
- "Faction": [
- "",
- "Adeptus Custodes",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Guardian Eternal",
- "Ability§Unyielding Ancient",
- "Ability§Atomantic Shielding",
- "Ability§Explodes",
- {
- "item": "Model§Venerable Contemptor Dreadnought",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Venerable Contemptor Dreadnought is equipped with: combi-bolter; multi-melta; Dreadnought combat weapon.\n\n• This model’s multi-melta can be replaced with 1 kheres-pattern assault cannon.\n\nnull",
- "meta": {
- "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
- }
- },
- "Heavy Support§Venerable Land Raider": {
- "stats": {
- "Power Level": {
- "value": 14
- }
- },
- "keywords": {
- "Keywords": [
- "Machine Spirit",
- "Smokescreen",
- "Transport",
- "Vehicle",
- "Venerable Land Raider"
- ],
- "Faction": [
- "",
- "Adeptus Custodes",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Unyielding Ancient",
- "Ability§Explodes",
- {
- "item": "Model§Venerable Land Raider",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Venerable Land Raider is equipped with: twin heavy bolter; 2 twin lascannons.\n\n• This model can be equipped with 1 hunter-killer missile.\n\n• This model can be equipped with 1 storm bolter.\n\nnull",
- "meta": {
- "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
- }
- },
- "HQ§Trajann Valoris": {
- "stats": {
- "Power Level": {
- "value": 8
- }
- },
- "keywords": {
- "Keywords": [
- "Captain-General",
- "Character",
- "Infantry",
- "Trajann Valoris"
- ],
- "Faction": [
- "",
- "Adeptus Custodes",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Aegis of the Emperor",
- "Ability§Martial Ka’tah",
- "Ability§Adamantine Mantle",
- "Ability§Captain-General",
- "Ability§Legendary Commander (Aura)",
- "Ability§Moment Shackle",
- {
- "item": "Model§Trajann Valoris",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "Trajann Valoris is equipped with: Watcher’s Axe; misericordia. Your army can only include one **TRAJANN VALORIS** model.\n\n\n\nnull",
- "meta": {
- "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
- }
- },
- "HQ§Shield-Captain": {
- "stats": {
- "Power Level": {
- "value": 6
- },
- "Praesidium shield": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Praesidium shield",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Character",
- "Guardian",
- "Infantry",
- "Shield-Captain"
- ],
- "Faction": [
- "",
- "Adeptus Custodes",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Aegis of the Emperor",
- "Ability§Martial Ka’tah",
- "Ability§Inspirational Fighter (Aura)",
- {
- "item": "Model§Shield-Captain",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Shield-Captain is equipped with: guardian spear.\n\n• This model’s guardian spear can be replaced with one of the following: 1 castellan axe; 1 sentinel blade and 1 praesidium shield.\n\n• If this model is not equipped with a praesidium shield, it can be equipped with 1 misericordia.\n\nnull",
- "meta": {
- "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
- }
- },
- "HQ§Shield-Captain in Allarus Terminator Armour": {
- "stats": {
- "Power Level": {
- "value": 6
- }
- },
- "keywords": {
- "Keywords": [
- "Allarus",
- "Character",
- "Infantry",
- "Shield-Captain",
- "Teleport Homer",
- "Terminator"
- ],
- "Faction": [
- "",
- "Adeptus Custodes",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Aegis of the Emperor",
- "Ability§From Golden Light",
- "Ability§Martial Ka’tah",
- "Ability§Inspirational Fighter (Aura)",
- {
- "item": "Model§Shield-Captain in Allarus Terminator Armour",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Shield-Captain in Allarus Terminator Armour is equipped with: balistus grenade launcher; guardian spear.\n\n• This model’s guardian spear can be replaced with 1 castellan axe.\n\n• This model can be equipped with 1 misericordia.\n\nnull",
- "meta": {
- "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
- }
- },
- "HQ§Shield-Captain on Dawneagle Jetbike": {
- "stats": {
- "Power Level": {
- "value": 9
- }
- },
- "keywords": {
- "Keywords": [
- "Biker",
- "Character",
- "Fly",
- "Shield-Captain",
- "Vertus"
- ],
- "Faction": [
- "",
- "Adeptus Custodes",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Aegis of the Emperor",
- "Ability§Martial Ka’tah",
- "Ability§Inspirational Fighter (Aura)",
- "Ability§Implacable Vanguard",
- {
- "item": "Model§Shield-Captain on Dawneagle Jetbike",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Shield-Captain on Dawneagle Jetbike is equipped with: hurricane bolter; interceptor lance.\n\n• This model’s hurricane bolter can be replaced with 1 salvo launcher.\n\n• This model can be equipped with 1 misericordia.\n\nnull",
- "meta": {
- "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
- }
- },
- "Elites§Custodian Wardens": {
- "stats": {
- "Power Level": {
- "value": 7
- },
- "model": {
- "value": "Model§Custodian Warden"
- },
- "Custodian Wardens": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 3,
- "min": 3,
- "max": 10
- }
- },
- "keywords": {
- "Keywords": [
- "Core",
- "Custodian Wardens",
- "Infantry"
- ],
- "Faction": [
- "",
- "Adeptus Custodes",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Aegis of the Emperor",
- "Ability§Martial Ka’tah",
- "Ability§Binding Oaths",
- "Ability§Watchmen",
- {
- "item": "Model§Custodian Warden",
- "quantity": 3
- }
- ]
- },
- "text": "If this unit contains 4-5 models, it has **Power Rating 12**. If this unit contains 6-8 models, it has Power Rating 20**. If this unit contains 9 or more models, it has Power Rating 25**. Every model is equipped with: guardian spear.\n\n• Any number of models can each have their guardian spear replaced with 1 castellan axe.\n\n• Any number of models can each be equipped with 1 misericordia.\n\nnull\n\nERROR: there might be a problem with incrementation that will require inputting by hand.\n\nERROR: there might be a problem with Power Rating that will require a custom rule.",
- "allowed": {
- "items": [
- "Model§Custodian Warden"
- ]
- },
- "meta": {
- "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
- }
- },
- "Elites§Vexilus Praetor": {
- "stats": {
- "Power Level": {
- "value": 6
- },
- "Praesidium shield": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Praesidium shield",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Vexilla defensor": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Vexilla defensor",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Vexilla imperius": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Vexilla imperius",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Vexilla magnifica": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Vexilla magnifica",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Character",
- "Guardian",
- "Infantry",
- "Vexilus Praetor"
- ],
- "Faction": [
- "",
- "Adeptus Custodes",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Aegis of the Emperor",
- "Ability§Martial Ka’tah",
- "Ability§Aquilane Relic",
- {
- "item": "Model§Vexilus Praetor",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Vexilus Praetor is equipped with: guardian spear; vexilla defensor.\n\n• This model’s guardian spear can be replaced with one of the following: 1 castellan axe; 1 praesidium shield.\n\n• This model’s vexilla defensor can be replaced with one of the following: 1 vexilla imperius; 1 vexilla magnifica.\n\n• This model can be equipped with 1 misericordia.\n\nnull",
- "meta": {
- "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
- }
- },
- "Elites§Vexilus Praetor in Allarus Terminator Armour": {
- "stats": {
- "Power Level": {
- "value": 6
- },
- "Vexilla defensor": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Vexilla defensor",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Vexilla imperius": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Vexilla imperius",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Vexilla magnifica": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Vexilla magnifica",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Allarus",
- "Character",
- "Infantry",
- "Teleport Homer",
- "Terminator",
- "Vexilus Praetor"
- ],
- "Faction": [
- "",
- "Adeptus Custodes",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Aegis of the Emperor",
- "Ability§From Golden Light",
- "Ability§Martial Ka’tah",
- "Ability§Aquilane Relic",
- {
- "item": "Model§Vexilus Praetor in Allarus Terminator Armour",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Vexilus Praetor in Allarus Terminator Armour is equipped with: balistus grenade launcher; vexilla defensor.\n\n• This model can be equipped with 1 misericordia.\n\n• This model’s vexilla defensor can be replaced with one of the following: 1 vexilla imperius; 1 vexilla magnifica.\n\nnull",
- "meta": {
- "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
- }
- },
- "Elites§Allarus Custodians": {
- "stats": {
- "Power Level": {
- "value": 3
- },
- "model": {
- "value": "Model§Allarus Custodian"
- },
- "Allarus Custodians": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 1,
- "min": 1,
- "max": 6,
- "increment": {
- "value": 1
- }
- }
- },
- "keywords": {
- "Keywords": [
- "Allarus",
- "Core",
- "Custodians",
- "Infantry",
- "Teleport Homer",
- "Terminator"
- ],
- "Faction": [
- "",
- "Adeptus Custodes",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Aegis of the Emperor",
- "Ability§From Golden Light",
- "Ability§Martial Ka’tah",
- "Ability§Slayers of Tyrants",
- "Model§Allarus Custodian"
- ]
- },
- "text": "Increase this unit’s **Power Rating** by +3** for every additional model it includes. Every model is equipped with: balistus grenade launcher; guardian spear.\n\n• Any number of models can each have their guardian spear replaced with 1 castellan axe.\n\n• Any number of models can each be equipped with 1 misericordia.\n\nnull\n\nERROR: there might be a problem with Power Rating that will require a custom rule.",
- "allowed": {
- "items": [
- "Model§Allarus Custodian"
- ]
- },
- "meta": {
- "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
- }
- },
- "Fast Attack§Vertus Praetors": {
- "stats": {
- "Power Level": {
- "value": 12
- },
- "model": {
- "value": "Model§Vertus Praetor"
- },
- "Vertus Praetors": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 3,
- "min": 3,
- "max": 6,
- "increment": {
- "value": 3
- }
- }
- },
- "keywords": {
- "Keywords": [
- "Biker",
- "Core",
- "Fly",
- "Praetors",
- "Vertus"
- ],
- "Faction": [
- "",
- "Adeptus Custodes",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Aegis of the Emperor",
- "Ability§Martial Ka’tah",
- "Ability§Implacable Vanguard",
- {
- "item": "Model§Vertus Praetor",
- "quantity": 3
- }
- ]
- },
- "text": "Increase this unit’s **Power Rating** by +4** for every additional model it includes. Every model is equipped with: hurricane bolter; interceptor lance.\n\n• Any number of models can each have their hurricane bolter replaced with 1 salvo launcher.\n\n• Any number of models can each be equipped with 1 misericordia.\n\nnull\n\nERROR: there might be a problem with Power Rating that will require a custom rule.",
- "allowed": {
- "items": [
- "Model§Vertus Praetor"
- ]
- },
- "meta": {
- "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
- }
- },
- "Elites§Contemptor-Achillus Dreadnought": {
- "stats": {
- "Power Level": {
- "value": 9
- }
- },
- "keywords": {
- "Keywords": [
- "Contemptor-Achillus Dreadnought",
- "Core",
- "Dreadnought",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Adeptus Custodes",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Atomantic Shielding",
- "Ability§Unyielding Ancient",
- "Ability§Guardian Eternal",
- "Ability§Explodes",
- {
- "item": "Model§Contemptor-Achillus Dreadnought",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Contemptor-Achillus Dreadnought is equipped with: Achillus dreadspear; 2 lastrum storm bolters.\n\n• This model's lastrum storm bolters can each be replaced with one of the following: 1 infernus incinerator; 1 twin adrathic destructor.\n\nnull",
- "meta": {
- "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
- }
- },
- "Heavy Support§Caladius Grav-tank": {
- "stats": {
- "Power Level": {
- "value": 11
- }
- },
- "keywords": {
- "Keywords": [
- "Caladius Grav-tank",
- "Fly",
- "Machine Spirit",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Adeptus Custodes",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Flare Shielding",
- "Ability§Hover Tank",
- "Ability§Explodes",
- {
- "item": "Model§Caladius Grav-tank",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Caladius Grav-tank is equipped with: twin iliastus accelerator cannon; twin lastrum bolt cannon.\n\n• This model’s twin iliastus accelerator cannon can be replaced with 1 twin arachnus heavy blaze cannon.\n\nnull",
- "meta": {
- "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
- }
- },
- "Dedicated Transport§Coronus Grav-carrier": {
- "stats": {
- "Power Level": {
- "value": 11
- }
- },
- "keywords": {
- "Keywords": [
- "Coronus Grav-carrier",
- "Fly",
- "Machine Spirit",
- "Transport",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Adeptus Custodes",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Flare Shielding",
- "Ability§Hover Tank",
- "Ability§Explodes",
- {
- "item": "Model§Coronus Grav-carrier",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Coronus Grav-carrier is equipped with: twin arachnus blaze cannon; twin lastrum bolt cannon.\n\n\n\nnull",
- "meta": {
- "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
- }
- },
- "Heavy Support§Telemon Heavy Dreadnought": {
- "stats": {
- "Power Level": {
- "value": 14
- }
- },
- "keywords": {
- "Keywords": [
- "Dreadnought",
- "Telemon Heavy Dreadnought",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Adeptus Custodes",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Unyielding Ancient",
- "Ability§Guardian Eternal",
- "Ability§Explodes",
- "Ability§Reinforced Atomantic Shielding",
- {
- "item": "Model§Telemon Heavy Dreadnought",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Telemon Heavy Dreadnought is equipped with: 2 iliastus accelerator culverin; spiculus bolt launcher.\n\n• Each of this model’s iliastus accelerator culverins can be replaced with one of the following: 1 Arachnus storm cannon; 1 Telemon caestus and 1 twin plasma projector.\n\nnull",
- "meta": {
- "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
- }
- },
- "Elites§Contemptor-Galatus Dreadnought": {
- "stats": {
- "Power Level": {
- "value": 9
- },
- "Galatus shield": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Galatus shield",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Contemptor-Galatus Dreadnought",
- "Core",
- "Dreadnought",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Adeptus Custodes",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Unyielding Ancient",
- "Ability§Guardian Eternal",
- "Ability§Explodes",
- {
- "item": "Model§Contemptor-Galatus Dreadnought",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Contemptor-Galatus Dreadnought is equipped with: Galatus warblade; Galatus shield.\n\n\n\nnull",
- "meta": {
- "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
- }
- },
- "Elites§Aquilon Custodians": {
- "stats": {
- "Power Level": {
- "value": 11
- },
- "model": {
- "value": "Model§Aquilon Custodian"
- },
- "Aquilon Custodians": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 3,
- "min": 3,
- "max": 6,
- "increment": {
- "value": 3
- }
- },
- "poweri": {
- "value": 11
- },
- "power1": {
- "value": 4
- }
- },
- "keywords": {
- "Keywords": [
- "Aquilon Custodians",
- "Core",
- "Infantry",
- "Teleport Homer",
- "Terminator"
- ],
- "Faction": [
- "",
- "Adeptus Custodes",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Aegis of the Emperor",
- "Ability§From Golden Light",
- "Ability§Martial Ka’tah",
- {
- "item": "Model§Aquilon Custodian",
- "quantity": 3
- }
- ]
- },
- "text": "If this unit contains 4 or more models it has **Power Rating 22**. Every model is equipped with: lastrum storm bolter; solerite power gauntlet.\n\n• Any model’s lastrum storm bolter can be replaced with one of the following: 1 infernus firepike; 1 twin adrathic destructor.\n\n• Any model’s solerite power gauntlet can be replaced with 1 solerite power talon.\n\n• Any model can be equipped with 1 misericordia.\n\nnull",
- "allowed": {
- "items": [
- "Model§Aquilon Custodian"
- ]
- },
- "meta": {
- "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
- }
- },
"Troops§Custodian Guard with Adrasite and Pyrithite Spears": {
"stats": {
"Power Level": {
"value": 8
},
"model": {
- "value": "Model§Custodian Guard"
+ "value": "Model§Custodian Guard (Custodian Guard with Adrasite and Pyrithite Spears)"
},
"Custodian Guard with Adrasite and Pyrithite Spears": {
"statType": "numeric",
"dynamic": true,
"visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
"value": 3,
"min": 3,
"max": 5
@@ -9188,6 +8302,12 @@
}
},
"keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
"Keywords": [
"Core",
"Custodian Guard",
@@ -9209,7 +8329,7 @@
}
]
},
- "text": "If this unit contains 4 or more models, it has **Power Rating 14**. Every model is equipped with: adrasite spear.\n\n• Any model’s adrasite spear can be replaced with 1 pyrithite spear.\n\n• Any model can be equipped with 1 misericordia.\n\nnull\n\nERROR: there might be a problem with incrementation that will require inputting by hand.",
+ "text": "If this unit contains 4 or more models, it has **Power Rating 14**. Every model is equipped with: adrasite spear.\n\n• Any model’s adrasite spear can be replaced with 1 pyrithite spear.\n\n• Any model can be equipped with 1 misericordia.\n\nnull\n\n***ERROR***—*there might be a problem with incrementation that will require inputting by hand.*",
"allowed": {
"items": [
"Model§Custodian Guard (Custodian Guard with Adrasite and Pyrithite Spears)"
@@ -9219,535 +8339,6 @@
"Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
}
},
- "Fast Attack§Agamatus Custodians": {
- "stats": {
- "Power Level": {
- "value": 15
- },
- "model": {
- "value": "Model§Agamatus Custodians"
- },
- "Agamatus Custodians": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 3,
- "min": 3,
- "max": 6,
- "increment": {
- "value": 3
- }
- },
- "poweri": {
- "value": 15
- },
- "power1": {
- "value": 4
- }
- },
- "keywords": {
- "Keywords": [
- "Agamatus Custodians",
- "Biker",
- "Core",
- "Fly"
- ],
- "Faction": [
- "",
- "Adeptus Custodes",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Aegis of the Emperor",
- "Ability§Implacable Vanguard",
- "Ability§Martial Ka’tah",
- {
- "item": "Model§Agamatus Custodians",
- "quantity": 3
- }
- ]
- },
- "text": "If this unit contains 4 or more models it has **Power Rating 30**. Every model is equipped with: lastrum bolt cannon; interceptor lance.\n\n• Any model's lastrum bolt cannon can be replaced with one of the following: 1 adrathic devastator; 1 twin las-pulser.\n\n• Any model can be equipped with 1 misericordia.\n\nnull",
- "allowed": {
- "items": [
- "Model§Agamatus Custodians"
- ]
- },
- "meta": {
- "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
- }
- },
- "Fast Attack§Venatari Custodians": {
- "stats": {
- "Power Level": {
- "value": 8
- },
- "model": {
- "value": "Model§Venatari Custodian"
- },
- "Venatari Custodians": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 3,
- "min": 3,
- "max": 6,
- "increment": {
- "value": 3
- }
- },
- "poweri": {
- "value": 8
- },
- "power1": {
- "value": 4
- },
- "Tarsus buckler": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Tarsus buckler",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Core",
- "Fly",
- "Infantry",
- "Jump Pack",
- "Venatari Custodians"
- ],
- "Faction": [
- "",
- "Adeptus Custodes",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Aegis of the Emperor",
- "Ability§Airborne Hunters",
- "Ability§Martial Ka’tah",
- {
- "item": "Model§Venatari Custodian",
- "quantity": 3
- }
- ]
- },
- "text": "If this unit contains 4 or more models, it has **Power Rating 16**. Every model is equipped with: kinetic destroyer; tarsus buckler.\n\n• Any model’s kinetic destroyer and tarsus buckler can be replaced with 1 Venatari lance.\n\n• Any model can be equipped with 1 misericordia.\n\nnull",
- "allowed": {
- "items": [
- "Model§Venatari Custodian"
- ]
- },
- "meta": {
- "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
- }
- },
- "Fast Attack§Pallas Grav-attack": {
- "stats": {
- "Power Level": {
- "value": 5
- }
- },
- "keywords": {
- "Keywords": [
- "Fly",
- "Pallas Grav-attack",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Adeptus Custodes",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Flare Shielding",
- "Ability§Hover Tank",
- "Ability§Explodes",
- {
- "item": "Model§Pallas Grav-attack",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Pallas Grav-attack is equipped with: twin arachnus blaze cannon.\n\n\n\nnull",
- "meta": {
- "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
- }
- },
- "Troops§Sagittarum Custodians": {
- "stats": {
- "Power Level": {
- "value": 7
- },
- "model": {
- "value": "Model§Sagittarum Custodian"
- },
- "Sagittarum Custodians": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 3,
- "min": 3,
- "max": 5
- },
- "poweri": {
- "value": 6
- },
- "power1": {
- "value": 4
- }
- },
- "keywords": {
- "Keywords": [
- "Core",
- "Infantry",
- "Sagittarum Custodians"
- ],
- "Faction": [
- "",
- "Adeptus Custodes",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Aegis of the Emperor",
- "Ability§Martial Ka’tah",
- {
- "item": "Model§Sagittarum Custodian",
- "quantity": 3
- }
- ]
- },
- "text": "If this unit contains 4 or more models, it has **Power Rating 13**. Every model is equipped with: adrastus bolt caliver.\n\n• Any model can be equipped with 1 misericordia.\n\nnull\n\nERROR: there might be a problem with incrementation that will require inputting by hand.",
- "allowed": {
- "items": [
- "Model§Sagittarum Custodian"
- ]
- },
- "meta": {
- "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
- }
- },
- "Flyers§Orion Assault Dropship": {
- "stats": {
- "Power Level": {
- "value": 23
- }
- },
- "keywords": {
- "Keywords": [
- "Aircraft",
- "Fly",
- "Machine Spirit",
- "Orion Assault Dropship",
- "Transport",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Adeptus Custodes",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Airborne",
- "Ability§Supersonic",
- "Ability§Explodes",
- "Ability§Eclipse Shield",
- "Ability§Hard to Hit",
- "Ability§Hover Jet",
- {
- "item": "Model§Orion Assault Dropship",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "An Orion Assault Dropship is equipped with: 2 arachnus heavy blaze cannons; 2 twin lastrum bolt cannons; 2 spiculus heavy bolt launchers.\n\n\n\nnull",
- "meta": {
- "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
- }
- },
- "Flyers§Ares Gunship": {
- "stats": {
- "Power Level": {
- "value": 20
- },
- "Infernus firebombs": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Infernus firebombs",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Aircraft",
- "Ares Gunship",
- "Fly",
- "Machine Spirit",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Adeptus Custodes",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Airborne",
- "Ability§Supersonic",
- "Ability§Explodes",
- "Ability§Eclipse Shield",
- "Ability§Hard to Hit",
- "Ability§Hover Jet",
- {
- "item": "Model§Ares Gunship",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "An Ares Gunship is equipped with: 2 arachnus heavy blaze cannons; arachnus magna-blaze cannon; infernus firebombs.\n\n\n\nnull",
- "meta": {
- "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
- }
- },
- "HQ§Aleya": {
- "stats": {
- "Power Level": {
- "value": 4
- }
- },
- "keywords": {
- "Keywords": [
- "Aleya",
- "Character",
- "Infantry",
- "Knight-Centura"
- ],
- "Faction": [
- "Anathema Psykana",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Daughters of the Abyss",
- "Ability§Cadre Tactics (Aura)",
- "Ability§Voidsheen Cloak",
- "Ability§Tenacious Spirit",
- {
- "item": "Model§Aleya",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "Aleya is equipped with: Somnus, misericordia. Your army can only include one **ALEYA** model.\n\n\n\nnull",
- "meta": {
- "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
- }
- },
- "HQ§Blade Champion": {
- "stats": {
- "Power Level": {
- "value": 6
- }
- },
- "keywords": {
- "Keywords": [
- "Blade Champion",
- "Character",
- "Infantry"
- ],
- "Faction": [
- "",
- "Adeptus Custodes",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Aegis of the Emperor",
- "Ability§Martial Ka’tah",
- "Ability§Consummate Swordsman",
- "Ability§Martial Inspiration",
- "Ability§Legacy of Combat",
- {
- "item": "Model§Blade Champion",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Blade Champion is equipped with: vaultswords.\n\n\n\nnull",
- "meta": {
- "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
- }
- },
- "HQ§Valerian": {
- "stats": {
- "Power Level": {
- "value": 7
- }
- },
- "keywords": {
- "Keywords": [
- "Character",
- "Guardian",
- "Infantry",
- "Shield-Captain",
- "Valerian"
- ],
- "Faction": [
- "",
- "Adeptus Custodes",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Aegis of the Emperor",
- "Ability§Martial Ka’tah",
- "Ability§Inspirational Fighter (Aura)",
- "Ability§Hero of the Lion’s Gate",
- "Ability§Golden Laurels",
- {
- "item": "Model§Valerian",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "Valerian is equipped with: Gnosis, misericordia. Your army can only include one **VALERIAN** model.\n\n\n\nnull",
- "meta": {
- "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
- }
- },
- "HQ§Knight-Centura": {
- "stats": {
- "Power Level": {
- "value": 3
- }
- },
- "keywords": {
- "Keywords": [
- "Character",
- "Infantry",
- "Knight-Centura"
- ],
- "Faction": [
- "Anathema Psykana",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Daughters of the Abyss",
- "Ability§Voidsheen Cloak",
- "Ability§Cadre Tactics (Aura)",
- {
- "item": "Model§Knight-Centura",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Knight-Centura is equipped with: executioner greatblade.\n\n• This model’s executioner greatblade can be replaced with one of the following: 1 master-crafted boltgun; 1 witchseeker flamer.\n\nnull",
- "meta": {
- "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
- }
- },
"Troops§Prosecutors": {
"stats": {
"Power Level": {
@@ -9760,6 +8351,8 @@
"statType": "numeric",
"dynamic": true,
"visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
"value": 4,
"min": 4,
"max": 9,
@@ -9775,6 +8368,12 @@
}
},
"keywords": {
+ "Source": [
+ "Codex—Adeptus Custodes—Indomitus 1.1"
+ ],
+ "Edition": [
+ "9th"
+ ],
"Keywords": [
"Core",
"Infantry",
@@ -9805,157 +8404,1553 @@
"Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
}
},
- "Elites§Vigilators": {
+ "Troops§Sagittarum Custodians": {
"stats": {
"Power Level": {
- "value": 3
+ "value": 7
},
"model": {
- "value": "Model§Vigilator"
+ "value": "Model§Sagittarum Custodian"
},
- "Vigilators": {
+ "Sagittarum Custodians": {
"statType": "numeric",
"dynamic": true,
"visibility": "active",
- "value": 4,
- "min": 4,
- "max": 9,
- "increment": {
- "value": 5
- }
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 3,
+ "min": 3,
+ "max": 5
},
"poweri": {
- "value": 3
+ "value": 6
},
"power1": {
- "value": 6
- }
- },
- "keywords": {
- "Keywords": [
- "Core",
- "Infantry",
- "Vigilators"
- ],
- "Faction": [
- "Anathema Psykana",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Daughters of the Abyss",
- {
- "item": "Model§Vigilator",
- "quantity": 4
- },
- "Model§Vigilator Sister Superior"
- ]
- },
- "text": "If this unit contains 6 or more models, it has **Power Rating 6**. Every model is equipped with: executioner greatblade.\n\n\n\nnull",
- "allowed": {
- "items": [
- "Model§Vigilator"
- ]
- },
- "meta": {
- "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
- }
- },
- "Fast Attack§Witchseekers": {
- "stats": {
- "Power Level": {
- "value": 3
- },
- "model": {
- "value": "Model§Witchseeker"
- },
- "Witchseekers": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 4,
- "min": 4,
- "max": 9,
- "increment": {
- "value": 5
- }
- },
- "poweri": {
- "value": 3
- },
- "power1": {
- "value": 6
- }
- },
- "keywords": {
- "Keywords": [
- "Core",
- "Infantry",
- "Witchseekers"
- ],
- "Faction": [
- "Anathema Psykana",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Daughters of the Abyss",
- "Ability§Seeker Cadre",
- {
- "item": "Model§Witchseeker",
- "quantity": 4
- },
- "Model§Witchseeker Sister Superior"
- ]
- },
- "text": "If this unit contains 6 or more models, it has **Power Rating 6**. Every model is equipped with: witchseeker flamer.\n\n\n\nnull",
- "allowed": {
- "items": [
- "Model§Witchseeker"
- ]
- },
- "meta": {
- "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
- }
- },
- "Dedicated Transport§Anathema Psykana Rhino": {
- "stats": {
- "Power Level": {
"value": 4
}
},
"keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
"Keywords": [
- "Rhino",
- "Smokescreen",
- "Transport",
- "Vehicle"
+ "Core",
+ "Infantry",
+ "Sagittarum Custodians"
],
"Faction": [
- "Anathema Psykana",
+ "",
+ "Adeptus Custodes",
"Imperium"
]
},
"assets": {
"traits": [
- "Ability§Explodes",
- "Ability§Anathema Psykana Dedicated Transport",
+ "Ability§Aegis of the Emperor",
+ "Ability§Martial Ka’tah",
{
- "item": "Model§Anathema Psykana Rhino",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
+ "item": "Model§Sagittarum Custodian",
+ "quantity": 3
}
]
},
- "text": "An Anathema Psykana Rhino is equipped with: storm bolter.\n\n• This model can be equipped with 1 hunter-killer missile.\n\nnull",
+ "text": "If this unit contains 4 or more models, it has **Power Rating 13**. Every model is equipped with: adrastus bolt caliver.\n\n• Any model can be equipped with 1 misericordia.\n\nnull\n\n***ERROR***—*there might be a problem with incrementation that will require inputting by hand.*",
+ "allowed": {
+ "items": [
+ "Model§Sagittarum Custodian"
+ ]
+ },
"meta": {
- "Publication": "[Adeptus Custodes (Codex) 9th ed. – Indomitus 1.1 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/04/MNldQR5DtlFwbAsr.pdf)"
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
}
+ },
+ "Wargear§Achillus dreadspear": {
+ "assets": {
+ "traits": [
+ "Weapon§Achillus dreadspear (melee)",
+ "Weapon§Achillus dreadspear (shooting)"
+ ]
+ }
+ },
+ "Wargear§Adrasite spear": {
+ "assets": {
+ "traits": [
+ "Weapon§Adrasite spear (melee)",
+ "Weapon§Adrasite spear (shooting)"
+ ]
+ }
+ },
+ "Wargear§Adrastus bolt caliver": {
+ "assets": {
+ "traits": [
+ "Weapon§Bolt volley",
+ "Weapon§Disintegration beam"
+ ]
+ }
+ },
+ "Wargear§Arachnus heavy blaze cannon": {
+ "assets": {
+ "traits": [
+ "Weapon§Beam",
+ "Weapon§Burst"
+ ]
+ }
+ },
+ "Wargear§Arachnus magna-blaze cannon": {
+ "assets": {
+ "traits": [
+ "Weapon§Beam",
+ "Weapon§Burst"
+ ]
+ }
+ },
+ "Wargear§Arachnus storm cannon": {
+ "assets": {
+ "traits": [
+ "Weapon§Beam",
+ "Weapon§Burst"
+ ]
+ },
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ },
+ "Wargear§Castellan axe": {
+ "assets": {
+ "traits": [
+ "Weapon§Castellan axe (melee)",
+ "Weapon§Castellan axe (shooting)"
+ ]
+ }
+ },
+ "Wargear§Galatus shield": {
+ "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). Each time a melee attack is made against this model, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
+ },
+ "Wargear§Galatus warblade": {
+ "assets": {
+ "traits": [
+ "Weapon§Galatus warblade (melee)",
+ "Weapon§Galatus warblade (shooting)"
+ ]
+ }
+ },
+ "Wargear§Gnosis": {
+ "assets": {
+ "traits": [
+ "Weapon§Gnosis (melee)",
+ "Weapon§Gnosis (shooting)"
+ ]
+ }
+ },
+ "Wargear§Guardian spear": {
+ "assets": {
+ "traits": [
+ "Weapon§Guardian spear (melee)",
+ "Weapon§Guardian spear (shooting)"
+ ]
+ }
+ },
+ "Wargear§Infernus firebombs": {
+ "text": "Once per turn, after the bearer has moved, you can select one point on the battlefield the bearer moved across. Roll one D6 for each unit within 6″ of that point (subtracting 1 if that model is a non-**VEHICLE** or non-MONSTER** [CHARACTER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Characters)); on a 4+, that unit suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
+ },
+ "Wargear§Praesidium shield": {
+ "text": "Add 1 to armour [saving throws](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) made for the bearer."
+ },
+ "Wargear§Pyrithite spear": {
+ "assets": {
+ "traits": [
+ "Weapon§Pyrithite spear (melee)",
+ "Weapon§Pyrithite spear (shooting)"
+ ]
+ },
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ },
+ "Wargear§Sentinel blade": {
+ "assets": {
+ "traits": [
+ "Weapon§Sentinel blade (melee)",
+ "Weapon§Sentinel blade (shooting)"
+ ]
+ }
+ },
+ "Wargear§Tarsus buckler": {
+ "text": "The bearer has a Save characteristic of 2+."
+ },
+ "Wargear§Twin arachnus blaze cannon": {
+ "assets": {
+ "traits": [
+ "Weapon§Beam",
+ "Weapon§Burst"
+ ]
+ }
+ },
+ "Wargear§Twin arachnus heavy blaze cannon": {
+ "assets": {
+ "traits": [
+ "Weapon§Beam",
+ "Weapon§Burst"
+ ]
+ }
+ },
+ "Wargear§Vaultswords": {
+ "assets": {
+ "traits": [
+ "Weapon§Behemor",
+ "Weapon§Hurricanis",
+ "Weapon§Victus"
+ ]
+ }
+ },
+ "Wargear§Venatari lance": {
+ "assets": {
+ "traits": [
+ "Weapon§Venatari lance (melee)",
+ "Weapon§Venatari lance (shooting)"
+ ]
+ }
+ },
+ "Wargear§Vexilla defensor": {
+ "text": "The bearer has the following [aura ability](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Aura-Abilities): ‘**Vexilla Defensor (Aura)**:** While a friendly **<SHIELD HOST>** CORE** or **<SHIELD HOST>** CHARACTER** unit is within 6″ of this model, it has the benefits of [Light Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Light-Cover).’"
+ },
+ "Wargear§Vexilla imperius": {
+ "text": "The bearer has the following [aura ability](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Aura-Abilities): ‘**Vexilla Imperius (Aura)**:** While a friendly **<SHIELD HOST>** CORE** or **<SHIELD HOST>** CHARACTER** unit is within 6″ of this model, add 1 to the Attacks characteristic of each model in its unit.’"
+ },
+ "Wargear§Vexilla magnifica": {
+ "text": "The bearer has the following [aura ability](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Aura-Abilities): ‘**Vexilla Magnifica (Aura)**:** While a friendly **<SHIELD HOST>** CORE** or **<SHIELD HOST>** CHARACTER** unit is within 6″ of this model, it has the benefits of [Dense Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Dense-Cover).’"
+ },
+ "Wargear§Watcher’s Axe": {
+ "assets": {
+ "traits": [
+ "Weapon§Watcher’s Axe (melee)",
+ "Weapon§Watcher’s Axe (shooting)"
+ ]
+ }
+ },
+ "Warlord Trait§All-seeing Annihilator": {
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select this **WARLORD** or one friendly **DREAD HOST** CORE** unit within 6″ of this WARLORD**. Until the start of your next Command phase, each time a model in that unit makes an attack, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 scores 1 additional hit.",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits"
+ }
+ }
+ },
+ "Warlord Trait§Champion Of The Imperium": {
+ "text": "* This **WARLORD** is eligible to [perform a Heroic Intervention](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention) if it is within 6″ horizontally and 5″ vertically of any enemy unit.\n* Each time this WARLORD** makes a Heroic Intervention move, it can move up to 6″ instead of 3″. All other rules for [Heroic Interventions](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Heroic-Interventions) still apply.\n* Each time this WARLORD** makes an attack, you can re-roll the [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 2"
+ }
+ }
+ },
+ "Warlord Trait§Impregnable Mind": {
+ "text": "* In your opponent’s [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), this **WARLORD** can attempt to [Deny the Witch](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) once as if it were a PSYKER** model. Each time a Deny the Witch test is taken for this WARLORD**, add 1 to the result.\n* This WARLORD** counts as two additional models when determining control of an [objective marker](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Markers). This is cumulative with any other rules that make it count as additional models.",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 4"
+ }
+ }
+ },
+ "Warlord Trait§Lockwarden": {
+ "text": "Each time an attack made by this [**WARLORD**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#The-Warlord) is allocated to a [CHARACTER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Characters) unit, an [invulnerable saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) cannot be made against that attack.",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits"
+ }
+ }
+ },
+ "Warlord Trait§Master Of Martial Strategy": {
+ "text": "* While this **WARLORD** is on the battlefield, each time you spend a [Command point](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Command-Points) to use a Stratagem, you can roll one D6: on a 5+, that Command point is refunded.\n* Once per battle, in your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), if units from your army are using the [Martial Ka’tah](https://wahapedia.ru/wh40k9ed/factions/adeptus-custodes/#Martial-Ka-tah) ability, before selecting a ka’tah stance for your army, you can change the order of your martial ka’tahs, i.e. primary, secondary or tertiary. Note that this does not allow you to select ka’tah stances more than once.",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 1"
+ }
+ }
+ },
+ "Warlord Trait§Mistress Of Persecution (aura)": {
+ "text": "While a friendly **ANATHEMA PSYKANA** INFANTRY** unit is within 6 \" of this WARLORD**:\n\n* Each time a model in that ANATHEMA** PSYKANA** INFANTRY** unit makes an attack, the target does not receive the benefits of [Heavy](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Heavy-Cover) or [Light Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Light-Cover) against that attack.\n* Add 3″ to the Range characteristic of ranged weapons models in that ANATHEMA** PSYKANA** INFANTRY** unit are equipped with.",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 3"
+ }
+ }
+ },
+ "Warlord Trait§Oblivion Knight": {
+ "text": "* This **WARLORD** has the following ability: ‘Oblivion Knight (Aura)**:** Add 1 to [Advance](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) and [charge rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) made for **ANATHEMA PSYKANA** INFANTRY** units while they are within 6″ of this model.’\n* Each time this WARLORD** makes an attack, re-roll a [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1.",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 1"
+ }
+ }
+ },
+ "Warlord Trait§Peerless Warrior": {
+ "text": "* Each time this **WARLORD** makes a melee attack, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage.\n* Each time an attack made by this WARLORD** is allocated to an enemy model, the [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) cannot be [re-rolled](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Re-rolls).",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 6"
+ }
+ }
+ },
+ "Warlord Trait§Radiant Mantle": {
+ "text": "Each time an attack is made against this **WARLORD**, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 5"
+ }
+ }
+ },
+ "Warlord Trait§Revered Companion": {
+ "text": "Each time an attack is allocated to this [**WARLORD**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#The-Warlord), halve the Damage characteristic of that attack (rounding up).",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits"
+ }
+ }
+ },
+ "Warlord Trait§Sally Forth": {
+ "text": "At the start of your [Charge phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#CHARGE-PHASE), select one friendly **SOLAR WATCH** INFANTRY** unit within 6″ of this [WARLORD**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#The-Warlord). Until the end of the phase, that unit is [eligible to charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Charges) in a turn in which it [Advanced](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance).",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits"
+ }
+ }
+ },
+ "Warlord Trait§Silent Judge (aura)": {
+ "text": "While an enemy unit is within 3″ of this **WARLORD**:\n\n* Each time a [Combat Attrition test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Combat-Attrition-Tests) is taken for that enemy unit, subtract 1 from that Combat Attrition test.\n* That enemy unit loses the [Objective Secured](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Secured) ability.",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 2"
+ }
+ }
+ },
+ "Warlord Trait§Superior Creation": {
+ "text": "Each time this **WARLORD** would lose a wound, roll one D6: on a a 5+, that wound is not lost.",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 3"
+ }
+ }
+ },
+ "Warlord Trait§Voice Of The Emperor": {
+ "text": "* Add 3″ to the range of this **WARLORD**’s aura abilities to a maximum of 12″ (this has already been added to the Voice of the Emperor aura ability below).\n* This WARLORD** has the following ability: ‘Voice of the Emperor (Aura)**: While a friendly **ADEPTUS CUSTODES** or **ANATHEMA PSYKANA** unit is within 9″ of this model, add 1 to the Leadership characteristic of models in that unit.’",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits"
+ }
+ }
+ },
+ "Weapon§Achillus dreadspear (melee)": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": "D3+3"
+ },
+ "S": {
+ "value": "x2"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Achillus dreadspear (shooting)": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 3
+ },
+ "S": {
+ "value": 8
+ },
+ "Type": {
+ "value": "Heavy 2"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ }
+ },
+ "Weapon§Adrasite spear (melee)": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 1
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Adrasite spear (shooting)": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 3
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Assault 1"
+ },
+ "Range": {
+ "value": "18″"
+ }
+ }
+ },
+ "Weapon§Adrathic devastator": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 3
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Heavy 2"
+ },
+ "Range": {
+ "value": "18″"
+ },
+ "Points": {
+ "value": 5
+ }
+ }
+ },
+ "Weapon§Balistus grenade launcher": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Assault D3"
+ },
+ "Range": {
+ "value": "18″"
+ }
+ },
+ "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
+ },
+ "Weapon§Beam": {
+ "stats": {
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": "D3+6"
+ },
+ "S": {
+ "value": 14
+ },
+ "Type": {
+ "value": "Heavy D3"
+ },
+ "Range": {
+ "value": "72″"
+ }
+ },
+ "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
+ },
+ "Weapon§Behemor": {
+ "stats": {
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time an attack is made with this weapon profile against a **MONSTER** or VEHICLE** unit, an unmodified hit roll of 4+ automatically wounds the target."
+ },
+ "Weapon§Bolt volley": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Assault 3"
+ },
+ "Range": {
+ "value": "36″"
+ }
+ }
+ },
+ "Weapon§Boltgun": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Rapid Fire 1"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ }
+ },
+ "Weapon§Burst": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": "D3"
+ },
+ "S": {
+ "value": 9
+ },
+ "Type": {
+ "value": "Heavy 3"
+ },
+ "Range": {
+ "value": "48″"
+ }
+ }
+ },
+ "Weapon§Castellan axe (melee)": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Castellan axe (shooting)": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Rapid Fire 1"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ }
+ },
+ "Weapon§Combi-bolter": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Rapid Fire 2"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ }
+ },
+ "Weapon§Disintegration beam": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 3
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Assault 1"
+ },
+ "Range": {
+ "value": "15″"
+ }
+ }
+ },
+ "Weapon§Dreadnought combat weapon": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 3
+ },
+ "S": {
+ "value": "x2"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Executioner greatblade": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Galatus warblade (melee)": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 3
+ },
+ "S": {
+ "value": "User"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time the bearer fights, it makes D3 additional attacks with this weapon."
+ },
+ "Weapon§Galatus warblade (shooting)": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Heavy 2D6"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ },
+ "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
+ },
+ "Weapon§Gnosis (melee)": {
+ "stats": {
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time an attack made with this weapon is allocated to an enemy model, that enemy model cannot use any rules to ignore the wounds it loses."
+ },
+ "Weapon§Gnosis (shooting)": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Rapid Fire 1"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ }
+ },
+ "Weapon§Guardian spear (melee)": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Guardian spear (shooting)": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Rapid Fire 1"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ }
+ },
+ "Weapon§Hunter-killer missile": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": "D6"
+ },
+ "S": {
+ "value": 10
+ },
+ "Type": {
+ "value": "Heavy 1"
+ },
+ "Range": {
+ "value": "48″"
+ },
+ "Points": {
+ "value": 5
+ }
+ },
+ "text": "The bearer can only shoot with each hunter-killer missile it is equipped with once per battle."
+ },
+ "Weapon§Hurricane bolter": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Rapid Fire 6"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ }
+ },
+ "Weapon§Hurricanis": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": "User"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time an attack is made with this weapon profile, make 2 hit rolls instead of 1."
+ },
+ "Weapon§Iliastus accelerator culverin": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 7
+ },
+ "Type": {
+ "value": "Heavy 4"
+ },
+ "Range": {
+ "value": "48″"
+ }
+ }
+ },
+ "Weapon§Infernus firepike": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Heavy D6"
+ },
+ "Range": {
+ "value": "15″"
+ },
+ "Points": {
+ "value": 10
+ }
+ },
+ "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
+ },
+ "Weapon§Infernus incinerator": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Heavy D6"
+ },
+ "Range": {
+ "value": "12″"
+ },
+ "Points": {
+ "value": 10
+ }
+ },
+ "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
+ },
+ "Weapon§Interceptor lance": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time the bearer makes a melee attack with this weapon, if it made a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) or [performed a Heroic Intervention](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention) this turn, add 1 to that attack’s [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
+ },
+ "Weapon§Kheres-pattern assault cannon": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 7
+ },
+ "Type": {
+ "value": "Heavy 6"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ }
+ },
+ "Weapon§Kinetic destroyer": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Pistol 2"
+ },
+ "Range": {
+ "value": "18″"
+ }
+ },
+ "text": "Each time an attack is made with this weapon, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 scores 1 additional hit."
+ },
+ "Weapon§Lastrum bolt cannon": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Heavy 3"
+ },
+ "Range": {
+ "value": "36″"
+ }
+ }
+ },
+ "Weapon§Lastrum storm bolter": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Rapid Fire 2"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ }
+ },
+ "Weapon§Master-crafted boltgun": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Rapid Fire 1"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ }
+ },
+ "Weapon§Misericordia": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": "User"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time the bearer fights, it makes 1 additional attack with this weapon."
+ },
+ "Weapon§Multi-melta": {
+ "stats": {
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": "D6"
+ },
+ "S": {
+ "value": 8
+ },
+ "Type": {
+ "value": "Heavy 2"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ },
+ "text": "Each time an attack made with this weapon targets a unit within half range, that attack has a Damage characteristic of D6+2."
+ },
+ "Weapon§Pyrithite spear (melee)": {},
+ "Weapon§Pyrithite spear (shooting)": {
+ "text": "Each time an attack made with this weapon targets a unit within half range, that attack has a Damage characteristic of D6+2."
+ },
+ "Weapon§Salvo launcher": {
+ "stats": {
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": "D3+3"
+ },
+ "S": {
+ "value": 8
+ },
+ "Type": {
+ "value": "Heavy 1"
+ },
+ "Range": {
+ "value": "24″"
+ },
+ "Points": {
+ "value": 5
+ }
+ }
+ },
+ "Weapon§Sentinel blade (melee)": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 1
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Sentinel blade (shooting)": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Pistol 2"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ }
+ },
+ "Weapon§Solerite power gauntlet": {
+ "stats": {
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": "x2"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Solerite power talon": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 1
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time the bearer fights, it makes 1 additional attack with this weapon. Each time an attack is made with this weapon, you can re-roll the [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
+ },
+ "Weapon§Somnus": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Spiculus bolt launcher": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Heavy 5"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ },
+ "text": "Each time this weapon is selected to shoot with, if this model has not moved this turn, change this weapon's Type to [Heavy 10](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#HEAVY)."
+ },
+ "Weapon§Spiculus heavy bolt launcher": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 7
+ },
+ "Type": {
+ "value": "Heavy 3"
+ },
+ "Range": {
+ "value": "48″"
+ }
+ }
+ },
+ "Weapon§Storm bolter": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Rapid Fire 2"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ }
+ },
+ "Weapon§Tarsus buckler": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 1
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Telemon caestus": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 4
+ },
+ "S": {
+ "value": "x2"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time the bearer fights, it makes 1 additional attack with this weapon."
+ },
+ "Weapon§Twin adrathic destructor": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 3
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Assault 2"
+ },
+ "Range": {
+ "value": "18″"
+ },
+ "Points": {
+ "value": 10
+ }
+ }
+ },
+ "Weapon§Twin heavy bolter": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Heavy 6"
+ },
+ "Range": {
+ "value": "36″"
+ }
+ }
+ },
+ "Weapon§Twin Iliastus accelerator cannon": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 7
+ },
+ "Type": {
+ "value": "Heavy 8"
+ },
+ "Range": {
+ "value": "60″"
+ }
+ }
+ },
+ "Weapon§Twin las-pulser": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": "D3"
+ },
+ "S": {
+ "value": 8
+ },
+ "Type": {
+ "value": "Heavy 4"
+ },
+ "Range": {
+ "value": "24″"
+ },
+ "Points": {
+ "value": 15
+ }
+ }
+ },
+ "Weapon§Twin lascannon": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": "D6"
+ },
+ "S": {
+ "value": 9
+ },
+ "Type": {
+ "value": "Heavy 2"
+ },
+ "Range": {
+ "value": "48″"
+ }
+ }
+ },
+ "Weapon§Twin lastrum bolt cannon": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Heavy 6"
+ },
+ "Range": {
+ "value": "36″"
+ }
+ }
+ },
+ "Weapon§Twin plasma projector": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Heavy 2D3"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ },
+ "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
+ },
+ "Weapon§Venatari lance (melee)": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 1
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time the bearer fights, it makes 1 additional attack with this weapon."
+ },
+ "Weapon§Venatari lance (shooting)": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Assault 2"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ }
+ },
+ "Weapon§Victus": {
+ "stats": {
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": 3
+ },
+ "S": {
+ "value": 1
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time an attack is made with this weapon profile against a [**CHARACTER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Characters) unit, you can re-roll the [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
+ },
+ "Weapon§Watcher’s Axe (melee)": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 3
+ },
+ "S": {
+ "value": "x2"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Watcher’s Axe (shooting)": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Rapid Fire 1"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ }
+ },
+ "Weapon§Witchseeker flamer": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Assault D6"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ },
+ "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
}
}
}
diff --git a/adeptus_mechanicus/Adeptus_Mechanicus.manifest b/adeptus_mechanicus/Adeptus_Mechanicus.manifest
index 14e3caa..2746912 100644
--- a/adeptus_mechanicus/Adeptus_Mechanicus.manifest
+++ b/adeptus_mechanicus/Adeptus_Mechanicus.manifest
@@ -1,11 +1,12 @@
{
"name": "Adeptus Mechanicus",
+ "revision": "0.0.8",
"game": "Warhammer 40,000",
"genre": "sci-fi",
"publisher": "Games Workshop",
"url": "https://warhammer40000.com/",
- "notes": "This manifest is provided for the purposes of testing the features of *Rosterizer* and is not intended for distribution.",
- "revision": "0.0.5",
+ "notes": "0.0.8: dynamic damage min/max variable type\n\n0.0.7: single-model units no longer have any \"model\" asssets\n\n0.0.6: \"source\" keyword category\n\n0.0.5: add relics\n\nThis manifest is provided for the purposes of testing the features of *Rosterizer* and is not intended for distribution.\n\nThe data included herein was programatically compiled from freely-available sources on the internet and likely contains some errors. Use with caution.",
+ "wip": true,
"dependencies": [
{
"slug": "123456",
@@ -15,6 +16,9 @@
],
"manifest": {
"assetTaxonomy": {
+ "Arcana Mechanicum": {
+ "templateClass": "Relic"
+ },
"Detachment": {
"stats": {
"Forge World": {
@@ -167,20 +171,4691 @@
]
}
}
- },
- "Arcana Mechanicum": {
- "templateClass": "Relic"
}
},
"assetCatalog": {
- "Roster§Army": {},
- "Model§Belisarius Cawl": {
+ "Ability§Aerial Deployment": {
+ "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), then for each **ARCHAEOPTER** TRANSVECTOR** unit included in a Detachment, a second ARCHAEOPTER** TRANSVECTOR** unit can be included in that Detachment without taking up an additional [Battlefield Role](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role) slot."
+ },
+ "Ability§Airborne": {
+ "text": "You cannot [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) with this model, and it can only be chosen as a target of a charge if the unit making the charge can [**FLY**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Flying). You can only fight with this model if it is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units that can FLY**, and this model can only make melee attacks against units that can FLY**. Enemy units can only make melee attacks against this model if they can FLY**."
+ },
+ "Ability§Awaken the Machine": {
+ "text": "",
"stats": {
+ "Forge World": {
+ "statType": "term",
+ "value": "<FORGE WORLD>",
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), this model can awaken one friendly **{v}** VEHICLE** model (excluding **KASTELAN ROBOT** models) within 3″ of it. Until the start of your next Command phase, each time that model makes an attack, add 1 to that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll). Each model can only be awakened once per turn.",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Battle Codifier": {
+ "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), then for each **KASTELAN ROBOTS** unit included in a Detachment, a CYBERNETICA** DATASMITH** unit can be included in that Detachment without taking up an additional [Battlefield Role](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role) slot."
+ },
+ "Ability§Battle Protocols": {
+ "text": "This unit receives a bonus depending on which protocol is active for it. At the start of the battle, the Aegis Protocol (see below) is active for this unit. To change the unit's active protocol see the [Cybernetica Datasmith](https://wahapedia.ru/wh40k9ed/factions/adeptus-mechanicus/Cybernetica-Datasmith) datasheet. The available protocols are:\n\n* **Aegis Protocol:** While this protocol is active for this unit, models in this unit have a Sv characteristic of 2+.\n* Conqueror Protocol:** While this protocol is active for this unit, you can re-roll [charge rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) made for it and models in this unit have a WS characteristic of 2+.\n* Protector Protocol:** While this protocol is active for this unit, it cannot move (except to [pile in](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Pile-In) or [consolidate](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Consolidate)) and models in this unit have a BS characteristic of 3+."
+ },
+ "Ability§Bionics": {
+ "text": "Models in this unit have a 6+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Blind Barrage": {
+ "text": "Once per battle, instead of shooting in the [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), this unit can fire a blind barrage. If it does, then until the start of your next Shooting phase, each time a ranged attack is made against this unit, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
+ },
+ "Ability§Bomb Rack": {
+ "text": "Once per turn, after this model has moved in your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), you can select one unit it moved across. Roll six D6s for each **VEHICLE** or MONSTER** model in that unit and roll one D6 for each other model in that unit (to a maximum of ten D6s): for each 4+, that unit suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
+ },
+ "Ability§Broad Spectrum Data-tether": {
+ "text": "",
+ "stats": {
+ "Forge World": {
+ "statType": "term",
+ "value": "<FORGE WORLD>",
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **{v}** SKITARII** CORE** unit within 6″ of this unit. Until the start of your next Command phase, add 1 to the Leadership characteristic of models in that unit and that unit gains the DATA-TETHER** keyword.",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Brotherhood of the Cog": {
+ "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), then for each **TECH-PRIEST DOMINUS** or **TECH-PRIEST MANIPULUS** unit included in a Detachment, one **TECH-PRIEST ENGINSEER** or TECHNOARCHEOLOGIST** unit can be included in that Detachment without taking up an additional [Battlefield Role](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role) slot."
+ },
+ "Ability§Canticles of the Omnissiah": {
+ "text": "If every unit from your army has the **ADEPTUS** MECHANICUS** keyword (excluding AGENT** OF** THE** IMPERIUM**, UNALIGNED** and [KNIGHT** OF** THE** COG](https://wahapedia.ru/wh40k9ed/factions/adeptus-mechanicus/#Knight-of-the-Cog) units), this unit gains a bonus depending on which Canticle of the Omnissiah is active for your army.\n\n\n\nAt the start of the battle round, you can select one Canticle that has not yet been active for your army. If you do so, until the end of the battle round, that Canticle is active for your army.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nIf every unit from your army has the **ADEPTUS** MECHANICUS** keyword (excluding AGENT** OF** THE** IMPERIUM**, UNALIGNED** and [KNIGHT** OF** THE** COG](https://wahapedia.ru/wh40k9ed/factions/adeptus-mechanicus/#Knight-of-the-Cog) units), this unit gains a bonus depending on which Canticle of the Omnissiah is active for your army.\n\n\n\nAt the start of the battle round, you can select one Canticle that has not yet been active for your army. If you do so, until the end of the battle round, that Canticle is active for your army."
+ },
+ "Ability§Combined Landing": {
+ "text": "",
+ "stats": {
+ "Forge World": {
+ "statType": "term",
+ "value": "<FORGE WORLD>",
+ "text": "If a [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments) contains multiple **ARCHAEOPTER** TRANSVECTOR** models, you can choose for pairs of them to make combined landings instead of setting them up on the battlefield. For each combined landing that you want to make, select two **{v}** ARCHAEOPTER** TRANSVECTOR** models:\n\n* Those two [TRANSPORT**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Transports) models are treated as one model with a combined [transport capacity](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Transport-Capacity) of 12 **{v}** INFANTRY** models for the purpose of which units can be embarked within them. This means that an eligible INFANTRY** unit containing 7-12 models can start the battle embarked within these two TRANSPORT** models, the INFANTRY** models in that unit being split between the two transports. Make a note of which INFANTRY** models are embarked within which TRANSPORT** models.\n* Those two TRANSPORT** models can be set up in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of your first, second or third [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), regardless of any mission rules, and must be set up at the same time. Any units embarked within those TRANSPORT** models must immediately [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) after the TRANSPORT** models have been set up, and the disembarking units must be set up more than 9″ away from any enemy models.\n* When those two TRANSPORT** models are set up, they must be set up within 9″ of one another, and any disembarking units must follow the normal rules for disembarking transports and [unit coherency](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Unit-Coherency).",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Control Edict": {
+ "text": "",
+ "stats": {
+ "Forge World": {
+ "statType": "term",
+ "value": "<FORGE WORLD>",
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), you can select one friendly **{v}** SKITARII** unit within 9″ of this model or you can select one friendly **{v}** SKITARII** DATA-TETHER** unit anywhere on the battlefield. Until the start of your next Command phase, that unit ignores the Deprecation effect of the currently active **Doctrina Imperative**.",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Darting Hunters": {
+ "text": "This unit is eligible to charge in a turn in which it [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back)."
+ },
+ "Ability§Doctrina Imperatives": {
+ "text": "If every unit from your army has the **ADEPTUS** MECHANICUS** keyword (excluding AGENT** OF** THE** IMPERIUM**, UNALIGNED** and [KNIGHT** OF** THE** COG](https://wahapedia.ru/wh40k9ed/factions/adeptus-mechanicus/#Knight-of-the-Cog) units), this units characteristics are modified depending on which Doctrina Imperative is active for your army. Each Doctrina Imperative has two effects, an Optimisation effect that improves one of this unit’s characteristics, and a Deprecation effect that reduces one of this unit’s characteristics. When a Doctrina Imperative is active, both of these effects will apply to this unit.\n\n\n\nAt the start of the battle round, if there is a **DOCTRINA ASSEMBLER** model from your army on the battlefield, you can select one Doctrina Imperative that has not yet been active for your army. If you do so, until the end of the battle round, that Doctrina Imperative is active for your army."
+ },
+ "Ability§Emanatus Force Field": {
+ "text": "This model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Enhanced Bionics": {
+ "text": "This model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nModels in this unit have a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Explodes": {
+ "text": "Each time a model in this unit is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 3″ suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nEach time a model in this unit is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 3″ suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before any embarked models [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) and before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this transport is destroyed, roll one D6 before any embarked models [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) and before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this transport is destroyed, roll one D6 before any embarked models [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) and before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
+ },
+ "Ability§Eye of Serberys": {
+ "text": "Each time you select a target for a weapon a model in this unit is equipped with, you can ignore the [Look Out, Sir](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Look-out-Sir) rule. Each time a ranged attack is made by a model in this unit, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
+ },
+ "Ability§Fanatical Devotion": {
+ "text": "Each time a model in this unit would lose a wound, roll one D6: on a 5+, that wound is not lost."
+ },
+ "Ability§Fleeting Barrage": {
+ "text": "This unit is eligible to shoot in a turn in which it [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back)."
+ },
+ "Ability§Galvanic Field": {
+ "text": "",
+ "stats": {
+ "Forge World": {
+ "statType": "term",
+ "value": "<FORGE WORLD>",
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **{v}** CORE** unit within 9″ of this model that has not already been selected for this ability this turn. Until the start of your next Command phase, add 6″ to the range of [Galvanic, Arc and Radium weapons](https://wahapedia.ru/wh40k9ed/factions/adeptus-mechanicus/#Weapon-Definitions) models in that unit are equipped with (excluding [Grenade weapons](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#GRENADE)) and each time an attack is made with one of those weapons, the Armour Penetration characteristic of that attack is improved by 1.",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Hard to Hit": {
+ "text": "Each time a ranged attack is made against this model, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
+ },
+ "Ability§Hover Jet": {
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), this model can hover. If it does so, then until the start of your next Command phase, its Move characteristic becomes 20″ and it loses the **Airborne**, Hard to Hit** and Manoeuvrable Craft** abilities."
+ },
+ "Ability§Incense Cloud": {
+ "text": "Each time an attack is made against this unit, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
+ },
+ "Ability§Infiltrating Positions": {
+ "text": "During deployment, when you set up this unit, it can be set up anywhere on the battlefield that is more than 9″ away from the enemy deployment zone and any enemy models."
+ },
+ "Ability§Kyropatris Field": {
+ "text": "Every model in this unit has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Lead in Prayer": {
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), you can select one friendly **CULT MECHANICUS** CORE** unit within 6″ of this model. If you do so, then select one Canticle** - this can be one that has already been active for your army. Until the start of your next Command phase, both this model and that unit benefit from the selected Canticle instead of the one that is active for your army."
+ },
+ "Ability§Lord of Mars": {
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **MARS CORE** unit within 6″ of this model. Until the start of your next Command phase, each time a model in that unit makes an attack, you can re-roll the [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
+ },
+ "Ability§Lord of the Machine Cult (Aura)": {
+ "text": "",
+ "stats": {
+ "Forge World": {
+ "statType": "term",
+ "value": "<FORGE WORLD>",
+ "text": "While a friendly **ADEPTUS MECHANICUS** CORE** unit is within 6″ of this model, each time a model in that unit makes an attack, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhile a friendly **{v}** CORE** unit is within 6″ of this model, each time a model in that unit makes an attack, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1.",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Machine Focus": {
+ "text": "",
+ "stats": {
+ "Forge World": {
+ "statType": "term",
+ "value": "<FORGE WORLD>",
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **{v}** CORE**, **{v}** KATAPHRON** SERVITORS** or **{v}** SERVITORS** unit within 6″ of this model. Until the start of your next Command phase:\n\n* If that unit has the KATAPHRON** SERVITORS** keyword, it can perform [actions](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-Actions) as if it had the INFANTRY** keyword.\n* While that unit is performing an action, it can make ranged attacks without that action failing.",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Machine Sentience (Aura)": {
+ "text": "",
+ "stats": {
+ "Forge World": {
+ "statType": "term",
+ "value": "<FORGE WORLD>",
+ "text": "While a friendly **{v}** KASTELAN** ROBOTS** unit is within 3″ of this model, that unit gains the CORE** keyword.",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Manoeuvrable Craft": {
+ "text": "Each time this model makes a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), [Advances](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or [Falls Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back), first pivot it on the spot up to 90° (this does not contribute to how far the model moves), then move the model straight forwards. It can pivot up to 90° one more time, at any point, during the move."
+ },
+ "Ability§Master of Machines": {
+ "text": "",
+ "stats": {
+ "Forge World": {
+ "statType": "term",
+ "value": "<FORGE WORLD>",
+ "text": "\n\n***ERROR***—*The following text was found on another ability with the same name:* \nAt the end of your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), this model can repair one friendly **{v}** KASTELAN** ROBOT** model within 3″ of it. That KASTELAN** ROBOT** model regains up to D3 lost wounds. Each model can only be repaired once per turn.",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Mindless Servant": {
+ "text": "X-101 can be included in an [ADEPTUS MECHANICUS Detachment](https://wahapedia.ru/wh40k9ed/factions/adeptus-mechanicus/#Detachment-Rules) without preventing other units in that Detachment from gaining a [Forge World Dogma](https://wahapedia.ru/wh40k9ed/factions/adeptus-mechanicus/#Forge-Worlds). Note, however, that X-101 can never benefit from a Forge World Dogma."
+ },
+ "Ability§Mindlock": {
+ "text": "\n\n***ERROR***—*The following text was found on another ability with the same name:* \nX-101 has a Weapon Skill and Ballistic Skill characteristic of 4+, and a Leadership characteristic of 9, whilst it is within 6″ of any friendly **TECH-PRIESTS**.",
+ "stats": {
+ "Forge World": {
+ "statType": "term",
+ "value": "<FORGE WORLD>",
+ "text": "While this unit is within 6″ of any friendly **{v}** TECH-PRIEST** units, models in this unit have a Weapon Skill and Ballistic Skill characteristic of 4+ and a Leadership characteristic of 9. In addition, if your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), then for each <FORGE** WORLD>** TECH-PRIEST** unit included in a Detachment, one <FORGE** WORLD>** SERVITORS** unit can be included in that Detachment without taking up a [Battlefield Role](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role) slot.",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Motive Force Sight": {
+ "text": "Each time a model in this unit makes a ranged attack, you can ignore any or all [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) and Ballistic Skill modifiers."
+ },
+ "Ability§Neurostatic Interference": {
+ "text": "Each time an attack is made against this unit, if the attacking model is within 12\", the [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) cannot be re-rolled and the [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) cannot be re-rolled."
+ },
+ "Ability§Omni-scrambler": {
+ "text": "Enemy units that are set up on the battlefield as [Reinforcements](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) cannot be set up within 12″ of this unit."
+ },
+ "Ability§Optimised Gait": {
+ "text": "This unit can ignore any or all modifiers to its Move characteristic, with the exception of that incurred due to the Deprecation effect of the **Bulwark Imperative**. This unit can ignore any or all modifiers to its [Advance rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) and [charge rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit)."
+ },
+ "Ability§Pistoleers": {
+ "text": "Each time this unit [Advances](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance), until the end of the turn, the Type characteristic of [Pistol weapons](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PISTOL) models in this unit are equipped with is changed to Assault. Models in this unit are eligible to shoot with any [Assault weapons](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#ASSAULT) they are equipped with in a turn in which they shot Pistol weapons."
+ },
+ "Ability§Rad-saturation (Aura)": {
+ "text": "While an enemy unit (excluding **VEHICLE** units) is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of this unit, subtract 1 from the Strength and Toughness characteristics of models in that enemy unit."
+ },
+ "Ability§Rangers": {
+ "text": "At the start of the first battle round, models in this unit can make a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move) of up to 3″. They cannot end this move within 9″ of any enemy models."
+ },
+ "Ability§Refractor Field": {
+ "text": "This model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Reprogramming": {
+ "text": "",
+ "stats": {
+ "Forge World": {
+ "statType": "term",
+ "value": "<FORGE WORLD>",
+ "text": "This model can attempt the following [action](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Actions):\n\n\n\n‘**Field Reprogramming (Action):** At the end of your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), any number of CYBERNETICA** DATASMITH** models from your army can start to [perform this action](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-Actions). When the action is started, select one friendly **{v}** KASTELAN** ROBOTS** unit within 6″ of the model performing the action and one of the available protocols found on that unit’s datasheet. The action is completed at the end of your next [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE). When it is completed, the selected protocol replaces that unit’s active protocol.’",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Repulsor Grid": {
+ "text": "Models in this unit have a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) against ranged attacks. Each time an invulnerable saving throw is made for a model in this unit against a ranged attack, on an unmodified saving roll of 6, the attacking model's unit suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
+ },
+ "Ability§Salvage Protocols": {
+ "text": "Add 1 to [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) for attacks made by X-101 that target a VEHICLE."
+ },
+ "Ability§Secutarii": {
+ "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), this unit can be included in an [**ADEPTUS** MECHANICUS** Detachment](https://wahapedia.ru/wh40k9ed/factions/adeptus-mechanicus/#Detachment-Rules) without preventing other units in that Detachment from gaining a [forge world dogma](https://wahapedia.ru/wh40k9ed/factions/adeptus-mechanicus/#Forge-World-Dogmas). Note, however, that this unit can never itself benefit from a forge world dogma."
+ },
+ "Ability§Self-repair Mechanisms": {
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), this model can repair itself. If it does so, it regains up to D3 lost wounds. Each model can only be repaired once per turn."
+ },
+ "Ability§Servo-skull Uplink (Aura)": {
+ "text": "",
+ "stats": {
+ "Forge World": {
+ "statType": "term",
+ "value": "<FORGE WORLD>",
+ "text": "While a friendly **{v}** SKITARII** CORE** unit is within 6″ of this model, each time a model in that unit makes an attack, re-roll a [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1.",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Siphoned Vigour": {
+ "text": "When this unit destroys an enemy unit for the first time, until the end of the battle:\n\n* Add 1 to rolls made for this unit’s **Voltagheist Blast** ability.\n* Models in this unit have a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Skirmishing Line": {
+ "text": "At the start of the first battle round, models in this unit can make a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move). They cannot end this move within 9″ of any enemy models."
+ },
+ "Ability§Subterranean Assault": {
+ "text": "During deployment, you can set up this model underground instead of setting it up on the battlefield. If you do, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) you can set up this unit anywhere on the battlefield that is more than 9″ away from any enemy models. Any embarked models can then [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark), but must be set up on the battlefield more than 9″ away from any enemy models."
+ },
+ "Ability§Swooping Strikes": {
+ "text": "Each time this unit fights, if it made a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) or was charged, then until that fight is resolved, add 1 to the Attacks characteristic of models in this unit."
+ },
+ "Ability§Thermal Riders": {
+ "text": "During deployment, you can set up this unit high in the skies instead of setting it up on the battlefield. If you do so, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your Movement phases, you can set up this unit anywhere on the battlefield that is more than 9″ away from any enemy models."
+ },
+ "Ability§Titan Guard": {
+ "text": "Whilst this unit is within 6″ of any friendly **<TITAN LEGION>** TITANIC** models, it can [perform Heroic Interventions](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention) as if it were a [CHARACTER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Characters). This unit is eligible to perform a Heroic Intervention if it is within 6″ horizontally and 5″ vertically of any enemy unit. Each time this unit makes a Heroic Intervention move, it can move up to 6″ instead of 3″. All other rules for Heroic Interventions still apply."
+ },
+ "Ability§Tracked Mobility": {
+ "text": "Models in this unit can move through the walls, girders, chains and foliage of [terrain features](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-Features-1) with the [Breachable](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Breachable) terrain trait without impediment."
+ },
+ "Ability§Voices In The Code (Aura)": {
+ "text": "While an enemy unit is within 3″ of this unit, subtract 1 from the Leadership characteristic of models in that enemy unit."
+ },
+ "Ability§Voltagheist Blast": {
+ "text": "After this unit finishes a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit), select one enemy unit within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of this unit and roll one D6 for each model from this unit that is within Engagement Range of that enemy unit: for each 6+, that enemy unit suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
+ },
+ "Ability§Voltagheist Field": {
+ "text": "Models in this unit have a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Wasteland Stalkers": {
+ "text": "Each time a ranged attack is allocated to a model in this unit while it is receiving the [benefits of cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-and-Cover), add an additional 1 to any armour [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) made against that attack."
+ },
+ "Arcana Mechanicum§Anzion’s Pseudogenetor": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "The bearer is equipped with this Relic in addition to their other weapons. It has the following profile:"
+ },
+ "Arcana Mechanicum§Delta Pistol": {
+ "stats": {
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": 4
+ },
+ "S": {
+ "value": 10
+ },
+ "Type": {
+ "value": "Pistol 1"
+ },
+ "Range": {
+ "value": "18″"
+ }
+ },
+ "text": "Model equipped with a gamma pistol only. This Relic replaces a gamma pistol and has the following profile:"
+ },
+ "Arcana Mechanicum§Exemplar’s Eternity": {
+ "text": "**SKITARII MARSHAL** model only. The bearers Servo-skull Uplink** ability is replaced with the following ability:\n\n\n\n‘Exemplar’s Eternity (Aura)**:** While a friendly **<FORGE WORLD>** SKITARII** CORE** unit is within 6″ of this model, each time a model in that unit makes an attack, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1 and re-roll a [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1.’"
+ },
+ "Arcana Mechanicum§Forgefire": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Heavy 3"
+ },
+ "Range": {
+ "value": "36″"
+ }
+ },
+ "text": "Model equipped with a volkite blaster only. This Relic replaces a volkite blaster and has the following profile:"
+ },
+ "Arcana Mechanicum§Omni-steriliser": {
+ "stats": {
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": 3
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Assault D3"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ },
+ "text": "Model equipped with an eradication ray only. This Relic replaces an eradication ray and has the following profile:"
+ },
+ "Arcana Mechanicum§Pater Cog-tooth": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Model equipped with an Omnissian axe only. This Relic replaces an Omnissian axe and has the following profile:"
+ },
+ "Arcana Mechanicum§Phosphoenix": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Assault 3"
+ },
+ "Range": {
+ "value": "18″"
+ }
+ },
+ "text": "Model equipped with a phosphor serpenta only. This Relic replaces a phosphor serpenta and has the following profile:"
+ },
+ "Arcana Mechanicum§Raiment of the Technomartyr": {
+ "text": "* Each time the bearer would lose a wound, roll one D6: on a 5+, that wound is not lost.\n* In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **<FORGE WORLD>** CORE** unit within 3″ of this model. Until the start of your next Command phase, each time a model in that unit makes a ranged attack, you can ignore any or all [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) and Ballistic Skill modifiers."
+ },
+ "Arcana Mechanicum§Sonic Reaper": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Assault D6"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ },
+ "text": "Model equipped with a transonic cannon only. This Relic replaces a transonic cannon and has the following profile:"
+ },
+ "Arcana Mechanicum§Temporcopia": {
+ "text": "At the start of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), you can select one enemy unit within 3″ of the bearer. That unit is not eligible to fight this phase until after all eligible units from your army have done so."
+ },
+ "Arcana Mechanicum§The Adamantine Arm": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 4
+ },
+ "S": {
+ "value": "x3"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "**METALICA** model only. The bearer is equipped with this Relic in addition to their other weapons. It has the following profile:"
+ },
+ "Arcana Mechanicum§The Cage of Varadimas": {
+ "text": "Each time the bearer hits an enemy unit (excluding **VEHICLE** units) with a melee attack, until the end of the phase, that unit is electro-shocked. Each time a model in an electro-shocked unit makes an attack, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
+ },
+ "Arcana Mechanicum§The Genecog Corpus": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 1
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Model with omnissian axe only. The Genecog Corpus replaces the bearer’s omnissian axe and has the following profile:"
+ },
+ "Arcana Mechanicum§The Omniscient Mask": {
+ "text": "The bearer gains the following ability:\n\n\n\n‘**The Omniscient Mask (Aura)**:** While a friendly **<FORGE WORLD>** SKITARII** CORE** unit is within 6″ of this model, each time a model in that unit makes a melee attack, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 scores 1 additional hit.’"
+ },
+ "Arcana Mechanicum§The Purgation’s Purity": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Assault 3"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ },
+ "text": "Model equipped with a radium serpenta only. This Relic replaces a radium serpenta and has the following profile:"
+ },
+ "Arcana Mechanicum§The Red Axe": {
+ "stats": {
+ "AP": {
+ "value": -5
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "**MARS** model equipped with an Omnissian axe only. This Relic replaces an Omnissian axe and has the following profile:"
+ },
+ "Arcana Mechanicum§The Skull of Elder Nikola": {
+ "text": "At the start of your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), roll one D6 for each enemy **VEHICLE** unit within 12″ of the bearer: on a 2-3, that unit suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds); on a 4-5, that unit suffers D3 mortal wounds; on a 6, that unit suffers 3 mortal wounds."
+ },
+ "Arcana Mechanicum§The Uncreator Gauntlet": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 3
+ },
+ "S": {
+ "value": "x2"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Model equipped with a power fist only. This Relic replaces a power fist and has the following profile:"
+ },
+ "Arcana Mechanicum§Weapon XCIX": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 7
+ },
+ "Type": {
+ "value": "Heavy 3"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ },
+ "text": "**RYZA** model equipped with a volkite blaster only. This Relic replaces a volkite blaster and has the following profile:"
+ },
+ "Dedicated Transport§Skorpius Dunerider": {
+ "stats": {
+ "Power Level": {
+ "value": 5
+ },
+ "Points": {
+ "value": 95
+ },
+ "M": {
+ "value": 12
+ },
+ "WS": {
+ "value": 6
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 6
+ },
+ "T": {
+ "value": 6
+ },
+ "W": {
+ "value": 12,
+ "max": 12,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "Use model"
+ },
+ "loadout1": {
+ "value": "Cognis heavy stubber",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Cognis heavy stubber": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Cognis heavy stubber"
+ }
+ ]
+ },
+ "Twin cognis heavy stubber": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Twin cognis heavy stubber"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Twin cognis heavy stubber",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Cognis heavy stubber": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Cognis heavy stubber"
+ }
+ ]
+ },
+ "Twin cognis heavy stubber": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Twin cognis heavy stubber"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Cognis heavy stubber": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Cognis heavy stubber"
+ }
+ ]
+ },
+ "Twin cognis heavy stubber": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Twin cognis heavy stubber"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Data-tether",
+ "Skorpius Dunerider",
+ "Skorpius Engine",
+ "Transport",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Imperium",
+ "Skitarii"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Doctrina Imperatives",
+ "Ability§Explodes",
+ "Ability§Broad Spectrum Data-tether"
+ ]
+ },
+ "text": "A Skorpius Dunerider is equipped with: 2 cognis heavy stubbers; twin cognis heavy stubber.\n\n\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 6,
+ "min": 4,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 9,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 3,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 6,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
+ }
+ },
+ "Dedicated Transport§Terrax-pattern Termite": {
+ "stats": {
+ "Power Level": {
+ "value": 10
+ },
"Points": {
"value": 180
},
"M": {
- "value": "6"
+ "value": 8
+ },
+ "WS": {
+ "value": 4
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 7
+ },
+ "T": {
+ "value": 8
+ },
+ "W": {
+ "value": 14,
+ "max": 14,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "Use model"
+ },
+ "loadout1": {
+ "value": "Terrax melta cutter",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Termite drill": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Termite drill"
+ }
+ ]
+ },
+ "Terrax heavy flamer": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Terrax heavy flamer"
+ }
+ ]
+ },
+ "Terrax melta cutter": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Terrax melta cutter"
+ }
+ ]
+ },
+ "Terrax storm bolter": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Terrax storm bolter"
+ }
+ ]
+ },
+ "Twin Terrax volkite charger": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Twin Terrax volkite charger"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Termite drill",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Termite drill": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Termite drill"
+ }
+ ]
+ },
+ "Terrax heavy flamer": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Terrax heavy flamer"
+ }
+ ]
+ },
+ "Terrax melta cutter": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Terrax melta cutter"
+ }
+ ]
+ },
+ "Terrax storm bolter": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Terrax storm bolter"
+ }
+ ]
+ },
+ "Twin Terrax volkite charger": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Twin Terrax volkite charger"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Termite drill": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Termite drill"
+ }
+ ]
+ },
+ "Terrax heavy flamer": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Terrax heavy flamer"
+ }
+ ]
+ },
+ "Terrax melta cutter": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Terrax melta cutter"
+ }
+ ]
+ },
+ "Terrax storm bolter": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Terrax storm bolter"
+ }
+ ]
+ },
+ "Twin Terrax volkite charger": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Twin Terrax volkite charger"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Terrax-pattern Termite",
+ "Transport",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Imperium",
+ "Skitarii"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Doctrina Imperatives",
+ "Ability§Subterranean Assault",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Terrax pattern Termite is equipped with: Terrax melta cutter, 2 Terrax storm bolters; Termite drill.\n\n• This model’s 2 Terrax storm bolters can be replaced with one of the following: 2 Terrax heavy flamers; 2 twin Terrax volkite chargers.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 7,
+ "min": 4,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 3,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 3,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
+ }
+ },
+ "Elites§Corpuscarii Electro-Priests": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "model": {
+ "value": "Model§Corpuscarii Electro-Priest"
+ },
+ "Corpuscarii Electro-Priests": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 5,
+ "min": 5,
+ "max": 20,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 3
+ },
+ "power1": {
+ "value": 6
+ },
+ "power2": {
+ "value": 11
+ },
+ "power3": {
+ "value": 16
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Core",
+ "Corpuscarii Electro-Priests",
+ "Electro-Priests",
+ "Infantry"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Cult Mechanicus",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Canticles of the Omnissiah",
+ "Ability§Voltagheist Field",
+ "Ability§Voltagheist Blast",
+ "Ability§Fanatical Devotion",
+ "Ability§Motive Force Sight",
+ {
+ "item": "Model§Corpuscarii Electro-Priest",
+ "quantity": 5
+ }
+ ]
+ },
+ "text": "If this unit contains between 6 and 10 models, it has **Power Rating 6**. If this unit contains between 11 and 15 models, it has Power Rating 9**. If this unit contains 16 or more models, it has Power Rating 12**. Every model is equipped with: electrostatic gauntlets.\n\n\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Corpuscarii Electro-Priest"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
+ }
+ },
+ "Elites§Cybernetica Datasmith": {
+ "stats": {
+ "Power Level": {
+ "value": 2
+ },
+ "Points": {
+ "value": 40
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 4
+ },
+ "T": {
+ "value": 4
+ },
+ "W": {
+ "value": 4
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 2
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "Gamma pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Gamma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Gamma pistol"
+ }
+ ]
+ },
+ "Power fist": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Power fist"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Power fist",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Gamma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Gamma pistol"
+ }
+ ]
+ },
+ "Power fist": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Power fist"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Gamma pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Gamma pistol"
+ }
+ ]
+ },
+ "Power fist": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Power fist"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Cybernetica Datasmith",
+ "Doctrina Assembler",
+ "Infantry",
+ "Tech-Priest"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Cult Mechanicus",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Canticles of the Omnissiah",
+ "Ability§Refractor Field",
+ "Ability§Master of Machines",
+ "Ability§Battle Codifier",
+ "Ability§Reprogramming",
+ "Ability§Machine Sentience (Aura)"
+ ]
+ },
+ "text": "A Cybernetics Datasmith is equipped with: gamma pistol; power fist.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
+ }
+ },
+ "Elites§Fulgurite Electro-Priests": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "model": {
+ "value": "Model§Fulgurite Electro-Priest"
+ },
+ "Fulgurite Electro-Priests": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 5,
+ "min": 5,
+ "max": 20,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 3
+ },
+ "power1": {
+ "value": 6
+ },
+ "power2": {
+ "value": 11
+ },
+ "power3": {
+ "value": 16
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Core",
+ "Electro-Priests",
+ "Fulgurite Electro-Priests",
+ "Infantry"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Cult Mechanicus",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Canticles of the Omnissiah",
+ "Ability§Voltagheist Field",
+ "Ability§Voltagheist Blast",
+ "Ability§Fanatical Devotion",
+ "Ability§Siphoned Vigour",
+ {
+ "item": "Model§Fulgurite Electro-Priest",
+ "quantity": 5
+ }
+ ]
+ },
+ "text": "If this unit contains between 6 and 10 models, it has **Power Rating 6**. If this unit contains between 11 and 15 models, it has Power Rating 9**. If this unit contains 16 or more models, it has Power Rating 12**. Every model is equipped with: electroleech stave.\n\n\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Fulgurite Electro-Priest"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
+ }
+ },
+ "Elites§Secutarii Hoplites": {
+ "stats": {
+ "Power Level": {
+ "value": 2
+ },
+ "model": {
+ "value": "Model§Secutarii Hoplite"
+ },
+ "Enhanced data-tether": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Enhanced data-tether",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Mag-inverter shield": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Mag-inverter shield",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Omnispex": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Omnispex"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Secutarii Hoplites": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 9,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 2
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Data-tether",
+ "Infantry",
+ "Secutarii",
+ "Secutarii Hoplites",
+ "Skitarii"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Doctrina Imperatives",
+ "Ability§Titan Guard",
+ "Ability§Kyropatris Field",
+ "Ability§Secutarii",
+ {
+ "item": "Model§Secutarii Hoplite",
+ "quantity": 4
+ },
+ "Model§Hoplite Alpha"
+ ]
+ },
+ "text": "If this unit contains 6 or more models, it has **Power Rating 4**. Every model is equipped with: arc lance; mag-inverter shield.\n\n• The Hoplite Alpha’s arc lance can be replaced with one of the following: 1 arc pistol; 1 phosphor blast pistol; 1 radium pistol.\n\n• The Hoplite Alpha’s mag-inverter shield can be replaced with one of the following: 1 arc maul; 1 enhanced data-tether; 1 omnispex; 1 power sword; 1 taser goad.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Secutarii Hoplite"
+ ]
+ },
+ "meta": {
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
+ }
+ },
+ "Elites§Secutarii Peltasts": {
+ "stats": {
+ "Power Level": {
+ "value": 2
+ },
+ "model": {
+ "value": "Model§Secutarii Peltast"
+ },
+ "Enhanced data-tether": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Enhanced data-tether",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Omnispex": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Omnispex"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Secutarii Peltasts": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 9,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 2
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Data-tether",
+ "Infantry",
+ "Secutarii",
+ "Secutarii Peltasts",
+ "Skitarii"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Doctrina Imperatives",
+ "Ability§Kyropatris Field",
+ "Ability§Secutarii",
+ "Ability§Titan Guard",
+ "Ability§Blind Barrage",
+ {
+ "item": "Model§Secutarii Peltast",
+ "quantity": 4
+ },
+ "Model§Peltast Alpha"
+ ]
+ },
+ "text": "If this unit contains 6 or more models, it has **Power Rating 4**. Every model is equipped with: galvanic caster.\n\n• The Peltast Alpha’s galvanic caster can be replaced with one of the following: 1 arc pistol; 1 phosphor blast pistol; 1 radium pistol.\n\n• The Peltast Alpha can be equipped with one of the following: 1 arc maul; 1 enhanced data-tether; 1 omnispex; 1 power sword; 1 taser goad.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Secutarii Peltast"
+ ]
+ },
+ "meta": {
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
+ }
+ },
+ "Elites§Servitors": {
+ "stats": {
+ "Power Level": {
+ "value": 2
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Infantry",
+ "Servitors"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Cult Mechanicus",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Canticles of the Omnissiah",
+ "Ability§Bionics",
+ "Ability§Mindlock",
+ {
+ "item": "Model§Servitor",
+ "quantity": 4
+ }
+ ]
+ },
+ "text": "Every model is equipped with: servo-arm.\n\n• Up to 2 models can each have their servo-arm replaced with one of the following: 1 heavy bolter; 1 multi-melta; 1 plasma cannon.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Servitor"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
+ }
+ },
+ "Elites§Sicarian Infiltrators": {
+ "stats": {
+ "Power Level": {
+ "value": 4
+ },
+ "model": {
+ "value": "Model§Sicarian Infiltrator"
+ },
+ "Sicarian Infiltrators": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 9,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 4
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Core",
+ "Infantry",
+ "Sicarian",
+ "Sicarian Infiltrators"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Imperium",
+ "Skitarii"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Doctrina Imperatives",
+ "Ability§Enhanced Bionics",
+ "Ability§Neurostatic Interference",
+ "Ability§Infiltrating Positions",
+ "Ability§Voices In The Code (Aura)",
+ {
+ "item": "Model§Sicarian Infiltrator",
+ "quantity": 4
+ },
+ "Model§Sicarian Infiltrator Princeps"
+ ]
+ },
+ "text": "If this unit contains 6 or more models, it has **Power Rating 8**. Every model is equipped with: stubcarbine; power sword.\n\n• Any number of models can each have their stubcarbine and power sword replaced with 1 flechette blaster and 1 taser goad.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Sicarian Infiltrator"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
+ }
+ },
+ "Elites§Sicarian Ruststalkers": {
+ "stats": {
+ "Power Level": {
+ "value": 4
+ },
+ "model": {
+ "value": "Model§Sicarian Ruststalker"
+ },
+ "Sicarian Ruststalkers": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 9,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 4
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Core",
+ "Infantry",
+ "Sicarian",
+ "Sicarian Ruststalkers"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Imperium",
+ "Skitarii"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Doctrina Imperatives",
+ "Ability§Optimised Gait",
+ "Ability§Enhanced Bionics",
+ "Ability§Wasteland Stalkers",
+ {
+ "item": "Model§Sicarian Ruststalker",
+ "quantity": 4
+ },
+ "Model§Sicarian Ruststalker Princeps"
+ ]
+ },
+ "text": "If this unit contains 6 or more models, it has **Power Rating 8**. Every model is equipped with: chordclaw; transonic razor.\n\n• Any number of Sicarian Ruststalkers can each have their chordclaw and transonic razor replaced with 1 transonic blades.\n\n• The Sicarian Ruststalker Princeps’ transonic razor can be replaced with 1 transonic blades.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Sicarian Ruststalker"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
+ }
+ },
+ "Elites§X-101": {
+ "stats": {
+ "Power Level": {
+ "value": 2
+ },
+ "Points": {
+ "value": 25
+ },
+ "M": {
+ "value": 5
+ },
+ "WS": {
+ "value": 5
+ },
+ "BS": {
+ "value": 5
+ },
+ "S": {
+ "value": 4
+ },
+ "T": {
+ "value": 4
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 6
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "32mm"
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Boxset—Warhammer Quest: Blackstone Fortress – Escalation"
+ ],
+ "Edition": [
+ "8th"
+ ],
+ "Keywords": [
+ "Infantry",
+ "Servitor",
+ "X-101"
+ ],
+ "Faction": [
+ "Adeptus Mechanicus",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Canticles of the Omnissiah",
+ "Ability§Mindlock",
+ "Ability§Salvage Protocols",
+ "Ability§Mindless Servant"
+ ]
+ },
+ "text": "X-101 is a single model armed with a grav-gun and hydraulic claw. Only one of this model can be included in your army.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Warhammer Quest: Blackstone Fortress – Escalation (Boxset) 8th ed. – @2019-08-24](null)"
+ }
+ },
+ "Fast Attack§Ironstrider Ballistarii": {
+ "stats": {
+ "Power Level": {
+ "value": 4
+ },
+ "model": {
+ "value": "Model§Ironstrider Ballistarius"
+ },
+ "Ironstrider Ballistarii": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 1,
+ "min": 1,
+ "max": 6,
+ "increment": {
+ "value": 1
+ }
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Core",
+ "Data-tether",
+ "Ironstrider Ballistarii",
+ "Ironstrider Engine",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Imperium",
+ "Skitarii"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Doctrina Imperatives",
+ "Ability§Bionics",
+ "Ability§Explodes",
+ "Ability§Broad Spectrum Data-tether",
+ "Model§Ironstrider Ballistarius"
+ ]
+ },
+ "text": "Increase this unit’s **Power Rating** by +4** for every additional Ironstrider Ballistarii it includes. Every model is equipped with: twin cognis autocannon.\n\n• Any number of models can each have their twin cognis autocannon replaced with 1 twin cognis lascannon.\n\nnull\n\n***ERROR***—*there might be a problem with Power Rating that will require a custom rule.*",
+ "allowed": {
+ "items": [
+ "Model§Ironstrider Ballistarius"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
+ }
+ },
+ "Fast Attack§Pteraxii Skystalkers": {
+ "stats": {
+ "Power Level": {
+ "value": 4
+ },
+ "model": {
+ "value": "Model§Pteraxii Skystalker"
+ },
+ "Pteraxii Skystalkers": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 9,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 4
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Arc Grenades",
+ "Core",
+ "Fly",
+ "Infantry",
+ "Jump Pack",
+ "Pteraxii",
+ "Pteraxii Skystalkers"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Imperium",
+ "Skitarii"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Doctrina Imperatives",
+ "Ability§Enhanced Bionics",
+ "Ability§Fleeting Barrage",
+ "Ability§Thermal Riders",
+ {
+ "item": "Model§Pteraxii Skystalker",
+ "quantity": 4
+ },
+ "Model§Pteraxii Skystalker Alpha"
+ ]
+ },
+ "text": "If this unit contains 6 or more models, it has **Power Rating 8**.\n\n• Every Pteraxii Skystalker is equipped with: flechette carbine.\n\n• The Pteraxii Skystalker Alpha is equipped with: flechette blaster; taser goad.\n\n\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Pteraxii Skystalker"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
+ }
+ },
+ "Fast Attack§Pteraxii Sterylizors": {
+ "stats": {
+ "Power Level": {
+ "value": 4
+ },
+ "model": {
+ "value": "Model§Pteraxii Sterylizor"
+ },
+ "Pteraxii Sterylizors": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 9,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 4
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Core",
+ "Fly",
+ "Infantry",
+ "Jump Pack",
+ "Pteraxii",
+ "Pteraxii Sterylizors"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Imperium",
+ "Skitarii"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Doctrina Imperatives",
+ "Ability§Thermal Riders",
+ "Ability§Enhanced Bionics",
+ "Ability§Darting Hunters",
+ "Ability§Swooping Strikes",
+ {
+ "item": "Model§Pteraxii Sterylizor",
+ "quantity": 4
+ },
+ "Model§Pteraxii Sterylizor Alpha"
+ ]
+ },
+ "text": "If this unit contains 6 or more models, it has **Power Rating 8**.\n\n• Every Pteraxii Sterylizor is equipped with: phosphor torch; Pteraxii talons.\n\n• The Pteraxii Sterylizor Alpha is equipped with: flechette blaster; Pteraxii talons; taser goad.\n\n\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Pteraxii Sterylizor"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
+ }
+ },
+ "Fast Attack§Serberys Raiders": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "model": {
+ "value": "Model§Serberys Raider"
+ },
+ "Enhanced data-tether": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Enhanced data-tether"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Serberys Raiders": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 2,
+ "min": 2,
+ "max": 8,
+ "increment": {
+ "value": 2
+ }
+ },
+ "poweri": {
+ "value": 3
+ },
+ "power1": {
+ "value": 3
+ },
+ "power2": {
+ "value": 5
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Cavalry",
+ "Core",
+ "Data-tether",
+ "Serberys",
+ "Serberys Raiders"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Imperium",
+ "Skitarii"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Doctrina Imperatives",
+ "Ability§Enhanced Bionics",
+ "Ability§Skirmishing Line",
+ "Ability§Eye of Serberys",
+ {
+ "item": "Model§Serberys Raider",
+ "quantity": 2
+ },
+ "Model§Serberys Raider Alpha"
+ ]
+ },
+ "text": "If this unit contains between 4 and 6 models, it has **Power Rating 6**. If this unit contains 7 or more models, it has Power Rating 9**.\n\n• Every Serberys Raider is equipped with: galvanic carbine; cavalry sabre; clawed limbs.\n\n• The Serberys Raider Alpha is equipped with: archeo-revolver; galvanic carbine; cavalry sabre; clawed limbs.\n\n• 1 Serberys Raider can be equipped with 1 enhanced data-tether.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Serberys Raider"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
+ }
+ },
+ "Fast Attack§Serberys Sulphurhounds": {
+ "stats": {
+ "Power Level": {
+ "value": 4
+ },
+ "model": {
+ "value": "Model§Serberys Sulphurhound"
+ },
+ "Serberys Sulphurhounds": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 2,
+ "min": 2,
+ "max": 8,
+ "increment": {
+ "value": 2
+ }
+ },
+ "poweri": {
+ "value": 3
+ },
+ "power1": {
+ "value": 3
+ },
+ "power2": {
+ "value": 5
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Cavalry",
+ "Core",
+ "Serberys",
+ "Serberys Sulphurhounds"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Imperium",
+ "Skitarii"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Doctrina Imperatives",
+ "Ability§Pistoleers",
+ "Ability§Enhanced Bionics",
+ "Ability§Rad-saturation (Aura)",
+ {
+ "item": "Model§Serberys Sulphurhound",
+ "quantity": 2
+ },
+ "Model§Serberys Sulphurhound Alpha"
+ ]
+ },
+ "text": "If this unit contains between 4 and 6 models, it has **Power Rating 7**. If this unit contains 7 or more models, it has Power Rating 10**.\n\n • Every Serberys Sulphurhound is equipped with: 2 phosphor pistols; sulphur breath; clawed limbs.\n\n • The Serberys Sulphurhound Alpha is equipped with: phosphor blast pistol; sulphur breath; arc maul; clawed limbs.\n\n• For every 3 models in this unit, 1 Serberys Sulphurhound’s 2 phosphor pistols can be replaced with 1 phosphor blast carbine and 1 phosphor pistol.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Serberys Sulphurhound"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
+ }
+ },
+ "Fast Attack§Sydonian Dragoons": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "model": {
+ "value": "Model§Sydonian Dragoon"
+ },
+ "Sydonian Dragoons": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 1,
+ "min": 1,
+ "max": 6,
+ "increment": {
+ "value": 1
+ }
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Core",
+ "Data-tether",
+ "Ironstrider Engine",
+ "Sydonian Dragoons",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Imperium",
+ "Skitarii"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Doctrina Imperatives",
+ "Ability§Bionics",
+ "Ability§Explodes",
+ "Ability§Incense Cloud",
+ "Ability§Broad Spectrum Data-tether",
+ "Model§Sydonian Dragoon"
+ ]
+ },
+ "text": "Increase this unit's **Power Rating** by +3** for every additional Sydonian Dragoon it includes. Every model is equipped with: radium jezzail.\n\n• Any number of models can each have their radium jezzail replaced with 1 taser lance.\n\n• Any number of models can each be equipped with 1 phosphor serpenta.\n\nnull\n\n***ERROR***—*there might be a problem with Power Rating that will require a custom rule.*",
+ "allowed": {
+ "items": [
+ "Model§Sydonian Dragoon"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
+ }
+ },
+ "Flyers§Archaeopter Fusilave": {
+ "stats": {
+ "Power Level": {
+ "value": 8
+ },
+ "Chaff launcher": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Chaff launcher"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Command uplink": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Command uplink",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 150
+ },
+ "M": {
+ "value": "20-50"
+ },
+ "WS": {
+ "value": 5
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 6
+ },
+ "T": {
+ "value": 7
+ },
+ "W": {
+ "value": 10,
+ "max": 10,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "170 x 109mm"
+ },
+ "loadout1": {
+ "value": "Cognis heavy stubber",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Cognis heavy stubber": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Cognis heavy stubber"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Cognis heavy stubber",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Cognis heavy stubber": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Cognis heavy stubber"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Cognis heavy stubber": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Cognis heavy stubber"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aircraft",
+ "Archaeopter Engine",
+ "Archaeopter Fusilave",
+ "Data-tether",
+ "Fly",
+ "Smokescreen",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Imperium",
+ "Skitarii"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Doctrina Imperatives",
+ "Ability§Bomb Rack",
+ "Ability§Airborne",
+ "Ability§Manoeuvrable Craft",
+ "Ability§Hard to Hit",
+ "Ability§Hover Jet",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "An Archaeopter Fusilave is equipped with: 4 cognis heavy stubbers; command uplink.\n\n• This model’s command uplink can be replaced with 1 chaff launcher.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 5,
+ "min": 3,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "20-35",
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 2,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "20-25",
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
+ }
+ },
+ "Flyers§Archaeopter Stratoraptor": {
+ "stats": {
+ "Power Level": {
+ "value": 10
+ },
+ "Chaff launcher": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Chaff launcher"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Command uplink": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Command uplink",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 180
+ },
+ "M": {
+ "value": "20-50"
+ },
+ "WS": {
+ "value": 5
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 6
+ },
+ "T": {
+ "value": 7
+ },
+ "W": {
+ "value": 10,
+ "max": 10,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "170 x 109mm"
+ },
+ "loadout1": {
+ "value": "Cognis heavy stubber",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Cognis heavy stubber": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Cognis heavy stubber"
+ }
+ ]
+ },
+ "Heavy phosphor blaster": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy phosphor blaster"
+ }
+ ]
+ },
+ "Twin cognis lascannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin cognis lascannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Heavy phosphor blaster",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Cognis heavy stubber": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Cognis heavy stubber"
+ }
+ ]
+ },
+ "Heavy phosphor blaster": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy phosphor blaster"
+ }
+ ]
+ },
+ "Twin cognis lascannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin cognis lascannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Twin cognis lascannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Cognis heavy stubber": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Cognis heavy stubber"
+ }
+ ]
+ },
+ "Heavy phosphor blaster": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy phosphor blaster"
+ }
+ ]
+ },
+ "Twin cognis lascannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin cognis lascannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "Twin cognis lascannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Cognis heavy stubber": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Cognis heavy stubber"
+ }
+ ]
+ },
+ "Heavy phosphor blaster": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy phosphor blaster"
+ }
+ ]
+ },
+ "Twin cognis lascannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin cognis lascannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout5": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 5,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Cognis heavy stubber": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Cognis heavy stubber"
+ }
+ ]
+ },
+ "Heavy phosphor blaster": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy phosphor blaster"
+ }
+ ]
+ },
+ "Twin cognis lascannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin cognis lascannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aircraft",
+ "Archaeopter Engine",
+ "Archaeopter Stratoraptor",
+ "Data-tether",
+ "Fly",
+ "Smokescreen",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Imperium",
+ "Skitarii"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Doctrina Imperatives",
+ "Ability§Airborne",
+ "Ability§Manoeuvrable Craft",
+ "Ability§Hard to Hit",
+ "Ability§Hover Jet",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "An Archaeopter Stratoraptor is equipped with: 2 cognis heavy stubbers; 2 heavy phosphor blasters; twin cognis lascannon; command uplink.\n\n• This model’s command uplink can be replaced with 1 chaff launcher.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 5,
+ "min": 3,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "20-35",
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 2,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "20-25",
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
+ }
+ },
+ "Flyers§Archaeopter Transvector": {
+ "stats": {
+ "Power Level": {
+ "value": 6
+ },
+ "Chaff launcher": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Chaff launcher"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Command uplink": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Command uplink",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 110
+ },
+ "M": {
+ "value": "20-50"
+ },
+ "WS": {
+ "value": 5
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 6
+ },
+ "T": {
+ "value": 7
+ },
+ "W": {
+ "value": 10,
+ "max": 10,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "170 x 109mm"
+ },
+ "loadout1": {
+ "value": "Cognis heavy stubber",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Cognis heavy stubber": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Cognis heavy stubber"
+ }
+ ]
+ },
+ "Twin cognis heavy stubber": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Twin cognis heavy stubber"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Twin cognis heavy stubber",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Cognis heavy stubber": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Cognis heavy stubber"
+ }
+ ]
+ },
+ "Twin cognis heavy stubber": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Twin cognis heavy stubber"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Twin cognis heavy stubber",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Cognis heavy stubber": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Cognis heavy stubber"
+ }
+ ]
+ },
+ "Twin cognis heavy stubber": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Twin cognis heavy stubber"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Cognis heavy stubber": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Cognis heavy stubber"
+ }
+ ]
+ },
+ "Twin cognis heavy stubber": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Twin cognis heavy stubber"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aircraft",
+ "Archaeopter Engine",
+ "Archaeopter Transvector",
+ "Data-tether",
+ "Fly",
+ "Smokescreen",
+ "Transport",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Imperium",
+ "Skitarii"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Doctrina Imperatives",
+ "Ability§Combined Landing",
+ "Ability§Hard to Hit",
+ "Ability§Hover Jet",
+ "Ability§Aerial Deployment",
+ "Ability§Explodes",
+ "Ability§Airborne",
+ "Ability§Manoeuvrable Craft"
+ ]
+ },
+ "text": "An Archaeopter Transvector is equipped with: 2 cognis heavy stubbers; twin cognis heavy stubber; command uplink.\n\n• This model’s command uplink can be replaced with 1 chaff launcher.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 5,
+ "min": 3,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "20-35",
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 2,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "20-25",
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
+ }
+ },
+ "Heavy Support§Kastelan Robots": {
+ "stats": {
+ "Power Level": {
+ "value": 10
+ },
+ "model": {
+ "value": "Model§Kastelan Robot"
+ },
+ "Kastelan Robots": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 2,
+ "min": 2,
+ "max": 6,
+ "increment": {
+ "value": 2
+ }
+ },
+ "poweri": {
+ "value": 10
+ },
+ "power1": {
+ "value": 3
+ },
+ "power2": {
+ "value": 5
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Core",
+ "Kastelan Robots",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Cult Mechanicus",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Canticles of the Omnissiah",
+ "Ability§Battle Protocols",
+ "Ability§Repulsor Grid",
+ "Ability§Explodes",
+ {
+ "item": "Model§Kastelan Robot",
+ "quantity": 2
+ }
+ ]
+ },
+ "text": "If this unit contains between 3 and 4 models, it has **Power Rating 20**. If this unit contains between 5 and 6 models, it has Power Rating 30**. Every model is equipped with: Kastelan phosphor blaster; incendine combustor; Kastelan fist.\n\n• Any number of models can each have their Kastelan fist replaced with 1 Kastelan phosphor blaster.\n\n• Any number of models can each have their Kastelan phosphor blaster replaced with 1 Kastelan fist.\n\n• Any number of models can each have their incendine combustor replaced with 1 heavy phosphor blaster.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Kastelan Robot"
+ ]
+ },
+ "meta": {
+ "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
+ }
+ },
+ "Heavy Support§Onager Dunecrawler": {
+ "stats": {
+ "Power Level": {
+ "value": 6
+ },
+ "Smoke launchers": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Smoke launchers",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 115
+ },
+ "M": {
+ "value": 8
+ },
+ "WS": {
+ "value": 5
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 6
+ },
+ "T": {
+ "value": 7
+ },
+ "W": {
+ "value": 11,
+ "max": 11,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "130mm"
+ },
+ "loadout1": {
+ "value": "Eradication beamer",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Eradication beamer": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Eradication beamer"
+ }
+ ]
+ },
+ "Cognis heavy stubber": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Cognis heavy stubber",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Daedalus missile launcher": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Daedalus missile launcher"
+ }
+ ]
+ },
+ "Gatling rocket launcher": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Gatling rocket launcher"
+ }
+ ]
+ },
+ "Neutron laser": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Neutron laser"
+ }
+ ]
+ },
+ "Twin Icarus autocannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Twin Icarus autocannon"
+ }
+ ]
+ },
+ "Twin Onager heavy phosphor blaster": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Twin Onager heavy phosphor blaster"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Eradication beamer": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Eradication beamer"
+ }
+ ]
+ },
+ "Cognis heavy stubber": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Cognis heavy stubber",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Daedalus missile launcher": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Daedalus missile launcher"
+ }
+ ]
+ },
+ "Gatling rocket launcher": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Gatling rocket launcher"
+ }
+ ]
+ },
+ "Neutron laser": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Neutron laser"
+ }
+ ]
+ },
+ "Twin Icarus autocannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Twin Icarus autocannon"
+ }
+ ]
+ },
+ "Twin Onager heavy phosphor blaster": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Twin Onager heavy phosphor blaster"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Data-tether",
+ "Onager Dunecrawler",
+ "Smokescreen",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Imperium",
+ "Skitarii"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Doctrina Imperatives",
+ "Ability§Emanatus Force Field",
+ "Ability§Explodes",
+ "Ability§Broad Spectrum Data-tether"
+ ]
+ },
+ "text": "An Onager Dunecrawler is equipped with: eradication beamer.\n\n• This model’s eradication beamer can be replaced with one of the following: 1 daedalus missile launcher, 1 gatling rocket launcher and 1 twin icarus autocannon; 1 neutron laser and 1 cognis heavy stubber; 1 twin Onager heavy phosphor blaster.\n\n• This model can be equipped with 1 additional cognis heavy stubber.\n\n• This model can be equipped with one of the following: broad spectrum data-tether; smoke launchers.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 5,
+ "min": 3,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 6,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 2,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
+ }
+ },
+ "Heavy Support§Skorpius Disintegrator": {
+ "stats": {
+ "Power Level": {
+ "value": 8
+ },
+ "Points": {
+ "value": 145
+ },
+ "M": {
+ "value": 12
+ },
+ "WS": {
+ "value": 6
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 6
+ },
+ "T": {
+ "value": 7
+ },
+ "W": {
+ "value": 12,
+ "max": 12,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "Use model"
+ },
+ "loadout1": {
+ "value": "Cognis heavy stubber",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Belleros energy cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Belleros energy cannon"
+ }
+ ]
+ },
+ "Cognis heavy stubber": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Cognis heavy stubber"
+ }
+ ]
+ },
+ "Disruptor missile launcher": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Disruptor missile launcher"
+ }
+ ]
+ },
+ "Ferrumite cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Ferrumite cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Disruptor missile launcher",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Belleros energy cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Belleros energy cannon"
+ }
+ ]
+ },
+ "Cognis heavy stubber": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Cognis heavy stubber"
+ }
+ ]
+ },
+ "Disruptor missile launcher": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Disruptor missile launcher"
+ }
+ ]
+ },
+ "Ferrumite cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Ferrumite cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Belleros energy cannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Belleros energy cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Belleros energy cannon"
+ }
+ ]
+ },
+ "Cognis heavy stubber": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Cognis heavy stubber"
+ }
+ ]
+ },
+ "Disruptor missile launcher": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Disruptor missile launcher"
+ }
+ ]
+ },
+ "Ferrumite cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Ferrumite cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Belleros energy cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Belleros energy cannon"
+ }
+ ]
+ },
+ "Cognis heavy stubber": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Cognis heavy stubber"
+ }
+ ]
+ },
+ "Disruptor missile launcher": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Disruptor missile launcher"
+ }
+ ]
+ },
+ "Ferrumite cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Ferrumite cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Data-tether",
+ "Skorpius Disintegrator",
+ "Skorpius Engine",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Imperium",
+ "Skitarii"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Doctrina Imperatives",
+ "Ability§Explodes",
+ "Ability§Broad Spectrum Data-tether"
+ ]
+ },
+ "text": "A Skorpius Disintegrator is equipped with: 3 cognis heavy stubbers; disruptor missile launcher; belleros energy cannon.\n\n• This model’s belleros energy cannon can be replaced with 1 ferrumite cannon.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 6,
+ "min": 4,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 9,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 3,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 6,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
+ }
+ },
+ "HQ§Belisarius Cawl": {
+ "stats": {
+ "Power Level": {
+ "value": 9
+ },
+ "Points": {
+ "value": 180
+ },
+ "M": {
+ "value": 6
},
"WS": {
"value": 2
@@ -198,7 +4873,7 @@
"value": 8
},
"A": {
- "value": "4"
+ "value": 4
},
"Ld": {
"value": 9
@@ -444,15 +5119,220 @@
"visibility": "active",
"dynamic": true
}
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Belisarius Cawl",
+ "Character",
+ "Doctrina Assembler",
+ "Monster",
+ "Supreme Commander",
+ "Tech-Priest"
+ ],
+ "Faction": [
+ "Adeptus Mechanicus",
+ "Cult Mechanicus",
+ "Imperium",
+ "Mars"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Canticles of the Omnissiah",
+ "Ability§Refractor Field",
+ "Ability§Lord of the Machine Cult (Aura)",
+ "Ability§Lord of Mars",
+ "Ability§Lead in Prayer",
+ "Ability§Master of Machines",
+ "Ability§Self-repair Mechanisms"
+ ]
+ },
+ "text": "Belisarius Cawl is equipped with: solar atomiser; arc scourge; mechadendrite hive; Omnissian axe. Your army can only include one **BELISARIUS CAWL** model.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
}
},
- "Model§Tech-Priest Dominus": {
+ "HQ§Skitarii Marshal": {
"stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "Points": {
+ "value": 55
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 4
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "Radium serpenta",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Control stave": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Control stave"
+ }
+ ]
+ },
+ "Radium serpenta": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Radium serpenta"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Control stave",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Control stave": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Control stave"
+ }
+ ]
+ },
+ "Radium serpenta": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Radium serpenta"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Control stave": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Control stave"
+ }
+ ]
+ },
+ "Radium serpenta": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Radium serpenta"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Doctrina Assembler",
+ "Infantry",
+ "Skitarii Marshal"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Imperium",
+ "Skitarii"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Doctrina Imperatives",
+ "Ability§Control Edict",
+ "Ability§Servo-skull Uplink (Aura)",
+ "Ability§Enhanced Bionics"
+ ]
+ },
+ "text": "A Skitarii Marshal is equipped with: radium serpenta; control stave.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
+ }
+ },
+ "HQ§Tech-Priest Dominus": {
+ "stats": {
+ "Power Level": {
+ "value": 4
+ },
"Points": {
"value": 75
},
"M": {
- "value": "6"
+ "value": 6
},
"WS": {
"value": 3
@@ -470,7 +5350,7 @@
"value": 5
},
"A": {
- "value": "3"
+ "value": 3
},
"Ld": {
"value": 8
@@ -701,15 +5581,51 @@
"visibility": "active",
"dynamic": true
}
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Doctrina Assembler",
+ "Infantry",
+ "Tech-Priest",
+ "Tech-Priest Dominus"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Cult Mechanicus",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Canticles of the Omnissiah",
+ "Ability§Master of Machines",
+ "Ability§Refractor Field",
+ "Ability§Lord of the Machine Cult (Aura)"
+ ]
+ },
+ "text": "A Tech-Priest Dominus is equipped with: macrostubber; volkite blaster; Omnissian axe.\n\n• This model’s macrostubber can be replaced with 1 phosphor serpenta.\n\n• This model’s volkite blaster can be replaced with 1 eradication ray.\n\nnull",
+ "meta": {
+ "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
}
},
- "Model§Tech-Priest Enginseer": {
+ "HQ§Tech-Priest Enginseer": {
"stats": {
+ "Power Level": {
+ "value": 3
+ },
"Points": {
"value": 55
},
"M": {
- "value": "6"
+ "value": 6
},
"WS": {
"value": 4
@@ -727,7 +5643,7 @@
"value": 4
},
"A": {
- "value": "2"
+ "value": 2
},
"Ld": {
"value": 8
@@ -894,401 +5810,82 @@
"visibility": "active",
"dynamic": true
}
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Doctrina Assembler",
+ "Infantry",
+ "Tech-Priest",
+ "Tech-Priest Enginseer"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Cult Mechanicus",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Canticles of the Omnissiah",
+ "Ability§Enhanced Bionics",
+ "Ability§Master of Machines",
+ "Ability§Awaken the Machine",
+ "Ability§Brotherhood of the Cog"
+ ]
+ },
+ "text": "A Tech-Priest Enginseer is equipped with: Mechanicus pistol; Omnissian axe; servo-arm.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
}
},
- "Model§Kataphron Breacher": {
+ "HQ§Tech-Priest Manipulus": {
"stats": {
+ "Power Level": {
+ "value": 4
+ },
"Points": {
- "value": 35
+ "value": 80
},
"M": {
- "value": "6"
+ "value": 6
},
"WS": {
- "value": 4
- },
- "BS": {
- "value": 4
- },
- "S": {
- "value": 5
- },
- "T": {
- "value": 5
- },
- "W": {
"value": 3
},
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
+ "BS": {
"value": 2
},
- "Base": {
- "value": "60mm"
- },
- "loadout1": {
- "value": "Heavy arc rifle",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Arc claw": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Arc claw"
- }
- ]
- },
- "Heavy arc rifle": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Heavy arc rifle"
- }
- ]
- },
- "Hydraulic claw": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Hydraulic claw"
- }
- ]
- },
- "Torsion cannon": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Torsion cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Arc claw",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Arc claw": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Arc claw"
- }
- ]
- },
- "Heavy arc rifle": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Heavy arc rifle"
- }
- ]
- },
- "Hydraulic claw": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Hydraulic claw"
- }
- ]
- },
- "Torsion cannon": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Torsion cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Arc claw": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Arc claw"
- }
- ]
- },
- "Heavy arc rifle": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Heavy arc rifle"
- }
- ]
- },
- "Hydraulic claw": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Hydraulic claw"
- }
- ]
- },
- "Torsion cannon": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Torsion cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Kataphron Destroyer": {
- "stats": {
- "Points": {
- "value": 40
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 4
- },
- "BS": {
- "value": 4
- },
"S": {
- "value": 5
+ "value": 4
},
"T": {
- "value": 5
- },
- "W": {
- "value": 3
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "60mm"
- },
- "loadout1": {
- "value": "Heavy grav-cannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Kataphron plasma culverin": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Kataphron plasma culverin"
- }
- ]
- },
- "Cognis flamer": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Cognis flamer"
- }
- ]
- },
- "Heavy grav-cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Heavy grav-cannon"
- }
- ]
- },
- "Phosphor blaster": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Phosphor blaster"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Phosphor blaster",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Kataphron plasma culverin": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Kataphron plasma culverin"
- }
- ]
- },
- "Cognis flamer": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Cognis flamer"
- }
- ]
- },
- "Heavy grav-cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Heavy grav-cannon"
- }
- ]
- },
- "Phosphor blaster": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Phosphor blaster"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Kataphron plasma culverin": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Kataphron plasma culverin"
- }
- ]
- },
- "Cognis flamer": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Cognis flamer"
- }
- ]
- },
- "Heavy grav-cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Heavy grav-cannon"
- }
- ]
- },
- "Phosphor blaster": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Phosphor blaster"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Fulgurite Electro-Priest": {
- "stats": {
- "Points": {
- "value": 14
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 3
- },
- "BS": {
"value": 4
},
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
"W": {
- "value": 1
+ "value": 5
},
"A": {
- "value": "2"
+ "value": 3
},
"Ld": {
"value": 8
},
"Sv": {
- "value": 6
+ "value": 2
},
"Base": {
- "value": "32mm"
+ "value": "50mm"
},
"loadout1": {
- "value": "Electroleech stave",
+ "value": "Magnarail lance",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -1298,11 +5895,35 @@
"-": {
"order": 0
},
- "Electroleech stave": {
+ "Magnarail lance": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Electroleech stave"
+ "trait": "Weapon§Magnarail lance"
+ }
+ ]
+ },
+ "Manipulus mechadendrites": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Manipulus mechadendrites"
+ }
+ ]
+ },
+ "Omnissian staff": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Omnissian staff"
+ }
+ ]
+ },
+ "Transonic cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Transonic cannon"
}
]
}
@@ -1311,7 +5932,7 @@
"dynamic": true
},
"loadout2": {
- "value": "-",
+ "value": "Manipulus mechadendrites",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -1321,11 +5942,129 @@
"-": {
"order": 0
},
- "Electroleech stave": {
+ "Magnarail lance": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Electroleech stave"
+ "trait": "Weapon§Magnarail lance"
+ }
+ ]
+ },
+ "Manipulus mechadendrites": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Manipulus mechadendrites"
+ }
+ ]
+ },
+ "Omnissian staff": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Omnissian staff"
+ }
+ ]
+ },
+ "Transonic cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Transonic cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Omnissian staff",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Magnarail lance": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Magnarail lance"
+ }
+ ]
+ },
+ "Manipulus mechadendrites": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Manipulus mechadendrites"
+ }
+ ]
+ },
+ "Omnissian staff": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Omnissian staff"
+ }
+ ]
+ },
+ "Transonic cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Transonic cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Magnarail lance": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Magnarail lance"
+ }
+ ]
+ },
+ "Manipulus mechadendrites": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Manipulus mechadendrites"
+ }
+ ]
+ },
+ "Omnissian staff": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Omnissian staff"
+ }
+ ]
+ },
+ "Transonic cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Transonic cannon"
}
]
}
@@ -1333,6 +6072,207 @@
"visibility": "active",
"dynamic": true
}
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Doctrina Assembler",
+ "Infantry",
+ "Tech-Priest",
+ "Tech-Priest Manipulus"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Cult Mechanicus",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Canticles of the Omnissiah",
+ "Ability§Master of Machines",
+ "Ability§Refractor Field",
+ "Ability§Galvanic Field"
+ ]
+ },
+ "text": "A Tech-Priest Manipulus is equipped with: magnarail lance; Manipulus mechadendrites; Omnissian staff.\n\n• This model’s magnarail lance can be replaced with 1 transonic cannon.\n\nnull",
+ "meta": {
+ "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
+ }
+ },
+ "HQ§Technoarcheologist": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "Points": {
+ "value": 55
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 4
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 4
+ },
+ "T": {
+ "value": 4
+ },
+ "W": {
+ "value": 4
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "Eradication pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Eradication pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Eradication pistol"
+ }
+ ]
+ },
+ "Servo-arc claw": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Servo-arc claw"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Servo-arc claw",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Eradication pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Eradication pistol"
+ }
+ ]
+ },
+ "Servo-arc claw": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Servo-arc claw"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Eradication pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Eradication pistol"
+ }
+ ]
+ },
+ "Servo-arc claw": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Servo-arc claw"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Doctrina Assembler",
+ "Infantry",
+ "Tech-Priest",
+ "Technoarcheologist"
+ ],
+ "Faction": [
+ "",
+ "Adeptus Mechanicus",
+ "Cult Mechanicus",
+ "Imperium"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Canticles of the Omnissiah",
+ "Ability§Enhanced Bionics",
+ "Ability§Omni-scrambler",
+ "Ability§Brotherhood of the Cog",
+ "Ability§Machine Focus",
+ "Ability§Master of Machines"
+ ]
+ },
+ "text": "A Technoarcheologist is equipped with: eradication pistol; servo-arc claw.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
}
},
"Model§Corpuscarii Electro-Priest": {
@@ -1341,7 +6281,7 @@
"value": 14
},
"M": {
- "value": "6"
+ "value": 6
},
"WS": {
"value": 4
@@ -1359,7 +6299,7 @@
"value": 1
},
"A": {
- "value": "2"
+ "value": 2
},
"Ld": {
"value": 8
@@ -1418,268 +6358,43 @@
}
}
},
- "Model§Kastelan Robot": {
+ "Model§Fulgurite Electro-Priest": {
"stats": {
"Points": {
- "value": 90
+ "value": 14
},
"M": {
- "value": "8"
- },
- "WS": {
- "value": 4
- },
- "BS": {
- "value": 4
- },
- "S": {
"value": 6
},
- "T": {
- "value": 7
- },
- "W": {
- "value": 7
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 10
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "60mm"
- },
- "loadout1": {
- "value": "Kastelan phosphor blaster",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Heavy phosphor blaster": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Heavy phosphor blaster"
- }
- ]
- },
- "Incendine combustor": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Incendine combustor"
- }
- ]
- },
- "Kastelan fist": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Kastelan fist"
- }
- ]
- },
- "Kastelan phosphor blaster": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Kastelan phosphor blaster"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Incendine combustor",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Heavy phosphor blaster": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Heavy phosphor blaster"
- }
- ]
- },
- "Incendine combustor": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Incendine combustor"
- }
- ]
- },
- "Kastelan fist": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Kastelan fist"
- }
- ]
- },
- "Kastelan phosphor blaster": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Kastelan phosphor blaster"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Kastelan fist",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Heavy phosphor blaster": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Heavy phosphor blaster"
- }
- ]
- },
- "Incendine combustor": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Incendine combustor"
- }
- ]
- },
- "Kastelan fist": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Kastelan fist"
- }
- ]
- },
- "Kastelan phosphor blaster": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Kastelan phosphor blaster"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Heavy phosphor blaster": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Heavy phosphor blaster"
- }
- ]
- },
- "Incendine combustor": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Incendine combustor"
- }
- ]
- },
- "Kastelan fist": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Kastelan fist"
- }
- ]
- },
- "Kastelan phosphor blaster": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Kastelan phosphor blaster"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Cybernetica Datasmith": {
- "stats": {
- "Points": {
- "value": 40
- },
- "M": {
- "value": "6"
- },
"WS": {
"value": 3
},
"BS": {
- "value": 3
+ "value": 4
},
"S": {
- "value": 4
+ "value": 3
},
"T": {
- "value": 4
+ "value": 3
},
"W": {
- "value": 4
+ "value": 1
},
"A": {
- "value": "2"
+ "value": 2
},
"Ld": {
"value": 8
},
"Sv": {
- "value": 2
+ "value": 6
},
"Base": {
"value": "32mm"
},
"loadout1": {
- "value": "Gamma pistol",
+ "value": "Electroleech stave",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -1689,165 +6404,11 @@
"-": {
"order": 0
},
- "Gamma pistol": {
+ "Electroleech stave": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Gamma pistol"
- }
- ]
- },
- "Power fist": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Power fist"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Power fist",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Gamma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Gamma pistol"
- }
- ]
- },
- "Power fist": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Power fist"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Gamma pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Gamma pistol"
- }
- ]
- },
- "Power fist": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Power fist"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Servitor": {
- "stats": {
- "Points": {
- "value": 0
- },
- "M": {
- "value": "5"
- },
- "WS": {
- "value": 5
- },
- "BS": {
- "value": 5
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "1"
- },
- "Ld": {
- "value": 6
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Servo-arm",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma cannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma cannon"
- }
- ]
- },
- "Heavy bolter": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Heavy bolter"
- }
- ]
- },
- "Multi-melta": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Servo-arm": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Servo-arm"
+ "trait": "Weapon§Electroleech stave"
}
]
}
@@ -1866,35 +6427,11 @@
"-": {
"order": 0
},
- "Plasma cannon": {
+ "Electroleech stave": {
"order": 1,
"traits": [
{
- "trait": "Wargear§Plasma cannon"
- }
- ]
- },
- "Heavy bolter": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Heavy bolter"
- }
- ]
- },
- "Multi-melta": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Multi-melta"
- }
- ]
- },
- "Servo-arm": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Servo-arm"
+ "trait": "Weapon§Electroleech stave"
}
]
}
@@ -1904,2294 +6441,13 @@
}
}
},
- "Model§Skitarii Ranger": {
- "stats": {
- "Points": {
- "value": 9
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 4
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "1"
- },
- "Ld": {
- "value": 6
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Galvanic rifle",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma caliver": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma caliver"
- }
- ]
- },
- "Arc maul": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Arc maul"
- }
- ]
- },
- "Arc pistol": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Arc pistol",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Arc rifle": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Arc rifle"
- }
- ]
- },
- "Galvanic rifle": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Galvanic rifle"
- }
- ]
- },
- "Phosphor blast pistol": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Phosphor blast pistol"
- }
- ]
- },
- "Power sword": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Radium pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Radium pistol"
- }
- ]
- },
- "Taser goad": {
- "order": 9,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Taser goad",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Transuranic arquebus": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Transuranic arquebus"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma caliver": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma caliver"
- }
- ]
- },
- "Arc maul": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Arc maul"
- }
- ]
- },
- "Arc pistol": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Arc pistol",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Arc rifle": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Arc rifle"
- }
- ]
- },
- "Galvanic rifle": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Galvanic rifle"
- }
- ]
- },
- "Phosphor blast pistol": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Phosphor blast pistol"
- }
- ]
- },
- "Power sword": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Radium pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Radium pistol"
- }
- ]
- },
- "Taser goad": {
- "order": 9,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Taser goad",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Transuranic arquebus": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Transuranic arquebus"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Skitarii Ranger Alpha": {
- "stats": {
- "Points": {
- "value": 9
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 4
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Galvanic rifle",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma caliver": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma caliver"
- }
- ]
- },
- "Arc maul": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Arc maul"
- }
- ]
- },
- "Arc pistol": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Arc pistol",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Arc rifle": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Arc rifle"
- }
- ]
- },
- "Galvanic rifle": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Galvanic rifle"
- }
- ]
- },
- "Phosphor blast pistol": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Phosphor blast pistol"
- }
- ]
- },
- "Power sword": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Radium pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Radium pistol"
- }
- ]
- },
- "Taser goad": {
- "order": 9,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Taser goad",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Transuranic arquebus": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Transuranic arquebus"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma caliver": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma caliver"
- }
- ]
- },
- "Arc maul": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Arc maul"
- }
- ]
- },
- "Arc pistol": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Arc pistol",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Arc rifle": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Arc rifle"
- }
- ]
- },
- "Galvanic rifle": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Galvanic rifle"
- }
- ]
- },
- "Phosphor blast pistol": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Phosphor blast pistol"
- }
- ]
- },
- "Power sword": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Radium pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Radium pistol"
- }
- ]
- },
- "Taser goad": {
- "order": 9,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Taser goad",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Transuranic arquebus": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Transuranic arquebus"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Skitarii Vanguard": {
- "stats": {
- "Points": {
- "value": 9
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 4
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "1"
- },
- "Ld": {
- "value": 6
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Radium carbine",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma caliver": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma caliver"
- }
- ]
- },
- "Arc maul": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Arc maul"
- }
- ]
- },
- "Arc pistol": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Arc pistol",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Arc rifle": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Arc rifle"
- }
- ]
- },
- "Phosphor blast pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Phosphor blast pistol"
- }
- ]
- },
- "Power sword": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Radium carbine": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Radium carbine"
- }
- ]
- },
- "Radium pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Radium pistol"
- }
- ]
- },
- "Taser goad": {
- "order": 9,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Taser goad",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Transuranic arquebus": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Transuranic arquebus"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma caliver": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma caliver"
- }
- ]
- },
- "Arc maul": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Arc maul"
- }
- ]
- },
- "Arc pistol": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Arc pistol",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Arc rifle": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Arc rifle"
- }
- ]
- },
- "Phosphor blast pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Phosphor blast pistol"
- }
- ]
- },
- "Power sword": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Radium carbine": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Radium carbine"
- }
- ]
- },
- "Radium pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Radium pistol"
- }
- ]
- },
- "Taser goad": {
- "order": 9,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Taser goad",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Transuranic arquebus": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Transuranic arquebus"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Skitarii Vanguard Alpha": {
- "stats": {
- "Points": {
- "value": 9
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 4
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Radium carbine",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma caliver": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma caliver"
- }
- ]
- },
- "Arc maul": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Arc maul"
- }
- ]
- },
- "Arc pistol": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Arc pistol",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Arc rifle": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Arc rifle"
- }
- ]
- },
- "Phosphor blast pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Phosphor blast pistol"
- }
- ]
- },
- "Power sword": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Radium carbine": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Radium carbine"
- }
- ]
- },
- "Radium pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Radium pistol"
- }
- ]
- },
- "Taser goad": {
- "order": 9,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Taser goad",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Transuranic arquebus": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Transuranic arquebus"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Plasma caliver": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Plasma caliver"
- }
- ]
- },
- "Arc maul": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Arc maul"
- }
- ]
- },
- "Arc pistol": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Arc pistol",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Arc rifle": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Arc rifle"
- }
- ]
- },
- "Phosphor blast pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Phosphor blast pistol"
- }
- ]
- },
- "Power sword": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Radium carbine": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Radium carbine"
- }
- ]
- },
- "Radium pistol": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Radium pistol"
- }
- ]
- },
- "Taser goad": {
- "order": 9,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Taser goad",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Transuranic arquebus": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Transuranic arquebus"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Sicarian Infiltrator": {
- "stats": {
- "Points": {
- "value": 19
- },
- "M": {
- "value": "8"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 4
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 6
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "40mm"
- },
- "loadout1": {
- "value": "Stubcarbine",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Flechette blaster": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Flechette blaster"
- }
- ]
- },
- "Power sword": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Stubcarbine": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Stubcarbine"
- }
- ]
- },
- "Taser goad": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Taser goad"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Power sword",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Flechette blaster": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Flechette blaster"
- }
- ]
- },
- "Power sword": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Stubcarbine": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Stubcarbine"
- }
- ]
- },
- "Taser goad": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Taser goad"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Flechette blaster": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Flechette blaster"
- }
- ]
- },
- "Power sword": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Stubcarbine": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Stubcarbine"
- }
- ]
- },
- "Taser goad": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Taser goad"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Sicarian Infiltrator Princeps": {
- "stats": {
- "Points": {
- "value": 19
- },
- "M": {
- "value": "8"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 4
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "40mm"
- },
- "loadout1": {
- "value": "Stubcarbine",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Flechette blaster": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Flechette blaster"
- }
- ]
- },
- "Power sword": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Stubcarbine": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Stubcarbine"
- }
- ]
- },
- "Taser goad": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Taser goad"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Power sword",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Flechette blaster": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Flechette blaster"
- }
- ]
- },
- "Power sword": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Stubcarbine": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Stubcarbine"
- }
- ]
- },
- "Taser goad": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Taser goad"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Flechette blaster": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Flechette blaster"
- }
- ]
- },
- "Power sword": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Stubcarbine": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Stubcarbine"
- }
- ]
- },
- "Taser goad": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Taser goad"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Sicarian Ruststalker": {
- "stats": {
- "Points": {
- "value": 18
- },
- "M": {
- "value": "8"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 4
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 6
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "40mm"
- },
- "loadout1": {
- "value": "Chordclaw",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Chordclaw": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Chordclaw"
- }
- ]
- },
- "Transonic blades": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Transonic blades"
- }
- ]
- },
- "Transonic razor": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Transonic razor"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Transonic razor",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Chordclaw": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Chordclaw"
- }
- ]
- },
- "Transonic blades": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Transonic blades"
- }
- ]
- },
- "Transonic razor": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Transonic razor"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Chordclaw": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Chordclaw"
- }
- ]
- },
- "Transonic blades": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Transonic blades"
- }
- ]
- },
- "Transonic razor": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Transonic razor"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Sicarian Ruststalker Princeps": {
- "stats": {
- "Points": {
- "value": 18
- },
- "M": {
- "value": "8"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 4
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "40mm"
- },
- "loadout1": {
- "value": "Chordclaw",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Chordclaw": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Chordclaw"
- }
- ]
- },
- "Transonic blades": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Transonic blades"
- }
- ]
- },
- "Transonic razor": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Transonic razor"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Transonic razor",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Chordclaw": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Chordclaw"
- }
- ]
- },
- "Transonic blades": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Transonic blades"
- }
- ]
- },
- "Transonic razor": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Transonic razor"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Chordclaw": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Chordclaw"
- }
- ]
- },
- "Transonic blades": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Transonic blades"
- }
- ]
- },
- "Transonic razor": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Transonic razor"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Ironstrider Ballistarius": {
- "stats": {
- "Points": {
- "value": 75
- },
- "M": {
- "value": "10"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 5
- },
- "T": {
- "value": 6
- },
- "W": {
- "value": 6
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "105 x 70mm"
- },
- "loadout1": {
- "value": "Twin cognis autocannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Twin cognis autocannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Twin cognis autocannon"
- }
- ]
- },
- "Twin cognis lascannon": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Twin cognis lascannon",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Twin cognis autocannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Twin cognis autocannon"
- }
- ]
- },
- "Twin cognis lascannon": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Twin cognis lascannon",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Sydonian Dragoon": {
- "stats": {
- "Points": {
- "value": 55
- },
- "M": {
- "value": "10"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 5
- },
- "T": {
- "value": 6
- },
- "W": {
- "value": 6
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "105 x 70mm"
- },
- "loadout1": {
- "value": "Radium jezzail",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Phosphor serpenta": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Phosphor serpenta"
- }
- ]
- },
- "Radium jezzail": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Radium jezzail"
- }
- ]
- },
- "Taser lance": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Taser lance"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Phosphor serpenta": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Phosphor serpenta"
- }
- ]
- },
- "Radium jezzail": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Radium jezzail"
- }
- ]
- },
- "Taser lance": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Taser lance"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Onager Dunecrawler": {
- "stats": {
- "Points": {
- "value": 115
- },
- "M": {
- "value": "8"
- },
- "WS": {
- "value": 5
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 6
- },
- "T": {
- "value": 7
- },
- "W": {
- "value": 11,
- "max": 11,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "130mm"
- },
- "loadout1": {
- "value": "Eradication beamer",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Eradication beamer": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Eradication beamer"
- }
- ]
- },
- "Cognis heavy stubber": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Cognis heavy stubber",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Daedalus missile launcher": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Daedalus missile launcher"
- }
- ]
- },
- "Gatling rocket launcher": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Gatling rocket launcher"
- }
- ]
- },
- "Neutron laser": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Neutron laser"
- }
- ]
- },
- "Twin Icarus autocannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Twin Icarus autocannon"
- }
- ]
- },
- "Twin Onager heavy phosphor blaster": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Twin Onager heavy phosphor blaster"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Eradication beamer": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Eradication beamer"
- }
- ]
- },
- "Cognis heavy stubber": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Cognis heavy stubber",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Daedalus missile launcher": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Daedalus missile launcher"
- }
- ]
- },
- "Gatling rocket launcher": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Gatling rocket launcher"
- }
- ]
- },
- "Neutron laser": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Neutron laser"
- }
- ]
- },
- "Twin Icarus autocannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Twin Icarus autocannon"
- }
- ]
- },
- "Twin Onager heavy phosphor blaster": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Twin Onager heavy phosphor blaster"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "5",
- "min": "3",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "6",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "2",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Secutarii Hoplite": {
+ "Model§Hoplite Alpha": {
"stats": {
"Points": {
"value": 10
},
"M": {
- "value": "6"
+ "value": 6
},
"WS": {
"value": 3
@@ -4209,10 +6465,10 @@
"value": 1
},
"A": {
- "value": "2"
+ "value": 3
},
"Ld": {
- "value": 6
+ "value": 7
},
"Sv": {
"value": 4
@@ -4498,13 +6754,707 @@
}
}
},
- "Model§Hoplite Alpha": {
+ "Model§Ironstrider Ballistarius": {
"stats": {
"Points": {
- "value": 10
+ "value": 75
},
"M": {
- "value": "6"
+ "value": 10
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 5
+ },
+ "T": {
+ "value": 6
+ },
+ "W": {
+ "value": 6
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "105 x 70mm"
+ },
+ "loadout1": {
+ "value": "Twin cognis autocannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Twin cognis autocannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Twin cognis autocannon"
+ }
+ ]
+ },
+ "Twin cognis lascannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Twin cognis lascannon",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Twin cognis autocannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Twin cognis autocannon"
+ }
+ ]
+ },
+ "Twin cognis lascannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Twin cognis lascannon",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Kastelan Robot": {
+ "stats": {
+ "Points": {
+ "value": 90
+ },
+ "M": {
+ "value": 8
+ },
+ "WS": {
+ "value": 4
+ },
+ "BS": {
+ "value": 4
+ },
+ "S": {
+ "value": 6
+ },
+ "T": {
+ "value": 7
+ },
+ "W": {
+ "value": 7
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 10
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "60mm"
+ },
+ "loadout1": {
+ "value": "Kastelan phosphor blaster",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Heavy phosphor blaster": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy phosphor blaster"
+ }
+ ]
+ },
+ "Incendine combustor": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Incendine combustor"
+ }
+ ]
+ },
+ "Kastelan fist": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Kastelan fist"
+ }
+ ]
+ },
+ "Kastelan phosphor blaster": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Kastelan phosphor blaster"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Incendine combustor",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Heavy phosphor blaster": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy phosphor blaster"
+ }
+ ]
+ },
+ "Incendine combustor": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Incendine combustor"
+ }
+ ]
+ },
+ "Kastelan fist": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Kastelan fist"
+ }
+ ]
+ },
+ "Kastelan phosphor blaster": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Kastelan phosphor blaster"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Kastelan fist",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Heavy phosphor blaster": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy phosphor blaster"
+ }
+ ]
+ },
+ "Incendine combustor": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Incendine combustor"
+ }
+ ]
+ },
+ "Kastelan fist": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Kastelan fist"
+ }
+ ]
+ },
+ "Kastelan phosphor blaster": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Kastelan phosphor blaster"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Heavy phosphor blaster": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy phosphor blaster"
+ }
+ ]
+ },
+ "Incendine combustor": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Incendine combustor"
+ }
+ ]
+ },
+ "Kastelan fist": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Kastelan fist"
+ }
+ ]
+ },
+ "Kastelan phosphor blaster": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Kastelan phosphor blaster"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Kataphron Breacher": {
+ "stats": {
+ "Points": {
+ "value": 35
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 4
+ },
+ "BS": {
+ "value": 4
+ },
+ "S": {
+ "value": 5
+ },
+ "T": {
+ "value": 5
+ },
+ "W": {
+ "value": 3
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 2
+ },
+ "Base": {
+ "value": "60mm"
+ },
+ "loadout1": {
+ "value": "Heavy arc rifle",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Arc claw": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Arc claw"
+ }
+ ]
+ },
+ "Heavy arc rifle": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy arc rifle"
+ }
+ ]
+ },
+ "Hydraulic claw": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Hydraulic claw"
+ }
+ ]
+ },
+ "Torsion cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Torsion cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Arc claw",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Arc claw": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Arc claw"
+ }
+ ]
+ },
+ "Heavy arc rifle": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy arc rifle"
+ }
+ ]
+ },
+ "Hydraulic claw": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Hydraulic claw"
+ }
+ ]
+ },
+ "Torsion cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Torsion cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Arc claw": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Arc claw"
+ }
+ ]
+ },
+ "Heavy arc rifle": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy arc rifle"
+ }
+ ]
+ },
+ "Hydraulic claw": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Hydraulic claw"
+ }
+ ]
+ },
+ "Torsion cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Torsion cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Kataphron Destroyer": {
+ "stats": {
+ "Points": {
+ "value": 40
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 4
+ },
+ "BS": {
+ "value": 4
+ },
+ "S": {
+ "value": 5
+ },
+ "T": {
+ "value": 5
+ },
+ "W": {
+ "value": 3
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "60mm"
+ },
+ "loadout1": {
+ "value": "Heavy grav-cannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Kataphron plasma culverin": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Kataphron plasma culverin"
+ }
+ ]
+ },
+ "Cognis flamer": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Cognis flamer"
+ }
+ ]
+ },
+ "Heavy grav-cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy grav-cannon"
+ }
+ ]
+ },
+ "Phosphor blaster": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Phosphor blaster"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Phosphor blaster",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Kataphron plasma culverin": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Kataphron plasma culverin"
+ }
+ ]
+ },
+ "Cognis flamer": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Cognis flamer"
+ }
+ ]
+ },
+ "Heavy grav-cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy grav-cannon"
+ }
+ ]
+ },
+ "Phosphor blaster": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Phosphor blaster"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Kataphron plasma culverin": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Kataphron plasma culverin"
+ }
+ ]
+ },
+ "Cognis flamer": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Cognis flamer"
+ }
+ ]
+ },
+ "Heavy grav-cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy grav-cannon"
+ }
+ ]
+ },
+ "Phosphor blaster": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Phosphor blaster"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Peltast Alpha": {
+ "stats": {
+ "Points": {
+ "value": 9
+ },
+ "M": {
+ "value": 6
},
"WS": {
"value": 3
@@ -4522,7 +7472,7 @@
"value": 1
},
"A": {
- "value": "3"
+ "value": 3
},
"Ld": {
"value": 7
@@ -4533,6 +7483,885 @@
"Base": {
"value": "25mm"
},
+ "loadout1": {
+ "value": "Galvanic caster",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Galvanic caster": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Galvanic caster"
+ }
+ ]
+ },
+ "Arc maul": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Arc maul"
+ }
+ ]
+ },
+ "Arc pistol": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Arc pistol"
+ }
+ ]
+ },
+ "Phosphor blast pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Phosphor blast pistol",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Radium pistol": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Radium pistol"
+ }
+ ]
+ },
+ "Taser goad": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Taser goad",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Galvanic caster": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Galvanic caster"
+ }
+ ]
+ },
+ "Arc maul": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Arc maul"
+ }
+ ]
+ },
+ "Arc pistol": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Arc pistol"
+ }
+ ]
+ },
+ "Phosphor blast pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Phosphor blast pistol",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Radium pistol": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Radium pistol"
+ }
+ ]
+ },
+ "Taser goad": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Taser goad",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Pteraxii Skystalker": {
+ "stats": {
+ "Points": {
+ "value": 17
+ },
+ "M": {
+ "value": 12
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 4
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 6
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "40mm"
+ },
+ "loadout1": {
+ "value": "Flechette carbine",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Flechette blaster": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Flechette blaster"
+ }
+ ]
+ },
+ "Flechette carbine": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Flechette carbine"
+ }
+ ]
+ },
+ "Taser goad": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Taser goad"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Flechette blaster": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Flechette blaster"
+ }
+ ]
+ },
+ "Flechette carbine": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Flechette carbine"
+ }
+ ]
+ },
+ "Taser goad": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Taser goad"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Pteraxii Skystalker Alpha": {
+ "stats": {
+ "Points": {
+ "value": 17
+ },
+ "M": {
+ "value": 12
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 4
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "40mm"
+ },
+ "loadout1": {
+ "value": "Flechette blaster",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Flechette blaster": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Flechette blaster"
+ }
+ ]
+ },
+ "Flechette carbine": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Flechette carbine"
+ }
+ ]
+ },
+ "Taser goad": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Taser goad"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Taser goad",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Flechette blaster": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Flechette blaster"
+ }
+ ]
+ },
+ "Flechette carbine": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Flechette carbine"
+ }
+ ]
+ },
+ "Taser goad": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Taser goad"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Flechette blaster": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Flechette blaster"
+ }
+ ]
+ },
+ "Flechette carbine": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Flechette carbine"
+ }
+ ]
+ },
+ "Taser goad": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Taser goad"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Pteraxii Sterylizor": {
+ "stats": {
+ "Points": {
+ "value": 19
+ },
+ "M": {
+ "value": 12
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 4
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 6
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "40mm"
+ },
+ "loadout1": {
+ "value": "Phosphor torch",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Flechette blaster": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Flechette blaster"
+ }
+ ]
+ },
+ "Phosphor torch": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Phosphor torch"
+ }
+ ]
+ },
+ "Pteraxii talons": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Pteraxii talons"
+ }
+ ]
+ },
+ "Taser goad": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Taser goad"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Pteraxii talons",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Flechette blaster": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Flechette blaster"
+ }
+ ]
+ },
+ "Phosphor torch": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Phosphor torch"
+ }
+ ]
+ },
+ "Pteraxii talons": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Pteraxii talons"
+ }
+ ]
+ },
+ "Taser goad": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Taser goad"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Flechette blaster": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Flechette blaster"
+ }
+ ]
+ },
+ "Phosphor torch": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Phosphor torch"
+ }
+ ]
+ },
+ "Pteraxii talons": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Pteraxii talons"
+ }
+ ]
+ },
+ "Taser goad": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Taser goad"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Pteraxii Sterylizor Alpha": {
+ "stats": {
+ "Points": {
+ "value": 19
+ },
+ "M": {
+ "value": 12
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 4
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "40mm"
+ },
+ "loadout1": {
+ "value": "Flechette blaster",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Flechette blaster": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Flechette blaster"
+ }
+ ]
+ },
+ "Phosphor torch": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Phosphor torch"
+ }
+ ]
+ },
+ "Pteraxii talons": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Pteraxii talons"
+ }
+ ]
+ },
+ "Taser goad": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Taser goad"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Pteraxii talons",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Flechette blaster": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Flechette blaster"
+ }
+ ]
+ },
+ "Phosphor torch": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Phosphor torch"
+ }
+ ]
+ },
+ "Pteraxii talons": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Pteraxii talons"
+ }
+ ]
+ },
+ "Taser goad": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Taser goad"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Taser goad",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Flechette blaster": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Flechette blaster"
+ }
+ ]
+ },
+ "Phosphor torch": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Phosphor torch"
+ }
+ ]
+ },
+ "Pteraxii talons": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Pteraxii talons"
+ }
+ ]
+ },
+ "Taser goad": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Taser goad"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Flechette blaster": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Flechette blaster"
+ }
+ ]
+ },
+ "Phosphor torch": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Phosphor torch"
+ }
+ ]
+ },
+ "Pteraxii talons": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Pteraxii talons"
+ }
+ ]
+ },
+ "Taser goad": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Taser goad"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Secutarii Hoplite": {
+ "stats": {
+ "Points": {
+ "value": 10
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 6
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "25mm"
+ },
"loadout1": {
"value": "Arc lance",
"label": "Loadout",
@@ -4817,7 +8646,7 @@
"value": 9
},
"M": {
- "value": "6"
+ "value": 6
},
"WS": {
"value": 3
@@ -4835,7 +8664,7 @@
"value": 1
},
"A": {
- "value": "2"
+ "value": 2
},
"Ld": {
"value": 6
@@ -5018,16 +8847,16 @@
}
}
},
- "Model§Peltast Alpha": {
+ "Model§Serberys Raider": {
"stats": {
"Points": {
- "value": 9
+ "value": 18
},
"M": {
- "value": "6"
+ "value": 12
},
"WS": {
- "value": 3
+ "value": 4
},
"BS": {
"value": 3
@@ -5036,25 +8865,25 @@
"value": 3
},
"T": {
- "value": 3
+ "value": 4
},
"W": {
- "value": 1
+ "value": 2
},
"A": {
- "value": "3"
+ "value": 2
},
"Ld": {
- "value": 7
+ "value": 6
},
"Sv": {
"value": 4
},
"Base": {
- "value": "25mm"
+ "value": "60 x 35mm"
},
"loadout1": {
- "value": "Galvanic caster",
+ "value": "Galvanic carbine",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -5064,73 +8893,35 @@
"-": {
"order": 0
},
- "Galvanic caster": {
+ "Archeo-revolver": {
"order": 1,
"traits": [
{
- "trait": "Wargear§Galvanic caster"
+ "trait": "Weapon§Archeo-revolver"
}
]
},
- "Arc maul": {
+ "Cavalry sabre": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Arc maul"
+ "trait": "Weapon§Cavalry sabre"
}
]
},
- "Arc pistol": {
+ "Clawed limbs": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Arc pistol"
+ "trait": "Weapon§Clawed limbs"
}
]
},
- "Phosphor blast pistol": {
+ "Galvanic carbine": {
"order": 4,
"traits": [
{
- "trait": {
- "item": "Weapon§Phosphor blast pistol",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Power sword": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Radium pistol": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Radium pistol"
- }
- ]
- },
- "Taser goad": {
- "order": 7,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Taser goad",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
+ "trait": "Weapon§Galvanic carbine"
}
]
}
@@ -5139,7 +8930,7 @@
"dynamic": true
},
"loadout2": {
- "value": "-",
+ "value": "Cavalry sabre",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -5149,228 +8940,35 @@
"-": {
"order": 0
},
- "Galvanic caster": {
+ "Archeo-revolver": {
"order": 1,
"traits": [
{
- "trait": "Wargear§Galvanic caster"
+ "trait": "Weapon§Archeo-revolver"
}
]
},
- "Arc maul": {
+ "Cavalry sabre": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Arc maul"
+ "trait": "Weapon§Cavalry sabre"
}
]
},
- "Arc pistol": {
+ "Clawed limbs": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Arc pistol"
+ "trait": "Weapon§Clawed limbs"
}
]
},
- "Phosphor blast pistol": {
+ "Galvanic carbine": {
"order": 4,
"traits": [
{
- "trait": {
- "item": "Weapon§Phosphor blast pistol",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Power sword": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Radium pistol": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Radium pistol"
- }
- ]
- },
- "Taser goad": {
- "order": 7,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Taser goad",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Terrax-pattern Termite": {
- "stats": {
- "Points": {
- "value": 180
- },
- "M": {
- "value": "8"
- },
- "WS": {
- "value": 4
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 7
- },
- "T": {
- "value": 8
- },
- "W": {
- "value": 14,
- "max": 14,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "Use model"
- },
- "loadout1": {
- "value": "Terrax melta cutter",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Termite drill": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Termite drill"
- }
- ]
- },
- "Terrax heavy flamer": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Terrax heavy flamer"
- }
- ]
- },
- "Terrax melta cutter": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Terrax melta cutter"
- }
- ]
- },
- "Terrax storm bolter": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Terrax storm bolter"
- }
- ]
- },
- "Twin Terrax volkite charger": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Twin Terrax volkite charger"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Termite drill",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Termite drill": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Termite drill"
- }
- ]
- },
- "Terrax heavy flamer": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Terrax heavy flamer"
- }
- ]
- },
- "Terrax melta cutter": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Terrax melta cutter"
- }
- ]
- },
- "Terrax storm bolter": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Terrax storm bolter"
- }
- ]
- },
- "Twin Terrax volkite charger": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Twin Terrax volkite charger"
+ "trait": "Weapon§Galvanic carbine"
}
]
}
@@ -5379,7 +8977,7 @@
"dynamic": true
},
"loadout3": {
- "value": "-",
+ "value": "Clawed limbs",
"label": "Loadout",
"statType": "rank",
"statOrder": 3,
@@ -5389,347 +8987,35 @@
"-": {
"order": 0
},
- "Termite drill": {
+ "Archeo-revolver": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Termite drill"
+ "trait": "Weapon§Archeo-revolver"
}
]
},
- "Terrax heavy flamer": {
+ "Cavalry sabre": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Terrax heavy flamer"
+ "trait": "Weapon§Cavalry sabre"
}
]
},
- "Terrax melta cutter": {
+ "Clawed limbs": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Terrax melta cutter"
+ "trait": "Weapon§Clawed limbs"
}
]
},
- "Terrax storm bolter": {
+ "Galvanic carbine": {
"order": 4,
"traits": [
{
- "trait": "Weapon§Terrax storm bolter"
- }
- ]
- },
- "Twin Terrax volkite charger": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Twin Terrax volkite charger"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "7",
- "min": "4",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "3",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "3",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Tech-Priest Manipulus": {
- "stats": {
- "Points": {
- "value": 80
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 4
- },
- "T": {
- "value": 4
- },
- "W": {
- "value": 5
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 2
- },
- "Base": {
- "value": "50mm"
- },
- "loadout1": {
- "value": "Magnarail lance",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Magnarail lance": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Magnarail lance"
- }
- ]
- },
- "Manipulus mechadendrites": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Manipulus mechadendrites"
- }
- ]
- },
- "Omnissian staff": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Omnissian staff"
- }
- ]
- },
- "Transonic cannon": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Transonic cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Manipulus mechadendrites",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Magnarail lance": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Magnarail lance"
- }
- ]
- },
- "Manipulus mechadendrites": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Manipulus mechadendrites"
- }
- ]
- },
- "Omnissian staff": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Omnissian staff"
- }
- ]
- },
- "Transonic cannon": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Transonic cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Omnissian staff",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Magnarail lance": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Magnarail lance"
- }
- ]
- },
- "Manipulus mechadendrites": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Manipulus mechadendrites"
- }
- ]
- },
- "Omnissian staff": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Omnissian staff"
- }
- ]
- },
- "Transonic cannon": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Transonic cannon"
+ "trait": "Weapon§Galvanic carbine"
}
]
}
@@ -5748,35 +9034,35 @@
"-": {
"order": 0
},
- "Magnarail lance": {
+ "Archeo-revolver": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Magnarail lance"
+ "trait": "Weapon§Archeo-revolver"
}
]
},
- "Manipulus mechadendrites": {
+ "Cavalry sabre": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Manipulus mechadendrites"
+ "trait": "Weapon§Cavalry sabre"
}
]
},
- "Omnissian staff": {
+ "Clawed limbs": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Omnissian staff"
+ "trait": "Weapon§Clawed limbs"
}
]
},
- "Transonic cannon": {
+ "Galvanic carbine": {
"order": 4,
"traits": [
{
- "trait": "Weapon§Transonic cannon"
+ "trait": "Weapon§Galvanic carbine"
}
]
}
@@ -5786,315 +9072,43 @@
}
}
},
- "Model§Skorpius Dunerider": {
+ "Model§Serberys Raider Alpha": {
"stats": {
"Points": {
- "value": 95
+ "value": 18
},
"M": {
- "value": "12"
+ "value": 12
},
"WS": {
- "value": 6
+ "value": 4
},
"BS": {
"value": 3
},
"S": {
- "value": 6
+ "value": 3
},
"T": {
- "value": 6
+ "value": 4
},
"W": {
- "value": 12,
- "max": 12,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
+ "value": 2
},
"A": {
- "value": "3"
+ "value": 3
},
"Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "Use model"
- },
- "loadout1": {
- "value": "Cognis heavy stubber",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Cognis heavy stubber": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Cognis heavy stubber"
- }
- ]
- },
- "Twin cognis heavy stubber": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Twin cognis heavy stubber"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Twin cognis heavy stubber",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Cognis heavy stubber": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Cognis heavy stubber"
- }
- ]
- },
- "Twin cognis heavy stubber": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Twin cognis heavy stubber"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Cognis heavy stubber": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Cognis heavy stubber"
- }
- ]
- },
- "Twin cognis heavy stubber": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Twin cognis heavy stubber"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "6",
- "min": "4",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "9",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "3",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "6",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Skorpius Disintegrator": {
- "stats": {
- "Points": {
- "value": 145
- },
- "M": {
- "value": "12"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 6
- },
- "T": {
"value": 7
},
- "W": {
- "value": 12,
- "max": 12,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
"Sv": {
- "value": 3
+ "value": 4
},
"Base": {
- "value": "Use model"
+ "value": "60 x 35mm"
},
"loadout1": {
- "value": "Cognis heavy stubber",
+ "value": "Archeo-revolver",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -6104,35 +9118,35 @@
"-": {
"order": 0
},
- "Belleros energy cannon": {
+ "Archeo-revolver": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Belleros energy cannon"
+ "trait": "Weapon§Archeo-revolver"
}
]
},
- "Cognis heavy stubber": {
+ "Cavalry sabre": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Cognis heavy stubber"
+ "trait": "Weapon§Cavalry sabre"
}
]
},
- "Disruptor missile launcher": {
+ "Clawed limbs": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Disruptor missile launcher"
+ "trait": "Weapon§Clawed limbs"
}
]
},
- "Ferrumite cannon": {
+ "Galvanic carbine": {
"order": 4,
"traits": [
{
- "trait": "Weapon§Ferrumite cannon"
+ "trait": "Weapon§Galvanic carbine"
}
]
}
@@ -6141,7 +9155,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Disruptor missile launcher",
+ "value": "Galvanic carbine",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -6151,35 +9165,35 @@
"-": {
"order": 0
},
- "Belleros energy cannon": {
+ "Archeo-revolver": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Belleros energy cannon"
+ "trait": "Weapon§Archeo-revolver"
}
]
},
- "Cognis heavy stubber": {
+ "Cavalry sabre": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Cognis heavy stubber"
+ "trait": "Weapon§Cavalry sabre"
}
]
},
- "Disruptor missile launcher": {
+ "Clawed limbs": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Disruptor missile launcher"
+ "trait": "Weapon§Clawed limbs"
}
]
},
- "Ferrumite cannon": {
+ "Galvanic carbine": {
"order": 4,
"traits": [
{
- "trait": "Weapon§Ferrumite cannon"
+ "trait": "Weapon§Galvanic carbine"
}
]
}
@@ -6188,7 +9202,7 @@
"dynamic": true
},
"loadout3": {
- "value": "Belleros energy cannon",
+ "value": "Cavalry sabre",
"label": "Loadout",
"statType": "rank",
"statOrder": 3,
@@ -6198,35 +9212,35 @@
"-": {
"order": 0
},
- "Belleros energy cannon": {
+ "Archeo-revolver": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Belleros energy cannon"
+ "trait": "Weapon§Archeo-revolver"
}
]
},
- "Cognis heavy stubber": {
+ "Cavalry sabre": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Cognis heavy stubber"
+ "trait": "Weapon§Cavalry sabre"
}
]
},
- "Disruptor missile launcher": {
+ "Clawed limbs": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Disruptor missile launcher"
+ "trait": "Weapon§Clawed limbs"
}
]
},
- "Ferrumite cannon": {
+ "Galvanic carbine": {
"order": 4,
"traits": [
{
- "trait": "Weapon§Ferrumite cannon"
+ "trait": "Weapon§Galvanic carbine"
}
]
}
@@ -6235,7 +9249,7 @@
"dynamic": true
},
"loadout4": {
- "value": "-",
+ "value": "Clawed limbs",
"label": "Loadout",
"statType": "rank",
"statOrder": 4,
@@ -6245,204 +9259,88 @@
"-": {
"order": 0
},
- "Belleros energy cannon": {
+ "Archeo-revolver": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Belleros energy cannon"
+ "trait": "Weapon§Archeo-revolver"
}
]
},
- "Cognis heavy stubber": {
+ "Cavalry sabre": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Cognis heavy stubber"
+ "trait": "Weapon§Cavalry sabre"
}
]
},
- "Disruptor missile launcher": {
+ "Clawed limbs": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Disruptor missile launcher"
+ "trait": "Weapon§Clawed limbs"
}
]
},
- "Ferrumite cannon": {
+ "Galvanic carbine": {
"order": 4,
"traits": [
{
- "trait": "Weapon§Ferrumite cannon"
+ "trait": "Weapon§Galvanic carbine"
}
]
}
},
"visibility": "active",
"dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "6",
- "min": "4",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "9",
- "iterations": 1
+ },
+ "loadout5": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 5,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
},
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
+ "Archeo-revolver": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Archeo-revolver"
+ }
+ ]
},
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "3",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "6",
- "iterations": 1
+ "Cavalry sabre": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Cavalry sabre"
+ }
+ ]
},
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
+ "Clawed limbs": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Clawed limbs"
+ }
+ ]
},
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
+ "Galvanic carbine": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Galvanic carbine"
+ }
+ ]
}
- ]
- }
- }
- },
- "Model§X-101": {
- "stats": {
- "Points": {
- "value": 25
- },
- "M": {
- "value": "5"
- },
- "WS": {
- "value": 5
- },
- "BS": {
- "value": 5
- },
- "S": {
- "value": 4
- },
- "T": {
- "value": 4
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 6
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "32mm"
+ },
+ "visibility": "active",
+ "dynamic": true
}
}
},
@@ -6452,7 +9350,7 @@
"value": 20
},
"M": {
- "value": "12"
+ "value": 12
},
"WS": {
"value": 4
@@ -6470,7 +9368,7 @@
"value": 2
},
"A": {
- "value": "2"
+ "value": 2
},
"Ld": {
"value": 6
@@ -6741,7 +9639,7 @@
"value": 20
},
"M": {
- "value": "12"
+ "value": 12
},
"WS": {
"value": 4
@@ -6759,7 +9657,7 @@
"value": 2
},
"A": {
- "value": "3"
+ "value": 3
},
"Ld": {
"value": 7
@@ -7087,31 +9985,31 @@
}
}
},
- "Model§Serberys Raider": {
+ "Model§Servitor": {
"stats": {
"Points": {
- "value": 18
+ "value": 0
},
"M": {
- "value": "12"
+ "value": 5
},
"WS": {
- "value": 4
+ "value": 5
},
"BS": {
- "value": 3
+ "value": 5
},
"S": {
"value": 3
},
"T": {
- "value": 4
+ "value": 3
},
"W": {
- "value": 2
+ "value": 1
},
"A": {
- "value": "2"
+ "value": 1
},
"Ld": {
"value": 6
@@ -7120,10 +10018,10 @@
"value": 4
},
"Base": {
- "value": "60 x 35mm"
+ "value": "25mm"
},
"loadout1": {
- "value": "Galvanic carbine",
+ "value": "Servo-arm",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -7133,35 +10031,35 @@
"-": {
"order": 0
},
- "Archeo-revolver": {
+ "Plasma cannon": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Archeo-revolver"
+ "trait": "Wargear§Plasma cannon"
}
]
},
- "Cavalry sabre": {
+ "Heavy bolter": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Cavalry sabre"
+ "trait": "Weapon§Heavy bolter"
}
]
},
- "Clawed limbs": {
+ "Multi-melta": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Clawed limbs"
+ "trait": "Weapon§Multi-melta"
}
]
},
- "Galvanic carbine": {
+ "Servo-arm": {
"order": 4,
"traits": [
{
- "trait": "Weapon§Galvanic carbine"
+ "trait": "Weapon§Servo-arm"
}
]
}
@@ -7170,7 +10068,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Cavalry sabre",
+ "value": "-",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -7180,129 +10078,35 @@
"-": {
"order": 0
},
- "Archeo-revolver": {
+ "Plasma cannon": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Archeo-revolver"
+ "trait": "Wargear§Plasma cannon"
}
]
},
- "Cavalry sabre": {
+ "Heavy bolter": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Cavalry sabre"
+ "trait": "Weapon§Heavy bolter"
}
]
},
- "Clawed limbs": {
+ "Multi-melta": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Clawed limbs"
+ "trait": "Weapon§Multi-melta"
}
]
},
- "Galvanic carbine": {
+ "Servo-arm": {
"order": 4,
"traits": [
{
- "trait": "Weapon§Galvanic carbine"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Clawed limbs",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Archeo-revolver": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Archeo-revolver"
- }
- ]
- },
- "Cavalry sabre": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Cavalry sabre"
- }
- ]
- },
- "Clawed limbs": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Clawed limbs"
- }
- ]
- },
- "Galvanic carbine": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Galvanic carbine"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Archeo-revolver": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Archeo-revolver"
- }
- ]
- },
- "Cavalry sabre": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Cavalry sabre"
- }
- ]
- },
- "Clawed limbs": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Clawed limbs"
- }
- ]
- },
- "Galvanic carbine": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Galvanic carbine"
+ "trait": "Weapon§Servo-arm"
}
]
}
@@ -7312,285 +10116,13 @@
}
}
},
- "Model§Serberys Raider Alpha": {
- "stats": {
- "Points": {
- "value": 18
- },
- "M": {
- "value": "12"
- },
- "WS": {
- "value": 4
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 4
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "60 x 35mm"
- },
- "loadout1": {
- "value": "Archeo-revolver",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Archeo-revolver": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Archeo-revolver"
- }
- ]
- },
- "Cavalry sabre": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Cavalry sabre"
- }
- ]
- },
- "Clawed limbs": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Clawed limbs"
- }
- ]
- },
- "Galvanic carbine": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Galvanic carbine"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Galvanic carbine",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Archeo-revolver": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Archeo-revolver"
- }
- ]
- },
- "Cavalry sabre": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Cavalry sabre"
- }
- ]
- },
- "Clawed limbs": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Clawed limbs"
- }
- ]
- },
- "Galvanic carbine": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Galvanic carbine"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Cavalry sabre",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Archeo-revolver": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Archeo-revolver"
- }
- ]
- },
- "Cavalry sabre": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Cavalry sabre"
- }
- ]
- },
- "Clawed limbs": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Clawed limbs"
- }
- ]
- },
- "Galvanic carbine": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Galvanic carbine"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "Clawed limbs",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Archeo-revolver": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Archeo-revolver"
- }
- ]
- },
- "Cavalry sabre": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Cavalry sabre"
- }
- ]
- },
- "Clawed limbs": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Clawed limbs"
- }
- ]
- },
- "Galvanic carbine": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Galvanic carbine"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout5": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 5,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Archeo-revolver": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Archeo-revolver"
- }
- ]
- },
- "Cavalry sabre": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Cavalry sabre"
- }
- ]
- },
- "Clawed limbs": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Clawed limbs"
- }
- ]
- },
- "Galvanic carbine": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Galvanic carbine"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Pteraxii Sterylizor": {
+ "Model§Sicarian Infiltrator": {
"stats": {
"Points": {
"value": 19
},
"M": {
- "value": "12"
+ "value": 8
},
"WS": {
"value": 3
@@ -7608,7 +10140,7 @@
"value": 2
},
"A": {
- "value": "2"
+ "value": 2
},
"Ld": {
"value": 6
@@ -7620,7 +10152,7 @@
"value": "40mm"
},
"loadout1": {
- "value": "Phosphor torch",
+ "value": "Stubcarbine",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -7638,19 +10170,26 @@
}
]
},
- "Phosphor torch": {
+ "Power sword": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Phosphor torch"
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
}
]
},
- "Pteraxii talons": {
+ "Stubcarbine": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Pteraxii talons"
+ "trait": "Weapon§Stubcarbine"
}
]
},
@@ -7667,7 +10206,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Pteraxii talons",
+ "value": "Power sword",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -7685,19 +10224,26 @@
}
]
},
- "Phosphor torch": {
+ "Power sword": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Phosphor torch"
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
}
]
},
- "Pteraxii talons": {
+ "Stubcarbine": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Pteraxii talons"
+ "trait": "Weapon§Stubcarbine"
}
]
},
@@ -7732,19 +10278,26 @@
}
]
},
- "Phosphor torch": {
+ "Power sword": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Phosphor torch"
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
}
]
},
- "Pteraxii talons": {
+ "Stubcarbine": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Pteraxii talons"
+ "trait": "Weapon§Stubcarbine"
}
]
},
@@ -7762,13 +10315,13 @@
}
}
},
- "Model§Pteraxii Sterylizor Alpha": {
+ "Model§Sicarian Infiltrator Princeps": {
"stats": {
"Points": {
"value": 19
},
"M": {
- "value": "12"
+ "value": 8
},
"WS": {
"value": 3
@@ -7786,7 +10339,7 @@
"value": 2
},
"A": {
- "value": "3"
+ "value": 3
},
"Ld": {
"value": 7
@@ -7798,7 +10351,7 @@
"value": "40mm"
},
"loadout1": {
- "value": "Flechette blaster",
+ "value": "Stubcarbine",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -7816,19 +10369,26 @@
}
]
},
- "Phosphor torch": {
+ "Power sword": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Phosphor torch"
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
}
]
},
- "Pteraxii talons": {
+ "Stubcarbine": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Pteraxii talons"
+ "trait": "Weapon§Stubcarbine"
}
]
},
@@ -7845,7 +10405,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Pteraxii talons",
+ "value": "Power sword",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -7863,19 +10423,26 @@
}
]
},
- "Phosphor torch": {
+ "Power sword": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Phosphor torch"
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
}
]
},
- "Pteraxii talons": {
+ "Stubcarbine": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Pteraxii talons"
+ "trait": "Weapon§Stubcarbine"
}
]
},
@@ -7892,7 +10459,7 @@
"dynamic": true
},
"loadout3": {
- "value": "Taser goad",
+ "value": "-",
"label": "Loadout",
"statType": "rank",
"statOrder": 3,
@@ -7910,66 +10477,26 @@
}
]
},
- "Phosphor torch": {
+ "Power sword": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Phosphor torch"
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
}
]
},
- "Pteraxii talons": {
+ "Stubcarbine": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Pteraxii talons"
- }
- ]
- },
- "Taser goad": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Taser goad"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Flechette blaster": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Flechette blaster"
- }
- ]
- },
- "Phosphor torch": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Phosphor torch"
- }
- ]
- },
- "Pteraxii talons": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Pteraxii talons"
+ "trait": "Weapon§Stubcarbine"
}
]
},
@@ -7987,13 +10514,13 @@
}
}
},
- "Model§Pteraxii Skystalker": {
+ "Model§Sicarian Ruststalker": {
"stats": {
"Points": {
- "value": 17
+ "value": 18
},
"M": {
- "value": "12"
+ "value": 8
},
"WS": {
"value": 3
@@ -8011,7 +10538,7 @@
"value": 2
},
"A": {
- "value": "2"
+ "value": 3
},
"Ld": {
"value": 6
@@ -8023,7 +10550,7 @@
"value": "40mm"
},
"loadout1": {
- "value": "Flechette carbine",
+ "value": "Chordclaw",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -8033,27 +10560,27 @@
"-": {
"order": 0
},
- "Flechette blaster": {
+ "Chordclaw": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Flechette blaster"
+ "trait": "Weapon§Chordclaw"
}
]
},
- "Flechette carbine": {
+ "Transonic blades": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Flechette carbine"
+ "trait": "Weapon§Transonic blades"
}
]
},
- "Taser goad": {
+ "Transonic razor": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Taser goad"
+ "trait": "Weapon§Transonic razor"
}
]
}
@@ -8062,7 +10589,7 @@
"dynamic": true
},
"loadout2": {
- "value": "-",
+ "value": "Transonic razor",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -8072,27 +10599,66 @@
"-": {
"order": 0
},
- "Flechette blaster": {
+ "Chordclaw": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Flechette blaster"
+ "trait": "Weapon§Chordclaw"
}
]
},
- "Flechette carbine": {
+ "Transonic blades": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Flechette carbine"
+ "trait": "Weapon§Transonic blades"
}
]
},
- "Taser goad": {
+ "Transonic razor": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Taser goad"
+ "trait": "Weapon§Transonic razor"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Chordclaw": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Chordclaw"
+ }
+ ]
+ },
+ "Transonic blades": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Transonic blades"
+ }
+ ]
+ },
+ "Transonic razor": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Transonic razor"
}
]
}
@@ -8102,13 +10668,13 @@
}
}
},
- "Model§Pteraxii Skystalker Alpha": {
+ "Model§Sicarian Ruststalker Princeps": {
"stats": {
"Points": {
- "value": 17
+ "value": 18
},
"M": {
- "value": "12"
+ "value": 8
},
"WS": {
"value": 3
@@ -8126,7 +10692,7 @@
"value": 2
},
"A": {
- "value": "3"
+ "value": 4
},
"Ld": {
"value": 7
@@ -8138,7 +10704,7 @@
"value": "40mm"
},
"loadout1": {
- "value": "Flechette blaster",
+ "value": "Chordclaw",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -8148,27 +10714,27 @@
"-": {
"order": 0
},
- "Flechette blaster": {
+ "Chordclaw": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Flechette blaster"
+ "trait": "Weapon§Chordclaw"
}
]
},
- "Flechette carbine": {
+ "Transonic blades": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Flechette carbine"
+ "trait": "Weapon§Transonic blades"
}
]
},
- "Taser goad": {
+ "Transonic razor": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Taser goad"
+ "trait": "Weapon§Transonic razor"
}
]
}
@@ -8177,7 +10743,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Taser goad",
+ "value": "Transonic razor",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -8187,27 +10753,27 @@
"-": {
"order": 0
},
- "Flechette blaster": {
+ "Chordclaw": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Flechette blaster"
+ "trait": "Weapon§Chordclaw"
}
]
},
- "Flechette carbine": {
+ "Transonic blades": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Flechette carbine"
+ "trait": "Weapon§Transonic blades"
}
]
},
- "Taser goad": {
+ "Transonic razor": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Taser goad"
+ "trait": "Weapon§Transonic razor"
}
]
}
@@ -8226,27 +10792,27 @@
"-": {
"order": 0
},
- "Flechette blaster": {
+ "Chordclaw": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Flechette blaster"
+ "trait": "Weapon§Chordclaw"
}
]
},
- "Flechette carbine": {
+ "Transonic blades": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Flechette carbine"
+ "trait": "Weapon§Transonic blades"
}
]
},
- "Taser goad": {
+ "Transonic razor": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Taser goad"
+ "trait": "Weapon§Transonic razor"
}
]
}
@@ -8256,51 +10822,43 @@
}
}
},
- "Model§Archaeopter Transvector": {
+ "Model§Skitarii Ranger": {
"stats": {
"Points": {
- "value": 110
+ "value": 9
},
"M": {
- "value": "20-50"
+ "value": 6
},
"WS": {
- "value": 5
+ "value": 4
},
"BS": {
"value": 3
},
"S": {
- "value": 6
- },
- "T": {
- "value": 7
- },
- "W": {
- "value": 10,
- "max": 10,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
"value": 3
},
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 1
+ },
+ "Ld": {
+ "value": 6
+ },
+ "Sv": {
+ "value": 4
+ },
"Base": {
- "value": "170 x 109mm"
+ "value": "25mm"
},
"loadout1": {
- "value": "Cognis heavy stubber",
+ "value": "Galvanic rifle",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -8310,19 +10868,97 @@
"-": {
"order": 0
},
- "Cognis heavy stubber": {
+ "Plasma caliver": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Cognis heavy stubber"
+ "trait": "Wargear§Plasma caliver"
}
]
},
- "Twin cognis heavy stubber": {
+ "Arc maul": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Twin cognis heavy stubber"
+ "trait": "Weapon§Arc maul"
+ }
+ ]
+ },
+ "Arc pistol": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Arc pistol",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Arc rifle": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Arc rifle"
+ }
+ ]
+ },
+ "Galvanic rifle": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Galvanic rifle"
+ }
+ ]
+ },
+ "Phosphor blast pistol": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Phosphor blast pistol"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Radium pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Radium pistol"
+ }
+ ]
+ },
+ "Taser goad": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Taser goad",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Transuranic arquebus": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Transuranic arquebus"
}
]
}
@@ -8331,7 +10967,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Twin cognis heavy stubber",
+ "value": "-",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -8341,261 +10977,143 @@
"-": {
"order": 0
},
- "Cognis heavy stubber": {
+ "Plasma caliver": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Cognis heavy stubber"
+ "trait": "Wargear§Plasma caliver"
}
]
},
- "Twin cognis heavy stubber": {
+ "Arc maul": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Twin cognis heavy stubber"
+ "trait": "Weapon§Arc maul"
+ }
+ ]
+ },
+ "Arc pistol": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Arc pistol",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Arc rifle": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Arc rifle"
+ }
+ ]
+ },
+ "Galvanic rifle": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Galvanic rifle"
+ }
+ ]
+ },
+ "Phosphor blast pistol": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Phosphor blast pistol"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Radium pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Radium pistol"
+ }
+ ]
+ },
+ "Taser goad": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Taser goad",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Transuranic arquebus": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Transuranic arquebus"
}
]
}
},
"visibility": "active",
"dynamic": true
- },
- "loadout3": {
- "value": "Twin cognis heavy stubber",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Cognis heavy stubber": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Cognis heavy stubber"
- }
- ]
- },
- "Twin cognis heavy stubber": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Twin cognis heavy stubber"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Cognis heavy stubber": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Cognis heavy stubber"
- }
- ]
- },
- "Twin cognis heavy stubber": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Twin cognis heavy stubber"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "5",
- "min": "3",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "20-35",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "2",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "20-25",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
}
}
},
- "Model§Archaeopter Stratoraptor": {
+ "Model§Skitarii Ranger Alpha": {
"stats": {
"Points": {
- "value": 180
+ "value": 9
},
"M": {
- "value": "20-50"
+ "value": 6
},
"WS": {
- "value": 5
+ "value": 4
},
"BS": {
"value": 3
},
"S": {
- "value": 6
- },
- "T": {
- "value": 7
- },
- "W": {
- "value": 10,
- "max": 10,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
"value": 3
},
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 4
+ },
"Base": {
- "value": "170 x 109mm"
+ "value": "25mm"
},
"loadout1": {
- "value": "Cognis heavy stubber",
+ "value": "Galvanic rifle",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -8605,27 +11123,97 @@
"-": {
"order": 0
},
- "Cognis heavy stubber": {
+ "Plasma caliver": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Cognis heavy stubber"
+ "trait": "Wargear§Plasma caliver"
}
]
},
- "Heavy phosphor blaster": {
+ "Arc maul": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Heavy phosphor blaster"
+ "trait": "Weapon§Arc maul"
}
]
},
- "Twin cognis lascannon": {
+ "Arc pistol": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Twin cognis lascannon"
+ "trait": {
+ "item": "Weapon§Arc pistol",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Arc rifle": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Arc rifle"
+ }
+ ]
+ },
+ "Galvanic rifle": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Galvanic rifle"
+ }
+ ]
+ },
+ "Phosphor blast pistol": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Phosphor blast pistol"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Radium pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Radium pistol"
+ }
+ ]
+ },
+ "Taser goad": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Taser goad",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Transuranic arquebus": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Transuranic arquebus"
}
]
}
@@ -8634,7 +11222,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Heavy phosphor blaster",
+ "value": "-",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -8644,324 +11232,143 @@
"-": {
"order": 0
},
- "Cognis heavy stubber": {
+ "Plasma caliver": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Cognis heavy stubber"
+ "trait": "Wargear§Plasma caliver"
}
]
},
- "Heavy phosphor blaster": {
+ "Arc maul": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Heavy phosphor blaster"
+ "trait": "Weapon§Arc maul"
}
]
},
- "Twin cognis lascannon": {
+ "Arc pistol": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Twin cognis lascannon"
+ "trait": {
+ "item": "Weapon§Arc pistol",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Arc rifle": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Arc rifle"
+ }
+ ]
+ },
+ "Galvanic rifle": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Galvanic rifle"
+ }
+ ]
+ },
+ "Phosphor blast pistol": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Phosphor blast pistol"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Radium pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Radium pistol"
+ }
+ ]
+ },
+ "Taser goad": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Taser goad",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Transuranic arquebus": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Transuranic arquebus"
}
]
}
},
"visibility": "active",
"dynamic": true
- },
- "loadout3": {
- "value": "Twin cognis lascannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Cognis heavy stubber": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Cognis heavy stubber"
- }
- ]
- },
- "Heavy phosphor blaster": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Heavy phosphor blaster"
- }
- ]
- },
- "Twin cognis lascannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin cognis lascannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "Twin cognis lascannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Cognis heavy stubber": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Cognis heavy stubber"
- }
- ]
- },
- "Heavy phosphor blaster": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Heavy phosphor blaster"
- }
- ]
- },
- "Twin cognis lascannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin cognis lascannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout5": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 5,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Cognis heavy stubber": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Cognis heavy stubber"
- }
- ]
- },
- "Heavy phosphor blaster": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Heavy phosphor blaster"
- }
- ]
- },
- "Twin cognis lascannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin cognis lascannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "5",
- "min": "3",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "20-35",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "2",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "20-25",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
}
}
},
- "Model§Archaeopter Fusilave": {
+ "Model§Skitarii Vanguard": {
"stats": {
"Points": {
- "value": 150
+ "value": 9
},
"M": {
- "value": "20-50"
+ "value": 6
},
"WS": {
- "value": 5
+ "value": 4
},
"BS": {
"value": 3
},
"S": {
- "value": 6
- },
- "T": {
- "value": 7
- },
- "W": {
- "value": 10,
- "max": 10,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
"value": 3
},
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 1
+ },
+ "Ld": {
+ "value": 6
+ },
+ "Sv": {
+ "value": 4
+ },
"Base": {
- "value": "170 x 109mm"
+ "value": "25mm"
},
"loadout1": {
- "value": "Cognis heavy stubber",
+ "value": "Radium carbine",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -8971,11 +11378,97 @@
"-": {
"order": 0
},
- "Cognis heavy stubber": {
+ "Plasma caliver": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Cognis heavy stubber"
+ "trait": "Wargear§Plasma caliver"
+ }
+ ]
+ },
+ "Arc maul": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Arc maul"
+ }
+ ]
+ },
+ "Arc pistol": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Arc pistol",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Arc rifle": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Arc rifle"
+ }
+ ]
+ },
+ "Phosphor blast pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Phosphor blast pistol"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Radium carbine": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Radium carbine"
+ }
+ ]
+ },
+ "Radium pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Radium pistol"
+ }
+ ]
+ },
+ "Taser goad": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Taser goad",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Transuranic arquebus": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Transuranic arquebus"
}
]
}
@@ -8984,7 +11477,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Cognis heavy stubber",
+ "value": "-",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -8994,34 +11487,352 @@
"-": {
"order": 0
},
- "Cognis heavy stubber": {
+ "Plasma caliver": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Cognis heavy stubber"
+ "trait": "Wargear§Plasma caliver"
+ }
+ ]
+ },
+ "Arc maul": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Arc maul"
+ }
+ ]
+ },
+ "Arc pistol": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Arc pistol",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Arc rifle": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Arc rifle"
+ }
+ ]
+ },
+ "Phosphor blast pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Phosphor blast pistol"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Radium carbine": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Radium carbine"
+ }
+ ]
+ },
+ "Radium pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Radium pistol"
+ }
+ ]
+ },
+ "Taser goad": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Taser goad",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Transuranic arquebus": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Transuranic arquebus"
}
]
}
},
"visibility": "active",
"dynamic": true
+ }
+ }
+ },
+ "Model§Skitarii Vanguard Alpha": {
+ "stats": {
+ "Points": {
+ "value": 9
},
- "loadout3": {
- "value": "-",
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 4
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Radium carbine",
"label": "Loadout",
"statType": "rank",
- "statOrder": 3,
+ "statOrder": 1,
"group": "Loadout",
"groupOrder": 2,
"ranks": {
"-": {
"order": 0
},
- "Cognis heavy stubber": {
+ "Plasma caliver": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Cognis heavy stubber"
+ "trait": "Wargear§Plasma caliver"
+ }
+ ]
+ },
+ "Arc maul": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Arc maul"
+ }
+ ]
+ },
+ "Arc pistol": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Arc pistol",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Arc rifle": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Arc rifle"
+ }
+ ]
+ },
+ "Phosphor blast pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Phosphor blast pistol"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Radium carbine": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Radium carbine"
+ }
+ ]
+ },
+ "Radium pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Radium pistol"
+ }
+ ]
+ },
+ "Taser goad": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Taser goad",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Transuranic arquebus": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Transuranic arquebus"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Plasma caliver": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Plasma caliver"
+ }
+ ]
+ },
+ "Arc maul": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Arc maul"
+ }
+ ]
+ },
+ "Arc pistol": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Arc pistol",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Arc rifle": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Arc rifle"
+ }
+ ]
+ },
+ "Phosphor blast pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Phosphor blast pistol"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Radium carbine": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Radium carbine"
+ }
+ ]
+ },
+ "Radium pistol": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Radium pistol"
+ }
+ ]
+ },
+ "Taser goad": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Taser goad",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Transuranic arquebus": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Transuranic arquebus"
}
]
}
@@ -9029,159 +11840,33 @@
"visibility": "active",
"dynamic": true
}
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "5",
- "min": "3",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "20-35",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "2",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "20-25",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
- }
}
},
- "Model§Technoarcheologist": {
+ "Model§Sydonian Dragoon": {
"stats": {
"Points": {
"value": 55
},
"M": {
- "value": "6"
+ "value": 10
},
"WS": {
- "value": 4
+ "value": 3
},
"BS": {
"value": 3
},
"S": {
- "value": 4
+ "value": 5
},
"T": {
- "value": 4
+ "value": 6
},
"W": {
- "value": 4
+ "value": 6
},
"A": {
- "value": "2"
+ "value": 4
},
"Ld": {
"value": 8
@@ -9190,10 +11875,10 @@
"value": 3
},
"Base": {
- "value": "32mm"
+ "value": "105 x 70mm"
},
"loadout1": {
- "value": "Eradication pistol",
+ "value": "Radium jezzail",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -9203,19 +11888,27 @@
"-": {
"order": 0
},
- "Eradication pistol": {
+ "Phosphor serpenta": {
"order": 1,
"traits": [
{
- "trait": "Wargear§Eradication pistol"
+ "trait": "Weapon§Phosphor serpenta"
}
]
},
- "Servo-arc claw": {
+ "Radium jezzail": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Servo-arc claw"
+ "trait": "Weapon§Radium jezzail"
+ }
+ ]
+ },
+ "Taser lance": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Taser lance"
}
]
}
@@ -9224,7 +11917,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Servo-arc claw",
+ "value": "-",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -9234,50 +11927,27 @@
"-": {
"order": 0
},
- "Eradication pistol": {
+ "Phosphor serpenta": {
"order": 1,
"traits": [
{
- "trait": "Wargear§Eradication pistol"
+ "trait": "Weapon§Phosphor serpenta"
}
]
},
- "Servo-arc claw": {
+ "Radium jezzail": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Servo-arc claw"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Eradication pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Eradication pistol"
+ "trait": "Weapon§Radium jezzail"
}
]
},
- "Servo-arc claw": {
- "order": 2,
+ "Taser lance": {
+ "order": 3,
"traits": [
{
- "trait": "Weapon§Servo-arc claw"
+ "trait": "Weapon§Taser lance"
}
]
}
@@ -9287,2838 +11957,7 @@
}
}
},
- "Model§Skitarii Marshal": {
- "stats": {
- "Points": {
- "value": 55
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 4
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "32mm"
- },
- "loadout1": {
- "value": "Radium serpenta",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Control stave": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Control stave"
- }
- ]
- },
- "Radium serpenta": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Radium serpenta"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Control stave",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Control stave": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Control stave"
- }
- ]
- },
- "Radium serpenta": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Radium serpenta"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Control stave": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Control stave"
- }
- ]
- },
- "Radium serpenta": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Radium serpenta"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Ability§Canticles of the Omnissiah": {
- "text": "If every unit from your army has the **ADEPTUS** MECHANICUS** keyword (excluding AGENT** OF** THE** IMPERIUM**, UNALIGNED** and [KNIGHT** OF** THE** COG](https://wahapedia.ru/wh40k9ed/factions/adeptus-mechanicus/#Knight-of-the-Cog) units), this unit gains a bonus depending on which Canticle of the Omnissiah is active for your army.\n\n\n\nAt the start of the battle round, you can select one Canticle that has not yet been active for your army. If you do so, until the end of the battle round, that Canticle is active for your army.\n\nERROR: The following text was found on another ability with the same name.\n\nIf every unit from your army has the **ADEPTUS** MECHANICUS** keyword (excluding AGENT** OF** THE** IMPERIUM**, UNALIGNED** and [KNIGHT** OF** THE** COG](https://wahapedia.ru/wh40k9ed/factions/adeptus-mechanicus/#Knight-of-the-Cog) units), this unit gains a bonus depending on which Canticle of the Omnissiah is active for your army.\n\n\n\nAt the start of the battle round, you can select one Canticle that has not yet been active for your army. If you do so, until the end of the battle round, that Canticle is active for your army."
- },
- "Ability§Refractor Field": {
- "text": "This model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§Self-repair Mechanisms": {
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), this model can repair itself. If it does so, it regains up to D3 lost wounds. Each model can only be repaired once per turn."
- },
- "Ability§Master of Machines": {
- "text": "",
- "stats": {
- "Forge World": {
- "statType": "term",
- "value": "<FORGE WORLD>",
- "text": "\n\nERROR: The following text was found on another ability with the same name.\n\nAt the end of your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), this model can repair one friendly **{v}** KASTELAN** ROBOT** model within 3\" of it. That KASTELAN** ROBOT** model regains up to D3 lost wounds. Each model can only be repaired once per turn.",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Ability§Lord of Mars": {
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **MARS CORE** unit within 6\" of this model. Until the start of your next Command phase, each time a model in that unit makes an attack, you can re-roll the [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Ability§Bionics": {
- "text": "Models in this unit have a 6+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§Voltagheist Field": {
- "text": "Models in this unit have a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§Siphoned Vigour": {
- "text": "When this unit destroys an enemy unit for the first time, until the end of the battle:\n\n* Add 1 to rolls made for this unit’s **Voltagheist Blast** ability.\n* Models in this unit have a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§Fanatical Devotion": {
- "text": "Each time a model in this unit would lose a wound, roll one D6: on a 5+, that wound is not lost."
- },
- "Ability§Repulsor Grid": {
- "text": "Models in this unit have a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) against ranged attacks. Each time an invulnerable saving throw is made for a model in this unit against a ranged attack, on an unmodified saving roll of 6, the attacking model's unit suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
- },
- "Ability§Battle Protocols": {
- "text": "This unit receives a bonus depending on which protocol is active for it. At the start of the battle, the Aegis Protocol (see below) is active for this unit. To change the unit's active protocol see the [Cybernetica Datasmith](https://wahapedia.ru/wh40k9ed/factions/adeptus-mechanicus/Cybernetica-Datasmith) datasheet. The available protocols are:\n\n* **Aegis Protocol:** While this protocol is active for this unit, models in this unit have a Sv characteristic of 2+.\n* Conqueror Protocol:** While this protocol is active for this unit, you can re-roll [charge rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) made for it and models in this unit have a WS characteristic of 2+.\n* Protector Protocol:** While this protocol is active for this unit, it cannot move (except to [pile in](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Pile-In) or [consolidate](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Consolidate)) and models in this unit have a BS characteristic of 3+."
- },
- "Ability§Explodes": {
- "text": "Each time a model in this unit is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 3\" suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nEach time a model in this unit is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 3\" suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before any embarked models [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) and before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this transport is destroyed, roll one D6 before any embarked models [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) and before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this transport is destroyed, roll one D6 before any embarked models [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) and before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
- },
- "Ability§Mindlock": {
- "text": "\n\nERROR: The following text was found on another ability with the same name.\n\nX-101 has a Weapon Skill and Ballistic Skill characteristic of 4+, and a Leadership characteristic of 9, whilst it is within 6\" of any friendly **TECH-PRIESTS**.",
- "stats": {
- "Forge World": {
- "statType": "term",
- "value": "<FORGE WORLD>",
- "text": "While this unit is within 6\" of any friendly **{v}** TECH-PRIEST** units, models in this unit have a Weapon Skill and Ballistic Skill characteristic of 4+ and a Leadership characteristic of 9. In addition, if your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), then for each <FORGE** WORLD>** TECH-PRIEST** unit included in a Detachment, one <FORGE** WORLD>** SERVITORS** unit can be included in that Detachment without taking up a [Battlefield Role](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role) slot.",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Wargear§Omnispex": {
- "text": "Each time a model in the bearer’s unit makes a ranged attack, the target does not receive the benefits of [Light Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Light-Cover) against that attack.",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- },
- "Wargear§Enhanced data-tether": {
- "text": "While the bearer is on the battlefield:\n\n* The bearer’s unit gains the **DATA-TETHER** keyword.\n* Add 1 to the Leadership characteristic of models in the bearer’s unit.",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- },
- "Ability§Rad-saturation (Aura)": {
- "text": "While an enemy unit (excluding **VEHICLE** units) is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of this unit, subtract 1 from the Strength and Toughness characteristics of models in that enemy unit."
- },
- "Ability§Broad Spectrum Data-tether": {
- "text": "",
- "stats": {
- "Forge World": {
- "statType": "term",
- "value": "<FORGE WORLD>",
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **{v}** SKITARII** CORE** unit within 6\" of this unit. Until the start of your next Command phase, add 1 to the Leadership characteristic of models in that unit and that unit gains the DATA-TETHER** keyword.",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Ability§Incense Cloud": {
- "text": "Each time an attack is made against this unit, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Ability§Emanatus Force Field": {
- "text": "This model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Wargear§Smoke launchers": {
- "text": "The bearer gains the **SMOKESCREEN** keyword."
- },
- "Ability§Kyropatris Field": {
- "text": "Every model in this unit has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§Titan Guard": {
- "text": "Whilst this unit is within 6\" of any friendly **<TITAN LEGION>** TITANIC** models, it can [perform Heroic Interventions](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention) as if it were a [CHARACTER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Characters). This unit is eligible to perform a Heroic Intervention if it is within 6\" horizontally and 5\" vertically of any enemy unit. Each time this unit makes a Heroic Intervention move, it can move up to 6\" instead of 3\". All other rules for Heroic Interventions still apply."
- },
- "Wargear§Mag-inverter shield": {
- "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) against melee attacks. Each time you make an unmodified invulnerable saving throw of 6 against a melee attack for the bearer, the attacking model’s unit suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) after the unit has finished making all of its attacks."
- },
- "Ability§Blind Barrage": {
- "text": "Once per battle, instead of shooting in the [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), this unit can fire a blind barrage. If it does, then until the start of your next Shooting phase, each time a ranged attack is made against this unit, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Ability§Subterranean Assault": {
- "text": "During deployment, you can set up this model underground instead of setting it up on the battlefield. If you do, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) you can set up this unit anywhere on the battlefield that is more than 9\" away from any enemy models. Any embarked models can then [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark), but must be set up on the battlefield more than 9\" away from any enemy models."
- },
- "Ability§Galvanic Field": {
- "text": "",
- "stats": {
- "Forge World": {
- "statType": "term",
- "value": "<FORGE WORLD>",
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **{v}** CORE** unit within 9\" of this model that has not already been selected for this ability this turn. Until the start of your next Command phase, add 6\" to the range of [Galvanic, Arc and Radium weapons](https://wahapedia.ru/wh40k9ed/factions/adeptus-mechanicus/#Weapon-Definitions) models in that unit are equipped with (excluding [Grenade weapons](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#GRENADE)) and each time an attack is made with one of those weapons, the Armour Penetration characteristic of that attack is improved by 1.",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Ability§Salvage Protocols": {
- "text": "Add 1 to [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) for attacks made by X-101 that target a VEHICLE."
- },
- "Ability§Mindless Servant": {
- "text": "X-101 can be included in an [ADEPTUS MECHANICUS Detachment](https://wahapedia.ru/wh40k9ed/factions/adeptus-mechanicus/#Detachment-Rules) without preventing other units in that Detachment from gaining a [Forge World Dogma](https://wahapedia.ru/wh40k9ed/factions/adeptus-mechanicus/#Forge-Worlds). Note, however, that X-101 can never benefit from a Forge World Dogma."
- },
- "Ability§Pistoleers": {
- "text": "Each time this unit [Advances](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance), until the end of the turn, the Type characteristic of [Pistol weapons](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PISTOL) models in this unit are equipped with is changed to Assault. Models in this unit are eligible to shoot with any [Assault weapons](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#ASSAULT) they are equipped with in a turn in which they shot Pistol weapons."
- },
- "Ability§Skirmishing Line": {
- "text": "At the start of the first battle round, models in this unit can make a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move). They cannot end this move within 9\" of any enemy models."
- },
- "Ability§Eye of Serberys": {
- "text": "Each time you select a target for a weapon a model in this unit is equipped with, you can ignore the [Look Out, Sir](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Look-out-Sir) rule. Each time a ranged attack is made by a model in this unit, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
- },
- "Ability§Thermal Riders": {
- "text": "During deployment, you can set up this unit high in the skies instead of setting it up on the battlefield. If you do so, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your Movement phases, you can set up this unit anywhere on the battlefield that is more than 9\" away from any enemy models."
- },
- "Ability§Swooping Strikes": {
- "text": "Each time this unit fights, if it made a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) or was charged, then until that fight is resolved, add 1 to the Attacks characteristic of models in this unit."
- },
- "Wargear§Command uplink": {
- "text": "",
- "stats": {
- "Forge World": {
- "statType": "term",
- "value": "<FORGE WORLD>",
- "text": "The bearer gains the **DATA-TETHER** keyword and the following ability: ‘Command Uplink (Aura)**:** While a friendly **{v}** SKITARII** CORE** unit is within 3\" of this model, add 1 to the Leadership characteristic of models in that unit and that unit gains the DATA-TETHER** keyword.’",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Wargear§Chaff launcher": {
- "text": "The bearer gains the **SMOKESCREEN** keyword. Each time an attack is allocated to the bearer, subtract 1 from the Damage characteristic of that attack (to a minimum of 1).",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- },
- "Ability§Manoeuvrable Craft": {
- "text": "Each time this model makes a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), [Advances](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or [Falls Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back), first pivot it on the spot up to 90° (this does not contribute to how far the model moves), then move the model straight forwards. It can pivot up to 90° one more time, at any point, during the move."
- },
- "Ability§Airborne": {
- "text": "You cannot [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) with this model, and it can only be chosen as a target of a charge if the unit making the charge can [**FLY**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Flying). You can only fight with this model if it is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units that can FLY**, and this model can only make melee attacks against units that can FLY**. Enemy units can only make melee attacks against this model if they can FLY**."
- },
- "Ability§Hover Jet": {
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), this model can hover. If it does so, then until the start of your next Command phase, its Move characteristic becomes 20\" and it loses the **Airborne**, Hard to Hit** and Manoeuvrable Craft** abilities."
- },
- "Ability§Hard to Hit": {
- "text": "Each time a ranged attack is made against this model, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Ability§Bomb Rack": {
- "text": "Once per turn, after this model has moved in your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), you can select one unit it moved across. Roll six D6s for each **VEHICLE** or MONSTER** model in that unit and roll one D6 for each other model in that unit (to a maximum of ten D6s): for each 4+, that unit suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
- },
- "Ability§Secutarii": {
- "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), this unit can be included in an [**ADEPTUS** MECHANICUS** Detachment](https://wahapedia.ru/wh40k9ed/factions/adeptus-mechanicus/#Detachment-Rules) without preventing other units in that Detachment from gaining a [forge world dogma](https://wahapedia.ru/wh40k9ed/factions/adeptus-mechanicus/#Forge-World-Dogmas). Note, however, that this unit can never itself benefit from a forge world dogma."
- },
- "Ability§Doctrina Imperatives": {
- "text": "If every unit from your army has the **ADEPTUS** MECHANICUS** keyword (excluding AGENT** OF** THE** IMPERIUM**, UNALIGNED** and [KNIGHT** OF** THE** COG](https://wahapedia.ru/wh40k9ed/factions/adeptus-mechanicus/#Knight-of-the-Cog) units), this units characteristics are modified depending on which Doctrina Imperative is active for your army. Each Doctrina Imperative has two effects, an Optimisation effect that improves one of this unit’s characteristics, and a Deprecation effect that reduces one of this unit’s characteristics. When a Doctrina Imperative is active, both of these effects will apply to this unit.\n\n\n\nAt the start of the battle round, if there is a **DOCTRINA ASSEMBLER** model from your army on the battlefield, you can select one Doctrina Imperative that has not yet been active for your army. If you do so, until the end of the battle round, that Doctrina Imperative is active for your army."
- },
- "Ability§Lord of the Machine Cult (Aura)": {
- "text": "",
- "stats": {
- "Forge World": {
- "statType": "term",
- "value": "<FORGE WORLD>",
- "text": "While a friendly **ADEPTUS MECHANICUS** CORE** unit is within 6\" of this model, each time a model in that unit makes an attack, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1.\n\nERROR: The following text was found on another ability with the same name.\n\nWhile a friendly **{v}** CORE** unit is within 6\" of this model, each time a model in that unit makes an attack, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1.",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Ability§Lead in Prayer": {
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), you can select one friendly **CULT MECHANICUS** CORE** unit within 6\" of this model. If you do so, then select one Canticle - this can be one that has already been active for your army. Until the start of your next Command phase, both this model and that unit benefit from the selected Canticle instead of the one that is active for your army."
- },
- "Ability§Enhanced Bionics": {
- "text": "This model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n\nERROR: The following text was found on another ability with the same name.\n\nModels in this unit have a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§Omni-scrambler": {
- "text": "Enemy units that are set up on the battlefield as [Reinforcements](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) cannot be set up within 12\" of this unit."
- },
- "Ability§Brotherhood of the Cog": {
- "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), then for each **TECH-PRIEST DOMINUS** or **TECH-PRIEST MANIPULUS** unit included in a Detachment, one **TECH-PRIEST ENGINSEER** or TECHNOARCHEOLOGIST** unit can be included in that Detachment without taking up an additional [Battlefield Role](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role) slot."
- },
- "Ability§Machine Focus": {
- "text": "",
- "stats": {
- "Forge World": {
- "statType": "term",
- "value": "<FORGE WORLD>",
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **{v}** CORE**, **{v}** KATAPHRON** SERVITORS** or **{v}** SERVITORS** unit within 6\" of this model. Until the start of your next Command phase:\n\n* If that unit has the KATAPHRON** SERVITORS** keyword, it can perform [actions](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-Actions) as if it had the INFANTRY** keyword.\n* While that unit is performing an action, it can make ranged attacks without that action failing.",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Ability§Control Edict": {
- "text": "",
- "stats": {
- "Forge World": {
- "statType": "term",
- "value": "<FORGE WORLD>",
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), you can select one friendly **{v}** SKITARII** unit within 9\" of this model or you can select one friendly **{v}** SKITARII** DATA-TETHER** unit anywhere on the battlefield. Until the start of your next Command phase, that unit ignores the Deprecation effect of the currently active Doctrina Imperative.",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Ability§Servo-skull Uplink (Aura)": {
- "text": "",
- "stats": {
- "Forge World": {
- "statType": "term",
- "value": "<FORGE WORLD>",
- "text": "While a friendly **{v}** SKITARII** CORE** unit is within 6\" of this model, each time a model in that unit makes an attack, re-roll a [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1.",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Ability§Awaken the Machine": {
- "text": "",
- "stats": {
- "Forge World": {
- "statType": "term",
- "value": "<FORGE WORLD>",
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), this model can awaken one friendly **{v}** VEHICLE** model (excluding **KASTELAN ROBOT** models) within 3\" of it. Until the start of your next Command phase, each time that model makes an attack, add 1 to that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll). Each model can only be awakened once per turn.",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Ability§Rangers": {
- "text": "At the start of the first battle round, models in this unit can make a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move) of up to 3\". They cannot end this move within 9\" of any enemy models."
- },
- "Ability§Tracked Mobility": {
- "text": "Models in this unit can move through the walls, girders, chains and foliage of [terrain features](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-Features-1) with the [Breachable](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Breachable) terrain trait without impediment."
- },
- "Ability§Voltagheist Blast": {
- "text": "After this unit finishes a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit), select one enemy unit within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of this unit and roll one D6 for each model from this unit that is within Engagement Range of that enemy unit: for each 6+, that enemy unit suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
- },
- "Ability§Motive Force Sight": {
- "text": "Each time a model in this unit makes a ranged attack, you can ignore any or all [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) and Ballistic Skill modifiers."
- },
- "Ability§Battle Codifier": {
- "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), then for each **KASTELAN ROBOTS** unit included in a Detachment, a CYBERNETICA** DATASMITH** unit can be included in that Detachment without taking up an additional [Battlefield Role](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role) slot."
- },
- "Ability§Reprogramming": {
- "text": "",
- "stats": {
- "Forge World": {
- "statType": "term",
- "value": "<FORGE WORLD>",
- "text": "This model can attempt the following [action](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Actions):\n\n\n\n‘**Field Reprogramming (Action):** At the end of your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), any number of CYBERNETICA** DATASMITH** models from your army can start to [perform this action](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-Actions). When the action is started, select one friendly **{v}** KASTELAN** ROBOTS** unit within 6\" of the model performing the action and one of the available protocols found on that unit’s datasheet. The action is completed at the end of your next [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE). When it is completed, the selected protocol replaces that unit’s active protocol.’",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Ability§Machine Sentience (Aura)": {
- "text": "",
- "stats": {
- "Forge World": {
- "statType": "term",
- "value": "<FORGE WORLD>",
- "text": "While a friendly **{v}** KASTELAN** ROBOTS** unit is within 3\" of this model, that unit gains the CORE** keyword.",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Ability§Neurostatic Interference": {
- "text": "Each time an attack is made against this unit, if the attacking model is within 12\", the [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) cannot be re-rolled and the [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) cannot be re-rolled."
- },
- "Ability§Infiltrating Positions": {
- "text": "During deployment, when you set up this unit, it can be set up anywhere on the battlefield that is more than 9\" away from the enemy deployment zone and any enemy models."
- },
- "Ability§Voices In The Code (Aura)": {
- "text": "While an enemy unit is within 3\" of this unit, subtract 1 from the Leadership characteristic of models in that enemy unit."
- },
- "Ability§Optimised Gait": {
- "text": "This unit can ignore any or all modifiers to its Move characteristic, with the exception of that incurred due to the Deprecation effect of the Bulwark Imperative. This unit can ignore any or all modifiers to its [Advance rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) and [charge rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit)."
- },
- "Ability§Wasteland Stalkers": {
- "text": "Each time a ranged attack is allocated to a model in this unit while it is receiving the [benefits of cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-and-Cover), add an additional 1 to any armour [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) made against that attack."
- },
- "Ability§Darting Hunters": {
- "text": "This unit is eligible to charge in a turn in which it [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back)."
- },
- "Ability§Fleeting Barrage": {
- "text": "This unit is eligible to shoot in a turn in which it [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back)."
- },
- "Ability§Combined Landing": {
- "text": "",
- "stats": {
- "Forge World": {
- "statType": "term",
- "value": "<FORGE WORLD>",
- "text": "If a [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments) contains multiple **ARCHAEOPTER** TRANSVECTOR** models, you can choose for pairs of them to make combined landings instead of setting them up on the battlefield. For each combined landing that you want to make, select two **{v}** ARCHAEOPTER** TRANSVECTOR** models:\n\n* Those two [TRANSPORT**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Transports) models are treated as one model with a combined [transport capacity](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Transport-Capacity) of 12 **{v}** INFANTRY** models for the purpose of which units can be embarked within them. This means that an eligible INFANTRY** unit containing 7-12 models can start the battle embarked within these two TRANSPORT** models, the INFANTRY** models in that unit being split between the two transports. Make a note of which INFANTRY** models are embarked within which TRANSPORT** models.\n* Those two TRANSPORT** models can be set up in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of your first, second or third [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), regardless of any mission rules, and must be set up at the same time. Any units embarked within those TRANSPORT** models must immediately [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) after the TRANSPORT** models have been set up, and the disembarking units must be set up more than 9\" away from any enemy models.\n* When those two TRANSPORT** models are set up, they must be set up within 9\" of one another, and any disembarking units must follow the normal rules for disembarking transports and [unit coherency](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Unit-Coherency).",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Ability§Aerial Deployment": {
- "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), then for each **ARCHAEOPTER** TRANSVECTOR** unit included in a Detachment, a second ARCHAEOPTER** TRANSVECTOR** unit can be included in that Detachment without taking up an additional [Battlefield Role](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role) slot."
- },
- "Weapon§Arc pistol": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Pistol 1"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "Each time an attack is made with this weapon against a **VEHICLE** unit, that attack has a Damage characteristic of 2 and an unmodified wound roll of 4+ successfully wounds the target."
- },
- "Weapon§Arc rifle": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "D3"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Rapid Fire 1"
- },
- "Range": {
- "value": "30″"
- },
- "Points": {
- "value": 10
- }
- },
- "text": "Each time an attack is made with this weapon against a **VEHICLE** unit, that attack has a Damage characteristic of 3 and an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 4+ successfully wounds the target."
- },
- "Weapon§Cognis flamer": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Assault D6+2"
- },
- "Range": {
- "value": "12″"
- },
- "Points": {
- "value": 5
- }
- },
- "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
- },
- "Weapon§Cognis heavy stubber": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Assault 4"
- },
- "Range": {
- "value": "36″"
- }
- }
- },
- "Weapon§Electrostatic gauntlets (shooting)": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Assault 3"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "Each time an attack is made with this weapon, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 scores 2 additional hits."
- },
- "Weapon§Focused": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Pistol D3"
- },
- "Range": {
- "value": "6″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
- },
- "Wargear§Eradication beamer": {
- "assets": {
- "traits": [
- "Weapon§Focused",
- "Weapon§Dissipated"
- ]
- }
- },
- "Weapon§Dissipated": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Pistol D3"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
- },
- "Wargear§Eradication ray": {
- "assets": {
- "traits": [
- "Weapon§Focused",
- "Weapon§Dissipated"
- ]
- },
- "stats": {
- "Points": {
- "value": 5
- }
- }
- },
- "Weapon§Flechette blaster": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "3"
- },
- "Type": {
- "value": "Pistol 5"
- },
- "Range": {
- "value": "12″"
- }
- }
- },
- "Weapon§Galvanic rifle": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Heavy 2"
- },
- "Range": {
- "value": "30″"
- }
- }
- },
- "Weapon§Gamma pistol": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Pistol 1"
- },
- "Range": {
- "value": "12″"
- }
- }
- },
- "Weapon§Heavy arc rifle": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy 2"
- },
- "Range": {
- "value": "36″"
- }
- },
- "text": "Each time an attack is made with this weapon against a **VEHICLE** unit, that attack has a Damage characteristic of 3 and an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 4+ successfully wounds the target."
- },
- "Weapon§Heavy bolter": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Heavy 3"
- },
- "Range": {
- "value": "36″"
- }
- }
- },
- "Weapon§Heavy grav-cannon": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Heavy 5"
- },
- "Range": {
- "value": "30″"
- }
- },
- "text": "Each time an attack made with this weapon is allocated to a model with a Save characteristic of 3+ or better, that attack has a Damage characteristic of 2."
- },
- "Weapon§Heavy phosphor blaster": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy 3"
- },
- "Range": {
- "value": "36″"
- }
- },
- "text": "Each time an attack is made with this weapon, the target does not receive the benefits of [Dense Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Dense-Cover) against that attack."
- },
- "Weapon§Incendine combustor": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Heavy D6"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
- },
- "Weapon§Macrostubber": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Pistol 5"
- },
- "Range": {
- "value": "12″"
- }
- }
- },
- "Weapon§Multi-melta": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D6"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Heavy 2"
- },
- "Range": {
- "value": "24″"
- }
- },
- "text": "Each time an attack made with this weapon targets a unit within half range, that attack has a Damage characteristic of D6+2."
- },
- "Weapon§Neutron laser": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D3+3"
- },
- "S": {
- "value": "12"
- },
- "Type": {
- "value": "Heavy D3"
- },
- "Range": {
- "value": "48″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
- },
- "Weapon§Phosphor blaster": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Rapid Fire 1"
- },
- "Range": {
- "value": "24″"
- }
- },
- "text": "Each time an attack is made with this weapon, the target does not receive the benefits of [Dense Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Dense-Cover) against that attack."
- },
- "Weapon§Phosphor serpenta": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Assault 1"
- },
- "Range": {
- "value": "18″"
- },
- "Points": {
- "value": 5
- }
- },
- "text": "Each time an attack is made with this weapon, the target does not receive the benefits of [Dense Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Dense-Cover) against that attack."
- },
- "Weapon§Standard": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "7"
- },
- "Type": {
- "value": "Heavy D6"
- },
- "Range": {
- "value": "36″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
- },
- "Wargear§Plasma caliver": {
- "assets": {
- "traits": [
- "Weapon§Standard",
- "Weapon§Supercharge"
- ]
- },
- "stats": {
- "Points": {
- "value": 10
- }
- }
- },
- "Weapon§Supercharge": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Heavy D6"
- },
- "Range": {
- "value": "36″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). Each time an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1 is made for an attack with this weapon profile, the bearer’s unit suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) after shooting with this weapon."
- },
- "Wargear§Plasma cannon": {
- "assets": {
- "traits": [
- "Weapon§Standard",
- "Weapon§Supercharge"
- ]
- }
- },
- "Weapon§Radium carbine": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "3"
- },
- "Type": {
- "value": "Assault 3"
- },
- "Range": {
- "value": "18″"
- }
- },
- "text": "Each time an attack is made with this weapon against an enemy unit (excluding **VEHICLE** units), an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 automatically wounds the target."
- },
- "Weapon§Radium jezzail": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Heavy 2"
- },
- "Range": {
- "value": "30″"
- }
- },
- "text": "Each time you select a target for this weapon, you can ignore the [Look Out, Sir](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Look-out-Sir) rule. Each time an attack is made with this weapon against an enemy unit (excluding **VEHICLE** units), an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 automatically wounds the target."
- },
- "Weapon§Radium pistol": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "3"
- },
- "Type": {
- "value": "Pistol 1"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "Each time an attack is made with this weapon against an enemy unit (excluding **VEHICLE** units), an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 automatically wounds the target."
- },
- "Weapon§Solar atomiser": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "10"
- },
- "Type": {
- "value": "Assault D3"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). Each time an attack made with this weapon targets a unit within half range, that attack has a Damage characteristic of D3+3."
- },
- "Weapon§Stubcarbine": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Pistol 3"
- },
- "Range": {
- "value": "18″"
- }
- }
- },
- "Weapon§Torsion cannon": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D3+3"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Heavy 1"
- },
- "Range": {
- "value": "48″"
- },
- "Points": {
- "value": 10
- }
- }
- },
- "Weapon§Transuranic arquebus": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "D3"
- },
- "S": {
- "value": "7"
- },
- "Type": {
- "value": "Heavy 1"
- },
- "Range": {
- "value": "60″"
- },
- "Points": {
- "value": 15
- }
- },
- "text": "Each time you select a target for this weapon, you can ignore the [Look Out, Sir](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Look-out-Sir) rule. Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
- },
- "Weapon§Twin cognis autocannon": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "7"
- },
- "Type": {
- "value": "Assault 6"
- },
- "Range": {
- "value": "48″"
- }
- }
- },
- "Weapon§Twin cognis lascannon": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "D3+3"
- },
- "S": {
- "value": "9"
- },
- "Type": {
- "value": "Assault 2"
- },
- "Range": {
- "value": "48″"
- }
- }
- },
- "Weapon§Volkite blaster": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy 3"
- },
- "Range": {
- "value": "24″"
- }
- },
- "text": "Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 2 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
- },
- "Weapon§Arc claw": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, it makes 1 additional attack with this weapon. Each time an attack is made with this weapon against a **VEHICLE** unit, that attack has a Damage characteristic of 2 and an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 4+ successfully wounds the target."
- },
- "Weapon§Arc maul": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+3"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- },
- "Points": {
- "value": 5
- }
- },
- "text": "Each time an attack is made with this weapon against a **VEHICLE** unit, that attack has a Damage characteristic of 2 and an unmodified wound roll of 4+ successfully wounds the target."
- },
- "Weapon§Arc scourge": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "x2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon against a **VEHICLE** unit, that attack has a Damage characteristic of 2 and an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 2+ successfully wounds the target."
- },
- "Weapon§Chordclaw": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, it makes 1 additional attack with this weapon."
- },
- "Weapon§Electroleech stave": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 2 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target and the attack sequence ends."
- },
- "Weapon§Electrostatic gauntlets (melee)": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 scores 2 additional hits."
- },
- "Weapon§Hydraulic claw": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "D3"
- },
- "S": {
- "value": "x2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "When attacking with this weapon, you must subtract 1 from the [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Weapon§Kastelan fist": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "+4"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, it makes 1 additional attack with this weapon."
- },
- "Weapon§Mechadendrite hive": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, it makes 2D6 additional attacks with this weapon."
- },
- "Weapon§Omnissian axe": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Power fist": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "x2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon, subtract 1 from that attack's [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Weapon§Power sword": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- },
- "Points": {
- "value": 5
- }
- }
- },
- "Weapon§Servo-arm": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "x2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, no more than one attack can be made with each servo-arm."
- },
- "Weapon§Taser goad": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 scores 2 additional hits."
- },
- "Weapon§Taser lance": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+3"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- },
- "Points": {
- "value": 15
- }
- },
- "text": "Each time an attack is made with this weapon, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 scores 2 additional hits."
- },
- "Weapon§Transonic blades": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
- },
- "Weapon§Transonic razor": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
- },
- "Weapon§Twin Icarus autocannon": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "7"
- },
- "Type": {
- "value": "Heavy 4"
- },
- "Range": {
- "value": "48″"
- }
- },
- "text": "Each time an attack is made with this weapon profile against an [**AIRCRAFT**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Aircraft) unit, add 1 to that attack's [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Weapon§Arc lance (shooting)": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Assault 1"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "Each time an attack made with this weapon targets a **VEHICLE** unit, that attack has a Damage characteristic of D3."
- },
- "Weapon§Arc lance (melee)": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+3"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack made with this weapon targets a **VEHICLE** unit, that attack has a Damage characteristic of D3."
- },
- "Weapon§Flechette": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Assault 3"
- },
- "Range": {
- "value": "18″"
- }
- }
- },
- "Wargear§Galvanic caster": {
- "assets": {
- "traits": [
- "Weapon§Flechette",
- "Weapon§Hammershot"
- ]
- }
- },
- "Weapon§Hammershot": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Heavy 1"
- },
- "Range": {
- "value": "24″"
- }
- }
- },
- "Weapon§Terrax melta cutter": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D6"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Heavy 5"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "Each time an attack made with this weapon targets a unit within half range, that attack has a Damage characteristic of D6+2."
- },
- "Weapon§Twin Terrax volkite charger": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Heavy 4"
- },
- "Range": {
- "value": "20″"
- },
- "Points": {
- "value": 5
- }
- },
- "text": "Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
- },
- "Weapon§Termite drill": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D3+3"
- },
- "S": {
- "value": "x2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack made with this weapon is allocated to a **VEHICLE** model, that attack has a Damage characteristic of D3+6."
- },
- "Weapon§Transonic cannon": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Assault D6"
- },
- "Range": {
- "value": "12″"
- },
- "Points": {
- "value": 5
- }
- },
- "text": "Each time an attack is made with this weapon, that attack automatically hits the target. Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
- },
- "Weapon§Omnissian staff": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+3"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Magnarail lance": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "7"
- },
- "Type": {
- "value": "Heavy 1"
- },
- "Range": {
- "value": "36″"
- }
- }
- },
- "Weapon§Twin cognis heavy stubber": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Assault 8"
- },
- "Range": {
- "value": "36″"
- }
- }
- },
- "Weapon§Belleros energy cannon": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Heavy 3D3"
- },
- "Range": {
- "value": "36″"
- }
- },
- "text": "Indirect Fire. [Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). This weapon can target units that are not visible to the bearer."
- },
- "Weapon§Disruptor missile launcher": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "D3"
- },
- "S": {
- "value": "7"
- },
- "Type": {
- "value": "Heavy D6"
- },
- "Range": {
- "value": "36″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
- },
- "Weapon§Ferrumite cannon": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Heavy 3"
- },
- "Range": {
- "value": "48″"
- }
- }
- },
- "Weapon§Grav-gun": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Rapid Fire 1"
- },
- "Range": {
- "value": "18″"
- }
- },
- "text": "If the target has a Save characteristic of 3+ or better, this weapon has a Damage characteristic of D3."
- },
- "Weapon§Phosphor blast carbine": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Assault 2D3"
- },
- "Range": {
- "value": "18″"
- },
- "Points": {
- "value": 10
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). Each time an attack is made with this weapon, the target does not receive the benefits of [Dense Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Dense-Cover) against that attack."
- },
- "Weapon§Phosphor pistol": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Pistol 1"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "Each time an attack is made with this weapon, the target does not receive the benefits of [Dense Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Dense-Cover) against that attack."
- },
- "Weapon§Sulphur breath": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Pistol D6"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
- },
- "Weapon§Clawed limbs": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, it makes 2 additional attacks with this weapon."
- },
- "Weapon§Archeo-revolver": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Pistol 1"
- },
- "Range": {
- "value": "12″"
- }
- }
- },
- "Weapon§Galvanic carbine": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Assault 2"
- },
- "Range": {
- "value": "18″"
- }
- }
- },
- "Weapon§Cavalry sabre": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Phosphor torch": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Assault D6"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
- },
- "Weapon§Pteraxii talons": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Flechette carbine": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "3"
- },
- "Type": {
- "value": "Assault 5"
- },
- "Range": {
- "value": "18″"
- }
- }
- },
- "Weapon§Phosphor blast pistol": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Pistol D3"
- },
- "Range": {
- "value": "12″"
- },
- "Points": {
- "value": 5
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). Each time an attack is made with this weapon, the target does not receive the benefits of [Dense Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Dense-Cover) against that attack."
- },
- "Weapon§Terrax heavy flamer": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Heavy D6"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
- },
- "Weapon§Terrax storm bolter": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Rapid Fire 2"
- },
- "Range": {
- "value": "24″"
- }
- }
- },
- "Weapon§Manipulus mechadendrites": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, it makes 3 additional attacks with this weapon."
- },
- "Wargear§Eradication pistol": {
- "assets": {
- "traits": [
- "Weapon§Focused",
- "Weapon§Dissipated"
- ]
- }
- },
- "Weapon§Servo-arc claw": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "+3"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, no more than one attack can be made with each servo-arc claw. Each time an attack is made with this weapon against a **VEHICLE** unit, that attack has a Damage characteristic of 4 and an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 4+ successfully wounds the target."
- },
- "Weapon§Radium serpenta": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "3"
- },
- "Type": {
- "value": "Assault 1"
- },
- "Range": {
- "value": "18″"
- }
- },
- "text": "Each time an attack is made with this weapon against an enemy unit (excluding **VEHICLE** units), an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 automatically wounds the target."
- },
- "Weapon§Control stave": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+3"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Mechanicus pistol": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Pistol 2"
- },
- "Range": {
- "value": "12″"
- }
- }
- },
- "Wargear§Kataphron plasma culverin": {
- "assets": {
- "traits": [
- "Weapon§Standard",
- "Weapon§Supercharge"
- ]
- },
- "stats": {
- "Points": {
- "value": 10
- }
- }
- },
- "Weapon§Kastelan phosphor blaster": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy 3"
- },
- "Range": {
- "value": "24″"
- },
- "Points": {
- "value": 5
- }
- },
- "text": "Each time an attack is made with this weapon, the target does not receive the benefits of [Dense Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Dense-Cover) against that attack."
- },
- "Weapon§Daedalus missile launcher": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "D6"
- },
- "S": {
- "value": "7"
- },
- "Type": {
- "value": "Heavy 1"
- },
- "Range": {
- "value": "48″"
- }
- },
- "text": "Each time an attack is made with this weapon profile against an [**AIRCRAFT**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Aircraft) unit, add 1 to that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Weapon§Gatling rocket launcher": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy 5"
- },
- "Range": {
- "value": "48″"
- }
- },
- "text": "Each time an attack is made with this weapon profile against an [**AIRCRAFT**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Aircraft) unit, add 1 to that attack's [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Weapon§Twin Onager heavy phosphor blaster": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy 8"
- },
- "Range": {
- "value": "36″"
- }
- },
- "text": "Each time an attack is made with this weapon, the target does not receive the benefits of [Dense Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Dense-Cover) against that attack."
- },
- "Wargear§Electrostatic gauntlets": {
- "assets": {
- "traits": [
- "Weapon§Electrostatic gauntlets (melee)",
- "Weapon§Electrostatic gauntlets (shooting)"
- ]
- }
- },
- "Wargear§Arc lance": {
- "assets": {
- "traits": [
- "Weapon§Arc lance (melee)",
- "Weapon§Arc lance (shooting)"
- ]
- }
- },
- "Arcana Mechanicum§Pater Cog-tooth": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "+3"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Model equipped with an Omnissian axe only. This Relic replaces an Omnissian axe and has the following profile:"
- },
- "Arcana Mechanicum§Anzion’s Pseudogenetor": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "The bearer is equipped with this Relic in addition to their other weapons. It has the following profile:"
- },
- "Arcana Mechanicum§The Uncreator Gauntlet": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "x2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Model equipped with a power fist only. This Relic replaces a power fist and has the following profile:"
- },
- "Arcana Mechanicum§Phosphoenix": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Assault 3"
- },
- "Range": {
- "value": "18″"
- }
- },
- "text": "Model equipped with a phosphor serpenta only. This Relic replaces a phosphor serpenta and has the following profile:"
- },
- "Arcana Mechanicum§The Red Axe": {
- "stats": {
- "AP": {
- "value": "-5"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "**MARS** model equipped with an Omnissian axe only. This Relic replaces an Omnissian axe and has the following profile:"
- },
- "Arcana Mechanicum§The Adamantine Arm": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "4"
- },
- "S": {
- "value": "x3"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "**METALICA** model only. The bearer is equipped with this Relic in addition to their other weapons. It has the following profile:"
- },
- "Arcana Mechanicum§Weapon XCIX": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "7"
- },
- "Type": {
- "value": "Heavy 3"
- },
- "Range": {
- "value": "24″"
- }
- },
- "text": "**RYZA** model equipped with a volkite blaster only. This Relic replaces a volkite blaster and has the following profile:"
- },
- "Arcana Mechanicum§The Genecog Corpus": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Model with omnissian axe only. The Genecog Corpus replaces the bearer’s omnissian axe and has the following profile:"
- },
- "Arcana Mechanicum§Forgefire": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy 3"
- },
- "Range": {
- "value": "36″"
- }
- },
- "text": "Model equipped with a volkite blaster only. This Relic replaces a volkite blaster and has the following profile:"
- },
- "Arcana Mechanicum§Omni-steriliser": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Assault D3"
- },
- "Range": {
- "value": "24″"
- }
- },
- "text": "Model equipped with an eradication ray only. This Relic replaces an eradication ray and has the following profile:"
- },
- "Arcana Mechanicum§Delta Pistol": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "4"
- },
- "S": {
- "value": "10"
- },
- "Type": {
- "value": "Pistol 1"
- },
- "Range": {
- "value": "18″"
- }
- },
- "text": "Model equipped with a gamma pistol only. This Relic replaces a gamma pistol and has the following profile:"
- },
- "Arcana Mechanicum§The Purgation’s Purity": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Assault 3"
- },
- "Range": {
- "value": "24″"
- }
- },
- "text": "Model equipped with a radium serpenta only. This Relic replaces a radium serpenta and has the following profile:"
- },
- "Arcana Mechanicum§Sonic Reaper": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Assault D6"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "Model equipped with a transonic cannon only. This Relic replaces a transonic cannon and has the following profile:"
- },
- "Arcana Mechanicum§Raiment of the Technomartyr": {
- "text": "* Each time the bearer would lose a wound, roll one D6: on a 5+, that wound is not lost.\n* In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **<FORGE WORLD>** CORE** unit within 3\" of this model. Until the start of your next Command phase, each time a model in that unit makes a ranged attack, you can ignore any or all [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) and Ballistic Skill modifiers."
- },
- "Arcana Mechanicum§The Skull of Elder Nikola": {
- "text": "At the start of your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), roll one D6 for each enemy **VEHICLE** unit within 12\" of the bearer: on a 2-3, that unit suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds); on a 4-5, that unit suffers D3 mortal wounds; on a 6, that unit suffers 3 mortal wounds."
- },
- "Arcana Mechanicum§The Omniscient Mask": {
- "text": "The bearer gains the following ability:\n\n\n\n‘**The Omniscient Mask (Aura)**:** While a friendly **<FORGE WORLD>** SKITARII** CORE** unit is within 6\" of this model, each time a model in that unit makes a melee attack, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 scores 1 additional hit.’"
- },
- "Arcana Mechanicum§Exemplar’s Eternity": {
- "text": "**SKITARII MARSHAL** model only. The bearers Servo-skull Uplink** ability is replaced with the following ability:\n\n\n\n‘Exemplar’s Eternity (Aura)**:** While a friendly **<FORGE WORLD>** SKITARII** CORE** unit is within 6\" of this model, each time a model in that unit makes an attack, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1 and re-roll a [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1.’"
- },
- "Arcana Mechanicum§Temporcopia": {
- "text": "At the start of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), you can select one enemy unit within 3\" of the bearer. That unit is not eligible to fight this phase until after all eligible units from your army have done so."
- },
- "Arcana Mechanicum§The Cage of Varadimas": {
- "text": "Each time the bearer hits an enemy unit (excluding **VEHICLE** units) with a melee attack, until the end of the phase, that unit is electro-shocked. Each time a model in an electro-shocked unit makes an attack, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Warlord Trait§Master Annihilator": {
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **METALICA** unit that is within 6\" of this WARLORD**. Until the start of your next Command phase, add 6\" to the Range characteristic and 1 to the Strength characteristic of all radium weapons models in that unit are equipped with. For the purposes of this rule, a Radium weapon is any weapon whose profile includes the word ‘Radium’ (radium pistol, radium carbine etc.) and any relic that replaces such a weapon. This is not cumulative with any other rule that increases a weapon's range.",
- "stats": {
- "Discipline": {
- "value": "Codex Supplement: Metalica 1"
- }
- }
- },
- "Warlord Trait§Ashrunner": {
- "text": "Add 3\" to the Move characteristic and 1 to the Strength and Attacks characteristics of this **WARLORD**.",
- "stats": {
- "Discipline": {
- "value": "Codex Supplement: Metalica 2"
- }
- }
- },
- "Warlord Trait§Radioactive Emanation (aura)": {
- "text": "While a unit is within 6\" of this **WARLORD**, unless it is a METALICA** unit, subtract 1 from its Toughness characteristic. This is not cumulative with any other rule that reduces the Toughness characteristic of an enemy model (e.g. the Rad-saturation ability or the [Rad-Bombardment](https://wahapedia.ru/wh40k9ed/factions/adeptus-mechanicus/#Stratagems-2) Stratagem).",
- "stats": {
- "Discipline": {
- "value": "Codex Supplement: Metalica 3"
- }
- }
- },
- "Warlord Trait§Multitasking Cortex": {
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **<FORGE WORLD>** SKITARII** CORE** unit within 9\" of this WARLORD**, or select one friendly **<FORGE WORLD>** CORE** DATA-TETHER** unit on the battlefield. Until the start of your next Command phase, if that unit is [performing an action](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-Actions), it can make ranged attacks without that action failing.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 1"
- }
- }
- },
- "Warlord Trait§Battle-sphere Uplink": {
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **<FORGE WORLD>** SKITARII** CORE** unit within 9\" of this WARLORD**, or select one friendly **<FORGE WORLD>** CORE** DATA-TETHER** unit on the battlefield. Until the start of your next Command phase, models in that unit do not suffer the penalty to [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) incurred for firing:\n\n* [Heavy weapons](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#HEAVY) in the same turn that their unit has moved.\n* [Assault weapons](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#ASSAULT) in the same turn that their unit has [Advanced](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance).",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 2"
- }
- }
- },
- "Warlord Trait§Programmed Retreat": {
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **<FORGE WORLD>** SKITARII** CORE** unit within 9\" of this WARLORD**, or select one friendly **<FORGE WORLD>** CORE** DATA-TETHER** unit on the battlefield. Until the start of your next Command phase, that unit is eligible to shoot in a turn in which it [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back).",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 3"
- }
- }
- },
- "Warlord Trait§Archived Engagements": {
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **<FORGE WORLD>** SKITARII** CORE** unit within 9\" of this WARLORD**, or select one friendly **<FORGE WORLD>** CORE** DATA-TETHER** unit on the battlefield. Until the start of your next Command phase, if that unit is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units at the start of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), it can fight first that phase.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 4"
- }
- }
- },
- "Warlord Trait§Firepoint Telemetry Cache": {
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **<FORGE WORLD>** SKITARII** CORE** unit within 9\" of this WARLORD**, or select one friendly **<FORGE WORLD>** CORE** DATA-TETHER** unit on the battlefield. Until the start of your next Command phase, each time a ranged attack is allocated to a model in that unit:\n\n* It is treated as receiving the benefits of [Light Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Light-Cover) against that attack.\n* If that model is entirely on or within a [terrain feature](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-Features-1) and has the INFANTRY** keyword, add an additional 1 to any armour [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) made against that attack.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 5"
- }
- }
- },
- "Warlord Trait§Eyes Of The Omnissiah": {
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **<FORGE WORLD>** SKITARII** CORE** unit within 9\" of this WARLORD**, or select one friendly **<FORGE WORLD>** CORE** DATA-TETHER** unit on the battlefield. Until the start of your next Command phase, you can re-roll [Advance rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) and [charge rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) made for that unit.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 6"
- }
- }
- },
- "Warlord Trait§Emotionless Clarity": {
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **<FORGE WORLD>** CULT** MECHANICUS** CORE** unit within 6\" of this WARLORD**. Until the start of your next Command phase, that unit is [eligible to charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Charges) in a turn in which it [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back).",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 1"
- }
- }
- },
- "Warlord Trait§Masterwork Bionics": {
- "text": "* This **WARLORD** has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n* Each time an attack is allocated to this WARLORD**, subtract 1 from the Damage characteristic of that attack (to a minimum of 1).",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 2"
- }
- }
- },
- "Warlord Trait§First-hand Field Testing": {
- "text": "When you select this Warlord Trait, select one weapon this **WARLORD** is equipped with (excluding Relics). Add 1 to the Strength and Damage characteristics of that weapon.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 3"
- }
- }
- },
- "Warlord Trait§Necromechanic": {
- "text": "Each time this **WARLORD** uses its Master of the Machines** ability, the model being repaired regains up to 3 lost wounds instead of D3.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 4"
- }
- }
- },
- "Warlord Trait§Cartogrammatist": {
- "text": "When you select this Warlord Trait, select one friendly **<FORGE WORLD>** CULT** MECHANICUS** CORE** unit from your army. That unit gains the following ability:\n\n\n\n‘Orbital Teleportarium**:** During deployment, you can set up this unit in orbit instead of setting it up on the battlefield. If you do so, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your Movement phases, you can set up this unit anywhere on the battlefield that is more than 9\" away from any enemy models.’",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 5"
- }
- }
- },
- "Warlord Trait§Supervisory Radiance": {
- "text": "At the start of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), select one friendly **<FORGE WORLD>** CULT** MECHANICUS** CORE** unit within 9\" of this WARLORD**. Until the start of the next Fight phase, each time a model in that unit makes a melee attack, you can re-roll the [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 6"
- }
- }
- },
- "HQ§Belisarius Cawl": {
- "stats": {
- "Power Level": {
- "value": 9
- }
- },
- "keywords": {
- "Keywords": [
- "Belisarius Cawl",
- "Character",
- "Doctrina Assembler",
- "Monster",
- "Supreme Commander",
- "Tech-Priest"
- ],
- "Faction": [
- "Adeptus Mechanicus",
- "Cult Mechanicus",
- "Imperium",
- "Mars"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Canticles of the Omnissiah",
- "Ability§Refractor Field",
- "Ability§Lord of the Machine Cult (Aura)",
- "Ability§Lord of Mars",
- "Ability§Lead in Prayer",
- "Ability§Master of Machines",
- "Ability§Self-repair Mechanisms",
- {
- "item": "Model§Belisarius Cawl",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "Belisarius Cawl is equipped with: solar atomiser; arc scourge; mechadendrite hive; Omnissian axe. Your army can only include one **BELISARIUS CAWL** model.\n\n\n\nnull",
- "meta": {
- "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
- }
- },
- "HQ§Tech-Priest Dominus": {
- "stats": {
- "Power Level": {
- "value": 4
- }
- },
- "keywords": {
- "Keywords": [
- "Character",
- "Doctrina Assembler",
- "Infantry",
- "Tech-Priest",
- "Tech-Priest Dominus"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Cult Mechanicus",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Canticles of the Omnissiah",
- "Ability§Master of Machines",
- "Ability§Refractor Field",
- "Ability§Lord of the Machine Cult (Aura)",
- {
- "item": "Model§Tech-Priest Dominus",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Tech-Priest Dominus is equipped with: macrostubber; volkite blaster; Omnissian axe.\n\n• This model’s macrostubber can be replaced with 1 phosphor serpenta.\n\n• This model’s volkite blaster can be replaced with 1 eradication ray.\n\nnull",
- "meta": {
- "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
- }
- },
- "HQ§Tech-Priest Enginseer": {
- "stats": {
- "Power Level": {
- "value": 3
- }
- },
- "keywords": {
- "Keywords": [
- "Character",
- "Doctrina Assembler",
- "Infantry",
- "Tech-Priest",
- "Tech-Priest Enginseer"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Cult Mechanicus",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Canticles of the Omnissiah",
- "Ability§Enhanced Bionics",
- "Ability§Master of Machines",
- "Ability§Awaken the Machine",
- "Ability§Brotherhood of the Cog",
- {
- "item": "Model§Tech-Priest Enginseer",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Tech-Priest Enginseer is equipped with: Mechanicus pistol; Omnissian axe; servo-arm.\n\n\n\nnull",
- "meta": {
- "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
- }
- },
+ "Roster§Army": {},
"Troops§Kataphron Breachers": {
"stats": {
"Power Level": {
@@ -12131,6 +11970,8 @@
"statType": "numeric",
"dynamic": true,
"visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
"value": 3,
"min": 3,
"max": 6,
@@ -12146,6 +11987,12 @@
}
},
"keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
"Keywords": [
"Biker",
"Kataphron Breachers",
@@ -12191,6 +12038,8 @@
"statType": "numeric",
"dynamic": true,
"visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
"value": 3,
"min": 3,
"max": 6,
@@ -12206,6 +12055,12 @@
}
},
"keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
"Keywords": [
"Biker",
"Kataphron Destroyers",
@@ -12239,291 +12094,6 @@
"Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
}
},
- "Elites§Fulgurite Electro-Priests": {
- "stats": {
- "Power Level": {
- "value": 3
- },
- "model": {
- "value": "Model§Fulgurite Electro-Priest"
- },
- "Fulgurite Electro-Priests": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 5,
- "min": 5,
- "max": 20,
- "increment": {
- "value": 5
- }
- },
- "poweri": {
- "value": 3
- },
- "power1": {
- "value": 6
- },
- "power2": {
- "value": 11
- },
- "power3": {
- "value": 16
- }
- },
- "keywords": {
- "Keywords": [
- "Core",
- "Electro-Priests",
- "Fulgurite Electro-Priests",
- "Infantry"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Cult Mechanicus",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Canticles of the Omnissiah",
- "Ability§Voltagheist Field",
- "Ability§Voltagheist Blast",
- "Ability§Fanatical Devotion",
- "Ability§Siphoned Vigour",
- {
- "item": "Model§Fulgurite Electro-Priest",
- "quantity": 5
- }
- ]
- },
- "text": "If this unit contains between 6 and 10 models, it has **Power Rating 6**. If this unit contains between 11 and 15 models, it has Power Rating 9**. If this unit contains 16 or more models, it has Power Rating 12**. Every model is equipped with: electroleech stave.\n\n\n\nnull",
- "allowed": {
- "items": [
- "Model§Fulgurite Electro-Priest"
- ]
- },
- "meta": {
- "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
- }
- },
- "Elites§Corpuscarii Electro-Priests": {
- "stats": {
- "Power Level": {
- "value": 3
- },
- "model": {
- "value": "Model§Corpuscarii Electro-Priest"
- },
- "Corpuscarii Electro-Priests": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 5,
- "min": 5,
- "max": 20,
- "increment": {
- "value": 5
- }
- },
- "poweri": {
- "value": 3
- },
- "power1": {
- "value": 6
- },
- "power2": {
- "value": 11
- },
- "power3": {
- "value": 16
- }
- },
- "keywords": {
- "Keywords": [
- "Core",
- "Corpuscarii Electro-Priests",
- "Electro-Priests",
- "Infantry"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Cult Mechanicus",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Canticles of the Omnissiah",
- "Ability§Voltagheist Field",
- "Ability§Voltagheist Blast",
- "Ability§Fanatical Devotion",
- "Ability§Motive Force Sight",
- {
- "item": "Model§Corpuscarii Electro-Priest",
- "quantity": 5
- }
- ]
- },
- "text": "If this unit contains between 6 and 10 models, it has **Power Rating 6**. If this unit contains between 11 and 15 models, it has Power Rating 9**. If this unit contains 16 or more models, it has Power Rating 12**. Every model is equipped with: electrostatic gauntlets.\n\n\n\nnull",
- "allowed": {
- "items": [
- "Model§Corpuscarii Electro-Priest"
- ]
- },
- "meta": {
- "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
- }
- },
- "Heavy Support§Kastelan Robots": {
- "stats": {
- "Power Level": {
- "value": 10
- },
- "model": {
- "value": "Model§Kastelan Robot"
- },
- "Kastelan Robots": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 2,
- "min": 2,
- "max": 6,
- "increment": {
- "value": 2
- }
- },
- "poweri": {
- "value": 10
- },
- "power1": {
- "value": 3
- },
- "power2": {
- "value": 5
- }
- },
- "keywords": {
- "Keywords": [
- "Core",
- "Kastelan Robots",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Cult Mechanicus",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Canticles of the Omnissiah",
- "Ability§Battle Protocols",
- "Ability§Repulsor Grid",
- "Ability§Explodes",
- {
- "item": "Model§Kastelan Robot",
- "quantity": 2
- }
- ]
- },
- "text": "If this unit contains between 3 and 4 models, it has **Power Rating 20**. If this unit contains between 5 and 6 models, it has Power Rating 30**. Every model is equipped with: Kastelan phosphor blaster; incendine combustor; Kastelan fist.\n\n• Any number of models can each have their Kastelan fist replaced with 1 Kastelan phosphor blaster.\n\n• Any number of models can each have their Kastelan phosphor blaster replaced with 1 Kastelan fist.\n\n• Any number of models can each have their incendine combustor replaced with 1 heavy phosphor blaster.\n\nnull",
- "allowed": {
- "items": [
- "Model§Kastelan Robot"
- ]
- },
- "meta": {
- "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
- }
- },
- "Elites§Cybernetica Datasmith": {
- "stats": {
- "Power Level": {
- "value": 2
- }
- },
- "keywords": {
- "Keywords": [
- "Character",
- "Cybernetica Datasmith",
- "Doctrina Assembler",
- "Infantry",
- "Tech-Priest"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Cult Mechanicus",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Canticles of the Omnissiah",
- "Ability§Refractor Field",
- "Ability§Master of Machines",
- "Ability§Battle Codifier",
- "Ability§Reprogramming",
- "Ability§Machine Sentience (Aura)",
- {
- "item": "Model§Cybernetica Datasmith",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Cybernetics Datasmith is equipped with: gamma pistol; power fist.\n\n\n\nnull",
- "meta": {
- "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
- }
- },
- "Elites§Servitors": {
- "stats": {
- "Power Level": {
- "value": 2
- }
- },
- "keywords": {
- "Keywords": [
- "Infantry",
- "Servitors"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Cult Mechanicus",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Canticles of the Omnissiah",
- "Ability§Bionics",
- "Ability§Mindlock",
- {
- "item": "Model§Servitor",
- "quantity": 4
- }
- ]
- },
- "text": "Every model is equipped with: servo-arm.\n\n• Up to 2 models can each have their servo-arm replaced with one of the following: 1 heavy bolter; 1 multi-melta; 1 plasma cannon.\n\nnull",
- "allowed": {
- "items": [
- "Model§Servitor"
- ]
- },
- "meta": {
- "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
- }
- },
"Troops§Skitarii Rangers": {
"stats": {
"Power Level": {
@@ -12532,33 +12102,12 @@
"model": {
"value": "Model§Skitarii Ranger"
},
- "Skitarii Rangers": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 4,
- "min": 4,
- "max": 19,
- "increment": {
- "value": 5
- }
- },
- "poweri": {
- "value": 3
- },
- "power1": {
- "value": 6
- },
- "power2": {
- "value": 11
- },
- "power3": {
- "value": 16
- },
"Enhanced data-tether": {
"value": 0,
"statType": "rank",
"statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
"ranks": {
"0": {
"order": 0,
@@ -12587,6 +12136,8 @@
"value": 0,
"statType": "rank",
"statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
"ranks": {
"0": {
"order": 0,
@@ -12617,9 +12168,40 @@
},
"visibility": "active",
"dynamic": true
+ },
+ "Skitarii Rangers": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 19,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 3
+ },
+ "power1": {
+ "value": 6
+ },
+ "power2": {
+ "value": 11
+ },
+ "power3": {
+ "value": 16
}
},
"keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
"Keywords": [
"Core",
"Data-tether",
@@ -12663,33 +12245,12 @@
"model": {
"value": "Model§Skitarii Vanguard"
},
- "Skitarii Vanguard": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 4,
- "min": 4,
- "max": 19,
- "increment": {
- "value": 5
- }
- },
- "poweri": {
- "value": 3
- },
- "power1": {
- "value": 6
- },
- "power2": {
- "value": 11
- },
- "power3": {
- "value": 16
- },
"Enhanced data-tether": {
"value": 0,
"statType": "rank",
"statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
"ranks": {
"0": {
"order": 0,
@@ -12718,6 +12279,8 @@
"value": 0,
"statType": "rank",
"statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
"ranks": {
"0": {
"order": 0,
@@ -12748,9 +12311,40 @@
},
"visibility": "active",
"dynamic": true
+ },
+ "Skitarii Vanguard": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 19,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 3
+ },
+ "power1": {
+ "value": 6
+ },
+ "power2": {
+ "value": 11
+ },
+ "power3": {
+ "value": 16
}
},
"keywords": {
+ "Source": [
+ "Codex—Adeptus Mechanicus—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
"Keywords": [
"Core",
"Data-tether",
@@ -12786,1514 +12380,2007 @@
"Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
}
},
- "Elites§Sicarian Infiltrators": {
- "stats": {
- "Power Level": {
- "value": 4
- },
- "model": {
- "value": "Model§Sicarian Infiltrator"
- },
- "Sicarian Infiltrators": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 4,
- "min": 4,
- "max": 9,
- "increment": {
- "value": 5
- }
- },
- "poweri": {
- "value": 4
- },
- "power1": {
- "value": 6
- }
- },
- "keywords": {
- "Keywords": [
- "Core",
- "Infantry",
- "Sicarian",
- "Sicarian Infiltrators"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Imperium",
- "Skitarii"
- ]
- },
+ "Wargear§Arc lance": {
"assets": {
"traits": [
- "Ability§Doctrina Imperatives",
- "Ability§Enhanced Bionics",
- "Ability§Neurostatic Interference",
- "Ability§Infiltrating Positions",
- "Ability§Voices In The Code (Aura)",
- {
- "item": "Model§Sicarian Infiltrator",
- "quantity": 4
- },
- "Model§Sicarian Infiltrator Princeps"
+ "Weapon§Arc lance (melee)",
+ "Weapon§Arc lance (shooting)"
]
- },
- "text": "If this unit contains 6 or more models, it has **Power Rating 8**. Every model is equipped with: stubcarbine; power sword.\n\n• Any number of models can each have their stubcarbine and power sword replaced with 1 flechette blaster and 1 taser goad.\n\nnull",
- "allowed": {
- "items": [
- "Model§Sicarian Infiltrator"
- ]
- },
- "meta": {
- "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
}
},
- "Elites§Sicarian Ruststalkers": {
+ "Wargear§Chaff launcher": {
+ "text": "The bearer gains the **SMOKESCREEN** keyword. Each time an attack is allocated to the bearer, subtract 1 from the Damage characteristic of that attack (to a minimum of 1).",
"stats": {
- "Power Level": {
- "value": 4
- },
- "model": {
- "value": "Model§Sicarian Ruststalker"
- },
- "Sicarian Ruststalkers": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 4,
- "min": 4,
- "max": 9,
- "increment": {
- "value": 5
- }
- },
- "poweri": {
- "value": 4
- },
- "power1": {
- "value": 6
+ "Points": {
+ "value": 20
}
- },
- "keywords": {
- "Keywords": [
- "Core",
- "Infantry",
- "Sicarian",
- "Sicarian Ruststalkers"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Imperium",
- "Skitarii"
- ]
- },
+ }
+ },
+ "Wargear§Command uplink": {
+ "text": "",
+ "stats": {
+ "Forge World": {
+ "statType": "term",
+ "value": "<FORGE WORLD>",
+ "text": "The bearer gains the **DATA-TETHER** keyword and the following ability: ‘Command Uplink (Aura)**:** While a friendly **{v}** SKITARII** CORE** unit is within 3″ of this model, add 1 to the Leadership characteristic of models in that unit and that unit gains the DATA-TETHER** keyword.’",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Wargear§Electrostatic gauntlets": {
"assets": {
"traits": [
- "Ability§Doctrina Imperatives",
- "Ability§Optimised Gait",
- "Ability§Enhanced Bionics",
- "Ability§Wasteland Stalkers",
- {
- "item": "Model§Sicarian Ruststalker",
- "quantity": 4
- },
- "Model§Sicarian Ruststalker Princeps"
+ "Weapon§Electrostatic gauntlets (melee)",
+ "Weapon§Electrostatic gauntlets (shooting)"
]
- },
- "text": "If this unit contains 6 or more models, it has **Power Rating 8**. Every model is equipped with: chordclaw; transonic razor.\n\n• Any number of Sicarian Ruststalkers can each have their chordclaw and transonic razor replaced with 1 transonic blades.\n\n• The Sicarian Ruststalker Princeps’ transonic razor can be replaced with 1 transonic blades.\n\nnull",
- "allowed": {
- "items": [
- "Model§Sicarian Ruststalker"
- ]
- },
- "meta": {
- "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
}
},
- "Fast Attack§Ironstrider Ballistarii": {
+ "Wargear§Enhanced data-tether": {
+ "text": "While the bearer is on the battlefield:\n\n* The bearer’s unit gains the **DATA-TETHER** keyword.\n* Add 1 to the Leadership characteristic of models in the bearer’s unit.",
"stats": {
- "Power Level": {
- "value": 4
- },
- "model": {
- "value": "Model§Ironstrider Ballistarius"
- },
- "Ironstrider Ballistarii": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 1,
- "min": 1,
- "max": 6,
- "increment": {
- "value": 1
- }
+ "Points": {
+ "value": 10
}
- },
- "keywords": {
- "Keywords": [
- "Core",
- "Data-tether",
- "Ironstrider Ballistarii",
- "Ironstrider Engine",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Imperium",
- "Skitarii"
- ]
- },
+ }
+ },
+ "Wargear§Eradication beamer": {
"assets": {
"traits": [
- "Ability§Doctrina Imperatives",
- "Ability§Bionics",
- "Ability§Explodes",
- "Ability§Broad Spectrum Data-tether",
- "Model§Ironstrider Ballistarius"
+ "Weapon§Focused",
+ "Weapon§Dissipated"
]
- },
- "text": "Increase this unit’s **Power Rating** by +4** for every additional Ironstrider Ballistarii it includes. Every model is equipped with: twin cognis autocannon.\n\n• Any number of models can each have their twin cognis autocannon replaced with 1 twin cognis lascannon.\n\nnull\n\nERROR: there might be a problem with Power Rating that will require a custom rule.",
- "allowed": {
- "items": [
- "Model§Ironstrider Ballistarius"
- ]
- },
- "meta": {
- "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
}
},
- "Fast Attack§Sydonian Dragoons": {
+ "Wargear§Eradication pistol": {
+ "assets": {
+ "traits": [
+ "Weapon§Focused",
+ "Weapon§Dissipated"
+ ]
+ }
+ },
+ "Wargear§Eradication ray": {
+ "assets": {
+ "traits": [
+ "Weapon§Focused",
+ "Weapon§Dissipated"
+ ]
+ },
"stats": {
- "Power Level": {
+ "Points": {
+ "value": 5
+ }
+ }
+ },
+ "Wargear§Galvanic caster": {
+ "assets": {
+ "traits": [
+ "Weapon§Flechette",
+ "Weapon§Hammershot"
+ ]
+ }
+ },
+ "Wargear§Kataphron plasma culverin": {
+ "assets": {
+ "traits": [
+ "Weapon§Standard",
+ "Weapon§Supercharge"
+ ]
+ },
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ },
+ "Wargear§Mag-inverter shield": {
+ "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) against melee attacks. Each time you make an unmodified invulnerable saving throw of 6 against a melee attack for the bearer, the attacking model’s unit suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) after the unit has finished making all of its attacks."
+ },
+ "Wargear§Omnispex": {
+ "text": "Each time a model in the bearer’s unit makes a ranged attack, the target does not receive the benefits of [Light Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Light-Cover) against that attack.",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ },
+ "Wargear§Plasma caliver": {
+ "assets": {
+ "traits": [
+ "Weapon§Standard",
+ "Weapon§Supercharge"
+ ]
+ },
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ },
+ "Wargear§Plasma cannon": {
+ "assets": {
+ "traits": [
+ "Weapon§Standard",
+ "Weapon§Supercharge"
+ ]
+ }
+ },
+ "Wargear§Smoke launchers": {
+ "text": "The bearer gains the **SMOKESCREEN** keyword."
+ },
+ "Warlord Trait§Archived Engagements": {
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **<FORGE WORLD>** SKITARII** CORE** unit within 9″ of this WARLORD**, or select one friendly **<FORGE WORLD>** CORE** DATA-TETHER** unit on the battlefield. Until the start of your next Command phase, if that unit is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units at the start of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), it can fight first that phase.",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 4"
+ }
+ }
+ },
+ "Warlord Trait§Ashrunner": {
+ "text": "Add 3″ to the Move characteristic and 1 to the Strength and Attacks characteristics of this **WARLORD**.",
+ "stats": {
+ "Discipline": {
+ "value": "Codex Supplement: Metalica 2"
+ }
+ }
+ },
+ "Warlord Trait§Battle-sphere Uplink": {
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **<FORGE WORLD>** SKITARII** CORE** unit within 9″ of this WARLORD**, or select one friendly **<FORGE WORLD>** CORE** DATA-TETHER** unit on the battlefield. Until the start of your next Command phase, models in that unit do not suffer the penalty to [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) incurred for firing:\n\n* [Heavy weapons](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#HEAVY) in the same turn that their unit has moved.\n* [Assault weapons](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#ASSAULT) in the same turn that their unit has [Advanced](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance).",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 2"
+ }
+ }
+ },
+ "Warlord Trait§Cartogrammatist": {
+ "text": "When you select this Warlord Trait, select one friendly **<FORGE WORLD>** CULT** MECHANICUS** CORE** unit from your army. That unit gains the following ability:\n\n\n\n‘Orbital Teleportarium**:** During deployment, you can set up this unit in orbit instead of setting it up on the battlefield. If you do so, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your Movement phases, you can set up this unit anywhere on the battlefield that is more than 9″ away from any enemy models.’",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 5"
+ }
+ }
+ },
+ "Warlord Trait§Emotionless Clarity": {
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **<FORGE WORLD>** CULT** MECHANICUS** CORE** unit within 6″ of this WARLORD**. Until the start of your next Command phase, that unit is [eligible to charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Charges) in a turn in which it [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back).",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 1"
+ }
+ }
+ },
+ "Warlord Trait§Eyes Of The Omnissiah": {
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **<FORGE WORLD>** SKITARII** CORE** unit within 9″ of this WARLORD**, or select one friendly **<FORGE WORLD>** CORE** DATA-TETHER** unit on the battlefield. Until the start of your next Command phase, you can re-roll [Advance rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) and [charge rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) made for that unit.",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 6"
+ }
+ }
+ },
+ "Warlord Trait§Firepoint Telemetry Cache": {
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **<FORGE WORLD>** SKITARII** CORE** unit within 9″ of this WARLORD**, or select one friendly **<FORGE WORLD>** CORE** DATA-TETHER** unit on the battlefield. Until the start of your next Command phase, each time a ranged attack is allocated to a model in that unit:\n\n* It is treated as receiving the benefits of [Light Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Light-Cover) against that attack.\n* If that model is entirely on or within a [terrain feature](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-Features-1) and has the INFANTRY** keyword, add an additional 1 to any armour [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) made against that attack.",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 5"
+ }
+ }
+ },
+ "Warlord Trait§First-hand Field Testing": {
+ "text": "When you select this Warlord Trait, select one weapon this **WARLORD** is equipped with (excluding Relics). Add 1 to the Strength and Damage characteristics of that weapon.",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 3"
+ }
+ }
+ },
+ "Warlord Trait§Master Annihilator": {
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **METALICA** unit that is within 6″ of this WARLORD**. Until the start of your next Command phase, add 6″ to the Range characteristic and 1 to the Strength characteristic of all radium weapons models in that unit are equipped with. For the purposes of this rule, a Radium weapon is any weapon whose profile includes the word ‘Radium’ (radium pistol, radium carbine etc.) and any relic that replaces such a weapon. This is not cumulative with any other rule that increases a weapon's range.",
+ "stats": {
+ "Discipline": {
+ "value": "Codex Supplement: Metalica 1"
+ }
+ }
+ },
+ "Warlord Trait§Masterwork Bionics": {
+ "text": "* This **WARLORD** has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n* Each time an attack is allocated to this WARLORD**, subtract 1 from the Damage characteristic of that attack (to a minimum of 1).",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 2"
+ }
+ }
+ },
+ "Warlord Trait§Multitasking Cortex": {
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **<FORGE WORLD>** SKITARII** CORE** unit within 9″ of this WARLORD**, or select one friendly **<FORGE WORLD>** CORE** DATA-TETHER** unit on the battlefield. Until the start of your next Command phase, if that unit is [performing an action](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-Actions), it can make ranged attacks without that action failing.",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 1"
+ }
+ }
+ },
+ "Warlord Trait§Necromechanic": {
+ "text": "Each time this **WARLORD** uses its Master of the Machines** ability, the model being repaired regains up to 3 lost wounds instead of D3.",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 4"
+ }
+ }
+ },
+ "Warlord Trait§Programmed Retreat": {
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **<FORGE WORLD>** SKITARII** CORE** unit within 9″ of this WARLORD**, or select one friendly **<FORGE WORLD>** CORE** DATA-TETHER** unit on the battlefield. Until the start of your next Command phase, that unit is eligible to shoot in a turn in which it [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back).",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 3"
+ }
+ }
+ },
+ "Warlord Trait§Radioactive Emanation (aura)": {
+ "text": "While a unit is within 6″ of this **WARLORD**, unless it is a METALICA** unit, subtract 1 from its Toughness characteristic. This is not cumulative with any other rule that reduces the Toughness characteristic of an enemy model (e.g. the Rad-saturation ability or the [Rad-Bombardment](https://wahapedia.ru/wh40k9ed/factions/adeptus-mechanicus/#Stratagems-2) Stratagem).",
+ "stats": {
+ "Discipline": {
+ "value": "Codex Supplement: Metalica 3"
+ }
+ }
+ },
+ "Warlord Trait§Supervisory Radiance": {
+ "text": "At the start of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), select one friendly **<FORGE WORLD>** CULT** MECHANICUS** CORE** unit within 9″ of this WARLORD**. Until the start of the next Fight phase, each time a model in that unit makes a melee attack, you can re-roll the [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).",
+ "stats": {
+ "Discipline": {
+ "value": "Warlord Traits 6"
+ }
+ }
+ },
+ "Weapon§Arc claw": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 1
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time the bearer fights, it makes 1 additional attack with this weapon. Each time an attack is made with this weapon against a **VEHICLE** unit, that attack has a Damage characteristic of 2 and an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 4+ successfully wounds the target."
+ },
+ "Weapon§Arc lance (melee)": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
"value": 3
},
- "model": {
- "value": "Model§Sydonian Dragoon"
+ "Type": {
+ "value": "Melee"
},
- "Sydonian Dragoons": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 1,
- "min": 1,
- "max": 6,
- "increment": {
- "value": 1
- }
+ "Range": {
+ "value": "Melee"
}
},
- "keywords": {
- "Keywords": [
- "Core",
- "Data-tether",
- "Ironstrider Engine",
- "Sydonian Dragoons",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Imperium",
- "Skitarii"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Doctrina Imperatives",
- "Ability§Bionics",
- "Ability§Explodes",
- "Ability§Incense Cloud",
- "Ability§Broad Spectrum Data-tether",
- "Model§Sydonian Dragoon"
- ]
- },
- "text": "Increase this unit's **Power Rating** by +3** for every additional Sydonian Dragoon it includes. Every model is equipped with: radium jezzail.\n\n• Any number of models can each have their radium jezzail replaced with 1 taser lance.\n\n• Any number of models can each be equipped with 1 phosphor serpenta.\n\nnull\n\nERROR: there might be a problem with Power Rating that will require a custom rule.",
- "allowed": {
- "items": [
- "Model§Sydonian Dragoon"
- ]
- },
- "meta": {
- "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
- }
+ "text": "Each time an attack made with this weapon targets a **VEHICLE** unit, that attack has a Damage characteristic of D3."
},
- "Heavy Support§Onager Dunecrawler": {
+ "Weapon§Arc lance (shooting)": {
"stats": {
- "Power Level": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
"value": 6
},
- "Smoke launchers": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Smoke launchers",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
+ "Type": {
+ "value": "Assault 1"
+ },
+ "Range": {
+ "value": "12″"
}
},
- "keywords": {
- "Keywords": [
- "Data-tether",
- "Onager Dunecrawler",
- "Smokescreen",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Imperium",
- "Skitarii"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Doctrina Imperatives",
- "Ability§Emanatus Force Field",
- "Ability§Explodes",
- "Ability§Broad Spectrum Data-tether",
- {
- "item": "Model§Onager Dunecrawler",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "An Onager Dunecrawler is equipped with: eradication beamer.\n\n• This model’s eradication beamer can be replaced with one of the following: 1 daedalus missile launcher, 1 gatling rocket launcher and 1 twin icarus autocannon; 1 neutron laser and 1 cognis heavy stubber; 1 twin Onager heavy phosphor blaster.\n\n• This model can be equipped with 1 additional cognis heavy stubber.\n\n• This model can be equipped with one of the following: broad spectrum data-tether; smoke launchers.\n\nnull",
- "meta": {
- "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
- }
+ "text": "Each time an attack made with this weapon targets a **VEHICLE** unit, that attack has a Damage characteristic of D3."
},
- "Elites§Secutarii Hoplites": {
+ "Weapon§Arc maul": {
"stats": {
- "Power Level": {
- "value": 2
+ "AP": {
+ "value": -2
},
- "model": {
- "value": "Model§Secutarii Hoplite"
+ "D": {
+ "value": 1
},
- "Secutarii Hoplites": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 4,
- "min": 4,
- "max": 9,
- "increment": {
- "value": 5
- }
+ "S": {
+ "value": 3
},
- "poweri": {
- "value": 2
+ "Type": {
+ "value": "Melee"
},
- "power1": {
+ "Range": {
+ "value": "Melee"
+ },
+ "Points": {
+ "value": 5
+ }
+ },
+ "text": "Each time an attack is made with this weapon against a **VEHICLE** unit, that attack has a Damage characteristic of 2 and an unmodified wound roll of 4+ successfully wounds the target."
+ },
+ "Weapon§Arc pistol": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Pistol 1"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ },
+ "text": "Each time an attack is made with this weapon against a **VEHICLE** unit, that attack has a Damage characteristic of 2 and an unmodified wound roll of 4+ successfully wounds the target."
+ },
+ "Weapon§Arc rifle": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": "D3"
+ },
+ "S": {
"value": 6
},
- "Enhanced data-tether": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Enhanced data-tether",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
+ "Type": {
+ "value": "Rapid Fire 1"
},
- "Mag-inverter shield": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Mag-inverter shield",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
+ "Range": {
+ "value": "30″"
},
- "Omnispex": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Omnispex"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Data-tether",
- "Infantry",
- "Secutarii",
- "Secutarii Hoplites",
- "Skitarii"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Doctrina Imperatives",
- "Ability§Titan Guard",
- "Ability§Kyropatris Field",
- "Ability§Secutarii",
- {
- "item": "Model§Secutarii Hoplite",
- "quantity": 4
- },
- "Model§Hoplite Alpha"
- ]
- },
- "text": "If this unit contains 6 or more models, it has **Power Rating 4**. Every model is equipped with: arc lance; mag-inverter shield.\n\n• The Hoplite Alpha’s arc lance can be replaced with one of the following: 1 arc pistol; 1 phosphor blast pistol; 1 radium pistol.\n\n• The Hoplite Alpha’s mag-inverter shield can be replaced with one of the following: 1 arc maul; 1 enhanced data-tether; 1 omnispex; 1 power sword; 1 taser goad.\n\nnull",
- "allowed": {
- "items": [
- "Model§Secutarii Hoplite"
- ]
- },
- "meta": {
- "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
- }
- },
- "Elites§Secutarii Peltasts": {
- "stats": {
- "Power Level": {
- "value": 2
- },
- "model": {
- "value": "Model§Secutarii Peltast"
- },
- "Secutarii Peltasts": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 4,
- "min": 4,
- "max": 9,
- "increment": {
- "value": 5
- }
- },
- "poweri": {
- "value": 2
- },
- "power1": {
- "value": 6
- },
- "Enhanced data-tether": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Enhanced data-tether",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Omnispex": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Omnispex"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Data-tether",
- "Infantry",
- "Secutarii",
- "Secutarii Peltasts",
- "Skitarii"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Doctrina Imperatives",
- "Ability§Kyropatris Field",
- "Ability§Secutarii",
- "Ability§Titan Guard",
- "Ability§Blind Barrage",
- {
- "item": "Model§Secutarii Peltast",
- "quantity": 4
- },
- "Model§Peltast Alpha"
- ]
- },
- "text": "If this unit contains 6 or more models, it has **Power Rating 4**. Every model is equipped with: galvanic caster.\n\n• The Peltast Alpha’s galvanic caster can be replaced with one of the following: 1 arc pistol; 1 phosphor blast pistol; 1 radium pistol.\n\n• The Peltast Alpha can be equipped with one of the following: 1 arc maul; 1 enhanced data-tether; 1 omnispex; 1 power sword; 1 taser goad.\n\nnull",
- "allowed": {
- "items": [
- "Model§Secutarii Peltast"
- ]
- },
- "meta": {
- "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
- }
- },
- "Dedicated Transport§Terrax-pattern Termite": {
- "stats": {
- "Power Level": {
+ "Points": {
"value": 10
}
},
- "keywords": {
- "Keywords": [
- "Terrax-pattern Termite",
- "Transport",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Imperium",
- "Skitarii"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Doctrina Imperatives",
- "Ability§Subterranean Assault",
- "Ability§Explodes",
- {
- "item": "Model§Terrax-pattern Termite",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Terrax pattern Termite is equipped with: Terrax melta cutter, 2 Terrax storm bolters; Termite drill.\n\n• This model’s 2 Terrax storm bolters can be replaced with one of the following: 2 Terrax heavy flamers; 2 twin Terrax volkite chargers.\n\nnull",
- "meta": {
- "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
- }
+ "text": "Each time an attack is made with this weapon against a **VEHICLE** unit, that attack has a Damage characteristic of 3 and an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 4+ successfully wounds the target."
},
- "HQ§Tech-Priest Manipulus": {
+ "Weapon§Arc scourge": {
"stats": {
- "Power Level": {
- "value": 4
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": "x2"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
}
},
- "keywords": {
- "Keywords": [
- "Character",
- "Doctrina Assembler",
- "Infantry",
- "Tech-Priest",
- "Tech-Priest Manipulus"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Cult Mechanicus",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Canticles of the Omnissiah",
- "Ability§Master of Machines",
- "Ability§Refractor Field",
- "Ability§Galvanic Field",
- {
- "item": "Model§Tech-Priest Manipulus",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Tech-Priest Manipulus is equipped with: magnarail lance; Manipulus mechadendrites; Omnissian staff.\n\n• This model’s magnarail lance can be replaced with 1 transonic cannon.\n\nnull",
- "meta": {
- "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
- }
+ "text": "Each time an attack is made with this weapon against a **VEHICLE** unit, that attack has a Damage characteristic of 2 and an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 2+ successfully wounds the target."
},
- "Dedicated Transport§Skorpius Dunerider": {
+ "Weapon§Archeo-revolver": {
"stats": {
- "Power Level": {
- "value": 5
- }
- },
- "keywords": {
- "Keywords": [
- "Data-tether",
- "Skorpius Dunerider",
- "Skorpius Engine",
- "Transport",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Imperium",
- "Skitarii"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Doctrina Imperatives",
- "Ability§Explodes",
- "Ability§Broad Spectrum Data-tether",
- {
- "item": "Model§Skorpius Dunerider",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Skorpius Dunerider is equipped with: 2 cognis heavy stubbers; twin cognis heavy stubber.\n\n\n\nnull",
- "meta": {
- "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
- }
- },
- "Heavy Support§Skorpius Disintegrator": {
- "stats": {
- "Power Level": {
- "value": 8
- }
- },
- "keywords": {
- "Keywords": [
- "Data-tether",
- "Skorpius Disintegrator",
- "Skorpius Engine",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Imperium",
- "Skitarii"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Doctrina Imperatives",
- "Ability§Explodes",
- "Ability§Broad Spectrum Data-tether",
- {
- "item": "Model§Skorpius Disintegrator",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Skorpius Disintegrator is equipped with: 3 cognis heavy stubbers; disruptor missile launcher; belleros energy cannon.\n\n• This model’s belleros energy cannon can be replaced with 1 ferrumite cannon.\n\nnull",
- "meta": {
- "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
- }
- },
- "Elites§X-101": {
- "stats": {
- "Power Level": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
"value": 2
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Pistol 1"
+ },
+ "Range": {
+ "value": "12″"
}
- },
- "keywords": {
- "Keywords": [
- "Infantry",
- "Servitor",
- "X-101"
- ],
- "Faction": [
- "Adeptus Mechanicus",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Canticles of the Omnissiah",
- "Ability§Mindlock",
- "Ability§Salvage Protocols",
- "Ability§Mindless Servant",
- {
- "item": "Model§X-101",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "X-101 is a single model armed with a grav-gun and hydraulic claw. Only one of this model can be included in your army.\n\n\n\nnull",
- "meta": {
- "Publication": "[Warhammer Quest: Blackstone Fortress – Escalation (Boxset) 8th ed. – @2019-08-24](null)"
}
},
- "Fast Attack§Serberys Sulphurhounds": {
+ "Weapon§Belleros energy cannon": {
"stats": {
- "Power Level": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Heavy 3D3"
+ },
+ "Range": {
+ "value": "36″"
+ }
+ },
+ "text": "**Indirect Fire**. [Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). This weapon can target units that are not visible to the bearer."
+ },
+ "Weapon§Cavalry sabre": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 1
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Chordclaw": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": "User"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time the bearer fights, it makes 1 additional attack with this weapon."
+ },
+ "Weapon§Clawed limbs": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 1
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time the bearer fights, it makes 2 additional attacks with this weapon."
+ },
+ "Weapon§Cognis flamer": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
"value": 4
},
- "model": {
- "value": "Model§Serberys Sulphurhound"
+ "Type": {
+ "value": "Assault D6+2"
},
- "Serberys Sulphurhounds": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 2,
- "min": 2,
- "max": 8,
- "increment": {
- "value": 2
- }
+ "Range": {
+ "value": "12″"
},
- "poweri": {
- "value": 3
- },
- "power1": {
- "value": 3
- },
- "power2": {
+ "Points": {
"value": 5
}
},
- "keywords": {
- "Keywords": [
- "Cavalry",
- "Core",
- "Serberys",
- "Serberys Sulphurhounds"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Imperium",
- "Skitarii"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Doctrina Imperatives",
- "Ability§Pistoleers",
- "Ability§Enhanced Bionics",
- "Ability§Rad-saturation (Aura)",
- {
- "item": "Model§Serberys Sulphurhound",
- "quantity": 2
- },
- "Model§Serberys Sulphurhound Alpha"
- ]
- },
- "text": "If this unit contains between 4 and 6 models, it has **Power Rating 7**. If this unit contains 7 or more models, it has Power Rating 10**.\n\n • Every Serberys Sulphurhound is equipped with: 2 phosphor pistols; sulphur breath; clawed limbs.\n\n • The Serberys Sulphurhound Alpha is equipped with: phosphor blast pistol; sulphur breath; arc maul; clawed limbs.\n\n• For every 3 models in this unit, 1 Serberys Sulphurhound’s 2 phosphor pistols can be replaced with 1 phosphor blast carbine and 1 phosphor pistol.\n\nnull",
- "allowed": {
- "items": [
- "Model§Serberys Sulphurhound"
- ]
- },
- "meta": {
- "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
+ "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
+ },
+ "Weapon§Cognis heavy stubber": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Assault 4"
+ },
+ "Range": {
+ "value": "36″"
+ }
}
},
- "Fast Attack§Serberys Raiders": {
+ "Weapon§Control stave": {
"stats": {
- "Power Level": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
"value": 3
},
- "model": {
- "value": "Model§Serberys Raider"
+ "Type": {
+ "value": "Melee"
},
- "Serberys Raiders": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 2,
- "min": 2,
- "max": 8,
- "increment": {
- "value": 2
- }
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Daedalus missile launcher": {
+ "stats": {
+ "AP": {
+ "value": -3
},
- "poweri": {
- "value": 3
+ "D": {
+ "value": "D6"
},
- "power1": {
- "value": 3
+ "S": {
+ "value": 7
},
- "power2": {
+ "Type": {
+ "value": "Heavy 1"
+ },
+ "Range": {
+ "value": "48″"
+ }
+ },
+ "text": "Each time an attack is made with this weapon profile against an [**AIRCRAFT**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Aircraft) unit, add 1 to that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
+ },
+ "Weapon§Disruptor missile launcher": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": "D3"
+ },
+ "S": {
+ "value": 7
+ },
+ "Type": {
+ "value": "Heavy D6"
+ },
+ "Range": {
+ "value": "36″"
+ }
+ },
+ "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
+ },
+ "Weapon§Dissipated": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Pistol D3"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ },
+ "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
+ },
+ "Weapon§Electroleech stave": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 2 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target and the attack sequence ends."
+ },
+ "Weapon§Electrostatic gauntlets (melee)": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time an attack is made with this weapon, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 scores 2 additional hits."
+ },
+ "Weapon§Electrostatic gauntlets (shooting)": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
"value": 5
},
- "Enhanced data-tether": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Enhanced data-tether"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
+ "Type": {
+ "value": "Assault 3"
+ },
+ "Range": {
+ "value": "12″"
}
},
- "keywords": {
- "Keywords": [
- "Cavalry",
- "Core",
- "Data-tether",
- "Serberys",
- "Serberys Raiders"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Imperium",
- "Skitarii"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Doctrina Imperatives",
- "Ability§Enhanced Bionics",
- "Ability§Skirmishing Line",
- "Ability§Eye of Serberys",
- {
- "item": "Model§Serberys Raider",
- "quantity": 2
- },
- "Model§Serberys Raider Alpha"
- ]
- },
- "text": "If this unit contains between 4 and 6 models, it has **Power Rating 6**. If this unit contains 7 or more models, it has Power Rating 9**.\n\n• Every Serberys Raider is equipped with: galvanic carbine; cavalry sabre; clawed limbs.\n\n• The Serberys Raider Alpha is equipped with: archeo-revolver; galvanic carbine; cavalry sabre; clawed limbs.\n\n• 1 Serberys Raider can be equipped with 1 enhanced data-tether.\n\nnull",
- "allowed": {
- "items": [
- "Model§Serberys Raider"
- ]
- },
- "meta": {
- "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
- }
+ "text": "Each time an attack is made with this weapon, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 scores 2 additional hits."
},
- "Fast Attack§Pteraxii Sterylizors": {
+ "Weapon§Ferrumite cannon": {
"stats": {
- "Power Level": {
- "value": 4
+ "AP": {
+ "value": -3
},
- "model": {
- "value": "Model§Pteraxii Sterylizor"
+ "D": {
+ "value": 3
},
- "Pteraxii Sterylizors": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 4,
- "min": 4,
- "max": 9,
- "increment": {
- "value": 5
- }
+ "S": {
+ "value": 8
},
- "poweri": {
- "value": 4
+ "Type": {
+ "value": "Heavy 3"
},
- "power1": {
- "value": 6
+ "Range": {
+ "value": "48″"
}
- },
- "keywords": {
- "Keywords": [
- "Core",
- "Fly",
- "Infantry",
- "Jump Pack",
- "Pteraxii",
- "Pteraxii Sterylizors"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Imperium",
- "Skitarii"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Doctrina Imperatives",
- "Ability§Thermal Riders",
- "Ability§Enhanced Bionics",
- "Ability§Darting Hunters",
- "Ability§Swooping Strikes",
- {
- "item": "Model§Pteraxii Sterylizor",
- "quantity": 4
- },
- "Model§Pteraxii Sterylizor Alpha"
- ]
- },
- "text": "If this unit contains 6 or more models, it has **Power Rating 8**.\n\n• Every Pteraxii Sterylizor is equipped with: phosphor torch; Pteraxii talons.\n\n• The Pteraxii Sterylizor Alpha is equipped with: flechette blaster; Pteraxii talons; taser goad.\n\n\n\nnull",
- "allowed": {
- "items": [
- "Model§Pteraxii Sterylizor"
- ]
- },
- "meta": {
- "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
}
},
- "Fast Attack§Pteraxii Skystalkers": {
+ "Weapon§Flechette": {
"stats": {
- "Power Level": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
"value": 4
},
- "model": {
- "value": "Model§Pteraxii Skystalker"
+ "Type": {
+ "value": "Assault 3"
},
- "Pteraxii Skystalkers": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 4,
- "min": 4,
- "max": 9,
- "increment": {
- "value": 5
- }
- },
- "poweri": {
- "value": 4
- },
- "power1": {
- "value": 6
+ "Range": {
+ "value": "18″"
}
- },
- "keywords": {
- "Keywords": [
- "Arc Grenades",
- "Core",
- "Fly",
- "Infantry",
- "Jump Pack",
- "Pteraxii",
- "Pteraxii Skystalkers"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Imperium",
- "Skitarii"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Doctrina Imperatives",
- "Ability§Enhanced Bionics",
- "Ability§Fleeting Barrage",
- "Ability§Thermal Riders",
- {
- "item": "Model§Pteraxii Skystalker",
- "quantity": 4
- },
- "Model§Pteraxii Skystalker Alpha"
- ]
- },
- "text": "If this unit contains 6 or more models, it has **Power Rating 8**.\n\n• Every Pteraxii Skystalker is equipped with: flechette carbine.\n\n• The Pteraxii Skystalker Alpha is equipped with: flechette blaster; taser goad.\n\n\n\nnull",
- "allowed": {
- "items": [
- "Model§Pteraxii Skystalker"
- ]
- },
- "meta": {
- "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
}
},
- "Flyers§Archaeopter Transvector": {
+ "Weapon§Flechette blaster": {
"stats": {
- "Power Level": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 3
+ },
+ "Type": {
+ "value": "Pistol 5"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ }
+ },
+ "Weapon§Flechette carbine": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 3
+ },
+ "Type": {
+ "value": "Assault 5"
+ },
+ "Range": {
+ "value": "18″"
+ }
+ }
+ },
+ "Weapon§Focused": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
"value": 6
},
- "Chaff launcher": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Chaff launcher"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
+ "Type": {
+ "value": "Pistol D3"
},
- "Command uplink": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Command uplink",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
+ "Range": {
+ "value": "6″"
}
},
- "keywords": {
- "Keywords": [
- "Aircraft",
- "Archaeopter Engine",
- "Archaeopter Transvector",
- "Data-tether",
- "Fly",
- "Smokescreen",
- "Transport",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Imperium",
- "Skitarii"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Doctrina Imperatives",
- "Ability§Combined Landing",
- "Ability§Hard to Hit",
- "Ability§Hover Jet",
- "Ability§Aerial Deployment",
- "Ability§Explodes",
- "Ability§Airborne",
- "Ability§Manoeuvrable Craft",
- {
- "item": "Model§Archaeopter Transvector",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "An Archaeopter Transvector is equipped with: 2 cognis heavy stubbers; twin cognis heavy stubber; command uplink.\n\n• This model’s command uplink can be replaced with 1 chaff launcher.\n\nnull",
- "meta": {
- "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
+ "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
+ },
+ "Weapon§Galvanic carbine": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Assault 2"
+ },
+ "Range": {
+ "value": "18″"
+ }
}
},
- "Flyers§Archaeopter Stratoraptor": {
+ "Weapon§Galvanic rifle": {
"stats": {
- "Power Level": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Heavy 2"
+ },
+ "Range": {
+ "value": "30″"
+ }
+ }
+ },
+ "Weapon§Gamma pistol": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 3
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Pistol 1"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ }
+ },
+ "Weapon§Gatling rocket launcher": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Heavy 5"
+ },
+ "Range": {
+ "value": "48″"
+ }
+ },
+ "text": "Each time an attack is made with this weapon profile against an [**AIRCRAFT**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Aircraft) unit, add 1 to that attack's [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
+ },
+ "Weapon§Grav-gun": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Rapid Fire 1"
+ },
+ "Range": {
+ "value": "18″"
+ }
+ },
+ "text": "If the target has a Save characteristic of 3+ or better, this weapon has a Damage characteristic of D3."
+ },
+ "Weapon§Hammershot": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Heavy 1"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ }
+ },
+ "Weapon§Heavy arc rifle": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Heavy 2"
+ },
+ "Range": {
+ "value": "36″"
+ }
+ },
+ "text": "Each time an attack is made with this weapon against a **VEHICLE** unit, that attack has a Damage characteristic of 3 and an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 4+ successfully wounds the target."
+ },
+ "Weapon§Heavy bolter": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Heavy 3"
+ },
+ "Range": {
+ "value": "36″"
+ }
+ }
+ },
+ "Weapon§Heavy grav-cannon": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Heavy 5"
+ },
+ "Range": {
+ "value": "30″"
+ }
+ },
+ "text": "Each time an attack made with this weapon is allocated to a model with a Save characteristic of 3+ or better, that attack has a Damage characteristic of 2."
+ },
+ "Weapon§Heavy phosphor blaster": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Heavy 3"
+ },
+ "Range": {
+ "value": "36″"
+ }
+ },
+ "text": "Each time an attack is made with this weapon, the target does not receive the benefits of [Dense Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Dense-Cover) against that attack."
+ },
+ "Weapon§Hydraulic claw": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": "D3"
+ },
+ "S": {
+ "value": "x2"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "When attacking with this weapon, you must subtract 1 from the [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
+ },
+ "Weapon§Incendine combustor": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Heavy D6"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ },
+ "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
+ },
+ "Weapon§Kastelan fist": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 3
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time the bearer fights, it makes 1 additional attack with this weapon."
+ },
+ "Weapon§Kastelan phosphor blaster": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Heavy 3"
+ },
+ "Range": {
+ "value": "24″"
+ },
+ "Points": {
+ "value": 5
+ }
+ },
+ "text": "Each time an attack is made with this weapon, the target does not receive the benefits of [Dense Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Dense-Cover) against that attack."
+ },
+ "Weapon§Macrostubber": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Pistol 5"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ }
+ },
+ "Weapon§Magnarail lance": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 3
+ },
+ "S": {
+ "value": 7
+ },
+ "Type": {
+ "value": "Heavy 1"
+ },
+ "Range": {
+ "value": "36″"
+ }
+ }
+ },
+ "Weapon§Manipulus mechadendrites": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": "User"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time the bearer fights, it makes 3 additional attacks with this weapon."
+ },
+ "Weapon§Mechadendrite hive": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": "User"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time the bearer fights, it makes 2D6 additional attacks with this weapon."
+ },
+ "Weapon§Mechanicus pistol": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Pistol 2"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ }
+ },
+ "Weapon§Multi-melta": {
+ "stats": {
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": "D6"
+ },
+ "S": {
+ "value": 8
+ },
+ "Type": {
+ "value": "Heavy 2"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ },
+ "text": "Each time an attack made with this weapon targets a unit within half range, that attack has a Damage characteristic of D6+2."
+ },
+ "Weapon§Neutron laser": {
+ "stats": {
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": "D3+3"
+ },
+ "S": {
+ "value": 12
+ },
+ "Type": {
+ "value": "Heavy D3"
+ },
+ "Range": {
+ "value": "48″"
+ }
+ },
+ "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
+ },
+ "Weapon§Omnissian axe": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Omnissian staff": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Phosphor blast carbine": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Assault 2D3"
+ },
+ "Range": {
+ "value": "18″"
+ },
+ "Points": {
+ "value": 10
+ }
+ },
+ "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). Each time an attack is made with this weapon, the target does not receive the benefits of [Dense Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Dense-Cover) against that attack."
+ },
+ "Weapon§Phosphor blast pistol": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Pistol D3"
+ },
+ "Range": {
+ "value": "12″"
+ },
+ "Points": {
+ "value": 5
+ }
+ },
+ "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). Each time an attack is made with this weapon, the target does not receive the benefits of [Dense Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Dense-Cover) against that attack."
+ },
+ "Weapon§Phosphor blaster": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Rapid Fire 1"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ },
+ "text": "Each time an attack is made with this weapon, the target does not receive the benefits of [Dense Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Dense-Cover) against that attack."
+ },
+ "Weapon§Phosphor pistol": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Pistol 1"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ },
+ "text": "Each time an attack is made with this weapon, the target does not receive the benefits of [Dense Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Dense-Cover) against that attack."
+ },
+ "Weapon§Phosphor serpenta": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Assault 1"
+ },
+ "Range": {
+ "value": "18″"
+ },
+ "Points": {
+ "value": 5
+ }
+ },
+ "text": "Each time an attack is made with this weapon, the target does not receive the benefits of [Dense Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Dense-Cover) against that attack."
+ },
+ "Weapon§Phosphor torch": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Assault D6"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ },
+ "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
+ },
+ "Weapon§Power fist": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": "x2"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time an attack is made with this weapon, subtract 1 from that attack's [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
+ },
+ "Weapon§Power sword": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 1
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ },
+ "Points": {
+ "value": 5
+ }
+ }
+ },
+ "Weapon§Pteraxii talons": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": "User"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ }
+ },
+ "Weapon§Radium carbine": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 3
+ },
+ "Type": {
+ "value": "Assault 3"
+ },
+ "Range": {
+ "value": "18″"
+ }
+ },
+ "text": "Each time an attack is made with this weapon against an enemy unit (excluding **VEHICLE** units), an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 automatically wounds the target."
+ },
+ "Weapon§Radium jezzail": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Heavy 2"
+ },
+ "Range": {
+ "value": "30″"
+ }
+ },
+ "text": "Each time you select a target for this weapon, you can ignore the [Look Out, Sir](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Look-out-Sir) rule. Each time an attack is made with this weapon against an enemy unit (excluding **VEHICLE** units), an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 automatically wounds the target."
+ },
+ "Weapon§Radium pistol": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 3
+ },
+ "Type": {
+ "value": "Pistol 1"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ },
+ "text": "Each time an attack is made with this weapon against an enemy unit (excluding **VEHICLE** units), an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 automatically wounds the target."
+ },
+ "Weapon§Radium serpenta": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 3
+ },
+ "Type": {
+ "value": "Assault 1"
+ },
+ "Range": {
+ "value": "18″"
+ }
+ },
+ "text": "Each time an attack is made with this weapon against an enemy unit (excluding **VEHICLE** units), an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 automatically wounds the target."
+ },
+ "Weapon§Servo-arc claw": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time the bearer fights, no more than one attack can be made with each servo-arc claw. Each time an attack is made with this weapon against a **VEHICLE** unit, that attack has a Damage characteristic of 4 and an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 4+ successfully wounds the target."
+ },
+ "Weapon§Servo-arm": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 3
+ },
+ "S": {
+ "value": "x2"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time the bearer fights, no more than one attack can be made with each servo-arm."
+ },
+ "Weapon§Solar atomiser": {
+ "stats": {
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": 3
+ },
+ "S": {
"value": 10
},
- "Chaff launcher": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Chaff launcher"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
+ "Type": {
+ "value": "Assault D3"
},
- "Command uplink": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Command uplink",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
+ "Range": {
+ "value": "12″"
}
},
- "keywords": {
- "Keywords": [
- "Aircraft",
- "Archaeopter Engine",
- "Archaeopter Stratoraptor",
- "Data-tether",
- "Fly",
- "Smokescreen",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Imperium",
- "Skitarii"
- ]
+ "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). Each time an attack made with this weapon targets a unit within half range, that attack has a Damage characteristic of D3+3."
+ },
+ "Weapon§Standard": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 7
+ },
+ "Type": {
+ "value": "Heavy D6"
+ },
+ "Range": {
+ "value": "36″"
+ }
},
- "assets": {
- "traits": [
- "Ability§Doctrina Imperatives",
- "Ability§Airborne",
- "Ability§Manoeuvrable Craft",
- "Ability§Hard to Hit",
- "Ability§Hover Jet",
- "Ability§Explodes",
- {
- "item": "Model§Archaeopter Stratoraptor",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "An Archaeopter Stratoraptor is equipped with: 2 cognis heavy stubbers; 2 heavy phosphor blasters; twin cognis lascannon; command uplink.\n\n• This model’s command uplink can be replaced with 1 chaff launcher.\n\nnull",
- "meta": {
- "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
+ "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
+ },
+ "Weapon§Stubcarbine": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Pistol 3"
+ },
+ "Range": {
+ "value": "18″"
+ }
}
},
- "Flyers§Archaeopter Fusilave": {
+ "Weapon§Sulphur breath": {
"stats": {
- "Power Level": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Pistol D6"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ },
+ "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
+ },
+ "Weapon§Supercharge": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
"value": 8
},
- "Chaff launcher": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Chaff launcher"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
+ "Type": {
+ "value": "Heavy D6"
},
- "Command uplink": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Command uplink",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
+ "Range": {
+ "value": "36″"
}
},
- "keywords": {
- "Keywords": [
- "Aircraft",
- "Archaeopter Engine",
- "Archaeopter Fusilave",
- "Data-tether",
- "Fly",
- "Smokescreen",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Imperium",
- "Skitarii"
- ]
+ "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). Each time an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1 is made for an attack with this weapon profile, the bearer’s unit suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) after shooting with this weapon."
+ },
+ "Weapon§Taser goad": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
},
- "assets": {
- "traits": [
- "Ability§Doctrina Imperatives",
- "Ability§Bomb Rack",
- "Ability§Airborne",
- "Ability§Manoeuvrable Craft",
- "Ability§Hard to Hit",
- "Ability§Hover Jet",
- "Ability§Explodes",
- {
- "item": "Model§Archaeopter Fusilave",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
+ "text": "Each time an attack is made with this weapon, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 scores 2 additional hits."
+ },
+ "Weapon§Taser lance": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ },
+ "Points": {
+ "value": 15
+ }
},
- "text": "An Archaeopter Fusilave is equipped with: 4 cognis heavy stubbers; command uplink.\n\n• This model’s command uplink can be replaced with 1 chaff launcher.\n\nnull",
- "meta": {
- "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
+ "text": "Each time an attack is made with this weapon, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 scores 2 additional hits."
+ },
+ "Weapon§Termite drill": {
+ "stats": {
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": "D3+3"
+ },
+ "S": {
+ "value": "x2"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Each time an attack made with this weapon is allocated to a **VEHICLE** model, that attack has a Damage characteristic of D3+6."
+ },
+ "Weapon§Terrax heavy flamer": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Heavy D6"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ },
+ "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
+ },
+ "Weapon§Terrax melta cutter": {
+ "stats": {
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": "D6"
+ },
+ "S": {
+ "value": 8
+ },
+ "Type": {
+ "value": "Heavy 5"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ },
+ "text": "Each time an attack made with this weapon targets a unit within half range, that attack has a Damage characteristic of D6+2."
+ },
+ "Weapon§Terrax storm bolter": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Rapid Fire 2"
+ },
+ "Range": {
+ "value": "24″"
+ }
}
},
- "HQ§Technoarcheologist": {
+ "Weapon§Torsion cannon": {
"stats": {
- "Power Level": {
- "value": 3
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": "D3+3"
+ },
+ "S": {
+ "value": 8
+ },
+ "Type": {
+ "value": "Heavy 1"
+ },
+ "Range": {
+ "value": "48″"
+ },
+ "Points": {
+ "value": 10
}
- },
- "keywords": {
- "Keywords": [
- "Character",
- "Doctrina Assembler",
- "Infantry",
- "Tech-Priest",
- "Technoarcheologist"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Cult Mechanicus",
- "Imperium"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Canticles of the Omnissiah",
- "Ability§Enhanced Bionics",
- "Ability§Omni-scrambler",
- "Ability§Brotherhood of the Cog",
- "Ability§Machine Focus",
- "Ability§Master of Machines",
- {
- "item": "Model§Technoarcheologist",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Technoarcheologist is equipped with: eradication pistol; servo-arc claw.\n\n\n\nnull",
- "meta": {
- "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
}
},
- "HQ§Skitarii Marshal": {
+ "Weapon§Transonic blades": {
"stats": {
- "Power Level": {
- "value": 3
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 1
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
}
},
- "keywords": {
- "Keywords": [
- "Character",
- "Doctrina Assembler",
- "Infantry",
- "Skitarii Marshal"
- ],
- "Faction": [
- "",
- "Adeptus Mechanicus",
- "Imperium",
- "Skitarii"
- ]
+ "text": "Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
+ },
+ "Weapon§Transonic cannon": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Assault D6"
+ },
+ "Range": {
+ "value": "12″"
+ },
+ "Points": {
+ "value": 5
+ }
},
- "assets": {
- "traits": [
- "Ability§Doctrina Imperatives",
- "Ability§Control Edict",
- "Ability§Servo-skull Uplink (Aura)",
- "Ability§Enhanced Bionics",
- {
- "item": "Model§Skitarii Marshal",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
+ "text": "Each time an attack is made with this weapon, that attack automatically hits the target. Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
+ },
+ "Weapon§Transonic razor": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": "User"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
},
- "text": "A Skitarii Marshal is equipped with: radium serpenta; control stave.\n\n\n\nnull",
- "meta": {
- "Publication": "[Adeptus Mechanicus (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/09/S8LXbidg8ZkkK8Jv.pdf)"
+ "text": "Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
+ },
+ "Weapon§Transuranic arquebus": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": "D3"
+ },
+ "S": {
+ "value": 7
+ },
+ "Type": {
+ "value": "Heavy 1"
+ },
+ "Range": {
+ "value": "60″"
+ },
+ "Points": {
+ "value": 15
+ }
+ },
+ "text": "Each time you select a target for this weapon, you can ignore the [Look Out, Sir](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Look-out-Sir) rule. Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
+ },
+ "Weapon§Twin cognis autocannon": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 7
+ },
+ "Type": {
+ "value": "Assault 6"
+ },
+ "Range": {
+ "value": "48″"
+ }
}
+ },
+ "Weapon§Twin cognis heavy stubber": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 4
+ },
+ "Type": {
+ "value": "Assault 8"
+ },
+ "Range": {
+ "value": "36″"
+ }
+ }
+ },
+ "Weapon§Twin cognis lascannon": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": "D3+3"
+ },
+ "S": {
+ "value": 9
+ },
+ "Type": {
+ "value": "Assault 2"
+ },
+ "Range": {
+ "value": "48″"
+ }
+ }
+ },
+ "Weapon§Twin Icarus autocannon": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 7
+ },
+ "Type": {
+ "value": "Heavy 4"
+ },
+ "Range": {
+ "value": "48″"
+ }
+ },
+ "text": "Each time an attack is made with this weapon profile against an [**AIRCRAFT**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Aircraft) unit, add 1 to that attack's [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
+ },
+ "Weapon§Twin Onager heavy phosphor blaster": {
+ "stats": {
+ "AP": {
+ "value": -2
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Heavy 8"
+ },
+ "Range": {
+ "value": "36″"
+ }
+ },
+ "text": "Each time an attack is made with this weapon, the target does not receive the benefits of [Dense Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Dense-Cover) against that attack."
+ },
+ "Weapon§Twin Terrax volkite charger": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Heavy 4"
+ },
+ "Range": {
+ "value": "20″"
+ },
+ "Points": {
+ "value": 5
+ }
+ },
+ "text": "Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
+ },
+ "Weapon§Volkite blaster": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 6
+ },
+ "Type": {
+ "value": "Heavy 3"
+ },
+ "Range": {
+ "value": "24″"
+ }
+ },
+ "text": "Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 2 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
}
}
}
diff --git a/aeldari/Aeldari.manifest b/aeldari/Aeldari.manifest
index eb0211e..6ef9b6e 100644
--- a/aeldari/Aeldari.manifest
+++ b/aeldari/Aeldari.manifest
@@ -1,11 +1,12 @@
{
"name": "Aeldari",
+ "revision": "0.0.8",
"game": "Warhammer 40,000",
"genre": "sci-fi",
"publisher": "Games Workshop",
"url": "https://warhammer40000.com/",
- "notes": "This manifest is provided for the purposes of testing the features of *Rosterizer* and is not intended for distribution.",
- "revision": "0.0.5",
+ "notes": "0.0.8: dynamic damage min/max variable type\n\n0.0.7: single-model units no longer have any \"model\" asssets\n\n0.0.6: \"source\" keyword category\n\n0.0.5: add relics\n\nThis manifest is provided for the purposes of testing the features of *Rosterizer* and is not intended for distribution.\n\nThe data included herein was programatically compiled from freely-available sources on the internet and likely contains some errors. Use with caution.",
+ "wip": true,
"dependencies": [
{
"slug": "123456",
@@ -15,6 +16,9 @@
],
"manifest": {
"assetTaxonomy": {
+ "Aspect Shrine Relics": {
+ "templateClass": "Relic"
+ },
"Detachment": {
"stats": {
"Craftworld": {
@@ -101,6 +105,12 @@
}
}
},
+ "Psychic Disciplines": {
+ "templateClass": "Psychic Power"
+ },
+ "Treasures of the Aeldari": {
+ "templateClass": "Relic"
+ },
"Unit": {
"rules": {
"replace subfaction keyword": {
@@ -170,186 +180,810 @@
]
}
}
- },
- "Psychic Disciplines": {
- "templateClass": "Psychic Power"
- },
- "Treasures of the Aeldari": {
- "templateClass": "Relic"
- },
- "Aspect Shrine Relics": {
- "templateClass": "Relic"
}
},
"assetCatalog": {
- "Roster§Army": {},
- "Model§Eldrad Ulthran": {
+ "Ability§Acrobatic": {
+ "text": "This model is eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) in a turn in which it [Advanced](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance). Each time an attack is made against this model, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nThis unit is eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) in a turn in which it [Advanced](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance). Each time an attack is made against this unit, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
+ },
+ "Ability§Advanced Positions": {
+ "text": "During deployment, when you set up this unit, if every model in this unit has this ability, it can be set up anywhere on the battlefield that is more than 9″ away from the enemy deployment zone and any enemy models."
+ },
+ "Ability§Aerobatic Grace": {
+ "text": "Each time a ranged attack is made against this unit, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
+ },
+ "Ability§Agile Construct": {
+ "text": "This model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Agile Interceptor": {
+ "text": "This model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). Each time this model makes an attack against an [**AIRCRAFT**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Aircraft) unit, add 1 to that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
+ },
+ "Ability§Airborne": {
+ "text": "You cannot [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) with this model, and it can only be chosen as a target of a charge if the unit making the charge can [**FLY**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Flying). You can only fight with this model if it is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units that can FLY**, and this model can only make melee attacks against units that can FLY**. Enemy units can only make melee attacks against this model if they can FLY**.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nYou cannot [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) with this model, and it can only be chosen as a target of a charge if the unit making the charge can [**FLY**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Flying). You can only fight with this model if it is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units that can FLY**, and this model can only make melee attacks against units that can FLY**. Enemy units can only make melee attacks against this model if they can FLY**.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nYou cannot [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) with this model, and it can only be chosen as a target of a charge if the unit making the charge can [**FLY**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Flying). You can only fight with this model if it is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units that can FLY**, and this model can only make melee attacks against units that can FLY**. Enemy units can only make melee attacks against this model if they can FLY**."
+ },
+ "Ability§Ally of Convenience": {
+ "text": "",
"stats": {
- "Points": {
- "value": 145
+ "Craftworld": {
+ "statType": "term",
+ "value": "<CRAFTWORLD>",
+ "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES):\n\n* This unit can be included in a **{v}** or <KABAL>** Detachment and models in that Detachment can still gain their [Detachment abilities](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachment-Abilities).\n* The inclusion of this unit in your army does not prevent ASURYANI** or DRUKHARI** units in your army from using any rules that require every model in your army to have the ASURYANI** or DRUKHARI** keywords.",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Ancient Doom": {
+ "text": "You can re-roll failed [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) in the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE) for this unit in a turn in which it charges or is charged by a **SLAANESH** unit. However, you must add 1 to [Morale tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests) for this unit if it is within 3″ of any SLAANESH** units."
+ },
+ "Ability§Appear Unbidden": {
+ "text": "During deployment, you can set up Amallyn Shadowguide walking the winding paths of the webway instead of placing her on the battlefield. At the end of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), this unit can emerge from the webway – set this unit up anywhere on the battlefield that is more than 9″ away from any enemy models."
+ },
+ "Ability§Armour of the Last Runes": {
+ "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). Each time an attack is made against this model, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1-3 for that attack fails, irrespective of any abilities that the weapon or the model making that attack may have."
+ },
+ "Ability§Artillery and Crew": {
+ "text": "Each Support Weapon and its crew are treated as a single model for all rules purposes (crew models must remain within 1″ of their Support Weapon model). This means that the crew models cannot be targeted or attacked separately, and that visibility and all ranges are measured to and from the Support Weapon model. This unit cannot [Advance](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance), is never eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) or [perform a Heroic Intervention](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention) and cannot make [pile-in](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Pile-In) or [consolidation moves](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Consolidate)."
+ },
+ "Ability§Aspect Armour": {
+ "text": "Models in this unit have a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Assured Destruction": {
+ "text": "Each time this model makes a ranged attack that targets a **VEHICLE** or MONSTER** unit, re-roll a [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nEach time a model in this unit makes a ranged attack that targets a **VEHICLE** or MONSTER** unit, re-roll a [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1."
+ },
+ "Ability§Avatar of the Bloody-Handed God": {
+ "text": "This model can never have a Relic or a [Warlord Trait](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Warlord-Traits)."
+ },
+ "Ability§Avatar of the Whispering God": {
+ "text": "This model can never have a Relic or a [Warlord Trait](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Warlord-Traits)."
+ },
+ "Ability§Banshee Mask": {
+ "text": "If this model has a banshee mask, enemy units cannot fire [Overwatch](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Overwatch) at this model."
+ },
+ "Ability§Battle Focus": {
+ "text": "* This unit is eligible to shoot in a turn in which it [Advanced](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance), but if it does so, then until the end of the phase, models in this unit can only make attacks with [Assault](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#ASSAULT) or [Pistol weapons](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PISTOL) they are equipped with, and when resolving those attacks, this unit is treated as having [Remained Stationary](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Remain-Stationary).\n* In your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), after this unit has finished making its attacks, unless it [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back) or Advanced this turn, this unit can make a Battle Focus move. When it does so, roll one D6: each model in this unit can make a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move) of up to a distance in inches equal to the result, as if it were your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE). A unit that makes a Battle Focus move cannot [embark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Embark) within a **TRANSPORT** model at the end of that move, and until the end of the turn, such a unit is not eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit). A unit cannot make a Battle Focus move if it arrived as [Reinforcements](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) this turn, and a unit cannot make more than one Battle Focus move per turn.\n\nIf a unit makes a Battle Focus move and any of its models wish to move over any part of an [Area Terrain](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Area-Terrain) feature, subtract 3″ from the distance models in that unit can move when making that Battle Focus move (to a minimum of 0). This penalty applies even if every part of that Area Terrain feature is 1″ or less in height, but is not cumulative with any other penalties that Area Terrain feature may impose (e.g. the **Difficult Ground** terrain trait).\n\nDesigners Note: Battle Focus and Area Terrain**\n\n*There are several abilities in Codex: Aeldari which allow units to ignore modifiers to certain moves (such as the [Alaitoc Fieldcraft](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Alaitoc) Craftworld Attribute) or move a set distance (such as the [Matchless Agility](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Stratagems) Stratagem). It should be noted that none of these abilities allow a player to ignore the penalty to Battle Focus moves incurred for moving through [Area Terrain](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Area-Terrain).*"
+ },
+ "Ability§Beastmaster (Aura)": {
+ "text": "While a friendly **DRUKHARI BEAST** unit is within 6″ of this model:\n\n* Each time a model in that unit makes an attack, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1.\n* Models in that unit can use this model’s Leadership characteristic instead of their own."
+ },
+ "Ability§Blade Artists": {
+ "text": "Each time a model in this unit makes an attack with a melee weapon, on an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6, improve the Armour Penetration characteristic of that attack by 1."
+ },
+ "Ability§Blitz": {
+ "text": "Once per battle, in your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), when this model makes a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), it can Blitz. If it does so, until the end of the turn, add 2D6\" to this model’s Move characteristic and add 2 to this model’s Attacks characteristic."
+ },
+ "Ability§Brides of Death (Aura)": {
+ "text": "While a friendly **<WYCH CULT>** CORE** unit is within 6″ of this model, each time a model in that unit makes a melee attack, re-roll a [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1."
+ },
+ "Ability§Bringer of the True Death": {
+ "text": "Each time this model makes an attack against a [**NECRONS**](https://wahapedia.ru/wh40k9ed/factions/necrons) unit, add 1 to that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) and [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
+ },
+ "Ability§Burning Demise": {
+ "text": "When this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within D6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
+ },
+ "Ability§Burning Lance (Aura)": {
+ "text": "While a friendly **FIRE DRAGONS** unit is within 6″ of this model, add 2 to the Leadership characteristic of models in that unit and that unit has the [Objective Secured](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Secured) ability."
+ },
+ "Ability§Cameleoline Cloak": {
+ "text": "Your opponent must subtract 1 from [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) for ranged weapons that target Amallyn Shadowguide. Each time a ranged attack is allocated to this model while it is receiving the [benefits of cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-and-Cover), add an additional 1 to any armour [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) made against that attack."
+ },
+ "Ability§Champion of Ynnead": {
+ "text": "Each time another **AELDARI** model within 6″ of this model is destroyed, roll one D6; on a 4+, this model regains 1 lost wound and, if that other AELDARI** model was a CHARACTER** model, until the end of the battle, add 1 to this model’s Attacks characteristic."
+ },
+ "Ability§Children of Baharroth": {
+ "text": "During deployment, you can set up this model in the skies instead of placing it on the battlefield. At the end of any of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) this model can descend – set it up anywhere on the battlefield that is more than 9″ away from any enemy models.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nDuring deployment, you can set up this unit in the skies instead of placing it on the battlefield. At the end of any of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) this unit can descend – set it up anywhere on the battlefield that is more than 9″ away from any enemy models."
+ },
+ "Ability§Choreographer of War (Aura)": {
+ "text": "While a friendly **HARLEQUINS CORE** unit is within 6″ of this model, each time an attack is made by a model in that unit, re-roll a [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1."
+ },
+ "Ability§Cloudbreaker": {
+ "text": "During deployment you can set up this unit in an orbital transport instead of setting it up on the battlefield. If you do, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) you can set up this unit anywhere on the battlefield that is more than 9″ away from any enemy models."
+ },
+ "Ability§Cloudstrider": {
+ "text": "Once per turn, when this model [Consolidates](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Consolidate) or makes a **Battle Focus** move you can instead remove this model from the battlefield and set it up again anywhere on the battlefield that is more than 9″ away from any enemy models."
+ },
+ "Ability§Cloudstrike": {
+ "text": "If this [**TRANSPORT**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Transports) model starts the battle set up preparing a sudden assault (see **Sudden Assault**), it can be set up on the battlefield in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of your first, second or third [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), regardless of any mission rules. Any units embarked within this TRANSPORT** model can immediately [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) after it has been set up on the battlefield in this way, but they must be set up more than 9″ away from any enemy models."
+ },
+ "Ability§Cold-blooded Bodyguard": {
+ "text": "While this unit contains any Sslyth models, while a friendly **ARCHON** unit is within 3″ of this unit,that ARCHON** unit can use the [Look Out, Sir](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Look-out-Sir) rule even if this unit contains fewer than 3 models."
+ },
+ "Ability§Combat Drugs": {
+ "text": "Units with this ability gain additional abilities depending on which combat drugs they are using during this battle. Before the battle, determine what additional abilities are granted to each unit from your army with the Combat Drugs ability. You can select one of the abilities from the table below for that unit. Alternatively, you can randomly determine two abilities from the table for units with the Combat Drugs ability by rolling two D6 and looking up the result (if a double is rolled, roll both dice again until two different results are rolled). Combat Drug effects must be noted on your army roster. If you wish to randomly determine a units Combat Drugs abilities, simply write ‘Random’ on your roster."
+ },
+ "Ability§Court of the Archon": {
+ "text": "This unit can only be included in a [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments) if that Detachment also includes one or more **ARCHON** units, and you can only include a maximum of 1 **COURT OF** THE** ARCHON** units for each ARCHON** unit in that Detachment. This unit does not take up [slots](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role-Slots) in a Detachment."
+ },
+ "Ability§Creature Handler": {
+ "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), then if a [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments) includes any **DRUKHARI BEAST** units, one BEASTMASTER** unit can be included in that Detachment without taking up a [Battlefield Role](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role) slot."
+ },
+ "Ability§Crewed Platform": {
+ "text": "When the last Guardian Defender model in this unit is destroyed, any remaining [Heavy Weapon](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#HEAVY) Platform models in this unit are also destroyed. Heavy Weapon Platform models are not counted when determining a unit’s [Starting Strength](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Starting-Strength-Half-strength-and-Destroyed-Units), or whether that unit is below [Half-strength](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Starting-Strength-Half-strength-and-Destroyed-Units). The destruction of Heavy Weapon Platform models is ignored for the purposes of [Morale tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen the last Storm Guardian model in this unit is destroyed, any remaining Serpent’s Scale Platform models in this unit are also destroyed. Serpent’s Scale Platform models are not counted when determining a unit’s [Starting Strength](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Starting-Strength-Half-strength-and-Destroyed-Units), or whether that unit is below [Half-strength](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Starting-Strength-Half-strength-and-Destroyed-Units). The destruction of Serpent’s Scale Platform models is ignored for the purposes of [Morale tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests)."
+ },
+ "Ability§Cry of the Wind (Aura)": {
+ "text": "While a friendly **SWOOPING HAWKS** unit is within 6″ of this model, add 2 to the Leadership characteristic of models in that unit and that unit has the [Objective Secured](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Secured) ability."
+ },
+ "Ability§Death is Not Enough": {
+ "text": "Each model that is destroyed by an attack made by this model counts as two models in the [Morale phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MORALE-PHASE)."
+ },
+ "Ability§Deathly Form": {
+ "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). Each time an attack is allocated to this model, halve the Damage characteristic of that attack (rounding up)."
+ },
+ "Ability§Defence Tactics": {
+ "text": "While this unit contains a Dire Avenger Exarch model, if this unit is [performing an action](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-Actions), it can still make attacks with ranged weapons without that action failing."
+ },
+ "Ability§Defenders": {
+ "text": "While this unit is within range of an [objective marker](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Markers), each time a model in this unit makes a ranged attack with a **shuriken weapon**, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1."
+ },
+ "Ability§Distortion field": {
+ "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) against ranged attacks.\n\n\n\n**Designer’s note:** *Before the battle, if you don’t have a base for this model, both players must agree the footprint of this model as if it had a base.*"
+ },
+ "Ability§Distortion Field": {
+ "text": "This model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) against ranged attacks.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nThis model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) against ranged attacks.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nThis model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) against ranged attacks."
+ },
+ "Ability§Dodge": {
+ "text": "Models in this unit have a 6+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). Models in this unit have a 4+ invulnerable save against melee attacks."
+ },
+ "Ability§Doom Incarnate": {
+ "text": "Each enemy model that is destroyed by an attack made by this model counts as two models in the [Morale phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MORALE-PHASE)."
+ },
+ "Ability§Explodes": {
+ "text": "When this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nEach time a model in this unit is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 3″ suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nEach time a model in this unit is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 3″ suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 3″ suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this transport is destroyed, roll one D6 before any embarked models [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) and before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this transport is destroyed, roll one D6 before any embarked models [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) and before removing it from play. On a 6 it explodes, and each unit within 6″ suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this [**TRANSPORT**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Transports) model is destroyed, roll one D6 before any embarked models [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) and before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 2D6\" suffers D6 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 3″ suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 5+ it explodes, and each unit within 6″ suffers D6 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 4+ it explodes, and each unit within 2D6\" suffers D6 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 2D6\" suffers D6 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 5+ it explodes, and each unit within 2D6\" suffers D6 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 5+ it explodes, and each unit within 3D6\" suffers 2D6 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this [**TRANSPORT**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Transports) model is destroyed, roll one D6 before any embarked models [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) and before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6″ suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 2D6\" suffers D6 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nEach time a model in this unit is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6″ suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this [**TRANSPORT**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Transports) model is destroyed, roll one D6 before any embarked models [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) and before removing it from play. On a 6 it explodes, and each unit within 6″ suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
+ },
+ "Ability§Explosion of Soul Energy": {
+ "text": "When this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 3″ suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
+ },
+ "Ability§Extend Wings": {
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), this model can extend its wings. If it does, then until the start of your next Command phase, its Move characteristic becomes 20″ and it loses the **Wings of Khaine**, Airborne**, Hard to Hit** and Agile Interceptor** abilities."
+ },
+ "Ability§Favoured of Khaine": {
+ "text": "* This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n* This model can only lose a maximum of 3 wounds in each phase.\n* This model can never have a Relic or a Warlord Trait."
+ },
+ "Ability§Ferocious Charge": {
+ "text": "Each time this unit fights, if it made a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) this turn, add 2 to the Attacks characteristic of Ur-Ghul models in this unit."
+ },
+ "Ability§First of the Phoenix Lords": {
+ "text": "This model has a 3+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§First of Ulthwé": {
+ "text": "Each time a [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) is taken for this model, you can re-roll that test."
+ },
+ "Ability§Flickerfield": {
+ "text": "Each time a ranged attack is made against this model, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll). This model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) against ranged attacks."
+ },
+ "Ability§Flickerjump": {
+ "text": "The first time in each phase this unit is selected as a target of a charge, if this unit is not within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, it can make a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move) of up to 6″. Until the end of the phase, this unit cannot fire [Overwatch](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Overwatch) or [Set to Defend](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Defensible). Your opponent can then select new targets for that charge if they wish."
+ },
+ "Ability§Forceshield": {
+ "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nThis model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Ghosthelm": {
+ "text": "This model never suffers [Perils of the Warp](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Perils-of-the-Warp)."
+ },
+ "Ability§Ghostplate Armour": {
+ "text": "Models in this unit have a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Gyrinx Familiar": {
+ "text": "Each time a [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) is taken for this model, you can re-roll that test."
+ },
+ "Ability§Hand of Asuryan (Aura)": {
+ "text": "While a friendly **DIRE AVENGERS** unit is within 6″ of this model, add 2 to the Leadership characteristic of models in that unit and that unit has the [Objective Secured](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Secured) ability."
+ },
+ "Ability§Hard to Hit": {
+ "text": "Each time a ranged attack is made against this model, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nEach time a ranged attack is made against this model, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nEach time a ranged attack is made against this model, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
+ },
+ "Ability§Harlequin Weapons": {
+ "text": "While this unit contains any models equipped with a Harlequin’s kiss, it has the **HARLEQUIN’S KISS** keyword. While this unit contains any models equipped with a Harlequin’s caress, it has the **HARLEQUIN’S CARESS** keyword. While this unit contains any models equipped with a Harlequin’s embrace, it has the **HARLEQUIN’S EMBRACE** keyword."
+ },
+ "Ability§Harlequin’s Mask": {
+ "text": "Each time a melee attack is made against this unit, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
+ },
+ "Ability§Harlequin’s Panoply": {
+ "text": "* Models in this unit have a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n* Each time this unit makes a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), [Advances](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance), [Falls Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back) or makes a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit), until that move is finished, models in this unit can move horizontally through models and [terrain features](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-Features) (they cannot finish a move on top of another model, or its base).\n* Each time a melee attack is made against this unit, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
+ },
+ "Ability§Harvester of Souls (Aura)": {
+ "text": "While a friendly **DARK REAPERS** unit is within 6″ of this model, add 2 to the Leadership characteristic of models in that unit and that unit has the [Objective Secured](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Secured) ability."
+ },
+ "Ability§Herald of Victory": {
+ "text": "",
+ "stats": {
+ "Craftworld": {
+ "statType": "term",
+ "value": "<CRAFTWORLD>",
+ "text": "You can add 1 to the Leadership of friendly [{v}](https://wahapedia.ru/wh40k9ed/factions/aeldari/#The-CRAFTWORLD-Keyword) units within 3″ of any unit that includes a Swooping Hawk Exarch.",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Herald of Ynnead": {
+ "text": "Each time another **AELDARI** model within 6″ of this model is destroyed, roll one D6: on a 4+, this model regains 1 lost wound and, if that other AELDARI** model was a PSYKER**, you can select one psychic power from the [Revenant discipline](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Revenant-Discipline)**. Until the end of the battle, this model knows that psychic power in addition to any others it knows."
+ },
+ "Ability§Hit and Run": {
+ "text": "This unit is eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) in a turn in which it [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back)."
+ },
+ "Ability§Holo-fields": {
+ "text": "Models in this unit have a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nThis model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Holo-suit": {
+ "text": "Models in this unit have a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Hover Jet": {
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), this model can hover. If it does, then until the start of your next Command phase, its Move characteristic becomes 20″ and it loses the **Airborne**, Hard to Hit** and Wings of Khaine** abilities."
+ },
+ "Ability§Hover Tank": {
+ "text": "Distances are measured to and from this model’s hull or base; whichever is closest."
+ },
+ "Ability§Hovering": {
+ "text": "Distances are always measured to and from this model’s hull.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nDistances are measured to and from the hull or base (whichever is closest) of the closest model in this unit."
+ },
+ "Ability§Hunter Unseen": {
+ "text": "While this model is receiving the [benefits of cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-and-Cover), it cannot be selected as the target of a ranged attack unless the attacking [model is within](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Within-and-Wholly-Within) 12\"."
+ },
+ "Ability§Impossible Form": {
+ "text": "This model has a 3+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Inescapable Accuracy": {
+ "text": "Each time a model in this unit makes a ranged attack, the target does not receive the benefits of [Dense Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Dense-Cover) against that attack.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nEach time this model makes a ranged attack, the target does not receive the benefits of [Dense Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Dense-Cover) against that attack."
+ },
+ "Ability§Inevitable Death": {
+ "text": "During deployment, you can set up this model in waiting instead of setting it up on the battlefield. If you do so, then when another unit is destroyed, before removing the last model in that unit, you can set this model up within 1″ of that model. If this model is on the battlefield, when another unit is destroyed, before removing the last model in that unit, you can remove this model from the battlefield and set it up again within 1″ of that model. When this model is set up in either of these ways, it cannot be set up within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy models, and until the end of the turn, it is not eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) or [perform a Heroic Intervention](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention)."
+ },
+ "Ability§Iron Resolve": {
+ "text": "You can re-roll failed [Morale tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests) for a unit that contains a Warp Spider Exarch."
+ },
+ "Ability§Khaine Awakened (Aura]": {
+ "text": "While a friendly **ASURYANI CORE** unit is within 12″ of this model, each time a [Combat Attrition test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Combat-Attrition-Tests) is taken for that unit, you can ignore any or all modifiers."
+ },
+ "Ability§Lethal Precision": {
+ "text": "While this unit contains a Klaivex, each time a melee attack is made by a model in this unit, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 adds 1 to the Damage characteristic of that attack."
+ },
+ "Ability§Lightning Assault": {
+ "text": "Each time a ranged attack is made against this unit, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
+ },
+ "Ability§Lightning Dodge": {
+ "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Lodestar helm": {
+ "text": "This unit never suffers [Perils of the Warp](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Perils-of-the-Warp)."
+ },
+ "Ability§Luck of the Laughing God": {
+ "text": "If every unit from your army has the **HARLEQUINS** keyword and is performing the same [saedath](https://wahapedia.ru/wh40k9ed/factions/aeldari/#The-Saedaths) (excluding units with the SOLITAIRE** or UNALIGNED** keyword), then at the start of each battle round, you gain a number of Luck re-rolls depending on the size of battle you are playing, as shown below.\n\n\n\n| BATTLE SIZE** | LUCK RE-ROLLS** | | Combat Patrol | 1 | | Incursion | 2 | | Strike Force | 3 | | Onslaught | 4 |
|
\n\nIn addition, you can make a Luck of the Laughing God roll to try to increase the number of Luck re-rolls gained. To do so, roll up to six D6. If every result is unique, you gain a number of additional Luck re-rolls equal to the number of D6 rolled. Each Luck re-roll can be used to re-roll one [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll), [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll), damage roll, [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) or [Advance roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) made for a unit from your army with the Luck of the Laughing God ability. Any Luck re-rolls not used by the end of that battle round are lost.\n\n\n\n*Example:** Wes is playing a Strike Force battle. Because of this, Wes gains 3 Luck re-rolls at the start of the battle round. Wes then makes a Luck of the Laughing God roll and decides to roll three D6. He rolls a 1, 3 and 5. Because each of these results is unique, until the end of that battle round Wes gains an additional 3 Luck re-rolls, for a total of 6.*\n\n\n\nThe Balance Dataslate**\n\nIgnore the table listed in the Luck of the Laughing God ability. Instead, at the start of the battle, you gain 0 Luck re-rolls, regardless of the battle size. You can only gain Luck re-rolls by making a Luck of the Laughing God roll."
+ },
+ "Ability§Mandiblasters": {
+ "text": "At the beginning of each [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), you can pick a single enemy INFANTRY unit within 1″ of this model and roll a D6. On a roll of 6, that unit suffers a [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nAt the beginning of each [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), you can pick a single enemy INFANTRY unit within 1″ of this unit. Roll a D6 for each model in this unit; for each roll of 6, the enemy unit suffers a [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
+ },
+ "Ability§Masters of Stealth": {
+ "text": "During deployment, you can set up this unit in the shadows instead of placing it on the battlefield. At the end of any of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) this unit can stalk from their hiding place – set it up anywhere on the battlefield that is more than 9″ away from any enemy models."
+ },
+ "Ability§Matchless Swiftness": {
+ "text": "Each time this unit Advances, do not make an [Advance roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance). Instead, until the end of the phase, add 8″ to the Move characteristic of models in this unit."
+ },
+ "Ability§Mirage Launchers": {
+ "text": "Each time an attack is made against this unit, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) and that attack’s hit roll cannot be [re-rolled](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Re-rolls).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nEach time an attack is made against this model, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll), and that attack’s hit roll cannot be [re-rolled](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Re-rolls)."
+ },
+ "Ability§Molten Form": {
+ "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). Each time an attack is allocated to this model, halve the Damage characteristic of that attack (rounding up)."
+ },
+ "Ability§Mysterious Appearance": {
+ "text": "During deployment, when you set up this unit, it can be set up anywhere on the battlefield that is more than 12″ away from the enemy deployment zone and any enemy models. When this unit is set up on the battlefield, both of its Wraithbone Arches must be set up within 3″ of each other. Once it has been set up, each Wraithbone Arch is treated as an [Obstacle](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Obstacles) terrain feature with the following terrain traits: [Light Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Light-Cover), [Heavy Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Heavy-Cover), [Unstable Position](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Unstable-Position), [Inspiring (**AELDARI**)](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Inspiring)."
+ },
+ "Ability§Night Shield": {
+ "text": "This model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) against ranged attacks."
+ },
+ "Ability§No Escape": {
+ "text": "Each time an enemy unit (excluding **TITANIC** units) that is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of this unit is selected to [Fall Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back), [roll off](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Roll-offs) with your opponent, subtracting 1 from your opponent’s roll for each model this unit contains equipped with a shardnet and impaler. If you win, that unit cannot Fall Back this turn.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nEach time an enemy unit (excluding **TITANIC** units) that is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of this model is selected to [Fall Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back), [roll off](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Roll-offs) with your opponent, subtracting 1 from your opponent’s roll if this model is equipped with a shardnet and impaler. If you win, that unit cannot Fall Back this turn."
+ },
+ "Ability§Open-topped": {
+ "text": "In your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), units embarked within this [transport](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Transports) can be selected to shoot with; measure distances and draw line of sight from any point on this transport when doing so. If this transport made a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), [Advanced](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back) this turn, embarked units are considered to have done the same. While this transport is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, embarked units cannot shoot, except with [Pistols](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PISTOL).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nIn your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), units embarked within this [**TRANSPORT**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Transports) model can be selected to shoot; when doing so, measure distances and draw line of sight from any point on this TRANSPORT** model’s hull or base. If this TRANSPORT** model made a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), [Advanced](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back) this turn, embarked units are considered to have done the same. While this TRANSPORT** [model is within](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Within-and-Wholly-Within) [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, embarked units cannot shoot, except with [Pistols](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PISTOL)."
+ },
+ "Ability§Outcasts and Pirates": {
+ "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), this unit cannot be used as a compulsory selection in a [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments) (e.g. as the only Troops unit in a [Patrol Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Patrol-Detachment)), unless that Detachment only contains **ANHRATHE** units."
+ },
+ "Ability§Overlord (Aura)": {
+ "text": "While a friendly **<KABAL> CORE** or INCUBI** unit is within 6″ of this model, each time an attack is made by a model in that unit, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1."
+ },
+ "Ability§Path of Command (Aura)": {
+ "text": "\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhile a friendly **IYANDEN CORE** or **ANHRATHE INFANTRY** unit is within 6″ of this model, each time a model in that unit makes an attack, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1.",
+ "stats": {
+ "Craftworld": {
+ "statType": "term",
+ "value": "<CRAFTWORLD>",
+ "text": "While a friendly **{v} CORE** unit is within 6″ of this model, each time a model in that unit makes an attack, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1.",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Path of Damnation": {
+ "text": "This model can never have a Relic or a [Warlord Trait](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Warlord-Traits)."
+ },
+ "Ability§Path of the Shaper": {
+ "text": "",
+ "stats": {
+ "Craftworld": {
+ "statType": "term",
+ "value": "<CRAFTWORLD>",
+ "text": "In your [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), instead of attempting to [manifest](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers) psychic powers, this model can reknit the wraithbone of one friendly **{v} VEHICLE** or **{v} WRAITH** CONSTRUCT** model within 3″. If it does, that model regains D3 lost wounds. Each model can only be reknit once per turn.",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Peerless Agility": {
+ "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Phase Crystal": {
+ "text": "Amallyn Shadowguide has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) and can move across models and terrain as if they were not there."
+ },
+ "Ability§Power Field": {
+ "text": "Models in this unit have a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nModels in this unit have a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Power From Pain": {
+ "text": "This ability only applies if every unit in your army is a **DRUKHARI** or UNALIGNED** unit. At the start of each battle round, this ability gains additional effects. These effects are cumulative."
+ },
+ "Ability§Prince of Corsairs": {
+ "text": "Before the battle, when [placing units into Strategic Reserves](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Placing-Units-into-Strategic-Reserves), if your army contains this model, you can halve the [Power Rating](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Power-Ratings) of **IYANDEN INFANTRY** units and ANHRATHE** units for the purposes of determining the combined Power Rating of units placed into [Strategic Reserves](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Strategic-Reserves)."
+ },
+ "Ability§Ranger Cloak": {
+ "text": "Each time a ranged attack is allocated to this model while it is receiving the [benefits of cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-and-Cover), add an additional 1 to any armour [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) made against that attack.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nEach time a ranged attack is allocated to a model in this unit while it is receiving the [benefits of cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-and-Cover), add an additional 1 to any armour [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) made against that attack."
+ },
+ "Ability§Reaper of Souls (Aura)": {
+ "text": "While a friendly **SHADOW SPECTRES** unit is within 6″ of this model, add 2 to the Leadership characteristic of models in that unit and that unit has the [Objective Secured](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Secured) ability.’"
+ },
+ "Ability§Reavers of the Void": {
+ "text": "Each time a model in this unit makes an attack, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 automatically wounds the target (and is treated as an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6)."
+ },
+ "Ability§Reckless Abandon": {
+ "text": "This unit is eligible to [perform Heroic Interventions](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention) as if it were a [**CHARACTER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Characters)."
+ },
+ "Ability§Resilient Species": {
+ "text": "Each time a Sslyth or Ur-Ghul model in this unit would lose a wound, roll one D6: on a 5+, that wound is not lost."
+ },
+ "Ability§Revenant Jet Pack": {
+ "text": "Each time this model Advances, do not make an [Advance roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance). Instead, until the end of the phase, add 18″ to the Move characteristic of this model."
+ },
+ "Ability§Ride the Wind": {
+ "text": "Each time this model Advances, do not make an [Advance roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance). Instead, until the end of the phase, add 6″ to the Move characteristic of this model.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nEach time this unit Advances, do not make an [Advance roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance). Instead, until the end of the phase, add 6″ to the Move characteristic of models in this unit."
+ },
+ "Ability§Rising Crescendo": {
+ "text": "* This unit is eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) in a turn in which it [Advanced](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance).\n* This unit is eligible to shoot and declare a charge in a turn in which it [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back)."
+ },
+ "Ability§Rune Armour": {
+ "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nModels in this unit have a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Runes of the Farseer": {
+ "text": "At the start of each battle round, after making a **Strands of** Fate** roll but before selecting which of those dice to retain, for each FARSEER** model from your army that is on the battlefield and not within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, you can re-roll one of those dice."
+ },
+ "Ability§Runesuit": {
+ "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). Each time an attack is made against this model, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1-3 for that attack fails, irrespective of any abilities that the weapon or the model making the attack may have."
+ },
+ "Ability§Seer Council": {
+ "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), for each **FARSEER** model a [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments) in your army includes, one WARLOCKS** unit can be included in that Detachment without taking up a [Battlefield Role slot](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role-Slots)."
+ },
+ "Ability§Shade of Twilight": {
+ "text": "During deployment, you can set up this model in the shadows instead of setting it up on the battlefield. If you do, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) you can set up this model anywhere on the battlefield that is more than 9″ away from any enemy models.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nDuring deployment, you can set up this unit in the shadows instead of setting it up on the battlefield. If you do, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) you can set up this unit anywhere on the battlefield that is more than 9″ away from any enemy models."
+ },
+ "Ability§Shade Runner Assault": {
+ "text": "While this unit contains a Shade Runner model, each time this unit finishes a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit), you can select one enemy unit within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of this unit and roll one D6. On a 2-5, that enemy unit suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds). On a 6, that enemy unit suffers 2 mortal wounds."
+ },
+ "Ability§Shadow Hunter (Aura)": {
+ "text": "While a friendly **STRIKING SCORPIONS** unit is within 6″ of this model, add 2 to the Leadership characteristic of models in that unit and that unit has the [Objective Secured](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Secured) ability."
+ },
+ "Ability§Shadow of Death (Aura)": {
+ "text": "While an enemy unit is within 6″ of this unit, subtract 1 from the Leadership characteristic of models in that unit.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhile an enemy unit is within 6″ of this unit, subtract 1 from the Leadership characteristic of models in that unit."
+ },
+ "Ability§Shadow Spectres Phoenix Lord": {
+ "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Ability§Shadow Strike": {
+ "text": "Add 1 to [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) for attacks for this unit that target a unit [in cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-and-Cover)."
+ },
+ "Ability§Shadowfield": {
+ "text": "This model has a 2+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). This invulnerable saving throw can never be re-rolled. The first time this invulnerable saving throw is failed, until the end of the battle, this ability has no effect."
+ },
+ "Ability§Shield From Harm (Aura)": {
+ "text": "While a friendly **HARLEQUINS CORE** or **HARLEQUINS CHARACTER** unit is within 6″ of this model, each time an attack is made against that unit, subtract 1 from that attack’s [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
+ },
+ "Ability§Shroud Runner Cloak": {
+ "text": "Models in this unit are eligible to receive the benefits of [Light Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Light-Cover) as if they were **INFANTRY** models. Each time a ranged attack is allocated to a model in this unit while it is receiving the [benefits of cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-and-Cover), add an additional 1 to any armour [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) made against that attack."
+ },
+ "Ability§Skyhunter": {
+ "text": "Each time this model makes a ranged attack against a unit that can [**FLY**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Flying), add 1 to that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) and you can re-roll that attack’s [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
+ },
+ "Ability§Skyleap": {
+ "text": "At the beginning of your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), if this model is not within 1″ of an enemy model it can leap into the skies. Remove this model from the battlefield. It can return to the battlefield as described in the **Children of Baharroth** ability. This model may not both skyleap and descend in the same turn. If the battle ends while this model is in the skies, it is considered to be slain.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nIn your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), instead of making a **Battle Focus** move with this unit, you can remove this unit from the battlefield and set it up again anywhere on the battlefield that is more than 9″ away from any enemy models."
+ },
+ "Ability§Skyweaver Mirage Launchers": {
+ "text": "Each time an attack is made against this unit, that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) cannot be [re-rolled](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Re-rolls)."
+ },
+ "Ability§Sonic Destruction": {
+ "text": "In your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), if an enemy unit (excluding units that can [**FLY**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Flying)) is selected as the target of two or more vibro cannons models in this unit are equipped with, until the end of the phase, each time an attack made with a vibro cannon targets that enemy unit, that attack automatically hits the target. If an enemy unit (excluding units that can FLY**) is selected as the target of three or more vibro cannons models in this unit are equipped with, until the end of the phase, each time an attack made with a vibro cannon targets that enemy unit, add 1 to that attack’s [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
+ },
+ "Ability§Spectre Holo-field": {
+ "text": "Each time an attack is made against this unit, subtract 1 from that attack's [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nEach time an attack is made against this model, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
+ },
+ "Ability§Speed of Vaul": {
+ "text": "Each time this model Advances, do not make an [Advance roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance). Instead, until the end of the phase, add 12″ to the Move characteristic of this model."
+ },
+ "Ability§Spirit Mark (Aura)": {
+ "text": "",
+ "stats": {
+ "Craftworld": {
+ "statType": "term",
+ "value": "<CRAFTWORLD>",
+ "text": "While a friendly **{v} SPIRIT** HOST** CORE** unit is within 6″ of this model, each time a model in that unit makes an attack, re-roll a [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1.",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Storm of Silence (Aura)": {
+ "text": "While a friendly **HOWLING BANSHEES** unit is within 6″ of this model, add 2 to the Leadership characteristic of models in that unit and that unit has the [Objective Secured](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Secured) ability."
+ },
+ "Ability§Stormblades": {
+ "text": "Each time a model in this unit makes a melee attack against an enemy unit that is within range of any [objective markers](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Markers), re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1."
+ },
+ "Ability§Strands of Fate": {
+ "text": "If every unit from your army has the **ASURYANI** keyword and is drawn from the same [craftworld](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Craftworlds) (excluding units with the **PHOENIX LORD**, ANHRATHE** or UNALIGNED** keywords), then at the start of each battle round, you can make a Strands of Fate roll. To do so, roll six D6. You can then retain a number of these dice depending on the size of battle you are playing, as shown below.\n\n\n\n| BATTLE SIZE** | NUMBER OF DICE RETAINED** | | Combat Patrol | 2 | | Incursion | 3 | | Strike Force | 4 | | Onslaught | 5 |
|
\n\nKeep these retained dice to one side as a reminder of their results, or make a note of them. Each instance of a dice result allows you to manipulate a different type of roll once during this battle round, as shown below.\n\n\n\n| DICE RESULT** | TYPE OF ROLL** | | 1 | **Advance roll** | | 2 | **Charge roll** | | 3 | **Psychic test** | | 4 | **Hit roll** | | 5 | **Wound roll** | | 6 | **Saving throw** |
|
\n\nBefore making a roll of any of the types shown above for a unit with the Strands of Fate ability, if any of your retained dice have a result corresponding with that type of roll (as shown above) and have not been used to manipulate a roll this battle round, you can manipulate that roll. If you do so:\n\n* If that type of roll involves one D6 (e.g. a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)), do not roll a dice; that roll is treated as an unmodified roll of 6.\n* If that type of roll involves more than one D6 (e.g. a [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests)), treat one of those dice as an unmodified roll of 6 (do not roll that dice), then roll any other dice and add up the results as normal.\n\nExample:** *Wes is playing a Strike Force battle. At the start of the battle round, he makes a Strands of Fate roll by rolling six D6. The dice results are 1, 2, 2, 4, 5, 5. Because he is playing a Strike Force battle, Wes then chooses four of these results to retain, deciding on 2, 2, 5, 5. Because he selected two results of 2, on up to two occasions during that battle round, before making a [charge roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit), Wes can choose for one of the dice of that charge roll to be treated as an unmodified roll of 6. Because he also selected two results of 5, on up to two occasions during that battle round, before making a [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll), Wes can choose for that wound roll to be treated as an unmodified roll of 6.\n\n*"
+ },
+ "Ability§Sudden Assault": {
+ "text": "During deployment, if every model in this unit has this ability, you can set up this unit preparing a sudden assault instead of setting it up on the battlefield. If you do so, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) you can set up this unit anywhere on the battlefield that is more than 9″ away from any enemy models."
+ },
+ "Ability§Superlative Strategist": {
+ "text": "While any unit from your army with this ability is on the battlefield, or embarked within a **TRANSPORT** model that is on the battlefield, you can use the [Command Re-roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Stratagems) Stratagem twice during each phase, instead of only once."
+ },
+ "Ability§Supersonic": {
+ "text": "Each time this model makes a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), [Advances](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or [Falls Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back), first pivot it on the spot up to 90° (this does not contribute to how far the model moves), then move the model straight forwards. It cannot pivot again after the initial pivot.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nEach time this model makes a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), [Advances](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or [Falls Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back), first pivot it on the spot up to 90° (this does not contribute to how far the model moves), then move the model straight forwards. It cannot pivot again after the initial pivot."
+ },
+ "Ability§Sustained Assault": {
+ "text": "Each time a melee attack is made by this model, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 scores 1 additional hit. Additional attacks generated by this ability cannot benefit from the ability of this model’s The Scorpion’s Bite.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nEach time a melee attack is made by a model in this unit, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 scores 1 additional hit. Additional attacks generated by this ability cannot benefit from the ability of that model’s mandiblasters."
+ },
+ "Ability§Sustained Attack": {
+ "text": "Each time you roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6+ when making a close combat attack for a Striking Scorpion Exarch, that model can immediately make another close combat attack using the same weapon. These extra attacks cannot generate any additional attacks."
+ },
+ "Ability§Swift Demise": {
+ "text": "Each time a model in this unit makes an attack with a twin shuriken catapult against an enemy unit that is within range of any [objective markers](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Markers), re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1."
+ },
+ "Ability§Swift Scouts": {
+ "text": "At the start of the first battle round, models in this unit can make a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move). They cannot end this move within 9″ of any enemy models."
+ },
+ "Ability§Swirling Energies": {
+ "text": "In your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), each time this model is selected to shoot, its swirling soul energy can target, and [resolve attacks](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Making-Attacks) against, every eligible enemy unit. Each time this model fires [Overwatch](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Overwatch), it only resolves attacks with this weapon against the charging unit."
+ },
+ "Ability§Swooping Hawk Grenade Pack": {
+ "text": "Swooping Hawks can fire a spread of grenades when they are set up on the battlefield using the **Children of Baharroth** ability and as they fly over enemy units in the [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE). To do so after the unit has been set up using the Children of Baharroth** ability, pick an enemy unit within 12″ of them. To do so after the unit has moved, pick one enemy unit that they flew over. Then, in either case, roll one dice for each model in the enemy unit (up to a maximum of one dice for each model in the Swooping Hawks unit). For each roll of a 6 the enemy unit suffers a [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
+ },
+ "Ability§Target Acquisition": {
+ "text": "At the start of your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), select one enemy unit within 12″ of this unit. Until the end of the phase, each time an **OUTCASTS** unit from your army makes an attack against that enemy unit with a Ranger long rifle or Void bringer, that enemy unit does not receive the [benefits of cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-and-Cover) against that attack."
+ },
+ "Ability§The Bloody-Handed (Aura)": {
+ "text": "While a friendly **ASURYANI CORE** unit is within 6″ of this model, you can re-roll [charge rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) made for that unit."
+ },
+ "Ability§The Path of Command": {
+ "text": "",
+ "stats": {
+ "Craftworld": {
+ "statType": "term",
+ "value": "<CRAFTWORLD>",
+ "text": "You can re-roll [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1 for friendly **{v}** units within 6″ of this model. In addition, if your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES) and this model is your [WARLORD**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#The-Warlord) and on the battlefield, roll a D6 for each [Command Point](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Command-Points) spent when using [Stratagems](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Stratagems); on a 6 that Command Point is immediately refunded. Note that for [Prince Yriel](https://wahapedia.ru/wh40k9ed/factions/aeldari/Prince-Yriel), the first effect of this ability applies specifically to IYANDEN** units.",
+ "visibility": "hidden",
+ "dynamic": true
+ }
+ }
+ },
+ "Ability§Titanic": {
+ "text": "This model is eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) in a turn in which it [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back)."
+ },
+ "Ability§Tormentors": {
+ "text": "At the start of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), you can select one enemy unit within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of this unit and roll 2D6: if the result is greater than the enemy unit’s Leadership characteristic, that unit is not eligible to fight in the Fight phase until after all eligible units from your army have done so."
+ },
+ "Ability§Toxin Crafter (Aura)": {
+ "text": "While a friendly **<KABAL> ARCHON** or <KABAL>** [KABALITE** TRUEBORN**](https://wahapedia.ru/wh40k9ed/factions/drukhari/#Kabalite-Trueborn) unit is within 3″ of this unit, if this unit contains any LHAMAEAN** models, each time a model in that <KABAL>** ARCHON** or <KABAL>** KABALITE** TRUEBORN** unit makes an attack with a **poisoned weapon** an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 automatically wounds the target."
+ },
+ "Ability§Troupe Master Weapons": {
+ "text": "If this model is equipped with a Harlequin’s kiss, it has the **HARLEQUIN’S KISS** keyword. If this model is equipped with a Harlequin’s caress, it has the **HARLEQUIN’S CARESS** keyword. If this model is equipped with a Harlequin’s embrace, it has the **HARLEQUIN’S EMBRACE** keyword."
+ },
+ "Ability§Unquenchable Resolve": {
+ "text": "While this model has lost any wounds, add 1 to its Strength and Attacks characteristics."
+ },
+ "Ability§Unstoppable Revenant": {
+ "text": "This model is eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) in a turn in which it [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back). Each time this model makes a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), [Advances](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or [Falls Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back), it can be moved horizontally across other models (excluding **MONSTER** and VEHICLE** models) as if they were not there."
+ },
+ "Ability§War Construct": {
+ "text": "Models in this unit can make attacks with ranged weapons even while their unit is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of enemy units, but each model can only make such attacks against enemy units that they are within Engagement Range of. In such circumstances, models in this unit can target an enemy unit even if other friendly units are within Engagement Range of the same enemy unit."
+ },
+ "Ability§War Engine": {
+ "text": "This model is eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) in a turn in which it [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back). Each time this model makes a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), [Advances](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or Falls Back, it can be moved across other models (excluding **TITANIC** models) as if they were not there, and when it does it can be moved within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of such models, but cannot finish its move within Engagement Range of any of them."
+ },
+ "Ability§Warden of Yvraine": {
+ "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), if a [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments) in your army includes an **YVRAINE** model, this model can be included in that Detachment without taking up a [Battlefield Role slot](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role-Slots). While a friendly YVRAINE** [model is within](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Within-and-Wholly-Within) 3″ of this model, that YVRAINE** model cannot be selected as the target of ranged attacks."
+ },
+ "Ability§Warlock Conclave": {
+ "text": "If this unit has a [Starting Strength](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Starting-Strength-Half-strength-and-Destroyed-Units) of 1, it gains the **CHARACTER** keyword."
+ },
+ "Ability§Warp Jump Generator": {
+ "text": "In your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), when this model is chosen to move with, it can use its warp jump generator. If it does, until the end of the turn, add 4D6\" to its Movement characteristic and it gains the [FLY](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Flying) keyword, but cannot [Advance](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or [charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#CHARGE-PHASE). In addition, this model can [shoot](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE) in a turn in which it [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back) while using its warp jump generator.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nWhen this unit moves in the [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), they can use their warp jump generators. If they do, they cannot [Advance](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or charge this turn, but their Move characteristic is increased by 4D6\" and they can [FLY](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Flying) until the end of the phase. A unit that uses warp jump generators to [Fall Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back) can still shoot in its [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE)."
+ },
+ "Ability§Warp Strike": {
+ "text": "During deployment, you can set up this unit in preparation to launch a warp strike instead of placing it on the battlefield. At the end of any of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) this unit can use their warp jump generators to enter the battlefield – set it up anywhere on the battlefield that is more than 9″ away from any enemy models. You must then immediately roll 2D6; on a 2, one model from the unit is slain.\n\n***ERROR***—*The following text was found on another ability with the same name:* \nDuring deployment, you can set up this model in preparation to launch a warp strike instead of setting it up on the battlefield. If you do, at the end of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) you can set up this model anywhere on the battlefield that is more than 9″ away from any enemy models."
+ },
+ "Ability§Way of the Blade (Aura)": {
+ "text": "While a friendly **YNNARI CORE** unit is within 6″ of this model, each time a model in that unit makes an attack, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1."
+ },
+ "Ability§Webway Rupture": {
+ "text": "During deployment, you can set up this model in the webway instead of setting it up on the battlefield. If you do, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) you can set up this unit anywhere on the battlefield that is more than 9″ away from any enemy models."
+ },
+ "Ability§Webway Shunt Generator": {
+ "text": "In your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), when this model is selected to move, if it is not within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, it can return to the webway. Remove this model from the battlefield. In the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your subsequent Movement phases, you can set up this unit anywhere on the battlefield that is more than 9″ away from any enemy models. If the battle ends and this unit has not been set up, it is destroyed."
+ },
+ "Ability§Webway Strike": {
+ "text": "Each time an **AELDARI** unit from your army arrives from [Strategic Reserves](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Strategic-Reserves), you can choose to set it up anywhere on the battlefield that is [wholly within](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Within-and-Wholly-Within) 6″ of both of the Wraithbone Arches of a friendly WEBWAY** GATE** unit. If you do so, that AELDARI** unit can be set up within 9″ of enemy models, and can be set up within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of enemy models. If an AELDARI** unit is set up within Engagement Range of any enemy models in this way, it counts as having made a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) this turn ([Overwatch](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Overwatch) attacks cannot be made against that unit), and until the end of the turn, that unit can target any enemy unit it is within Engagement Range of with melee attacks, even though it did not [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) this turn."
+ },
+ "Ability§Webway Travellers": {
+ "text": "If your army includes this unit and you are using the [Strategic Reserves](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Strategic-Reserves) rule, you can halve the [Command point](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Command-Points) cost required to place **AELDARI** units into Strategic Reserves (rounding fractions down). This ability is not cumulative with any similar abilities (e.g. Prince of Corsairs**, see [Prince Yriel](https://wahapedia.ru/wh40k9ed/factions/aeldari/Prince-Yriel) datasheet)."
+ },
+ "Ability§Whips of the Master": {
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), you can select one **DRUKHARI BEAST** unit from your army that is within 6″ of this model. That BEAST** unit is eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) this turn, even if it has [Advanced](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance)."
+ },
+ "Ability§Whirling Death": {
+ "text": "Each time a model in this unit makes a melee attack, if that model’s unit made a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) this turn, add 1 to that attack’s [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
+ },
+ "Ability§Winged Strike": {
+ "text": "During deployment, you can set up this unit high in the skies instead of setting it up on the battlefield. If you do so, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), you can set up this unit anywhere on the battlefield that is more than 9″ away from any enemy models."
+ },
+ "Ability§Wings of Khaine": {
+ "text": "When this model [Advances](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance), add 20″ to its Move characteristic for that [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) instead of rolling a dice. Each time this model moves, first pivot it on the spot up to 90° (this does not contribute to how far the model moves), and then move the model straight forwards. Once its move has finished, you can pivot it a further 90° as before."
+ },
+ "Ability§Wraithbone Form": {
+ "text": "Each time an attack is allocated to a model in this unit, subtract 1 from the Damage characteristic of that attack (to a minimum of 1).\n\n***ERROR***—*The following text was found on another ability with the same name:* \nEach time an attack is allocated to this model, subtract 1 from the Damage characteristic of that attack (to a minimum of 1)."
+ },
+ "Ability§Ynnead Awakened (Aura)": {
+ "text": "While a friendly **YNNARI CORE** unit is within 12″ of this model, each time a [Combat Attrition test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Combat-Attrition-Tests) is taken for that unit, you can ignore any or all modifiers for that Combat Attrition test."
+ },
+ "Aspect Shrine Relics§Cronescream": {
+ "text": "[Howling Banshee Exarch](https://wahapedia.ru/wh40k9ed/factions/aeldari/Howling-Banshees) model only. Once per battle, at the start of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), you can select one enemy unit within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of the bearer and roll one D6: on a 2+, that enemy unit suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds), and an additional 1 mortal wound for each [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) the bearer has made during the battle."
+ },
+ "Aspect Shrine Relics§Dragon’s Fury": {
+ "text": "[Fire Dragon Exarch](https://wahapedia.ru/wh40k9ed/factions/aeldari/Fire-Dragons) model only. Each time the bearer’s unit is selected as the target of a charge, subtract 2 from the [charge roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit)."
+ },
+ "Aspect Shrine Relics§Khaine’s Lance": {
+ "text": "[Shining Spear Exarch](https://wahapedia.ru/wh40k9ed/factions/aeldari/Shining-Spears) model only. Each time the bearer finishes a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit), select one enemy unit within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of the bearer and roll one D6. On a 4+:\n\n* That enemy unit suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n* That enemy unit is not eligible to fight this phase until after all eligible units from your army have done so."
+ },
+ "Aspect Shrine Relics§Shadowsting": {
+ "stats": {
+ "AP": {
+ "value": -2
},
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 2
- },
- "BS": {
+ "D": {
"value": 2
},
"S": {
"value": 3
},
- "T": {
- "value": 4
+ "Type": {
+ "value": "Melee"
},
- "W": {
- "value": 6
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 6
- },
- "Base": {
- "value": "32mm"
- },
- "loadout1": {
- "value": "Shuriken pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Shuriken pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- },
- "The Staff of Ulthamar and witchblade": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§The Staff of Ulthamar and witchblade"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "The Staff of Ulthamar and witchblade",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Shuriken pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- },
- "The Staff of Ulthamar and witchblade": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§The Staff of Ulthamar and witchblade"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Shuriken pistol": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- },
- "The Staff of Ulthamar and witchblade": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§The Staff of Ulthamar and witchblade"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
+ "Range": {
+ "value": "Melee"
}
- }
+ },
+ "text": "[Striking Scorpion Exarch](https://wahapedia.ru/wh40k9ed/factions/aeldari/Striking-Scorpions) model with biting blade only. This Relic replaces a biting blade and has the following profile:"
},
- "Model§Prince Yriel": {
+ "Aspect Shrine Relics§Shrine Skull": {
+ "text": "[Dark Reaper Exarch](https://wahapedia.ru/wh40k9ed/factions/aeldari/Dark-Reapers) model with Reaper launcher only. If an enemy unit has any models destroyed by an attack made by the bearer, until the end of the turn, subtract 1 from [Combat Attrition tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Combat-Attrition-Tests) taken for that enemy unit."
+ },
+ "Aspect Shrine Relics§The Avenging Blade": {
"stats": {
+ "AP": {
+ "value": "-"
+ },
+ "D": {
+ "value": "-"
+ },
+ "S": {
+ "value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "[Dire Avenger Exarch](https://wahapedia.ru/wh40k9ed/factions/aeldari/Dire-Avengers) model with diresword only. This Relic replaces a diresword and has the following profile:"
+ },
+ "Aspect Shrine Relics§The Phoenix Plume": {
+ "text": "[Swooping Hawk Exarch](https://wahapedia.ru/wh40k9ed/factions/aeldari/Swooping-Hawks) model only.\n\n* The bearer has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n* Each time a model in the bearer’s unit would lose a wound, roll one D6: on a 5+, that wound is not lost."
+ },
+ "Aspect Shrine Relics§The Spider’s Bite": {
+ "stats": {
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "[Warp Spider Exarch](https://wahapedia.ru/wh40k9ed/factions/aeldari/Warp-Spiders) model with powerblades only. This Relic replaces powerblades and has the following profile:"
+ },
+ "Dedicated Transport§Raider": {
+ "stats": {
+ "Power Level": {
+ "value": 6
+ },
+ "Chain-snares": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Chain-snares"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Grisly trophies": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Grisly trophies"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Shock prow": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Shock prow"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Splinter racks": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Splinter racks"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
"Points": {
"value": 95
},
"M": {
- "value": "7"
+ "value": 14
},
"WS": {
- "value": 2
+ "value": 4
},
"BS": {
- "value": 2
+ "value": 3
},
"S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
"value": 6
},
+ "T": {
+ "value": 6
+ },
+ "W": {
+ "value": 10,
+ "max": 10,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
"A": {
- "value": "5"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
"value": 3
},
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 4
+ },
"Base": {
- "value": "32mm"
+ "value": "60mm flying base"
},
"loadout1": {
- "value": "The Eye of Wrath",
+ "value": "Dark lance",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -359,19 +993,42 @@
"-": {
"order": 0
},
- "The Eye of Wrath": {
+ "Bladevanes": {
"order": 1,
"traits": [
{
- "trait": "Weapon§The Eye of Wrath"
+ "trait": "Weapon§Bladevanes"
}
]
},
- "The Spear of Twilight": {
+ "Dark lance": {
"order": 2,
"traits": [
{
- "trait": "Weapon§The Spear of Twilight"
+ "trait": {
+ "item": "Weapon§Dark lance",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Disintegrator cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Disintegrator cannon"
+ }
+ ]
+ },
+ "Phantasm grenade launcher": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Phantasm grenade launcher"
}
]
}
@@ -380,7 +1037,7 @@
"dynamic": true
},
"loadout2": {
- "value": "The Spear of Twilight",
+ "value": "Bladevanes",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -390,19 +1047,42 @@
"-": {
"order": 0
},
- "The Eye of Wrath": {
+ "Bladevanes": {
"order": 1,
"traits": [
{
- "trait": "Weapon§The Eye of Wrath"
+ "trait": "Weapon§Bladevanes"
}
]
},
- "The Spear of Twilight": {
+ "Dark lance": {
"order": 2,
"traits": [
{
- "trait": "Weapon§The Spear of Twilight"
+ "trait": {
+ "item": "Weapon§Dark lance",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Disintegrator cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Disintegrator cannon"
+ }
+ ]
+ },
+ "Phantasm grenade launcher": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Phantasm grenade launcher"
}
]
}
@@ -421,19 +1101,42 @@
"-": {
"order": 0
},
- "The Eye of Wrath": {
+ "Bladevanes": {
"order": 1,
"traits": [
{
- "trait": "Weapon§The Eye of Wrath"
+ "trait": "Weapon§Bladevanes"
}
]
},
- "The Spear of Twilight": {
+ "Dark lance": {
"order": 2,
"traits": [
{
- "trait": "Weapon§The Spear of Twilight"
+ "trait": {
+ "item": "Weapon§Dark lance",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Disintegrator cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Disintegrator cannon"
+ }
+ ]
+ },
+ "Phantasm grenade launcher": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Phantasm grenade launcher"
}
]
}
@@ -441,45 +1144,208 @@
"visibility": "active",
"dynamic": true
}
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Drukhari—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Fly",
+ "Raider",
+ "Shock Prow",
+ "Transport",
+ "Vehicle"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Drukhari",
+ "Ynnari"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Blade Artists",
+ "Ability§Power From Pain",
+ "Ability§Open-topped",
+ "Ability§Hovering",
+ "Ability§Night Shield",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Raider is equipped with: dark lance; bladevanes.\n\n• This model's dark lance can be replaced with 1 disintegrator cannon.\n\n• This model can be equipped with any of the following: 1 chain-snares; 1 grisly trophies; 1 phantasm grenade launcher; 1 shock prow; 1 splinter racks.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 5,
+ "min": 3,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 10,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 2,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 6,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Drukhari (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/05/sXNzDZ7qYnet03Bq.pdf)"
}
},
- "Model§Illic Nightspear": {
+ "Dedicated Transport§Starweaver": {
"stats": {
+ "Power Level": {
+ "value": 4
+ },
"Points": {
- "value": 90
+ "value": 95
},
"M": {
- "value": "7"
+ "value": 16
},
"WS": {
- "value": 2
+ "value": 3
},
"BS": {
- "value": 2
+ "value": 3
},
"S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
"value": 5
},
+ "T": {
+ "value": 5
+ },
+ "W": {
+ "value": 6
+ },
"A": {
- "value": "4"
+ "value": 4
},
"Ld": {
- "value": 9
+ "value": 8
},
"Sv": {
"value": 4
},
"Base": {
- "value": "25mm"
+ "value": "65mm"
},
"loadout1": {
- "value": "Shuriken pistol",
+ "value": "Shuriken cannon",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -489,12 +1355,12 @@
"-": {
"order": 0
},
- "Aeldari power sword": {
+ "Shuriken cannon": {
"order": 1,
"traits": [
{
"trait": {
- "item": "Weapon§Aeldari power sword",
+ "item": "Weapon§Shuriken cannon",
"stats": {
"Points": {
"value": 0
@@ -503,29 +1369,13 @@
}
}
]
- },
- "Shuriken pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- },
- "Voidbringer": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Voidbringer"
- }
- ]
}
},
"visibility": "active",
"dynamic": true
},
"loadout2": {
- "value": "Voidbringer",
+ "value": "-",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -535,12 +1385,12 @@
"-": {
"order": 0
},
- "Aeldari power sword": {
+ "Shuriken cannon": {
"order": 1,
"traits": [
{
"trait": {
- "item": "Weapon§Aeldari power sword",
+ "item": "Weapon§Shuriken cannon",
"stats": {
"Points": {
"value": 0
@@ -549,20 +1399,217 @@
}
}
]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Fly",
+ "Starweaver",
+ "Transport",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Harlequins",
+ "Ynnari"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Luck of the Laughing God",
+ "Ability§Open-topped",
+ "Ability§Holo-fields",
+ "Ability§Hovering",
+ "Ability§Ride the Wind",
+ "Ability§Mirage Launchers",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Starweaver is equipped with: 2 shuriken cannons.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Dedicated Transport§Venom": {
+ "stats": {
+ "Power Level": {
+ "value": 5
+ },
+ "Chain-snares": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
},
- "Shuriken pistol": {
- "order": 2,
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
"traits": [
{
- "trait": "Weapon§Shuriken pistol"
+ "trait": "Wargear§Chain-snares"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Grisly trophies": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Grisly trophies"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 65
+ },
+ "M": {
+ "value": 16
+ },
+ "WS": {
+ "value": 4
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 5
+ },
+ "T": {
+ "value": 5
+ },
+ "W": {
+ "value": 6
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "60mm flying base"
+ },
+ "loadout1": {
+ "value": "Splinter cannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bladevanes": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bladevanes"
}
]
},
- "Voidbringer": {
+ "Splinter cannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter cannon"
+ }
+ ]
+ },
+ "Twin splinter rifle": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Voidbringer"
+ "trait": "Weapon§Twin splinter rifle"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Twin splinter rifle",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bladevanes": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bladevanes"
+ }
+ ]
+ },
+ "Splinter cannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter cannon"
+ }
+ ]
+ },
+ "Twin splinter rifle": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin splinter rifle"
}
]
}
@@ -571,7 +1618,7 @@
"dynamic": true
},
"loadout3": {
- "value": "Aeldari power sword",
+ "value": "Bladevanes",
"label": "Loadout",
"statType": "rank",
"statOrder": 3,
@@ -581,34 +1628,27 @@
"-": {
"order": 0
},
- "Aeldari power sword": {
+ "Bladevanes": {
"order": 1,
"traits": [
{
- "trait": {
- "item": "Weapon§Aeldari power sword",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
+ "trait": "Weapon§Bladevanes"
}
]
},
- "Shuriken pistol": {
+ "Splinter cannon": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Shuriken pistol"
+ "trait": "Weapon§Splinter cannon"
}
]
},
- "Voidbringer": {
+ "Twin splinter rifle": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Voidbringer"
+ "trait": "Weapon§Twin splinter rifle"
}
]
}
@@ -627,12 +1667,884 @@
"-": {
"order": 0
},
- "Aeldari power sword": {
+ "Bladevanes": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bladevanes"
+ }
+ ]
+ },
+ "Splinter cannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter cannon"
+ }
+ ]
+ },
+ "Twin splinter rifle": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin splinter rifle"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Drukhari—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Fly",
+ "Transport",
+ "Vehicle",
+ "Venom"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Drukhari",
+ "Ynnari"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Blade Artists",
+ "Ability§Power From Pain",
+ "Ability§Open-topped",
+ "Ability§Flickerfield",
+ "Ability§Hovering",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Venom is equipped with: splinter cannon; twin splinter rifle; bladevanes.\n\n• This model’s twin splinter rifle can be replaced with 1 splinter cannon.\n\n• This model can be equipped with any of the following: 1 chain-snares; 1 grisly trophies.\n\nnull",
+ "meta": {
+ "Publication": "[Drukhari (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/05/sXNzDZ7qYnet03Bq.pdf)"
+ }
+ },
+ "Dedicated Transport§Wave Serpent": {
+ "stats": {
+ "Power Level": {
+ "value": 8
+ },
+ "Crystal targeting matrix": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Crystal targeting matrix",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Wave Serpent shield": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Wave Serpent shield",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Spirit stones": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Spirit stones"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Star engines": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Star engines"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Vectored engines": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Vectored engines",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 145
+ },
+ "M": {
+ "value": 16
+ },
+ "WS": {
+ "value": 6
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 6
+ },
+ "T": {
+ "value": 7
+ },
+ "W": {
+ "value": 13,
+ "max": 13,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "60mm flying base"
+ },
+ "loadout1": {
+ "value": "Twin shuriken cannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Twin Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Twin Aeldari missile launcher"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Twin bright lance": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Twin bright lance",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin scatter laser": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Twin scatter laser"
+ }
+ ]
+ },
+ "Twin shuriken cannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken cannon"
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ },
+ "Twin starcannon": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Twin starcannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Twin shuriken catapult",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Twin Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Twin Aeldari missile launcher"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Twin bright lance": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Twin bright lance",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin scatter laser": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Twin scatter laser"
+ }
+ ]
+ },
+ "Twin shuriken cannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken cannon"
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ },
+ "Twin starcannon": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Twin starcannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Twin Aeldari missile launcher",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Twin Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Twin Aeldari missile launcher"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Twin bright lance": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Twin bright lance",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin scatter laser": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Twin scatter laser"
+ }
+ ]
+ },
+ "Twin shuriken cannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken cannon"
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ },
+ "Twin starcannon": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Twin starcannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Twin Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Twin Aeldari missile launcher"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Twin bright lance": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Twin bright lance",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin scatter laser": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Twin scatter laser"
+ }
+ ]
+ },
+ "Twin shuriken cannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken cannon"
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ },
+ "Twin starcannon": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Twin starcannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Fly",
+ "Transport",
+ "Vehicle",
+ "Wave Serpent"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Strands of Fate",
+ "Ability§Hover Tank",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Wave Serpent is equipped with: twin shuriken cannon; twin shuriken catapult; Wave Serpent shield.\n\n• This model’s twin shuriken cannon can be replaced with 1 of the following: 1 twin Aeldari missile launcher; 1 twin bright lance; 1 twin scatter laser; 1 twin starcannon.\n\n• This model’s twin shuriken catapult can be replaced with 1 shuriken cannon.\n\n• This model can be equipped with up to 1 of each of the following: 1 crystal targeting matrix; 1 spirit stones; 1 star engines; 1 vectored engines.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 6,
+ "min": 4,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 12,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 3,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 8,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Elites§Amallyn Shadowguide": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "Points": {
+ "value": 55
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 3
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 5
+ },
+ "Base": {
+ "value": "32mm"
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Boxset—Warhammer Quest: Blackstone Fortress"
+ ],
+ "Edition": [
+ "8th"
+ ],
+ "Keywords": [
+ "Amallyn Shadowguide",
+ "Character",
+ "Infantry",
+ "Ranger"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Asuryani",
+ "Biel-Tan",
+ "Warhost"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Ancient Doom",
+ "Ability§Battle Focus",
+ "Ability§Phase Crystal",
+ "Ability§Appear Unbidden",
+ "Ability§Cameleoline Cloak"
+ ]
+ },
+ "text": "Amallyn Shadowguide is a single model armed with a ranger long rifle, power blade and plasma grenades. Only one of this model can be included in your army.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Warhammer Quest: Blackstone Fortress (Boxset) 8th ed. – @2018-11-10](null)"
+ }
+ },
+ "Elites§Beastmaster": {
+ "stats": {
+ "Power Level": {
+ "value": 2
+ },
+ "Points": {
+ "value": 40
+ },
+ "M": {
+ "value": 12
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 4
+ },
+ "W": {
+ "value": 3
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 5
+ },
+ "Base": {
+ "value": "32mm flying base"
+ },
+ "loadout1": {
+ "value": "Splinter pods",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
"order": 1,
"traits": [
{
"trait": {
- "item": "Weapon§Aeldari power sword",
+ "item": "Weapon§Agoniser",
"stats": {
"Points": {
"value": 0
@@ -642,19 +2554,87 @@
}
]
},
- "Shuriken pistol": {
+ "Splinter pods": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Shuriken pistol"
+ "trait": "Weapon§Splinter pods"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Agoniser",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Agoniser",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
}
]
},
- "Voidbringer": {
- "order": 3,
+ "Splinter pods": {
+ "order": 2,
"traits": [
{
- "trait": "Weapon§Voidbringer"
+ "trait": "Weapon§Splinter pods"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Agoniser",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Splinter pods": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pods"
}
]
}
@@ -662,15 +2642,11093 @@
"visibility": "active",
"dynamic": true
}
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Drukhari—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Beastmaster",
+ "Character",
+ "Fly",
+ "Infantry",
+ "Skyboard"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Drukhari",
+ "Ynnari"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Blade Artists",
+ "Ability§Combat Drugs",
+ "Ability§Power From Pain",
+ "Ability§Beastmaster (Aura)",
+ "Ability§Whips of the Master",
+ "Ability§Creature Handler"
+ ]
+ },
+ "text": "A Beastmaster is equipped with: splinter pods; agoniser.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Drukhari (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/05/sXNzDZ7qYnet03Bq.pdf)"
}
},
- "Model§Asurmen": {
+ "Elites§Bonesinger": {
"stats": {
+ "Power Level": {
+ "value": 4
+ },
+ "Points": {
+ "value": 70
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 4
+ },
+ "A": {
+ "value": 1
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 6
+ },
+ "Base": {
+ "value": "25mm"
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Datasheet—Warhammer Legends: Craftworlds"
+ ],
+ "Edition": [
+ "8th"
+ ],
+ "Keywords": [
+ "Bonesinger",
+ "Character",
+ "Infantry",
+ "Psyker"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani",
+ "Warhost"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Ancient Doom",
+ "Ability§Battle Focus",
+ "Ability§Rune Armour",
+ "Ability§Path of the Shaper",
+ "Psychic Power§Smite"
+ ]
+ },
+ "text": "A Bonesinger is a single model equipped with: psytronome shaper.\n\n\n\nThis model can attempt to [manifest](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers) one psychic power in your [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), and attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) one psychic power in your opponent’s Psychic phase. It knows the [Smite](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Smite) power.",
+ "meta": {
+ "Publication": "[Warhammer Legends: Craftworlds (Datasheet) 8th ed. – @2019-12-04](https://www.warhammer-community.com/wp-content/uploads/2019/12/84d4072d.pdf)"
+ }
+ },
+ "Elites§Corsair Voidscarred": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "model": {
+ "value": "Model§Corsair Voidscarred"
+ },
+ "Channeller stones": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Channeller stones",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Faolchú": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Faolchú"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Mistshield": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Mistshield"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Corsair Voidscarred": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 9,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 5
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Corsair Voidscarred",
+ "Infantry",
+ "Psyker"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Anhrathe",
+ "Asuryani",
+ "Drukhari"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Lodestar helm",
+ "Ability§Shade Runner Assault",
+ "Ability§Reavers of the Void",
+ "Ability§Outcasts and Pirates",
+ "Psychic Power§Smite",
+ {
+ "item": "Model§Corsair Voidscarred",
+ "quantity": 4
+ },
+ "Model§Voidscarred Felarch"
+ ]
+ },
+ "text": "This unit can contain a maximum of 10 models. If this unit contains 6 or more models, it has **Power Rating 8**.\n\n* Every Corsair Voidscarred and Voidscarred Felarch is equipped with: shuriken pistol; Aeldari power sword; plasma grenades.\n* A Shade Runner is equipped with: shuriken pistol; paired Hekatarii blades; plasma grenades.\n* A Soul Weaver is equipped with: shuriken pistol; Aeldari power sword; channeller stones; plasma grenades.\n* A Way Seeker is equipped with: shuriken pistol; witch staff; plasma grenades.\n\n• Any Corsair Voidscarred model’s shuriken pistol and Aeldari power sword can be replaced with 1 shuriken rifle.\n\n• The Voidscarred Felarch’s shuriken pistol can be replaced with one of the following: 1 neuro disruptor; 1 shuriken rifle.\n\n• The Voidscarred Felarch can be equipped with 1 mistshield.\n\n• For every 5 models in this unit, 1 Corsair Voidscarred’s shuriken rifle can be replaced with one of the following: 1 Corsair blaster; 1 Corsair shredder.\n\n• If this unit contains 10 models, 1 Corsair Voidscarred’s shuriken rifle can be replaced with one of the following: 1 shuriken cannon; 1 wraithcannon.\n\n• If this unit contains 10 models, 1 Corsair Voidscarred’s shuriken rifle can be replaced with 1 Ranger long rifle.\n\n• If this unit contains 10 models, 1 Corsair Voidscarred’s Aeldari power sword can be replaced with 1 fusion pistol.\n\n• 1 Corsair Voidscarred model equipped with a shuriken pistol and Aeldari power sword can be equipped with 1 Faolchú.\n\nWhile this unit contains a Way Seeker model, this unit has the PSYKER** keyword and can attempt to [manifest](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers) one psychic power in your [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE) and attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) one psychic power in your opponent’s Psychic phase. It knows [Smite](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Smite) and one psychic power from the [Runes of Fate](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Fate)** discipline or the [Runes of Fortune](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Fortune)** discipline. Each time this unit attempts to [Deny the Witch](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch), [manifest a psychic power](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers) or perform a [psychic action](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-Psychic-Actions), measure distances and draw line of sight from this unit’s Way Seeker model. If enemy units have any abilities that require distances to be measured or line of sight to be drawn to PSYKER** units, do so to this unit’s Way Seeker model.",
+ "allowed": {
+ "items": [
+ "Model§Corsair Voidscarred",
+ "Model§Shade Runner",
+ "Model§Soul Weaver",
+ "Model§Way Seeker"
+ ]
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Elites§Court of the Archon": {
+ "stats": {
+ "Power Level": {
+ "value": 5
+ },
+ "model": {
+ "value": "Model§Lhamaean"
+ },
+ "Court of the Archon": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 0,
+ "min": 0,
+ "max": 4,
+ "increment": {
+ "value": 0
+ }
+ },
+ "poweri": {
+ "value": 5
+ },
+ "power1": {
+ "value": 1
+ },
+ "power2": {
+ "value": 1
+ },
+ "power3": {
+ "value": 1
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Drukhari—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Core",
+ "Court of the Archon",
+ "Infantry"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Drukhari",
+ "Ynnari"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Blade Artists",
+ "Ability§Power From Pain",
+ "Ability§Court of the Archon",
+ "Ability§Cold-blooded Bodyguard",
+ "Ability§Resilient Species",
+ "Ability§Ferocious Charge",
+ "Ability§Toxin Crafter (Aura)"
+ ]
+ },
+ "text": "This unit must contain at least 4 models. If this unit contains between 5 and 8 models, it has **Power Rating 10**. If this unit contains between 9 and 12 models, it has Power Rating 15**. If this unit contains between 13 and 16, models it has Power Rating 20**.\n\n• Every Lhamaean is equipped with: shaimeshi blade.\n\n• Every Medusae is equipped with: eyeburst.\n\n• Every Sslyth is equipped with: shardcarbine; splinter pistol; Sslyth battle-blade.\n\n• Every Ur-Ghul is equipped with: Ur-Ghul talons.\n\n\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Lhamaean",
+ "Model§Medusae",
+ "Model§Sslyth",
+ "Model§Ur-Ghul"
+ ]
+ },
+ "meta": {
+ "Publication": "[Drukhari (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/05/sXNzDZ7qYnet03Bq.pdf)"
+ }
+ },
+ "Elites§Death Jester": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "Points": {
+ "value": 70
+ },
+ "M": {
+ "value": 8
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 5
+ },
+ "A": {
+ "value": 5
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 6
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Shrieker cannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Jester’s blade": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Jester’s blade"
+ }
+ ]
+ },
+ "Shrieker cannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Shrieker cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Jester’s blade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Jester’s blade": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Jester’s blade"
+ }
+ ]
+ },
+ "Shrieker cannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Shrieker cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Jester’s blade": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Jester’s blade"
+ }
+ ]
+ },
+ "Shrieker cannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Shrieker cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Death Jester",
+ "Infantry"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Harlequins",
+ "Ynnari"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Harlequin’s Panoply",
+ "Ability§Luck of the Laughing God",
+ "Ability§Rising Crescendo",
+ "Ability§Death is Not Enough"
+ ]
+ },
+ "text": "A Death Jester is equipped with: shrieker cannon; Jester’s blade.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Elites§Dire Avengers": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "model": {
+ "value": "Model§Dire Avenger"
+ },
+ "Shimmershield": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Shimmershield"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Dire Avengers": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 9,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 3
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aspect Warrior",
+ "Core",
+ "Dire Avengers",
+ "Infantry"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Aspect Armour",
+ "Ability§Defence Tactics",
+ {
+ "item": "Model§Dire Avenger",
+ "quantity": 4
+ },
+ "Model§Dire Avenger Exarch"
+ ]
+ },
+ "text": "If this unit contains 6 or more models, it has **Power Rating 6**. Every model is equipped with: Avenger shuriken catapult; plasma grenades.\n\n• The Dire Avenger Exarch’s Avenger shuriken catapult can be replaced with 1 shuriken pistol and 1 of the following: 1 diresword; 1 power glaive.\n\n• If this unit’s Dire Avenger Exarch is equipped with 1 Avenger shuriken catapult, it can be equipped with 1 additional Avenger shuriken catapult.\n\n• The Dire Avenger Exarch’s shuriken pistol can be replaced with 1 shimmershield.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Dire Avenger"
+ ]
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Elites§Fire Dragons": {
+ "stats": {
+ "Power Level": {
+ "value": 6
+ },
+ "model": {
+ "value": "Model§Fire Dragon"
+ },
+ "Fire Dragons": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 9,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 6
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aspect Warrior",
+ "Core",
+ "Fire Dragons",
+ "Infantry"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Aspect Armour",
+ "Ability§Assured Destruction",
+ {
+ "item": "Model§Fire Dragon",
+ "quantity": 4
+ },
+ "Model§Fire Dragon Exarch"
+ ]
+ },
+ "text": "If this unit contains 6 or more models, it has **Power Rating 12**. Every model is equipped with: Dragon fusion gun.\n\n• The Fire Dragon Exarch’s Dragon fusion gun can be replaced with 1 of the following: 1 Dragon’s breath flamer; 1 firepike.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Fire Dragon"
+ ]
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Elites§Howling Banshees": {
+ "stats": {
+ "Power Level": {
+ "value": 4
+ },
+ "model": {
+ "value": "Model§Howling Banshee"
+ },
+ "Howling Banshee mask": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Howling Banshee mask",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Howling Banshees": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 9,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 4
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aspect Warrior",
+ "Core",
+ "Howling Banshees",
+ "Infantry"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Aspect Armour",
+ "Ability§Whirling Death",
+ "Ability§Acrobatic",
+ {
+ "item": "Model§Howling Banshee",
+ "quantity": 4
+ },
+ "Model§Howling Banshee Exarch"
+ ]
+ },
+ "text": "If this unit contains 6 or more models, it has **Power Rating 8**. Every model is equipped with: shuriken pistol; Banshee blade; Howling Banshee mask.\n\n• The Howling Banshee Exarch’s Banshee blade can be replaced with 1 of the following: 1 executioner; 1 triskele.\n\n• The Howling Banshee Exarch’s shuriken pistol and Banshee blade can be replaced with 1 mirrorswords.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Howling Banshee"
+ ]
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Elites§Incubi": {
+ "stats": {
+ "Power Level": {
+ "value": 5
+ },
+ "model": {
+ "value": "Model§Incubi"
+ },
+ "Incubi": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 9,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 5
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Drukhari—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Blades for Hire",
+ "Core",
+ "Incubi",
+ "Infantry"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Drukhari",
+ "Ynnari"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Blade Artists",
+ "Ability§Power From Pain",
+ "Ability§Lethal Precision",
+ "Ability§Tormentors",
+ {
+ "item": "Model§Incubi",
+ "quantity": 4
+ },
+ "Model§Klaivex"
+ ]
+ },
+ "text": "If this unit contains 6 or more models, it has **Power Rating 10**. Every model is equipped with: klaive.\n\n• The Klaivex’s klaive can be replaced with 1 demiklaives.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Incubi"
+ ]
+ },
+ "meta": {
+ "Publication": "[Drukhari (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/05/sXNzDZ7qYnet03Bq.pdf)"
+ }
+ },
+ "Elites§Shadow Spectres": {
+ "stats": {
+ "Power Level": {
+ "value": 6
+ },
+ "model": {
+ "value": "Model§Shadow Spectre"
+ },
+ "Shadow Spectres": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 5,
+ "min": 5,
+ "max": 10,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 6
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aspect Warrior",
+ "Core",
+ "Fly",
+ "Infantry",
+ "Jump Pack",
+ "Shadow Spectres"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Spectre Holo-field",
+ "Ability§Shadow of Death (Aura)",
+ "Ability§Shade of Twilight",
+ "Ability§Aspect Armour",
+ {
+ "item": "Model§Shadow Spectre",
+ "quantity": 5
+ }
+ ]
+ },
+ "text": "This unit can contain a maximum of 10 models. If this unit contains 6 or more models, it has **Power Rating 12**. Every model is equipped with: prism rifle; plasma grenades.\n\n\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Shadow Spectre",
+ "Model§Shadow Spectre Exarch"
+ ]
+ },
+ "meta": {
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
+ }
+ },
+ "Elites§Solitaire": {
+ "stats": {
+ "Power Level": {
+ "value": 6
+ },
+ "Points": {
+ "value": 110
+ },
+ "M": {
+ "value": 12
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 4
+ },
+ "T": {
+ "value": 4
+ },
+ "W": {
+ "value": 5
+ },
+ "A": {
+ "value": 8
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 6
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Solitaire’s weapons",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Solitaire’s weapons": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Solitaire’s weapons"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Solitaire’s weapons": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Solitaire’s weapons"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Harlequin’s Caress",
+ "Harlequin’s Kiss",
+ "Infantry",
+ "Solitaire"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Harlequins"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Harlequin’s Panoply",
+ "Ability§Luck of the Laughing God",
+ "Ability§Rising Crescendo",
+ "Ability§Impossible Form",
+ "Ability§Path of Damnation",
+ "Ability§Blitz"
+ ]
+ },
+ "text": "A Solitaire is equipped with: Solitaire’s weapons. Your army can only include one **SOLITAIRE** model.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Elites§Striking Scorpions": {
+ "stats": {
+ "Power Level": {
+ "value": 4
+ },
+ "model": {
+ "value": "Model§Striking Scorpion (Striking Scorpions)"
+ },
+ "Mandiblasters": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Mandiblasters",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Striking Scorpions": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 9,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 4
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aspect Warrior",
+ "Core",
+ "Infantry",
+ "Striking Scorpions"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Advanced Positions",
+ "Ability§Aspect Armour",
+ "Ability§Sustained Assault",
+ {
+ "item": "Model§Striking Scorpion (Striking Scorpions)",
+ "quantity": 4
+ },
+ "Model§Striking Scorpion Exarch (Striking Scorpions)"
+ ]
+ },
+ "text": "If this unit contains 6 or more models, it has **Power Rating 8**. Every model is equipped with: shuriken pistol; Scorpion chainsword; mandiblasters.\n\n• The Striking Scorpion Exarch’s shuriken pistol can be replaced with 1 Scorpion’s claw.\n\n• The Striking Scorpion Exarch’s shuriken pistol and Scorpion chainsword can be replaced with 1 biting blade.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Striking Scorpion (Striking Scorpions)"
+ ]
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Elites§Striking Scorpions (Legendary)": {
+ "stats": {
+ "Power Level": {
+ "value": 4
+ },
+ "model": {
+ "value": "Model§Striking Scorpion (Striking Scorpions (Legendary))"
+ },
+ "Striking Scorpions (Legendary)": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 5,
+ "min": 5,
+ "max": 10,
+ "increment": {
+ "value": 5
+ }
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Datasheet—Warhammer Legends: Craftworlds"
+ ],
+ "Edition": [
+ "8th"
+ ],
+ "Keywords": [
+ "Infantry",
+ "Striking Scorpions"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Aspect Warrior",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Ancient Doom",
+ "Ability§Battle Focus",
+ "Ability§Masters of Stealth",
+ "Ability§Shadow Strike",
+ "Ability§Mandiblasters",
+ "Ability§Sustained Attack",
+ {
+ "item": "Model§Striking Scorpion (Striking Scorpions (Legendary))",
+ "quantity": 5
+ }
+ ]
+ },
+ "text": "This unit contains 5 Striking Scorpions. It can include up to 5 additional Striking Scorpions (**Power Rating +3**). A Striking Scorpion Exarch can take the place of one Striking Scorpion. Each model is armed with a shuriken pistol, a scorpion chainsword and plasma grenades.\n\n• The Striking Scorpion Exarch may replace their shuriken pistol with a scorpion’s claw.\n\n• The Striking Scorpion Exarch may replace their scorpion chainsword with a biting blade.\n\n• The Striking Scorpion Exarch can be equipped with 2 chainsabres instead of 1 shuriken pistol and 1 scorpion chainsword.\n\nnull\n\n***ERROR***—*there might be a problem with Power Rating that will require a custom rule.*",
+ "allowed": {
+ "items": [
+ "Model§Striking Scorpion (Striking Scorpions (Legendary))",
+ "Model§Striking Scorpion Exarch (Striking Scorpions (Legendary))"
+ ]
+ },
+ "meta": {
+ "Publication": "[Warhammer Legends: Craftworlds (Datasheet) 8th ed. – @2019-12-04](https://www.warhammer-community.com/wp-content/uploads/2019/12/84d4072d.pdf)"
+ }
+ },
+ "Elites§Warlock Skyrunners": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "model": {
+ "value": "Model§Warlock Skyrunner"
+ },
+ "Warlock Skyrunners": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 1,
+ "min": 1,
+ "max": 3,
+ "increment": {
+ "value": 1
+ }
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Biker",
+ "Character",
+ "Fly",
+ "Psyker",
+ "Warlock Skyrunners",
+ "Warlocks"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Rune Armour",
+ "Ability§Ride the Wind",
+ "Ability§Warlock Conclave",
+ "Ability§Seer Council",
+ "Psychic Power§Smite",
+ "Model§Warlock Skyrunner"
+ ]
+ },
+ "text": "If this unit contains 2 models, it has **Power Rating 3**. If this unit contains 3 models, it has Power Rating 5**. Every model is equipped with: shuriken pistol; twin shuriken catapult; witchblade.\n\n• Any number of models can each have their witch blade replaced with 1 singing spear.\n\nThis unit can attempt to [manifest](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers) one psychic power in your [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE) and attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) one psychic power in your opponent’s Psychic phase. It knows [Smite](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Smite) and one psychic power from the [Runes of Battle](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Battle)** discipline. If this unit has a [Starting Strength](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Starting-Strength-Half-strength-and-Destroyed-Units) of 3, it knows one additional psychic power from the [Runes of Battle](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Battle)** discipline. While this unit contains 3 models, it can attempt to manifest one additional psychic power in your Psychic phase.\n\n***ERROR***—*there might be a problem with Power Rating that will require a custom rule.*",
+ "allowed": {
+ "items": [
+ "Model§Warlock Skyrunner"
+ ]
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Elites§Warlocks": {
+ "stats": {
+ "Power Level": {
+ "value": 2
+ },
+ "model": {
+ "value": "Model§Warlock"
+ },
+ "Warlocks": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 1,
+ "min": 1,
+ "max": 6,
+ "increment": {
+ "value": 1
+ }
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Infantry",
+ "Psyker",
+ "Warlocks"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Rune Armour",
+ "Ability§Warlock Conclave",
+ "Ability§Seer Council",
+ "Psychic Power§Smite",
+ "Model§Warlock"
+ ]
+ },
+ "text": "If this unit contains 2-3 models, it has **Power Rating 3**. If this unit contains 4-5 models, it has Power Rating 5**. If this unit contains 6 models, it has Power Rating 7**. Every model is equipped with: shuriken pistol; witch blade.\n\n• Any number of models can each have their witchblade replaced with 1 singing spear.\n\nThis unit can attempt to [manifest](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers) one psychic power in your [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE) and attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) one psychic power in your opponent’s Psychic phase. It knows [Smite](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Smite) and one psychic power from the [Runes of Battle](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Battle)** discipline. If this unit has a [Starting Strength](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Starting-Strength-Half-strength-and-Destroyed-Units) of 4 or more, it knows one additional psychic power from the [Runes of Battle](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Battle)** discipline. While this unit contains 4 or more models, it can attempt to manifest one additional psychic power in your Psychic phase.\n\n***ERROR***—*there might be a problem with Power Rating that will require a custom rule.*",
+ "allowed": {
+ "items": [
+ "Model§Warlock"
+ ]
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Elites§Wraithblades": {
+ "stats": {
+ "Power Level": {
+ "value": 10
+ },
+ "model": {
+ "value": "Model§Wraithblade"
+ },
+ "Forceshield": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Forceshield"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Wraithblades": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 5,
+ "min": 5,
+ "max": 10,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 10
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Core",
+ "Infantry",
+ "Wraith Construct",
+ "Wraithblades"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani",
+ "Spirit Host"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Strands of Fate",
+ "Ability§Wraithbone Form",
+ {
+ "item": "Model§Wraithblade",
+ "quantity": 5
+ }
+ ]
+ },
+ "text": "If this unit contains 6 or more models, it has **Power Rating 20**. Every model is equipped with: ghostswords.\n\n• All of the models in this unit can have their ghostswords replaced with 1 ghostaxe and 1 forceshield each.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Wraithblade"
+ ]
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Elites§Wraithguard": {
+ "stats": {
+ "Power Level": {
+ "value": 10
+ },
+ "model": {
+ "value": "Model§Wraithguard"
+ },
+ "Wraithguard": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 5,
+ "min": 5,
+ "max": 10,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 10
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Core",
+ "Infantry",
+ "Wraith Construct",
+ "Wraithguard"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani",
+ "Spirit Host"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Strands of Fate",
+ "Ability§Wraithbone Form",
+ "Ability§War Construct",
+ {
+ "item": "Model§Wraithguard",
+ "quantity": 5
+ }
+ ]
+ },
+ "text": "If this unit contains 6 or more models, it has **Power Rating 20**. Every model is equipped with: wraithcannon.\n\n• All of the models in this unit can have their wraithcannon replaced with 1 D-scythe each.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Wraithguard"
+ ]
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Elites§Wraithlord": {
+ "stats": {
+ "Power Level": {
+ "value": 8
+ },
+ "Points": {
+ "value": 100
+ },
+ "M": {
+ "value": 8
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 7
+ },
+ "T": {
+ "value": 8
+ },
+ "W": {
+ "value": 9
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "60mm"
+ },
+ "loadout1": {
+ "value": "Shuriken catapult",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Aeldari missile launcher",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Ghostglaive": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Ghostglaive"
+ }
+ ]
+ },
+ "Aeldari flamer": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari flamer"
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Bright lance",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Scatter laser",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Shuriken catapult": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken catapult"
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Starcannon",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Wraithbone fists": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Wraithbone fists"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Wraithbone fists",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Aeldari missile launcher",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Ghostglaive": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Ghostglaive"
+ }
+ ]
+ },
+ "Aeldari flamer": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari flamer"
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Bright lance",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Scatter laser",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Shuriken catapult": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken catapult"
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Starcannon",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Wraithbone fists": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Wraithbone fists"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Aeldari missile launcher",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Ghostglaive": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Ghostglaive"
+ }
+ ]
+ },
+ "Aeldari flamer": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari flamer"
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Bright lance",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Scatter laser",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Shuriken catapult": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken catapult"
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Starcannon",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Wraithbone fists": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Wraithbone fists"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Core",
+ "Monster",
+ "Wraith Construct",
+ "Wraithlord"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani",
+ "Spirit Host"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Strands of Fate",
+ "Ability§Wraithbone Form"
+ ]
+ },
+ "text": "A Wraithlord is equipped with: 2 shuriken catapults; wraithbone fists.\n\n• Each of this model’s shuriken catapults can be replaced with 1 Aeldari flamer.\n\n• This model can be equipped with 1 ghostglaive.\n\n• This model can be equipped with up to 2 of the following: 1 Aeldari missile launcher; 1 bright lance; 1 scatter laser; 1 shuriken cannon; 1 starcannon.\n\nnull",
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Fast Attack§Corsair Cloud Dancer Band": {
+ "stats": {
+ "Power Level": {
+ "value": 5
+ },
+ "model": {
+ "value": "Model§Corsair Cloud Dancer"
+ },
+ "Corsair Cloud Dancer Band": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 3,
+ "min": 3,
+ "max": 9,
+ "increment": {
+ "value": 3
+ }
+ },
+ "poweri": {
+ "value": 5
+ },
+ "power1": {
+ "value": 4
+ },
+ "power2": {
+ "value": 7
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Warhammer Legends: Forge World—1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Biker",
+ "Corsair Cloud Dancer Band",
+ "Fly"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Anhrathe"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Ride the Wind",
+ "Ability§Reckless Abandon",
+ "Ability§Ally of Convenience",
+ {
+ "item": "Model§Corsair Cloud Dancer",
+ "quantity": 3
+ }
+ ]
+ },
+ "text": "If this unit contains between 4 and 6 models, it has **Power Rating 10**. If this unit contains 7 or more models, it has Power Rating 15**. One Corsair Cloud Dancer model in this unit can be replaced with 1 Corsair Cloud Dancer Felarch model. Each model is equipped with: brace of pistols; twin shuriken catapult.\n\n• Any number of models can each have their twin shuriken catapult replaced with one of the following: 1 dark lance; 1 dissonance cannon; 1 scatter laser; 1 shuriken cannon; 1 splinter cannon.\n\n• The Corsair Cloud Dancer Felarch’s brace of pistols can be replaced with one of the following: 1 dissonance pistol; 1 void sabre.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Corsair Cloud Dancer",
+ "Model§Corsair Cloud Dancer Felarch"
+ ]
+ },
+ "meta": {
+ "Publication": "[Warhammer Legends: Forge World (Index) 9th ed. – 1.0 @2020-12-17](https://www.warhammer-community.com/wp-content/uploads/2020/11/1qpk5gayVm5VmR4f.pdf)"
+ }
+ },
+ "Fast Attack§Hellions": {
+ "stats": {
+ "Power Level": {
+ "value": 4
+ },
+ "model": {
+ "value": "Model§Hellion"
+ },
+ "Hellions": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 19,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 4
+ },
+ "power1": {
+ "value": 6
+ },
+ "power2": {
+ "value": 11
+ },
+ "power3": {
+ "value": 16
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Drukhari—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Core",
+ "Fly",
+ "Hellions",
+ "Infantry",
+ "Skyboard"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Drukhari",
+ "Ynnari"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Blade Artists",
+ "Ability§Combat Drugs",
+ "Ability§Power From Pain",
+ "Ability§Hit and Run",
+ {
+ "item": "Model§Hellion",
+ "quantity": 4
+ },
+ "Model§Helliarch"
+ ]
+ },
+ "text": "If this unit contains between 6 and 10 models, it has **Power Rating 8**. If this unit contains between 11 and 15 models, it has Power Rating 12**. If this unit contains between 16 and 20 models, it has Power Rating 16**. Every model is equipped with: splinter pods; hellglaive.\n\n• The Helliarch can be equipped with 1 phantasm grenade launcher.\n\n• The Helliarch’s hellglaive can be replaced with one of the following: 1 splinter pistol and 1 stunclaw; 1 splinter pistol and 1 power sword; 1 splinter pistol and 1 agoniser.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Hellion"
+ ]
+ },
+ "meta": {
+ "Publication": "[Drukhari (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/05/sXNzDZ7qYnet03Bq.pdf)"
+ }
+ },
+ "Fast Attack§Hornet": {
+ "stats": {
+ "Power Level": {
+ "value": 5
+ },
+ "model": {
+ "value": "Model§Hornet"
+ },
+ "Crystal targeting matrix": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Crystal targeting matrix",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Spirit stones": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Spirit stones"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Star engines": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Star engines"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Vectored engines": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Vectored engines"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Hornet": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 1,
+ "min": 1,
+ "max": 3,
+ "increment": {
+ "value": 1
+ }
+ },
+ "poweri": {
+ "value": 5
+ },
+ "power1": {
+ "value": 2
+ },
+ "power2": {
+ "value": 3
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Fly",
+ "Hornet",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Strands of Fate",
+ "Ability§Hover Tank",
+ "Ability§Lightning Assault",
+ "Ability§Explodes",
+ "Model§Hornet"
+ ]
+ },
+ "text": "If this unit contains 2 models, it has **Power Rating 10**. If this unit contains 3 models, it has Power Rating 15**. Each model is equipped with: 2 Hornet pulse lasers.\n\n• Any number of models can each have any of their Hornet pulse lasers replaced with 1 item from the ***Heavy Weapons*** list.\n\n• All of the models in the unit can be equipped with 1 crystal targeting matrix each.\n\n• All of the models in the unit can be equipped with 1 spirit stone each.\n\n• All of the models in the unit can each be equipped with star engines.\n\n• All of the models in the unit can each be equipped with vectored engines.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Hornet"
+ ]
+ },
+ "meta": {
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
+ }
+ },
+ "Fast Attack§Reavers": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "model": {
+ "value": "Model§Reaver"
+ },
+ "Cluster caltrops": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Cluster caltrops"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Grav-talon": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Grav-talon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Reavers": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 2,
+ "min": 2,
+ "max": 11,
+ "increment": {
+ "value": 3
+ }
+ },
+ "poweri": {
+ "value": 3
+ },
+ "power1": {
+ "value": 4
+ },
+ "power2": {
+ "value": 7
+ },
+ "power3": {
+ "value": 10
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Drukhari—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Biker",
+ "Core",
+ "Fly",
+ "Reavers"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Drukhari",
+ "Ynnari"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Blade Artists",
+ "Ability§Combat Drugs",
+ "Ability§Power From Pain",
+ "Ability§Matchless Swiftness",
+ {
+ "item": "Model§Reaver",
+ "quantity": 2
+ },
+ "Model§Arena Champion"
+ ]
+ },
+ "text": "If this unit contains between 4 and 6 models, it has **Power Rating 6**. If this unit contains between 7 and 9 models, it has Power Rating 9**. If this unit contains between 9 and 12 models, it has Power Rating 12**. Every model is equipped with: splinter pistol; splinter rifle; bladevanes.\n\n• The Arena Champion can be equipped with one of the following: 1 power sword; 1 agoniser.\n\n• For every 3 models in this unit, 1 model’s splinter rifle can be replaced with one of the following: 1 blaster; 1 heat lance.\n\n• For every 3 models in this unit, 1 model can be equipped with one of the following: 1 grav-talon; 1 cluster caltrops.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Reaver"
+ ]
+ },
+ "meta": {
+ "Publication": "[Drukhari (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/05/sXNzDZ7qYnet03Bq.pdf)"
+ }
+ },
+ "Fast Attack§Scourges": {
+ "stats": {
+ "Power Level": {
+ "value": 6
+ },
+ "model": {
+ "value": "Model§Scourge"
+ },
+ "Scourges": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 9,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 4
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Drukhari—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Blades for Hire",
+ "Core",
+ "Fly",
+ "Haywire Grenade",
+ "Infantry",
+ "Scourges"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Drukhari",
+ "Ynnari"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Blade Artists",
+ "Ability§Power From Pain",
+ "Ability§Ghostplate Armour",
+ "Ability§Winged Strike",
+ {
+ "item": "Model§Scourge",
+ "quantity": 4
+ },
+ "Model§Solarite"
+ ]
+ },
+ "text": "If this unit contains 6 or more models, it has **Power Rating 10**. Every model is equipped with: shardcarbine; plasma grenades.\n\n• Up to 4 Scourges can each have their shardcarbine replaced with one of the following: 1 blaster; 1 dark lance; 1 Drukhari haywire blaster; 1 heat lance; 1 shredder; 1 splinter cannon.\n\n• The Solarite's shardcarbine can be replaced with one of the following: 1 splinter pistol; 1 blast pistol.\n\n• The Solarite can be equipped with one of the following: 1 agoniser; 1 power lance; 1 venom blade.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Scourge"
+ ]
+ },
+ "meta": {
+ "Publication": "[Drukhari (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/05/sXNzDZ7qYnet03Bq.pdf)"
+ }
+ },
+ "Fast Attack§Shining Spears": {
+ "stats": {
+ "Power Level": {
+ "value": 5
+ },
+ "model": {
+ "value": "Model§Shining Spear"
+ },
+ "Shimmershield": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Shimmershield"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Shining Spears": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 2,
+ "min": 2,
+ "max": 5,
+ "increment": {
+ "value": 3
+ }
+ },
+ "poweri": {
+ "value": 5
+ },
+ "power1": {
+ "value": 4
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aspect Warrior",
+ "Biker",
+ "Core",
+ "Fly",
+ "Shining Spears"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Aspect Armour",
+ "Ability§Ride the Wind",
+ "Ability§Aerobatic Grace",
+ {
+ "item": "Model§Shining Spear",
+ "quantity": 2
+ },
+ "Model§Shining Spear Exarch"
+ ]
+ },
+ "text": "If this unit contains 4 or more models, it has **Power Rating 10**. Every model is equipped with: laser lance; twin shuriken catapult.\n\n• The Shining Spear Exarch’s laser lance can be replaced with one of the following: 1 paragon sabre; 1 star lance.\n\n• The Shining Spear Exarch’s twin shuriken catapult can be replaced with 1 shuriken cannon.\n\n• The Shining Spear Exarch can be equipped with 1 shimmershield.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Shining Spear"
+ ]
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Fast Attack§Shroud Runners": {
+ "stats": {
+ "Power Level": {
+ "value": 5
+ },
+ "model": {
+ "value": "Model§Shroud Runner"
+ },
+ "Shroud Runners": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 3,
+ "min": 3,
+ "max": 6,
+ "increment": {
+ "value": 3
+ }
+ },
+ "poweri": {
+ "value": 5
+ },
+ "power1": {
+ "value": 4
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Biker",
+ "Core",
+ "Fly",
+ "Outcasts",
+ "Shroud Runners"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Ride the Wind",
+ "Ability§Shroud Runner Cloak",
+ "Ability§Target Acquisition",
+ "Ability§Swift Scouts",
+ {
+ "item": "Model§Shroud Runner",
+ "quantity": 3
+ }
+ ]
+ },
+ "text": "If this unit contains 4 or more models, it has **Power Rating 10**. Every model is equipped with: Ranger long rifle; scatter laser; shuriken pistol.\n\n\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Shroud Runner"
+ ]
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Fast Attack§Skyweavers": {
+ "stats": {
+ "Power Level": {
+ "value": 4
+ },
+ "model": {
+ "value": "Model§Skyweaver"
+ },
+ "Skyweavers": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 2,
+ "min": 2,
+ "max": 6,
+ "increment": {
+ "value": 2
+ }
+ },
+ "poweri": {
+ "value": 4
+ },
+ "power1": {
+ "value": 3
+ },
+ "power2": {
+ "value": 5
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Biker",
+ "Core",
+ "Fly",
+ "Skyweavers"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Harlequins",
+ "Ynnari"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Luck of the Laughing God",
+ "Ability§Rising Crescendo",
+ "Ability§Holo-suit",
+ "Ability§Harlequin’s Mask",
+ "Ability§Skyweaver Mirage Launchers",
+ "Ability§Ride the Wind",
+ {
+ "item": "Model§Skyweaver",
+ "quantity": 2
+ }
+ ]
+ },
+ "text": "If this unit contains 3-4 models, it has **Power Rating 8**. If this unit contains 5 or more models, it has Power Rating 12**. Every model is equipped with: shuriken cannon; star bolas.\n\n• Any number of models can each have their shuriken cannon replaced with 1 Skyweaver haywire cannon.\n\n• Any number of models can each have their star bolas replaced with 1 zephyrglaive.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Skyweaver"
+ ]
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Fast Attack§Swooping Hawks": {
+ "stats": {
+ "Power Level": {
+ "value": 4
+ },
+ "model": {
+ "value": "Model§Swooping Hawk (Swooping Hawks)"
+ },
+ "Swooping Hawks": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 9,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 4
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aspect Warrior",
+ "Core",
+ "Fly",
+ "Infantry",
+ "Jump Pack",
+ "Swooping Hawks"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Sudden Assault",
+ "Ability§Aspect Armour",
+ "Ability§Skyleap",
+ {
+ "item": "Model§Swooping Hawk (Swooping Hawks)",
+ "quantity": 4
+ },
+ "Model§Swooping Hawk Exarch (Swooping Hawks)"
+ ]
+ },
+ "text": "If this unit contains 6 or more models, it has **Power Rating 8**. Every model is equipped with: lasblaster.\n\n• The Swooping Hawk Exarch’s lasblaster can be replaced with 1 Hawk’s talon.\n\n• The Swooping Hawk Exarch can be equipped with 1 Aeldari power sword.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Swooping Hawk (Swooping Hawks)"
+ ]
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Fast Attack§Swooping Hawks (Legendary)": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "model": {
+ "value": "Model§Swooping Hawk (Swooping Hawks (Legendary))"
+ },
+ "Swooping Hawks (Legendary)": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 5,
+ "min": 5,
+ "max": 10,
+ "increment": {
+ "value": 5
+ }
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Datasheet—Warhammer Legends: Craftworlds"
+ ],
+ "Edition": [
+ "8th"
+ ],
+ "Keywords": [
+ "Fly",
+ "Infantry",
+ "Jump Pack",
+ "Swooping Hawks"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Aspect Warrior",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Ancient Doom",
+ "Ability§Battle Focus",
+ "Ability§Children of Baharroth",
+ "Ability§Skyleap",
+ "Ability§Swooping Hawk Grenade Pack",
+ "Ability§Herald of Victory",
+ {
+ "item": "Model§Swooping Hawk (Swooping Hawks (Legendary))",
+ "quantity": 5
+ }
+ ]
+ },
+ "text": "This unit contains 5 Swooping Hawks. It can include up to 5 additional Swooping Hawks (**Power Rating +3**). A Swooping Hawk Exarch can take the place of one Swooping Hawk. Each model is armed with a lasblaster.\n\n• The Swooping Hawk Exarch may replace their lasblaster with a hawk’s talon.\n\n• The Swooping Hawk Exarch may take a power sword.\n\n• The Swooping Hawk Exarch can be equipped with 1 sunrifle instead of 1 lasblaster.\n\nnull\n\n***ERROR***—*there might be a problem with Power Rating that will require a custom rule.*",
+ "allowed": {
+ "items": [
+ "Model§Swooping Hawk (Swooping Hawks (Legendary))",
+ "Model§Swooping Hawk Exarch (Swooping Hawks (Legendary))"
+ ]
+ },
+ "meta": {
+ "Publication": "[Warhammer Legends: Craftworlds (Datasheet) 8th ed. – @2019-12-04](https://www.warhammer-community.com/wp-content/uploads/2019/12/84d4072d.pdf)"
+ }
+ },
+ "Fast Attack§Vypers": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "model": {
+ "value": "Model§Vyper"
+ },
+ "Vypers": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 1,
+ "min": 1,
+ "max": 3,
+ "increment": {
+ "value": 1
+ }
+ },
+ "poweri": {
+ "value": 3
+ },
+ "power1": {
+ "value": 2
+ },
+ "power2": {
+ "value": 3
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Fly",
+ "Vehicle",
+ "Vypers"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Strands of Fate",
+ "Ability§Ride the Wind",
+ "Ability§Explodes",
+ "Model§Vyper"
+ ]
+ },
+ "text": "If this unit contains 2 models, it has **Power Rating 6**. If this unit contains 3 models, it has Power Rating 9**. Every model is equipped with: shuriken cannon; twin shuriken catapult.\n\n• Any number of models can each have their shuriken cannon replaced with one of the following: 1 Aeldari missile launcher; 1 bright lance; 1 scatter laser; 1 starcannon.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Vyper"
+ ]
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Fast Attack§Warp Spiders": {
+ "stats": {
+ "Power Level": {
+ "value": 5
+ },
+ "model": {
+ "value": "Model§Warp Spider (Warp Spiders)"
+ },
+ "Warp Spider jump generator": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Warp Spider jump generator",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Warp Spiders": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 9,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 5
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aspect Warrior",
+ "Core",
+ "Infantry",
+ "Jump Pack",
+ "Warp Spiders"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Sudden Assault",
+ "Ability§Aspect Armour",
+ "Ability§Flickerjump",
+ {
+ "item": "Model§Warp Spider (Warp Spiders)",
+ "quantity": 4
+ },
+ "Model§Warp Spider Exarch (Warp Spiders)"
+ ]
+ },
+ "text": "If this unit contains 6 or more models, it has **Power Rating 10**. Every model is equipped with: death spinner, Warp Spider jump generator.\n\n• The Warp Spider Exarch can be equipped with 1 additional death spinner and 1 powerblades.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Warp Spider (Warp Spiders)"
+ ]
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Fast Attack§Warp Spiders (Legendary)": {
+ "stats": {
+ "Power Level": {
+ "value": 5
+ },
+ "model": {
+ "value": "Model§Warp Spider (Warp Spiders (Legendary))"
+ },
+ "Warp Spiders (Legendary)": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 5,
+ "min": 5,
+ "max": 10,
+ "increment": {
+ "value": 5
+ }
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Datasheet—Warhammer Legends: Craftworlds"
+ ],
+ "Edition": [
+ "8th"
+ ],
+ "Keywords": [
+ "Infantry",
+ "Jump Pack",
+ "Warp Spiders"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Aspect Warrior",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Ancient Doom",
+ "Ability§Battle Focus",
+ "Ability§Warp Strike",
+ "Ability§Iron Resolve",
+ "Ability§Warp Jump Generator",
+ "Ability§Flickerjump",
+ {
+ "item": "Model§Warp Spider (Warp Spiders (Legendary))",
+ "quantity": 5
+ }
+ ]
+ },
+ "text": "This unit contains 5 Warp Spiders. It can include up to 5 additional Warp Spiders (**Power Rating +4**). A Warp Spider Exarch can take the place of one Warp Spider. Each model is armed with a death spinner.\n\n• The Warp Spider Exarch may replace their death spinner with two death spinners.\n\n• The Warp Spider Exarch may take powerblades.\n\n• The Warp Spider Exarch can be equipped with 1 spinneret rifle instead of 1 death spinner.\n\nnull\n\n***ERROR***—*there might be a problem with Power Rating that will require a custom rule.*",
+ "allowed": {
+ "items": [
+ "Model§Warp Spider (Warp Spiders (Legendary))",
+ "Model§Warp Spider Exarch (Warp Spiders (Legendary))"
+ ]
+ },
+ "meta": {
+ "Publication": "[Warhammer Legends: Craftworlds (Datasheet) 8th ed. – @2019-12-04](https://www.warhammer-community.com/wp-content/uploads/2019/12/84d4072d.pdf)"
+ }
+ },
+ "Fast Attack§Wasp Assault Walker": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "model": {
+ "value": "Model§Wasp Assault Walker"
+ },
+ "Wasp Assault Walker": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 1,
+ "min": 1,
+ "max": 3,
+ "increment": {
+ "value": 1
+ }
+ },
+ "poweri": {
+ "value": 3
+ },
+ "power1": {
+ "value": 2
+ },
+ "power2": {
+ "value": 3
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Warhammer Legends: Forge World—1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Fly",
+ "Vehicle",
+ "Wasp Assault Walker"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani",
+ "Warhost"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Ancient Doom",
+ "Ability§Battle Focus",
+ "Ability§Cloudbreaker",
+ "Ability§Power Field",
+ "Ability§Explodes",
+ "Model§Wasp Assault Walker"
+ ]
+ },
+ "text": "If this unit contains 2 models, it has **Power Rating 6**. If this unit contains 3 models, it has Power Rating 9**. Each model is equipped with: 2 shuriken cannons.\n\n• Any number of models can each have each of their shuriken cannons replaced with one of the following: 1 Aeldari missile launcher; 1 bright lance; 1 scatter laser; 1 starcannon.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Wasp Assault Walker"
+ ]
+ },
+ "meta": {
+ "Publication": "[Warhammer Legends: Forge World (Index) 9th ed. – 1.0 @2020-12-17](https://www.warhammer-community.com/wp-content/uploads/2020/11/1qpk5gayVm5VmR4f.pdf)"
+ }
+ },
+ "Fast Attack§Windriders": {
+ "stats": {
+ "Power Level": {
+ "value": 4
+ },
+ "model": {
+ "value": "Model§Windrider"
+ },
+ "Windriders": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 3,
+ "min": 3,
+ "max": 9,
+ "increment": {
+ "value": 3
+ }
+ },
+ "poweri": {
+ "value": 4
+ },
+ "power1": {
+ "value": 4
+ },
+ "power2": {
+ "value": 7
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Biker",
+ "Core",
+ "Fly",
+ "Guardians",
+ "Windriders"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Ride the Wind",
+ "Ability§Swift Demise",
+ {
+ "item": "Model§Windrider",
+ "quantity": 3
+ }
+ ]
+ },
+ "text": "If this unit contains 4-6 models, it has **Power Rating 8**. If this unit contains 7 or more models, it has Power Rating 12**. Every model is equipped with: twin shuriken catapult.\n\n• Any number of models can each have their twin shuriken catapult replaced with one of the following: 1 scatter laser; 1 shuriken cannon.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Windrider"
+ ]
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Flyers§Crimson Hunter": {
+ "stats": {
+ "Power Level": {
+ "value": 9
+ },
+ "Points": {
+ "value": 175
+ },
+ "M": {
+ "value": "20-60"
+ },
+ "WS": {
+ "value": 6
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 6
+ },
+ "T": {
+ "value": 6
+ },
+ "W": {
+ "value": 12,
+ "max": 12,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "170 x 109mm flying base"
+ },
+ "loadout1": {
+ "value": "Starcannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bright lance": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bright lance"
+ }
+ ]
+ },
+ "Pulse laser": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Pulse laser"
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Starcannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Pulse laser",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bright lance": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bright lance"
+ }
+ ]
+ },
+ "Pulse laser": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Pulse laser"
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Starcannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bright lance": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bright lance"
+ }
+ ]
+ },
+ "Pulse laser": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Pulse laser"
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Starcannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aircraft",
+ "Aspect Warrior",
+ "Crimson Hunter",
+ "Fly",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Strands of Fate",
+ "Ability§Supersonic",
+ "Ability§Skyhunter",
+ "Ability§Hard to Hit",
+ "Ability§Airborne",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Crimson Hunter is equipped with: 2 starcannons; pulse laser.\n\n• This model’s 2 starcannons can be replaced with 2 bright lances.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 6,
+ "min": 4,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "20-40",
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 3,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "20-25",
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Flyers§Hemlock Wraithfighter": {
+ "stats": {
+ "Power Level": {
+ "value": 11
+ },
+ "Mindshock pod": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Mindshock pod",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 215
+ },
+ "M": {
+ "value": "20-60"
+ },
+ "WS": {
+ "value": 6
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 6
+ },
+ "T": {
+ "value": 6
+ },
+ "W": {
+ "value": 12,
+ "max": 12,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "170 x 109mm flying base"
+ },
+ "loadout1": {
+ "value": "Heavy D-scythe",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Heavy D-scythe": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy D-scythe"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Heavy D-scythe",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Heavy D-scythe": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy D-scythe"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Heavy D-scythe": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy D-scythe"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aircraft",
+ "Fly",
+ "Hemlock Wraithfighter",
+ "Psyker",
+ "Vehicle",
+ "Wraith Construct"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani",
+ "Spirit Host"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Strands of Fate",
+ "Ability§Supersonic",
+ "Ability§Wraithbone Form",
+ "Ability§Hard to Hit",
+ "Ability§Airborne",
+ "Ability§Explodes",
+ "Psychic Power§Smite"
+ ]
+ },
+ "text": "A Hemlock Wraithfighter is equipped with: 2 heavy D-scythes; mindshock pod.\n\n\n\nThis model can attempt to [manifest](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers) one psychic power in your [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE) and attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) one psychic power in your opponent’s Psychic phase. It knows [Smite](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Smite) and one psychic power from the **[Runes of Battle](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Battle)** discipline. When this model attempts to manifest a psychic power from the [Runes of Battle](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Battle)** discipline, you can only select that power’s second effect.",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 3,
+ "min": 2,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "20-40",
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": null,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "20-25",
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Flyers§Nightwing": {
+ "stats": {
+ "Power Level": {
+ "value": 11
+ },
+ "Crystal targeting matrix": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Crystal targeting matrix",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 220
+ },
+ "M": {
+ "value": "20-60"
+ },
+ "WS": {
+ "value": 6
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 6
+ },
+ "T": {
+ "value": 6
+ },
+ "W": {
+ "value": 14,
+ "max": 14,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "120 x 92mm flying base"
+ },
+ "loadout1": {
+ "value": "Twin bright lance",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Twin bright lance": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Twin bright lance"
+ }
+ ]
+ },
+ "Twin shuriken cannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Twin shuriken cannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Twin bright lance": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Twin bright lance"
+ }
+ ]
+ },
+ "Twin shuriken cannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Twin bright lance",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Twin bright lance": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Twin bright lance"
+ }
+ ]
+ },
+ "Twin shuriken cannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Twin bright lance": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Twin bright lance"
+ }
+ ]
+ },
+ "Twin shuriken cannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aircraft",
+ "Fly",
+ "Nightwing",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Strands of Fate",
+ "Ability§Airborne",
+ "Ability§Hard to Hit",
+ "Ability§Supersonic",
+ "Ability§Wings of Khaine",
+ "Ability§Extend Wings",
+ "Ability§Explodes",
+ "Ability§Agile Interceptor"
+ ]
+ },
+ "text": "A Nightwing is equipped with: twin bright lance; twin shuriken cannon; crystal targeting matrix.\n\n\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 7,
+ "min": 4,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "20-40",
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 3,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "20-25",
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
+ }
+ },
+ "Flyers§Phoenix": {
+ "stats": {
+ "Power Level": {
+ "value": 11
+ },
+ "Crystal targeting matrix": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Crystal targeting matrix",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 210
+ },
+ "M": {
+ "value": "20-60"
+ },
+ "WS": {
+ "value": 6
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 6
+ },
+ "T": {
+ "value": 6
+ },
+ "W": {
+ "value": 16,
+ "max": 16,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "120 x 92mm flying base"
+ },
+ "loadout1": {
+ "value": "Phoenix missile array",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Phoenix missile array": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Phoenix missile array"
+ }
+ ]
+ },
+ "Phoenix pulse laser": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Phoenix pulse laser"
+ }
+ ]
+ },
+ "Twin shuriken cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Phoenix pulse laser",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Phoenix missile array": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Phoenix missile array"
+ }
+ ]
+ },
+ "Phoenix pulse laser": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Phoenix pulse laser"
+ }
+ ]
+ },
+ "Twin shuriken cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Twin shuriken cannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Phoenix missile array": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Phoenix missile array"
+ }
+ ]
+ },
+ "Phoenix pulse laser": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Phoenix pulse laser"
+ }
+ ]
+ },
+ "Twin shuriken cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "Twin shuriken cannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Phoenix missile array": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Phoenix missile array"
+ }
+ ]
+ },
+ "Phoenix pulse laser": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Phoenix pulse laser"
+ }
+ ]
+ },
+ "Twin shuriken cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout5": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 5,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Phoenix missile array": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Phoenix missile array"
+ }
+ ]
+ },
+ "Phoenix pulse laser": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Phoenix pulse laser"
+ }
+ ]
+ },
+ "Twin shuriken cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Warhammer Legends: Forge World—1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aircraft",
+ "Fly",
+ "Phoenix",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani",
+ "Warhost"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Airborne",
+ "Ability§Hard to Hit",
+ "Ability§Wings of Khaine",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Phoenix is equipped with: Phoenix missile array; Phoenix pulse laser; twin shuriken cannon; crystal targeting matrix.\n\n\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 8,
+ "min": 5,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "20-40",
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 4,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "20-25",
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Warhammer Legends: Forge World (Index) 9th ed. – 1.0 @2020-12-17](https://www.warhammer-community.com/wp-content/uploads/2020/11/1qpk5gayVm5VmR4f.pdf)"
+ }
+ },
+ "Flyers§Razorwing Jetfighter": {
+ "stats": {
+ "Power Level": {
+ "value": 8
+ },
+ "Points": {
+ "value": 150
+ },
+ "M": {
+ "value": "20-72"
+ },
+ "WS": {
+ "value": 6
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 6
+ },
+ "T": {
+ "value": 6
+ },
+ "W": {
+ "value": 10,
+ "max": 10,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "120 x 92mm flying base"
+ },
+ "loadout1": {
+ "value": "Dark lance",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Razorwing missiles": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Razorwing missiles"
+ }
+ ]
+ },
+ "Dark lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Dark lance",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Disintegrator cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Disintegrator cannon"
+ }
+ ]
+ },
+ "Splinter cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Splinter cannon",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin splinter rifle": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Twin splinter rifle"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Razorwing missiles",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Razorwing missiles": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Razorwing missiles"
+ }
+ ]
+ },
+ "Dark lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Dark lance",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Disintegrator cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Disintegrator cannon"
+ }
+ ]
+ },
+ "Splinter cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Splinter cannon",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin splinter rifle": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Twin splinter rifle"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Twin splinter rifle",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Razorwing missiles": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Razorwing missiles"
+ }
+ ]
+ },
+ "Dark lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Dark lance",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Disintegrator cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Disintegrator cannon"
+ }
+ ]
+ },
+ "Splinter cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Splinter cannon",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin splinter rifle": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Twin splinter rifle"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Razorwing missiles": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Razorwing missiles"
+ }
+ ]
+ },
+ "Dark lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Dark lance",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Disintegrator cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Disintegrator cannon"
+ }
+ ]
+ },
+ "Splinter cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Splinter cannon",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin splinter rifle": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Twin splinter rifle"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Drukhari—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aircraft",
+ "Fly",
+ "Razorwing Jetfighter",
+ "Vehicle"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Drukhari",
+ "Ynnari"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Power From Pain",
+ "Ability§Supersonic",
+ "Ability§Night Shield",
+ "Ability§Hard to Hit",
+ "Ability§Airborne",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Razorwing Jetfighter is equipped with: 2 dark lances; Razorwing missiles; twin splinter rifle.\n\n• This model's 2 dark lances can be replaced with 2 disintegrator cannons.\n\n• This model's twin splinter rifle can be replaced with 1 splinter cannon.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 5,
+ "min": 3,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "20-48",
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 2,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "20-32",
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Drukhari (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/05/sXNzDZ7qYnet03Bq.pdf)"
+ }
+ },
+ "Flyers§Vampire Hunter": {
+ "stats": {
+ "Power Level": {
+ "value": 30
+ },
+ "Crystal targeting matrix": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Crystal targeting matrix",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Spirit stones": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Spirit stones",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 600
+ },
+ "M": {
+ "value": "20-50"
+ },
+ "WS": {
+ "value": 6
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 8
+ },
+ "T": {
+ "value": 8
+ },
+ "W": {
+ "value": 32,
+ "max": 32,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 6
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "170 x 109mm flying base"
+ },
+ "loadout1": {
+ "value": "Scatter laser",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Scatter laser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Twin pulse laser": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Twin pulse laser"
+ }
+ ]
+ },
+ "Twin vampire pulsar": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin vampire pulsar"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Twin pulse laser",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Scatter laser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Twin pulse laser": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Twin pulse laser"
+ }
+ ]
+ },
+ "Twin vampire pulsar": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin vampire pulsar"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Twin vampire pulsar",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Scatter laser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Twin pulse laser": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Twin pulse laser"
+ }
+ ]
+ },
+ "Twin vampire pulsar": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin vampire pulsar"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "Twin vampire pulsar",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Scatter laser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Twin pulse laser": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Twin pulse laser"
+ }
+ ]
+ },
+ "Twin vampire pulsar": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin vampire pulsar"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout5": {
+ "value": "Twin vampire pulsar",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 5,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Scatter laser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Twin pulse laser": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Twin pulse laser"
+ }
+ ]
+ },
+ "Twin vampire pulsar": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin vampire pulsar"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout6": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 6,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Scatter laser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Twin pulse laser": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Twin pulse laser"
+ }
+ ]
+ },
+ "Twin vampire pulsar": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin vampire pulsar"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Warhammer Legends: Forge World—1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aircraft",
+ "Fly",
+ "Titanic",
+ "Vampire",
+ "Vampire Hunter",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani",
+ "Warhost"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Airborne",
+ "Ability§Hard to Hit",
+ "Ability§Wings of Khaine",
+ "Ability§Hover Jet",
+ "Ability§Explodes",
+ "Ability§Distortion field"
+ ]
+ },
+ "text": "A Vampire Hunter is equipped with: scatter laser; 2 twin pulse lasers; twin Vampire pulsar; spirit stones; crystal targeting matrix.\n\n\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 16,
+ "min": 9,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "20-40",
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D6",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 8,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "20-25",
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Warhammer Legends: Forge World (Index) 9th ed. – 1.0 @2020-12-17](https://www.warhammer-community.com/wp-content/uploads/2020/11/1qpk5gayVm5VmR4f.pdf)"
+ }
+ },
+ "Flyers§Vampire Raider": {
+ "stats": {
+ "Power Level": {
+ "value": 20
+ },
+ "Crystal targeting matrix": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Crystal targeting matrix",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Spirit stones": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Spirit stones",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 400
+ },
+ "M": {
+ "value": "20-50"
+ },
+ "WS": {
+ "value": 6
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 8
+ },
+ "T": {
+ "value": 8
+ },
+ "W": {
+ "value": 32,
+ "max": 32,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 6
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "170 x 109mm flying base"
+ },
+ "loadout1": {
+ "value": "Scatter laser",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Scatter laser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Twin pulse laser": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Twin pulse laser"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Twin pulse laser",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Scatter laser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Twin pulse laser": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Twin pulse laser"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Scatter laser",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Scatter laser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Twin pulse laser": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Twin pulse laser"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "Scatter laser",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Scatter laser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Twin pulse laser": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Twin pulse laser"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout5": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 5,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Scatter laser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Twin pulse laser": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Twin pulse laser"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Warhammer Legends: Forge World—1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aircraft",
+ "Fly",
+ "Titanic",
+ "Transport",
+ "Vampire",
+ "Vampire Raider",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani",
+ "Warhost"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Airborne",
+ "Ability§Hard to Hit",
+ "Ability§Wings of Khaine",
+ "Ability§Hover Jet",
+ "Ability§Explodes",
+ "Ability§Distortion field"
+ ]
+ },
+ "text": "A Vampire Raider is equipped with: scatter laser; 2 twin pulse lasers; spirit stones; crystal targeting matrix.\n\n\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 16,
+ "min": 9,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "20-40",
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D6",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 8,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "20-25",
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Warhammer Legends: Forge World (Index) 9th ed. – 1.0 @2020-12-17](https://www.warhammer-community.com/wp-content/uploads/2020/11/1qpk5gayVm5VmR4f.pdf)"
+ }
+ },
+ "Flyers§Voidraven Bomber": {
+ "stats": {
+ "Power Level": {
+ "value": 9
+ },
+ "Void mine": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Void mine",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 175
+ },
+ "M": {
+ "value": "20-60"
+ },
+ "WS": {
+ "value": 6
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 6
+ },
+ "T": {
+ "value": 6
+ },
+ "W": {
+ "value": 12,
+ "max": 12,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "120 x 92mm flying base"
+ },
+ "loadout1": {
+ "value": "Void lance",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Voidraven missiles": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Voidraven missiles"
+ }
+ ]
+ },
+ "Dark scythe": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Dark scythe"
+ }
+ ]
+ },
+ "Void lance": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Void lance"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Void lance",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Voidraven missiles": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Voidraven missiles"
+ }
+ ]
+ },
+ "Dark scythe": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Dark scythe"
+ }
+ ]
+ },
+ "Void lance": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Void lance"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Voidraven missiles": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Voidraven missiles"
+ }
+ ]
+ },
+ "Dark scythe": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Dark scythe"
+ }
+ ]
+ },
+ "Void lance": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Void lance"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Drukhari—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aircraft",
+ "Fly",
+ "Vehicle",
+ "Voidraven Bomber"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Drukhari",
+ "Ynnari"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Power From Pain",
+ "Ability§Supersonic",
+ "Ability§Night Shield",
+ "Ability§Hard to Hit",
+ "Ability§Airborne",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Voidraven Bomber is equipped with: 2 void lances; void mine.\n\n• This model's 2 void lances can be replaced with 2 dark scythes.\n\n• This model can be equipped with Voidraven missiles.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 6,
+ "min": 4,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "20-40",
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 3,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "20-25",
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Drukhari (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/05/sXNzDZ7qYnet03Bq.pdf)"
+ }
+ },
+ "Fortifications§Webway Gate": {
+ "stats": {
+ "Power Level": {
+ "value": 4
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Obstacle",
+ "Terrain Feature",
+ "Webway Gate"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Asuryani",
+ "Drukhari",
+ "Harlequins"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Mysterious Appearance",
+ "Ability§Webway Travellers",
+ "Ability§Webway Strike"
+ ]
+ },
+ "text": "A Webway Gate consists of 2 Wraithbone Arches. Your army can only include one **WEBWAY GATE** unit.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Heavy Support§Dark Reapers": {
+ "stats": {
+ "Power Level": {
+ "value": 8
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aspect Warrior",
+ "Core",
+ "Dark Reapers",
+ "Infantry"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Strands of Fate",
+ "Ability§Aspect Armour",
+ "Ability§Inescapable Accuracy",
+ {
+ "item": "Model§Dark Reaper",
+ "quantity": 4
+ },
+ "Model§Dark Reaper Exarch"
+ ]
+ },
+ "text": "Every model is equipped with: Reaper launcher.\n\n• The Dark Reaper Exarch’s Reaper launcher can be replaced with 1 of the following: 1 Aeldari missile launcher; 1 shuriken cannon; 1 tempest launcher.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Dark Reaper"
+ ]
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Heavy Support§Falcon": {
+ "stats": {
+ "Power Level": {
+ "value": 9
+ },
+ "Crystal targeting matrix": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Crystal targeting matrix",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Spirit stones": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Spirit stones"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Star engines": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Star engines"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Vectored engines": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Vectored engines",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 145
+ },
+ "M": {
+ "value": 16
+ },
+ "WS": {
+ "value": 6
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 6
+ },
+ "T": {
+ "value": 7
+ },
+ "W": {
+ "value": 12,
+ "max": 12,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "60mm flying base"
+ },
+ "loadout1": {
+ "value": "Pulse laser",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Aeldari missile launcher",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Bright lance",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Pulse laser": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Pulse laser"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Starcannon",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Scatter laser",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Aeldari missile launcher",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Bright lance",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Pulse laser": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Pulse laser"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Starcannon",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Twin shuriken catapult",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Aeldari missile launcher",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Bright lance",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Pulse laser": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Pulse laser"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Starcannon",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Aeldari missile launcher",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Bright lance",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Pulse laser": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Pulse laser"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Starcannon",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Falcon",
+ "Fly",
+ "Transport",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Strands of Fate",
+ "Ability§Sudden Assault",
+ "Ability§Hover Tank",
+ "Ability§Explodes",
+ "Ability§Cloudstrike"
+ ]
+ },
+ "text": "A Falcon is equipped with: pulse laser; scatter laser; twin shuriken catapult.\n\n• This model’s scatter laser can be replaced with 1 of the following: 1 Aeldari missile launcher; 1 bright lance; 1 shuriken cannon; 1 starcannon.\n\n• This model’s twin shuriken catapult can be replaced with 1 shuriken cannon.\n\n• This model can be equipped with up to 1 of each of the following: 1 crystal targeting matrix; 1 spirit stones; 1 star engines; 1 vectored engines.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 6,
+ "min": 4,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 12,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 3,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 8,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Heavy Support§Fire Prism": {
+ "stats": {
+ "Power Level": {
+ "value": 9
+ },
+ "Crystal targeting matrix": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Crystal targeting matrix",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Spirit stones": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Spirit stones"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Star engines": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Star engines"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Vectored engines": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Vectored engines",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 165
+ },
+ "M": {
+ "value": 16
+ },
+ "WS": {
+ "value": 6
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 6
+ },
+ "T": {
+ "value": 7
+ },
+ "W": {
+ "value": 12,
+ "max": 12,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "60mm flying base"
+ },
+ "loadout1": {
+ "value": "Prism cannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Prism cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Prism cannon"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Twin shuriken catapult",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Prism cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Prism cannon"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Prism cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Prism cannon"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Fire Prism",
+ "Fly",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Strands of Fate",
+ "Ability§Hover Tank",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Fire Prism is equipped with: prism cannon; twin shuriken catapult.\n\n• This model’s twin shuriken catapult can be replaced with 1 shuriken cannon.\n\n• This model can be equipped with up to 1 of each of the following: 1 crystal targeting matrix; 1 spirit stones; 1 star engines; 1 vectored engines.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 6,
+ "min": 4,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 12,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 3,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 8,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Heavy Support§Firestorm": {
+ "stats": {
+ "Power Level": {
+ "value": 8
+ },
+ "Points": {
+ "value": 130
+ },
+ "M": {
+ "value": 16
+ },
+ "WS": {
+ "value": 6
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 6
+ },
+ "T": {
+ "value": 7
+ },
+ "W": {
+ "value": 12,
+ "max": 12,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "60mm flying base"
+ },
+ "loadout1": {
+ "value": "Firestorm scatter laser",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Firestorm scatter laser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Firestorm scatter laser"
+ }
+ ]
+ },
+ "Heavy arc rifle": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy arc rifle"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy bolter"
+ }
+ ]
+ },
+ "Heavy grav-cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy grav-cannon"
+ }
+ ]
+ },
+ "Heavy phosphor blaster": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy phosphor blaster"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Twin shuriken catapult",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Firestorm scatter laser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Firestorm scatter laser"
+ }
+ ]
+ },
+ "Heavy arc rifle": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy arc rifle"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy bolter"
+ }
+ ]
+ },
+ "Heavy grav-cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy grav-cannon"
+ }
+ ]
+ },
+ "Heavy phosphor blaster": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy phosphor blaster"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Firestorm scatter laser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Firestorm scatter laser"
+ }
+ ]
+ },
+ "Heavy arc rifle": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy arc rifle"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy bolter"
+ }
+ ]
+ },
+ "Heavy grav-cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy grav-cannon"
+ }
+ ]
+ },
+ "Heavy phosphor blaster": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy phosphor blaster"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Warhammer Legends: Forge World—1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Firestorm",
+ "Fly",
+ "Transport",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani",
+ "Warhost"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Hover Tank",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Firestorm is equipped with: Firestorm scatter laser; twin shuriken catapult.\n\n• This model’s twin shuriken catapult can be replaced with 1 shuriken cannon.\n\n• This model can be equipped with items from the ***Vehicle Equipment*** list.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 6,
+ "min": 4,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 12,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 3,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 8,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Warhammer Legends: Forge World (Index) 9th ed. – 1.0 @2020-12-17](https://www.warhammer-community.com/wp-content/uploads/2020/11/1qpk5gayVm5VmR4f.pdf)"
+ }
+ },
+ "Heavy Support§Lynx": {
+ "stats": {
+ "Power Level": {
+ "value": 12
+ },
+ "Crystal targeting matrix": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Crystal targeting matrix",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Spirit stones": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Spirit stones"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Star engines": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Star engines"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Vectored engines": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Vectored engines"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 220
+ },
+ "M": {
+ "value": 18
+ },
+ "WS": {
+ "value": 6
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 6
+ },
+ "T": {
+ "value": 7
+ },
+ "W": {
+ "value": 16,
+ "max": 16,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "Use model"
+ },
+ "loadout1": {
+ "value": "Lynx pulsar",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Aeldari missile launcher"
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bright lance"
+ }
+ ]
+ },
+ "Lynx pulsar": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Lynx pulsar"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Starcannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Shuriken cannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Aeldari missile launcher"
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bright lance"
+ }
+ ]
+ },
+ "Lynx pulsar": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Lynx pulsar"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Starcannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Aeldari missile launcher"
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bright lance"
+ }
+ ]
+ },
+ "Lynx pulsar": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Lynx pulsar"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Starcannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Fly",
+ "Lynx",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Strands of Fate",
+ "Ability§Distortion Field",
+ "Ability§Speed of Vaul",
+ "Ability§Hover Tank",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Lynx is equipped with: Lynx pulsar; shuriken cannon.\n\n• This model’s shuriken cannon can be replaced with 1 item from the ***Heavy Weapons*** list.\n\n• This model can be equipped with any of the following: 1 crystal targeting matrix; 1 spirit stone; star engines; vectored engines.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 8,
+ "min": 5,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 14,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 4,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 10,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
+ }
+ },
+ "Heavy Support§Night Spinner": {
+ "stats": {
+ "Power Level": {
+ "value": 8
+ },
+ "Crystal targeting matrix": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Crystal targeting matrix",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Spirit stones": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Spirit stones"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Star engines": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Star engines"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Vectored engines": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Vectored engines",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 140
+ },
+ "M": {
+ "value": 16
+ },
+ "WS": {
+ "value": 6
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 6
+ },
+ "T": {
+ "value": 7
+ },
+ "W": {
+ "value": 12,
+ "max": 12,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "60mm flying base"
+ },
+ "loadout1": {
+ "value": "Doomweaver",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Doomweaver": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Doomweaver"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Twin shuriken catapult",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Doomweaver": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Doomweaver"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Doomweaver": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Doomweaver"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Fly",
+ "Night Spinner",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Strands of Fate",
+ "Ability§Hover Tank",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Night Spinner is equipped with: doomweaver; twin shuriken catapult.\n\n• This model’s twin shuriken catapult can be replaced with 1 shuriken cannon.\n\n• This model can be equipped with up to 1 of each of the following: 1 crystal targeting matrix; 1 spirit stones; 1 star engines; 1 vectored engines.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 6,
+ "min": 4,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 12,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 3,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 8,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Heavy Support§Ravager": {
+ "stats": {
+ "Power Level": {
+ "value": 8
+ },
+ "Chain-snares": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Chain-snares"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Grisly trophies": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Grisly trophies"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Shock prow": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Shock prow"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 130
+ },
+ "M": {
+ "value": 14
+ },
+ "WS": {
+ "value": 4
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 6
+ },
+ "T": {
+ "value": 6
+ },
+ "W": {
+ "value": 11,
+ "max": 11,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "Use model"
+ },
+ "loadout1": {
+ "value": "Dark lance",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bladevanes": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bladevanes"
+ }
+ ]
+ },
+ "Dark lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Dark lance",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Disintegrator cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Disintegrator cannon"
+ }
+ ]
+ },
+ "Phantasm grenade launcher": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Phantasm grenade launcher"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Bladevanes",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bladevanes": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bladevanes"
+ }
+ ]
+ },
+ "Dark lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Dark lance",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Disintegrator cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Disintegrator cannon"
+ }
+ ]
+ },
+ "Phantasm grenade launcher": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Phantasm grenade launcher"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Bladevanes": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Bladevanes"
+ }
+ ]
+ },
+ "Dark lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Dark lance",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Disintegrator cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Disintegrator cannon"
+ }
+ ]
+ },
+ "Phantasm grenade launcher": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Phantasm grenade launcher"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Drukhari—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Fly",
+ "Ravager",
+ "Shock Prow",
+ "Vehicle"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Drukhari",
+ "Ynnari"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Blade Artists",
+ "Ability§Power From Pain",
+ "Ability§Night Shield",
+ "Ability§Hovering",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Ravager is equipped with: 3 dark lances; bladevanes.\n\n• This model’s dark lances can each be replaced with 1 disintegrator cannon.\n\n• This model can be equipped with any of the following: 1 chain-snares; 1 grisly trophies; 1 phantasm grenade launcher; 1 shock prow.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 5,
+ "min": 3,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 10,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 2,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 6,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Drukhari (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/05/sXNzDZ7qYnet03Bq.pdf)"
+ }
+ },
+ "Heavy Support§Support Weapons": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "model": {
+ "value": "Model§Support Weapon"
+ },
+ "Support Weapons": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 1,
+ "min": 1,
+ "max": 3,
+ "increment": {
+ "value": 1
+ }
+ },
+ "poweri": {
+ "value": 3
+ },
+ "power1": {
+ "value": 2
+ },
+ "power2": {
+ "value": 3
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Artillery",
+ "Guardians",
+ "Support Weapons",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Strands of Fate",
+ "Ability§Artillery and Crew",
+ "Ability§Sonic Destruction",
+ "Model§Support Weapon"
+ ]
+ },
+ "text": "If this unit contains 2 models, it has **Power Rating 6**. If this unit contains 3 models, it has Power Rating 9**. Every model is equipped with: shadow weaver; shuriken catapult.\n\n• Any number of models can each have their shadow weaver replaced with one of the following: 1 D-cannon; 1 vibro cannon.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Support Weapon"
+ ]
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Heavy Support§Voidweavers": {
+ "stats": {
+ "Power Level": {
+ "value": 5
+ },
+ "model": {
+ "value": "Model§Voidweaver"
+ },
+ "Voidweavers": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 1,
+ "min": 1,
+ "max": 3,
+ "increment": {
+ "value": 1
+ }
+ },
+ "poweri": {
+ "value": 5
+ },
+ "power1": {
+ "value": 2
+ },
+ "power2": {
+ "value": 3
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Fly",
+ "Vehicle",
+ "Voidweavers"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Harlequins",
+ "Ynnari"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Luck of the Laughing God",
+ "Ability§Holo-fields",
+ "Ability§Hovering",
+ "Ability§Ride the Wind",
+ "Ability§Mirage Launchers",
+ "Ability§Explodes",
+ "Model§Voidweaver"
+ ]
+ },
+ "text": "If this unit contains 2 models, it has **Power Rating 10**. If this unit contains 3 models, it has Power Rating 15**. Every model is equipped with: 2 shuriken cannons; Voidweaver haywire cannon.\n\n• Any number of models can each have their Voidweaver haywire cannon replaced with 1 prismatic cannon.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Voidweaver"
+ ]
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Heavy Support§War Walkers": {
+ "stats": {
+ "Power Level": {
+ "value": 5
+ },
+ "model": {
+ "value": "Model§War Walker"
+ },
+ "War Walkers": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 1,
+ "min": 1,
+ "max": 3,
+ "increment": {
+ "value": 1
+ }
+ },
+ "poweri": {
+ "value": 5
+ },
+ "power1": {
+ "value": 2
+ },
+ "power2": {
+ "value": 3
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Vehicle",
+ "War Walkers"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Strands of Fate",
+ "Ability§Advanced Positions",
+ "Ability§Power Field",
+ "Ability§Explodes",
+ "Model§War Walker"
+ ]
+ },
+ "text": "If this unit contains 2 models, it has **Power Rating 10**. If this unit contains 3 models, it has Power Rating 15**. Every model is equipped with: 2 shuriken cannons.\n\n• Each model can have each shuriken cannon it is equipped with replaced with one of the following: 1 Aeldari missile launcher; 1 bright lance; 1 scatter laser; 1 starcannon.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§War Walker"
+ ]
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Heavy Support§Warp Hunter": {
+ "stats": {
+ "Power Level": {
+ "value": 10
+ },
+ "Points": {
+ "value": 195
+ },
+ "M": {
+ "value": 16
+ },
+ "WS": {
+ "value": 6
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 6
+ },
+ "T": {
+ "value": 7
+ },
+ "W": {
+ "value": 12,
+ "max": 12,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "Use model"
+ },
+ "loadout1": {
+ "value": "D-flail",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "D-flail": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§D-flail"
+ }
+ ]
+ },
+ "Heavy arc rifle": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy arc rifle"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy bolter"
+ }
+ ]
+ },
+ "Heavy grav-cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy grav-cannon"
+ }
+ ]
+ },
+ "Heavy phosphor blaster": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy phosphor blaster"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Twin shuriken catapult",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "D-flail": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§D-flail"
+ }
+ ]
+ },
+ "Heavy arc rifle": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy arc rifle"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy bolter"
+ }
+ ]
+ },
+ "Heavy grav-cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy grav-cannon"
+ }
+ ]
+ },
+ "Heavy phosphor blaster": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy phosphor blaster"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "D-flail": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§D-flail"
+ }
+ ]
+ },
+ "Heavy arc rifle": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy arc rifle"
+ }
+ ]
+ },
+ "Heavy bolter": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy bolter"
+ }
+ ]
+ },
+ "Heavy grav-cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy grav-cannon"
+ }
+ ]
+ },
+ "Heavy phosphor blaster": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy phosphor blaster"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Fly",
+ "Vehicle",
+ "Warp Hunter"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Strands of Fate",
+ "Ability§Hover Tank",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Warp Hunter is equipped with: D-flail; twin shuriken catapult.\n\n• This model’s twin shuriken catapult can be replaced with 1 shuriken cannon.\n\n• This model can be equipped with items from the ***Vehicle equipment*** list.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 6,
+ "min": 4,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 12,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 3,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 8,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 1,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
+ }
+ },
+ "Heavy Support§Wraithseer": {
+ "stats": {
+ "Power Level": {
+ "value": 8
+ },
+ "Wraithshield": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Wraithshield",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 130
+ },
+ "M": {
+ "value": 8
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 7
+ },
+ "T": {
+ "value": 8
+ },
+ "W": {
+ "value": 9
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "60mm"
+ },
+ "loadout1": {
+ "value": "Ghostspear",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Aeldari missile launcher",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Bright lance",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ },
+ "D-cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§D-cannon",
+ "stats": {
+ "Points": {
+ "value": 40
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Ghostspear": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Ghostspear"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Scatter laser",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Starcannon",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Aeldari missile launcher",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Aeldari missile launcher",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Bright lance",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ },
+ "D-cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§D-cannon",
+ "stats": {
+ "Points": {
+ "value": 40
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Ghostspear": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Ghostspear"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Scatter laser",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Starcannon",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Aeldari missile launcher",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Bright lance",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ },
+ "D-cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§D-cannon",
+ "stats": {
+ "Points": {
+ "value": 40
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Ghostspear": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Ghostspear"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Scatter laser",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Starcannon",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Monster",
+ "Psyker",
+ "Wraith Construct",
+ "Wraithseer"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani",
+ "Spirit Host"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Strands of Fate",
+ "Ability§Wraithbone Form",
+ "Psychic Power§Smite"
+ ]
+ },
+ "text": "A Wraithseer is equipped with: ghostspear; wraithshield.\n\n• This model can be equipped with one of the following: 1 Aeldari missile launcher; 1 bright lance; 1 D-cannon; 1 scatter laser; 1 shuriken cannon; 1 starcannon.\n\nThis model can attempt to [manifest](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers) one psychic power in your [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE) and attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) one psychic power in your opponent’s Psychic phase. It knows [Smite](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Smite) and one psychic powers from the **[Runes of Battle](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Battle)** discipline.",
+ "meta": {
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
+ }
+ },
+ "HQ§Archon": {
+ "stats": {
+ "Power Level": {
+ "value": 4
+ },
+ "Points": {
+ "value": 70
+ },
+ "M": {
+ "value": 8
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 5
+ },
+ "A": {
+ "value": 5
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Splinter pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Agoniser",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Blast pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Blast pistol"
+ }
+ ]
+ },
+ "Huskblade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Huskblade"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Venom blade": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Venom blade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Power sword",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Agoniser",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Blast pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Blast pistol"
+ }
+ ]
+ },
+ "Huskblade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Huskblade"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Venom blade": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Venom blade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Agoniser",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Blast pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Blast pistol"
+ }
+ ]
+ },
+ "Huskblade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Huskblade"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Venom blade": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Venom blade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Drukhari—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Archon",
+ "Character",
+ "Infantry"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Drukhari",
+ "Ynnari"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Blade Artists",
+ "Ability§Power From Pain",
+ "Ability§Overlord (Aura)",
+ "Ability§Shadowfield"
+ ]
+ },
+ "text": "An Archon is equipped with: splinter pistol; power sword.\n\n• This model’s power sword can be replaced with one of the following: 1 agoniser; 1 huskblade; 1 venom blade.\n\n• This model’s splinter pistol can be replaced with 1 blast pistol.\n\nnull",
+ "meta": {
+ "Publication": "[Drukhari (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/05/sXNzDZ7qYnet03Bq.pdf)"
+ }
+ },
+ "HQ§Asurmen": {
+ "stats": {
+ "Power Level": {
+ "value": 8
+ },
"Points": {
"value": 160
},
"M": {
- "value": "7"
+ "value": 7
},
"WS": {
"value": 2
@@ -688,7 +13746,7 @@
"value": 6
},
"A": {
- "value": "6"
+ "value": 6
},
"Ld": {
"value": 9
@@ -792,389 +13850,76 @@
"visibility": "active",
"dynamic": true
}
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aspect Warrior",
+ "Asurmen",
+ "Character",
+ "Dire Avengers",
+ "Infantry",
+ "Phoenix Lord"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Favoured of Khaine",
+ "Ability§First of the Phoenix Lords",
+ "Ability§Hand of Asuryan (Aura)"
+ ]
+ },
+ "text": "Asurmen is equipped with: the Bloody Twins; the Sword of Asur. Your army can only include one **ASURMEN** model.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
}
},
- "Model§Jain Zar": {
+ "HQ§Autarch": {
"stats": {
- "Points": {
- "value": 150
- },
- "M": {
- "value": "8"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 4
- },
- "T": {
- "value": 4
- },
- "W": {
- "value": 6
- },
- "A": {
- "value": "6"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 2
- },
- "Base": {
- "value": "40mm"
- },
- "loadout1": {
- "value": "The Blade of Destruction",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "The Blade of Destruction": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§The Blade of Destruction"
- }
- ]
- },
- "The Silent Death": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§The Silent Death"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "The Silent Death",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "The Blade of Destruction": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§The Blade of Destruction"
- }
- ]
- },
- "The Silent Death": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§The Silent Death"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "The Silent Death",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "The Blade of Destruction": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§The Blade of Destruction"
- }
- ]
- },
- "The Silent Death": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§The Silent Death"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "The Blade of Destruction": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§The Blade of Destruction"
- }
- ]
- },
- "The Silent Death": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§The Silent Death"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Karandras": {
- "stats": {
- "Points": {
- "value": 150
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 4
- },
- "T": {
- "value": 4
- },
- "W": {
- "value": 6
- },
- "A": {
- "value": "6"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 2
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Arhra’s Bane",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Arhra’s Bane": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Arhra’s Bane"
- }
- ]
- },
- "Isirmathil": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Isirmathil"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Isirmathil",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Arhra’s Bane": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Arhra’s Bane"
- }
- ]
- },
- "Isirmathil": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Isirmathil"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Isirmathil",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Arhra’s Bane": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Arhra’s Bane"
- }
- ]
- },
- "Isirmathil": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Isirmathil"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Arhra’s Bane": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Arhra’s Bane"
- }
- ]
- },
- "Isirmathil": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Isirmathil"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Fuegan": {
- "stats": {
- "Points": {
- "value": 170
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
+ "Power Level": {
"value": 5
},
- "T": {
- "value": 5
- },
- "W": {
- "value": 6
- },
- "A": {
- "value": "6"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 2
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Searsong",
- "label": "Loadout",
+ "Howling Banshee mask": {
+ "value": 0,
"statType": "rank",
- "statOrder": 1,
+ "statOrder": 10,
"group": "Loadout",
"groupOrder": 2,
"ranks": {
- "-": {
- "order": 0
- },
- "Searsong": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Searsong"
- }
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
]
},
- "The Fire Axe": {
- "order": 2,
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
"traits": [
{
- "trait": "Weapon§The Fire Axe"
+ "trait": {
+ "item": "Wargear§Howling Banshee mask",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
}
]
}
@@ -1182,30 +13927,36 @@
"visibility": "active",
"dynamic": true
},
- "loadout2": {
- "value": "The Fire Axe",
- "label": "Loadout",
+ "Mandiblasters": {
+ "value": 0,
"statType": "rank",
- "statOrder": 2,
+ "statOrder": 10,
"group": "Loadout",
"groupOrder": 2,
"ranks": {
- "-": {
- "order": 0
- },
- "Searsong": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Searsong"
- }
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
]
},
- "The Fire Axe": {
- "order": 2,
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
"traits": [
{
- "trait": "Weapon§The Fire Axe"
+ "trait": {
+ "item": "Wargear§Mandiblasters",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
}
]
}
@@ -1213,98 +13964,29 @@
"visibility": "active",
"dynamic": true
},
- "loadout3": {
- "value": "-",
- "label": "Loadout",
+ "Swooping Hawk wings": {
+ "value": 0,
"statType": "rank",
- "statOrder": 3,
+ "statOrder": 10,
"group": "Loadout",
"groupOrder": 2,
"ranks": {
- "-": {
- "order": 0
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
},
- "Searsong": {
+ "1": {
"order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
"traits": [
{
- "trait": "Wargear§Searsong"
- }
- ]
- },
- "The Fire Axe": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§The Fire Axe"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Baharroth": {
- "stats": {
- "Points": {
- "value": 160
- },
- "M": {
- "value": "14"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 4
- },
- "T": {
- "value": 4
- },
- "W": {
- "value": 6
- },
- "A": {
- "value": "6"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 2
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Fury of the Tempest",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Fury of the Tempest": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Fury of the Tempest"
- }
- ]
- },
- "The Shining Blade": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§The Shining Blade"
+ "trait": "Wargear§Swooping Hawk wings"
}
]
}
@@ -1312,30 +13994,29 @@
"visibility": "active",
"dynamic": true
},
- "loadout2": {
- "value": "The Shining Blade",
- "label": "Loadout",
+ "Autarch jump generator": {
+ "value": 0,
"statType": "rank",
- "statOrder": 2,
+ "statOrder": 10,
"group": "Loadout",
"groupOrder": 2,
"ranks": {
- "-": {
- "order": 0
- },
- "Fury of the Tempest": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Fury of the Tempest"
- }
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
]
},
- "The Shining Blade": {
- "order": 2,
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
"traits": [
{
- "trait": "Weapon§The Shining Blade"
+ "trait": "Wargear§Autarch jump generator"
}
]
}
@@ -1343,129 +14024,11 @@
"visibility": "active",
"dynamic": true
},
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Fury of the Tempest": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Fury of the Tempest"
- }
- ]
- },
- "The Shining Blade": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§The Shining Blade"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Maugan Ra": {
- "stats": {
- "Points": {
- "value": 160
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 4
- },
- "T": {
- "value": 4
- },
- "W": {
- "value": 6
- },
- "A": {
- "value": "6"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 2
- },
- "Base": {
- "value": "40mm"
- },
- "loadout1": {
- "value": "The Maugetar",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "The Maugetar": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§The Maugetar"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "The Maugetar": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§The Maugetar"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Autarch (Autarch)": {
- "stats": {
"Points": {
"value": 85
},
"M": {
- "value": "7"
+ "value": 7
},
"WS": {
"value": 2
@@ -1483,7 +14046,7 @@
"value": 5
},
"A": {
- "value": "5"
+ "value": 5
},
"Ld": {
"value": 9
@@ -1955,6 +14518,36 @@
"dynamic": true
}
},
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Autarch",
+ "Character",
+ "Fly",
+ "Infantry",
+ "Jump Pack"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Path of Command (Aura)",
+ "Ability§Forceshield",
+ "Ability§Superlative Strategist"
+ ]
+ },
+ "text": "An Autarch is equipped with: shuriken pistol; star glaive; plasma grenades.\n\n• This model’s shuriken pistol can be replaced with one of the following: 1 death spinner; 1 Dragon fusion gun; 1 fusion pistol; 1 Reaper launcher.\n\n• This model’s star glaive can be replaced with one of the following: 1 Banshee blade; 1 Scorpion chainsword.\n\n• This model can be equipped with one of the following: 1 Autarch jump generator (**Power Rating +1**); 1 Swooping Hawk wings (Power Rating +1**).\n\n• This model can be equipped with one of the following: 1 Howling Banshee mask; 1 mandiblasters.\n\nnull",
"rules": {
"rename me": {
"evals": [],
@@ -1974,15 +14567,58 @@
}
]
}
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
}
},
- "Model§Autarch with Warp Jump Generator": {
+ "HQ§Autarch (Legendary)": {
"stats": {
+ "Power Level": {
+ "value": 4
+ },
+ "Mandiblasters": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Mandiblasters",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
"Points": {
- "value": 73
+ "value": 65
},
"M": {
- "value": "7"
+ "value": 7
},
"WS": {
"value": 2
@@ -2000,7 +14636,7 @@
"value": 5
},
"A": {
- "value": "4"
+ "value": 4
},
"Ld": {
"value": 9
@@ -2009,17 +14645,72 @@
"value": 3
},
"Base": {
- "value": "32mm"
+ "value": "25mm"
}
+ },
+ "keywords": {
+ "Source": [
+ "Datasheet—Warhammer Legends: Craftworlds"
+ ],
+ "Edition": [
+ "8th"
+ ],
+ "Keywords": [
+ "Autarch",
+ "Character",
+ "Infantry"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani",
+ "Warhost"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Ancient Doom",
+ "Ability§Battle Focus",
+ "Ability§The Path of Command",
+ "Ability§Forceshield",
+ "Ability§Banshee Mask"
+ ]
+ },
+ "text": "An Autarch is a single model armed with a star glaive and plasma grenades. They are equipped with a Forceshield.\n\n• This model can be equipped with one of the following instead of 1 star glaive: 1 fusion pistol; 1 shuriken pistol. If it is, it has the following additional wargear options:\n\n- This model can additionally be equipped with up to 2 weapons from the ***Autarch Weapons*** list.\n\n- This model can have one of the following: banshee mask; mandiblasters.\n\nnull",
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Autarch",
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Warhammer Legends: Craftworlds (Datasheet) 8th ed. – @2019-12-04](https://www.warhammer-community.com/wp-content/uploads/2019/12/84d4072d.pdf)"
}
},
- "Model§Autarch Skyrunner (Autarch Skyrunner)": {
+ "HQ§Autarch Skyrunner": {
"stats": {
+ "Power Level": {
+ "value": 5
+ },
"Points": {
"value": 105
},
"M": {
- "value": "16"
+ "value": 16
},
"WS": {
"value": 2
@@ -2037,7 +14728,7 @@
"value": 6
},
"A": {
- "value": "5"
+ "value": 5
},
"Ld": {
"value": 9
@@ -2190,6 +14881,37 @@
"dynamic": true
}
},
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Autarch",
+ "Autarch Skyrunner",
+ "Biker",
+ "Character",
+ "Fly"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Path of Command (Aura)",
+ "Ability§Forceshield",
+ "Ability§Superlative Strategist",
+ "Ability§Ride the Wind"
+ ]
+ },
+ "text": "An Autarch Sky runner is equipped with: laser lance; twin shuriken catapult.\n\n• This model’s laser lance can be replaced with one of the following: 1 Dragon fusion gun; 1 Banshee blade.\n\nnull",
"rules": {
"rename me": {
"evals": [],
@@ -2209,15 +14931,474 @@
}
]
}
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
}
},
- "Model§Avatar of Khaine": {
+ "HQ§Autarch Skyrunner (Legendary)": {
"stats": {
+ "Power Level": {
+ "value": 6
+ },
+ "Points": {
+ "value": 95
+ },
+ "M": {
+ "value": 16
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 4
+ },
+ "W": {
+ "value": 6
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "Twin shuriken catapult",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Fusion gun": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Fusion gun",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Fusion pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Fusion pistol"
+ }
+ ]
+ },
+ "Laser lance": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Laser lance",
+ "stats": {
+ "Points": {
+ "value": 8
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 4
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Fusion gun": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Fusion gun",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Fusion pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Fusion pistol"
+ }
+ ]
+ },
+ "Laser lance": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Laser lance",
+ "stats": {
+ "Points": {
+ "value": 8
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Power sword",
+ "stats": {
+ "Points": {
+ "value": 4
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Datasheet—Warhammer Legends: Craftworlds"
+ ],
+ "Edition": [
+ "8th"
+ ],
+ "Keywords": [
+ "Autarch",
+ "Autarch Skyrunner",
+ "Biker",
+ "Character",
+ "Fly"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani",
+ "Warhost"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Ancient Doom",
+ "Ability§Battle Focus",
+ "Ability§The Path of Command",
+ "Ability§Peerless Agility",
+ "Ability§Ride the Wind",
+ "Ability§Banshee Mask",
+ "Ability§Mandiblasters"
+ ]
+ },
+ "text": "An Autarch Skyrunner is a single model armed with a power sword. Their Aeldari jetbike is equipped with a twin shuriken catapult.\n\n• This model may replace its power sword with a laser lance or fusion gun.\n\n• This model can be equipped with one of the following instead of 1 power sword: 1 fusion pistol; 1 shuriken pistol. If it is, it gains the following additional wargear options:\n\n- This model can additionally be equipped with one of the following: up to 2 weapons from the ***Autarch Weapons** list; 1 laser lance and up to 1 weapon from the **Autarch Weapons*** list.\n\n- This model can have one of the following: banshee mask; mandiblasters.\n\nnull",
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Autarch Skyrunner",
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Warhammer Legends: Craftworlds (Datasheet) 8th ed. – @2019-12-04](https://www.warhammer-community.com/wp-content/uploads/2019/12/84d4072d.pdf)"
+ }
+ },
+ "HQ§Autarch with Swooping Hawk Wings (Legendary)": {
+ "stats": {
+ "Power Level": {
+ "value": 5
+ },
+ "Points": {
+ "value": 80
+ },
+ "M": {
+ "value": 14
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 5
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "25mm"
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Datasheet—Warhammer Legends: Craftworlds"
+ ],
+ "Edition": [
+ "8th"
+ ],
+ "Keywords": [
+ "Autarch",
+ "Character",
+ "Fly",
+ "Infantry",
+ "Jump Pack"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani",
+ "Warhost"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Ancient Doom",
+ "Ability§Battle Focus",
+ "Ability§The Path of Command",
+ "Ability§Children of Baharroth",
+ "Ability§Forceshield",
+ "Ability§Skyleap",
+ "Ability§Mandiblasters",
+ "Ability§Banshee Mask"
+ ]
+ },
+ "text": "An Autarch with Swooping Hawk wings is a single model armed with a power sword, fusion pistol and plasma grenades. They are equipped with a Forceshield.\n\n• This model can be equipped with 1 shuriken pistol instead of 1 power sword and 1 fusion pistol. If it is, it loses the **Mandiblasters** ability and has the following additional wargear options:\n\n- This model can additionally be equipped with up to 2 weapons from the ***Autarch Weapons*** list.\n\n- This model can have one of the following: banshee mask; mandiblasters.\n\n- This model can be equipped with 1 fusion pistol instead of 1 shuriken pistol.\n\nnull",
+ "meta": {
+ "Publication": "[Warhammer Legends: Craftworlds (Datasheet) 8th ed. – @2019-12-04](https://www.warhammer-community.com/wp-content/uploads/2019/12/84d4072d.pdf)"
+ }
+ },
+ "HQ§Autarch with Warp Jump Generator": {
+ "stats": {
+ "Power Level": {
+ "value": 5
+ },
+ "Mandiblasters": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Mandiblasters",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 73
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 5
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "32mm"
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Datasheet—Warhammer Legends: Craftworlds"
+ ],
+ "Edition": [
+ "8th"
+ ],
+ "Keywords": [
+ "Autarch",
+ "Character",
+ "Infantry",
+ "Jump Pack"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani",
+ "Warhost"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Ancient Doom",
+ "Ability§Battle Focus",
+ "Ability§The Path of Command",
+ "Ability§Warp Strike",
+ "Ability§Forceshield",
+ "Ability§Banshee Mask",
+ "Ability§Warp Jump Generator"
+ ]
+ },
+ "text": "An Autarch with Warp Jump Generator is a single model equipped with: shuriken pistol; plasma grenades. It has a forceshield.\n\n• This model can additionally be equipped with up to 2 weapons from the ***Autarch Weapons*** list.\n\n• This model can be equipped with 1 fusion pistol instead of 1 shuriken pistol.\n\n• This model can have one of the following: banshee mask; mandiblasters.\n\nnull",
+ "meta": {
+ "Publication": "[Warhammer Legends: Craftworlds (Datasheet) 8th ed. – @2019-12-04](https://www.warhammer-community.com/wp-content/uploads/2019/12/84d4072d.pdf)"
+ }
+ },
+ "HQ§Avatar of Khaine": {
+ "stats": {
+ "Power Level": {
+ "value": 14
+ },
"Points": {
"value": 280
},
"M": {
- "value": "10"
+ "value": 10
},
"WS": {
"value": 2
@@ -2243,7 +15424,7 @@
"visibility": "always"
},
"A": {
- "value": "7"
+ "value": 7
},
"Ld": {
"value": 10
@@ -2301,6 +15482,37 @@
"dynamic": true
}
},
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Avatar of Khaine",
+ "Character",
+ "Daemon",
+ "Monster"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Avatar of the Bloody-Handed God",
+ "Ability§Molten Form",
+ "Ability§Khaine Awakened (Aura]",
+ "Ability§The Bloody-Handed (Aura)",
+ "Ability§Burning Demise"
+ ]
+ },
+ "text": "An Avatar of Khaine is equipped with: the Wailing Doom. Your army can only include one **AVATAR OF** KHAINE** model.\n\n\n\nnull",
"rules": {
"dynamicDamageMid": {
"evals": [
@@ -2313,8 +15525,8 @@
"value"
]
],
- "max": "7",
- "min": "4",
+ "max": 7,
+ "min": 4,
"operator": "AND",
"not": false,
"actionable": true
@@ -2333,7 +15545,7 @@
]
],
"actionType": "set",
- "value": "9",
+ "value": 9,
"iterations": 1
},
{
@@ -2346,7 +15558,7 @@
]
],
"actionType": "set",
- "value": "3",
+ "value": 3,
"iterations": 1
},
{
@@ -2359,7 +15571,7 @@
]
],
"actionType": "set",
- "value": "6",
+ "value": 6,
"iterations": 1
}
]
@@ -2375,8 +15587,8 @@
"value"
]
],
- "max": "3",
- "min": "1",
+ "max": 3,
+ "min": 1,
"operator": "AND",
"not": false,
"actionable": true
@@ -2395,7 +15607,7 @@
]
],
"actionType": "set",
- "value": "8",
+ "value": 8,
"iterations": 1
},
{
@@ -2408,7 +15620,7 @@
]
],
"actionType": "set",
- "value": "4",
+ "value": 4,
"iterations": 1
},
{
@@ -2421,20 +15633,363 @@
]
],
"actionType": "set",
- "value": "5",
+ "value": 5,
"iterations": 1
}
]
}
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
}
},
- "Model§Farseer": {
+ "HQ§Baharroth": {
"stats": {
+ "Power Level": {
+ "value": 7
+ },
+ "Points": {
+ "value": 160
+ },
+ "M": {
+ "value": 14
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 4
+ },
+ "T": {
+ "value": 4
+ },
+ "W": {
+ "value": 6
+ },
+ "A": {
+ "value": 6
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 2
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Fury of the Tempest",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Fury of the Tempest": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Fury of the Tempest"
+ }
+ ]
+ },
+ "The Shining Blade": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§The Shining Blade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "The Shining Blade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Fury of the Tempest": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Fury of the Tempest"
+ }
+ ]
+ },
+ "The Shining Blade": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§The Shining Blade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Fury of the Tempest": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Fury of the Tempest"
+ }
+ ]
+ },
+ "The Shining Blade": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§The Shining Blade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aspect Warrior",
+ "Baharroth",
+ "Character",
+ "Fly",
+ "Infantry",
+ "Jump Pack",
+ "Phoenix Lord",
+ "Swooping Hawks"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Favoured of Khaine",
+ "Ability§Sudden Assault",
+ "Ability§Cloudstrider",
+ "Ability§Cry of the Wind (Aura)"
+ ]
+ },
+ "text": "Baharroth is equipped with: Fury of the Tempest; the Shining Blade. Your army can only include one **BAHARROTH** model.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "HQ§Eldrad Ulthran": {
+ "stats": {
+ "Power Level": {
+ "value": 8
+ },
+ "Points": {
+ "value": 145
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 4
+ },
+ "W": {
+ "value": 6
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 6
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "Shuriken pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Shuriken pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ },
+ "The Staff of Ulthamar and witchblade": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§The Staff of Ulthamar and witchblade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "The Staff of Ulthamar and witchblade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Shuriken pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ },
+ "The Staff of Ulthamar and witchblade": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§The Staff of Ulthamar and witchblade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Shuriken pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ },
+ "The Staff of Ulthamar and witchblade": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§The Staff of Ulthamar and witchblade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Eldrad Ulthran",
+ "Farseer",
+ "Infantry",
+ "Psyker"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Asuryani",
+ "Ulthwé"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Armour of the Last Runes",
+ "Ability§Ghosthelm",
+ "Ability§Runes of the Farseer",
+ "Ability§First of Ulthwé",
+ "Psychic Power§Smite"
+ ]
+ },
+ "text": "Eldrad Ulthran is equipped with: shuriken pistol; the Staff of Ulthamar and witchblade. Your army can only include one **ELDRAD ULTHRAN** model.\n\n\n\nThis model can attempt to [manifest](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers) three psychic powers in your [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE) and attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) two psychic powers in your opponent’s Psychic phase. It knows [Smite](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Smite) and three psychic powers from the [Runes of Fortune](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Fortune)** discipline and/or the [Runes of Fate](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Fate)** discipline.",
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "HQ§Farseer": {
+ "stats": {
+ "Power Level": {
+ "value": 5
+ },
"Points": {
"value": 95
},
"M": {
- "value": "7"
+ "value": 7
},
"WS": {
"value": 2
@@ -2452,7 +16007,7 @@
"value": 5
},
"A": {
- "value": "2"
+ "value": 2
},
"Ld": {
"value": 9
@@ -2580,15 +16135,51 @@
"visibility": "active",
"dynamic": true
}
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Farseer",
+ "Infantry",
+ "Psyker"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Rune Armour",
+ "Ability§Ghosthelm",
+ "Ability§Runes of the Farseer",
+ "Psychic Power§Smite"
+ ]
+ },
+ "text": "A Farseer is equipped with: shuriken pistol; witchblade.\n\n• This model’s witchblade can be replaced with 1 singing spear.\n\nThis model can attempt to [manifest](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers) two psychic powers in your [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE) and attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) two psychic powers in your opponent’s Psychic phase. It knows [Smite](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Smite) and two psychic powers from the **[Runes of Fortune](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Fortune)** discipline and/or the [Runes of Fate](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Fate)** discipline.",
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
}
},
- "Model§Farseer Skyrunner": {
+ "HQ§Farseer Skyrunner": {
"stats": {
+ "Power Level": {
+ "value": 6
+ },
"Points": {
"value": 125
},
"M": {
- "value": "16"
+ "value": 16
},
"WS": {
"value": 2
@@ -2606,7 +16197,7 @@
"value": 6
},
"A": {
- "value": "2"
+ "value": 2
},
"Ld": {
"value": 9
@@ -2805,45 +16396,84 @@
"visibility": "active",
"dynamic": true
}
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Biker",
+ "Character",
+ "Farseer",
+ "Farseer Skyrunner",
+ "Fly",
+ "Psyker"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Rune Armour",
+ "Ability§Ghosthelm",
+ "Ability§Ride the Wind",
+ "Ability§Runes of the Farseer",
+ "Psychic Power§Smite"
+ ]
+ },
+ "text": "A Farseer Skyrunner is equipped with: shuriken pistol; twin shuriken catapult; witchblade.\n\n• This model’s witchblade can be replaced with 1 singing spear.\n\nThis model can attempt to [manifest](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers) two psychic powers in your [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE) and attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) two psychic powers in your opponent’s Psychic phase. It knows [Smite](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Smite) and two psychic powers from the **[Runes of Fortune](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Fortune)** discipline and/or the [Runes of Fate](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Fate)** discipline.",
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
}
},
- "Model§Warlock": {
+ "HQ§Fuegan": {
"stats": {
- "Points": {
- "value": 20
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "2"
- },
- "Ld": {
+ "Power Level": {
"value": 8
},
- "Sv": {
+ "Points": {
+ "value": 170
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 5
+ },
+ "T": {
+ "value": 5
+ },
+ "W": {
"value": 6
},
+ "A": {
+ "value": 6
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 2
+ },
"Base": {
"value": "25mm"
},
"loadout1": {
- "value": "Shuriken pistol",
+ "value": "Searsong",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -2853,27 +16483,19 @@
"-": {
"order": 0
},
- "Shuriken pistol": {
+ "Searsong": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Shuriken pistol"
+ "trait": "Wargear§Searsong"
}
]
},
- "Singing spear": {
+ "The Fire Axe": {
"order": 2,
"traits": [
{
- "trait": "Wargear§Singing spear"
- }
- ]
- },
- "Witchblade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Witchblade"
+ "trait": "Weapon§The Fire Axe"
}
]
}
@@ -2882,7 +16504,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Witchblade",
+ "value": "The Fire Axe",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -2892,27 +16514,19 @@
"-": {
"order": 0
},
- "Shuriken pistol": {
+ "Searsong": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Shuriken pistol"
+ "trait": "Wargear§Searsong"
}
]
},
- "Singing spear": {
+ "The Fire Axe": {
"order": 2,
"traits": [
{
- "trait": "Wargear§Singing spear"
- }
- ]
- },
- "Witchblade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Witchblade"
+ "trait": "Weapon§The Fire Axe"
}
]
}
@@ -2931,27 +16545,19 @@
"-": {
"order": 0
},
- "Shuriken pistol": {
+ "Searsong": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Shuriken pistol"
+ "trait": "Wargear§Searsong"
}
]
},
- "Singing spear": {
+ "The Fire Axe": {
"order": 2,
"traits": [
{
- "trait": "Wargear§Singing spear"
- }
- ]
- },
- "Witchblade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Witchblade"
+ "trait": "Weapon§The Fire Axe"
}
]
}
@@ -2959,42 +16565,79 @@
"visibility": "active",
"dynamic": true
}
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aspect Warrior",
+ "Character",
+ "Fire Dragons",
+ "Fuegan",
+ "Infantry",
+ "Phoenix Lord"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Favoured of Khaine",
+ "Ability§Assured Destruction",
+ "Ability§Burning Lance (Aura)",
+ "Ability§Unquenchable Resolve"
+ ]
+ },
+ "text": "Fuegan is equipped with: Searsong; the Fire Axe. Your army can only include one **FUEGAN** model.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
}
},
- "Model§Warlock Skyrunner": {
+ "HQ§Illic Nightspear": {
"stats": {
+ "Power Level": {
+ "value": 5
+ },
"Points": {
- "value": 35
+ "value": 90
},
"M": {
- "value": "16"
+ "value": 7
},
"WS": {
- "value": 3
+ "value": 2
},
"BS": {
- "value": 3
+ "value": 2
},
"S": {
"value": 3
},
"T": {
- "value": 4
- },
- "W": {
"value": 3
},
+ "W": {
+ "value": 5
+ },
"A": {
- "value": "2"
+ "value": 4
},
"Ld": {
- "value": 8
+ "value": 9
},
"Sv": {
"value": 4
},
"Base": {
- "value": "32mm flying base"
+ "value": "25mm"
},
"loadout1": {
"value": "Shuriken pistol",
@@ -3007,35 +16650,34 @@
"-": {
"order": 0
},
- "Shuriken pistol": {
+ "Aeldari power sword": {
"order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Aeldari power sword",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 2,
"traits": [
{
"trait": "Weapon§Shuriken pistol"
}
]
},
- "Singing spear": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Singing spear"
- }
- ]
- },
- "Twin shuriken catapult": {
+ "Voidbringer": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- },
- "Witchblade": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Witchblade"
+ "trait": "Weapon§Voidbringer"
}
]
}
@@ -3044,7 +16686,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Twin shuriken catapult",
+ "value": "Voidbringer",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -3054,35 +16696,34 @@
"-": {
"order": 0
},
- "Shuriken pistol": {
+ "Aeldari power sword": {
"order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Aeldari power sword",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 2,
"traits": [
{
"trait": "Weapon§Shuriken pistol"
}
]
},
- "Singing spear": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Singing spear"
- }
- ]
- },
- "Twin shuriken catapult": {
+ "Voidbringer": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- },
- "Witchblade": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Witchblade"
+ "trait": "Weapon§Voidbringer"
}
]
}
@@ -3091,7 +16732,7 @@
"dynamic": true
},
"loadout3": {
- "value": "Witchblade",
+ "value": "Aeldari power sword",
"label": "Loadout",
"statType": "rank",
"statOrder": 3,
@@ -3101,35 +16742,34 @@
"-": {
"order": 0
},
- "Shuriken pistol": {
+ "Aeldari power sword": {
"order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Aeldari power sword",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 2,
"traits": [
{
"trait": "Weapon§Shuriken pistol"
}
]
},
- "Singing spear": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Singing spear"
- }
- ]
- },
- "Twin shuriken catapult": {
+ "Voidbringer": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- },
- "Witchblade": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Witchblade"
+ "trait": "Weapon§Voidbringer"
}
]
}
@@ -3148,35 +16788,34 @@
"-": {
"order": 0
},
- "Shuriken pistol": {
+ "Aeldari power sword": {
"order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Aeldari power sword",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 2,
"traits": [
{
"trait": "Weapon§Shuriken pistol"
}
]
},
- "Singing spear": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Singing spear"
- }
- ]
- },
- "Twin shuriken catapult": {
+ "Voidbringer": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- },
- "Witchblade": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Witchblade"
+ "trait": "Weapon§Voidbringer"
}
]
}
@@ -3184,15 +16823,1193 @@
"visibility": "active",
"dynamic": true
}
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Illic Nightspear",
+ "Infantry",
+ "Outcasts",
+ "Ranger"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Alaitoc",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Advanced Positions",
+ "Ability§Hunter Unseen",
+ "Ability§Bringer of the True Death",
+ "Ability§Ranger Cloak"
+ ]
+ },
+ "text": "Illic Nightspear is equipped with: shuriken pistol; Voidbringer; Aeldari power sword. Your army can only include one **ILLIC NIGHTSPEAR** model.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
}
},
- "Model§Spiritseer": {
+ "HQ§Irillyth": {
"stats": {
+ "Power Level": {
+ "value": 7
+ },
+ "Points": {
+ "value": 140
+ },
+ "M": {
+ "value": 12
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 4
+ },
+ "T": {
+ "value": 4
+ },
+ "W": {
+ "value": 6
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 2
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Spear of Starlight",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Spear of Starlight": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Spear of Starlight"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Spear of Starlight": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Spear of Starlight"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aspect Warrior",
+ "Character",
+ "Fly",
+ "Infantry",
+ "Irillyth",
+ "Jump Pack",
+ "Phoenix Lord",
+ "Shadow Spectres"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Favoured of Khaine",
+ "Ability§Strands of Fate",
+ "Ability§Spectre Holo-field",
+ "Ability§Shade of Twilight",
+ "Ability§Reaper of Souls (Aura)",
+ "Ability§Shadow of Death (Aura)",
+ "Ability§Shadow Spectres Phoenix Lord"
+ ]
+ },
+ "text": "Irillyth is equipped with: Spear of Starlight. Your army can only include one **IRILLYTH** model.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
+ }
+ },
+ "HQ§Jain Zar": {
+ "stats": {
+ "Power Level": {
+ "value": 7
+ },
+ "Terror’s Lament": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Terror’s Lament",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 150
+ },
+ "M": {
+ "value": 8
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 4
+ },
+ "T": {
+ "value": 4
+ },
+ "W": {
+ "value": 6
+ },
+ "A": {
+ "value": 6
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 2
+ },
+ "Base": {
+ "value": "40mm"
+ },
+ "loadout1": {
+ "value": "The Blade of Destruction",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "The Blade of Destruction": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§The Blade of Destruction"
+ }
+ ]
+ },
+ "The Silent Death": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§The Silent Death"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "The Silent Death",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "The Blade of Destruction": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§The Blade of Destruction"
+ }
+ ]
+ },
+ "The Silent Death": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§The Silent Death"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "The Silent Death",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "The Blade of Destruction": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§The Blade of Destruction"
+ }
+ ]
+ },
+ "The Silent Death": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§The Silent Death"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "The Blade of Destruction": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§The Blade of Destruction"
+ }
+ ]
+ },
+ "The Silent Death": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§The Silent Death"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aspect Warrior",
+ "Character",
+ "Howling Banshees",
+ "Infantry",
+ "Jain Zar",
+ "Phoenix Lord"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Favoured of Khaine",
+ "Ability§Acrobatic",
+ "Ability§Storm of Silence (Aura)"
+ ]
+ },
+ "text": "Jain Zar is equipped with: the Blade of Destruction; the Silent Death; Terror’s Lament. Your army can only include one **JAIN ZAR** model.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "HQ§Karandras": {
+ "stats": {
+ "Power Level": {
+ "value": 7
+ },
+ "The Scorpion’s Bite": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§The Scorpion’s Bite",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 150
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 4
+ },
+ "T": {
+ "value": 4
+ },
+ "W": {
+ "value": 6
+ },
+ "A": {
+ "value": 6
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 2
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Arhra’s Bane",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Arhra’s Bane": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Arhra’s Bane"
+ }
+ ]
+ },
+ "Isirmathil": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Isirmathil"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Isirmathil",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Arhra’s Bane": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Arhra’s Bane"
+ }
+ ]
+ },
+ "Isirmathil": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Isirmathil"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Isirmathil",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Arhra’s Bane": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Arhra’s Bane"
+ }
+ ]
+ },
+ "Isirmathil": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Isirmathil"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Arhra’s Bane": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Arhra’s Bane"
+ }
+ ]
+ },
+ "Isirmathil": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Isirmathil"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aspect Warrior",
+ "Character",
+ "Infantry",
+ "Karandras",
+ "Phoenix Lord",
+ "Striking Scorpions"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Favoured of Khaine",
+ "Ability§Advanced Positions",
+ "Ability§Sustained Assault",
+ "Ability§Shadow Hunter (Aura)"
+ ]
+ },
+ "text": "Karandras is equipped with: Arhra’s Bane; Isirmathil; the Scorpion’s Bite. Your army can only include one **KARANDRAS** model.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "HQ§Maugan Ra": {
+ "stats": {
+ "Power Level": {
+ "value": 8
+ },
+ "Points": {
+ "value": 160
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 4
+ },
+ "T": {
+ "value": 4
+ },
+ "W": {
+ "value": 6
+ },
+ "A": {
+ "value": 6
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 2
+ },
+ "Base": {
+ "value": "40mm"
+ },
+ "loadout1": {
+ "value": "The Maugetar",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "The Maugetar": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§The Maugetar"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "The Maugetar": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§The Maugetar"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Aspect Warrior",
+ "Character",
+ "Dark Reapers",
+ "Infantry",
+ "Maugan Ra",
+ "Phoenix Lord"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Favoured of Khaine",
+ "Ability§Inescapable Accuracy",
+ "Ability§Doom Incarnate",
+ "Ability§Harvester of Souls (Aura)"
+ ]
+ },
+ "text": "Maugan Ra is equipped with: the Maugetar. Your army can only include one **MAUGAN RA** model.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "HQ§Prince Yriel": {
+ "stats": {
+ "Power Level": {
+ "value": 5
+ },
+ "Points": {
+ "value": 95
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 6
+ },
+ "A": {
+ "value": 5
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "The Eye of Wrath",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "The Eye of Wrath": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§The Eye of Wrath"
+ }
+ ]
+ },
+ "The Spear of Twilight": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§The Spear of Twilight"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "The Spear of Twilight",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "The Eye of Wrath": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§The Eye of Wrath"
+ }
+ ]
+ },
+ "The Spear of Twilight": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§The Spear of Twilight"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "The Eye of Wrath": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§The Eye of Wrath"
+ }
+ ]
+ },
+ "The Spear of Twilight": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§The Spear of Twilight"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Autarch",
+ "Character",
+ "Infantry",
+ "Prince Yriel"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Anhrathe",
+ "Asuryani",
+ "Iyanden"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Forceshield",
+ "Ability§Superlative Strategist",
+ "Ability§Path of Command (Aura)",
+ "Ability§Prince of Corsairs"
+ ]
+ },
+ "text": "Prince Yriel is equipped with: the Eye of Wrath; the Spear of Twilight. Your army can only include one **PRINCE YRIEL** model.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "HQ§Shadowseer": {
+ "stats": {
+ "Power Level": {
+ "value": 5
+ },
+ "Points": {
+ "value": 100
+ },
+ "M": {
+ "value": 8
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 5
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 6
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Shuriken pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Hallucinogen grenade launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Hallucinogen grenade launcher"
+ }
+ ]
+ },
+ "Miststave": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Miststave"
+ }
+ ]
+ },
+ "Neuro disruptor": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Neuro disruptor"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Miststave",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Hallucinogen grenade launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Hallucinogen grenade launcher"
+ }
+ ]
+ },
+ "Miststave": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Miststave"
+ }
+ ]
+ },
+ "Neuro disruptor": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Neuro disruptor"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Hallucinogen grenade launcher",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Hallucinogen grenade launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Hallucinogen grenade launcher"
+ }
+ ]
+ },
+ "Miststave": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Miststave"
+ }
+ ]
+ },
+ "Neuro disruptor": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Neuro disruptor"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Hallucinogen grenade launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Hallucinogen grenade launcher"
+ }
+ ]
+ },
+ "Miststave": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Miststave"
+ }
+ ]
+ },
+ "Neuro disruptor": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Neuro disruptor"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Infantry",
+ "Psyker",
+ "Shadowseer"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Harlequins",
+ "Ynnari"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Harlequin’s Panoply",
+ "Ability§Luck of the Laughing God",
+ "Ability§Rising Crescendo",
+ "Ability§Shield From Harm (Aura)",
+ "Psychic Power§Smite"
+ ]
+ },
+ "text": "A Shadowseer is equipped with: shuriken pistol; miststave; hallucinogen grenade launcher.\n\n• This model’s shuriken pistol can be replaced with 1 neuro disruptor.\n\nThis model can attempt to [manifest](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers) two psychic powers in your [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE) and attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) one psychic power in your opponent’s Psychic phase. It knows [Smite](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Smite) and two psychic powers from the **[Phantasmancy discipline](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Phantasmancy-Discipline)**.",
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "HQ§Spiritseer": {
+ "stats": {
+ "Power Level": {
+ "value": 4
+ },
"Points": {
"value": 75
},
"M": {
- "value": "7"
+ "value": 7
},
"WS": {
"value": 2
@@ -3210,7 +18027,7 @@
"value": 4
},
"A": {
- "value": "2"
+ "value": 2
},
"Ld": {
"value": 8
@@ -3314,9170 +18131,81 @@
"visibility": "active",
"dynamic": true
}
- }
- },
- "Model§Guardian Defender": {
- "stats": {
- "Points": {
- "value": 9
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "1"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "28mm"
- },
- "loadout1": {
- "value": "Shuriken catapult",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Aeldari missile launcher",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Bright lance": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bright lance"
- }
- ]
- },
- "Plasma grenade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Scatter laser": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Shuriken catapult": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken catapult"
- }
- ]
- },
- "Starcannon": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Starcannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Plasma grenade",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Aeldari missile launcher",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Bright lance": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bright lance"
- }
- ]
- },
- "Plasma grenade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Scatter laser": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Shuriken catapult": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken catapult"
- }
- ]
- },
- "Starcannon": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Starcannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Aeldari missile launcher",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Bright lance": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bright lance"
- }
- ]
- },
- "Plasma grenade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Scatter laser": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Shuriken catapult": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken catapult"
- }
- ]
- },
- "Starcannon": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Starcannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Heavy Weapon Platform": {
- "stats": {
- "Points": {
- "value": 20
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "1"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "40mm"
- },
- "loadout1": {
- "value": "Shuriken cannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Aeldari missile launcher",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Bright lance": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bright lance"
- }
- ]
- },
- "Plasma grenade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Scatter laser": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Shuriken catapult": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken catapult"
- }
- ]
- },
- "Starcannon": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Starcannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Aeldari missile launcher",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Bright lance": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bright lance"
- }
- ]
- },
- "Plasma grenade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Scatter laser": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Shuriken catapult": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken catapult"
- }
- ]
- },
- "Starcannon": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Starcannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Guardian (Storm Guardians)": {
- "stats": {
- "Points": {
- "value": 8
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "1"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "28mm"
- },
- "loadout1": {
- "value": "Shuriken pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari flamer": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Aeldari flamer"
- }
- ]
- },
- "Aeldari power sword": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Aeldari power sword"
- }
- ]
- },
- "Guardian combat weapon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Guardian combat weapon"
- }
- ]
- },
- "Guardian fusion gun": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Guardian fusion gun"
- }
- ]
- },
- "Plasma grenade": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Guardian combat weapon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari flamer": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Aeldari flamer"
- }
- ]
- },
- "Aeldari power sword": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Aeldari power sword"
- }
- ]
- },
- "Guardian combat weapon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Guardian combat weapon"
- }
- ]
- },
- "Guardian fusion gun": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Guardian fusion gun"
- }
- ]
- },
- "Plasma grenade": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Plasma grenade",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari flamer": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Aeldari flamer"
- }
- ]
- },
- "Aeldari power sword": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Aeldari power sword"
- }
- ]
- },
- "Guardian combat weapon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Guardian combat weapon"
- }
- ]
- },
- "Guardian fusion gun": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Guardian fusion gun"
- }
- ]
- },
- "Plasma grenade": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari flamer": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Aeldari flamer"
- }
- ]
- },
- "Aeldari power sword": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Aeldari power sword"
- }
- ]
- },
- "Guardian combat weapon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Guardian combat weapon"
- }
- ]
- },
- "Guardian fusion gun": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Guardian fusion gun"
- }
- ]
- },
- "Plasma grenade": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
},
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Guardian",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Serpent’s Scale Platform": {
- "stats": {
- "Points": {
- "value": 20
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "1"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "28mm"
- },
- "loadout1": {
- "value": "Aeldari flamer",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari flamer": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Aeldari flamer"
- }
- ]
- },
- "Aeldari power sword": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Aeldari power sword"
- }
- ]
- },
- "Guardian combat weapon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Guardian combat weapon"
- }
- ]
- },
- "Guardian fusion gun": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Guardian fusion gun"
- }
- ]
- },
- "Plasma grenade": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari flamer": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Aeldari flamer"
- }
- ]
- },
- "Aeldari power sword": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Aeldari power sword"
- }
- ]
- },
- "Guardian combat weapon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Guardian combat weapon"
- }
- ]
- },
- "Guardian fusion gun": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Guardian fusion gun"
- }
- ]
- },
- "Plasma grenade": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Windrider": {
- "stats": {
- "Points": {
- "value": 20
- },
- "M": {
- "value": "16"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 4
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "1"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "32mm flying base"
- },
- "loadout1": {
- "value": "Twin shuriken catapult",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Scatter laser": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Scatter laser",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Shuriken cannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Scatter laser": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Scatter laser",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Shuriken cannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Ranger": {
- "stats": {
- "Points": {
- "value": 13
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "1"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 5
- },
- "Base": {
- "value": "28mm"
- },
- "loadout1": {
- "value": "Ranger long rifle",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Ranger long rifle": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Ranger long rifle"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Shuriken pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Ranger long rifle": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Ranger long rifle"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Ranger long rifle": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Ranger long rifle"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Dire Avenger": {
- "stats": {
- "Points": {
- "value": 13
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Avenger shuriken catapult",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Avenger shuriken catapult": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Avenger shuriken catapult"
- }
- ]
- },
- "Diresword": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Diresword"
- }
- ]
- },
- "Plasma grenade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Power glaive": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Power glaive"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Plasma grenade",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Avenger shuriken catapult": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Avenger shuriken catapult"
- }
- ]
- },
- "Diresword": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Diresword"
- }
- ]
- },
- "Plasma grenade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Power glaive": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Power glaive"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Avenger shuriken catapult": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Avenger shuriken catapult"
- }
- ]
- },
- "Diresword": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Diresword"
- }
- ]
- },
- "Plasma grenade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Power glaive": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Power glaive"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Dire Avenger Exarch": {
- "stats": {
- "Points": {
- "value": 13
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Avenger shuriken catapult",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Avenger shuriken catapult": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Avenger shuriken catapult"
- }
- ]
- },
- "Diresword": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Diresword"
- }
- ]
- },
- "Plasma grenade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Power glaive": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Power glaive"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Plasma grenade",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Avenger shuriken catapult": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Avenger shuriken catapult"
- }
- ]
- },
- "Diresword": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Diresword"
- }
- ]
- },
- "Plasma grenade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Power glaive": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Power glaive"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Avenger shuriken catapult": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Avenger shuriken catapult"
- }
- ]
- },
- "Diresword": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Diresword"
- }
- ]
- },
- "Plasma grenade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Power glaive": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Power glaive"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Howling Banshee": {
- "stats": {
- "Points": {
- "value": 19
- },
- "M": {
- "value": "8"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "28mm"
- },
- "loadout1": {
- "value": "Shuriken pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Banshee blade": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Banshee blade"
- }
- ]
- },
- "Executioner": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Executioner"
- }
- ]
- },
- "Mirrorswords": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Mirrorswords"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- },
- "Triskele": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Triskele"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Banshee blade",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Banshee blade": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Banshee blade"
- }
- ]
- },
- "Executioner": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Executioner"
- }
- ]
- },
- "Mirrorswords": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Mirrorswords"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- },
- "Triskele": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Triskele"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Banshee blade",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Banshee blade": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Banshee blade"
- }
- ]
- },
- "Executioner": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Executioner"
- }
- ]
- },
- "Mirrorswords": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Mirrorswords"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- },
- "Triskele": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Triskele"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Banshee blade": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Banshee blade"
- }
- ]
- },
- "Executioner": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Executioner"
- }
- ]
- },
- "Mirrorswords": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Mirrorswords"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- },
- "Triskele": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Triskele"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Howling Banshee Exarch": {
- "stats": {
- "Points": {
- "value": 19
- },
- "M": {
- "value": "8"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "28mm"
- },
- "loadout1": {
- "value": "Shuriken pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Banshee blade": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Banshee blade"
- }
- ]
- },
- "Executioner": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Executioner"
- }
- ]
- },
- "Mirrorswords": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Mirrorswords"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- },
- "Triskele": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Triskele"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Banshee blade",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Banshee blade": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Banshee blade"
- }
- ]
- },
- "Executioner": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Executioner"
- }
- ]
- },
- "Mirrorswords": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Mirrorswords"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- },
- "Triskele": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Triskele"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Banshee blade",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Banshee blade": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Banshee blade"
- }
- ]
- },
- "Executioner": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Executioner"
- }
- ]
- },
- "Mirrorswords": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Mirrorswords"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- },
- "Triskele": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Triskele"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Banshee blade": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Banshee blade"
- }
- ]
- },
- "Executioner": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Executioner"
- }
- ]
- },
- "Mirrorswords": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Mirrorswords"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- },
- "Triskele": {
- "order": 5,
- "traits": [
- {
- "trait": "Wargear§Triskele"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Striking Scorpion (Striking Scorpions)": {
- "stats": {
- "Points": {
- "value": 18
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Shuriken pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Biting blade": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Biting blade",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Plasma grenade": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Scorpion chainsword": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Scorpion chainsword"
- }
- ]
- },
- "Scorpion’s claw": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Scorpion’s claw",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Shuriken pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Scorpion chainsword",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Biting blade": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Biting blade",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Plasma grenade": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Scorpion chainsword": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Scorpion chainsword"
- }
- ]
- },
- "Scorpion’s claw": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Scorpion’s claw",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Shuriken pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Plasma grenade",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Biting blade": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Biting blade",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Plasma grenade": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Scorpion chainsword": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Scorpion chainsword"
- }
- ]
- },
- "Scorpion’s claw": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Scorpion’s claw",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Shuriken pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Biting blade": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Biting blade",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Plasma grenade": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Scorpion chainsword": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Scorpion chainsword"
- }
- ]
- },
- "Scorpion’s claw": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Scorpion’s claw",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Shuriken pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Infantry",
+ "Psyker",
+ "Spiritseer"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani",
+ "Spirit Host"
+ ]
},
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Striking Scorpion",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Striking Scorpion Exarch (Striking Scorpions)": {
- "stats": {
- "Points": {
- "value": 18
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Shuriken pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Biting blade": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Biting blade",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Plasma grenade": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Scorpion chainsword": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Scorpion chainsword"
- }
- ]
- },
- "Scorpion’s claw": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Scorpion’s claw",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Shuriken pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Scorpion chainsword",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Biting blade": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Biting blade",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Plasma grenade": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Scorpion chainsword": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Scorpion chainsword"
- }
- ]
- },
- "Scorpion’s claw": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Scorpion’s claw",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Shuriken pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Plasma grenade",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Biting blade": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Biting blade",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Plasma grenade": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Scorpion chainsword": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Scorpion chainsword"
- }
- ]
- },
- "Scorpion’s claw": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Scorpion’s claw",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Shuriken pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Biting blade": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Biting blade",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Plasma grenade": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Scorpion chainsword": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Scorpion chainsword"
- }
- ]
- },
- "Scorpion’s claw": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Scorpion’s claw",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Shuriken pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Rune Armour",
+ "Ability§Spirit Mark (Aura)",
+ "Psychic Power§Smite"
+ ]
},
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Striking Scorpion Exarch",
- "iterations": 1
- }
- ]
- }
+ "text": "A Spiritseer is equipped with: shuriken pistol; witch staff.\n\n\n\nThis model can attempt to [manifest](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers) one psychic power in your [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE) and attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) one psychic power in your opponent’s Psychic phase. It knows [Smite](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Smite) and one psychic power from the **[Runes of Battle](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Battle)** discipline or the [Runes of Fortune](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Fortune)** discipline.",
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
}
},
- "Model§Fire Dragon": {
+ "HQ§Succubus": {
"stats": {
- "Points": {
- "value": 24
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
+ "Power Level": {
"value": 4
},
- "W": {
- "value": 1
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Dragon fusion gun",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Dragon fusion gun": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Dragon fusion gun"
- }
- ]
- },
- "Dragon’s breath flamer": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Dragon’s breath flamer"
- }
- ]
- },
- "Firepike": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Firepike"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Dragon fusion gun": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Dragon fusion gun"
- }
- ]
- },
- "Dragon’s breath flamer": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Dragon’s breath flamer"
- }
- ]
- },
- "Firepike": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Firepike"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Fire Dragon Exarch": {
- "stats": {
- "Points": {
- "value": 24
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 4
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Dragon fusion gun",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Dragon fusion gun": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Dragon fusion gun"
- }
- ]
- },
- "Dragon’s breath flamer": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Dragon’s breath flamer"
- }
- ]
- },
- "Firepike": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Firepike"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Dragon fusion gun": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Dragon fusion gun"
- }
- ]
- },
- "Dragon’s breath flamer": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Dragon’s breath flamer"
- }
- ]
- },
- "Firepike": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Firepike"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Wraithguard": {
- "stats": {
- "Points": {
- "value": 40
- },
- "M": {
- "value": "5"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 5
- },
- "T": {
- "value": 6
- },
- "W": {
- "value": 3
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "40mm"
- },
- "loadout1": {
- "value": "Wraithcannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "D-scythe": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§D-scythe"
- }
- ]
- },
- "Wraithcannon": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Wraithcannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "D-scythe": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§D-scythe"
- }
- ]
- },
- "Wraithcannon": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Wraithcannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Wraithblade": {
- "stats": {
- "Points": {
- "value": 40
- },
- "M": {
- "value": "5"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 5
- },
- "T": {
- "value": 6
- },
- "W": {
- "value": 3
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "40mm"
- },
- "loadout1": {
- "value": "Ghostswords",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Ghostaxe": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Ghostaxe"
- }
- ]
- },
- "Ghostswords": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Ghostswords"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Ghostaxe": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Ghostaxe"
- }
- ]
- },
- "Ghostswords": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Ghostswords"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Wave Serpent": {
- "stats": {
- "Points": {
- "value": 145
- },
- "M": {
- "value": "16"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 6
- },
- "T": {
- "value": 7
- },
- "W": {
- "value": 13,
- "max": 13,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "60mm flying base"
- },
- "loadout1": {
- "value": "Twin shuriken cannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Twin Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Twin Aeldari missile launcher"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Twin bright lance": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Twin bright lance",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- },
- "Twin scatter laser": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Twin scatter laser"
- }
- ]
- },
- "Twin shuriken cannon": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken cannon"
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- },
- "Twin starcannon": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Twin starcannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Twin shuriken catapult",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Twin Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Twin Aeldari missile launcher"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Twin bright lance": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Twin bright lance",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- },
- "Twin scatter laser": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Twin scatter laser"
- }
- ]
- },
- "Twin shuriken cannon": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken cannon"
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- },
- "Twin starcannon": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Twin starcannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Twin Aeldari missile launcher",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Twin Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Twin Aeldari missile launcher"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Twin bright lance": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Twin bright lance",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- },
- "Twin scatter laser": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Twin scatter laser"
- }
- ]
- },
- "Twin shuriken cannon": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken cannon"
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- },
- "Twin starcannon": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Twin starcannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Twin Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Twin Aeldari missile launcher"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Twin bright lance": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Twin bright lance",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- },
- "Twin scatter laser": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Twin scatter laser"
- }
- ]
- },
- "Twin shuriken cannon": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken cannon"
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- },
- "Twin starcannon": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Twin starcannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "6",
- "min": "4",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "12",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "3",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "8",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Swooping Hawk (Swooping Hawks)": {
- "stats": {
- "Points": {
- "value": 20
- },
- "M": {
- "value": "14"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Lasblaster",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari power sword": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Aeldari power sword"
- }
- ]
- },
- "Hawk’s talon": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Hawk’s talon",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Lasblaster": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Lasblaster"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari power sword": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Aeldari power sword"
- }
- ]
- },
- "Hawk’s talon": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Hawk’s talon",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Lasblaster": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Lasblaster"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Swooping Hawk",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Swooping Hawk Exarch (Swooping Hawks)": {
- "stats": {
- "Points": {
- "value": 20
- },
- "M": {
- "value": "14"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Lasblaster",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari power sword": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Aeldari power sword"
- }
- ]
- },
- "Hawk’s talon": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Hawk’s talon",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Lasblaster": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Lasblaster"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari power sword": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Aeldari power sword"
- }
- ]
- },
- "Hawk’s talon": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Hawk’s talon",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Lasblaster": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Lasblaster"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Swooping Hawk Exarch",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Warp Spider (Warp Spiders)": {
- "stats": {
- "Points": {
- "value": 22
- },
- "M": {
- "value": "12"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Death spinner",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Death spinner": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Death spinner"
- }
- ]
- },
- "Powerblades": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Powerblades",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Death spinner": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Death spinner"
- }
- ]
- },
- "Powerblades": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Powerblades",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Warp Spider",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Warp Spider Exarch (Warp Spiders)": {
- "stats": {
- "Points": {
- "value": 22
- },
- "M": {
- "value": "12"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Death spinner",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Death spinner": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Death spinner"
- }
- ]
- },
- "Powerblades": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Powerblades",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Death spinner": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Death spinner"
- }
- ]
- },
- "Powerblades": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Powerblades",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Warp Spider Exarch",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Shining Spear": {
- "stats": {
- "Points": {
- "value": 35
- },
- "M": {
- "value": "16"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 4
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "60mm flying base"
- },
- "loadout1": {
- "value": "Laser lance",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Laser lance": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Laser lance"
- }
- ]
- },
- "Paragon sabre": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Paragon sabre"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Star lance": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Star lance"
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Twin shuriken catapult",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Laser lance": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Laser lance"
- }
- ]
- },
- "Paragon sabre": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Paragon sabre"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Star lance": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Star lance"
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Laser lance": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Laser lance"
- }
- ]
- },
- "Paragon sabre": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Paragon sabre"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Star lance": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Star lance"
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Shining Spear Exarch": {
- "stats": {
- "Points": {
- "value": 35
- },
- "M": {
- "value": "16"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 4
- },
- "W": {
- "value": 3
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "60mm flying base"
- },
- "loadout1": {
- "value": "Laser lance",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Laser lance": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Laser lance"
- }
- ]
- },
- "Paragon sabre": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Paragon sabre"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Star lance": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Star lance"
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Twin shuriken catapult",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Laser lance": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Laser lance"
- }
- ]
- },
- "Paragon sabre": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Paragon sabre"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Star lance": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Star lance"
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Laser lance": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Laser lance"
- }
- ]
- },
- "Paragon sabre": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Paragon sabre"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Star lance": {
- "order": 4,
- "traits": [
- {
- "trait": "Wargear§Star lance"
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Crimson Hunter": {
- "stats": {
- "Points": {
- "value": 175
- },
- "M": {
- "value": "20-60"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 6
- },
- "T": {
- "value": 6
- },
- "W": {
- "value": 12,
- "max": 12,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "170 x 109mm flying base"
- },
- "loadout1": {
- "value": "Starcannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Bright lance": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Bright lance"
- }
- ]
- },
- "Pulse laser": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Pulse laser"
- }
- ]
- },
- "Starcannon": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Starcannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Pulse laser",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Bright lance": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Bright lance"
- }
- ]
- },
- "Pulse laser": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Pulse laser"
- }
- ]
- },
- "Starcannon": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Starcannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Bright lance": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Bright lance"
- }
- ]
- },
- "Pulse laser": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Pulse laser"
- }
- ]
- },
- "Starcannon": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Starcannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "6",
- "min": "4",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "20-40",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "3",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "20-25",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Vyper": {
- "stats": {
- "Points": {
- "value": 40
- },
- "M": {
- "value": "16"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 4
- },
- "T": {
- "value": 5
- },
- "W": {
- "value": 6
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "60mm flying base"
- },
- "loadout1": {
- "value": "Shuriken cannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Aeldari missile launcher"
- }
- ]
- },
- "Bright lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Bright lance",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Scatter laser": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Starcannon": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Starcannon",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Twin shuriken catapult",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Aeldari missile launcher"
- }
- ]
- },
- "Bright lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Bright lance",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Scatter laser": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Starcannon": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Starcannon",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Aeldari missile launcher"
- }
- ]
- },
- "Bright lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Bright lance",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Scatter laser": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Starcannon": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Starcannon",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Hemlock Wraithfighter": {
- "stats": {
- "Points": {
- "value": 215
- },
- "M": {
- "value": "20-60"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 6
- },
- "T": {
- "value": 6
- },
- "W": {
- "value": 12,
- "max": 12,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "170 x 109mm flying base"
- },
- "loadout1": {
- "value": "Heavy D-scythe",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Heavy D-scythe": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Heavy D-scythe"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Heavy D-scythe",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Heavy D-scythe": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Heavy D-scythe"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Heavy D-scythe": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Heavy D-scythe"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "3",
- "min": "2",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "20-40",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "20-25",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Dark Reaper": {
- "stats": {
- "Points": {
- "value": 0
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "28mm"
- },
- "loadout1": {
- "value": "Reaper launcher",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Aeldari missile launcher",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Reaper launcher": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Reaper launcher"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Tempest launcher": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Tempest launcher"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Aeldari missile launcher",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Reaper launcher": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Reaper launcher"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Tempest launcher": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Tempest launcher"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Dark Reaper Exarch": {
- "stats": {
- "Points": {
- "value": 0
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "28mm"
- },
- "loadout1": {
- "value": "Reaper launcher",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Aeldari missile launcher",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Reaper launcher": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Reaper launcher"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Tempest launcher": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Tempest launcher"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Aeldari missile launcher",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Reaper launcher": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Reaper launcher"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Tempest launcher": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Tempest launcher"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Support Weapon": {
- "stats": {
- "Points": {
- "value": 45
- },
- "M": {
- "value": "6"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 5
- },
- "W": {
- "value": 5
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "40mm"
- },
- "loadout1": {
- "value": "Shadow weaver",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "D-cannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§D-cannon"
- }
- ]
- },
- "Shadow weaver": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Shadow weaver"
- }
- ]
- },
- "Shuriken catapult": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Shuriken catapult"
- }
- ]
- },
- "Vibro cannon": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Vibro cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Shuriken catapult",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "D-cannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§D-cannon"
- }
- ]
- },
- "Shadow weaver": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Shadow weaver"
- }
- ]
- },
- "Shuriken catapult": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Shuriken catapult"
- }
- ]
- },
- "Vibro cannon": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Vibro cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "D-cannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§D-cannon"
- }
- ]
- },
- "Shadow weaver": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Shadow weaver"
- }
- ]
- },
- "Shuriken catapult": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Shuriken catapult"
- }
- ]
- },
- "Vibro cannon": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Vibro cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Falcon": {
- "stats": {
- "Points": {
- "value": 145
- },
- "M": {
- "value": "16"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 6
- },
- "T": {
- "value": 7
- },
- "W": {
- "value": 12,
- "max": 12,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "60mm flying base"
- },
- "loadout1": {
- "value": "Pulse laser",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Aeldari missile launcher",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Bright lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Bright lance",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- },
- "Pulse laser": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Pulse laser"
- }
- ]
- },
- "Scatter laser": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Starcannon": {
- "order": 6,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Starcannon",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Scatter laser",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Aeldari missile launcher",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Bright lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Bright lance",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- },
- "Pulse laser": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Pulse laser"
- }
- ]
- },
- "Scatter laser": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Starcannon": {
- "order": 6,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Starcannon",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Twin shuriken catapult",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Aeldari missile launcher",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Bright lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Bright lance",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- },
- "Pulse laser": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Pulse laser"
- }
- ]
- },
- "Scatter laser": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Starcannon": {
- "order": 6,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Starcannon",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Aeldari missile launcher",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Bright lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Bright lance",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- },
- "Pulse laser": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Pulse laser"
- }
- ]
- },
- "Scatter laser": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Starcannon": {
- "order": 6,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Starcannon",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "6",
- "min": "4",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "12",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "3",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "8",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Fire Prism": {
- "stats": {
- "Points": {
- "value": 165
- },
- "M": {
- "value": "16"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 6
- },
- "T": {
- "value": 7
- },
- "W": {
- "value": 12,
- "max": 12,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "60mm flying base"
- },
- "loadout1": {
- "value": "Prism cannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Prism cannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Prism cannon"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Twin shuriken catapult",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Prism cannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Prism cannon"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Prism cannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Prism cannon"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "6",
- "min": "4",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "12",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "3",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "8",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Night Spinner": {
- "stats": {
- "Points": {
- "value": 140
- },
- "M": {
- "value": "16"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 6
- },
- "T": {
- "value": 7
- },
- "W": {
- "value": 12,
- "max": 12,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "60mm flying base"
- },
- "loadout1": {
- "value": "Doomweaver",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Doomweaver": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Doomweaver"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Twin shuriken catapult",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Doomweaver": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Doomweaver"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Doomweaver": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Doomweaver"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "6",
- "min": "4",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "12",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "3",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "8",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§War Walker": {
- "stats": {
- "Points": {
- "value": 55
- },
- "M": {
- "value": "10"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 5
- },
- "T": {
- "value": 6
- },
- "W": {
- "value": 6
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "60mm"
- },
- "loadout1": {
- "value": "Shuriken cannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Aeldari missile launcher"
- }
- ]
- },
- "Bright lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Bright lance",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Scatter laser": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Starcannon": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Starcannon",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Aeldari missile launcher"
- }
- ]
- },
- "Bright lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Bright lance",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Scatter laser": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Starcannon": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Starcannon",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Wraithlord": {
- "stats": {
- "Points": {
- "value": 100
- },
- "M": {
- "value": "8"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 7
- },
- "T": {
- "value": 8
- },
- "W": {
- "value": 9
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "60mm"
- },
- "loadout1": {
- "value": "Shuriken catapult",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Aeldari missile launcher",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Ghostglaive": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Ghostglaive"
- }
- ]
- },
- "Aeldari flamer": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Aeldari flamer"
- }
- ]
- },
- "Bright lance": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Bright lance",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- },
- "Scatter laser": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Scatter laser",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Shuriken cannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Shuriken catapult": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Shuriken catapult"
- }
- ]
- },
- "Starcannon": {
- "order": 8,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Starcannon",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Wraithbone fists": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Wraithbone fists"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Wraithbone fists",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Aeldari missile launcher",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Ghostglaive": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Ghostglaive"
- }
- ]
- },
- "Aeldari flamer": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Aeldari flamer"
- }
- ]
- },
- "Bright lance": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Bright lance",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- },
- "Scatter laser": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Scatter laser",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Shuriken cannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Shuriken catapult": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Shuriken catapult"
- }
- ]
- },
- "Starcannon": {
- "order": 8,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Starcannon",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Wraithbone fists": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Wraithbone fists"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Aeldari missile launcher",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Ghostglaive": {
- "order": 2,
- "traits": [
- {
- "trait": "Wargear§Ghostglaive"
- }
- ]
- },
- "Aeldari flamer": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Aeldari flamer"
- }
- ]
- },
- "Bright lance": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Bright lance",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- },
- "Scatter laser": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Scatter laser",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Shuriken cannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Shuriken catapult": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Shuriken catapult"
- }
- ]
- },
- "Starcannon": {
- "order": 8,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Starcannon",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Wraithbone fists": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Wraithbone fists"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Wraithknight": {
- "stats": {
- "Points": {
- "value": 400
- },
- "M": {
- "value": "12"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 8
- },
- "T": {
- "value": 8
- },
- "W": {
- "value": 22,
- "max": 22,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "5"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "120 x 92mm"
- },
- "loadout1": {
- "value": "Titanic ghostglaive",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Titanic ghostglaive": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Titanic ghostglaive"
- }
- ]
- },
- "Heavy wraithcannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Heavy wraithcannon"
- }
- ]
- },
- "Scatter laser": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Scatter laser",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Shuriken cannon": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Starcannon": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Starcannon",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Suncannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Suncannon"
- }
- ]
- },
- "Titanic feet": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Titanic feet"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Titanic feet",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Titanic ghostglaive": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Titanic ghostglaive"
- }
- ]
- },
- "Heavy wraithcannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Heavy wraithcannon"
- }
- ]
- },
- "Scatter laser": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Scatter laser",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Shuriken cannon": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Starcannon": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Starcannon",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Suncannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Suncannon"
- }
- ]
- },
- "Titanic feet": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Titanic feet"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Scatter laser",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Titanic ghostglaive": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Titanic ghostglaive"
- }
- ]
- },
- "Heavy wraithcannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Heavy wraithcannon"
- }
- ]
- },
- "Scatter laser": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Scatter laser",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Shuriken cannon": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Starcannon": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Starcannon",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Suncannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Suncannon"
- }
- ]
- },
- "Titanic feet": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Titanic feet"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Titanic ghostglaive": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Titanic ghostglaive"
- }
- ]
- },
- "Heavy wraithcannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Heavy wraithcannon"
- }
- ]
- },
- "Scatter laser": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Scatter laser",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Shuriken cannon": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Starcannon": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Starcannon",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Suncannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Suncannon"
- }
- ]
- },
- "Titanic feet": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Titanic feet"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "11",
- "min": "6",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "10",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "WS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "5",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "8",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "WS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Shadow Spectre": {
- "stats": {
- "Points": {
- "value": 26
- },
- "M": {
- "value": "12"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "1"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Prism rifle",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Prism rifle": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Prism rifle"
- }
- ]
- },
- "Plasma grenade": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Plasma grenade",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Prism rifle": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Prism rifle"
- }
- ]
- },
- "Plasma grenade": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Prism rifle": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Prism rifle"
- }
- ]
- },
- "Plasma grenade": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Shadow Spectre Exarch": {
- "stats": {
- "Points": {
- "value": 26
- },
- "M": {
- "value": "12"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Prism rifle",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Prism rifle": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Prism rifle"
- }
- ]
- },
- "Plasma grenade": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Plasma grenade",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Prism rifle": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Prism rifle"
- }
- ]
- },
- "Plasma grenade": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Prism rifle": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Prism rifle"
- }
- ]
- },
- "Plasma grenade": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Wasp Assault Walker": {
- "stats": {
- "Points": {
- "value": 50
- },
- "M": {
- "value": "10"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 5
- },
- "T": {
- "value": 6
- },
- "W": {
- "value": 6
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "60mm"
- },
- "loadout1": {
- "value": "Shuriken cannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Aeldari missile launcher"
- }
- ]
- },
- "Bright lance": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bright lance"
- }
- ]
- },
- "Scatter laser": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Starcannon": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Starcannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Aeldari missile launcher"
- }
- ]
- },
- "Bright lance": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bright lance"
- }
- ]
- },
- "Scatter laser": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Starcannon": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Starcannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Wraithseer": {
- "stats": {
- "Points": {
- "value": 130
- },
- "M": {
- "value": "8"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 7
- },
- "T": {
- "value": 8
- },
- "W": {
- "value": 9
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "60mm"
- },
- "loadout1": {
- "value": "Ghostspear",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Aeldari missile launcher",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- },
- "Bright lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Bright lance",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- },
- "D-cannon": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§D-cannon",
- "stats": {
- "Points": {
- "value": 40
- }
- }
- }
- }
- ]
- },
- "Ghostspear": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Ghostspear"
- }
- ]
- },
- "Scatter laser": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Scatter laser",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Shuriken cannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Starcannon": {
- "order": 7,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Starcannon",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Aeldari missile launcher",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Aeldari missile launcher",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- },
- "Bright lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Bright lance",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- },
- "D-cannon": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§D-cannon",
- "stats": {
- "Points": {
- "value": 40
- }
- }
- }
- }
- ]
- },
- "Ghostspear": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Ghostspear"
- }
- ]
- },
- "Scatter laser": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Scatter laser",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Shuriken cannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Starcannon": {
- "order": 7,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Starcannon",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Aeldari missile launcher",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- },
- "Bright lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Bright lance",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- },
- "D-cannon": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§D-cannon",
- "stats": {
- "Points": {
- "value": 40
- }
- }
- }
- }
- ]
- },
- "Ghostspear": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Ghostspear"
- }
- ]
- },
- "Scatter laser": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Scatter laser",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Shuriken cannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Starcannon": {
- "order": 7,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Starcannon",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Hornet": {
- "stats": {
"Points": {
"value": 80
},
"M": {
- "value": "18"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 4
- },
- "T": {
- "value": 6
- },
- "W": {
"value": 8
},
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 5
+ },
"A": {
- "value": "2"
+ "value": 6
},
"Ld": {
"value": 8
},
"Sv": {
- "value": 3
+ "value": 6
},
"Base": {
- "value": "60mm"
+ "value": "25mm"
},
"loadout1": {
- "value": "Hornet pulse laser",
+ "value": "Agoniser",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -12487,44 +18215,12 @@
"-": {
"order": 0
},
- "Aeldari missile launcher": {
+ "Agoniser": {
"order": 1,
- "traits": [
- {
- "trait": "Wargear§Aeldari missile launcher"
- }
- ]
- },
- "Bright lance": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bright lance"
- }
- ]
- },
- "Hornet pulse laser": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Hornet pulse laser"
- }
- ]
- },
- "Scatter laser": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 5,
"traits": [
{
"trait": {
- "item": "Weapon§Shuriken cannon",
+ "item": "Weapon§Agoniser",
"stats": {
"Points": {
"value": 0
@@ -12534,11 +18230,323 @@
}
]
},
- "Starcannon": {
+ "Archite glaive": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Archite glaive"
+ }
+ ]
+ },
+ "Blast pistol": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Blast pistol",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Hydra gauntlets": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Hydra gauntlets"
+ }
+ ]
+ },
+ "Razorflails": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Razorflails"
+ }
+ ]
+ },
+ "Shardnet and impaler": {
"order": 6,
"traits": [
{
- "trait": "Weapon§Starcannon"
+ "trait": "Weapon§Shardnet and impaler"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Archite glaive",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Agoniser",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Archite glaive": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Archite glaive"
+ }
+ ]
+ },
+ "Blast pistol": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Blast pistol",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Hydra gauntlets": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Hydra gauntlets"
+ }
+ ]
+ },
+ "Razorflails": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Razorflails"
+ }
+ ]
+ },
+ "Shardnet and impaler": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shardnet and impaler"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Agoniser",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Archite glaive": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Archite glaive"
+ }
+ ]
+ },
+ "Blast pistol": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Blast pistol",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Hydra gauntlets": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Hydra gauntlets"
+ }
+ ]
+ },
+ "Razorflails": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Razorflails"
+ }
+ ]
+ },
+ "Shardnet and impaler": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shardnet and impaler"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Drukhari—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Infantry",
+ "Succubus"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Drukhari",
+ "Ynnari"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Blade Artists",
+ "Ability§Combat Drugs",
+ "Ability§Power From Pain",
+ "Ability§Brides of Death (Aura)",
+ "Ability§Lightning Dodge",
+ "Ability§No Escape"
+ ]
+ },
+ "text": "A Succubus is equipped with: agoniser; archite glaive.\n\n• This model’s agoniser and archite glaive can be replaced with one of the following: 1 hydra gauntlets; 1 razorflails; 1 shardnet and impaler.\n\n• This model’s agoniser can be replaced with one of the following: 1 blast pistol; 1 splinter pistol.\n\nnull",
+ "meta": {
+ "Publication": "[Drukhari (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/05/sXNzDZ7qYnet03Bq.pdf)"
+ }
+ },
+ "HQ§The Visarch": {
+ "stats": {
+ "Power Level": {
+ "value": 5
+ },
+ "Points": {
+ "value": 100
+ },
+ "M": {
+ "value": 8
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 6
+ },
+ "A": {
+ "value": 5
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 2
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "Asu-var, the Sword of Silent Screams",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Asu-var, the Sword of Silent Screams": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Asu-var, the Sword of Silent Screams"
}
]
}
@@ -12557,58 +18565,11 @@
"-": {
"order": 0
},
- "Aeldari missile launcher": {
+ "Asu-var, the Sword of Silent Screams": {
"order": 1,
"traits": [
{
- "trait": "Wargear§Aeldari missile launcher"
- }
- ]
- },
- "Bright lance": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bright lance"
- }
- ]
- },
- "Hornet pulse laser": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Hornet pulse laser"
- }
- ]
- },
- "Scatter laser": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Starcannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Starcannon"
+ "trait": "Weapon§Asu-var, the Sword of Silent Screams"
}
]
}
@@ -12616,24 +18577,59 @@
"visibility": "active",
"dynamic": true
}
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Infantry",
+ "The Visarch"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Asuryani",
+ "Ynnari"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Forceshield",
+ "Ability§Champion of Ynnead",
+ "Ability§Way of the Blade (Aura)",
+ "Ability§Warden of Yvraine"
+ ]
+ },
+ "text": "The Visarch is equipped with: Asu-var, the Sword of Silent Screams. Your army can only include one **THE VISARCH** model.\n\n\n\nnull",
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
}
},
- "Model§Warp Hunter": {
+ "HQ§The Yncarne": {
"stats": {
+ "Power Level": {
+ "value": 13
+ },
"Points": {
- "value": 195
+ "value": 260
},
"M": {
- "value": "16"
+ "value": 10
},
"WS": {
- "value": 6
+ "value": 2
},
"BS": {
- "value": 3
+ "value": 2
},
"S": {
- "value": 6
+ "value": 7
},
"T": {
"value": 7
@@ -12650,19 +18646,19 @@
"visibility": "always"
},
"A": {
- "value": "3"
+ "value": 6
},
"Ld": {
- "value": 8
+ "value": 10
},
"Sv": {
"value": 3
},
"Base": {
- "value": "Use model"
+ "value": "80mm"
},
"loadout1": {
- "value": "D-flail",
+ "value": "Swirling soul energy",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -12672,59 +18668,19 @@
"-": {
"order": 0
},
- "D-flail": {
+ "Vilith-zhar, the Sword of Souls": {
"order": 1,
"traits": [
{
- "trait": "Wargear§D-flail"
+ "trait": "Wargear§Vilith-zhar, the Sword of Souls"
}
]
},
- "Heavy arc rifle": {
+ "Swirling soul energy": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Heavy arc rifle"
- }
- ]
- },
- "Heavy bolter": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Heavy bolter"
- }
- ]
- },
- "Heavy grav-cannon": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Heavy grav-cannon"
- }
- ]
- },
- "Heavy phosphor blaster": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Heavy phosphor blaster"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
+ "trait": "Weapon§Swirling soul energy"
}
]
}
@@ -12733,7 +18689,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Twin shuriken catapult",
+ "value": "Vilith-zhar, the Sword of Souls",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -12743,59 +18699,19 @@
"-": {
"order": 0
},
- "D-flail": {
+ "Vilith-zhar, the Sword of Souls": {
"order": 1,
"traits": [
{
- "trait": "Wargear§D-flail"
+ "trait": "Wargear§Vilith-zhar, the Sword of Souls"
}
]
},
- "Heavy arc rifle": {
+ "Swirling soul energy": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Heavy arc rifle"
- }
- ]
- },
- "Heavy bolter": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Heavy bolter"
- }
- ]
- },
- "Heavy grav-cannon": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Heavy grav-cannon"
- }
- ]
- },
- "Heavy phosphor blaster": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Heavy phosphor blaster"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
+ "trait": "Weapon§Swirling soul energy"
}
]
}
@@ -12814,59 +18730,19 @@
"-": {
"order": 0
},
- "D-flail": {
+ "Vilith-zhar, the Sword of Souls": {
"order": 1,
"traits": [
{
- "trait": "Wargear§D-flail"
+ "trait": "Wargear§Vilith-zhar, the Sword of Souls"
}
]
},
- "Heavy arc rifle": {
+ "Swirling soul energy": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Heavy arc rifle"
- }
- ]
- },
- "Heavy bolter": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Heavy bolter"
- }
- ]
- },
- "Heavy grav-cannon": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Heavy grav-cannon"
- }
- ]
- },
- "Heavy phosphor blaster": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Heavy phosphor blaster"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
+ "trait": "Weapon§Swirling soul energy"
}
]
}
@@ -12875,6 +18751,41 @@
"dynamic": true
}
},
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Daemon",
+ "Fly",
+ "Monster",
+ "Psyker",
+ "The Yncarne"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Asuryani",
+ "Ynnari"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Avatar of the Whispering God",
+ "Ability§Deathly Form",
+ "Ability§Ynnead Awakened (Aura)",
+ "Ability§Swirling Energies",
+ "Ability§Inevitable Death",
+ "Ability§Explosion of Soul Energy",
+ "Psychic Power§Smite"
+ ]
+ },
+ "text": "The Yncarne is equipped with: swirling soul energy; Vilith-zhar, the Sword of Souls. Your army can only include one **THE YNCARNE** model.\n\n\n\nThis model can attempt to [manifest](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers) two psychic powers in your [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE) and attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) two psychic powers in your opponent’s Psychic phase. It knows [Smite](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Smite) and all of the psychic powers from the [Revenant discipline](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Revenant-Discipline)**.",
"rules": {
"dynamicDamageMid": {
"evals": [
@@ -12887,8 +18798,8 @@
"value"
]
],
- "max": "6",
- "min": "4",
+ "max": 6,
+ "min": 4,
"operator": "AND",
"not": false,
"actionable": true
@@ -12907,7 +18818,7 @@
]
],
"actionType": "set",
- "value": "12",
+ "value": 9,
"iterations": 1
},
{
@@ -12915,12 +18826,12 @@
[
"{self}",
"stats",
- "BS",
+ "S",
"value"
]
],
"actionType": "set",
- "value": "4",
+ "value": 6,
"iterations": 1
},
{
@@ -12933,7 +18844,7 @@
]
],
"actionType": "set",
- "value": "D3",
+ "value": 5,
"iterations": 1
}
]
@@ -12949,8 +18860,8 @@
"value"
]
],
- "max": "3",
- "min": "1",
+ "max": 3,
+ "min": 1,
"operator": "AND",
"not": false,
"actionable": true
@@ -12969,7 +18880,7 @@
]
],
"actionType": "set",
- "value": "8",
+ "value": 8,
"iterations": 1
},
{
@@ -12977,12 +18888,12 @@
[
"{self}",
"stats",
- "BS",
+ "S",
"value"
]
],
"actionType": "set",
- "value": "5",
+ "value": 5,
"iterations": 1
},
{
@@ -12995,439 +18906,56 @@
]
],
"actionType": "set",
- "value": "1",
+ "value": 4,
"iterations": 1
}
]
}
- }
- },
- "Model§Lynx": {
- "stats": {
- "Points": {
- "value": 220
- },
- "M": {
- "value": "18"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 6
- },
- "T": {
- "value": 7
- },
- "W": {
- "value": 16,
- "max": 16,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "Use model"
- },
- "loadout1": {
- "value": "Lynx pulsar",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Aeldari missile launcher"
- }
- ]
- },
- "Bright lance": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bright lance"
- }
- ]
- },
- "Lynx pulsar": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Lynx pulsar"
- }
- ]
- },
- "Scatter laser": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 6,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Starcannon": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Starcannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Shuriken cannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Aeldari missile launcher"
- }
- ]
- },
- "Bright lance": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bright lance"
- }
- ]
- },
- "Lynx pulsar": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Lynx pulsar"
- }
- ]
- },
- "Scatter laser": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 6,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Starcannon": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Starcannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Aeldari missile launcher"
- }
- ]
- },
- "Bright lance": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bright lance"
- }
- ]
- },
- "Lynx pulsar": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Lynx pulsar"
- }
- ]
- },
- "Scatter laser": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 6,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Starcannon": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Starcannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
},
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "8",
- "min": "5",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "14",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "4",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "10",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
- }
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
}
},
- "Model§Scorpion": {
+ "HQ§Troupe Master": {
"stats": {
+ "Power Level": {
+ "value": 4
+ },
"Points": {
- "value": 500
+ "value": 75
},
"M": {
- "value": "14"
+ "value": 8
},
"WS": {
- "value": 6
+ "value": 2
},
"BS": {
- "value": 3
+ "value": 2
},
"S": {
- "value": 8
+ "value": 3
},
"T": {
- "value": 8
+ "value": 3
},
"W": {
- "value": 26,
- "max": 26,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
+ "value": 5
},
"A": {
- "value": "6"
+ "value": 6
},
"Ld": {
"value": 9
},
"Sv": {
- "value": 3
+ "value": 6
},
"Base": {
- "value": "Use model"
+ "value": "25mm"
},
"loadout1": {
- "value": "Shuriken cannon",
+ "value": "Shuriken pistol",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -13437,58 +18965,103 @@
"-": {
"order": 0
},
- "Aeldari missile launcher": {
+ "Aeldari power sword": {
"order": 1,
"traits": [
{
- "trait": "Wargear§Aeldari missile launcher"
+ "trait": "Weapon§Aeldari power sword"
}
]
},
- "Bright lance": {
+ "Fusion pistol": {
"order": 2,
- "traits": [
- {
- "trait": "Weapon§Bright lance"
- }
- ]
- },
- "Scatter laser": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 4,
"traits": [
{
"trait": {
- "item": "Weapon§Shuriken cannon",
+ "item": "Weapon§Fusion pistol",
"stats": {
"Points": {
- "value": 0
+ "value": 5
}
}
}
}
]
},
- "Starcannon": {
- "order": 5,
+ "Harlequin’s blade": {
+ "order": 3,
"traits": [
{
- "trait": "Weapon§Starcannon"
+ "trait": "Weapon§Harlequin’s blade"
}
]
},
- "Twin Scorpion pulsar": {
+ "Harlequin’s caress": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Harlequin’s caress",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Harlequin’s embrace": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Harlequin’s embrace",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Harlequin’s kiss": {
"order": 6,
"traits": [
{
- "trait": "Weapon§Twin Scorpion pulsar"
+ "trait": {
+ "item": "Weapon§Harlequin’s kiss",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Neuro disruptor": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Neuro disruptor"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
}
]
}
@@ -13497,7 +19070,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Twin Scorpion pulsar",
+ "value": "Harlequin’s blade",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -13507,58 +19080,103 @@
"-": {
"order": 0
},
- "Aeldari missile launcher": {
+ "Aeldari power sword": {
"order": 1,
"traits": [
{
- "trait": "Wargear§Aeldari missile launcher"
+ "trait": "Weapon§Aeldari power sword"
}
]
},
- "Bright lance": {
+ "Fusion pistol": {
"order": 2,
- "traits": [
- {
- "trait": "Weapon§Bright lance"
- }
- ]
- },
- "Scatter laser": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 4,
"traits": [
{
"trait": {
- "item": "Weapon§Shuriken cannon",
+ "item": "Weapon§Fusion pistol",
"stats": {
"Points": {
- "value": 0
+ "value": 5
}
}
}
}
]
},
- "Starcannon": {
- "order": 5,
+ "Harlequin’s blade": {
+ "order": 3,
"traits": [
{
- "trait": "Weapon§Starcannon"
+ "trait": "Weapon§Harlequin’s blade"
}
]
},
- "Twin Scorpion pulsar": {
+ "Harlequin’s caress": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Harlequin’s caress",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Harlequin’s embrace": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Harlequin’s embrace",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Harlequin’s kiss": {
"order": 6,
"traits": [
{
- "trait": "Weapon§Twin Scorpion pulsar"
+ "trait": {
+ "item": "Weapon§Harlequin’s kiss",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Neuro disruptor": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Neuro disruptor"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
}
]
}
@@ -13567,7 +19185,7 @@
"dynamic": true
},
"loadout3": {
- "value": "-",
+ "value": "Plasma grenade",
"label": "Loadout",
"statType": "rank",
"statOrder": 3,
@@ -13577,58 +19195,218 @@
"-": {
"order": 0
},
- "Aeldari missile launcher": {
+ "Aeldari power sword": {
"order": 1,
"traits": [
{
- "trait": "Wargear§Aeldari missile launcher"
+ "trait": "Weapon§Aeldari power sword"
}
]
},
- "Bright lance": {
+ "Fusion pistol": {
"order": 2,
- "traits": [
- {
- "trait": "Weapon§Bright lance"
- }
- ]
- },
- "Scatter laser": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 4,
"traits": [
{
"trait": {
- "item": "Weapon§Shuriken cannon",
+ "item": "Weapon§Fusion pistol",
"stats": {
"Points": {
- "value": 0
+ "value": 5
}
}
}
}
]
},
- "Starcannon": {
- "order": 5,
+ "Harlequin’s blade": {
+ "order": 3,
"traits": [
{
- "trait": "Weapon§Starcannon"
+ "trait": "Weapon§Harlequin’s blade"
}
]
},
- "Twin Scorpion pulsar": {
+ "Harlequin’s caress": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Harlequin’s caress",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Harlequin’s embrace": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Harlequin’s embrace",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Harlequin’s kiss": {
"order": 6,
"traits": [
{
- "trait": "Weapon§Twin Scorpion pulsar"
+ "trait": {
+ "item": "Weapon§Harlequin’s kiss",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Neuro disruptor": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Neuro disruptor"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari power sword": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari power sword"
+ }
+ ]
+ },
+ "Fusion pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Fusion pistol",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Harlequin’s blade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s blade"
+ }
+ ]
+ },
+ "Harlequin’s caress": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Harlequin’s caress",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Harlequin’s embrace": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Harlequin’s embrace",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Harlequin’s kiss": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Harlequin’s kiss",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Neuro disruptor": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Neuro disruptor"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
}
]
}
@@ -13637,140 +19415,306 @@
"dynamic": true
}
},
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "13",
- "min": "7",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "10",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "6",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- }
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Harlequin’s Caress",
+ "Harlequin’s Embrace",
+ "Harlequin’s Kiss",
+ "Haywire Grenade",
+ "Infantry",
+ "Troupe Master"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Harlequins",
+ "Ynnari"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Harlequin’s Panoply",
+ "Ability§Luck of the Laughing God",
+ "Ability§Rising Crescendo",
+ "Ability§Troupe Master Weapons",
+ "Ability§Choreographer of War (Aura)"
+ ]
+ },
+ "text": "A Troupe Master is equipped with: shuriken pistol; Harlequin’s blade; plasma grenades.\n\n• This model’s shuriken pistol can be replaced with one of the following: 1 fusion pistol; 1 neuro disruptor.\n\n• This model’s Harlequin’s blade can be replaced with one of the following: 1 Harlequin’s caress; 1 Harlequin’s embrace; 1 Harlequin’s kiss; 1 Aeldari power sword.\n\nnull",
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
}
},
- "Model§Cobra": {
+ "HQ§Yvraine": {
"stats": {
+ "Power Level": {
+ "value": 7
+ },
+ "Points": {
+ "value": 140
+ },
+ "M": {
+ "value": 8
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 5
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 6
+ },
+ "Base": {
+ "value": "75 x 42mm"
+ },
+ "loadout1": {
+ "value": "Kha-vir, the Sword of Sorrows",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Kha-vir, the Sword of Sorrows": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Kha-vir, the Sword of Sorrows"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Kha-vir, the Sword of Sorrows": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Kha-vir, the Sword of Sorrows"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Character",
+ "Infantry",
+ "Psyker",
+ "Yvraine"
+ ],
+ "Faction": [
+ "Aeldari",
+ "Asuryani",
+ "Ynnari"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Battle Focus",
+ "Ability§Strands of Fate",
+ "Ability§Runesuit",
+ "Ability§Herald of Ynnead",
+ "Ability§Gyrinx Familiar",
+ "Psychic Power§Smite"
+ ]
+ },
+ "text": "Yvraine is equipped with: Kha-vir, the Sword of Sorrows. Your army can only include one **YVRAINE** model.\n\n\n\nThis model can attempt to [manifest](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers) two psychic powers in your [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE) and attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) two psychic powers in your opponent’s Psychic phase. It knows [Smite](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Smite) and two psychic powers from the [Revenant discipline](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Revenant-Discipline)**.",
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Lords of War§Cobra": {
+ "stats": {
+ "Power Level": {
+ "value": 24
+ },
+ "Crystal targeting matrix": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Crystal targeting matrix",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Spirit stones": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Spirit stones",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Star engines": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Star engines"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Vectored engines": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Vectored engines"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
"Points": {
"value": 450
},
"M": {
- "value": "14"
+ "value": 14
},
"WS": {
"value": 6
@@ -13796,7 +19740,7 @@
"visibility": "always"
},
"A": {
- "value": "6"
+ "value": 6
},
"Ld": {
"value": 9
@@ -14018,6 +19962,34 @@
"dynamic": true
}
},
+ "keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Cobra",
+ "Fly",
+ "Titanic",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Strands of Fate",
+ "Ability§Distortion Field",
+ "Ability§Hover Tank",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Cobra is equipped with: D-impaler; shuriken cannon.\n\n• This model’s shuriken cannon can be replaced with one of the following: 1 Aeldari missile launcher; 1 bright lance; 1 scatter laser; 1 starcannon.\n\n• This model can be equipped with up to one of each of the following: 1 crystal targeting matrix; 1 spirit stones; 1 star engines; 1 vectored engines.\n\nnull",
"rules": {
"dynamicDamageMid": {
"evals": [
@@ -14030,8 +20002,8 @@
"value"
]
],
- "max": "13",
- "min": "7",
+ "max": 13,
+ "min": 7,
"operator": "AND",
"not": false,
"actionable": true
@@ -14050,7 +20022,7 @@
]
],
"actionType": "set",
- "value": "10",
+ "value": 10,
"iterations": 1
},
{
@@ -14063,7 +20035,7 @@
]
],
"actionType": "set",
- "value": "4",
+ "value": 4,
"iterations": 1
},
{
@@ -14076,7 +20048,7 @@
]
],
"actionType": "set",
- "value": "3",
+ "value": 3,
"iterations": 1
}
]
@@ -14092,8 +20064,8 @@
"value"
]
],
- "max": "6",
- "min": "1",
+ "max": 6,
+ "min": 1,
"operator": "AND",
"not": false,
"actionable": true
@@ -14112,7 +20084,7 @@
]
],
"actionType": "set",
- "value": "6",
+ "value": 6,
"iterations": 1
},
{
@@ -14125,7 +20097,7 @@
]
],
"actionType": "set",
- "value": "5",
+ "value": 5,
"iterations": 1
},
{
@@ -14143,3082 +20115,21 @@
}
]
}
- }
- },
- "Model§Nightwing": {
- "stats": {
- "Points": {
- "value": 220
- },
- "M": {
- "value": "20-60"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 6
- },
- "T": {
- "value": 6
- },
- "W": {
- "value": 14,
- "max": 14,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "120 x 92mm flying base"
- },
- "loadout1": {
- "value": "Twin bright lance",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Twin bright lance": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Twin bright lance"
- }
- ]
- },
- "Twin shuriken cannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Twin shuriken cannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Twin bright lance": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Twin bright lance"
- }
- ]
- },
- "Twin shuriken cannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Twin bright lance",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Twin bright lance": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Twin bright lance"
- }
- ]
- },
- "Twin shuriken cannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Twin bright lance": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Twin bright lance"
- }
- ]
- },
- "Twin shuriken cannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
},
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "7",
- "min": "4",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "20-40",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "3",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "20-25",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
- }
+ "meta": {
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
}
},
- "Model§Phoenix": {
+ "Lords of War§Phantom Titan": {
"stats": {
- "Points": {
- "value": 210
+ "Power Level": {
+ "value": 150
},
- "M": {
- "value": "20-60"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 6
- },
- "T": {
- "value": 6
- },
- "W": {
- "value": 16,
- "max": 16,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "120 x 92mm flying base"
- },
- "loadout1": {
- "value": "Phoenix missile array",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Phoenix missile array": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Phoenix missile array"
- }
- ]
- },
- "Phoenix pulse laser": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Phoenix pulse laser"
- }
- ]
- },
- "Twin shuriken cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Phoenix pulse laser",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Phoenix missile array": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Phoenix missile array"
- }
- ]
- },
- "Phoenix pulse laser": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Phoenix pulse laser"
- }
- ]
- },
- "Twin shuriken cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Twin shuriken cannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Phoenix missile array": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Phoenix missile array"
- }
- ]
- },
- "Phoenix pulse laser": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Phoenix pulse laser"
- }
- ]
- },
- "Twin shuriken cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "Twin shuriken cannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Phoenix missile array": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Phoenix missile array"
- }
- ]
- },
- "Phoenix pulse laser": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Phoenix pulse laser"
- }
- ]
- },
- "Twin shuriken cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout5": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 5,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Phoenix missile array": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Phoenix missile array"
- }
- ]
- },
- "Phoenix pulse laser": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Phoenix pulse laser"
- }
- ]
- },
- "Twin shuriken cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "8",
- "min": "5",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "20-40",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "4",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "20-25",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Vampire Raider": {
- "stats": {
- "Points": {
- "value": 400
- },
- "M": {
- "value": "20-50"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 8
- },
- "T": {
- "value": 8
- },
- "W": {
- "value": 32,
- "max": 32,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "6"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "170 x 109mm flying base"
- },
- "loadout1": {
- "value": "Scatter laser",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Scatter laser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Twin pulse laser": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Twin pulse laser"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Twin pulse laser",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Scatter laser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Twin pulse laser": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Twin pulse laser"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Scatter laser",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Scatter laser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Twin pulse laser": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Twin pulse laser"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "Scatter laser",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Scatter laser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Twin pulse laser": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Twin pulse laser"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout5": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 5,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Scatter laser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Twin pulse laser": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Twin pulse laser"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "16",
- "min": "9",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "20-40",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D6",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "8",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "20-25",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Vampire Hunter": {
- "stats": {
- "Points": {
- "value": 600
- },
- "M": {
- "value": "20-50"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 8
- },
- "T": {
- "value": 8
- },
- "W": {
- "value": 32,
- "max": 32,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "6"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "170 x 109mm flying base"
- },
- "loadout1": {
- "value": "Scatter laser",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Scatter laser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Twin pulse laser": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Twin pulse laser"
- }
- ]
- },
- "Twin vampire pulsar": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin vampire pulsar"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Twin pulse laser",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Scatter laser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Twin pulse laser": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Twin pulse laser"
- }
- ]
- },
- "Twin vampire pulsar": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin vampire pulsar"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Twin vampire pulsar",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Scatter laser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Twin pulse laser": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Twin pulse laser"
- }
- ]
- },
- "Twin vampire pulsar": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin vampire pulsar"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "Twin vampire pulsar",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Scatter laser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Twin pulse laser": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Twin pulse laser"
- }
- ]
- },
- "Twin vampire pulsar": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin vampire pulsar"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout5": {
- "value": "Twin vampire pulsar",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 5,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Scatter laser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Twin pulse laser": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Twin pulse laser"
- }
- ]
- },
- "Twin vampire pulsar": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin vampire pulsar"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout6": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 6,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Scatter laser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Scatter laser"
- }
- ]
- },
- "Twin pulse laser": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Twin pulse laser"
- }
- ]
- },
- "Twin vampire pulsar": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin vampire pulsar"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "16",
- "min": "9",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "20-40",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D6",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "8",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "20-25",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Skathach Wraithknight": {
- "stats": {
- "Points": {
- "value": 325
- },
- "M": {
- "value": "12"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 8
- },
- "T": {
- "value": 8
- },
- "W": {
- "value": 24,
- "max": 24,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "120 x 92mm"
- },
- "loadout1": {
- "value": "Inferno lance",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Deathshroud cannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Deathshroud cannon"
- }
- ]
- },
- "Inferno lance": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Inferno lance"
- }
- ]
- },
- "Scatter laser": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Scatter laser",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Shuriken cannon": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Starcannon": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Starcannon",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Titanic feet": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Titanic feet"
- }
- ]
- },
- "Titanic wraithbone fists": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Titanic wraithbone fists"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Titanic feet",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Deathshroud cannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Deathshroud cannon"
- }
- ]
- },
- "Inferno lance": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Inferno lance"
- }
- ]
- },
- "Scatter laser": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Scatter laser",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Shuriken cannon": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Starcannon": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Starcannon",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Titanic feet": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Titanic feet"
- }
- ]
- },
- "Titanic wraithbone fists": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Titanic wraithbone fists"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Titanic wraithbone fists",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Deathshroud cannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Deathshroud cannon"
- }
- ]
- },
- "Inferno lance": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Inferno lance"
- }
- ]
- },
- "Scatter laser": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Scatter laser",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Shuriken cannon": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Starcannon": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Starcannon",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Titanic feet": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Titanic feet"
- }
- ]
- },
- "Titanic wraithbone fists": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Titanic wraithbone fists"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Deathshroud cannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Deathshroud cannon"
- }
- ]
- },
- "Inferno lance": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Inferno lance"
- }
- ]
- },
- "Scatter laser": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Scatter laser",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Shuriken cannon": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Starcannon": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Starcannon",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Titanic feet": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Titanic feet"
- }
- ]
- },
- "Titanic wraithbone fists": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Titanic wraithbone fists"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "12",
- "min": "7",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "10",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "WS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "6",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "8",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "WS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Revenant Titan": {
- "stats": {
- "Points": {
- "value": 1500
- },
- "M": {
- "value": "30"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 9
- },
- "T": {
- "value": 9
- },
- "W": {
- "value": 32,
- "max": 32,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 10
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "Use model"
- },
- "loadout1": {
- "value": "Cloudburst missile launcher",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Cloudburst missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Cloudburst missile launcher"
- }
- ]
- },
- "Revenant pulsar": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Revenant pulsar"
- }
- ]
- },
- "Sonic lance": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Sonic lance"
- }
- ]
- },
- "Titanic stride": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Titanic stride"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Revenant pulsar",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Cloudburst missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Cloudburst missile launcher"
- }
- ]
- },
- "Revenant pulsar": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Revenant pulsar"
- }
- ]
- },
- "Sonic lance": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Sonic lance"
- }
- ]
- },
- "Titanic stride": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Titanic stride"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Titanic stride",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Cloudburst missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Cloudburst missile launcher"
- }
- ]
- },
- "Revenant pulsar": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Revenant pulsar"
- }
- ]
- },
- "Sonic lance": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Sonic lance"
- }
- ]
- },
- "Titanic stride": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Titanic stride"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Cloudburst missile launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Cloudburst missile launcher"
- }
- ]
- },
- "Revenant pulsar": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Revenant pulsar"
- }
- ]
- },
- "Sonic lance": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Sonic lance"
- }
- ]
- },
- "Titanic stride": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Titanic stride"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "16",
- "min": "9",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "24",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "WS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "8",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "18",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "WS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Corsair Cloud Dancer": {
- "stats": {
- "Points": {
- "value": 22
- },
- "M": {
- "value": "16"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 4
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "1"
- },
- "Ld": {
- "value": 6
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "32mm flying base"
- },
- "loadout1": {
- "value": "Brace of pistols",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Brace of pistols": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Brace of pistols"
- }
- ]
- },
- "Dark lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Dark lance",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- },
- "Dissonance cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Dissonance cannon"
- }
- ]
- },
- "Dissonance pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Dissonance pistol"
- }
- ]
- },
- "Scatter laser": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Scatter laser",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Shuriken cannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Splinter cannon": {
- "order": 7,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Splinter cannon",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- },
- "Void sabre": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Void sabre"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Twin shuriken catapult",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Brace of pistols": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Brace of pistols"
- }
- ]
- },
- "Dark lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Dark lance",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- },
- "Dissonance cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Dissonance cannon"
- }
- ]
- },
- "Dissonance pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Dissonance pistol"
- }
- ]
- },
- "Scatter laser": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Scatter laser",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Shuriken cannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Splinter cannon": {
- "order": 7,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Splinter cannon",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- },
- "Void sabre": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Void sabre"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Brace of pistols": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Brace of pistols"
- }
- ]
- },
- "Dark lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Dark lance",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- },
- "Dissonance cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Dissonance cannon"
- }
- ]
- },
- "Dissonance pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Dissonance pistol"
- }
- ]
- },
- "Scatter laser": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Scatter laser",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Shuriken cannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Splinter cannon": {
- "order": 7,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Splinter cannon",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- },
- "Void sabre": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Void sabre"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Corsair Cloud Dancer Felarch": {
- "stats": {
- "Points": {
- "value": 22
- },
- "M": {
- "value": "16"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 4
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "32mm flying base"
- },
- "loadout1": {
- "value": "Brace of pistols",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Brace of pistols": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Brace of pistols"
- }
- ]
- },
- "Dark lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Dark lance",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- },
- "Dissonance cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Dissonance cannon"
- }
- ]
- },
- "Dissonance pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Dissonance pistol"
- }
- ]
- },
- "Scatter laser": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Scatter laser",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Shuriken cannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Splinter cannon": {
- "order": 7,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Splinter cannon",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- },
- "Void sabre": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Void sabre"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Twin shuriken catapult",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Brace of pistols": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Brace of pistols"
- }
- ]
- },
- "Dark lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Dark lance",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- },
- "Dissonance cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Dissonance cannon"
- }
- ]
- },
- "Dissonance pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Dissonance pistol"
- }
- ]
- },
- "Scatter laser": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Scatter laser",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Shuriken cannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Splinter cannon": {
- "order": 7,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Splinter cannon",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- },
- "Void sabre": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Void sabre"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Brace of pistols": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Brace of pistols"
- }
- ]
- },
- "Dark lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Dark lance",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- },
- "Dissonance cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Dissonance cannon"
- }
- ]
- },
- "Dissonance pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Dissonance pistol"
- }
- ]
- },
- "Scatter laser": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Scatter laser",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Shuriken cannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Splinter cannon": {
- "order": 7,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Splinter cannon",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- }
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- },
- "Void sabre": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Void sabre"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Irillyth": {
- "stats": {
- "Points": {
- "value": 140
- },
- "M": {
- "value": "12"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 4
- },
- "T": {
- "value": 4
- },
- "W": {
- "value": 6
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 2
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Spear of Starlight",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Spear of Starlight": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Spear of Starlight"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Spear of Starlight": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Spear of Starlight"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Phantom Titan": {
- "stats": {
"Points": {
"value": 3000
},
"M": {
- "value": "24"
+ "value": 24
},
"WS": {
"value": 3
@@ -17244,7 +20155,7 @@
"visibility": "always"
},
"A": {
- "value": "6"
+ "value": 6
},
"Ld": {
"value": 10
@@ -17646,6 +20557,34 @@
"dynamic": true
}
},
+ "keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Monster",
+ "Phantom Titan",
+ "Titanic"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani",
+ "Spirit Host"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Strands of Fate",
+ "Ability§Explodes",
+ "Ability§Distortion Field",
+ "Ability§War Engine"
+ ]
+ },
+ "text": "A Phantom Titan is equipped with: 2 Phantom pulsars; starcannon; voidstorm missile launcher; titanic stride.\n\n• Any of this model’s phantom pulsars can each be replaced with one of the following: 1 D-bombard; 2 starcannons and 1 wraith glaive.\n\n• Any of this model’s starcannons can each be replaced with 1 pulse laser.\n\nnull",
"rules": {
"dynamicDamageMid": {
"evals": [
@@ -17658,8 +20597,8 @@
"value"
]
],
- "max": "45",
- "min": "31",
+ "max": 45,
+ "min": 31,
"operator": "AND",
"not": false,
"actionable": true
@@ -17678,7 +20617,7 @@
]
],
"actionType": "set",
- "value": "20",
+ "value": 20,
"iterations": 1
},
{
@@ -17691,7 +20630,7 @@
]
],
"actionType": "set",
- "value": "3",
+ "value": 3,
"iterations": 1
},
{
@@ -17704,7 +20643,7 @@
]
],
"actionType": "set",
- "value": "4",
+ "value": 4,
"iterations": 1
}
]
@@ -17720,8 +20659,8 @@
"value"
]
],
- "max": "30",
- "min": "16",
+ "max": 30,
+ "min": 16,
"operator": "AND",
"not": false,
"actionable": true
@@ -17740,7 +20679,7 @@
]
],
"actionType": "set",
- "value": "16",
+ "value": 16,
"iterations": 1
},
{
@@ -17753,7 +20692,7 @@
]
],
"actionType": "set",
- "value": "4",
+ "value": 4,
"iterations": 1
},
{
@@ -17766,11 +20705,3164 @@
]
],
"actionType": "set",
- "value": "4",
+ "value": 4,
"iterations": 1
}
]
}
+ },
+ "meta": {
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
+ }
+ },
+ "Lords of War§Revenant Titan": {
+ "stats": {
+ "Power Level": {
+ "value": 75
+ },
+ "Points": {
+ "value": 1500
+ },
+ "M": {
+ "value": 30
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 9
+ },
+ "T": {
+ "value": 9
+ },
+ "W": {
+ "value": 32,
+ "max": 32,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 10
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "Use model"
+ },
+ "loadout1": {
+ "value": "Cloudburst missile launcher",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Cloudburst missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Cloudburst missile launcher"
+ }
+ ]
+ },
+ "Revenant pulsar": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Revenant pulsar"
+ }
+ ]
+ },
+ "Sonic lance": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Sonic lance"
+ }
+ ]
+ },
+ "Titanic stride": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Titanic stride"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Revenant pulsar",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Cloudburst missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Cloudburst missile launcher"
+ }
+ ]
+ },
+ "Revenant pulsar": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Revenant pulsar"
+ }
+ ]
+ },
+ "Sonic lance": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Sonic lance"
+ }
+ ]
+ },
+ "Titanic stride": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Titanic stride"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Titanic stride",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Cloudburst missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Cloudburst missile launcher"
+ }
+ ]
+ },
+ "Revenant pulsar": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Revenant pulsar"
+ }
+ ]
+ },
+ "Sonic lance": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Sonic lance"
+ }
+ ]
+ },
+ "Titanic stride": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Titanic stride"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Cloudburst missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Cloudburst missile launcher"
+ }
+ ]
+ },
+ "Revenant pulsar": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Revenant pulsar"
+ }
+ ]
+ },
+ "Sonic lance": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Sonic lance"
+ }
+ ]
+ },
+ "Titanic stride": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Titanic stride"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Fly",
+ "Jet Pack",
+ "Monster",
+ "Revenant Titan",
+ "Titanic"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani",
+ "Spirit Host"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Strands of Fate",
+ "Ability§Revenant Jet Pack",
+ "Ability§Distortion Field",
+ "Ability§Titanic",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Revenant Titan is equipped with: cloudburst missile launcher; 2 Revenant pulsars; titanic stride.\n\n• Any of this model’s revenant pulsars can each be replaced with 1 sonic lance.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 16,
+ "min": 9,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 24,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "WS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 8,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 18,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "WS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
+ }
+ },
+ "Lords of War§Scorpion": {
+ "stats": {
+ "Power Level": {
+ "value": 27
+ },
+ "Crystal targeting matrix": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Crystal targeting matrix",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Spirit stones": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Spirit stones",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Star engines": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Star engines"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Vectored engines": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Vectored engines"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 500
+ },
+ "M": {
+ "value": 14
+ },
+ "WS": {
+ "value": 6
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 8
+ },
+ "T": {
+ "value": 8
+ },
+ "W": {
+ "value": 26,
+ "max": 26,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 6
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "Use model"
+ },
+ "loadout1": {
+ "value": "Shuriken cannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Aeldari missile launcher"
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bright lance"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Starcannon"
+ }
+ ]
+ },
+ "Twin Scorpion pulsar": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Twin Scorpion pulsar"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Twin Scorpion pulsar",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Aeldari missile launcher"
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bright lance"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Starcannon"
+ }
+ ]
+ },
+ "Twin Scorpion pulsar": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Twin Scorpion pulsar"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Aeldari missile launcher"
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bright lance"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Starcannon"
+ }
+ ]
+ },
+ "Twin Scorpion pulsar": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Twin Scorpion pulsar"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Fly",
+ "Scorpion",
+ "Titanic",
+ "Vehicle"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Strands of Fate",
+ "Ability§Distortion Field",
+ "Ability§Hover Tank",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Scorpion is equipped with: shuriken cannon; twin Scorpion pulsar.\n\n• This model’s shuriken cannon can be replaced with one of the following: 1 Aeldari missile launcher; 1 bright lance; 1 scatter laser; 1 starcannon.\n\n• This model can be equipped with up to one of each of the following: 1 crystal targeting matrix; 1 spirit stones; 1 star engines; 1 vectored engines.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 13,
+ "min": 7,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 10,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 3,
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 6,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "A",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": "D3",
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
+ }
+ },
+ "Lords of War§Skathach Wraithknight": {
+ "stats": {
+ "Power Level": {
+ "value": 22
+ },
+ "Scattershield": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Scattershield"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 325
+ },
+ "M": {
+ "value": 12
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 8
+ },
+ "T": {
+ "value": 8
+ },
+ "W": {
+ "value": 24,
+ "max": 24,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "120 x 92mm"
+ },
+ "loadout1": {
+ "value": "Inferno lance",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Deathshroud cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Deathshroud cannon"
+ }
+ ]
+ },
+ "Inferno lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno lance"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Scatter laser",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Starcannon",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Titanic feet": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Titanic feet"
+ }
+ ]
+ },
+ "Titanic wraithbone fists": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Titanic wraithbone fists"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Titanic feet",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Deathshroud cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Deathshroud cannon"
+ }
+ ]
+ },
+ "Inferno lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno lance"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Scatter laser",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Starcannon",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Titanic feet": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Titanic feet"
+ }
+ ]
+ },
+ "Titanic wraithbone fists": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Titanic wraithbone fists"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Titanic wraithbone fists",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Deathshroud cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Deathshroud cannon"
+ }
+ ]
+ },
+ "Inferno lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno lance"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Scatter laser",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Starcannon",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Titanic feet": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Titanic feet"
+ }
+ ]
+ },
+ "Titanic wraithbone fists": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Titanic wraithbone fists"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Deathshroud cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Deathshroud cannon"
+ }
+ ]
+ },
+ "Inferno lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Inferno lance"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Scatter laser",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Starcannon",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Titanic feet": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Titanic feet"
+ }
+ ]
+ },
+ "Titanic wraithbone fists": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Titanic wraithbone fists"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Index—Imperial Armour: Compendium—Indomitus 1.7"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Monster",
+ "Skathach Wraithknight",
+ "Titanic",
+ "Wraith Construct"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani",
+ "Spirit Host"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Strands of Fate",
+ "Ability§Unstoppable Revenant",
+ "Ability§Webway Rupture",
+ "Ability§Webway Shunt Generator",
+ "Ability§Wraithbone Form",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Skathach Wraithknight is equipped with: 2 inferno lances; titanic feet; titanic wraithbone fists.\n\n• Any of this model’s inferno lances can be replaced with one of the following: 1 deathshroud cannon; 1 scattershield (maximum 1 per model).\n\n• This model can be equipped with up to two of the following: 1 scatter laser; 1 shuriken cannon; 1 starcannon.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 12,
+ "min": 7,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 10,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "WS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 6,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 8,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "WS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
+ }
+ },
+ "Lords of War§Wraithknight": {
+ "stats": {
+ "Power Level": {
+ "value": 23
+ },
+ "Scattershield": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Scattershield",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Points": {
+ "value": 400
+ },
+ "M": {
+ "value": 12
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 8
+ },
+ "T": {
+ "value": 8
+ },
+ "W": {
+ "value": 22,
+ "max": 22,
+ "min": 1,
+ "dynamic": true,
+ "increment": {
+ "value": 1
+ },
+ "statType": "numeric",
+ "visibility": "always"
+ },
+ "A": {
+ "value": 5
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "120 x 92mm"
+ },
+ "loadout1": {
+ "value": "Titanic ghostglaive",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Titanic ghostglaive": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Titanic ghostglaive"
+ }
+ ]
+ },
+ "Heavy wraithcannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy wraithcannon"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Scatter laser",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Starcannon",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Suncannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Suncannon"
+ }
+ ]
+ },
+ "Titanic feet": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Titanic feet"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Titanic feet",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Titanic ghostglaive": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Titanic ghostglaive"
+ }
+ ]
+ },
+ "Heavy wraithcannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy wraithcannon"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Scatter laser",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Starcannon",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Suncannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Suncannon"
+ }
+ ]
+ },
+ "Titanic feet": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Titanic feet"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Scatter laser",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Titanic ghostglaive": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Titanic ghostglaive"
+ }
+ ]
+ },
+ "Heavy wraithcannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy wraithcannon"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Scatter laser",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Starcannon",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Suncannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Suncannon"
+ }
+ ]
+ },
+ "Titanic feet": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Titanic feet"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Titanic ghostglaive": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Titanic ghostglaive"
+ }
+ ]
+ },
+ "Heavy wraithcannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Heavy wraithcannon"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Scatter laser",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Starcannon",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Suncannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Suncannon"
+ }
+ ]
+ },
+ "Titanic feet": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Titanic feet"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Monster",
+ "Titanic",
+ "Wraith Construct",
+ "Wraithknight"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Asuryani",
+ "Spirit Host"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Strands of Fate",
+ "Ability§Wraithbone Form",
+ "Ability§Agile Construct",
+ "Ability§Unstoppable Revenant",
+ "Ability§Explodes"
+ ]
+ },
+ "text": "A Wraithknight is equipped with: titanic ghostglaive; titanic feet; scattershield.\n\n• This model’s titanic ghostglaive can be replaced with one of the following: 1 heavy wraithcannon; 1 suncannon.\n\n• This model’s scattershield can be replaced with 1 heavy wraithcannon.\n\n• This model can be equipped with up to 2 of the following: 1 scatter laser; 1 shuriken cannon; 1 starcannon.\n\nnull",
+ "rules": {
+ "dynamicDamageMid": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 11,
+ "min": 6,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 10,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "WS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 4,
+ "iterations": 1
+ }
+ ]
+ },
+ "dynamicDamageLow": {
+ "evals": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "W",
+ "value"
+ ]
+ ],
+ "max": 5,
+ "min": 1,
+ "operator": "AND",
+ "not": false,
+ "actionable": true
+ }
+ ],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "M",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 8,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "WS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ },
+ {
+ "paths": [
+ [
+ "{self}",
+ "stats",
+ "BS",
+ "value"
+ ]
+ ],
+ "actionType": "set",
+ "value": 5,
+ "iterations": 1
+ }
+ ]
+ }
+ },
+ "meta": {
+ "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ }
+ },
+ "Model§Arena Champion": {
+ "stats": {
+ "Points": {
+ "value": 20
+ },
+ "M": {
+ "value": 18
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 4
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "32mm flying base"
+ },
+ "loadout1": {
+ "value": "Splinter pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Agoniser"
+ }
+ ]
+ },
+ "Bladevanes": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bladevanes"
+ }
+ ]
+ },
+ "Blaster": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Blaster"
+ }
+ ]
+ },
+ "Heat lance": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Heat lance"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Splinter rifle": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter rifle"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Splinter rifle",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Agoniser"
+ }
+ ]
+ },
+ "Bladevanes": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bladevanes"
+ }
+ ]
+ },
+ "Blaster": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Blaster"
+ }
+ ]
+ },
+ "Heat lance": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Heat lance"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Splinter rifle": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter rifle"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Bladevanes",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Agoniser"
+ }
+ ]
+ },
+ "Bladevanes": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bladevanes"
+ }
+ ]
+ },
+ "Blaster": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Blaster"
+ }
+ ]
+ },
+ "Heat lance": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Heat lance"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Splinter rifle": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter rifle"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Agoniser"
+ }
+ ]
+ },
+ "Bladevanes": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bladevanes"
+ }
+ ]
+ },
+ "Blaster": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Blaster"
+ }
+ ]
+ },
+ "Heat lance": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Heat lance"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Splinter rifle": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter rifle"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Corsair Cloud Dancer": {
+ "stats": {
+ "Points": {
+ "value": 22
+ },
+ "M": {
+ "value": 16
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 4
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 1
+ },
+ "Ld": {
+ "value": 6
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "32mm flying base"
+ },
+ "loadout1": {
+ "value": "Brace of pistols",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Brace of pistols": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Brace of pistols"
+ }
+ ]
+ },
+ "Dark lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Dark lance",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Dissonance cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Dissonance cannon"
+ }
+ ]
+ },
+ "Dissonance pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Dissonance pistol"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Scatter laser",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Splinter cannon": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Splinter cannon",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ },
+ "Void sabre": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Void sabre"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Twin shuriken catapult",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Brace of pistols": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Brace of pistols"
+ }
+ ]
+ },
+ "Dark lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Dark lance",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Dissonance cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Dissonance cannon"
+ }
+ ]
+ },
+ "Dissonance pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Dissonance pistol"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Scatter laser",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Splinter cannon": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Splinter cannon",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ },
+ "Void sabre": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Void sabre"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Brace of pistols": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Brace of pistols"
+ }
+ ]
+ },
+ "Dark lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Dark lance",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Dissonance cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Dissonance cannon"
+ }
+ ]
+ },
+ "Dissonance pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Dissonance pistol"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Scatter laser",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Splinter cannon": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Splinter cannon",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ },
+ "Void sabre": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Void sabre"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Corsair Cloud Dancer Felarch": {
+ "stats": {
+ "Points": {
+ "value": 22
+ },
+ "M": {
+ "value": 16
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 4
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "32mm flying base"
+ },
+ "loadout1": {
+ "value": "Brace of pistols",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Brace of pistols": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Brace of pistols"
+ }
+ ]
+ },
+ "Dark lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Dark lance",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Dissonance cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Dissonance cannon"
+ }
+ ]
+ },
+ "Dissonance pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Dissonance pistol"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Scatter laser",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Splinter cannon": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Splinter cannon",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ },
+ "Void sabre": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Void sabre"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Twin shuriken catapult",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Brace of pistols": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Brace of pistols"
+ }
+ ]
+ },
+ "Dark lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Dark lance",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Dissonance cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Dissonance cannon"
+ }
+ ]
+ },
+ "Dissonance pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Dissonance pistol"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Scatter laser",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Splinter cannon": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Splinter cannon",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ },
+ "Void sabre": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Void sabre"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Brace of pistols": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Brace of pistols"
+ }
+ ]
+ },
+ "Dark lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Dark lance",
+ "stats": {
+ "Points": {
+ "value": 20
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Dissonance cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Dissonance cannon"
+ }
+ ]
+ },
+ "Dissonance pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Dissonance pistol"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Scatter laser",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Splinter cannon": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Splinter cannon",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ },
+ "Void sabre": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Void sabre"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
}
},
"Model§Corsair Reaver": {
@@ -17779,7 +23871,7 @@
"value": 9
},
"M": {
- "value": "8"
+ "value": 8
},
"WS": {
"value": 3
@@ -17797,7 +23889,7 @@
"value": 1
},
"A": {
- "value": "1"
+ "value": 1
},
"Ld": {
"value": 6
@@ -18472,7 +24564,7 @@
"value": 9
},
"M": {
- "value": "8"
+ "value": 8
},
"WS": {
"value": 3
@@ -18490,7 +24582,7 @@
"value": 1
},
"A": {
- "value": "2"
+ "value": 2
},
"Ld": {
"value": 7
@@ -19165,7 +25257,7 @@
"value": 12
},
"M": {
- "value": "16"
+ "value": 16
},
"WS": {
"value": 3
@@ -19183,7 +25275,7 @@
"value": 1
},
"A": {
- "value": "1"
+ "value": 1
},
"Ld": {
"value": 6
@@ -19858,7 +25950,7 @@
"value": 12
},
"M": {
- "value": "16"
+ "value": 16
},
"WS": {
"value": 3
@@ -19876,7 +25968,7 @@
"value": 1
},
"A": {
- "value": "2"
+ "value": 2
},
"Ld": {
"value": 7
@@ -20545,1189 +26637,13 @@
}
}
},
- "Model§Firestorm": {
- "stats": {
- "Points": {
- "value": 130
- },
- "M": {
- "value": "16"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 6
- },
- "T": {
- "value": 7
- },
- "W": {
- "value": 12,
- "max": 12,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "60mm flying base"
- },
- "loadout1": {
- "value": "Firestorm scatter laser",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Firestorm scatter laser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Firestorm scatter laser"
- }
- ]
- },
- "Heavy arc rifle": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Heavy arc rifle"
- }
- ]
- },
- "Heavy bolter": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Heavy bolter"
- }
- ]
- },
- "Heavy grav-cannon": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Heavy grav-cannon"
- }
- ]
- },
- "Heavy phosphor blaster": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Heavy phosphor blaster"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Twin shuriken catapult",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Firestorm scatter laser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Firestorm scatter laser"
- }
- ]
- },
- "Heavy arc rifle": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Heavy arc rifle"
- }
- ]
- },
- "Heavy bolter": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Heavy bolter"
- }
- ]
- },
- "Heavy grav-cannon": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Heavy grav-cannon"
- }
- ]
- },
- "Heavy phosphor blaster": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Heavy phosphor blaster"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Firestorm scatter laser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Firestorm scatter laser"
- }
- ]
- },
- "Heavy arc rifle": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Heavy arc rifle"
- }
- ]
- },
- "Heavy bolter": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Heavy bolter"
- }
- ]
- },
- "Heavy grav-cannon": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Heavy grav-cannon"
- }
- ]
- },
- "Heavy phosphor blaster": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Heavy phosphor blaster"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "6",
- "min": "4",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "12",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "3",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "8",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Bonesinger": {
- "stats": {
- "Points": {
- "value": 70
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 4
- },
- "A": {
- "value": "1"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 6
- },
- "Base": {
- "value": "25mm"
- }
- }
- },
- "Model§Amallyn Shadowguide": {
- "stats": {
- "Points": {
- "value": 55
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 3
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 5
- },
- "Base": {
- "value": "32mm"
- }
- }
- },
- "Model§Autarch (Autarch (Legendary))": {
- "stats": {
- "Points": {
- "value": 65
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 5
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "25mm"
- }
- },
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Autarch",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Autarch with Swooping Hawk Wings": {
- "stats": {
- "Points": {
- "value": 80
- },
- "M": {
- "value": "14"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 5
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "25mm"
- }
- }
- },
- "Model§Autarch Skyrunner (Autarch Skyrunner (Legendary))": {
- "stats": {
- "Points": {
- "value": 95
- },
- "M": {
- "value": "16"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 4
- },
- "W": {
- "value": 6
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "32mm"
- },
- "loadout1": {
- "value": "Twin shuriken catapult",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Fusion gun": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Fusion gun",
- "stats": {
- "Points": {
- "value": 14
- }
- }
- }
- }
- ]
- },
- "Fusion pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Fusion pistol"
- }
- ]
- },
- "Laser lance": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Laser lance",
- "stats": {
- "Points": {
- "value": 8
- }
- }
- }
- }
- ]
- },
- "Power sword": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 4
- }
- }
- }
- }
- ]
- },
- "Shuriken pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Fusion gun": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Fusion gun",
- "stats": {
- "Points": {
- "value": 14
- }
- }
- }
- }
- ]
- },
- "Fusion pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Fusion pistol"
- }
- ]
- },
- "Laser lance": {
- "order": 3,
- "traits": [
- {
- "trait": {
- "item": "Wargear§Laser lance",
- "stats": {
- "Points": {
- "value": 8
- }
- }
- }
- }
- ]
- },
- "Power sword": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 4
- }
- }
- }
- }
- ]
- },
- "Shuriken pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- },
- "Twin shuriken catapult": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Twin shuriken catapult"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Autarch Skyrunner",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Guardian (Storm Guardians (Legendary))": {
- "stats": {
- "Points": {
- "value": 6
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "1"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 5
- },
- "Base": {
- "value": "25mm"
- }
- },
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Guardian",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Striking Scorpion (Striking Scorpions (Legendary))": {
- "stats": {
- "Points": {
- "value": 8
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "25mm"
- }
- },
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Striking Scorpion",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Striking Scorpion Exarch (Striking Scorpions (Legendary))": {
- "stats": {
- "Points": {
- "value": 8
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "25mm"
- }
- },
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Striking Scorpion Exarch",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Swooping Hawk (Swooping Hawks (Legendary))": {
- "stats": {
- "Points": {
- "value": 6
- },
- "M": {
- "value": "14"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "1"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "25mm"
- }
- },
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Swooping Hawk",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Swooping Hawk Exarch (Swooping Hawks (Legendary))": {
- "stats": {
- "Points": {
- "value": 6
- },
- "M": {
- "value": "14"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "25mm"
- }
- },
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Swooping Hawk Exarch",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Warp Spider (Warp Spiders (Legendary))": {
- "stats": {
- "Points": {
- "value": 9
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "1"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "25mm"
- }
- },
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Warp Spider",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Warp Spider Exarch (Warp Spiders (Legendary))": {
- "stats": {
- "Points": {
- "value": 9
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "25mm"
- }
- },
- "rules": {
- "rename me": {
- "evals": [],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "designation"
- ]
- ],
- "actionType": "set",
- "value": "Warp Spider Exarch",
- "iterations": 1
- }
- ]
- }
- }
- },
"Model§Corsair Voidreaver": {
"stats": {
"Points": {
"value": 10
},
"M": {
- "value": "7"
+ "value": 7
},
"WS": {
"value": 3
@@ -21745,7 +26661,7 @@
"value": 1
},
"A": {
- "value": "2"
+ "value": 2
},
"Ld": {
"value": 7
@@ -22134,426 +27050,13 @@
}
}
},
- "Model§Voidreaver Felarch": {
- "stats": {
- "Points": {
- "value": 10
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "28mm"
- },
- "loadout1": {
- "value": "Shuriken pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari power sword": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Aeldari power sword",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Corsair blaster": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Corsair blaster"
- }
- ]
- },
- "Corsair shredder": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Corsair shredder"
- }
- ]
- },
- "Neuro disruptor": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Neuro disruptor"
- }
- ]
- },
- "Plasma grenade": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- },
- "Shuriken rifle": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Shuriken rifle"
- }
- ]
- },
- "Wraithcannon": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Wraithcannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Aeldari power sword",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari power sword": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Aeldari power sword",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Corsair blaster": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Corsair blaster"
- }
- ]
- },
- "Corsair shredder": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Corsair shredder"
- }
- ]
- },
- "Neuro disruptor": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Neuro disruptor"
- }
- ]
- },
- "Plasma grenade": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- },
- "Shuriken rifle": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Shuriken rifle"
- }
- ]
- },
- "Wraithcannon": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Wraithcannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Plasma grenade",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari power sword": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Aeldari power sword",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Corsair blaster": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Corsair blaster"
- }
- ]
- },
- "Corsair shredder": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Corsair shredder"
- }
- ]
- },
- "Neuro disruptor": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Neuro disruptor"
- }
- ]
- },
- "Plasma grenade": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- },
- "Shuriken rifle": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Shuriken rifle"
- }
- ]
- },
- "Wraithcannon": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Wraithcannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari power sword": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Aeldari power sword",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Corsair blaster": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Corsair blaster"
- }
- ]
- },
- "Corsair shredder": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Corsair shredder"
- }
- ]
- },
- "Neuro disruptor": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Neuro disruptor"
- }
- ]
- },
- "Plasma grenade": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shuriken cannon"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- },
- "Shuriken rifle": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Shuriken rifle"
- }
- ]
- },
- "Wraithcannon": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Wraithcannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
"Model§Corsair Voidscarred": {
"stats": {
"Points": {
"value": 12
},
"M": {
- "value": "7"
+ "value": 7
},
"WS": {
"value": 3
@@ -22571,7 +27074,7 @@
"value": 1
},
"A": {
- "value": "3"
+ "value": 3
},
"Ld": {
"value": 7
@@ -23112,13 +27615,13 @@
}
}
},
- "Model§Voidscarred Felarch": {
+ "Model§Dark Reaper": {
"stats": {
"Points": {
- "value": 12
+ "value": 0
},
"M": {
- "value": "7"
+ "value": 6
},
"WS": {
"value": 3
@@ -23136,7 +27639,3002 @@
"value": 1
},
"A": {
- "value": "4"
+ "value": 2
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "28mm"
+ },
+ "loadout1": {
+ "value": "Reaper launcher",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Aeldari missile launcher",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Reaper launcher": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Reaper launcher"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Tempest launcher": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Tempest launcher"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Aeldari missile launcher",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Reaper launcher": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Reaper launcher"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Tempest launcher": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Tempest launcher"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Dark Reaper Exarch": {
+ "stats": {
+ "Points": {
+ "value": 0
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "28mm"
+ },
+ "loadout1": {
+ "value": "Reaper launcher",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Aeldari missile launcher",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Reaper launcher": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Reaper launcher"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Tempest launcher": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Tempest launcher"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Aeldari missile launcher",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Reaper launcher": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Reaper launcher"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Tempest launcher": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Tempest launcher"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Dire Avenger": {
+ "stats": {
+ "Points": {
+ "value": 13
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Avenger shuriken catapult",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Avenger shuriken catapult": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Avenger shuriken catapult"
+ }
+ ]
+ },
+ "Diresword": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Diresword"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Power glaive": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Power glaive"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Plasma grenade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Avenger shuriken catapult": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Avenger shuriken catapult"
+ }
+ ]
+ },
+ "Diresword": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Diresword"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Power glaive": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Power glaive"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Avenger shuriken catapult": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Avenger shuriken catapult"
+ }
+ ]
+ },
+ "Diresword": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Diresword"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Power glaive": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Power glaive"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Dire Avenger Exarch": {
+ "stats": {
+ "Points": {
+ "value": 13
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Avenger shuriken catapult",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Avenger shuriken catapult": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Avenger shuriken catapult"
+ }
+ ]
+ },
+ "Diresword": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Diresword"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Power glaive": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Power glaive"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Plasma grenade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Avenger shuriken catapult": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Avenger shuriken catapult"
+ }
+ ]
+ },
+ "Diresword": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Diresword"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Power glaive": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Power glaive"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Avenger shuriken catapult": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Avenger shuriken catapult"
+ }
+ ]
+ },
+ "Diresword": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Diresword"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Power glaive": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Power glaive"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Fire Dragon": {
+ "stats": {
+ "Points": {
+ "value": 24
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 4
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Dragon fusion gun",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Dragon fusion gun": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Dragon fusion gun"
+ }
+ ]
+ },
+ "Dragon’s breath flamer": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Dragon’s breath flamer"
+ }
+ ]
+ },
+ "Firepike": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Firepike"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Dragon fusion gun": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Dragon fusion gun"
+ }
+ ]
+ },
+ "Dragon’s breath flamer": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Dragon’s breath flamer"
+ }
+ ]
+ },
+ "Firepike": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Firepike"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Fire Dragon Exarch": {
+ "stats": {
+ "Points": {
+ "value": 24
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 4
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Dragon fusion gun",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Dragon fusion gun": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Dragon fusion gun"
+ }
+ ]
+ },
+ "Dragon’s breath flamer": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Dragon’s breath flamer"
+ }
+ ]
+ },
+ "Firepike": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Firepike"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Dragon fusion gun": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Dragon fusion gun"
+ }
+ ]
+ },
+ "Dragon’s breath flamer": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Dragon’s breath flamer"
+ }
+ ]
+ },
+ "Firepike": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Firepike"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Guardian (Storm Guardians (Legendary))": {
+ "stats": {
+ "Points": {
+ "value": 6
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 1
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 5
+ },
+ "Base": {
+ "value": "25mm"
+ }
+ },
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Guardian",
+ "iterations": 1
+ }
+ ]
+ }
+ }
+ },
+ "Model§Guardian (Storm Guardians)": {
+ "stats": {
+ "Points": {
+ "value": 8
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 1
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "28mm"
+ },
+ "loadout1": {
+ "value": "Shuriken pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari flamer": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari flamer"
+ }
+ ]
+ },
+ "Aeldari power sword": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari power sword"
+ }
+ ]
+ },
+ "Guardian combat weapon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Guardian combat weapon"
+ }
+ ]
+ },
+ "Guardian fusion gun": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Guardian fusion gun"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Guardian combat weapon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari flamer": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari flamer"
+ }
+ ]
+ },
+ "Aeldari power sword": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari power sword"
+ }
+ ]
+ },
+ "Guardian combat weapon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Guardian combat weapon"
+ }
+ ]
+ },
+ "Guardian fusion gun": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Guardian fusion gun"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Plasma grenade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari flamer": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari flamer"
+ }
+ ]
+ },
+ "Aeldari power sword": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari power sword"
+ }
+ ]
+ },
+ "Guardian combat weapon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Guardian combat weapon"
+ }
+ ]
+ },
+ "Guardian fusion gun": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Guardian fusion gun"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari flamer": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari flamer"
+ }
+ ]
+ },
+ "Aeldari power sword": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari power sword"
+ }
+ ]
+ },
+ "Guardian combat weapon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Guardian combat weapon"
+ }
+ ]
+ },
+ "Guardian fusion gun": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Guardian fusion gun"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Guardian",
+ "iterations": 1
+ }
+ ]
+ }
+ }
+ },
+ "Model§Guardian Defender": {
+ "stats": {
+ "Points": {
+ "value": 9
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 1
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "28mm"
+ },
+ "loadout1": {
+ "value": "Shuriken catapult",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Aeldari missile launcher",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bright lance"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken catapult": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken catapult"
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Starcannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Plasma grenade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Aeldari missile launcher",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bright lance"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken catapult": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken catapult"
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Starcannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Aeldari missile launcher",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bright lance"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken catapult": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken catapult"
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Starcannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Heavy Weapon Platform": {
+ "stats": {
+ "Points": {
+ "value": 20
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 6
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 1
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "40mm"
+ },
+ "loadout1": {
+ "value": "Shuriken cannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Aeldari missile launcher",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bright lance"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken catapult": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken catapult"
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Starcannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Aeldari missile launcher",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bright lance"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken catapult": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken catapult"
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Starcannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Hekatrix": {
+ "stats": {
+ "Points": {
+ "value": 11
+ },
+ "M": {
+ "value": 8
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 6
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Splinter pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Agoniser"
+ }
+ ]
+ },
+ "Blast pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Blast pistol"
+ }
+ ]
+ },
+ "Hekatarii blade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Hekatarii blade"
+ }
+ ]
+ },
+ "Hydra gauntlets": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Hydra gauntlets",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Phantasm grenade launcher": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Phantasm grenade launcher"
+ }
+ ]
+ },
+ "Plasma grenades": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenades"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Razorflails": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Razorflails",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shardnet and impaler": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shardnet and impaler",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Hekatarii blade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Agoniser"
+ }
+ ]
+ },
+ "Blast pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Blast pistol"
+ }
+ ]
+ },
+ "Hekatarii blade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Hekatarii blade"
+ }
+ ]
+ },
+ "Hydra gauntlets": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Hydra gauntlets",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Phantasm grenade launcher": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Phantasm grenade launcher"
+ }
+ ]
+ },
+ "Plasma grenades": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenades"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Razorflails": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Razorflails",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shardnet and impaler": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shardnet and impaler",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Plasma grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Agoniser"
+ }
+ ]
+ },
+ "Blast pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Blast pistol"
+ }
+ ]
+ },
+ "Hekatarii blade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Hekatarii blade"
+ }
+ ]
+ },
+ "Hydra gauntlets": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Hydra gauntlets",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Phantasm grenade launcher": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Phantasm grenade launcher"
+ }
+ ]
+ },
+ "Plasma grenades": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenades"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Razorflails": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Razorflails",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shardnet and impaler": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shardnet and impaler",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Agoniser"
+ }
+ ]
+ },
+ "Blast pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Blast pistol"
+ }
+ ]
+ },
+ "Hekatarii blade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Hekatarii blade"
+ }
+ ]
+ },
+ "Hydra gauntlets": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Hydra gauntlets",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Phantasm grenade launcher": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Phantasm grenade launcher"
+ }
+ ]
+ },
+ "Plasma grenades": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenades"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Razorflails": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Razorflails",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shardnet and impaler": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shardnet and impaler",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Helliarch": {
+ "stats": {
+ "Points": {
+ "value": 17
+ },
+ "M": {
+ "value": 14
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 4
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 5
+ },
+ "Base": {
+ "value": "32mm flying base"
+ },
+ "loadout1": {
+ "value": "Splinter pods",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Agoniser"
+ }
+ ]
+ },
+ "Hellglaive": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Hellglaive"
+ }
+ ]
+ },
+ "Phantasm grenade launcher": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Phantasm grenade launcher"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Splinter pods": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pods"
+ }
+ ]
+ },
+ "Stunclaw": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Stunclaw"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Hellglaive",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Agoniser"
+ }
+ ]
+ },
+ "Hellglaive": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Hellglaive"
+ }
+ ]
+ },
+ "Phantasm grenade launcher": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Phantasm grenade launcher"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Splinter pods": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pods"
+ }
+ ]
+ },
+ "Stunclaw": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Stunclaw"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Agoniser"
+ }
+ ]
+ },
+ "Hellglaive": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Hellglaive"
+ }
+ ]
+ },
+ "Phantasm grenade launcher": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Phantasm grenade launcher"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Splinter pods": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pods"
+ }
+ ]
+ },
+ "Stunclaw": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Stunclaw"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Hellion": {
+ "stats": {
+ "Points": {
+ "value": 17
+ },
+ "M": {
+ "value": 14
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 4
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 5
+ },
+ "Base": {
+ "value": "32mm flying base"
+ },
+ "loadout1": {
+ "value": "Splinter pods",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Agoniser"
+ }
+ ]
+ },
+ "Hellglaive": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Hellglaive"
+ }
+ ]
+ },
+ "Phantasm grenade launcher": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Phantasm grenade launcher"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Splinter pods": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pods"
+ }
+ ]
+ },
+ "Stunclaw": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Stunclaw"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Hellglaive",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Agoniser"
+ }
+ ]
+ },
+ "Hellglaive": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Hellglaive"
+ }
+ ]
+ },
+ "Phantasm grenade launcher": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Phantasm grenade launcher"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Splinter pods": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pods"
+ }
+ ]
+ },
+ "Stunclaw": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Stunclaw"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Agoniser"
+ }
+ ]
+ },
+ "Hellglaive": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Hellglaive"
+ }
+ ]
+ },
+ "Phantasm grenade launcher": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Phantasm grenade launcher"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Splinter pods": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pods"
+ }
+ ]
+ },
+ "Stunclaw": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Stunclaw"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Hornet": {
+ "stats": {
+ "Points": {
+ "value": 80
+ },
+ "M": {
+ "value": 18
+ },
+ "WS": {
+ "value": 6
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 4
+ },
+ "T": {
+ "value": 6
+ },
+ "W": {
+ "value": 8
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "60mm"
+ },
+ "loadout1": {
+ "value": "Hornet pulse laser",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Aeldari missile launcher"
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bright lance"
+ }
+ ]
+ },
+ "Hornet pulse laser": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Hornet pulse laser"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Starcannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Aeldari missile launcher"
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bright lance"
+ }
+ ]
+ },
+ "Hornet pulse laser": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Hornet pulse laser"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Starcannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Howling Banshee": {
+ "stats": {
+ "Points": {
+ "value": 19
+ },
+ "M": {
+ "value": 8
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 3
},
"Ld": {
"value": 8
@@ -23146,16 +30644,493 @@
},
"Base": {
"value": "28mm"
+ },
+ "loadout1": {
+ "value": "Shuriken pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Banshee blade": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Banshee blade"
+ }
+ ]
+ },
+ "Executioner": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Executioner"
+ }
+ ]
+ },
+ "Mirrorswords": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Mirrorswords"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ },
+ "Triskele": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Triskele"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Banshee blade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Banshee blade": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Banshee blade"
+ }
+ ]
+ },
+ "Executioner": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Executioner"
+ }
+ ]
+ },
+ "Mirrorswords": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Mirrorswords"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ },
+ "Triskele": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Triskele"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Banshee blade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Banshee blade": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Banshee blade"
+ }
+ ]
+ },
+ "Executioner": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Executioner"
+ }
+ ]
+ },
+ "Mirrorswords": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Mirrorswords"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ },
+ "Triskele": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Triskele"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Banshee blade": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Banshee blade"
+ }
+ ]
+ },
+ "Executioner": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Executioner"
+ }
+ ]
+ },
+ "Mirrorswords": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Mirrorswords"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ },
+ "Triskele": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Triskele"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
}
}
},
- "Model§Shade Runner": {
+ "Model§Howling Banshee Exarch": {
"stats": {
"Points": {
- "value": 20
+ "value": 19
},
"M": {
- "value": "7"
+ "value": 8
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "28mm"
+ },
+ "loadout1": {
+ "value": "Shuriken pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Banshee blade": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Banshee blade"
+ }
+ ]
+ },
+ "Executioner": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Executioner"
+ }
+ ]
+ },
+ "Mirrorswords": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Mirrorswords"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ },
+ "Triskele": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Triskele"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Banshee blade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Banshee blade": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Banshee blade"
+ }
+ ]
+ },
+ "Executioner": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Executioner"
+ }
+ ]
+ },
+ "Mirrorswords": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Mirrorswords"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ },
+ "Triskele": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Triskele"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Banshee blade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Banshee blade": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Banshee blade"
+ }
+ ]
+ },
+ "Executioner": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Executioner"
+ }
+ ]
+ },
+ "Mirrorswords": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Mirrorswords"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ },
+ "Triskele": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Triskele"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Banshee blade": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Banshee blade"
+ }
+ ]
+ },
+ "Executioner": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Executioner"
+ }
+ ]
+ },
+ "Mirrorswords": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Mirrorswords"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ },
+ "Triskele": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Wargear§Triskele"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Incubi": {
+ "stats": {
+ "Points": {
+ "value": 22
+ },
+ "M": {
+ "value": 7
},
"WS": {
"value": 2
@@ -23173,7 +31148,2613 @@
"value": 1
},
"A": {
- "value": "4"
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "28mm"
+ },
+ "loadout1": {
+ "value": "Klaive",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Demiklaives": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Demiklaives"
+ }
+ ]
+ },
+ "Klaive": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Klaive"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Demiklaives": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Demiklaives"
+ }
+ ]
+ },
+ "Klaive": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Klaive"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Kabalite Warrior": {
+ "stats": {
+ "Points": {
+ "value": 8
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Splinter rifle",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Agoniser"
+ }
+ ]
+ },
+ "Blast pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Blast pistol"
+ }
+ ]
+ },
+ "Blaster": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Blaster"
+ }
+ ]
+ },
+ "Dark lance": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Dark lance"
+ }
+ ]
+ },
+ "Phantasm grenade launcher": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Phantasm grenade launcher"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Shredder": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Shredder"
+ }
+ ]
+ },
+ "Splinter cannon": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter cannon"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Splinter rifle": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter rifle"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Agoniser"
+ }
+ ]
+ },
+ "Blast pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Blast pistol"
+ }
+ ]
+ },
+ "Blaster": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Blaster"
+ }
+ ]
+ },
+ "Dark lance": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Dark lance"
+ }
+ ]
+ },
+ "Phantasm grenade launcher": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Phantasm grenade launcher"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Shredder": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Shredder"
+ }
+ ]
+ },
+ "Splinter cannon": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter cannon"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Splinter rifle": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter rifle"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Klaivex": {
+ "stats": {
+ "Points": {
+ "value": 22
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "28mm"
+ },
+ "loadout1": {
+ "value": "Klaive",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Demiklaives": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Demiklaives"
+ }
+ ]
+ },
+ "Klaive": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Klaive"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Demiklaives": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Demiklaives"
+ }
+ ]
+ },
+ "Klaive": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Klaive"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Lead Player": {
+ "stats": {
+ "Points": {
+ "value": 13
+ },
+ "M": {
+ "value": 8
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 6
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Shuriken pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari power sword": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari power sword"
+ }
+ ]
+ },
+ "Fusion pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Fusion pistol",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Harlequin’s blade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s blade"
+ }
+ ]
+ },
+ "Harlequin’s caress": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s caress"
+ }
+ ]
+ },
+ "Harlequin’s embrace": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s embrace"
+ }
+ ]
+ },
+ "Harlequin’s kiss": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s kiss"
+ }
+ ]
+ },
+ "Neuro disruptor": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Neuro disruptor"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Harlequin’s blade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari power sword": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari power sword"
+ }
+ ]
+ },
+ "Fusion pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Fusion pistol",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Harlequin’s blade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s blade"
+ }
+ ]
+ },
+ "Harlequin’s caress": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s caress"
+ }
+ ]
+ },
+ "Harlequin’s embrace": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s embrace"
+ }
+ ]
+ },
+ "Harlequin’s kiss": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s kiss"
+ }
+ ]
+ },
+ "Neuro disruptor": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Neuro disruptor"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Plasma grenade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari power sword": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari power sword"
+ }
+ ]
+ },
+ "Fusion pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Fusion pistol",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Harlequin’s blade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s blade"
+ }
+ ]
+ },
+ "Harlequin’s caress": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s caress"
+ }
+ ]
+ },
+ "Harlequin’s embrace": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s embrace"
+ }
+ ]
+ },
+ "Harlequin’s kiss": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s kiss"
+ }
+ ]
+ },
+ "Neuro disruptor": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Neuro disruptor"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari power sword": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari power sword"
+ }
+ ]
+ },
+ "Fusion pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Fusion pistol",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Harlequin’s blade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s blade"
+ }
+ ]
+ },
+ "Harlequin’s caress": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s caress"
+ }
+ ]
+ },
+ "Harlequin’s embrace": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s embrace"
+ }
+ ]
+ },
+ "Harlequin’s kiss": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s kiss"
+ }
+ ]
+ },
+ "Neuro disruptor": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Neuro disruptor"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Lhamaean": {
+ "stats": {
+ "Points": {
+ "value": 16
+ },
+ "M": {
+ "value": 8
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 3
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 5
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Shaimeshi blade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Eyeburst": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Eyeburst"
+ }
+ ]
+ },
+ "Shaimeshi blade": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Shaimeshi blade"
+ }
+ ]
+ },
+ "Shardcarbine": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Shardcarbine"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Sslyth battle-blade": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Sslyth battle-blade"
+ }
+ ]
+ },
+ "Ur-Ghul talons": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Ur-Ghul talons"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Eyeburst": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Eyeburst"
+ }
+ ]
+ },
+ "Shaimeshi blade": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Shaimeshi blade"
+ }
+ ]
+ },
+ "Shardcarbine": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Shardcarbine"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Sslyth battle-blade": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Sslyth battle-blade"
+ }
+ ]
+ },
+ "Ur-Ghul talons": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Ur-Ghul talons"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Medusae": {
+ "stats": {
+ "Points": {
+ "value": 22
+ },
+ "M": {
+ "value": 8
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 3
+ },
+ "A": {
+ "value": 1
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 5
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Eyeburst",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Eyeburst": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Eyeburst"
+ }
+ ]
+ },
+ "Shaimeshi blade": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Shaimeshi blade"
+ }
+ ]
+ },
+ "Shardcarbine": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Shardcarbine"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Sslyth battle-blade": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Sslyth battle-blade"
+ }
+ ]
+ },
+ "Ur-Ghul talons": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Ur-Ghul talons"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Eyeburst": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Eyeburst"
+ }
+ ]
+ },
+ "Shaimeshi blade": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Shaimeshi blade"
+ }
+ ]
+ },
+ "Shardcarbine": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Shardcarbine"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Sslyth battle-blade": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Sslyth battle-blade"
+ }
+ ]
+ },
+ "Ur-Ghul talons": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Ur-Ghul talons"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Player": {
+ "stats": {
+ "Points": {
+ "value": 13
+ },
+ "M": {
+ "value": 8
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 6
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Shuriken pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari power sword": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari power sword"
+ }
+ ]
+ },
+ "Fusion pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Fusion pistol",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Harlequin’s blade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s blade"
+ }
+ ]
+ },
+ "Harlequin’s caress": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s caress"
+ }
+ ]
+ },
+ "Harlequin’s embrace": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s embrace"
+ }
+ ]
+ },
+ "Harlequin’s kiss": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s kiss"
+ }
+ ]
+ },
+ "Neuro disruptor": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Neuro disruptor"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Harlequin’s blade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari power sword": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari power sword"
+ }
+ ]
+ },
+ "Fusion pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Fusion pistol",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Harlequin’s blade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s blade"
+ }
+ ]
+ },
+ "Harlequin’s caress": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s caress"
+ }
+ ]
+ },
+ "Harlequin’s embrace": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s embrace"
+ }
+ ]
+ },
+ "Harlequin’s kiss": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s kiss"
+ }
+ ]
+ },
+ "Neuro disruptor": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Neuro disruptor"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Plasma grenade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari power sword": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari power sword"
+ }
+ ]
+ },
+ "Fusion pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Fusion pistol",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Harlequin’s blade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s blade"
+ }
+ ]
+ },
+ "Harlequin’s caress": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s caress"
+ }
+ ]
+ },
+ "Harlequin’s embrace": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s embrace"
+ }
+ ]
+ },
+ "Harlequin’s kiss": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s kiss"
+ }
+ ]
+ },
+ "Neuro disruptor": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Neuro disruptor"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari power sword": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari power sword"
+ }
+ ]
+ },
+ "Fusion pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Fusion pistol",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Harlequin’s blade": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s blade"
+ }
+ ]
+ },
+ "Harlequin’s caress": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s caress"
+ }
+ ]
+ },
+ "Harlequin’s embrace": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s embrace"
+ }
+ ]
+ },
+ "Harlequin’s kiss": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Harlequin’s kiss"
+ }
+ ]
+ },
+ "Neuro disruptor": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Neuro disruptor"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Ranger": {
+ "stats": {
+ "Points": {
+ "value": 13
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 1
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 5
+ },
+ "Base": {
+ "value": "28mm"
+ },
+ "loadout1": {
+ "value": "Ranger long rifle",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Ranger long rifle": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Ranger long rifle"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Shuriken pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Ranger long rifle": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Ranger long rifle"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Ranger long rifle": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Ranger long rifle"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Reaver": {
+ "stats": {
+ "Points": {
+ "value": 20
+ },
+ "M": {
+ "value": 18
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 4
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "32mm flying base"
+ },
+ "loadout1": {
+ "value": "Splinter pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Agoniser"
+ }
+ ]
+ },
+ "Bladevanes": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bladevanes"
+ }
+ ]
+ },
+ "Blaster": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Blaster"
+ }
+ ]
+ },
+ "Heat lance": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Heat lance"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Splinter rifle": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter rifle"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Splinter rifle",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Agoniser"
+ }
+ ]
+ },
+ "Bladevanes": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bladevanes"
+ }
+ ]
+ },
+ "Blaster": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Blaster"
+ }
+ ]
+ },
+ "Heat lance": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Heat lance"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Splinter rifle": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter rifle"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Bladevanes",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Agoniser"
+ }
+ ]
+ },
+ "Bladevanes": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bladevanes"
+ }
+ ]
+ },
+ "Blaster": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Blaster"
+ }
+ ]
+ },
+ "Heat lance": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Heat lance"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Splinter rifle": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter rifle"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Agoniser"
+ }
+ ]
+ },
+ "Bladevanes": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bladevanes"
+ }
+ ]
+ },
+ "Blaster": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Blaster"
+ }
+ ]
+ },
+ "Heat lance": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Heat lance"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Splinter rifle": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter rifle"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Scourge": {
+ "stats": {
+ "Points": {
+ "value": 14
+ },
+ "M": {
+ "value": 14
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "32mm"
+ },
+ "loadout1": {
+ "value": "Shardcarbine",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Agoniser"
+ }
+ ]
+ },
+ "Blast pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Blast pistol"
+ }
+ ]
+ },
+ "Blaster": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Blaster"
+ }
+ ]
+ },
+ "Dark lance": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Dark lance"
+ }
+ ]
+ },
+ "Drukhari haywire blaster": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Drukhari haywire blaster"
+ }
+ ]
+ },
+ "Heat lance": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Heat lance"
+ }
+ ]
+ },
+ "Plasma grenades": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenades"
+ }
+ ]
+ },
+ "Power lance": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Power lance"
+ }
+ ]
+ },
+ "Shardcarbine": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Shardcarbine"
+ }
+ ]
+ },
+ "Shredder": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Shredder"
+ }
+ ]
+ },
+ "Splinter cannon": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter cannon"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Venom blade": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Venom blade",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Plasma grenades",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Agoniser"
+ }
+ ]
+ },
+ "Blast pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Blast pistol"
+ }
+ ]
+ },
+ "Blaster": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Blaster"
+ }
+ ]
+ },
+ "Dark lance": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Dark lance"
+ }
+ ]
+ },
+ "Drukhari haywire blaster": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Drukhari haywire blaster"
+ }
+ ]
+ },
+ "Heat lance": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Heat lance"
+ }
+ ]
+ },
+ "Plasma grenades": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenades"
+ }
+ ]
+ },
+ "Power lance": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Power lance"
+ }
+ ]
+ },
+ "Shardcarbine": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Shardcarbine"
+ }
+ ]
+ },
+ "Shredder": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Shredder"
+ }
+ ]
+ },
+ "Splinter cannon": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter cannon"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Venom blade": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Venom blade",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Agoniser"
+ }
+ ]
+ },
+ "Blast pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Blast pistol"
+ }
+ ]
+ },
+ "Blaster": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Blaster"
+ }
+ ]
+ },
+ "Dark lance": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Dark lance"
+ }
+ ]
+ },
+ "Drukhari haywire blaster": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Drukhari haywire blaster"
+ }
+ ]
+ },
+ "Heat lance": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Heat lance"
+ }
+ ]
+ },
+ "Plasma grenades": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenades"
+ }
+ ]
+ },
+ "Power lance": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Power lance"
+ }
+ ]
+ },
+ "Shardcarbine": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Shardcarbine"
+ }
+ ]
+ },
+ "Shredder": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Shredder"
+ }
+ ]
+ },
+ "Splinter cannon": {
+ "order": 11,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter cannon"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 12,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Venom blade": {
+ "order": 13,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Venom blade",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Serpent’s Scale Platform": {
+ "stats": {
+ "Points": {
+ "value": 20
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 6
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 1
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "28mm"
+ },
+ "loadout1": {
+ "value": "Aeldari flamer",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari flamer": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari flamer"
+ }
+ ]
+ },
+ "Aeldari power sword": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari power sword"
+ }
+ ]
+ },
+ "Guardian combat weapon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Guardian combat weapon"
+ }
+ ]
+ },
+ "Guardian fusion gun": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Guardian fusion gun"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari flamer": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari flamer"
+ }
+ ]
+ },
+ "Aeldari power sword": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari power sword"
+ }
+ ]
+ },
+ "Guardian combat weapon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Guardian combat weapon"
+ }
+ ]
+ },
+ "Guardian fusion gun": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Guardian fusion gun"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Shade Runner": {
+ "stats": {
+ "Points": {
+ "value": 20
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 2
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 4
},
"Ld": {
"value": 7
@@ -23186,13 +33767,13 @@
}
}
},
- "Model§Soul Weaver": {
+ "Model§Shadow Spectre": {
"stats": {
"Points": {
- "value": 20
+ "value": 26
},
"M": {
- "value": "7"
+ "value": 12
},
"WS": {
"value": 3
@@ -23210,26 +33791,119 @@
"value": 1
},
"A": {
- "value": "3"
+ "value": 1
},
"Ld": {
"value": 8
},
"Sv": {
- "value": 4
+ "value": 3
},
"Base": {
- "value": "28mm"
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Prism rifle",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Prism rifle": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Prism rifle"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Plasma grenade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Prism rifle": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Prism rifle"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Prism rifle": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Prism rifle"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
}
}
},
- "Model§Way Seeker": {
+ "Model§Shadow Spectre Exarch": {
"stats": {
"Points": {
- "value": 25
+ "value": 26
},
"M": {
- "value": "7"
+ "value": 12
},
"WS": {
"value": 3
@@ -23244,19 +33918,558 @@
"value": 3
},
"W": {
- "value": 1
+ "value": 2
},
"A": {
- "value": "3"
+ "value": 2
},
"Ld": {
"value": 8
},
"Sv": {
- "value": 4
+ "value": 3
},
"Base": {
- "value": "28mm"
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Prism rifle",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Prism rifle": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Prism rifle"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Plasma grenade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Prism rifle": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Prism rifle"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Prism rifle": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Prism rifle"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Shining Spear": {
+ "stats": {
+ "Points": {
+ "value": 35
+ },
+ "M": {
+ "value": 16
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 4
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "60mm flying base"
+ },
+ "loadout1": {
+ "value": "Laser lance",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Laser lance": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Laser lance"
+ }
+ ]
+ },
+ "Paragon sabre": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Paragon sabre"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Star lance": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Star lance"
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Twin shuriken catapult",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Laser lance": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Laser lance"
+ }
+ ]
+ },
+ "Paragon sabre": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Paragon sabre"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Star lance": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Star lance"
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Laser lance": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Laser lance"
+ }
+ ]
+ },
+ "Paragon sabre": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Paragon sabre"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Star lance": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Star lance"
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Shining Spear Exarch": {
+ "stats": {
+ "Points": {
+ "value": 35
+ },
+ "M": {
+ "value": 16
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 4
+ },
+ "W": {
+ "value": 3
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "60mm flying base"
+ },
+ "loadout1": {
+ "value": "Laser lance",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Laser lance": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Laser lance"
+ }
+ ]
+ },
+ "Paragon sabre": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Paragon sabre"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Star lance": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Star lance"
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Twin shuriken catapult",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Laser lance": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Laser lance"
+ }
+ ]
+ },
+ "Paragon sabre": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Paragon sabre"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Star lance": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Star lance"
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Laser lance": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Laser lance"
+ }
+ ]
+ },
+ "Paragon sabre": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Paragon sabre"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Star lance": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Wargear§Star lance"
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
}
}
},
@@ -23266,7 +34479,7 @@
"value": 35
},
"M": {
- "value": "16"
+ "value": 16
},
"WS": {
"value": 3
@@ -23284,7 +34497,7 @@
"value": 3
},
"A": {
- "value": "2"
+ "value": 2
},
"Ld": {
"value": 7
@@ -23453,1774 +34666,13 @@
}
}
},
- "Model§Troupe Master": {
- "stats": {
- "Points": {
- "value": 75
- },
- "M": {
- "value": "8"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 5
- },
- "A": {
- "value": "6"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 6
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Shuriken pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari power sword": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Aeldari power sword"
- }
- ]
- },
- "Fusion pistol": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Fusion pistol",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Harlequin’s blade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s blade"
- }
- ]
- },
- "Harlequin’s caress": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Harlequin’s caress",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Harlequin’s embrace": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Harlequin’s embrace",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Harlequin’s kiss": {
- "order": 6,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Harlequin’s kiss",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Neuro disruptor": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Neuro disruptor"
- }
- ]
- },
- "Plasma grenade": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Harlequin’s blade",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari power sword": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Aeldari power sword"
- }
- ]
- },
- "Fusion pistol": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Fusion pistol",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Harlequin’s blade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s blade"
- }
- ]
- },
- "Harlequin’s caress": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Harlequin’s caress",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Harlequin’s embrace": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Harlequin’s embrace",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Harlequin’s kiss": {
- "order": 6,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Harlequin’s kiss",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Neuro disruptor": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Neuro disruptor"
- }
- ]
- },
- "Plasma grenade": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Plasma grenade",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari power sword": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Aeldari power sword"
- }
- ]
- },
- "Fusion pistol": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Fusion pistol",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Harlequin’s blade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s blade"
- }
- ]
- },
- "Harlequin’s caress": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Harlequin’s caress",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Harlequin’s embrace": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Harlequin’s embrace",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Harlequin’s kiss": {
- "order": 6,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Harlequin’s kiss",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Neuro disruptor": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Neuro disruptor"
- }
- ]
- },
- "Plasma grenade": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari power sword": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Aeldari power sword"
- }
- ]
- },
- "Fusion pistol": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Fusion pistol",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Harlequin’s blade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s blade"
- }
- ]
- },
- "Harlequin’s caress": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Harlequin’s caress",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Harlequin’s embrace": {
- "order": 5,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Harlequin’s embrace",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Harlequin’s kiss": {
- "order": 6,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Harlequin’s kiss",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Neuro disruptor": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Neuro disruptor"
- }
- ]
- },
- "Plasma grenade": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Shadowseer": {
- "stats": {
- "Points": {
- "value": 100
- },
- "M": {
- "value": "8"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 5
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 6
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Shuriken pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Hallucinogen grenade launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Hallucinogen grenade launcher"
- }
- ]
- },
- "Miststave": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Miststave"
- }
- ]
- },
- "Neuro disruptor": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Neuro disruptor"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Miststave",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Hallucinogen grenade launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Hallucinogen grenade launcher"
- }
- ]
- },
- "Miststave": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Miststave"
- }
- ]
- },
- "Neuro disruptor": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Neuro disruptor"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Hallucinogen grenade launcher",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Hallucinogen grenade launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Hallucinogen grenade launcher"
- }
- ]
- },
- "Miststave": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Miststave"
- }
- ]
- },
- "Neuro disruptor": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Neuro disruptor"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Hallucinogen grenade launcher": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Hallucinogen grenade launcher"
- }
- ]
- },
- "Miststave": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Miststave"
- }
- ]
- },
- "Neuro disruptor": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Neuro disruptor"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Player": {
- "stats": {
- "Points": {
- "value": 13
- },
- "M": {
- "value": "8"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 6
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Shuriken pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari power sword": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Aeldari power sword"
- }
- ]
- },
- "Fusion pistol": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Fusion pistol",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Harlequin’s blade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s blade"
- }
- ]
- },
- "Harlequin’s caress": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s caress"
- }
- ]
- },
- "Harlequin’s embrace": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s embrace"
- }
- ]
- },
- "Harlequin’s kiss": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s kiss"
- }
- ]
- },
- "Neuro disruptor": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Neuro disruptor"
- }
- ]
- },
- "Plasma grenade": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Harlequin’s blade",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari power sword": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Aeldari power sword"
- }
- ]
- },
- "Fusion pistol": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Fusion pistol",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Harlequin’s blade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s blade"
- }
- ]
- },
- "Harlequin’s caress": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s caress"
- }
- ]
- },
- "Harlequin’s embrace": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s embrace"
- }
- ]
- },
- "Harlequin’s kiss": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s kiss"
- }
- ]
- },
- "Neuro disruptor": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Neuro disruptor"
- }
- ]
- },
- "Plasma grenade": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Plasma grenade",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari power sword": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Aeldari power sword"
- }
- ]
- },
- "Fusion pistol": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Fusion pistol",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Harlequin’s blade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s blade"
- }
- ]
- },
- "Harlequin’s caress": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s caress"
- }
- ]
- },
- "Harlequin’s embrace": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s embrace"
- }
- ]
- },
- "Harlequin’s kiss": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s kiss"
- }
- ]
- },
- "Neuro disruptor": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Neuro disruptor"
- }
- ]
- },
- "Plasma grenade": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari power sword": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Aeldari power sword"
- }
- ]
- },
- "Fusion pistol": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Fusion pistol",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Harlequin’s blade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s blade"
- }
- ]
- },
- "Harlequin’s caress": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s caress"
- }
- ]
- },
- "Harlequin’s embrace": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s embrace"
- }
- ]
- },
- "Harlequin’s kiss": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s kiss"
- }
- ]
- },
- "Neuro disruptor": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Neuro disruptor"
- }
- ]
- },
- "Plasma grenade": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Lead Player": {
- "stats": {
- "Points": {
- "value": 13
- },
- "M": {
- "value": "8"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 6
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Shuriken pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari power sword": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Aeldari power sword"
- }
- ]
- },
- "Fusion pistol": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Fusion pistol",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Harlequin’s blade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s blade"
- }
- ]
- },
- "Harlequin’s caress": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s caress"
- }
- ]
- },
- "Harlequin’s embrace": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s embrace"
- }
- ]
- },
- "Harlequin’s kiss": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s kiss"
- }
- ]
- },
- "Neuro disruptor": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Neuro disruptor"
- }
- ]
- },
- "Plasma grenade": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Harlequin’s blade",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari power sword": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Aeldari power sword"
- }
- ]
- },
- "Fusion pistol": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Fusion pistol",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Harlequin’s blade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s blade"
- }
- ]
- },
- "Harlequin’s caress": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s caress"
- }
- ]
- },
- "Harlequin’s embrace": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s embrace"
- }
- ]
- },
- "Harlequin’s kiss": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s kiss"
- }
- ]
- },
- "Neuro disruptor": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Neuro disruptor"
- }
- ]
- },
- "Plasma grenade": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Plasma grenade",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari power sword": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Aeldari power sword"
- }
- ]
- },
- "Fusion pistol": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Fusion pistol",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Harlequin’s blade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s blade"
- }
- ]
- },
- "Harlequin’s caress": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s caress"
- }
- ]
- },
- "Harlequin’s embrace": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s embrace"
- }
- ]
- },
- "Harlequin’s kiss": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s kiss"
- }
- ]
- },
- "Neuro disruptor": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Neuro disruptor"
- }
- ]
- },
- "Plasma grenade": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Aeldari power sword": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Aeldari power sword"
- }
- ]
- },
- "Fusion pistol": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Fusion pistol",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Harlequin’s blade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s blade"
- }
- ]
- },
- "Harlequin’s caress": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s caress"
- }
- ]
- },
- "Harlequin’s embrace": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s embrace"
- }
- ]
- },
- "Harlequin’s kiss": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Harlequin’s kiss"
- }
- ]
- },
- "Neuro disruptor": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Neuro disruptor"
- }
- ]
- },
- "Plasma grenade": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Plasma grenade"
- }
- ]
- },
- "Shuriken pistol": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Shuriken pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Death Jester": {
- "stats": {
- "Points": {
- "value": 70
- },
- "M": {
- "value": "8"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 5
- },
- "A": {
- "value": "5"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 6
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Shrieker cannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Jester’s blade": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Jester’s blade"
- }
- ]
- },
- "Shrieker cannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Shrieker cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Jester’s blade",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Jester’s blade": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Jester’s blade"
- }
- ]
- },
- "Shrieker cannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Shrieker cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Jester’s blade": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Jester’s blade"
- }
- ]
- },
- "Shrieker cannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Shrieker cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Solitaire": {
- "stats": {
- "Points": {
- "value": 110
- },
- "M": {
- "value": "12"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 4
- },
- "T": {
- "value": 4
- },
- "W": {
- "value": 5
- },
- "A": {
- "value": "8"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 6
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Solitaire’s weapons",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Solitaire’s weapons": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Solitaire’s weapons"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Solitaire’s weapons": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Solitaire’s weapons"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
"Model§Skyweaver": {
"stats": {
"Points": {
"value": 45
},
"M": {
- "value": "16"
+ "value": 16
},
"WS": {
"value": 3
@@ -25238,7 +34690,7 @@
"value": 3
},
"A": {
- "value": "4"
+ "value": 4
},
"Ld": {
"value": 8
@@ -25413,3684 +34865,13 @@
}
}
},
- "Model§Voidweaver": {
- "stats": {
- "Points": {
- "value": 130
- },
- "M": {
- "value": "16"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 5
- },
- "T": {
- "value": 5
- },
- "W": {
- "value": 6
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "65mm"
- },
- "loadout1": {
- "value": "Shuriken cannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Prismatic cannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Prismatic cannon"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Voidweaver haywire cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Voidweaver haywire cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Voidweaver haywire cannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Prismatic cannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Prismatic cannon"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Voidweaver haywire cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Voidweaver haywire cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Prismatic cannon": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Prismatic cannon"
- }
- ]
- },
- "Shuriken cannon": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Voidweaver haywire cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Voidweaver haywire cannon"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Starweaver": {
- "stats": {
- "Points": {
- "value": 95
- },
- "M": {
- "value": "16"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 5
- },
- "T": {
- "value": 5
- },
- "W": {
- "value": 6
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "65mm"
- },
- "loadout1": {
- "value": "Shuriken cannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Shuriken cannon": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Shuriken cannon": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shuriken cannon",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Yvraine": {
- "stats": {
- "Points": {
- "value": 140
- },
- "M": {
- "value": "8"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 5
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 6
- },
- "Base": {
- "value": "75 x 42mm"
- },
- "loadout1": {
- "value": "Kha-vir, the Sword of Sorrows",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Kha-vir, the Sword of Sorrows": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Kha-vir, the Sword of Sorrows"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Kha-vir, the Sword of Sorrows": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Kha-vir, the Sword of Sorrows"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§The Visarch": {
- "stats": {
- "Points": {
- "value": 100
- },
- "M": {
- "value": "8"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 6
- },
- "A": {
- "value": "5"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
- "value": 2
- },
- "Base": {
- "value": "32mm"
- },
- "loadout1": {
- "value": "Asu-var, the Sword of Silent Screams",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Asu-var, the Sword of Silent Screams": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Asu-var, the Sword of Silent Screams"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Asu-var, the Sword of Silent Screams": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Asu-var, the Sword of Silent Screams"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§The Yncarne": {
- "stats": {
- "Points": {
- "value": 260
- },
- "M": {
- "value": "10"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 2
- },
- "S": {
- "value": 7
- },
- "T": {
- "value": 7
- },
- "W": {
- "value": 12,
- "max": 12,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "6"
- },
- "Ld": {
- "value": 10
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "80mm"
- },
- "loadout1": {
- "value": "Swirling soul energy",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Vilith-zhar, the Sword of Souls": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Vilith-zhar, the Sword of Souls"
- }
- ]
- },
- "Swirling soul energy": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Swirling soul energy"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Vilith-zhar, the Sword of Souls",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Vilith-zhar, the Sword of Souls": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Vilith-zhar, the Sword of Souls"
- }
- ]
- },
- "Swirling soul energy": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Swirling soul energy"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Vilith-zhar, the Sword of Souls": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Vilith-zhar, the Sword of Souls"
- }
- ]
- },
- "Swirling soul energy": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Swirling soul energy"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "6",
- "min": "4",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "9",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "S",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "6",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "3",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "8",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "S",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Beastmaster": {
- "stats": {
- "Points": {
- "value": 40
- },
- "M": {
- "value": "12"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 4
- },
- "W": {
- "value": 3
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 5
- },
- "Base": {
- "value": "32mm flying base"
- },
- "loadout1": {
- "value": "Splinter pods",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Agoniser": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Agoniser",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Splinter pods": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Splinter pods"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Agoniser",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Agoniser": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Agoniser",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Splinter pods": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Splinter pods"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Agoniser": {
- "order": 1,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Agoniser",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Splinter pods": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Splinter pods"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Raider": {
- "stats": {
- "Points": {
- "value": 95
- },
- "M": {
- "value": "14"
- },
- "WS": {
- "value": 4
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 6
- },
- "T": {
- "value": 6
- },
- "W": {
- "value": 10,
- "max": 10,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "60mm flying base"
- },
- "loadout1": {
- "value": "Dark lance",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Bladevanes": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Bladevanes"
- }
- ]
- },
- "Dark lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Dark lance",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Disintegrator cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Disintegrator cannon"
- }
- ]
- },
- "Phantasm grenade launcher": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Phantasm grenade launcher"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Bladevanes",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Bladevanes": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Bladevanes"
- }
- ]
- },
- "Dark lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Dark lance",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Disintegrator cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Disintegrator cannon"
- }
- ]
- },
- "Phantasm grenade launcher": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Phantasm grenade launcher"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Bladevanes": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Bladevanes"
- }
- ]
- },
- "Dark lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Dark lance",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Disintegrator cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Disintegrator cannon"
- }
- ]
- },
- "Phantasm grenade launcher": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Phantasm grenade launcher"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "5",
- "min": "3",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "10",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "2",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "6",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Venom": {
- "stats": {
- "Points": {
- "value": 65
- },
- "M": {
- "value": "16"
- },
- "WS": {
- "value": 4
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 5
- },
- "T": {
- "value": 5
- },
- "W": {
- "value": 6
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "60mm flying base"
- },
- "loadout1": {
- "value": "Splinter cannon",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Bladevanes": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Bladevanes"
- }
- ]
- },
- "Splinter cannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Splinter cannon"
- }
- ]
- },
- "Twin splinter rifle": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin splinter rifle"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Twin splinter rifle",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Bladevanes": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Bladevanes"
- }
- ]
- },
- "Splinter cannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Splinter cannon"
- }
- ]
- },
- "Twin splinter rifle": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin splinter rifle"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Bladevanes",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Bladevanes": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Bladevanes"
- }
- ]
- },
- "Splinter cannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Splinter cannon"
- }
- ]
- },
- "Twin splinter rifle": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin splinter rifle"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Bladevanes": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Bladevanes"
- }
- ]
- },
- "Splinter cannon": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Splinter cannon"
- }
- ]
- },
- "Twin splinter rifle": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Twin splinter rifle"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Reaver": {
- "stats": {
- "Points": {
- "value": 20
- },
- "M": {
- "value": "18"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 4
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "32mm flying base"
- },
- "loadout1": {
- "value": "Splinter pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Agoniser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Agoniser"
- }
- ]
- },
- "Bladevanes": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bladevanes"
- }
- ]
- },
- "Blaster": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Blaster"
- }
- ]
- },
- "Heat lance": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Heat lance"
- }
- ]
- },
- "Power sword": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Splinter pistol": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- },
- "Splinter rifle": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Splinter rifle"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Splinter rifle",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Agoniser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Agoniser"
- }
- ]
- },
- "Bladevanes": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bladevanes"
- }
- ]
- },
- "Blaster": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Blaster"
- }
- ]
- },
- "Heat lance": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Heat lance"
- }
- ]
- },
- "Power sword": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Splinter pistol": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- },
- "Splinter rifle": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Splinter rifle"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Bladevanes",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Agoniser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Agoniser"
- }
- ]
- },
- "Bladevanes": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bladevanes"
- }
- ]
- },
- "Blaster": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Blaster"
- }
- ]
- },
- "Heat lance": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Heat lance"
- }
- ]
- },
- "Power sword": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Splinter pistol": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- },
- "Splinter rifle": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Splinter rifle"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Agoniser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Agoniser"
- }
- ]
- },
- "Bladevanes": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bladevanes"
- }
- ]
- },
- "Blaster": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Blaster"
- }
- ]
- },
- "Heat lance": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Heat lance"
- }
- ]
- },
- "Power sword": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Splinter pistol": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- },
- "Splinter rifle": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Splinter rifle"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Arena Champion": {
- "stats": {
- "Points": {
- "value": 20
- },
- "M": {
- "value": "18"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 4
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "32mm flying base"
- },
- "loadout1": {
- "value": "Splinter pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Agoniser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Agoniser"
- }
- ]
- },
- "Bladevanes": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bladevanes"
- }
- ]
- },
- "Blaster": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Blaster"
- }
- ]
- },
- "Heat lance": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Heat lance"
- }
- ]
- },
- "Power sword": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Splinter pistol": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- },
- "Splinter rifle": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Splinter rifle"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Splinter rifle",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Agoniser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Agoniser"
- }
- ]
- },
- "Bladevanes": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bladevanes"
- }
- ]
- },
- "Blaster": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Blaster"
- }
- ]
- },
- "Heat lance": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Heat lance"
- }
- ]
- },
- "Power sword": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Splinter pistol": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- },
- "Splinter rifle": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Splinter rifle"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Bladevanes",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Agoniser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Agoniser"
- }
- ]
- },
- "Bladevanes": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bladevanes"
- }
- ]
- },
- "Blaster": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Blaster"
- }
- ]
- },
- "Heat lance": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Heat lance"
- }
- ]
- },
- "Power sword": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Splinter pistol": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- },
- "Splinter rifle": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Splinter rifle"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Agoniser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Agoniser"
- }
- ]
- },
- "Bladevanes": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Bladevanes"
- }
- ]
- },
- "Blaster": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Blaster"
- }
- ]
- },
- "Heat lance": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Heat lance"
- }
- ]
- },
- "Power sword": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Splinter pistol": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- },
- "Splinter rifle": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Splinter rifle"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Hellion": {
- "stats": {
- "Points": {
- "value": 17
- },
- "M": {
- "value": "14"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 4
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 5
- },
- "Base": {
- "value": "32mm flying base"
- },
- "loadout1": {
- "value": "Splinter pods",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Agoniser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Agoniser"
- }
- ]
- },
- "Hellglaive": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Hellglaive"
- }
- ]
- },
- "Phantasm grenade launcher": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Phantasm grenade launcher"
- }
- ]
- },
- "Power sword": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Splinter pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- },
- "Splinter pods": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Splinter pods"
- }
- ]
- },
- "Stunclaw": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Stunclaw"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Hellglaive",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Agoniser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Agoniser"
- }
- ]
- },
- "Hellglaive": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Hellglaive"
- }
- ]
- },
- "Phantasm grenade launcher": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Phantasm grenade launcher"
- }
- ]
- },
- "Power sword": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Splinter pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- },
- "Splinter pods": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Splinter pods"
- }
- ]
- },
- "Stunclaw": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Stunclaw"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Agoniser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Agoniser"
- }
- ]
- },
- "Hellglaive": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Hellglaive"
- }
- ]
- },
- "Phantasm grenade launcher": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Phantasm grenade launcher"
- }
- ]
- },
- "Power sword": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Splinter pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- },
- "Splinter pods": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Splinter pods"
- }
- ]
- },
- "Stunclaw": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Stunclaw"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Helliarch": {
- "stats": {
- "Points": {
- "value": 17
- },
- "M": {
- "value": "14"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 4
- },
- "W": {
- "value": 2
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 5
- },
- "Base": {
- "value": "32mm flying base"
- },
- "loadout1": {
- "value": "Splinter pods",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Agoniser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Agoniser"
- }
- ]
- },
- "Hellglaive": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Hellglaive"
- }
- ]
- },
- "Phantasm grenade launcher": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Phantasm grenade launcher"
- }
- ]
- },
- "Power sword": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Splinter pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- },
- "Splinter pods": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Splinter pods"
- }
- ]
- },
- "Stunclaw": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Stunclaw"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Hellglaive",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Agoniser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Agoniser"
- }
- ]
- },
- "Hellglaive": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Hellglaive"
- }
- ]
- },
- "Phantasm grenade launcher": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Phantasm grenade launcher"
- }
- ]
- },
- "Power sword": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Splinter pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- },
- "Splinter pods": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Splinter pods"
- }
- ]
- },
- "Stunclaw": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Stunclaw"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Agoniser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Agoniser"
- }
- ]
- },
- "Hellglaive": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Hellglaive"
- }
- ]
- },
- "Phantasm grenade launcher": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Phantasm grenade launcher"
- }
- ]
- },
- "Power sword": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Splinter pistol": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- },
- "Splinter pods": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Splinter pods"
- }
- ]
- },
- "Stunclaw": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Stunclaw"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Razorwing Jetfighter": {
- "stats": {
- "Points": {
- "value": 150
- },
- "M": {
- "value": "20-72"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 6
- },
- "T": {
- "value": 6
- },
- "W": {
- "value": 10,
- "max": 10,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "120 x 92mm flying base"
- },
- "loadout1": {
- "value": "Dark lance",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Razorwing missiles": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Razorwing missiles"
- }
- ]
- },
- "Dark lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Dark lance",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Disintegrator cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Disintegrator cannon"
- }
- ]
- },
- "Splinter cannon": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Splinter cannon",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Twin splinter rifle": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Twin splinter rifle"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Razorwing missiles",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Razorwing missiles": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Razorwing missiles"
- }
- ]
- },
- "Dark lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Dark lance",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Disintegrator cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Disintegrator cannon"
- }
- ]
- },
- "Splinter cannon": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Splinter cannon",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Twin splinter rifle": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Twin splinter rifle"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Twin splinter rifle",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Razorwing missiles": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Razorwing missiles"
- }
- ]
- },
- "Dark lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Dark lance",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Disintegrator cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Disintegrator cannon"
- }
- ]
- },
- "Splinter cannon": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Splinter cannon",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Twin splinter rifle": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Twin splinter rifle"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Razorwing missiles": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Razorwing missiles"
- }
- ]
- },
- "Dark lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Dark lance",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Disintegrator cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Disintegrator cannon"
- }
- ]
- },
- "Splinter cannon": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Splinter cannon",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Twin splinter rifle": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Twin splinter rifle"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "5",
- "min": "3",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "20-48",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "2",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "20-32",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Voidraven Bomber": {
- "stats": {
- "Points": {
- "value": 175
- },
- "M": {
- "value": "20-60"
- },
- "WS": {
- "value": 6
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 6
- },
- "T": {
- "value": 6
- },
- "W": {
- "value": 12,
- "max": 12,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "120 x 92mm flying base"
- },
- "loadout1": {
- "value": "Void lance",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Voidraven missiles": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Voidraven missiles"
- }
- ]
- },
- "Dark scythe": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Dark scythe"
- }
- ]
- },
- "Void lance": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Void lance"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Void lance",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Voidraven missiles": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Voidraven missiles"
- }
- ]
- },
- "Dark scythe": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Dark scythe"
- }
- ]
- },
- "Void lance": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Void lance"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Voidraven missiles": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Voidraven missiles"
- }
- ]
- },
- "Dark scythe": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Dark scythe"
- }
- ]
- },
- "Void lance": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Void lance"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "6",
- "min": "4",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "20-40",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "3",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "20-25",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Scourge": {
- "stats": {
- "Points": {
- "value": 14
- },
- "M": {
- "value": "14"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 7
- },
- "Sv": {
- "value": 4
- },
- "Base": {
- "value": "32mm"
- },
- "loadout1": {
- "value": "Shardcarbine",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Agoniser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Agoniser"
- }
- ]
- },
- "Blast pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Blast pistol"
- }
- ]
- },
- "Blaster": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Blaster"
- }
- ]
- },
- "Dark lance": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Dark lance"
- }
- ]
- },
- "Drukhari haywire blaster": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Drukhari haywire blaster"
- }
- ]
- },
- "Heat lance": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Heat lance"
- }
- ]
- },
- "Plasma grenades": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Plasma grenades"
- }
- ]
- },
- "Power lance": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Power lance"
- }
- ]
- },
- "Shardcarbine": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Shardcarbine"
- }
- ]
- },
- "Shredder": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Shredder"
- }
- ]
- },
- "Splinter cannon": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Splinter cannon"
- }
- ]
- },
- "Splinter pistol": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- },
- "Venom blade": {
- "order": 13,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Venom blade",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Plasma grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Agoniser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Agoniser"
- }
- ]
- },
- "Blast pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Blast pistol"
- }
- ]
- },
- "Blaster": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Blaster"
- }
- ]
- },
- "Dark lance": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Dark lance"
- }
- ]
- },
- "Drukhari haywire blaster": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Drukhari haywire blaster"
- }
- ]
- },
- "Heat lance": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Heat lance"
- }
- ]
- },
- "Plasma grenades": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Plasma grenades"
- }
- ]
- },
- "Power lance": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Power lance"
- }
- ]
- },
- "Shardcarbine": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Shardcarbine"
- }
- ]
- },
- "Shredder": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Shredder"
- }
- ]
- },
- "Splinter cannon": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Splinter cannon"
- }
- ]
- },
- "Splinter pistol": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- },
- "Venom blade": {
- "order": 13,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Venom blade",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Agoniser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Agoniser"
- }
- ]
- },
- "Blast pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Blast pistol"
- }
- ]
- },
- "Blaster": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Blaster"
- }
- ]
- },
- "Dark lance": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Dark lance"
- }
- ]
- },
- "Drukhari haywire blaster": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Drukhari haywire blaster"
- }
- ]
- },
- "Heat lance": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Heat lance"
- }
- ]
- },
- "Plasma grenades": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Plasma grenades"
- }
- ]
- },
- "Power lance": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Power lance"
- }
- ]
- },
- "Shardcarbine": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Shardcarbine"
- }
- ]
- },
- "Shredder": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Shredder"
- }
- ]
- },
- "Splinter cannon": {
- "order": 11,
- "traits": [
- {
- "trait": "Weapon§Splinter cannon"
- }
- ]
- },
- "Splinter pistol": {
- "order": 12,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- },
- "Venom blade": {
- "order": 13,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Venom blade",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
"Model§Solarite": {
"stats": {
"Points": {
"value": 14
},
"M": {
- "value": "14"
+ "value": 14
},
"WS": {
"value": 3
@@ -29108,7 +34889,7 @@
"value": 1
},
"A": {
- "value": "3"
+ "value": 3
},
"Ld": {
"value": 8
@@ -29499,662 +35280,40 @@
}
}
},
- "Model§Ravager": {
+ "Model§Soul Weaver": {
"stats": {
"Points": {
- "value": 130
+ "value": 20
},
"M": {
- "value": "14"
- },
- "WS": {
- "value": 4
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 6
- },
- "T": {
- "value": 6
- },
- "W": {
- "value": 11,
- "max": 11,
- "min": 1,
- "dynamic": true,
- "increment": {
- "value": 1
- },
- "statType": "numeric",
- "visibility": "always"
- },
- "A": {
- "value": "3"
- },
- "Ld": {
"value": 7
},
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
"Sv": {
"value": 4
},
"Base": {
- "value": "Use model"
- },
- "loadout1": {
- "value": "Dark lance",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Bladevanes": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Bladevanes"
- }
- ]
- },
- "Dark lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Dark lance",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Disintegrator cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Disintegrator cannon"
- }
- ]
- },
- "Phantasm grenade launcher": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Phantasm grenade launcher"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Bladevanes",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Bladevanes": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Bladevanes"
- }
- ]
- },
- "Dark lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Dark lance",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Disintegrator cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Disintegrator cannon"
- }
- ]
- },
- "Phantasm grenade launcher": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Phantasm grenade launcher"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Bladevanes": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Bladevanes"
- }
- ]
- },
- "Dark lance": {
- "order": 2,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Dark lance",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Disintegrator cannon": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Disintegrator cannon"
- }
- ]
- },
- "Phantasm grenade launcher": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Phantasm grenade launcher"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "rules": {
- "dynamicDamageMid": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "5",
- "min": "3",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "10",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "4",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "D3",
- "iterations": 1
- }
- ]
- },
- "dynamicDamageLow": {
- "evals": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "W",
- "value"
- ]
- ],
- "max": "2",
- "min": "1",
- "operator": "AND",
- "not": false,
- "actionable": true
- }
- ],
- "failState": "pass",
- "evaluate": "AND",
- "actions": [
- {
- "paths": [
- [
- "{self}",
- "stats",
- "M",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "6",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "BS",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "5",
- "iterations": 1
- },
- {
- "paths": [
- [
- "{self}",
- "stats",
- "A",
- "value"
- ]
- ],
- "actionType": "set",
- "value": "1",
- "iterations": 1
- }
- ]
- }
- }
- },
- "Model§Lhamaean": {
- "stats": {
- "Points": {
- "value": 16
- },
- "M": {
- "value": "8"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 3
- },
- "A": {
- "value": "2"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 5
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Shaimeshi blade",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Eyeburst": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Eyeburst"
- }
- ]
- },
- "Shaimeshi blade": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Shaimeshi blade"
- }
- ]
- },
- "Shardcarbine": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Shardcarbine"
- }
- ]
- },
- "Splinter pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- },
- "Sslyth battle-blade": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Sslyth battle-blade"
- }
- ]
- },
- "Ur-Ghul talons": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Ur-Ghul talons"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Eyeburst": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Eyeburst"
- }
- ]
- },
- "Shaimeshi blade": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Shaimeshi blade"
- }
- ]
- },
- "Shardcarbine": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Shardcarbine"
- }
- ]
- },
- "Splinter pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- },
- "Sslyth battle-blade": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Sslyth battle-blade"
- }
- ]
- },
- "Ur-Ghul talons": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Ur-Ghul talons"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- }
- },
- "Model§Medusae": {
- "stats": {
- "Points": {
- "value": 22
- },
- "M": {
- "value": "8"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 3
- },
- "A": {
- "value": "1"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 5
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Eyeburst",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Eyeburst": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Eyeburst"
- }
- ]
- },
- "Shaimeshi blade": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Shaimeshi blade"
- }
- ]
- },
- "Shardcarbine": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Shardcarbine"
- }
- ]
- },
- "Splinter pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- },
- "Sslyth battle-blade": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Sslyth battle-blade"
- }
- ]
- },
- "Ur-Ghul talons": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Ur-Ghul talons"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Eyeburst": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Eyeburst"
- }
- ]
- },
- "Shaimeshi blade": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Shaimeshi blade"
- }
- ]
- },
- "Shardcarbine": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Shardcarbine"
- }
- ]
- },
- "Splinter pistol": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- },
- "Sslyth battle-blade": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Sslyth battle-blade"
- }
- ]
- },
- "Ur-Ghul talons": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Ur-Ghul talons"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
+ "value": "28mm"
}
}
},
@@ -30164,7 +35323,7 @@
"value": 18
},
"M": {
- "value": "8"
+ "value": 8
},
"WS": {
"value": 3
@@ -30182,7 +35341,7 @@
"value": 3
},
"A": {
- "value": "3"
+ "value": 3
},
"Ld": {
"value": 6
@@ -30447,19 +35606,1616 @@
}
}
},
+ "Model§Striking Scorpion (Striking Scorpions (Legendary))": {
+ "stats": {
+ "Points": {
+ "value": 8
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "25mm"
+ }
+ },
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Striking Scorpion",
+ "iterations": 1
+ }
+ ]
+ }
+ }
+ },
+ "Model§Striking Scorpion (Striking Scorpions)": {
+ "stats": {
+ "Points": {
+ "value": 18
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Shuriken pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Biting blade": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Biting blade",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Scorpion chainsword": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Scorpion chainsword"
+ }
+ ]
+ },
+ "Scorpion’s claw": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Scorpion’s claw",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Scorpion chainsword",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Biting blade": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Biting blade",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Scorpion chainsword": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Scorpion chainsword"
+ }
+ ]
+ },
+ "Scorpion’s claw": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Scorpion’s claw",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Plasma grenade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Biting blade": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Biting blade",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Scorpion chainsword": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Scorpion chainsword"
+ }
+ ]
+ },
+ "Scorpion’s claw": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Scorpion’s claw",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Biting blade": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Biting blade",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Scorpion chainsword": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Scorpion chainsword"
+ }
+ ]
+ },
+ "Scorpion’s claw": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Scorpion’s claw",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Striking Scorpion",
+ "iterations": 1
+ }
+ ]
+ }
+ }
+ },
+ "Model§Striking Scorpion Exarch (Striking Scorpions (Legendary))": {
+ "stats": {
+ "Points": {
+ "value": 8
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "25mm"
+ }
+ },
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Striking Scorpion Exarch",
+ "iterations": 1
+ }
+ ]
+ }
+ }
+ },
+ "Model§Striking Scorpion Exarch (Striking Scorpions)": {
+ "stats": {
+ "Points": {
+ "value": 18
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Shuriken pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Biting blade": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Biting blade",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Scorpion chainsword": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Scorpion chainsword"
+ }
+ ]
+ },
+ "Scorpion’s claw": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Scorpion’s claw",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Scorpion chainsword",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Biting blade": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Biting blade",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Scorpion chainsword": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Scorpion chainsword"
+ }
+ ]
+ },
+ "Scorpion’s claw": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Scorpion’s claw",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Plasma grenade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Biting blade": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Biting blade",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Scorpion chainsword": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Scorpion chainsword"
+ }
+ ]
+ },
+ "Scorpion’s claw": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Scorpion’s claw",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Biting blade": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Biting blade",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Scorpion chainsword": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Scorpion chainsword"
+ }
+ ]
+ },
+ "Scorpion’s claw": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Wargear§Scorpion’s claw",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Striking Scorpion Exarch",
+ "iterations": 1
+ }
+ ]
+ }
+ }
+ },
+ "Model§Support Weapon": {
+ "stats": {
+ "Points": {
+ "value": 45
+ },
+ "M": {
+ "value": 6
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 5
+ },
+ "W": {
+ "value": 5
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 7
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "40mm"
+ },
+ "loadout1": {
+ "value": "Shadow weaver",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "D-cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§D-cannon"
+ }
+ ]
+ },
+ "Shadow weaver": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Shadow weaver"
+ }
+ ]
+ },
+ "Shuriken catapult": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken catapult"
+ }
+ ]
+ },
+ "Vibro cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Vibro cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Shuriken catapult",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "D-cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§D-cannon"
+ }
+ ]
+ },
+ "Shadow weaver": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Shadow weaver"
+ }
+ ]
+ },
+ "Shuriken catapult": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken catapult"
+ }
+ ]
+ },
+ "Vibro cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Vibro cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "D-cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§D-cannon"
+ }
+ ]
+ },
+ "Shadow weaver": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Shadow weaver"
+ }
+ ]
+ },
+ "Shuriken catapult": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken catapult"
+ }
+ ]
+ },
+ "Vibro cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Vibro cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Swooping Hawk (Swooping Hawks (Legendary))": {
+ "stats": {
+ "Points": {
+ "value": 6
+ },
+ "M": {
+ "value": 14
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 1
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "25mm"
+ }
+ },
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Swooping Hawk",
+ "iterations": 1
+ }
+ ]
+ }
+ }
+ },
+ "Model§Swooping Hawk (Swooping Hawks)": {
+ "stats": {
+ "Points": {
+ "value": 20
+ },
+ "M": {
+ "value": 14
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Lasblaster",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari power sword": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari power sword"
+ }
+ ]
+ },
+ "Hawk’s talon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Hawk’s talon",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Lasblaster": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Lasblaster"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari power sword": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari power sword"
+ }
+ ]
+ },
+ "Hawk’s talon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Hawk’s talon",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Lasblaster": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Lasblaster"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Swooping Hawk",
+ "iterations": 1
+ }
+ ]
+ }
+ }
+ },
+ "Model§Swooping Hawk Exarch (Swooping Hawks (Legendary))": {
+ "stats": {
+ "Points": {
+ "value": 6
+ },
+ "M": {
+ "value": 14
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "25mm"
+ }
+ },
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Swooping Hawk Exarch",
+ "iterations": 1
+ }
+ ]
+ }
+ }
+ },
+ "Model§Swooping Hawk Exarch (Swooping Hawks)": {
+ "stats": {
+ "Points": {
+ "value": 20
+ },
+ "M": {
+ "value": 14
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Lasblaster",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari power sword": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari power sword"
+ }
+ ]
+ },
+ "Hawk’s talon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Hawk’s talon",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Lasblaster": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Lasblaster"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari power sword": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Aeldari power sword"
+ }
+ ]
+ },
+ "Hawk’s talon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Hawk’s talon",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Lasblaster": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Lasblaster"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Swooping Hawk Exarch",
+ "iterations": 1
+ }
+ ]
+ }
+ }
+ },
+ "Model§Sybarite": {
+ "stats": {
+ "Points": {
+ "value": 8
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Splinter rifle",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Agoniser"
+ }
+ ]
+ },
+ "Blast pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Blast pistol"
+ }
+ ]
+ },
+ "Blaster": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Blaster"
+ }
+ ]
+ },
+ "Dark lance": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Dark lance"
+ }
+ ]
+ },
+ "Phantasm grenade launcher": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Phantasm grenade launcher"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Shredder": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Shredder"
+ }
+ ]
+ },
+ "Splinter cannon": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter cannon"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Splinter rifle": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter rifle"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Agoniser": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Agoniser"
+ }
+ ]
+ },
+ "Blast pistol": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Blast pistol"
+ }
+ ]
+ },
+ "Blaster": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Blaster"
+ }
+ ]
+ },
+ "Dark lance": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Dark lance"
+ }
+ ]
+ },
+ "Phantasm grenade launcher": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Phantasm grenade launcher"
+ }
+ ]
+ },
+ "Power sword": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Power sword"
+ }
+ ]
+ },
+ "Shredder": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Shredder"
+ }
+ ]
+ },
+ "Splinter cannon": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter cannon"
+ }
+ ]
+ },
+ "Splinter pistol": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter pistol"
+ }
+ ]
+ },
+ "Splinter rifle": {
+ "order": 10,
+ "traits": [
+ {
+ "trait": "Weapon§Splinter rifle"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
"Model§Ur-Ghul": {
"stats": {
"Points": {
"value": 16
},
"M": {
- "value": "8"
+ "value": 8
},
"WS": {
"value": 3
},
"BS": {
- "value": null
+ "value": "null"
},
"S": {
"value": 4
@@ -30471,7 +37227,7 @@
"value": 3
},
"A": {
- "value": "4"
+ "value": 4
},
"Ld": {
"value": 4
@@ -30610,19 +37366,19 @@
}
}
},
- "Model§Archon": {
+ "Model§Voidreaver Felarch": {
"stats": {
"Points": {
- "value": 70
+ "value": 10
},
"M": {
- "value": "8"
+ "value": 7
},
"WS": {
- "value": 2
+ "value": 3
},
"BS": {
- "value": 2
+ "value": 3
},
"S": {
"value": 3
@@ -30631,22 +37387,22 @@
"value": 3
},
"W": {
- "value": 5
+ "value": 1
},
"A": {
- "value": "5"
+ "value": 3
},
"Ld": {
- "value": 9
+ "value": 8
},
"Sv": {
"value": 4
},
"Base": {
- "value": "25mm"
+ "value": "28mm"
},
"loadout1": {
- "value": "Splinter pistol",
+ "value": "Shuriken pistol",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -30656,12 +37412,12 @@
"-": {
"order": 0
},
- "Agoniser": {
+ "Aeldari power sword": {
"order": 1,
"traits": [
{
"trait": {
- "item": "Weapon§Agoniser",
+ "item": "Weapon§Aeldari power sword",
"stats": {
"Points": {
"value": 0
@@ -30671,50 +37427,67 @@
}
]
},
- "Blast pistol": {
+ "Corsair blaster": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Blast pistol"
+ "trait": "Weapon§Corsair blaster"
}
]
},
- "Huskblade": {
+ "Corsair shredder": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Huskblade"
+ "trait": "Weapon§Corsair shredder"
}
]
},
- "Power sword": {
+ "Neuro disruptor": {
"order": 4,
"traits": [
{
- "trait": {
- "item": "Weapon§Power sword",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
+ "trait": "Weapon§Neuro disruptor"
}
]
},
- "Splinter pistol": {
+ "Plasma grenade": {
"order": 5,
"traits": [
{
- "trait": "Weapon§Splinter pistol"
+ "trait": "Weapon§Plasma grenade"
}
]
},
- "Venom blade": {
+ "Shuriken cannon": {
"order": 6,
"traits": [
{
- "trait": "Weapon§Venom blade"
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ },
+ "Shuriken rifle": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken rifle"
+ }
+ ]
+ },
+ "Wraithcannon": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Wraithcannon"
}
]
}
@@ -30723,7 +37496,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Power sword",
+ "value": "Aeldari power sword",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -30733,12 +37506,12 @@
"-": {
"order": 0
},
- "Agoniser": {
+ "Aeldari power sword": {
"order": 1,
"traits": [
{
"trait": {
- "item": "Weapon§Agoniser",
+ "item": "Weapon§Aeldari power sword",
"stats": {
"Points": {
"value": 0
@@ -30748,28 +37521,91 @@
}
]
},
- "Blast pistol": {
+ "Corsair blaster": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Blast pistol"
+ "trait": "Weapon§Corsair blaster"
}
]
},
- "Huskblade": {
+ "Corsair shredder": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Huskblade"
+ "trait": "Weapon§Corsair shredder"
}
]
},
- "Power sword": {
+ "Neuro disruptor": {
"order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Neuro disruptor"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ },
+ "Shuriken rifle": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken rifle"
+ }
+ ]
+ },
+ "Wraithcannon": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Wraithcannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Plasma grenade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari power sword": {
+ "order": 1,
"traits": [
{
"trait": {
- "item": "Weapon§Power sword",
+ "item": "Weapon§Aeldari power sword",
"stats": {
"Points": {
"value": 0
@@ -30779,19 +37615,327 @@
}
]
},
- "Splinter pistol": {
- "order": 5,
+ "Corsair blaster": {
+ "order": 2,
"traits": [
{
- "trait": "Weapon§Splinter pistol"
+ "trait": "Weapon§Corsair blaster"
}
]
},
- "Venom blade": {
+ "Corsair shredder": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Corsair shredder"
+ }
+ ]
+ },
+ "Neuro disruptor": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Neuro disruptor"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Shuriken cannon": {
"order": 6,
"traits": [
{
- "trait": "Weapon§Venom blade"
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ },
+ "Shuriken rifle": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken rifle"
+ }
+ ]
+ },
+ "Wraithcannon": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Wraithcannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari power sword": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Aeldari power sword",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Corsair blaster": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Corsair blaster"
+ }
+ ]
+ },
+ "Corsair shredder": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Corsair shredder"
+ }
+ ]
+ },
+ "Neuro disruptor": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Neuro disruptor"
+ }
+ ]
+ },
+ "Plasma grenade": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Plasma grenade"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken cannon"
+ }
+ ]
+ },
+ "Shuriken pistol": {
+ "order": 7,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ },
+ "Shuriken rifle": {
+ "order": 8,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken rifle"
+ }
+ ]
+ },
+ "Wraithcannon": {
+ "order": 9,
+ "traits": [
+ {
+ "trait": "Weapon§Wraithcannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Voidscarred Felarch": {
+ "stats": {
+ "Points": {
+ "value": 12
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "28mm"
+ }
+ }
+ },
+ "Model§Voidweaver": {
+ "stats": {
+ "Points": {
+ "value": 130
+ },
+ "M": {
+ "value": 16
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 5
+ },
+ "T": {
+ "value": 5
+ },
+ "W": {
+ "value": 6
+ },
+ "A": {
+ "value": 4
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "65mm"
+ },
+ "loadout1": {
+ "value": "Shuriken cannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Prismatic cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Prismatic cannon"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Voidweaver haywire cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Voidweaver haywire cannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Voidweaver haywire cannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Prismatic cannon": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Prismatic cannon"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Voidweaver haywire cannon": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Voidweaver haywire cannon"
}
]
}
@@ -30810,43 +37954,20 @@
"-": {
"order": 0
},
- "Agoniser": {
+ "Prismatic cannon": {
"order": 1,
"traits": [
{
- "trait": {
- "item": "Weapon§Agoniser",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
+ "trait": "Wargear§Prismatic cannon"
}
]
},
- "Blast pistol": {
+ "Shuriken cannon": {
"order": 2,
- "traits": [
- {
- "trait": "Weapon§Blast pistol"
- }
- ]
- },
- "Huskblade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Huskblade"
- }
- ]
- },
- "Power sword": {
- "order": 4,
"traits": [
{
"trait": {
- "item": "Weapon§Power sword",
+ "item": "Weapon§Shuriken cannon",
"stats": {
"Points": {
"value": 0
@@ -30856,19 +37977,11 @@
}
]
},
- "Splinter pistol": {
- "order": 5,
+ "Voidweaver haywire cannon": {
+ "order": 3,
"traits": [
{
- "trait": "Weapon§Splinter pistol"
- }
- ]
- },
- "Venom blade": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Venom blade"
+ "trait": "Weapon§Voidweaver haywire cannon"
}
]
}
@@ -30878,20 +37991,498 @@
}
}
},
- "Model§Succubus": {
+ "Model§Vyper": {
"stats": {
"Points": {
- "value": 80
+ "value": 40
},
"M": {
- "value": "8"
+ "value": 16
},
"WS": {
- "value": 2
+ "value": 6
},
"BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 4
+ },
+ "T": {
+ "value": 5
+ },
+ "W": {
+ "value": 6
+ },
+ "A": {
"value": 2
},
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "60mm flying base"
+ },
+ "loadout1": {
+ "value": "Shuriken cannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Aeldari missile launcher"
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Bright lance",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Starcannon",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Twin shuriken catapult",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Aeldari missile launcher"
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Bright lance",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Starcannon",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Aeldari missile launcher"
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Bright lance",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Starcannon",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 6,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§War Walker": {
+ "stats": {
+ "Points": {
+ "value": 55
+ },
+ "M": {
+ "value": 10
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 5
+ },
+ "T": {
+ "value": 6
+ },
+ "W": {
+ "value": 6
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "60mm"
+ },
+ "loadout1": {
+ "value": "Shuriken cannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Aeldari missile launcher"
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Bright lance",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Starcannon",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Aeldari missile launcher"
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Bright lance",
+ "stats": {
+ "Points": {
+ "value": 15
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 5
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Starcannon",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Warlock": {
+ "stats": {
+ "Points": {
+ "value": 20
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
"S": {
"value": 3
},
@@ -30899,10 +38490,10 @@
"value": 3
},
"W": {
- "value": 5
+ "value": 2
},
"A": {
- "value": "6"
+ "value": 2
},
"Ld": {
"value": 8
@@ -30911,10 +38502,10 @@
"value": 6
},
"Base": {
- "value": "25mm"
+ "value": "32mm"
},
"loadout1": {
- "value": "Agoniser",
+ "value": "Shuriken pistol",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -30924,73 +38515,27 @@
"-": {
"order": 0
},
- "Agoniser": {
+ "Shuriken pistol": {
"order": 1,
"traits": [
{
- "trait": {
- "item": "Weapon§Agoniser",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
+ "trait": "Weapon§Shuriken pistol"
}
]
},
- "Archite glaive": {
+ "Singing spear": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Archite glaive"
+ "trait": "Wargear§Singing spear"
}
]
},
- "Blast pistol": {
+ "Witchblade": {
"order": 3,
"traits": [
{
- "trait": {
- "item": "Weapon§Blast pistol",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Hydra gauntlets": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Hydra gauntlets"
- }
- ]
- },
- "Razorflails": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Razorflails"
- }
- ]
- },
- "Shardnet and impaler": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shardnet and impaler"
- }
- ]
- },
- "Splinter pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
+ "trait": "Weapon§Witchblade"
}
]
}
@@ -30999,7 +38544,7 @@
"dynamic": true
},
"loadout2": {
- "value": "Archite glaive",
+ "value": "Witchblade",
"label": "Loadout",
"statType": "rank",
"statOrder": 2,
@@ -31009,73 +38554,27 @@
"-": {
"order": 0
},
- "Agoniser": {
+ "Shuriken pistol": {
"order": 1,
"traits": [
{
- "trait": {
- "item": "Weapon§Agoniser",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
+ "trait": "Weapon§Shuriken pistol"
}
]
},
- "Archite glaive": {
+ "Singing spear": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Archite glaive"
+ "trait": "Wargear§Singing spear"
}
]
},
- "Blast pistol": {
+ "Witchblade": {
"order": 3,
"traits": [
{
- "trait": {
- "item": "Weapon§Blast pistol",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Hydra gauntlets": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Hydra gauntlets"
- }
- ]
- },
- "Razorflails": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Razorflails"
- }
- ]
- },
- "Shardnet and impaler": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shardnet and impaler"
- }
- ]
- },
- "Splinter pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
+ "trait": "Weapon§Witchblade"
}
]
}
@@ -31094,73 +38593,27 @@
"-": {
"order": 0
},
- "Agoniser": {
+ "Shuriken pistol": {
"order": 1,
"traits": [
{
- "trait": {
- "item": "Weapon§Agoniser",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
+ "trait": "Weapon§Shuriken pistol"
}
]
},
- "Archite glaive": {
+ "Singing spear": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Archite glaive"
+ "trait": "Wargear§Singing spear"
}
]
},
- "Blast pistol": {
+ "Witchblade": {
"order": 3,
"traits": [
{
- "trait": {
- "item": "Weapon§Blast pistol",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- },
- "Hydra gauntlets": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Hydra gauntlets"
- }
- ]
- },
- "Razorflails": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Razorflails"
- }
- ]
- },
- "Shardnet and impaler": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Shardnet and impaler"
- }
- ]
- },
- "Splinter pistol": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
+ "trait": "Weapon§Witchblade"
}
]
}
@@ -31170,13 +38623,238 @@
}
}
},
- "Model§Kabalite Warrior": {
+ "Model§Warlock Skyrunner": {
"stats": {
"Points": {
- "value": 8
+ "value": 35
},
"M": {
- "value": "7"
+ "value": 16
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 4
+ },
+ "W": {
+ "value": 3
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "32mm flying base"
+ },
+ "loadout1": {
+ "value": "Shuriken pistol",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Shuriken pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ },
+ "Singing spear": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Singing spear"
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ },
+ "Witchblade": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Witchblade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "Twin shuriken catapult",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Shuriken pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ },
+ "Singing spear": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Singing spear"
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ },
+ "Witchblade": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Witchblade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout3": {
+ "value": "Witchblade",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 3,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Shuriken pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ },
+ "Singing spear": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Singing spear"
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ },
+ "Witchblade": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Witchblade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout4": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 4,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Shuriken pistol": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Shuriken pistol"
+ }
+ ]
+ },
+ "Singing spear": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Wargear§Singing spear"
+ }
+ ]
+ },
+ "Twin shuriken catapult": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Twin shuriken catapult"
+ }
+ ]
+ },
+ "Witchblade": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": "Weapon§Witchblade"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Warp Spider (Warp Spiders (Legendary))": {
+ "stats": {
+ "Points": {
+ "value": 9
+ },
+ "M": {
+ "value": 7
},
"WS": {
"value": 3
@@ -31194,19 +38872,597 @@
"value": 1
},
"A": {
- "value": "2"
+ "value": 1
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "25mm"
+ }
+ },
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Warp Spider",
+ "iterations": 1
+ }
+ ]
+ }
+ }
+ },
+ "Model§Warp Spider (Warp Spiders)": {
+ "stats": {
+ "Points": {
+ "value": 22
+ },
+ "M": {
+ "value": 12
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Death spinner",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Death spinner": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Death spinner"
+ }
+ ]
+ },
+ "Powerblades": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Powerblades",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Death spinner": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Death spinner"
+ }
+ ]
+ },
+ "Powerblades": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Powerblades",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Warp Spider",
+ "iterations": 1
+ }
+ ]
+ }
+ }
+ },
+ "Model§Warp Spider Exarch (Warp Spiders (Legendary))": {
+ "stats": {
+ "Points": {
+ "value": 9
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "25mm"
+ }
+ },
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Warp Spider Exarch",
+ "iterations": 1
+ }
+ ]
+ }
+ }
+ },
+ "Model§Warp Spider Exarch (Warp Spiders)": {
+ "stats": {
+ "Points": {
+ "value": 22
+ },
+ "M": {
+ "value": 12
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "25mm"
+ },
+ "loadout1": {
+ "value": "Death spinner",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Death spinner": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Death spinner"
+ }
+ ]
+ },
+ "Powerblades": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Powerblades",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Death spinner": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§Death spinner"
+ }
+ ]
+ },
+ "Powerblades": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Powerblades",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ },
+ "rules": {
+ "rename me": {
+ "evals": [],
+ "failState": "pass",
+ "evaluate": "AND",
+ "actions": [
+ {
+ "paths": [
+ [
+ "{self}",
+ "designation"
+ ]
+ ],
+ "actionType": "set",
+ "value": "Warp Spider Exarch",
+ "iterations": 1
+ }
+ ]
+ }
+ }
+ },
+ "Model§Wasp Assault Walker": {
+ "stats": {
+ "Points": {
+ "value": 50
+ },
+ "M": {
+ "value": 10
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 5
+ },
+ "T": {
+ "value": 6
+ },
+ "W": {
+ "value": 6
+ },
+ "A": {
+ "value": 2
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "60mm"
+ },
+ "loadout1": {
+ "value": "Shuriken cannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Aeldari missile launcher"
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bright lance"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Starcannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "Aeldari missile launcher": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Wargear§Aeldari missile launcher"
+ }
+ ]
+ },
+ "Bright lance": {
+ "order": 2,
+ "traits": [
+ {
+ "trait": "Weapon§Bright lance"
+ }
+ ]
+ },
+ "Scatter laser": {
+ "order": 3,
+ "traits": [
+ {
+ "trait": "Weapon§Scatter laser"
+ }
+ ]
+ },
+ "Shuriken cannon": {
+ "order": 4,
+ "traits": [
+ {
+ "trait": {
+ "item": "Weapon§Shuriken cannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ },
+ "Starcannon": {
+ "order": 5,
+ "traits": [
+ {
+ "trait": "Weapon§Starcannon"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Way Seeker": {
+ "stats": {
+ "Points": {
+ "value": 25
+ },
+ "M": {
+ "value": 7
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 3
+ },
+ "W": {
+ "value": 1
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 8
+ },
+ "Sv": {
+ "value": 4
+ },
+ "Base": {
+ "value": "28mm"
+ }
+ }
+ },
+ "Model§Windrider": {
+ "stats": {
+ "Points": {
+ "value": 20
+ },
+ "M": {
+ "value": 16
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 3
+ },
+ "T": {
+ "value": 4
+ },
+ "W": {
+ "value": 2
+ },
+ "A": {
+ "value": 1
},
"Ld": {
"value": 7
},
"Sv": {
- "value": 4
+ "value": 3
},
"Base": {
- "value": "25mm"
+ "value": "32mm flying base"
},
"loadout1": {
- "value": "Splinter rifle",
+ "value": "Twin shuriken catapult",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -31216,83 +39472,34 @@
"-": {
"order": 0
},
- "Agoniser": {
+ "Scatter laser": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Agoniser"
+ "trait": {
+ "item": "Weapon§Scatter laser",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
}
]
},
- "Blast pistol": {
+ "Shuriken cannon": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Blast pistol"
+ "trait": "Weapon§Shuriken cannon"
}
]
},
- "Blaster": {
+ "Twin shuriken catapult": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Blaster"
- }
- ]
- },
- "Dark lance": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Dark lance"
- }
- ]
- },
- "Phantasm grenade launcher": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Phantasm grenade launcher"
- }
- ]
- },
- "Power sword": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Shredder": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Shredder"
- }
- ]
- },
- "Splinter cannon": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Splinter cannon"
- }
- ]
- },
- "Splinter pistol": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- },
- "Splinter rifle": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Splinter rifle"
+ "trait": "Weapon§Twin shuriken catapult"
}
]
}
@@ -31311,83 +39518,34 @@
"-": {
"order": 0
},
- "Agoniser": {
+ "Scatter laser": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Agoniser"
+ "trait": {
+ "item": "Weapon§Scatter laser",
+ "stats": {
+ "Points": {
+ "value": 10
+ }
+ }
+ }
}
]
},
- "Blast pistol": {
+ "Shuriken cannon": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Blast pistol"
+ "trait": "Weapon§Shuriken cannon"
}
]
},
- "Blaster": {
+ "Twin shuriken catapult": {
"order": 3,
"traits": [
{
- "trait": "Weapon§Blaster"
- }
- ]
- },
- "Dark lance": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Dark lance"
- }
- ]
- },
- "Phantasm grenade launcher": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Phantasm grenade launcher"
- }
- ]
- },
- "Power sword": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Shredder": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Shredder"
- }
- ]
- },
- "Splinter cannon": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Splinter cannon"
- }
- ]
- },
- "Splinter pistol": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- },
- "Splinter rifle": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Splinter rifle"
+ "trait": "Weapon§Twin shuriken catapult"
}
]
}
@@ -31397,13 +39555,13 @@
}
}
},
- "Model§Sybarite": {
+ "Model§Wraithblade": {
"stats": {
"Points": {
- "value": 8
+ "value": 40
},
"M": {
- "value": "7"
+ "value": 5
},
"WS": {
"value": 3
@@ -31412,28 +39570,28 @@
"value": 3
},
"S": {
- "value": 3
+ "value": 5
},
"T": {
- "value": 3
+ "value": 6
},
"W": {
- "value": 1
+ "value": 3
},
"A": {
- "value": "3"
+ "value": 3
},
"Ld": {
- "value": 8
+ "value": 9
},
"Sv": {
- "value": 4
+ "value": 3
},
"Base": {
- "value": "25mm"
+ "value": "40mm"
},
"loadout1": {
- "value": "Splinter rifle",
+ "value": "Ghostswords",
"label": "Loadout",
"statType": "rank",
"statOrder": 1,
@@ -31443,83 +39601,19 @@
"-": {
"order": 0
},
- "Agoniser": {
+ "Ghostaxe": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Agoniser"
+ "trait": "Weapon§Ghostaxe"
}
]
},
- "Blast pistol": {
+ "Ghostswords": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Blast pistol"
- }
- ]
- },
- "Blaster": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Blaster"
- }
- ]
- },
- "Dark lance": {
- "order": 4,
- "traits": [
- {
- "trait": "Weapon§Dark lance"
- }
- ]
- },
- "Phantasm grenade launcher": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Phantasm grenade launcher"
- }
- ]
- },
- "Power sword": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Shredder": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Shredder"
- }
- ]
- },
- "Splinter cannon": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Splinter cannon"
- }
- ]
- },
- "Splinter pistol": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- },
- "Splinter rifle": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Splinter rifle"
+ "trait": "Weapon§Ghostswords"
}
]
}
@@ -31538,83 +39632,132 @@
"-": {
"order": 0
},
- "Agoniser": {
+ "Ghostaxe": {
"order": 1,
"traits": [
{
- "trait": "Weapon§Agoniser"
+ "trait": "Weapon§Ghostaxe"
}
]
},
- "Blast pistol": {
+ "Ghostswords": {
"order": 2,
"traits": [
{
- "trait": "Weapon§Blast pistol"
+ "trait": "Weapon§Ghostswords"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ }
+ }
+ },
+ "Model§Wraithguard": {
+ "stats": {
+ "Points": {
+ "value": 40
+ },
+ "M": {
+ "value": 5
+ },
+ "WS": {
+ "value": 3
+ },
+ "BS": {
+ "value": 3
+ },
+ "S": {
+ "value": 5
+ },
+ "T": {
+ "value": 6
+ },
+ "W": {
+ "value": 3
+ },
+ "A": {
+ "value": 3
+ },
+ "Ld": {
+ "value": 9
+ },
+ "Sv": {
+ "value": 3
+ },
+ "Base": {
+ "value": "40mm"
+ },
+ "loadout1": {
+ "value": "Wraithcannon",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 1,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "D-scythe": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§D-scythe"
}
]
},
- "Blaster": {
- "order": 3,
+ "Wraithcannon": {
+ "order": 2,
"traits": [
{
- "trait": "Weapon§Blaster"
+ "trait": {
+ "item": "Weapon§Wraithcannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "loadout2": {
+ "value": "-",
+ "label": "Loadout",
+ "statType": "rank",
+ "statOrder": 2,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "-": {
+ "order": 0
+ },
+ "D-scythe": {
+ "order": 1,
+ "traits": [
+ {
+ "trait": "Weapon§D-scythe"
}
]
},
- "Dark lance": {
- "order": 4,
+ "Wraithcannon": {
+ "order": 2,
"traits": [
{
- "trait": "Weapon§Dark lance"
- }
- ]
- },
- "Phantasm grenade launcher": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Phantasm grenade launcher"
- }
- ]
- },
- "Power sword": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Shredder": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Shredder"
- }
- ]
- },
- "Splinter cannon": {
- "order": 8,
- "traits": [
- {
- "trait": "Weapon§Splinter cannon"
- }
- ]
- },
- "Splinter pistol": {
- "order": 9,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- },
- "Splinter rifle": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Splinter rifle"
+ "trait": {
+ "item": "Weapon§Wraithcannon",
+ "stats": {
+ "Points": {
+ "value": 0
+ }
+ }
+ }
}
]
}
@@ -31630,7 +39773,7 @@
"value": 11
},
"M": {
- "value": "8"
+ "value": 8
},
"WS": {
"value": 3
@@ -31648,7 +39791,7 @@
"value": 1
},
"A": {
- "value": "3"
+ "value": 3
},
"Ld": {
"value": 7
@@ -32125,5697 +40268,260 @@
}
}
},
- "Model§Hekatrix": {
+ "Psychic Disciplines§Ancestors’ Grace": {
+ "text": "**Blessing:** *Ancestors’ Grace* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 7. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one friendly YNNARI** unit within 18″ of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), each time a model in that unit makes a melee attack, add 1 to that attack’s [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll).",
"stats": {
- "Points": {
- "value": 11
- },
- "M": {
- "value": "8"
- },
- "WS": {
- "value": 3
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
- "value": 1
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
+ "Roll": {
"value": 6
- },
- "Base": {
- "value": "25mm"
- },
- "loadout1": {
- "value": "Splinter pistol",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Agoniser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Agoniser"
- }
- ]
- },
- "Blast pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Blast pistol"
- }
- ]
- },
- "Hekatarii blade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Hekatarii blade"
- }
- ]
- },
- "Hydra gauntlets": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Hydra gauntlets",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Phantasm grenade launcher": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Phantasm grenade launcher"
- }
- ]
- },
- "Plasma grenades": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Plasma grenades"
- }
- ]
- },
- "Power sword": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Razorflails": {
- "order": 8,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Razorflails",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Shardnet and impaler": {
- "order": 9,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shardnet and impaler",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Splinter pistol": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "Hekatarii blade",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Agoniser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Agoniser"
- }
- ]
- },
- "Blast pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Blast pistol"
- }
- ]
- },
- "Hekatarii blade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Hekatarii blade"
- }
- ]
- },
- "Hydra gauntlets": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Hydra gauntlets",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Phantasm grenade launcher": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Phantasm grenade launcher"
- }
- ]
- },
- "Plasma grenades": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Plasma grenades"
- }
- ]
- },
- "Power sword": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Razorflails": {
- "order": 8,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Razorflails",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Shardnet and impaler": {
- "order": 9,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shardnet and impaler",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Splinter pistol": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout3": {
- "value": "Plasma grenades",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 3,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Agoniser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Agoniser"
- }
- ]
- },
- "Blast pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Blast pistol"
- }
- ]
- },
- "Hekatarii blade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Hekatarii blade"
- }
- ]
- },
- "Hydra gauntlets": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Hydra gauntlets",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Phantasm grenade launcher": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Phantasm grenade launcher"
- }
- ]
- },
- "Plasma grenades": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Plasma grenades"
- }
- ]
- },
- "Power sword": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Razorflails": {
- "order": 8,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Razorflails",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Shardnet and impaler": {
- "order": 9,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shardnet and impaler",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Splinter pistol": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout4": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 4,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Agoniser": {
- "order": 1,
- "traits": [
- {
- "trait": "Weapon§Agoniser"
- }
- ]
- },
- "Blast pistol": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Blast pistol"
- }
- ]
- },
- "Hekatarii blade": {
- "order": 3,
- "traits": [
- {
- "trait": "Weapon§Hekatarii blade"
- }
- ]
- },
- "Hydra gauntlets": {
- "order": 4,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Hydra gauntlets",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Phantasm grenade launcher": {
- "order": 5,
- "traits": [
- {
- "trait": "Weapon§Phantasm grenade launcher"
- }
- ]
- },
- "Plasma grenades": {
- "order": 6,
- "traits": [
- {
- "trait": "Weapon§Plasma grenades"
- }
- ]
- },
- "Power sword": {
- "order": 7,
- "traits": [
- {
- "trait": "Weapon§Power sword"
- }
- ]
- },
- "Razorflails": {
- "order": 8,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Razorflails",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- },
- "Shardnet and impaler": {
- "order": 9,
- "traits": [
- {
- "trait": {
- "item": "Weapon§Shardnet and impaler",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- },
- "Splinter pistol": {
- "order": 10,
- "traits": [
- {
- "trait": "Weapon§Splinter pistol"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
}
}
},
- "Model§Incubi": {
+ "Psychic Disciplines§Conceal/reveal": {
+ "text": "*Conceal/Reveal* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one of the following effects:\n\n* **Conceal (Blessing):** Select one friendly **<CRAFTWORLD> ASURYANI** CORE** unit within 18″ of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), that unit receives the benefits of [Light Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Light-Cover).\n* Reveal (Malediction):** Select one enemy unit within 18″ of this PSYKER**. Until the start of your next Psychic phase, each time an ASURYANI** model from your army makes an attack, that enemy unit does not receive the [benefits of cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-and-Cover) against that attack.",
"stats": {
- "Points": {
- "value": 22
- },
- "M": {
- "value": "7"
- },
- "WS": {
- "value": 2
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
+ "Roll": {
"value": 1
- },
- "A": {
- "value": "3"
- },
- "Ld": {
- "value": 8
- },
- "Sv": {
- "value": 3
- },
- "Base": {
- "value": "28mm"
- },
- "loadout1": {
- "value": "Klaive",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Demiklaives": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Demiklaives"
- }
- ]
- },
- "Klaive": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Klaive"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Demiklaives": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Demiklaives"
- }
- ]
- },
- "Klaive": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Klaive"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
}
}
},
- "Model§Klaivex": {
+ "Psychic Disciplines§Crushing Orb": {
+ "text": "**Witchfire:** *Crushing Orb* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one enemy unit within 18″ of and visible to this PSYKER** and roll three D6, adding 2 to each result if that enemy unit is a VEHICLE** or MONSTER** unit, or it contains 6 or more models. For each 4+, that enemy unit suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).",
"stats": {
- "Points": {
- "value": 22
- },
- "M": {
- "value": "7"
- },
- "WS": {
+ "Roll": {
+ "value": 4
+ }
+ }
+ },
+ "Psychic Disciplines§Doom": {
+ "text": "**Malediction:** *Doom* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 7. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one enemy unit within 18″ of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), each time a **<CRAFTWORLD> ASURYANI** CORE** or **<CRAFTWORLD> ASURYANI** CHARACTER** unit from your army makes an attack that targets that enemy unit, you can re-roll the [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll). If the result of the [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) was 10 or more, you can select one enemy unit within 24″ of this PSYKER** instead.",
+ "stats": {
+ "Roll": {
"value": 2
- },
- "BS": {
- "value": 3
- },
- "S": {
- "value": 3
- },
- "T": {
- "value": 3
- },
- "W": {
+ }
+ }
+ },
+ "Psychic Disciplines§Embolden/horrify": {
+ "text": "Embolden/Horrify has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 7. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one of the following effects:\n\n* **Embolden (Blessing):** Select one friendly **<CRAFTWORLD> ASURYANI** CORE** or **<CRAFTWORLD> ASURYANI** CHARACTER** unit within 18″ of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE):\n\n* Add 2 to that unit’s Leadership characteristic.\n* At the start of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), if that unit is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, it can fight first that phase.\n* Horrify (Malediction):** Select one enemy unit within 18″ of this PSYKER**. Until the start of your next Psychic phase:\n\n* Subtract 2 from the Leadership characteristic of that unit.\n* At the start of the Fight phase, if that unit is within Engagement Range of any units from your army, that unit is not eligible to fight this phase until after all eligible units from your army have done so.",
+ "stats": {
+ "Roll": {
"value": 2
- },
- "A": {
- "value": "4"
- },
- "Ld": {
- "value": 9
- },
- "Sv": {
+ }
+ }
+ },
+ "Psychic Disciplines§Empower/enervate": {
+ "text": "*Empower/Enervate* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 7. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one of the following effects:\n\n* **Empower (Blessing):** Select one friendly **<CRAFTWORLD> ASURYANI** CORE** unit within 18″ of this [PSYKER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE). Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), each time a model in that unit makes a melee attack, add 1 to that attack’s [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll).\n* Enervate (Malediction):** Select one enemy unit within 18″ of this PSYKER**. Until the start of your next Psychic phase, each time a model in that unit makes a melee attack, subtract 1 from that attack’s wound roll.",
+ "stats": {
+ "Roll": {
+ "value": 6
+ }
+ }
+ },
+ "Psychic Disciplines§Enhance/drain": {
+ "text": "*Enhance/Drain* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one of the following effects:\n\n* **Enhance (Blessing):** Select one friendly **<CRAFTWORLD> ASURYANI** CORE** unit within 18″ of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), each time a model in that unit makes a melee attack, add 1 to that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).\n* Drain (Malediction):** Select one enemy unit within 18″ of this PSYKER**. Until the start of your next Psychic phase, each time a model in that unit makes a melee attack, subtract 1 from that attack’s hit roll.",
+ "stats": {
+ "Roll": {
"value": 3
- },
- "Base": {
- "value": "28mm"
- },
- "loadout1": {
- "value": "Klaive",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 1,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Demiklaives": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Demiklaives"
- }
- ]
- },
- "Klaive": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Klaive"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "loadout2": {
- "value": "-",
- "label": "Loadout",
- "statType": "rank",
- "statOrder": 2,
- "group": "Loadout",
- "groupOrder": 2,
- "ranks": {
- "-": {
- "order": 0
- },
- "Demiklaives": {
- "order": 1,
- "traits": [
- {
- "trait": "Wargear§Demiklaives"
- }
- ]
- },
- "Klaive": {
- "order": 2,
- "traits": [
- {
- "trait": "Weapon§Klaive"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
}
}
},
- "Ability§Airborne": {
- "text": "You cannot [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) with this model, and it can only be chosen as a target of a charge if the unit making the charge can [**FLY**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Flying). You can only fight with this model if it is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units that can FLY**, and this model can only make melee attacks against units that can FLY**. Enemy units can only make melee attacks against this model if they can FLY**.\n\nERROR: The following text was found on another ability with the same name.\n\nYou cannot [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) with this model, and it can only be chosen as a target of a charge if the unit making the charge can [**FLY**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Flying). You can only fight with this model if it is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units that can FLY**, and this model can only make melee attacks against units that can FLY**. Enemy units can only make melee attacks against this model if they can FLY**.\n\nERROR: The following text was found on another ability with the same name.\n\nYou cannot [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) with this model, and it can only be chosen as a target of a charge if the unit making the charge can [**FLY**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Flying). You can only fight with this model if it is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units that can FLY**, and this model can only make melee attacks against units that can FLY**. Enemy units can only make melee attacks against this model if they can FLY**."
- },
- "Ability§Hard to Hit": {
- "text": "Each time a ranged attack is made against this model, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).\n\nERROR: The following text was found on another ability with the same name.\n\nEach time a ranged attack is made against this model, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).\n\nERROR: The following text was found on another ability with the same name.\n\nEach time a ranged attack is made against this model, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Ability§Ancient Doom": {
- "text": "You can re-roll failed [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) in the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE) for this unit in a turn in which it charges or is charged by a **SLAANESH** unit. However, you must add 1 to [Morale tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests) for this unit if it is within 3\" of any SLAANESH** units."
- },
- "Ability§Battle Focus": {
- "text": "* This unit is eligible to shoot in a turn in which it [Advanced](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance), but if it does so, then until the end of the phase, models in this unit can only make attacks with [Assault](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#ASSAULT) or [Pistol weapons](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PISTOL) they are equipped with, and when resolving those attacks, this unit is treated as having [Remained Stationary](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Remain-Stationary).\n* In your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), after this unit has finished making its attacks, unless it [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back) or Advanced this turn, this unit can make a Battle Focus move. When it does so, roll one D6: each model in this unit can make a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move) of up to a distance in inches equal to the result, as if it were your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE). A unit that makes a Battle Focus move cannot [embark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Embark) within a **TRANSPORT** model at the end of that move, and until the end of the turn, such a unit is not eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit). A unit cannot make a Battle Focus move if it arrived as [Reinforcements](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) this turn, and a unit cannot make more than one Battle Focus move per turn.\n\nIf a unit makes a Battle Focus move and any of its models wish to move over any part of an [Area Terrain](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Area-Terrain) feature, subtract 3\" from the distance models in that unit can move when making that Battle Focus move (to a minimum of 0). This penalty applies even if every part of that Area Terrain feature is 1\" or less in height, but is not cumulative with any other penalties that Area Terrain feature may impose (e.g. the Difficult Ground terrain trait).\n\nDesigners Note: Battle Focus and Area Terrain**\n\n*There are several abilities in Codex: Aeldari which allow units to ignore modifiers to certain moves (such as the [Alaitoc Fieldcraft](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Alaitoc) Craftworld Attribute) or move a set distance (such as the [Matchless Agility](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Stratagems) Stratagem). It should be noted that none of these abilities allow a player to ignore the penalty to Battle Focus moves incurred for moving through [Area Terrain](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Area-Terrain).*"
- },
- "Wargear§Crystal targeting matrix": {
- "text": "Each time this model makes a ranged attack, you can ignore any or all modifiers to the [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Wargear§Spirit stones": {
- "text": "This model is considered to have double the number of wounds remaining for the purposes of determining what characteristics on its profile to use.",
+ "Psychic Disciplines§Executioner": {
+ "text": "**Witchfire:** *Executioner* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 7. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one enemy unit (excluding [CHARACTER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Characters) units with a Wounds characteristic of 9 or less) within 18″ of this PSYKER**. That enemy unit suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds). If any enemy models are destroyed as a result of these mortal wounds, that enemy unit suffers an additional D3 mortal wounds. If the result of the [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) was 10 or more, you can select one enemy unit (excluding CHARACTER** units with a Wounds characteristic of 9 or less) within 24″ of this PSYKER** instead.",
"stats": {
- "Points": {
- "value": 10
+ "Roll": {
+ "value": 4
}
}
},
- "Wargear§Star engines": {
- "text": "Add 3\" to this model’s Move characteristic.",
+ "Psychic Disciplines§Fateful Divergence": {
+ "text": "**Blessing:** *Fateful Divergence* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), you gain 1 [Command point](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Command-Points).",
"stats": {
- "Points": {
- "value": 10
+ "Roll": {
+ "value": 1
}
}
},
- "Wargear§Vectored engines": {
- "text": "Once per battle, in your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), you can activate this model’s vectored engines. If you do so, until the end of the turn, this model has the Battle Focus ability.",
+ "Psychic Disciplines§Focus Will": {
+ "text": "**Blessing:** *Focus Will* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one friendly **<CRAFTWORLD> ASURYANI** PSYKER** unit within 24″ of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), add 2 to [Psychic tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) and [Deny the Witch tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) taken for that unit.",
"stats": {
- "Points": {
- "value": 10
- }
- }
- },
- "Ability§Armour of the Last Runes": {
- "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). Each time an attack is made against this model, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1-3 for that attack fails, irrespective of any abilities that the weapon or the model making that attack may have."
- },
- "Ability§Bringer of the True Death": {
- "text": "Each time this model makes an attack against a [**NECRONS**](https://wahapedia.ru/wh40k9ed/factions/necrons) unit, add 1 to that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) and [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
- },
- "Ability§Hunter Unseen": {
- "text": "While this model is receiving the [benefits of cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-and-Cover), it cannot be selected as the target of a ranged attack unless the attacking [model is within](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Within-and-Wholly-Within) 12\"."
- },
- "Ability§Hand of Asuryan (Aura)": {
- "text": "While a friendly **DIRE AVENGERS** unit is within 6\" of this model, add 2 to the Leadership characteristic of models in that unit and that unit has the [Objective Secured](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Secured) ability."
- },
- "Ability§Acrobatic": {
- "text": "This model is eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) in a turn in which it [Advanced](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance). Each time an attack is made against this model, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).\n\nERROR: The following text was found on another ability with the same name.\n\nThis unit is eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) in a turn in which it [Advanced](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance). Each time an attack is made against this unit, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Wargear§The Scorpion’s Bite": {
- "text": "Each time the bearer makes a melee attack that targets a non-**VEHICLE** unit, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 2 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
- },
- "Ability§Assured Destruction": {
- "text": "Each time this model makes a ranged attack that targets a **VEHICLE** or MONSTER** unit, re-roll a [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1.\n\nERROR: The following text was found on another ability with the same name.\n\nEach time a model in this unit makes a ranged attack that targets a **VEHICLE** or MONSTER** unit, re-roll a [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1."
- },
- "Ability§Unquenchable Resolve": {
- "text": "While this model has lost any wounds, add 1 to its Strength and Attacks characteristics."
- },
- "Ability§Cry of the Wind (Aura)": {
- "text": "While a friendly **SWOOPING HAWKS** unit is within 6\" of this model, add 2 to the Leadership characteristic of models in that unit and that unit has the [Objective Secured](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Secured) ability."
- },
- "Ability§Forceshield": {
- "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n\nERROR: The following text was found on another ability with the same name.\n\nThis model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§The Path of Command": {
- "text": "",
- "stats": {
- "Craftworld": {
- "statType": "term",
- "value": "<CRAFTWORLD>",
- "text": "You can re-roll [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1 for friendly **{v}** units within 6\" of this model. In addition, if your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES) and this model is your [WARLORD**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#The-Warlord) and on the battlefield, roll a D6 for each [Command Point](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Command-Points) spent when using [Stratagems](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Stratagems); on a 6 that Command Point is immediately refunded. Note that for [Prince Yriel](https://wahapedia.ru/wh40k9ed/factions/aeldari/Prince-Yriel), the first effect of this ability applies specifically to IYANDEN** units.",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Ability§Mandiblasters": {
- "text": "At the beginning of each [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), you can pick a single enemy INFANTRY unit within 1\" of this model and roll a D6. On a roll of 6, that unit suffers a [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nAt the beginning of each [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), you can pick a single enemy INFANTRY unit within 1\" of this unit. Roll a D6 for each model in this unit; for each roll of 6, the enemy unit suffers a [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
- },
- "Ability§Children of Baharroth": {
- "text": "During deployment, you can set up this model in the skies instead of placing it on the battlefield. At the end of any of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) this model can descend – set it up anywhere on the battlefield that is more than 9\" away from any enemy models.\n\nERROR: The following text was found on another ability with the same name.\n\nDuring deployment, you can set up this unit in the skies instead of placing it on the battlefield. At the end of any of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) this unit can descend – set it up anywhere on the battlefield that is more than 9\" away from any enemy models."
- },
- "Ability§Skyleap": {
- "text": "At the beginning of your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), if this model is not within 1\" of an enemy model it can leap into the skies. Remove this model from the battlefield. It can return to the battlefield as described in the **Children of Baharroth** ability. This model may not both skyleap and descend in the same turn. If the battle ends while this model is in the skies, it is considered to be slain.\n\nERROR: The following text was found on another ability with the same name.\n\nIn your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), instead of making a Battle Focus move with this unit, you can remove this unit from the battlefield and set it up again anywhere on the battlefield that is more than 9\" away from any enemy models."
- },
- "Ability§Warp Jump Generator": {
- "text": "In your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), when this model is chosen to move with, it can use its warp jump generator. If it does, until the end of the turn, add 4D6\" to its Movement characteristic and it gains the [FLY](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Flying) keyword, but cannot [Advance](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or [charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#CHARGE-PHASE). In addition, this model can [shoot](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE) in a turn in which it [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back) while using its warp jump generator.\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this unit moves in the [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), they can use their warp jump generators. If they do, they cannot [Advance](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or charge this turn, but their Move characteristic is increased by 4D6\" and they can [FLY](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Flying) until the end of the phase. A unit that uses warp jump generators to [Fall Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back) can still shoot in its [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE)."
- },
- "Ability§Ride the Wind": {
- "text": "Each time this model Advances, do not make an [Advance roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance). Instead, until the end of the phase, add 6\" to the Move characteristic of this model.\n\nERROR: The following text was found on another ability with the same name.\n\nEach time this unit Advances, do not make an [Advance roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance). Instead, until the end of the phase, add 6\" to the Move characteristic of models in this unit."
- },
- "Ability§Khaine Awakened (Aura]": {
- "text": "While a friendly **ASURYANI CORE** unit is within 12\" of this model, each time a [Combat Attrition test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Combat-Attrition-Tests) is taken for that unit, you can ignore any or all modifiers."
- },
- "Ability§Ghosthelm": {
- "text": "This model never suffers [Perils of the Warp](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Perils-of-the-Warp)."
- },
- "Ability§Rune Armour": {
- "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n\nERROR: The following text was found on another ability with the same name.\n\nModels in this unit have a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§Runes of the Farseer": {
- "text": "At the start of each battle round, after making a Strands of Fate roll but before selecting which of those dice to retain, for each **FARSEER** model from your army that is on the battlefield and not within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, you can re-roll one of those dice."
- },
- "Ability§Spirit Mark (Aura)": {
- "text": "",
- "stats": {
- "Craftworld": {
- "statType": "term",
- "value": "<CRAFTWORLD>",
- "text": "While a friendly **{v} SPIRIT** HOST** CORE** unit is within 6\" of this model, each time a model in that unit makes an attack, re-roll a [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1.",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Ability§Crewed Platform": {
- "text": "When the last Guardian Defender model in this unit is destroyed, any remaining [Heavy Weapon](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#HEAVY) Platform models in this unit are also destroyed. Heavy Weapon Platform models are not counted when determining a unit’s [Starting Strength](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Starting-Strength-Half-strength-and-Destroyed-Units), or whether that unit is below [Half-strength](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Starting-Strength-Half-strength-and-Destroyed-Units). The destruction of Heavy Weapon Platform models is ignored for the purposes of [Morale tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen the last Storm Guardian model in this unit is destroyed, any remaining Serpent’s Scale Platform models in this unit are also destroyed. Serpent’s Scale Platform models are not counted when determining a unit’s [Starting Strength](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Starting-Strength-Half-strength-and-Destroyed-Units), or whether that unit is below [Half-strength](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Starting-Strength-Half-strength-and-Destroyed-Units). The destruction of Serpent’s Scale Platform models is ignored for the purposes of [Morale tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests)."
- },
- "Ability§Defence Tactics": {
- "text": "While this unit contains a Dire Avenger Exarch model, if this unit is [performing an action](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-Actions), it can still make attacks with ranged weapons without that action failing."
- },
- "Wargear§Shimmershield": {
- "text": "The bearer has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).",
- "stats": {
- "Points": {
+ "Roll": {
"value": 5
}
}
},
- "Ability§Masters of Stealth": {
- "text": "During deployment, you can set up this unit in the shadows instead of placing it on the battlefield. At the end of any of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) this unit can stalk from their hiding place – set it up anywhere on the battlefield that is more than 9\" away from any enemy models."
- },
- "Ability§Shadow Strike": {
- "text": "Add 1 to [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) for attacks for this unit that target a unit [in cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-and-Cover)."
- },
- "Ability§Sustained Attack": {
- "text": "Each time you roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6+ when making a close combat attack for a Striking Scorpion Exarch, that model can immediately make another close combat attack using the same weapon. These extra attacks cannot generate any additional attacks."
- },
- "Wargear§Forceshield": {
- "text": "The bearer has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).",
+ "Psychic Disciplines§Fog Of Dreams": {
+ "text": "**Blessing:** *Fog of Dreams* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one friendly **<SAEDATH> CORE** or **<SAEDATH> CHARACTER** unit within 12″ of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), that unit can only be selected as the target of a ranged attack if it is the closest eligible target for that attack or is within 12″ of the shooting model.",
"stats": {
- "Points": {
+ "Roll": {
+ "value": 2
+ }
+ }
+ },
+ "Psychic Disciplines§Fortune": {
+ "text": "**Blessing:** *Fortune* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one friendly **<CRAFTWORLD> ASURYANI** CORE** or **<CRAFTWORLD> ASURYANI** CHARACTER** unit within 18″ of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), each time a model in that unit would lose a wound, roll one D6: on a 5+, that wound is not lost. If the result of the [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) was 10 or more, you can select one friendly <CRAFTWORLD>** ASURYANI** CORE** or <CRAFTWORLD>** ASURYANI** CHARACTER** unit within 24″ of this PSYKER** instead.",
+ "stats": {
+ "Roll": {
+ "value": 3
+ }
+ }
+ },
+ "Psychic Disciplines§Gaze Of Ynnead": {
+ "text": "**Witchfire:** *Gaze of Ynnead* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one enemy unit within 18″ of this PSYKER** and roll one D6, subtracting 2 from the result if that unit had a [Starting Strength](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Starting-Strength-Half-strength-and-Destroyed-Units) of 1. On a 1 or less, that unit suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds). On a 2-5, that unit suffers D3 mortal wounds. On a 6, that unit suffers D6 mortal wounds.",
+ "stats": {
+ "Roll": {
+ "value": 1
+ }
+ }
+ },
+ "Psychic Disciplines§Ghostwalk": {
+ "text": "**Blessing:** *Ghostwalk* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 5. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one friendly **<CRAFTWORLD> ASURYANI** CORE** or **<CRAFTWORLD> ASURYANI** CHARACTER** unit within 12″ of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), add 2 to [charge rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) made for that unit.",
+ "stats": {
+ "Roll": {
+ "value": 3
+ }
+ }
+ },
+ "Psychic Disciplines§Guide": {
+ "text": "**Blessing:** *Guide* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one friendly **<CRAFTWORLD> ASURYANI** CORE** or **<CRAFTWORLD> ASURYANI** CHARACTER** unit within 18″ of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), each time a model in that unit makes an attack, you can re-roll the [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll). If the result of the [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) was 10 or more, you can select one friendly <CRAFTWORLD>** ASURYANI** CORE** or <CRAFTWORLD>** ASURYANI** CHARACTER** unit within 24″ of this PSYKER** instead.",
+ "stats": {
+ "Roll": {
+ "value": 1
+ }
+ }
+ },
+ "Psychic Disciplines§Impair Senses": {
+ "text": "**Malediction:** *Impair Senses* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one enemy unit within 18″ of and visible to this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), that enemy unit cannot be affected by the [aura abilities](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Aura-Abilities) of units from your opponent’s army.",
+ "stats": {
+ "Roll": {
+ "value": 6
+ }
+ }
+ },
+ "Psychic Disciplines§Mind War": {
+ "text": "**Witchfire:** *Mind War* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 7. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one enemy [CHARACTER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Characters) model within 18″ of this PSYKER**. Roll one D6 and add this PSYKER**’s Leadership characteristic to the result of your roll. Your opponent then rolls one D6 and adds the Leadership characteristic of that enemy CHARACTER** model to the result of their roll. If your total result is greater than your opponent’s total result, that enemy CHARACTER** model suffers a number of [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) equal to the difference. If the result of the [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) was 10 or more, you can roll 2D3 instead of one D6, and add the result to the Leadership characteristic of this PSYKER**.",
+ "stats": {
+ "Roll": {
+ "value": 6
+ }
+ }
+ },
+ "Psychic Disciplines§Mirror Of Minds": {
+ "text": "**Witchfire:** *Mirror of Minds* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 7. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one enemy unit within 18″ of this PSYKER**. That enemy unit suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds), then [roll off](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Roll-offs) with your opponent. If you win or draw that roll off, that enemy unit suffers 1 mortal wound. Repeat this roll off process until either that enemy unit has suffered 6 mortal wounds, that enemy unit is destroyed, or your opponent wins the roll off.",
+ "stats": {
+ "Roll": {
+ "value": 3
+ }
+ }
+ },
+ "Psychic Disciplines§Protect/jinx": {
+ "text": "*Protect/Jinx* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 7. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one of the following effects:\n\n* **Protect (Blessing):** Select one friendly **<CRAFTWORLD> ASURYANI** CORE** unit within 18″ of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), improve the Save characteristic of models in that unit by 1 (to a maximum of 2+).\n* Jinx (Malediction):** Select one enemy unit within 18″ of this PSYKER**. Until the start of your next Psychic phase, worsen the Save characteristic of models in that unit by 1 (to a maximum of 6+).",
+ "stats": {
+ "Roll": {
+ "value": 4
+ }
+ }
+ },
+ "Psychic Disciplines§Quicken/restrain": {
+ "text": "*Quicken/Restrain* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one of the following effects:\n\n* **Quicken (Blessing):** Select one friendly **<CRAFTWORLD> ASURYANI** CORE** or **<CRAFTWORLD> ASURYANI** CHARACTER** unit within 18″ of this PSYKER**. That unit can immediately make a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), [Advance](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or [Fall Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back) as if it were the [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE). If it does so, that unit is not eligible to shoot or declare a charge with this turn.\n* Restrain (Malediction):** Select one enemy unit within 18″ of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE):\n\n* Halve the Move characteristic of models in that unit.\n* That unit cannot perform [actions](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-Actions) (if that unit is currently performing an action, it immediately fails).",
+ "stats": {
+ "Roll": {
"value": 5
}
}
},
- "Wargear§Wave Serpent shield": {
- "text": "While this model is equipped with a Wave Serpent shield:\n\n* This model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) against ranged attacks.\n* Each time a ranged attack is made against this model, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1-3 for that attack fails, irrespective of any abilities that the weapon or the model making the attack may have."
- },
- "Ability§Explodes": {
- "text": "When this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nEach time a model in this unit is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 3\" suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nEach time a model in this unit is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 3\" suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 3\" suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this transport is destroyed, roll one D6 before any embarked models [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) and before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this transport is destroyed, roll one D6 before any embarked models [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) and before removing it from play. On a 6 it explodes, and each unit within 6\" suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this [**TRANSPORT**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Transports) model is destroyed, roll one D6 before any embarked models [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) and before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 2D6\" suffers D6 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 3\" suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 5+ it explodes, and each unit within 6\" suffers D6 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 4+ it explodes, and each unit within 2D6\" suffers D6 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 2D6\" suffers D6 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 5+ it explodes, and each unit within 2D6\" suffers D6 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 5+ it explodes, and each unit within 3D6\" suffers 2D6 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this [**TRANSPORT**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Transports) model is destroyed, roll one D6 before any embarked models [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) and before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 2D6\" suffers D6 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nEach time a model in this unit is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 6\" suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n\nERROR: The following text was found on another ability with the same name.\n\nWhen this [**TRANSPORT**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Transports) model is destroyed, roll one D6 before any embarked models [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) and before removing it from play. On a 6 it explodes, and each unit within 6\" suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
- },
- "Ability§Hover Tank": {
- "text": "Distances are measured to and from this model’s hull or base; whichever is closest."
- },
- "Ability§Herald of Victory": {
- "text": "",
+ "Psychic Disciplines§Shards Of Light": {
+ "text": "**Witchfire:** *Shards of Light* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one enemy unit within 18″ of and visible to this PSYKER**.\n\n* That enemy unit suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds). If it is a VEHICLE** or MONSTER** unit, or a unit that contains 6 or more models, it suffers D3 mortal wounds instead.\n* Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), subtract 2 from the Leadership characteristic of models in that enemy unit.",
"stats": {
- "Craftworld": {
- "statType": "term",
- "value": "<CRAFTWORLD>",
- "text": "You can add 1 to the Leadership of friendly [{v}](https://wahapedia.ru/wh40k9ed/factions/aeldari/#The-CRAFTWORLD-Keyword) units within 3\" of any unit that includes a Swooping Hawk Exarch.",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Ability§Swooping Hawk Grenade Pack": {
- "text": "Swooping Hawks can fire a spread of grenades when they are set up on the battlefield using the **Children of Baharroth** ability and as they fly over enemy units in the [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE). To do so after the unit has been set up using the Children of Baharroth** ability, pick an enemy unit within 12\" of them. To do so after the unit has moved, pick one enemy unit that they flew over. Then, in either case, roll one dice for each model in the enemy unit (up to a maximum of one dice for each model in the Swooping Hawks unit). For each roll of a 6 the enemy unit suffers a [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
- },
- "Ability§Flickerjump": {
- "text": "The first time in each phase this unit is selected as a target of a charge, if this unit is not within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, it can make a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move) of up to 6\". Until the end of the phase, this unit cannot fire [Overwatch](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Overwatch) or [Set to Defend](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Defensible). Your opponent can then select new targets for that charge if they wish."
- },
- "Ability§Iron Resolve": {
- "text": "You can re-roll failed [Morale tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests) for a unit that contains a Warp Spider Exarch."
- },
- "Ability§Aerobatic Grace": {
- "text": "Each time a ranged attack is made against this unit, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Ability§Wings of Khaine": {
- "text": "When this model [Advances](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance), add 20\" to its Move characteristic for that [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) instead of rolling a dice. Each time this model moves, first pivot it on the spot up to 90° (this does not contribute to how far the model moves), and then move the model straight forwards. Once its move has finished, you can pivot it a further 90° as before."
- },
- "Wargear§Mindshock pod": {
- "text": "The bearer gains the following ability:\n\n\n\n**Mindshock Pod (Aura)**:** While an enemy unit is within 12\" of any models equipped with a mindshock pod, subtract 2 from that unit’s Leadership characteristic."
- },
- "Ability§Inescapable Accuracy": {
- "text": "Each time a model in this unit makes a ranged attack, the target does not receive the benefits of [Dense Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Dense-Cover) against that attack.\n\nERROR: The following text was found on another ability with the same name.\n\nEach time this model makes a ranged attack, the target does not receive the benefits of [Dense Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Dense-Cover) against that attack."
- },
- "Ability§Power Field": {
- "text": "Models in this unit have a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n\nERROR: The following text was found on another ability with the same name.\n\nModels in this unit have a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Wargear§Scattershield": {
- "text": "A model equipped with a scattershield has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n\nERROR: The following text was found on another wargear with the same name.\n\nThe bearer has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- },
- "Ability§Unstoppable Revenant": {
- "text": "This model is eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) in a turn in which it [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back). Each time this model makes a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), [Advances](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or [Falls Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back), it can be moved horizontally across other models (excluding **MONSTER** and VEHICLE** models) as if they were not there."
- },
- "Ability§Spectre Holo-field": {
- "text": "Each time an attack is made against this unit, subtract 1 from that attack's [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).\n\nERROR: The following text was found on another ability with the same name.\n\nEach time an attack is made against this model, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Ability§Shadow of Death (Aura)": {
- "text": "While an enemy unit is within 6\" of this unit, subtract 1 from the Leadership characteristic of models in that unit.\n\nERROR: The following text was found on another ability with the same name.\n\nWhile an enemy unit is within 6\" of this unit, subtract 1 from the Leadership characteristic of models in that unit."
- },
- "Ability§Cloudbreaker": {
- "text": "During deployment you can set up this unit in an orbital transport instead of setting it up on the battlefield. If you do, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) you can set up this unit anywhere on the battlefield that is more than 9\" away from any enemy models."
- },
- "Wargear§Wraithshield": {
- "text": "This model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§Webway Rupture": {
- "text": "During deployment, you can set up this model in the webway instead of setting it up on the battlefield. If you do, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) you can set up this unit anywhere on the battlefield that is more than 9\" away from any enemy models."
- },
- "Ability§Webway Shunt Generator": {
- "text": "In your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), when this model is selected to move, if it is not within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, it can return to the webway. Remove this model from the battlefield. In the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your subsequent Movement phases, you can set up this unit anywhere on the battlefield that is more than 9\" away from any enemy models. If the battle ends and this unit has not been set up, it is destroyed."
- },
- "Ability§Revenant Jet Pack": {
- "text": "Each time this model Advances, do not make an [Advance roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance). Instead, until the end of the phase, add 18\" to the Move characteristic of this model."
- },
- "Ability§Reckless Abandon": {
- "text": "This unit is eligible to [perform Heroic Interventions](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention) as if it were a [**CHARACTER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Characters)."
- },
- "Ability§Shade of Twilight": {
- "text": "During deployment, you can set up this model in the shadows instead of setting it up on the battlefield. If you do, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) you can set up this model anywhere on the battlefield that is more than 9\" away from any enemy models.\n\nERROR: The following text was found on another ability with the same name.\n\nDuring deployment, you can set up this unit in the shadows instead of setting it up on the battlefield. If you do, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) you can set up this unit anywhere on the battlefield that is more than 9\" away from any enemy models."
- },
- "Ability§Shadow Spectres Phoenix Lord": {
- "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§Reaper of Souls (Aura)": {
- "text": "While a friendly **SHADOW SPECTRES** unit is within 6\" of this model, add 2 to the Leadership characteristic of models in that unit and that unit has the [Objective Secured](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Secured) ability.’"
- },
- "Ability§Power From Pain": {
- "text": "This ability only applies if every unit in your army is a **DRUKHARI** or UNALIGNED** unit. At the start of each battle round, this ability gains additional effects. These effects are cumulative."
- },
- "Ability§Combat Drugs": {
- "text": "Units with this ability gain additional abilities depending on which combat drugs they are using during this battle. Before the battle, determine what additional abilities are granted to each unit from your army with the Combat Drugs ability. You can select one of the abilities from the table below for that unit. Alternatively, you can randomly determine two abilities from the table for units with the Combat Drugs ability by rolling two D6 and looking up the result (if a double is rolled, roll both dice again until two different results are rolled). Combat Drug effects must be noted on your army roster. If you wish to randomly determine a units Combat Drugs abilities, simply write ‘Random’ on your roster."
- },
- "Ability§Court of the Archon": {
- "text": "This unit can only be included in a [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments) if that Detachment also includes one or more **ARCHON** units, and you can only include a maximum of 1 **COURT OF** THE** ARCHON** units for each ARCHON** unit in that Detachment. This unit does not take up [slots](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role-Slots) in a Detachment."
- },
- "Ability§Brides of Death (Aura)": {
- "text": "While a friendly **<WYCH CULT>** CORE** unit is within 6\" of this model, each time a model in that unit makes a melee attack, re-roll a [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1."
- },
- "Ability§Lightning Dodge": {
- "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§No Escape": {
- "text": "Each time an enemy unit (excluding **TITANIC** units) that is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of this unit is selected to [Fall Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back), [roll off](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Roll-offs) with your opponent, subtracting 1 from your opponent’s roll for each model this unit contains equipped with a shardnet and impaler. If you win, that unit cannot Fall Back this turn.\n\nERROR: The following text was found on another ability with the same name.\n\nEach time an enemy unit (excluding **TITANIC** units) that is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of this model is selected to [Fall Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back), [roll off](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Roll-offs) with your opponent, subtracting 1 from your opponent’s roll if this model is equipped with a shardnet and impaler. If you win, that unit cannot Fall Back this turn."
- },
- "Ability§Dodge": {
- "text": "Models in this unit have a 6+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). Models in this unit have a 4+ invulnerable save against melee attacks."
- },
- "Ability§Lethal Precision": {
- "text": "While this unit contains a Klaivex, each time a melee attack is made by a model in this unit, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 adds 1 to the Damage characteristic of that attack."
- },
- "Ability§Open-topped": {
- "text": "In your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), units embarked within this [transport](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Transports) can be selected to shoot with; measure distances and draw line of sight from any point on this transport when doing so. If this transport made a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), [Advanced](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back) this turn, embarked units are considered to have done the same. While this transport is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, embarked units cannot shoot, except with [Pistols](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PISTOL).\n\nERROR: The following text was found on another ability with the same name.\n\nIn your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), units embarked within this [**TRANSPORT**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Transports) model can be selected to shoot; when doing so, measure distances and draw line of sight from any point on this TRANSPORT** model’s hull or base. If this TRANSPORT** model made a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), [Advanced](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back) this turn, embarked units are considered to have done the same. While this TRANSPORT** [model is within](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Within-and-Wholly-Within) [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, embarked units cannot shoot, except with [Pistols](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PISTOL)."
- },
- "Ability§Night Shield": {
- "text": "This model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) against ranged attacks."
- },
- "Ability§Flickerfield": {
- "text": "Each time a ranged attack is made against this model, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll). This model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) against ranged attacks."
- },
- "Wargear§Cluster caltrops": {
- "text": "Each time an enemy unit within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of the bearer [Falls Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back), roll one D6: on a 4+, that unit suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).",
- "stats": {
- "Points": {
+ "Roll": {
"value": 5
}
}
},
- "Wargear§Grav-talon": {
- "text": "After the bearer makes a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit), select one enemy unit within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of them and roll one D6: on a 4+,that unit suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds). On a 6, that unit suffers D3 mortal wounds instead.",
+ "Psychic Disciplines§Shield Of Ynnead": {
+ "text": "**Blessing:** *Shield of Ynnead* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one friendly YNNARI** unit (excluding TITANIC** units) within 12″ of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), models in that unit have a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).",
"stats": {
- "Points": {
+ "Roll": {
"value": 5
}
}
},
- "Ability§Matchless Swiftness": {
- "text": "Each time this unit Advances, do not make an [Advance roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance). Instead, until the end of the phase, add 8\" to the Move characteristic of models in this unit."
- },
- "Ability§Hit and Run": {
- "text": "This unit is eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) in a turn in which it [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back)."
- },
- "Wargear§Void mine": {
- "text": "Once per battle, in your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), after the bearer makes a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move) or [Advances](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance), you can select one point on the battlefield the bearer moved across. Roll one D6 for each unit within 6\" of that point, subtracting 1 if that unit has the [**CHARACTER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Characters) keyword (excluding VEHICLE** or MONSTER** units): on a 4+, that unit suffers D6 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
- },
- "Ability§Ghostplate Armour": {
- "text": "Models in this unit have a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§Winged Strike": {
- "text": "During deployment, you can set up this unit high in the skies instead of setting it up on the battlefield. If you do so, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), you can set up this unit anywhere on the battlefield that is more than 9\" away from any enemy models."
- },
- "Ability§Peerless Agility": {
- "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§Warp Strike": {
- "text": "During deployment, you can set up this unit in preparation to launch a warp strike instead of placing it on the battlefield. At the end of any of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) this unit can use their warp jump generators to enter the battlefield – set it up anywhere on the battlefield that is more than 9\" away from any enemy models. You must then immediately roll 2D6; on a 2, one model from the unit is slain.\n\nERROR: The following text was found on another ability with the same name.\n\nDuring deployment, you can set up this model in preparation to launch a warp strike instead of setting it up on the battlefield. If you do, at the end of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) you can set up this model anywhere on the battlefield that is more than 9\" away from any enemy models."
- },
- "Ability§Path of the Shaper": {
- "text": "",
+ "Psychic Disciplines§Storm Of Whispers": {
+ "text": "**Witchfire:** *Storm of Whispers* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), roll three D6 for each enemy unit within 9″ of this PSYKER**. For each 4+, the enemy unit being rolled for suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).",
"stats": {
- "Craftworld": {
- "statType": "term",
- "value": "<CRAFTWORLD>",
- "text": "In your [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), instead of attempting to [manifest](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers) psychic powers, this model can reknit the wraithbone of one friendly **{v} VEHICLE** or **{v} WRAITH** CONSTRUCT** model within 3\". If it does, that model regains D3 lost wounds. Each model can only be reknit once per turn.",
- "visibility": "hidden",
- "dynamic": true
+ "Roll": {
+ "value": 2
}
}
},
- "Wargear§Chain-snares": {
- "text": "Add 3 to the bearer’s Attacks characteristic.",
+ "Psychic Disciplines§Twilight Pathways": {
+ "text": "**Blessing:** *Twilight Pathways* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one friendly **<SAEDATH> CORE** or **<SAEDATH> CHARACTER** unit within 6″ of this PSYKER**. That unit can immediately make a [normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), [Advance](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or [Fall Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back) as if it were your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE). If it does so, that unit is not eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) this turn.",
"stats": {
- "Points": {
+ "Roll": {
+ "value": 1
+ }
+ }
+ },
+ "Psychic Disciplines§Unbind Souls": {
+ "text": "**Malediction:** *Unbind Souls* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one enemy unit within 18″ of this PSYKER**. Each time a YNNARI** model from your army makes a melee attack that targets that enemy unit, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 automatically wounds the target.",
+ "stats": {
+ "Roll": {
+ "value": 4
+ }
+ }
+ },
+ "Psychic Disciplines§Veil Of Tears": {
+ "text": "**Malediction:** *Veil of Tears* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 7. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one enemy unit within 18″ of and visible to this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), models in that enemy unit cannot target <SAEDATH>** units from your army that are more than 18″ away with ranged attacks.",
+ "stats": {
+ "Roll": {
+ "value": 4
+ }
+ }
+ },
+ "Psychic Disciplines§Webway Dance (aura)": {
+ "text": "**Blessing:** *Webway Dance* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 7. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), this PSYKER** gains the following ability:\n\n\n\nWebway Dance (Aura)**:** While a friendly <SAEDATH>** unit is within 6″ of this PSYKER**, each time a model in that unit would lose a wound, roll one D6: on a 6, that wound is not lost.",
+ "stats": {
+ "Roll": {
+ "value": 6
+ }
+ }
+ },
+ "Psychic Disciplines§Will Of Asuryan": {
+ "text": "**Blessing:** *Will of Asuryan* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one friendly **<CRAFTWORLD> ASURYANI** CORE** or **<CRAFTWORLD> ASURYANI** CHARACTER** unit within 18″ of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE):\n\n* That unit gains the [Objective Secured](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Secured) ability.\n* Each time a [Morale test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests) is taken for that unit, it is automatically passed.\n* If that unit is [performing an action](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-Actions), it can still make attacks with ranged weapons without that action failing.If the result of the [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) was 8 or more, you can select one friendly <CRAFTWORLD>** ASURYANI** CORE** or <CRAFTWORLD>** ASURYANI** CHARACTER** unit within 24″ of this PSYKER** instead.",
+ "stats": {
+ "Roll": {
"value": 5
}
}
},
- "Wargear§Grisly trophies": {
- "text": "The bearer gains the following ability: ‘**Grisly Trophies (Aura)**:** While an enemy unit is within 3\" of this model, subtract 2 from the Leadership characteristic of models in that unit.’",
+ "Psychic Disciplines§Witch Strike": {
+ "text": "**Blessing:** *Witch Strike* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 5. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one model in this PSYKER** unit (if this PSYKER** unit is an ANHRATHE** unit, you must select its Way Seeker model). Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), each time the selected model makes a melee attack, if that attack successfully wounds the target, it inflicts 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target and the attack sequence ends.",
"stats": {
- "Points": {
- "value": 5
+ "Roll": {
+ "value": 2
}
}
},
- "Wargear§Splinter racks": {
- "text": "Each time a model embarked on this [transport](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Transports) makes an attack with a [Rapid Fire](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#RAPID-FIRE) weapon, treat the target as being within half that weapon’s range.",
+ "Psychic Disciplines§Word Of The Phoenix": {
+ "text": "**Blessing:** *Word of the Phoenix* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one friendly **YNNARI INFANTRY** unit (excluding **WRAITH CONSTRUCT** units) within 6″ of this PSYKER**. One of that unit’s destroyed models (or D3 of its destroyed models if that unit has the Troops [Battlefield Role](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role)) can be added back to that unit with full wounds remaining. These models can only be set up within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of enemy units that are already within Engagement Range of the unit they are being added back to.",
"stats": {
- "Points": {
- "value": 10
+ "Roll": {
+ "value": 3
}
}
},
- "Ability§Hovering": {
- "text": "Distances are always measured to and from this model’s hull.\n\nERROR: The following text was found on another ability with the same name.\n\nDistances are measured to and from the hull or base (whichever is closest) of the closest model in this unit."
- },
- "Ability§Phase Crystal": {
- "text": "Amallyn Shadowguide has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) and can move across models and terrain as if they were not there."
- },
- "Ability§Appear Unbidden": {
- "text": "During deployment, you can set up Amallyn Shadowguide walking the winding paths of the webway instead of placing her on the battlefield. At the end of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), this unit can emerge from the webway – set this unit up anywhere on the battlefield that is more than 9\" away from any enemy models."
- },
- "Ability§Cameleoline Cloak": {
- "text": "Your opponent must subtract 1 from [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) for ranged weapons that target Amallyn Shadowguide. Each time a ranged attack is allocated to this model while it is receiving the [benefits of cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-and-Cover), add an additional 1 to any armour [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) made against that attack."
- },
- "Ability§Storm of Silence (Aura)": {
- "text": "While a friendly **HOWLING BANSHEES** unit is within 6\" of this model, add 2 to the Leadership characteristic of models in that unit and that unit has the [Objective Secured](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Secured) ability."
- },
- "Ability§Banshee Mask": {
- "text": "If this model has a banshee mask, enemy units cannot fire [Overwatch](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Overwatch) at this model."
- },
- "Wargear§Mandiblasters": {
- "text": "Each time the bearer makes a melee attack that targets a unit (excluding **VEHICLE** or MONSTER** units), an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
- },
- "Ability§Ally of Convenience": {
- "text": "",
- "stats": {
- "Craftworld": {
- "statType": "term",
- "value": "<CRAFTWORLD>",
- "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES):\n\n* This unit can be included in a **{v}** or <KABAL>** Detachment and models in that Detachment can still gain their [Detachment abilities](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachment-Abilities).\n* The inclusion of this unit in your army does not prevent ASURYANI** or DRUKHARI** units in your army from using any rules that require every model in your army to have the ASURYANI** or DRUKHARI** keywords.",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Ability§Hover Jet": {
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), this model can hover. If it does, then until the start of your next Command phase, its Move characteristic becomes 20\" and it loses the **Airborne**, Hard to Hit** and Wings of Khaine** abilities."
- },
- "Ability§Distortion field": {
- "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) against ranged attacks.\n\n\n\n**Designer’s note:** *Before the battle, if you don’t have a base for this model, both players must agree the footprint of this model as if it had a base.*"
- },
- "Ability§Lightning Assault": {
- "text": "Each time a ranged attack is made against this unit, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Ability§Distortion Field": {
- "text": "This model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) against ranged attacks.\n\nERROR: The following text was found on another ability with the same name.\n\nThis model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) against ranged attacks.\n\nERROR: The following text was found on another ability with the same name.\n\nThis model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) against ranged attacks."
- },
- "Ability§Speed of Vaul": {
- "text": "Each time this model Advances, do not make an [Advance roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance). Instead, until the end of the phase, add 12\" to the Move characteristic of this model."
- },
- "Ability§Extend Wings": {
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), this model can extend its wings. If it does, then until the start of your next Command phase, its Move characteristic becomes 20\" and it loses the **Wings of Khaine**, Airborne**, Hard to Hit** and Agile Interceptor** abilities."
- },
- "Ability§Agile Interceptor": {
- "text": "This model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). Each time this model makes an attack against an [**AIRCRAFT**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Aircraft) unit, add 1 to that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Ability§Titanic": {
- "text": "This model is eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) in a turn in which it [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back)."
- },
- "Ability§War Engine": {
- "text": "This model is eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) in a turn in which it [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back). Each time this model makes a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), [Advances](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or Falls Back, it can be moved across other models (excluding **TITANIC** models) as if they were not there, and when it does it can be moved within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of such models, but cannot finish its move within Engagement Range of any of them."
- },
- "Ability§Blade Artists": {
- "text": "Each time a model in this unit makes an attack with a melee weapon, on an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6, improve the Armour Penetration characteristic of that attack by 1."
- },
- "Wargear§Shock prow": {
- "text": "The bearer has the **SHOCK PROW** keyword.",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- },
- "Ability§Overlord (Aura)": {
- "text": "While a friendly **<KABAL> CORE** or INCUBI** unit is within 6\" of this model, each time an attack is made by a model in that unit, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1."
- },
- "Ability§Shadowfield": {
- "text": "This model has a 2+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). This invulnerable saving throw can never be re-rolled. The first time this invulnerable saving throw is failed, until the end of the battle, this ability has no effect."
- },
- "Ability§Cold-blooded Bodyguard": {
- "text": "While this unit contains any Sslyth models, while a friendly **ARCHON** unit is within 3\" of this unit,that ARCHON** unit can use the [Look Out, Sir](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Look-out-Sir) rule even if this unit contains fewer than 3 models."
- },
- "Ability§Resilient Species": {
- "text": "Each time a Sslyth or Ur-Ghul model in this unit would lose a wound, roll one D6: on a 5+, that wound is not lost."
- },
- "Ability§Ferocious Charge": {
- "text": "Each time this unit fights, if it made a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) this turn, add 2 to the Attacks characteristic of Ur-Ghul models in this unit."
- },
- "Ability§Toxin Crafter (Aura)": {
- "text": "While a friendly **<KABAL> ARCHON** or <KABAL>** [KABALITE** TRUEBORN**](https://wahapedia.ru/wh40k9ed/factions/drukhari/#Kabalite-Trueborn) unit is within 3\" of this unit, if this unit contains any LHAMAEAN** models, each time a model in that <KABAL>** ARCHON** or <KABAL>** KABALITE** TRUEBORN** unit makes an attack with a poisoned weapon an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 automatically wounds the target."
- },
- "Ability§Beastmaster (Aura)": {
- "text": "While a friendly **DRUKHARI BEAST** unit is within 6\" of this model:\n\n* Each time a model in that unit makes an attack, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1.\n* Models in that unit can use this model’s Leadership characteristic instead of their own."
- },
- "Ability§Whips of the Master": {
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), you can select one **DRUKHARI BEAST** unit from your army that is within 6\" of this model. That BEAST** unit is eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) this turn, even if it has [Advanced](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance)."
- },
- "Ability§Creature Handler": {
- "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), then if a [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments) includes any **DRUKHARI BEAST** units, one BEASTMASTER** unit can be included in that Detachment without taking up a [Battlefield Role](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role) slot."
- },
- "Ability§Supersonic": {
- "text": "Each time this model makes a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), [Advances](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or [Falls Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back), first pivot it on the spot up to 90° (this does not contribute to how far the model moves), then move the model straight forwards. It cannot pivot again after the initial pivot.\n\nERROR: The following text was found on another ability with the same name.\n\nEach time this model makes a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), [Advances](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or [Falls Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back), first pivot it on the spot up to 90° (this does not contribute to how far the model moves), then move the model straight forwards. It cannot pivot again after the initial pivot."
- },
- "Ability§Tormentors": {
- "text": "At the start of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), you can select one enemy unit within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of this unit and roll 2D6: if the result is greater than the enemy unit’s Leadership characteristic, that unit is not eligible to fight in the Fight phase until after all eligible units from your army have done so."
- },
- "Ability§Favoured of Khaine": {
- "text": "* This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n* This model can only lose a maximum of 3 wounds in each phase.\n* This model can never have a Relic or a Warlord Trait."
- },
- "Ability§Strands of Fate": {
- "text": "If every unit from your army has the **ASURYANI** keyword and is drawn from the same [craftworld](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Craftworlds) (excluding units with the **PHOENIX LORD**, ANHRATHE** or UNALIGNED** keywords), then at the start of each battle round, you can make a Strands of Fate roll. To do so, roll six D6. You can then retain a number of these dice depending on the size of battle you are playing, as shown below.\n\n\n\n| BATTLE SIZE** | NUMBER OF DICE RETAINED** | | Combat Patrol | 2 | | Incursion | 3 | | Strike Force | 4 | | Onslaught | 5 |
|
\n\nKeep these retained dice to one side as a reminder of their results, or make a note of them. Each instance of a dice result allows you to manipulate a different type of roll once during this battle round, as shown below.\n\n\n\n| DICE RESULT** | TYPE OF ROLL** | | 1 | Advance roll | | 2 | Charge roll | | 3 | Psychic test | | 4 | Hit roll | | 5 | Wound roll | | 6 | Saving throw |
|
\n\nBefore making a roll of any of the types shown above for a unit with the Strands of Fate ability, if any of your retained dice have a result corresponding with that type of roll (as shown above) and have not been used to manipulate a roll this battle round, you can manipulate that roll. If you do so:\n\n* If that type of roll involves one D6 (e.g. a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)), do not roll a dice; that roll is treated as an unmodified roll of 6.\n* If that type of roll involves more than one D6 (e.g. a [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests)), treat one of those dice as an unmodified roll of 6 (do not roll that dice), then roll any other dice and add up the results as normal.\n\nExample:** *Wes is playing a Strike Force battle. At the start of the battle round, he makes a Strands of Fate roll by rolling six D6. The dice results are 1, 2, 2, 4, 5, 5. Because he is playing a Strike Force battle, Wes then chooses four of these results to retain, deciding on 2, 2, 5, 5. Because he selected two results of 2, on up to two occasions during that battle round, before making a [charge roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit), Wes can choose for one of the dice of that charge roll to be treated as an unmodified roll of 6. Because he also selected two results of 5, on up to two occasions during that battle round, before making a [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll), Wes can choose for that wound roll to be treated as an unmodified roll of 6.\n\n*"
- },
- "Ability§Advanced Positions": {
- "text": "During deployment, when you set up this unit, if every model in this unit has this ability, it can be set up anywhere on the battlefield that is more than 9\" away from the enemy deployment zone and any enemy models."
- },
- "Ability§Sudden Assault": {
- "text": "During deployment, if every model in this unit has this ability, you can set up this unit preparing a sudden assault instead of setting it up on the battlefield. If you do so, then in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of one of your [Movement phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE) you can set up this unit anywhere on the battlefield that is more than 9\" away from any enemy models."
- },
- "Ability§Harlequin’s Panoply": {
- "text": "* Models in this unit have a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n* Each time this unit makes a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), [Advances](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance), [Falls Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back) or makes a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit), until that move is finished, models in this unit can move horizontally through models and [terrain features](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-Features) (they cannot finish a move on top of another model, or its base).\n* Each time a melee attack is made against this unit, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Ability§Rising Crescendo": {
- "text": "* This unit is eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) in a turn in which it [Advanced](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance).\n* This unit is eligible to shoot and declare a charge in a turn in which it [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back)."
- },
- "Ability§Luck of the Laughing God": {
- "text": "If every unit from your army has the **HARLEQUINS** keyword and is performing the same [saedath](https://wahapedia.ru/wh40k9ed/factions/aeldari/#The-Saedaths) (excluding units with the SOLITAIRE** or UNALIGNED** keyword), then at the start of each battle round, you gain a number of Luck re-rolls depending on the size of battle you are playing, as shown below.\n\n\n\n| BATTLE SIZE** | LUCK RE-ROLLS** | | Combat Patrol | 1 | | Incursion | 2 | | Strike Force | 3 | | Onslaught | 4 |
|
\n\nIn addition, you can make a Luck of the Laughing God roll to try to increase the number of Luck re-rolls gained. To do so, roll up to six D6. If every result is unique, you gain a number of additional Luck re-rolls equal to the number of D6 rolled. Each Luck re-roll can be used to re-roll one [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll), [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll), damage roll, [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) or [Advance roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) made for a unit from your army with the Luck of the Laughing God ability. Any Luck re-rolls not used by the end of that battle round are lost.\n\n\n\n*Example:** Wes is playing a Strike Force battle. Because of this, Wes gains 3 Luck re-rolls at the start of the battle round. Wes then makes a Luck of the Laughing God roll and decides to roll three D6. He rolls a 1, 3 and 5. Because each of these results is unique, until the end of that battle round Wes gains an additional 3 Luck re-rolls, for a total of 6.*\n\n\n\nThe Balance Dataslate**\n\nIgnore the table listed in the Luck of the Laughing God ability. Instead, at the start of the battle, you gain 0 Luck re-rolls, regardless of the battle size. You can only gain Luck re-rolls by making a Luck of the Laughing God roll."
- },
- "Ability§Avatar of the Bloody-Handed God": {
- "text": "This model can never have a Relic or a [Warlord Trait](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Warlord-Traits)."
- },
- "Ability§Molten Form": {
- "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). Each time an attack is allocated to this model, halve the Damage characteristic of that attack (rounding up)."
- },
- "Ability§The Bloody-Handed (Aura)": {
- "text": "While a friendly **ASURYANI CORE** unit is within 6\" of this model, you can re-roll [charge rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) made for that unit."
- },
- "Ability§Burning Demise": {
- "text": "When this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within D6\" suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
- },
- "Ability§First of Ulthwé": {
- "text": "Each time a [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) is taken for this model, you can re-roll that test."
- },
- "Ability§Path of Command (Aura)": {
- "text": "\n\nERROR: The following text was found on another ability with the same name.\n\nWhile a friendly **IYANDEN CORE** or **ANHRATHE INFANTRY** unit is within 6\" of this model, each time a model in that unit makes an attack, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1.",
- "stats": {
- "Craftworld": {
- "statType": "term",
- "value": "<CRAFTWORLD>",
- "text": "While a friendly **{v} CORE** unit is within 6\" of this model, each time a model in that unit makes an attack, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1.",
- "visibility": "hidden",
- "dynamic": true
- }
- }
- },
- "Ability§Superlative Strategist": {
- "text": "While any unit from your army with this ability is on the battlefield, or embarked within a **TRANSPORT** model that is on the battlefield, you can use the [Command Re-roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Stratagems) Stratagem twice during each phase, instead of only once."
- },
- "Wargear§Howling Banshee mask": {
- "text": "Each time you select an enemy unit as a target of a [charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#CHARGE-PHASE) made by the bearer’s unit, that enemy unit cannot fire [Overwatch](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Overwatch) or [Set to Defend](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Defensible) against that charge. While an enemy unit is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of the bearer, if the bearer’s unit made a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) this turn, that enemy unit is not eligible to fight this phase until after all eligible units from your army have done so."
- },
- "Wargear§Swooping Hawk wings": {
- "text": "The bearer has a Move characteristic of 14\" and gains the **JUMP PACK** and FLY** keywords and the Sudden Assault ability.",
- "stats": {
- "Points": {
- "value": 15
- }
- }
- },
- "Wargear§Autarch jump generator": {
- "text": "The bearer has a Move characteristic of 12\" and gains the **JUMP PACK** keyword and the Sudden Assault ability. Each time the bearer makes a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), Battle Focus move, [Advances](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance), [Falls Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back) or makes a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit), until that move is finished, the bearer can move horizontally through models and [terrain features](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-Features) (they cannot finish a move on top of another model, or its base). When the bearer makes a Battle Focus move, you can roll 2D6 instead of one D6 to determine the maximum distance the bearer can move. If you do so, if you roll a double 1, the bearer suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- },
- "Ability§Prince of Corsairs": {
- "text": "Before the battle, when [placing units into Strategic Reserves](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Placing-Units-into-Strategic-Reserves), if your army contains this model, you can halve the [Power Rating](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Power-Ratings) of **IYANDEN INFANTRY** units and ANHRATHE** units for the purposes of determining the combined Power Rating of units placed into [Strategic Reserves](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Strategic-Reserves)."
- },
- "Ability§First of the Phoenix Lords": {
- "text": "This model has a 3+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§Cloudstrider": {
- "text": "Once per turn, when this model [Consolidates](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Consolidate) or makes a Battle Focus move you can instead remove this model from the battlefield and set it up again anywhere on the battlefield that is more than 9\" away from any enemy models."
- },
- "Ability§Burning Lance (Aura)": {
- "text": "While a friendly **FIRE DRAGONS** unit is within 6\" of this model, add 2 to the Leadership characteristic of models in that unit and that unit has the [Objective Secured](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Secured) ability."
- },
- "Wargear§Terror’s Lament": {
- "text": "Each time you select an enemy unit as a target of a [charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#CHARGE-PHASE) made by the bearer’s unit, that enemy unit cannot fire [Overwatch](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Overwatch) or [Set to Defend](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Defensible) against that charge. While an enemy unit is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of the bearer, subtract 1 from the Attacks characteristic of models in that unit, and that enemy unit is not eligible to fight this phase until after all eligible units from your army have done so."
- },
- "Ability§Sustained Assault": {
- "text": "Each time a melee attack is made by this model, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 scores 1 additional hit. Additional attacks generated by this ability cannot benefit from the ability of this model’s The Scorpion’s Bite.\n\nERROR: The following text was found on another ability with the same name.\n\nEach time a melee attack is made by a model in this unit, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 scores 1 additional hit. Additional attacks generated by this ability cannot benefit from the ability of that model’s mandiblasters."
- },
- "Ability§Shadow Hunter (Aura)": {
- "text": "While a friendly **STRIKING SCORPIONS** unit is within 6\" of this model, add 2 to the Leadership characteristic of models in that unit and that unit has the [Objective Secured](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Secured) ability."
- },
- "Ability§Doom Incarnate": {
- "text": "Each enemy model that is destroyed by an attack made by this model counts as two models in the [Morale phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MORALE-PHASE)."
- },
- "Ability§Harvester of Souls (Aura)": {
- "text": "While a friendly **DARK REAPERS** unit is within 6\" of this model, add 2 to the Leadership characteristic of models in that unit and that unit has the [Objective Secured](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Secured) ability."
- },
- "Ability§Ranger Cloak": {
- "text": "Each time a ranged attack is allocated to this model while it is receiving the [benefits of cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-and-Cover), add an additional 1 to any armour [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) made against that attack.\n\nERROR: The following text was found on another ability with the same name.\n\nEach time a ranged attack is allocated to a model in this unit while it is receiving the [benefits of cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-and-Cover), add an additional 1 to any armour [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) made against that attack."
- },
- "Ability§Defenders": {
- "text": "While this unit is within range of an [objective marker](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Markers), each time a model in this unit makes a ranged attack with a shuriken weapon, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1."
- },
- "Wargear§Gloom field": {
- "text": "Each time a ranged attack is made against the bearer’s unit, if the attacking model is more than 18\" away, then the bearer’s unit is treated as having the benefits of [Dense Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Dense-Cover) against that attack.",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- },
- "Wargear§Wireweave net": {
- "text": "Once per battle, when the bearer’s unit is selected as a target of a [charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#CHARGE-PHASE), you can select for the bearer to activate the wireweave net. If you do so, roll one D6. On a 2+:\n\n* The charging unit suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n* Until the end of the phase, subtract 2 from [charge rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) made for any unit that declares a charge against the bearer’s unit.",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- },
- "Wargear§Serpent shield": {
- "text": "While a unit contains any models equipped with a serpent shield:\n\n* Models in that unit have a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) against ranged attacks.\n* Each time a ranged attack is made against that unit, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1-2 for that attack fails, irrespective of any abilities that the weapon or the model making the attack may have."
- },
- "Ability§Stormblades": {
- "text": "Each time a model in this unit makes a melee attack against an enemy unit that is within range of any [objective markers](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Markers), re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1."
- },
- "Wargear§Mistshield": {
- "text": "The bearer has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- },
- "Ability§Reavers of the Void": {
- "text": "Each time a model in this unit makes an attack, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 automatically wounds the target (and is treated as an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6)."
- },
- "Ability§Outcasts and Pirates": {
- "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), this unit cannot be used as a compulsory selection in a [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments) (e.g. as the only Troops unit in a [Patrol Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Patrol-Detachment)), unless that Detachment only contains **ANHRATHE** units."
- },
- "Wargear§Channeller stones": {
- "text": "Once per turn, the first time a [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) is failed for the bearer’s unit, the Damage characteristic of that attack is changed to 0."
- },
- "Wargear§Faolchú": {
- "text": "Each time a model in the bearer’s unit makes a ranged attack, the target does not receive the benefits of [Light Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Light-Cover) against that attack.",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- },
- "Ability§Lodestar helm": {
- "text": "This unit never suffers [Perils of the Warp](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Perils-of-the-Warp)."
- },
- "Ability§Shade Runner Assault": {
- "text": "While this unit contains a Shade Runner model, each time this unit finishes a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit), you can select one enemy unit within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of this unit and roll one D6. On a 2-5, that enemy unit suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds). On a 6, that enemy unit suffers 2 mortal wounds."
- },
- "Ability§Warlock Conclave": {
- "text": "If this unit has a [Starting Strength](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Starting-Strength-Half-strength-and-Destroyed-Units) of 1, it gains the **CHARACTER** keyword."
- },
- "Ability§Seer Council": {
- "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), for each **FARSEER** model a [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments) in your army includes, one WARLOCKS** unit can be included in that Detachment without taking up a [Battlefield Role slot](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role-Slots)."
- },
- "Ability§Aspect Armour": {
- "text": "Models in this unit have a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§Wraithbone Form": {
- "text": "Each time an attack is allocated to a model in this unit, subtract 1 from the Damage characteristic of that attack (to a minimum of 1).\n\nERROR: The following text was found on another ability with the same name.\n\nEach time an attack is allocated to this model, subtract 1 from the Damage characteristic of that attack (to a minimum of 1)."
- },
- "Ability§War Construct": {
- "text": "Models in this unit can make attacks with ranged weapons even while their unit is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of enemy units, but each model can only make such attacks against enemy units that they are within Engagement Range of. In such circumstances, models in this unit can target an enemy unit even if other friendly units are within Engagement Range of the same enemy unit."
- },
- "Ability§Swift Demise": {
- "text": "Each time a model in this unit makes an attack with a twin shuriken catapult against an enemy unit that is within range of any [objective markers](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Markers), re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1."
- },
- "Wargear§Warp Spider jump generator": {
- "text": "Each time the bearer’s unit makes a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), Battle Focus move, [Advances](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance), [Falls Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back) or makes a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit), until that move is finished, model’s in that unit can move horizontally through models and [terrain features](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-Features) (they cannot finish a move on top of another model, or its base). When the bearer’s unit makes a Battle Focus move, you can roll 2D6 instead of one D6 to determine the maximum distance models in that unit can move. If you do so, if you roll a double 1, that unit suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
- },
- "Ability§Shroud Runner Cloak": {
- "text": "Models in this unit are eligible to receive the benefits of [Light Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Light-Cover) as if they were **INFANTRY** models. Each time a ranged attack is allocated to a model in this unit while it is receiving the [benefits of cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-and-Cover), add an additional 1 to any armour [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) made against that attack."
- },
- "Ability§Target Acquisition": {
- "text": "At the start of your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), select one enemy unit within 12\" of this unit. Until the end of the phase, each time an **OUTCASTS** unit from your army makes an attack against that enemy unit with a Ranger long rifle or Void bringer, that enemy unit does not receive the [benefits of cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-and-Cover) against that attack."
- },
- "Ability§Swift Scouts": {
- "text": "At the start of the first battle round, models in this unit can make a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move). They cannot end this move within 9\" of any enemy models."
- },
- "Ability§Artillery and Crew": {
- "text": "Each Support Weapon and its crew are treated as a single model for all rules purposes (crew models must remain within 1\" of their Support Weapon model). This means that the crew models cannot be targeted or attacked separately, and that visibility and all ranges are measured to and from the Support Weapon model. This unit cannot [Advance](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance), is never eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) or [perform a Heroic Intervention](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention) and cannot make [pile-in](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Pile-In) or [consolidation moves](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Consolidate)."
- },
- "Ability§Sonic Destruction": {
- "text": "In your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), if an enemy unit (excluding units that can [**FLY**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Flying)) is selected as the target of two or more vibro cannons models in this unit are equipped with, until the end of the phase, each time an attack made with a vibro cannon targets that enemy unit, that attack automatically hits the target. If an enemy unit (excluding units that can FLY**) is selected as the target of three or more vibro cannons models in this unit are equipped with, until the end of the phase, each time an attack made with a vibro cannon targets that enemy unit, add 1 to that attack’s [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
- },
- "Ability§Cloudstrike": {
- "text": "If this [**TRANSPORT**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Transports) model starts the battle set up preparing a sudden assault (see Sudden Assault), it can be set up on the battlefield in the [Reinforcements step](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Reinforcements) of your first, second or third [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), regardless of any mission rules. Any units embarked within this TRANSPORT** model can immediately [disembark](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Disembark) after it has been set up on the battlefield in this way, but they must be set up more than 9\" away from any enemy models."
- },
- "Ability§Skyhunter": {
- "text": "Each time this model makes a ranged attack against a unit that can [**FLY**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Flying), add 1 to that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) and you can re-roll that attack’s [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
- },
- "Ability§Agile Construct": {
- "text": "This model has a 5+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§Mysterious Appearance": {
- "text": "During deployment, when you set up this unit, it can be set up anywhere on the battlefield that is more than 12\" away from the enemy deployment zone and any enemy models. When this unit is set up on the battlefield, both of its Wraithbone Arches must be set up within 3\" of each other. Once it has been set up, each Wraithbone Arch is treated as an [Obstacle](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Obstacles) terrain feature with the following terrain traits: [Light Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Light-Cover), [Heavy Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Heavy-Cover), [Unstable Position](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Unstable-Position), [Inspiring (**AELDARI**)](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Inspiring)."
- },
- "Ability§Webway Travellers": {
- "text": "If your army includes this unit and you are using the [Strategic Reserves](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Strategic-Reserves) rule, you can halve the [Command point](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Command-Points) cost required to place **AELDARI** units into Strategic Reserves (rounding fractions down). This ability is not cumulative with any similar abilities (e.g. Prince of Corsairs**, see [Prince Yriel](https://wahapedia.ru/wh40k9ed/factions/aeldari/Prince-Yriel) datasheet)."
- },
- "Ability§Webway Strike": {
- "text": "Each time an **AELDARI** unit from your army arrives from [Strategic Reserves](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Strategic-Reserves), you can choose to set it up anywhere on the battlefield that is [wholly within](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Within-and-Wholly-Within) 6\" of both of the Wraithbone Arches of a friendly WEBWAY** GATE** unit. If you do so, that AELDARI** unit can be set up within 9\" of enemy models, and can be set up within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of enemy models. If an AELDARI** unit is set up within Engagement Range of any enemy models in this way, it counts as having made a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) this turn ([Overwatch](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Overwatch) attacks cannot be made against that unit), and until the end of the turn, that unit can target any enemy unit it is within Engagement Range of with melee attacks, even though it did not [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) this turn."
- },
- "Ability§Troupe Master Weapons": {
- "text": "If this model is equipped with a Harlequin’s kiss, it has the **HARLEQUIN’S KISS** keyword. If this model is equipped with a Harlequin’s caress, it has the **HARLEQUIN’S CARESS** keyword. If this model is equipped with a Harlequin’s embrace, it has the **HARLEQUIN’S EMBRACE** keyword."
- },
- "Ability§Choreographer of War (Aura)": {
- "text": "While a friendly **HARLEQUINS CORE** unit is within 6\" of this model, each time an attack is made by a model in that unit, re-roll a [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1."
- },
- "Ability§Shield From Harm (Aura)": {
- "text": "While a friendly **HARLEQUINS CORE** or **HARLEQUINS CHARACTER** unit is within 6\" of this model, each time an attack is made against that unit, subtract 1 from that attack’s [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
- },
- "Ability§Harlequin Weapons": {
- "text": "While this unit contains any models equipped with a Harlequin’s kiss, it has the **HARLEQUIN’S KISS** keyword. While this unit contains any models equipped with a Harlequin’s caress, it has the **HARLEQUIN’S CARESS** keyword. While this unit contains any models equipped with a Harlequin’s embrace, it has the **HARLEQUIN’S EMBRACE** keyword."
- },
- "Ability§Death is Not Enough": {
- "text": "Each model that is destroyed by an attack made by this model counts as two models in the [Morale phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MORALE-PHASE)."
- },
- "Ability§Impossible Form": {
- "text": "This model has a 3+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§Path of Damnation": {
- "text": "This model can never have a Relic or a [Warlord Trait](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Warlord-Traits)."
- },
- "Ability§Blitz": {
- "text": "Once per battle, in your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), when this model makes a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), it can Blitz. If it does so, until the end of the turn, add 2D6\" to this model’s Move characteristic and add 2 to this model’s Attacks characteristic."
- },
- "Ability§Holo-suit": {
- "text": "Models in this unit have a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§Harlequin’s Mask": {
- "text": "Each time a melee attack is made against this unit, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Ability§Skyweaver Mirage Launchers": {
- "text": "Each time an attack is made against this unit, that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) cannot be [re-rolled](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Re-rolls)."
- },
- "Ability§Holo-fields": {
- "text": "Models in this unit have a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n\nERROR: The following text was found on another ability with the same name.\n\nThis model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
- },
- "Ability§Mirage Launchers": {
- "text": "Each time an attack is made against this unit, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) and that attack’s hit roll cannot be [re-rolled](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Re-rolls).\n\nERROR: The following text was found on another ability with the same name.\n\nEach time an attack is made against this model, subtract 1 from that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll), and that attack’s hit roll cannot be [re-rolled](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Re-rolls)."
- },
- "Ability§Runesuit": {
- "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). Each time an attack is made against this model, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 1-3 for that attack fails, irrespective of any abilities that the weapon or the model making the attack may have."
- },
- "Ability§Herald of Ynnead": {
- "text": "Each time another **AELDARI** model within 6\" of this model is destroyed, roll one D6: on a 4+, this model regains 1 lost wound and, if that other AELDARI** model was a PSYKER**, you can select one psychic power from the [Revenant discipline](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Revenant-Discipline)**. Until the end of the battle, this model knows that psychic power in addition to any others it knows."
- },
- "Ability§Gyrinx Familiar": {
- "text": "Each time a [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) is taken for this model, you can re-roll that test."
- },
- "Ability§Champion of Ynnead": {
- "text": "Each time another **AELDARI** model within 6\" of this model is destroyed, roll one D6; on a 4+, this model regains 1 lost wound and, if that other AELDARI** model was a CHARACTER** model, until the end of the battle, add 1 to this model’s Attacks characteristic."
- },
- "Ability§Way of the Blade (Aura)": {
- "text": "While a friendly **YNNARI CORE** unit is within 6\" of this model, each time a model in that unit makes an attack, re-roll a [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 1."
- },
- "Ability§Warden of Yvraine": {
- "text": "If your army is [Battle-forged](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#BATTLE-FORGED-ARMIES), if a [Detachment](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Detachments) in your army includes an **YVRAINE** model, this model can be included in that Detachment without taking up a [Battlefield Role slot](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role-Slots). While a friendly YVRAINE** [model is within](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Within-and-Wholly-Within) 3\" of this model, that YVRAINE** model cannot be selected as the target of ranged attacks."
- },
- "Ability§Avatar of the Whispering God": {
- "text": "This model can never have a Relic or a [Warlord Trait](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Warlord-Traits)."
- },
- "Ability§Deathly Form": {
- "text": "This model has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves). Each time an attack is allocated to this model, halve the Damage characteristic of that attack (rounding up)."
- },
- "Ability§Ynnead Awakened (Aura)": {
- "text": "While a friendly **YNNARI CORE** unit is within 12\" of this model, each time a [Combat Attrition test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Combat-Attrition-Tests) is taken for that unit, you can ignore any or all modifiers for that Combat Attrition test."
- },
- "Ability§Swirling Energies": {
- "text": "In your [Shooting phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#SHOOTING-PHASE), each time this model is selected to shoot, its swirling soul energy can target, and [resolve attacks](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Making-Attacks) against, every eligible enemy unit. Each time this model fires [Overwatch](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Overwatch), it only resolves attacks with this weapon against the charging unit."
- },
- "Ability§Inevitable Death": {
- "text": "During deployment, you can set up this model in waiting instead of setting it up on the battlefield. If you do so, then when another unit is destroyed, before removing the last model in that unit, you can set this model up within 1\" of that model. If this model is on the battlefield, when another unit is destroyed, before removing the last model in that unit, you can remove this model from the battlefield and set it up again within 1\" of that model. When this model is set up in either of these ways, it cannot be set up within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy models, and until the end of the turn, it is not eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) or [perform a Heroic Intervention](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention)."
- },
- "Ability§Explosion of Soul Energy": {
- "text": "When this model is destroyed, roll one D6 before removing it from play. On a 6 it explodes, and each unit within 3\" suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
- },
- "Ability§Whirling Death": {
- "text": "Each time a model in this unit makes a melee attack, if that model’s unit made a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) this turn, add 1 to that attack’s [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
- },
- "Weapon§Sunburst": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Heavy 2D6"
- },
- "Range": {
- "value": "48″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
- },
- "Wargear§Aeldari missile launcher": {
- "assets": {
- "traits": [
- "Weapon§Sunburst",
- "Weapon§Starshot"
- ]
- },
- "stats": {
- "Points": {
- "value": 10
- }
- }
- },
- "Weapon§Starshot": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "D6"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Heavy 2"
- },
- "Range": {
- "value": "48″"
- }
- }
- },
- "Weapon§Avenger shuriken catapult": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Assault 3"
- },
- "Range": {
- "value": "18″"
- }
- },
- "text": "Shuriken"
- },
- "Weapon§Bright lance": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D3+3"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Heavy 1"
- },
- "Range": {
- "value": "36″"
- },
- "Points": {
- "value": 10
- }
- }
- },
- "Weapon§Death spinner": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Assault D6"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
- },
- "Weapon§Doomweaver": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "7"
- },
- "Type": {
- "value": "Heavy 2D6"
- },
- "Range": {
- "value": "48″"
- }
- },
- "text": "Indirect Fire. [Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). This weapon can target units that are not visible to the bearer."
- },
- "Weapon§Dragon’s breath flamer": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Assault D6"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
- },
- "Weapon§D-cannon": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D6+2"
- },
- "S": {
- "value": "12"
- },
- "Type": {
- "value": "Heavy D3"
- },
- "Range": {
- "value": "24″"
- },
- "Points": {
- "value": 20
- }
- },
- "text": "Indirect Fire. [Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). This weapon can target units that are not visible to the bearer. Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
- },
- "Weapon§D-scythe": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "10"
- },
- "Type": {
- "value": "Assault D6"
- },
- "Range": {
- "value": "12″"
- },
- "Points": {
- "value": 5
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
- },
- "Weapon§The Eye of Wrath": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Assault 1"
- },
- "Range": {
- "value": "6″"
- }
- }
- },
- "Weapon§Firepike": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D6+4"
- },
- "S": {
- "value": "9"
- },
- "Type": {
- "value": "Assault 1"
- },
- "Range": {
- "value": "18″"
- },
- "Points": {
- "value": 10
- }
- }
- },
- "Weapon§Flamer": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Assault D6"
- },
- "Range": {
- "value": "12″"
- },
- "Points": {
- "value": 5
- }
- },
- "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
- },
- "Weapon§Fusion gun": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D6"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Assault 1"
- },
- "Range": {
- "value": "12″"
- },
- "Points": {
- "value": 10
- }
- },
- "text": "If the target is within half range of this weapon, roll two dice when inflicting damage with it and discard the lowest result."
- },
- "Weapon§Fusion pistol": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D6+2"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Pistol 1"
- },
- "Range": {
- "value": "6″"
- }
- }
- },
- "Weapon§Hawk’s talon": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Assault 4"
- },
- "Range": {
- "value": "24″"
- }
- },
- "text": "Each time an attack is made with this weapon, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 automatically wounds the target."
- },
- "Weapon§Heavy D-scythe": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "12"
- },
- "Type": {
- "value": "Heavy D6"
- },
- "Range": {
- "value": "18″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
- },
- "Weapon§Heavy wraithcannon": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D3+6"
- },
- "S": {
- "value": "16"
- },
- "Type": {
- "value": "Heavy D3"
- },
- "Range": {
- "value": "36″"
- },
- "Points": {
- "value": 30
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts D3 mortal wounds on the target in addition to any normal damage."
- },
- "Weapon§Laser lance (shooting)": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Assault 1"
- },
- "Range": {
- "value": "6″"
- }
- }
- },
- "Weapon§The Maugetar (shooting)": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "7"
- },
- "Type": {
- "value": "Assault 6"
- },
- "Range": {
- "value": "36″"
- }
- },
- "text": "Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
- },
- "Weapon§Focused lance": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "2D3"
- },
- "S": {
- "value": "12"
- },
- "Type": {
- "value": "Heavy 2"
- },
- "Range": {
- "value": "36″"
- }
- }
- },
- "Wargear§Prism cannon": {
- "assets": {
- "traits": [
- "Weapon§Focused lance",
- "Weapon§Dispersed pulse"
- ]
- }
- },
- "Weapon§Dispersed pulse": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Heavy 3D3"
- },
- "Range": {
- "value": "36″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
- },
- "Weapon§Pulse laser": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "D3+3"
- },
- "S": {
- "value": "9"
- },
- "Type": {
- "value": "Heavy 2"
- },
- "Range": {
- "value": "48″"
- }
- }
- },
- "Weapon§Ranger long rifle": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Heavy 1"
- },
- "Range": {
- "value": "36″"
- }
- },
- "text": "Each time you select a target for this weapon, you can ignore the [Look Out, Sir](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Look-out-Sir) rule. Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
- },
- "Wargear§Reaper launcher": {
- "assets": {
- "traits": [
- "Weapon§Starshot",
- "Weapon§Starswarm"
- ]
- }
- },
- "Weapon§Starswarm": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Heavy 2"
- },
- "Range": {
- "value": "48″"
- }
- }
- },
- "Weapon§Scatter laser": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy 6"
- },
- "Range": {
- "value": "36″"
- }
- }
- },
- "Weapon§Scorpion’s claw (shooting)": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Assault 2"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "Shuriken"
- },
- "Weapon§Shadow weaver": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy D6"
- },
- "Range": {
- "value": "48″"
- }
- },
- "text": "Indirect Fire. [Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). This weapon can target units that are not visible to the bearer."
- },
- "Weapon§Shuriken cannon": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy 3"
- },
- "Range": {
- "value": "24″"
- },
- "Points": {
- "value": 10
- }
- },
- "text": "Shuriken"
- },
- "Weapon§Shuriken catapult": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Assault 2"
- },
- "Range": {
- "value": "18″"
- }
- },
- "text": "Shuriken"
- },
- "Weapon§Shuriken pistol": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Pistol 1"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "Shuriken"
- },
- "Weapon§The Silent Death": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Assault 6"
- },
- "Range": {
- "value": "12″"
- }
- }
- },
- "Weapon§Singing spear (shooting)": {},
- "Weapon§Spinneret rifle": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Rapid Fire 1"
- },
- "Range": {
- "value": "18″"
- },
- "Points": {
- "value": 12
- }
- }
- },
- "Weapon§Star lance (shooting)": {},
- "Weapon§Starcannon": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "7"
- },
- "Type": {
- "value": "Heavy 2"
- },
- "Range": {
- "value": "36″"
- },
- "Points": {
- "value": 5
- }
- }
- },
- "Weapon§Plasma grenade": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Grenade D6"
- },
- "Range": {
- "value": "6″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
- },
- "Weapon§Suncannon": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Heavy 2D6"
- },
- "Range": {
- "value": "48″"
- },
- "Points": {
- "value": 50
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
- },
- "Weapon§Sunrifle": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "3"
- },
- "Type": {
- "value": "Assault 4"
- },
- "Range": {
- "value": "24″"
- },
- "Points": {
- "value": 11
- }
- },
- "text": "When resolving an attack made with this weapon, if the [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) is failed, the target is blinded until the end of the turn. When resolving an attack made by a model in a blinded unit, subtract 1 from the [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Weapon§Tempest launcher": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Heavy 2D6"
- },
- "Range": {
- "value": "36″"
- }
- },
- "text": "Indirect Fire. [Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). This weapon can target units that are not visible to the bearer."
- },
- "Weapon§Triskele (shooting)": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Assault 3"
- },
- "Range": {
- "value": "12″"
- }
- }
- },
- "Wargear§Twin Aeldari missile launcher": {
- "assets": {
- "traits": [
- "Weapon§Sunburst",
- "Weapon§Starshot"
- ]
- },
- "stats": {
- "Points": {
- "value": 10
- }
- }
- },
- "Weapon§Twin bright lance": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D3+3"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Heavy 2"
- },
- "Range": {
- "value": "36″"
- }
- }
- },
- "Weapon§Twin scatter laser": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy 12"
- },
- "Range": {
- "value": "36″"
- }
- }
- },
- "Weapon§Twin shuriken cannon": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy 6"
- },
- "Range": {
- "value": "24″"
- }
- },
- "text": "Shuriken"
- },
- "Weapon§Twin shuriken catapult": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Assault 4"
- },
- "Range": {
- "value": "18″"
- }
- },
- "text": "Shuriken"
- },
- "Weapon§Twin starcannon": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "7"
- },
- "Type": {
- "value": "Heavy 4"
- },
- "Range": {
- "value": "36″"
- },
- "Points": {
- "value": 10
- }
- }
- },
- "Weapon§Vibro cannon": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "7"
- },
- "Type": {
- "value": "Heavy D6"
- },
- "Range": {
- "value": "48″"
- },
- "Points": {
- "value": 10
- }
- }
- },
- "Weapon§Voidbringer": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy 1"
- },
- "Range": {
- "value": "48″"
- }
- },
- "text": "Each time you select a target for this weapon, you can ignore the [Look Out, Sir](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Look-out-Sir) rule. Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 4+ inflicts D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
- },
- "Weapon§The Wailing Doom (shooting)": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D6+2"
- },
- "S": {
- "value": "12"
- },
- "Type": {
- "value": "Assault 1"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "Each time an attack is made with this weapon, if a hit is scored, draw a straight line between the closest point of the bearer’s base (or hull) and that of the closest model in the target unit. Make one [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) against the target unit, and each other unit this line passes over."
- },
- "Weapon§Wraithcannon": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D3+3"
- },
- "S": {
- "value": "10"
- },
- "Type": {
- "value": "Assault 1"
- },
- "Range": {
- "value": "18″"
- },
- "Points": {
- "value": 15
- }
- },
- "text": "Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
- },
- "Weapon§Aeldari blade": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "You can re-roll failed [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) for this weapon."
- },
- "Weapon§Biting blade": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, it makes 2 additional attacks with this weapon."
- },
- "Weapon§Piercing strike": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D3+3"
- },
- "S": {
- "value": "+4"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon profile, [invulnerable saving throws](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) cannot be made against that attack."
- },
- "Wargear§The Blade of Destruction": {
- "assets": {
- "traits": [
- "Weapon§Piercing strike",
- "Weapon§Sweeping blow"
- ]
- }
- },
- "Weapon§Sweeping blow": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon profile, make 2 [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) instead of 1."
- },
- "Weapon§Chainsword": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, it can make 1 additional attack with this weapon."
- },
- "Weapon§Diresword": {
- "stats": {
- "AP": {
- "value": "-"
- },
- "D": {
- "value": "-"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack made with this weapon successfully wounds, the target suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) and the attack sequence ends."
- },
- "Weapon§Executioner": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- },
- "Points": {
- "value": 5
- }
- }
- },
- "Weapon§The Fire Axe": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Ghostaxe": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Crushing strike": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D3+3"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Wargear§Ghostglaive": {
- "assets": {
- "traits": [
- "Weapon§Crushing strike",
- "Weapon§Sweeping blow"
- ]
- },
- "stats": {
- "Points": {
- "value": 15
- }
- }
- },
- "Weapon§Ghostswords": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, it makes 2 additional attacks with this weapon."
- },
- "Weapon§Laser lance (melee)": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon, if the bearer made a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) this turn, that attack has a Strength characteristic of +3."
- },
- "Weapon§The Maugetar (melee)": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Mirrorswords": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon, make 2 [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) instead of 1."
- },
- "Weapon§Paragon sabre": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, it makes 1 additional attack with this weapon. Each time an attack is made with this weapon, you can re-roll that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) and [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll)."
- },
- "Weapon§Power glaive": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Power sword": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- },
- "Points": {
- "value": 5
- }
- }
- },
- "Weapon§Powerblades": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, it makes 1 additional attack with this weapon."
- },
- "Weapon§Scorpion chainsword": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, it makes 1 additional attack with this weapon."
- },
- "Weapon§Scorpion’s claw (melee)": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "x2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§The Shining Blade": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 scores 1 additional hit."
- },
- "Weapon§Singing spear (melee)": {
- "text": "Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 2+ is always successful."
- },
- "Weapon§The Spear of Twilight": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "x2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§The Staff of Ulthamar and witchblade": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 2+ is always successful."
- },
- "Weapon§Star lance (melee)": {
- "text": "Each time an attack is made with this weapon, if the bearer made a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) this turn, that attack has a Strength characteristic of +5."
- },
- "Weapon§The Sword of Asur": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
- },
- "Weapon§Titanic feet": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Strike": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "6"
- },
- "S": {
- "value": "+6"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Wargear§Titanic ghostglaive": {
- "assets": {
- "traits": [
- "Weapon§Strike",
- "Weapon§Sweep"
- ]
- }
- },
- "Weapon§Sweep": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon profile, make 3 [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) instead of 1."
- },
- "Weapon§Titanic wraithbone fists": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "D6"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Triskele (melee)": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Wargear§The Wailing Doom (melee)": {
- "assets": {
- "traits": [
- "Weapon§Piercing strike",
- "Weapon§Sweeping blow"
- ]
- }
- },
- "Weapon§Witch staff": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "D3"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 2+ is always successful."
- },
- "Weapon§Witchblade": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 2+ is always successful."
- },
- "Weapon§Wraithbone fists": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Diffuse": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Assault D6"
- },
- "Range": {
- "value": "18″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
- },
- "Wargear§Prism rifle": {
- "assets": {
- "traits": [
- "Weapon§Diffuse",
- "Weapon§Focused"
- ]
- }
- },
- "Weapon§Focused": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Heavy D6"
- },
- "Range": {
- "value": "48″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). Each time an attack is made with this weapon profile, on an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 5+, that attack has an Armour Penetration characteristic of -4."
- },
- "Weapon§Hornet pulse laser": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "7"
- },
- "Type": {
- "value": "Heavy 2"
- },
- "Range": {
- "value": "36″"
- },
- "Points": {
- "value": 5
- }
- }
- },
- "Weapon§Blast": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D3+3"
- },
- "S": {
- "value": "12"
- },
- "Type": {
- "value": "Heavy D3"
- },
- "Range": {
- "value": "24″"
- }
- },
- "text": "Indirect Fire. [Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). This weapon profile can target units that are not visible to the bearer."
- },
- "Wargear§D-flail": {
- "assets": {
- "traits": [
- "Weapon§Blast",
- "Weapon§Rift"
- ]
- }
- },
- "Weapon§Rift": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D6"
- },
- "S": {
- "value": "12"
- },
- "Type": {
- "value": "Heavy 3"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "Each time an attack is made with this weapon profile, that attack automatically hits the target."
- },
- "Weapon§Lynx pulsar": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "9"
- },
- "Type": {
- "value": "Heavy 6"
- },
- "Range": {
- "value": "48″"
- }
- }
- },
- "Weapon§Sonic lance": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Heavy 3D6"
- },
- "Range": {
- "value": "18″"
- }
- },
- "text": "Each time an attack is made with this weapon, that attack automatically hits the target, and a [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 2+ is always successful, unless the target is a **VEHICLE** or MONSTER**, then a wound roll of 4+ is always successful."
- },
- "Weapon§Twin Scorpion pulsar": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "12"
- },
- "Type": {
- "value": "Heavy 12"
- },
- "Range": {
- "value": "60″"
- }
- }
- },
- "Weapon§D-impaler": {
- "stats": {
- "AP": {
- "value": "-5"
- },
- "D": {
- "value": "6"
- },
- "S": {
- "value": "16"
- },
- "Type": {
- "value": "Heavy 2D3"
- },
- "Range": {
- "value": "36″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). Each time an attack is made with this weapon, on an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 4+, the target suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) in addition to any normal damage."
- },
- "Weapon§Phoenix pulse laser": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "9"
- },
- "Type": {
- "value": "Heavy 2"
- },
- "Range": {
- "value": "48″"
- }
- }
- },
- "Weapon§Phoenix missile array": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy D6"
- },
- "Range": {
- "value": "48″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
- },
- "Weapon§Twin pulse laser": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Heavy 4"
- },
- "Range": {
- "value": "48″"
- }
- }
- },
- "Weapon§Twin vampire pulsar": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D3+3"
- },
- "S": {
- "value": "12"
- },
- "Type": {
- "value": "Heavy 9"
- },
- "Range": {
- "value": "60″"
- }
- }
- },
- "Weapon§Inferno lance": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D6"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Heavy D6"
- },
- "Range": {
- "value": "24″"
- },
- "Points": {
- "value": 65
- }
- },
- "text": "Each time an attack made with this weapon targets a unit within half range, that attack has a Damage characteristic Of D6+2."
- },
- "Weapon§Dispersed": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "7"
- },
- "Type": {
- "value": "Heavy 2D6"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). Each time an attack is made with this weapon profile, that attack automatically hits the target and on an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 5+, that attack has an Armour Penetration characteristic of -4."
- },
- "Wargear§Deathshroud cannon": {
- "assets": {
- "traits": [
- "Weapon§Dispersed",
- "Weapon§Focused"
- ]
- },
- "stats": {
- "Points": {
- "value": 55
- }
- }
- },
- "Weapon§Revenant pulsar": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "4"
- },
- "S": {
- "value": "12"
- },
- "Type": {
- "value": "Heavy 6"
- },
- "Range": {
- "value": "60″"
- }
- }
- },
- "Weapon§Cloudburst missile launcher": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Heavy 2D6"
- },
- "Range": {
- "value": "36″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
- },
- "Weapon§Brace of pistols": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Pistol 2"
- },
- "Range": {
- "value": "12″"
- }
- }
- },
- "Weapon§Dissonance pistol": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Pistol 1"
- },
- "Range": {
- "value": "12″"
- },
- "Points": {
- "value": 5
- }
- },
- "text": "Each time an attack is made with this weapon, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 automatically wounds the target."
- },
- "Weapon§Dissonance cannon": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Assault 2"
- },
- "Range": {
- "value": "24″"
- },
- "Points": {
- "value": 15
- }
- },
- "text": "Each time an attack is made with this weapon, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 automatically wounds the target."
- },
- "Weapon§Splinter cannon": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "3"
- },
- "Type": {
- "value": "Heavy 3"
- },
- "Range": {
- "value": "36″"
- },
- "Points": {
- "value": 10
- }
- },
- "text": "Poisoned Weapon (4+)"
- },
- "Weapon§Spear of Starlight (shooting)": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Assault 3"
- },
- "Range": {
- "value": "24″"
- }
- }
- },
- "Weapon§Phantom pulsar": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "5"
- },
- "S": {
- "value": "14"
- },
- "Type": {
- "value": "Heavy 8"
- },
- "Range": {
- "value": "120″"
- }
- }
- },
- "Weapon§D-bombard": {
- "stats": {
- "AP": {
- "value": "-5"
- },
- "D": {
- "value": "8"
- },
- "S": {
- "value": "16"
- },
- "Type": {
- "value": "Heavy 2D3"
- },
- "Range": {
- "value": "72″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). Each time an attack is made with this weapon, on an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 4+, the target suffers 3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) in addition to any normal damage."
- },
- "Weapon§Voidstorm missile launcher": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Heavy 2D6"
- },
- "Range": {
- "value": "48″"
- }
- }
- },
- "Weapon§Shredder": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Assault D6"
- },
- "Range": {
- "value": "18″"
- },
- "Points": {
- "value": 5
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
- },
- "Weapon§Ghostspear": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "D3+3"
- },
- "S": {
- "value": "+3"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Spear of Starlight (melee)": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Titanic stride": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon, make 3 [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) instead of 1."
- },
- "Weapon§Void sabre": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Wraith glaive": {
- "stats": {
- "AP": {
- "value": "-5"
- },
- "D": {
- "value": "12"
- },
- "S": {
- "value": "x2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Spar-glaive": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, it makes 1 additional attack with this weapon."
- },
- "Weapon§Blast pistol": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D6"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Pistol 1"
- },
- "Range": {
- "value": "6″"
- },
- "Points": {
- "value": 5
- }
- }
- },
- "Weapon§Blaster": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D6"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Assault 1"
- },
- "Range": {
- "value": "18″"
- },
- "Points": {
- "value": 10
- }
- }
- },
- "Weapon§Dark lance": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D3+3"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Heavy 1"
- },
- "Range": {
- "value": "36″"
- },
- "Points": {
- "value": 15
- }
- }
- },
- "Weapon§Dark scythe": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Heavy 3"
- },
- "Range": {
- "value": "24″"
- },
- "Points": {
- "value": 5
- }
- }
- },
- "Weapon§Disintegrator cannon": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Heavy 3"
- },
- "Range": {
- "value": "36″"
- },
- "Points": {
- "value": 5
- }
- }
- },
- "Weapon§Eyeburst": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Pistol D6"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
- },
- "Weapon§Drukhari haywire blaster": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "D3"
- },
- "S": {
- "value": "3"
- },
- "Type": {
- "value": "Heavy D3"
- },
- "Range": {
- "value": "24″"
- },
- "Points": {
- "value": 10
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). Each time an attack is made with this weapon, if the target is a **VEHICLE** unit, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 4+ is always successful, and an unmodified wound roll of 6 inflicts D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
- },
- "Weapon§Heat lance": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D6+2"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Heavy 1"
- },
- "Range": {
- "value": "18″"
- },
- "Points": {
- "value": 10
- }
- }
- },
- "Weapon§Phantasm grenade launcher": {
- "stats": {
- "AP": {
- "value": "-"
- },
- "D": {
- "value": "-"
- },
- "S": {
- "value": "-"
- },
- "Type": {
- "value": "Assault D3"
- },
- "Range": {
- "value": "18″"
- },
- "Points": {
- "value": 5
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). Each time a unit is hit by this weapon, roll 2D6. If the result is higher than the Leadership characteristic of that unit, it suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
- },
- "Weapon§Monoscythe missile": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Assault D6"
- },
- "Range": {
- "value": "48″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
- },
- "Wargear§Razorwing missiles": {
- "assets": {
- "traits": [
- "Weapon§Monoscythe missile",
- "Weapon§Necrotoxin missile",
- "Weapon§Shatterfield missile"
- ]
- }
- },
- "Weapon§Necrotoxin missile": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "2"
- },
- "Type": {
- "value": "Assault 3D3"
- },
- "Range": {
- "value": "48″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). Poisoned Weapon (2+)"
- },
- "Weapon§Shatterfield missile": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "7"
- },
- "Type": {
- "value": "Assault D6"
- },
- "Range": {
- "value": "48″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
- },
- "Weapon§Shardcarbine": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "2"
- },
- "Type": {
- "value": "Assault 3"
- },
- "Range": {
- "value": "18″"
- }
- },
- "text": "Poisoned Weapon (4+)"
- },
- "Weapon§Splinter pistol": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "2"
- },
- "Type": {
- "value": "Pistol 1"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "Poisoned Weapon (4+)"
- },
- "Weapon§Splinter pods": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "2"
- },
- "Type": {
- "value": "Assault 2"
- },
- "Range": {
- "value": "18″"
- }
- },
- "text": "Poisoned Weapon (4+)"
- },
- "Weapon§Splinter rifle": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "2"
- },
- "Type": {
- "value": "Rapid Fire 1"
- },
- "Range": {
- "value": "24″"
- }
- },
- "text": "Poisoned Weapon (4+)"
- },
- "Weapon§Twin splinter rifle": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "2"
- },
- "Type": {
- "value": "Rapid Fire 2"
- },
- "Range": {
- "value": "24″"
- }
- },
- "text": "Poisoned Weapon (4+)"
- },
- "Weapon§Void lance": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D3+3"
- },
- "S": {
- "value": "9"
- },
- "Type": {
- "value": "Heavy 1"
- },
- "Range": {
- "value": "36″"
- }
- }
- },
- "Weapon§Implosion missile": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Assault D3"
- },
- "Range": {
- "value": "48″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
- },
- "Wargear§Voidraven missiles": {
- "assets": {
- "traits": [
- "Weapon§Implosion missile",
- "Weapon§Shatterfield missile"
- ]
- },
- "stats": {
- "Points": {
- "value": 15
- }
- }
- },
- "Weapon§Agoniser": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- },
- "Points": {
- "value": 5
- }
- },
- "text": "Poisoned Weapon (4+)"
- },
- "Weapon§Archite glaive": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Bladevanes": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Hekatarii blade": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, it makes 1 additional attack with this weapon."
- },
- "Weapon§Hellglaive": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Huskblade": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- },
- "Points": {
- "value": 5
- }
- }
- },
- "Weapon§Hydra gauntlets": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, it makes 1 additional attack with this weapon."
- },
- "Weapon§Klaive": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Power lance": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- },
- "Points": {
- "value": 5
- }
- }
- },
- "Weapon§Razorflails": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon, make 2 [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) instead of 1."
- },
- "Weapon§Shaimeshi blade": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Poisoned Weapon (2+). Each time an attack is made with this weapon, if the target is not a **VEHICLE** unit, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
- },
- "Weapon§Shardnet and impaler": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, it makes 1 additional attack with this weapon."
- },
- "Weapon§Sslyth battle-blade": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Stunclaw": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- },
- "Points": {
- "value": 5
- }
- },
- "text": "Each time an attack is made with this weapon, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
- },
- "Weapon§Venom blade": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Poisoned Weapon (2+)"
- },
- "Weapon§Heavy arc rifle": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy 2"
- },
- "Range": {
- "value": "36″"
- },
- "Points": {
- "value": 5
- }
- },
- "text": "Each time an attack is made with this weapon against a **VEHICLE** unit, that attack has a Damage characteristic of 3 and an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 4+ successfully wounds the target."
- },
- "Weapon§Heavy bolter": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Heavy 3"
- },
- "Range": {
- "value": "36″"
- },
- "Points": {
- "value": 10
- }
- }
- },
- "Weapon§Heavy grav-cannon": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Heavy 5"
- },
- "Range": {
- "value": "30″"
- },
- "Points": {
- "value": 10
- }
- },
- "text": "Each time an attack made with this weapon is allocated to a model with a Save characteristic of 3+ or better, that attack has a Damage characteristic of 2."
- },
- "Weapon§Heavy phosphor blaster": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy 3"
- },
- "Range": {
- "value": "36″"
- },
- "Points": {
- "value": 10
- }
- },
- "text": "Each time an attack is made with this weapon, the target does not receive the benefits of [Dense Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Dense-Cover) against that attack."
- },
- "Weapon§Firestorm scatter laser": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Heavy 12"
- },
- "Range": {
- "value": "60″"
- }
- },
- "text": "Each time an attack is made with this weapon against an [**AIRCRAFT**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Aircraft) unit, add 2 to that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll)."
- },
- "Weapon§Star glaive": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "x2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Lasblaster": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Assault 4"
- },
- "Range": {
- "value": "24″"
- }
- },
- "text": "Each time an attack is made with this weapon, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 automatically wounds the target."
- },
- "Weapon§Psytronome shaper": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "D3"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Plasma grenades": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Grenade D6"
- },
- "Range": {
- "value": "6″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
- },
- "Weapon§Power blade": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Single blade": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Wargear§Demiklaives": {
- "assets": {
- "traits": [
- "Weapon§Single blade",
- "Weapon§Dual blades"
- ]
- }
- },
- "Weapon§Dual blades": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, if this weapon profile is selected, it makes 2 additional attacks with this weapon."
- },
- "Weapon§Chainsabre": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- },
- "Points": {
- "value": 8
- }
- },
- "text": "If the bearer is equipped with two of this weapon, then when the bearer fights, it makes 1 additional attack with this weapon profile."
- },
- "Weapon§Ur-Ghul talons": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Dragon fusion gun": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D6+2"
- },
- "S": {
- "value": "9"
- },
- "Type": {
- "value": "Assault 1"
- },
- "Range": {
- "value": "12″"
- }
- }
- },
- "Weapon§Banshee blade": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§The Bloody Twins": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Assault 6"
- },
- "Range": {
- "value": "24″"
- }
- },
- "text": "Shuriken"
- },
- "Weapon§Fury of the Tempest": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Assault 4"
- },
- "Range": {
- "value": "24″"
- }
- },
- "text": "Each time an attack is made with this weapon, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 automatically wounds the target."
- },
- "Weapon§Lance": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D6+4"
- },
- "S": {
- "value": "10"
- },
- "Type": {
- "value": "Assault 1"
- },
- "Range": {
- "value": "18″"
- }
- }
- },
- "Wargear§Searsong": {
- "assets": {
- "traits": [
- "Weapon§Lance",
- "Weapon§Beam"
- ]
- }
- },
- "Weapon§Beam": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "4"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Assault 1"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "Each time an attack is made with this weapon profile, if a hit is scored, draw a straight line between the closest point of the bearer’s base (or hull) and that of the closest model in the target unit. Make one [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) against the target unit, and each other unit this line passes over."
- },
- "Weapon§Arhra’s Bane (shooting)": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Assault 2"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "Shuriken"
- },
- "Weapon§Arhra’s Bane (melee)": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "x2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Isirmathil": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon, make 2 [hit rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) instead of 1."
- },
- "Weapon§Aeldari power sword": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- },
- "Points": {
- "value": 5
- }
- }
- },
- "Weapon§Aeldari flamer": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Assault D6"
- },
- "Range": {
- "value": "12″"
- },
- "Points": {
- "value": 5
- }
- },
- "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
- },
- "Weapon§Guardian fusion gun": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D6"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Assault 1"
- },
- "Range": {
- "value": "12″"
- },
- "Points": {
- "value": 10
- }
- },
- "text": "Each time an attack made with this weapon targets a unit within half range, that attack has a Damage characteristic of D6+2."
- },
- "Weapon§Guardian combat weapon": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, it makes 1 additional attack with this weapon."
- },
- "Weapon§Corsair blaster": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "D6"
- },
- "S": {
- "value": "8"
- },
- "Type": {
- "value": "Assault 1"
- },
- "Range": {
- "value": "18″"
- },
- "Points": {
- "value": 10
- }
- }
- },
- "Weapon§Corsair shredder": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Assault D6"
- },
- "Range": {
- "value": "18″"
- },
- "Points": {
- "value": 5
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
- },
- "Weapon§Neuro disruptor": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Pistol 1"
- },
- "Range": {
- "value": "12″"
- },
- "Points": {
- "value": 5
- }
- },
- "text": "Each time an attack is made with this weapon, if a hit is scored, unless the target is a **VEHICLE** unit, the target suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) and the attack sequence ends."
- },
- "Weapon§Shuriken rifle": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Rapid Fire 1"
- },
- "Range": {
- "value": "24″"
- }
- },
- "text": "Shuriken"
- },
- "Weapon§Paired Hekatarii blades": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Harlequin’s blade": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time the bearer fights, it makes 1 additional attack with this weapon."
- },
- "Weapon§Harlequin’s caress": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- },
- "Points": {
- "value": 5
- }
- }
- },
- "Weapon§Harlequin’s embrace": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- },
- "Points": {
- "value": 5
- }
- }
- },
- "Weapon§Harlequin’s kiss": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- },
- "Points": {
- "value": 5
- }
- }
- },
- "Weapon§Hallucinogen grenade launcher": {
- "stats": {
- "AP": {
- "value": "-"
- },
- "D": {
- "value": "-"
- },
- "S": {
- "value": "-"
- },
- "Type": {
- "value": "Assault D3"
- },
- "Range": {
- "value": "18″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). Each time an attack is made with this weapon, if a hit is scored, roll 2D6. If the result is greater than the Leadership characteristic of the target, the target suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
- },
- "Weapon§Miststave": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "D3"
- },
- "S": {
- "value": "+3"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Shrieker cannon": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "6"
- },
- "Type": {
- "value": "Assault 3"
- },
- "Range": {
- "value": "30″"
- }
- },
- "text": "Shuriken. Each time you select a target for this weapon, you can ignore the [Look Out, Sir](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Look-out-Sir) rule."
- },
- "Weapon§Jester’s blade": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Solitaire’s weapons": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- }
- },
- "Weapon§Skyweaver haywire cannon": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "D3"
- },
- "S": {
- "value": "3"
- },
- "Type": {
- "value": "Heavy D3+1"
- },
- "Range": {
- "value": "24″"
- },
- "Points": {
- "value": 5
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). Each time an attack is made with this weapon against a **VEHICLE** unit, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 4+ is always successful, and an unmodified wound roll of 6 inflicts D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
- },
- "Weapon§Star bolas": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "7"
- },
- "Type": {
- "value": "Assault D3"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons)"
- },
- "Weapon§Zephyrglaive": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- },
- "Points": {
- "value": 5
- }
- }
- },
- "Wargear§Prismatic cannon": {
- "assets": {
- "traits": [
- "Weapon§Focused lance",
- "Weapon§Dispersed pulse"
- ]
- }
- },
- "Weapon§Voidweaver haywire cannon": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Heavy 2D3"
- },
- "Range": {
- "value": "24″"
- }
- },
- "text": "[Blast](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Blast-Weapons). Each time an attack is made with this weapon against a **VEHICLE** unit, an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 4+ is always successful, and an unmodified wound roll of 6 inflicts D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage."
- },
- "Weapon§Kha-vir, the Sword of Sorrows": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon, on an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6, the target suffers 2 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) and the attack sequence ends."
- },
- "Weapon§Asu-var, the Sword of Silent Screams": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Each time an attack is made with this weapon, on a [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 4+, [invulnerable saving throws](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves) cannot be made against that attack."
- },
- "Weapon§Swirling soul energy": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "7"
- },
- "Type": {
- "value": "Assault D6"
- },
- "Range": {
- "value": "6″"
- }
- },
- "text": "Each time an attack is made with this weapon, that attack automatically hits the target."
- },
- "Wargear§Vilith-zhar, the Sword of Souls": {
- "assets": {
- "traits": [
- "Weapon§Piercing strike",
- "Weapon§Sweeping blow"
- ]
- }
- },
- "Wargear§Laser lance": {
- "assets": {
- "traits": [
- "Weapon§Laser lance (melee)",
- "Weapon§Laser lance (shooting)"
- ]
- }
- },
- "Wargear§The Maugetar": {
- "assets": {
- "traits": [
- "Weapon§The Maugetar (melee)",
- "Weapon§The Maugetar (shooting)"
- ]
- }
- },
- "Wargear§Scorpion’s claw": {
- "assets": {
- "traits": [
- "Weapon§Scorpion’s claw (melee)",
- "Weapon§Scorpion’s claw (shooting)"
- ]
- }
- },
- "Wargear§Singing spear": {
- "assets": {
- "traits": [
- "Weapon§Singing spear (melee)",
- "Weapon§Singing spear (shooting)"
- ]
- },
- "stats": {
- "Points": {
- "value": 5
- }
- }
- },
- "Wargear§Star lance": {
- "assets": {
- "traits": [
- "Weapon§Star lance (melee)",
- "Weapon§Star lance (shooting)"
- ]
- },
- "stats": {
- "Points": {
- "value": 10
- }
- }
- },
- "Wargear§Triskele": {
- "assets": {
- "traits": [
- "Weapon§Triskele (melee)",
- "Weapon§Triskele (shooting)"
- ]
- }
- },
- "Wargear§The Wailing Doom": {
- "assets": {
- "traits": [
- "Weapon§The Wailing Doom (melee)",
- "Weapon§The Wailing Doom (shooting)"
- ]
- }
- },
- "Wargear§Spear of Starlight": {
- "assets": {
- "traits": [
- "Weapon§Spear of Starlight (melee)",
- "Weapon§Spear of Starlight (shooting)"
- ]
- }
- },
- "Wargear§Arhra’s Bane": {
- "assets": {
- "traits": [
- "Weapon§Arhra’s Bane (melee)",
- "Weapon§Arhra’s Bane (shooting)"
- ]
- }
- },
- "Treasures of the Aeldari§Kurnous’ Bow": {
- "stats": {
- "AP": {
- "value": "-"
- },
- "D": {
- "value": "-"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Pistol 3"
- },
- "Range": {
- "value": "18″"
- }
- },
- "text": "**ASURYANI** model with shuriken pistol only. This Relic replaces a shuriken pistol and has the following profile:"
- },
- "Treasures of the Aeldari§Shard of Anaris": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "1"
- },
- "S": {
- "value": "+1"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "**ASURYANI** model equipped with Banshee blade or star glaive only. This Relic replaces a Banshee blade or star glaive and has the following profile:"
- },
- "Treasures of the Aeldari§Firesabre": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+3"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "**ASURYANI** model with Banshee blade or star glaive only. This Relic replaces a Banshee blade or star glaive and has the following profile:"
+ "Roster§Army": {},
+ "Treasures of the Aeldari§Aegis of Eldanesh": {
+ "text": "**AUTARCH** model only.\n\n* The bearer has a Save characteristic of 2+.\n* Each time an attack is allocated to the bearer, subtract 1 from that attack’s Damage characteristic (to a minimum of 1)."
},
"Treasures of the Aeldari§Blazing Star of Vaul": {
"stats": {
"AP": {
- "value": "-1"
+ "value": -1
},
"D": {
- "value": "1"
+ "value": 1
},
"S": {
- "value": "4"
+ "value": 4
},
"Type": {
"value": "Pistol 8"
@@ -37826,116 +40532,16 @@
},
"text": "**ASURYANI** model equipped with shuriken pistol only. This Relic replaces a shuriken pistol and has the following profile:"
},
- "Treasures of the Aeldari§Howling Skysword of Galaleth": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Model with witchblade only. The Howling Skysword of Galaleth replaces the bearer’s witchblade and has the following profile:"
- },
- "Treasures of the Aeldari§Warp-spawn Bane": {
- "stats": {
- "AP": {
- "value": "0"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "User"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "Model with witch staff only. Warp-spawn Bane replaces the bearer’s witch staff and has the following profile:"
- },
- "Treasures of the Aeldari§Twilight Fang": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "**TWILIGHT TROUPE** MASTER** model with Aeldari power sword only. This Relic replaces an Aeldari power sword and has the following profile:"
- },
- "Treasures of the Aeldari§The Storied Sword": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "**HARLEQUINS** model with Aeldari power sword only. This Relic replaces an Aeldari power sword and has the following profile:"
- },
- "Treasures of the Aeldari§Crescendo": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "4"
- },
- "Type": {
- "value": "Pistol 6"
- },
- "Range": {
- "value": "12″"
- }
- },
- "text": "**HARLEQUINS** model with shuriken pistol only. This Relic replaces a shuriken pistol and has the following profile:"
- },
"Treasures of the Aeldari§Cegorach’s Rose": {
"stats": {
"AP": {
- "value": "-2"
+ "value": -2
},
"D": {
- "value": "3"
+ "value": 3
},
"S": {
- "value": "+2"
+ "value": 2
},
"Type": {
"value": "Melee"
@@ -37946,153 +40552,36 @@
},
"text": "**HARLEQUINS** model with Harlequin’s kiss only. This Relic replaces a Harlequin’s kiss and has the following profile:"
},
- "Aspect Shrine Relics§The Avenging Blade": {
+ "Treasures of the Aeldari§Crescendo": {
"stats": {
"AP": {
- "value": "-"
+ "value": -3
},
"D": {
- "value": "-"
+ "value": 2
},
"S": {
- "value": "+2"
+ "value": 4
},
"Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "[Dire Avenger Exarch](https://wahapedia.ru/wh40k9ed/factions/aeldari/Dire-Avengers) model with diresword only. This Relic replaces a diresword and has the following profile:"
- },
- "Aspect Shrine Relics§Shadowsting": {
- "stats": {
- "AP": {
- "value": "-2"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+3"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "[Striking Scorpion Exarch](https://wahapedia.ru/wh40k9ed/factions/aeldari/Striking-Scorpions) model with biting blade only. This Relic replaces a biting blade and has the following profile:"
- },
- "Aspect Shrine Relics§The Spider’s Bite": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "[Warp Spider Exarch](https://wahapedia.ru/wh40k9ed/factions/aeldari/Warp-Spiders) model with powerblades only. This Relic replaces powerblades and has the following profile:"
- },
- "Treasures of the Aeldari§Serpent’s Tail": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "**HARLEQUINS** model equipped with Harlequin’s kiss only. This Relic replaces a Harlequin’s kiss and has the following profile:"
- },
- "Treasures of the Aeldari§Song of the Bloody-Handed": {
- "stats": {
- "AP": {
- "value": "-4"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "+7"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "**ASURYANI** model with Banshee blade or witchblade only. This Relic replaces a Banshee blade or witchblade and has the following profile:"
- },
- "Treasures of the Aeldari§Soulblast Blade": {
- "stats": {
- "AP": {
- "value": "-3"
- },
- "D": {
- "value": "3"
- },
- "S": {
- "value": "+2"
- },
- "Type": {
- "value": "Melee"
- },
- "Range": {
- "value": "Melee"
- }
- },
- "text": "**YNNARI** model with Aeldari power sword or Banshee blade only. This Relic replaces an Aeldari power sword or Banshee blade and has the following profile:"
- },
- "Treasures of the Aeldari§Soulsever Pistol": {
- "stats": {
- "AP": {
- "value": "-1"
- },
- "D": {
- "value": "2"
- },
- "S": {
- "value": "5"
- },
- "Type": {
- "value": "Pistol 3"
+ "value": "Pistol 6"
},
"Range": {
"value": "12″"
}
},
- "text": "**YNNARI** model with shuriken pistol only. This Relic replaces a shuriken pistol and has the following profile:"
+ "text": "**HARLEQUINS** model with shuriken pistol only. This Relic replaces a shuriken pistol and has the following profile:"
+ },
+ "Treasures of the Aeldari§Emblem of the Broken Chain": {
+ "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **ALTANSAR CORE** unit within 6″ of the bearer. Until the start of your next Command phase, you can re-roll [Advance rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) and [charge rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) made for that unit."
},
"Treasures of the Aeldari§Exile Glaive": {
"stats": {
"AP": {
- "value": "-3"
+ "value": -3
},
"D": {
- "value": "2"
+ "value": 2
},
"S": {
"value": "x3"
@@ -38106,1514 +40595,511 @@
},
"text": "Model equipped with a star glaive only. This Relic replaces a star glaive and has the following profile:"
},
- "Treasures of the Aeldari§The Phoenix Gem": {
- "text": "**ASURYANI** model only. The first time the bearer is destroyed, roll one D6: on a 2+, keep it to one side. At the end of the current phase, set the bearer back up again, as close as possible to its previous position and not within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy models, with D3 wounds remaining."
- },
"Treasures of the Aeldari§Faolchú’s Wing": {
- "text": "**ASURYANI INFANTRY** model only.\n\n* The bearer has a Move characteristic of 12\" and the [FLY**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Flying) keyword.\n* At the end of your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), select one enemy unit the bearer moved across during that phase, and roll one D6: on a 2+, that unit suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
+ "text": "**ASURYANI INFANTRY** model only.\n\n* The bearer has a Move characteristic of 12″ and the [FLY**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Flying) keyword.\n* At the end of your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE), select one enemy unit the bearer moved across during that phase, and roll one D6: on a 2+, that unit suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds)."
+ },
+ "Treasures of the Aeldari§Firesabre": {
+ "stats": {
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 3
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "**ASURYANI** model with Banshee blade or star glaive only. This Relic replaces a Banshee blade or star glaive and has the following profile:"
+ },
+ "Treasures of the Aeldari§Howling Skysword of Galaleth": {
+ "stats": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
+ "value": 3
+ },
+ "S": {
+ "value": "User"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "Model with witchblade only. The Howling Skysword of Galaleth replaces the bearer’s witchblade and has the following profile:"
+ },
+ "Treasures of the Aeldari§Kurnous’ Bow": {
+ "stats": {
+ "AP": {
+ "value": "-"
+ },
+ "D": {
+ "value": "-"
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Pistol 3"
+ },
+ "Range": {
+ "value": "18″"
+ }
+ },
+ "text": "**ASURYANI** model with shuriken pistol only. This Relic replaces a shuriken pistol and has the following profile:"
},
"Treasures of the Aeldari§Psytronome of Iyanden": {
- "text": "**IYANDEN** model only. In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), you can select one friendly **IYANDEN SPIRIT** HOST** unit within 9\" of the bearer. Until the start of your next Command phase:\n\n* Add 1 to the Attacks characteristic of models in that unit.\n* If that unit is a WRAITHGUARD** unit, it gains the Battle Focus ability."
+ "text": "**IYANDEN** model only. In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), you can select one friendly **IYANDEN SPIRIT** HOST** unit within 9″ of the bearer. Until the start of your next Command phase:\n\n* Add 1 to the Attacks characteristic of models in that unit.\n* If that unit is a WRAITHGUARD** unit, it gains the **Battle Focus** ability."
},
- "Treasures of the Aeldari§The Ghosthelm of Alishazier": {
- "text": "**ULTHWÉ PSYKER** model only.\n\n* The bearer knows one additional psychic power from the [Runes of Fortune](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Fortune)** discipline.\n* Each time a [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) is taken for the bearer, on an unmodified result of 9+, that psychic power or [psychic action](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-Psychic-Actions) cannot be [denied](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch)."
+ "Treasures of the Aeldari§Saviour Stone": {
+ "text": "At the start of the battle round, when you make a **Strands of** Fate** roll, if the bearer is on the battlefield, you can do one of the following:\n\n* Increase the result of one of the dice you rolled by 1 (to a maximum of 6).\n* Decrease the result of one of the dice you rolled by 1 (to a minimum of 1)."
+ },
+ "Treasures of the Aeldari§Serpent’s Tail": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "**HARLEQUINS** model equipped with Harlequin’s kiss only. This Relic replaces a Harlequin’s kiss and has the following profile:"
+ },
+ "Treasures of the Aeldari§Shadow Stone": {
+ "text": "**LIGHT SHADOWSEER** model only.\n\n* Add 3″ to the range of the bearer’s [aura abilities](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Aura-Abilities) (to a maximum of 9\").\n* Each time the bearer successfully [manifests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers) a psychic power from the [Phantasmancy discipline](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Phantasmancy-Discipline)**, add 3″ to the range of that psychic power’s effects."
+ },
+ "Treasures of the Aeldari§Shard of Anaris": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 1
+ },
+ "S": {
+ "value": 1
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "**ASURYANI** model equipped with Banshee blade or star glaive only. This Relic replaces a Banshee blade or star glaive and has the following profile:"
},
"Treasures of the Aeldari§Shiftshroud of Alanssair": {
"text": "**ALAITOC INFANTRY** model only. While the bearer is receiving the [benefits of cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-and-Cover), it cannot be selected as the target of a ranged attack unless it is the closest eligible target for that attack and the attacking [model is within](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Within-and-Wholly-Within) 12\"."
},
- "Treasures of the Aeldari§The Spirit Stone of Anath’lan": {
- "text": "**BIEL-TAN PSYKER** model only.\n\n* The bearer knows one additional psychic power from their chosen discipline.\n* Once per [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), you can re-roll one [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) taken for the bearer."
+ "Treasures of the Aeldari§Song of the Bloody-Handed": {
+ "stats": {
+ "AP": {
+ "value": -4
+ },
+ "D": {
+ "value": 3
+ },
+ "S": {
+ "value": 7
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "**ASURYANI** model with Banshee blade or witchblade only. This Relic replaces a Banshee blade or witchblade and has the following profile:"
},
- "Treasures of the Aeldari§Talisman of Tionchar": {
- "text": "**SAIM-HANN** model only.\n\n* Each time the bearer makes a melee attack, if the bearer made a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) or [Heroically Intervened](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention) this turn, add 1 to the Strength and Damage characteristics of that attack and improve the Armour Penetration characteristic of that attack by 1."
+ "Treasures of the Aeldari§Soulblast Blade": {
+ "stats": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
+ "value": 3
+ },
+ "S": {
+ "value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
+ }
+ },
+ "text": "**YNNARI** model with Aeldari power sword or Banshee blade only. This Relic replaces an Aeldari power sword or Banshee blade and has the following profile:"
},
- "Treasures of the Aeldari§Shadow Stone": {
- "text": "**LIGHT SHADOWSEER** model only.\n\n* Add 3\" to the range of the bearer’s [aura abilities](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Aura-Abilities) (to a maximum of 9\").\n* Each time the bearer successfully [manifests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers) a psychic power from the [Phantasmancy discipline](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Phantasmancy-Discipline)**, add 3\" to the range of that psychic power’s effects."
- },
- "Treasures of the Aeldari§The Ghoulmask": {
- "text": "**DARK** model only.\n\n* In your opponent’s [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), the bearer can attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) one psychic power as if it were a [PSYKER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE). If the bearer is a PSYKER**, the bearer can attempt to deny one additional psychic power in each of your opponent’s [Psychic phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE).\n* The bearer has the following ability: ‘Hideous Form (Aura)**:** While an enemy unit is within 3\" of this model, that unit loses the [Objective Secured](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Secured) ability.’"
+ "Treasures of the Aeldari§Soulsever Pistol": {
+ "stats": {
+ "AP": {
+ "value": -1
+ },
+ "D": {
+ "value": 2
+ },
+ "S": {
+ "value": 5
+ },
+ "Type": {
+ "value": "Pistol 3"
+ },
+ "Range": {
+ "value": "12″"
+ }
+ },
+ "text": "**YNNARI** model with shuriken pistol only. This Relic replaces a shuriken pistol and has the following profile:"
},
"Treasures of the Aeldari§Sunstorm": {
"text": "**ASURYANI BIKER** model only.\n\n* The bearer has a Move characteristic of 20\".\n* The bearer has the [Objective Secured](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Secured) ability."
},
- "Treasures of the Aeldari§Aegis of Eldanesh": {
- "text": "**AUTARCH** model only.\n\n* The bearer has a Save characteristic of 2+.\n* Each time an attack is allocated to the bearer, subtract 1 from that attack’s Damage characteristic (to a minimum of 1)."
+ "Treasures of the Aeldari§Talisman of Tionchar": {
+ "text": "**SAIM-HANN** model only.\n\n* Each time the bearer makes a melee attack, if the bearer made a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) or [Heroically Intervened](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention) this turn, add 1 to the Strength and Damage characteristics of that attack and improve the Armour Penetration characteristic of that attack by 1."
},
- "Treasures of the Aeldari§The Weeping Stones": {
- "text": "**ASURYANI PSYKER** model only. While the bearer is on the battlefield, each time you make a Strands of Fate roll, you can roll one additional D6."
+ "Treasures of the Aeldari§The Ghosthelm of Alishazier": {
+ "text": "**ULTHWÉ PSYKER** model only.\n\n* The bearer knows one additional psychic power from the [Runes of Fortune](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Fortune)** discipline.\n* Each time a [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) is taken for the bearer, on an unmodified result of 9+, that psychic power or [psychic action](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-Psychic-Actions) cannot be [denied](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch)."
},
- "Treasures of the Aeldari§The Suit of Hidden Knives": {
- "text": "**HARLEQUINS** model only. At the end of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), the bearer can make 3 additional melee attacks (these attacks cannot target TITANIC** units). When resolving these attacks, each time a hit is scored, the target suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) and the attack sequence ends."
- },
- "Treasures of the Aeldari§The Starmist Raiment": {
- "text": "**HARLEQUINS** model only.\n\n* Each time an attack is made against the bearer, that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) and [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) cannot be [re-rolled](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Re-rolls).\n* Once per battle, in your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), you can declare that the bearer will mimic Aelos. If you do so, until the start of your next Command phase, the bearer has a 3+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ "Treasures of the Aeldari§The Ghoulmask": {
+ "text": "**DARK** model only.\n\n* In your opponent’s [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), the bearer can attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) one psychic power as if it were a [PSYKER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE). If the bearer is a PSYKER**, the bearer can attempt to deny one additional psychic power in each of your opponent’s [Psychic phases](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE).\n* The bearer has the following ability: ‘Hideous Form (Aura)**:** While an enemy unit is within 3″ of this model, that unit loses the [Objective Secured](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Secured) ability.’"
},
"Treasures of the Aeldari§The Laughing God’s Eye": {
- "text": "**HARLEQUINS** model only. The bearer has the following ability: ‘The Laughing God’s Eye (Aura)**:** While a friendly HARLEQUINS** unit is within 6\" of this model, each time a model in that unit would lose a wound as a result of a [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds), roll one D6: on a 5+, that wound is not lost.’"
- },
- "Aspect Shrine Relics§Dragon’s Fury": {
- "text": "[Fire Dragon Exarch](https://wahapedia.ru/wh40k9ed/factions/aeldari/Fire-Dragons) model only. Each time the bearer’s unit is selected as the target of a charge, subtract 2 from the [charge roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit)."
- },
- "Aspect Shrine Relics§Cronescream": {
- "text": "[Howling Banshee Exarch](https://wahapedia.ru/wh40k9ed/factions/aeldari/Howling-Banshees) model only. Once per battle, at the start of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), you can select one enemy unit within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of the bearer and roll one D6: on a 2+, that enemy unit suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds), and an additional 1 mortal wound for each [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) the bearer has made during the battle."
- },
- "Aspect Shrine Relics§The Phoenix Plume": {
- "text": "[Swooping Hawk Exarch](https://wahapedia.ru/wh40k9ed/factions/aeldari/Swooping-Hawks) model only.\n\n* The bearer has a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).\n* Each time a model in the bearer’s unit would lose a wound, roll one D6: on a 5+, that wound is not lost."
- },
- "Aspect Shrine Relics§Khaine’s Lance": {
- "text": "[Shining Spear Exarch](https://wahapedia.ru/wh40k9ed/factions/aeldari/Shining-Spears) model only. Each time the bearer finishes a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit), select one enemy unit within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of the bearer and roll one D6. On a 4+:\n\n* That enemy unit suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).\n* That enemy unit is not eligible to fight this phase until after all eligible units from your army have done so."
- },
- "Aspect Shrine Relics§Shrine Skull": {
- "text": "[Dark Reaper Exarch](https://wahapedia.ru/wh40k9ed/factions/aeldari/Dark-Reapers) model with Reaper launcher only. If an enemy unit has any models destroyed by an attack made by the bearer, until the end of the turn, subtract 1 from [Combat Attrition tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Combat-Attrition-Tests) taken for that enemy unit."
+ "text": "**HARLEQUINS** model only. The bearer has the following ability: ‘The Laughing God’s Eye (Aura)**:** While a friendly HARLEQUINS** unit is within 6″ of this model, each time a model in that unit would lose a wound as a result of a [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds), roll one D6: on a 5+, that wound is not lost.’"
},
"Treasures of the Aeldari§The Lost Shroud": {
"text": "**YNNARI** model only. Each time an attack is allocated to the bearer:\n\n* Subtract 1 from the Damage characteristic of that attack (to a minimum of 1).\n* If that attack has an unmodified Damage characteristic of 1, add 1 to any armour [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) made against that attack."
},
- "Treasures of the Aeldari§Saviour Stone": {
- "text": "At the start of the battle round, when you make a Strands of Fate roll, if the bearer is on the battlefield, you can do one of the following:\n\n* Increase the result of one of the dice you rolled by 1 (to a maximum of 6).\n* Decrease the result of one of the dice you rolled by 1 (to a minimum of 1)."
+ "Treasures of the Aeldari§The Phoenix Gem": {
+ "text": "**ASURYANI** model only. The first time the bearer is destroyed, roll one D6: on a 2+, keep it to one side. At the end of the current phase, set the bearer back up again, as close as possible to its previous position and not within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy models, with D3 wounds remaining."
},
- "Treasures of the Aeldari§Emblem of the Broken Chain": {
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **ALTANSAR CORE** unit within 6\" of the bearer. Until the start of your next Command phase, you can re-roll [Advance rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) and [charge rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) made for that unit."
+ "Treasures of the Aeldari§The Spirit Stone of Anath’lan": {
+ "text": "**BIEL-TAN PSYKER** model only.\n\n* The bearer knows one additional psychic power from their chosen discipline.\n* Once per [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), you can re-roll one [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) taken for the bearer."
},
- "Psychic Disciplines§Conceal/reveal": {
- "text": "*Conceal/Reveal* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one of the following effects:\n\n* **Conceal (Blessing):** Select one friendly **<CRAFTWORLD> ASURYANI** CORE** unit within 18\" of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), that unit receives the benefits of [Light Cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Light-Cover).\n* Reveal (Malediction):** Select one enemy unit within 18\" of this PSYKER**. Until the start of your next Psychic phase, each time an ASURYANI** model from your army makes an attack, that enemy unit does not receive the [benefits of cover](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Terrain-and-Cover) against that attack.",
+ "Treasures of the Aeldari§The Starmist Raiment": {
+ "text": "**HARLEQUINS** model only.\n\n* Each time an attack is made against the bearer, that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) and [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) cannot be [re-rolled](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Re-rolls).\n* Once per battle, in your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), you can declare that the bearer will mimic Aelos. If you do so, until the start of your next Command phase, the bearer has a 3+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves)."
+ },
+ "Treasures of the Aeldari§The Storied Sword": {
"stats": {
- "Roll": {
- "value": 1
- }
- }
- },
- "Psychic Disciplines§Embolden/horrify": {
- "text": "Embolden/Horrify has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 7. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one of the following effects:\n\n* **Embolden (Blessing):** Select one friendly **<CRAFTWORLD> ASURYANI** CORE** or **<CRAFTWORLD> ASURYANI** CHARACTER** unit within 18\" of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE):\n\n* Add 2 to that unit’s Leadership characteristic.\n* At the start of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), if that unit is within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of any enemy units, it can fight first that phase.\n* Horrify (Malediction):** Select one enemy unit within 18\" of this PSYKER**. Until the start of your next Psychic phase:\n\n* Subtract 2 from the Leadership characteristic of that unit.\n* At the start of the Fight phase, if that unit is within Engagement Range of any units from your army, that unit is not eligible to fight this phase until after all eligible units from your army have done so.",
- "stats": {
- "Roll": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
"value": 2
- }
- }
- },
- "Psychic Disciplines§Enhance/drain": {
- "text": "*Enhance/Drain* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one of the following effects:\n\n* **Enhance (Blessing):** Select one friendly **<CRAFTWORLD> ASURYANI** CORE** unit within 18\" of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), each time a model in that unit makes a melee attack, add 1 to that attack’s [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).\n* Drain (Malediction):** Select one enemy unit within 18\" of this PSYKER**. Until the start of your next Psychic phase, each time a model in that unit makes a melee attack, subtract 1 from that attack’s hit roll.",
- "stats": {
- "Roll": {
- "value": 3
- }
- }
- },
- "Psychic Disciplines§Protect/jinx": {
- "text": "*Protect/Jinx* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 7. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one of the following effects:\n\n* **Protect (Blessing):** Select one friendly **<CRAFTWORLD> ASURYANI** CORE** unit within 18\" of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), improve the Save characteristic of models in that unit by 1 (to a maximum of 2+).\n* Jinx (Malediction):** Select one enemy unit within 18\" of this PSYKER**. Until the start of your next Psychic phase, worsen the Save characteristic of models in that unit by 1 (to a maximum of 6+).",
- "stats": {
- "Roll": {
- "value": 4
- }
- }
- },
- "Psychic Disciplines§Quicken/restrain": {
- "text": "*Quicken/Restrain* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one of the following effects:\n\n* **Quicken (Blessing):** Select one friendly **<CRAFTWORLD> ASURYANI** CORE** or **<CRAFTWORLD> ASURYANI** CHARACTER** unit within 18\" of this PSYKER**. That unit can immediately make a [Normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), [Advance](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or [Fall Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back) as if it were the [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE). If it does so, that unit is not eligible to shoot or declare a charge with this turn.\n* Restrain (Malediction):** Select one enemy unit within 18\" of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE):\n\n* Halve the Move characteristic of models in that unit.\n* That unit cannot perform [actions](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-Actions) (if that unit is currently performing an action, it immediately fails).",
- "stats": {
- "Roll": {
- "value": 5
- }
- }
- },
- "Psychic Disciplines§Empower/enervate": {
- "text": "*Empower/Enervate* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 7. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one of the following effects:\n\n* **Empower (Blessing):** Select one friendly **<CRAFTWORLD> ASURYANI** CORE** unit within 18\" of this [PSYKER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE). Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), each time a model in that unit makes a melee attack, add 1 to that attack’s [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll).\n* Enervate (Malediction):** Select one enemy unit within 18\" of this PSYKER**. Until the start of your next Psychic phase, each time a model in that unit makes a melee attack, subtract 1 from that attack’s wound roll.",
- "stats": {
- "Roll": {
- "value": 6
- }
- }
- },
- "Psychic Disciplines§Guide": {
- "text": "**Blessing:** *Guide* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one friendly **<CRAFTWORLD> ASURYANI** CORE** or **<CRAFTWORLD> ASURYANI** CHARACTER** unit within 18\" of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), each time a model in that unit makes an attack, you can re-roll the [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll). If the result of the [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) was 10 or more, you can select one friendly <CRAFTWORLD>** ASURYANI** CORE** or <CRAFTWORLD>** ASURYANI** CHARACTER** unit within 24\" of this PSYKER** instead.",
- "stats": {
- "Roll": {
- "value": 1
- }
- }
- },
- "Psychic Disciplines§Doom": {
- "text": "**Malediction:** *Doom* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 7. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one enemy unit within 18\" of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), each time a **<CRAFTWORLD> ASURYANI** CORE** or **<CRAFTWORLD> ASURYANI** CHARACTER** unit from your army makes an attack that targets that enemy unit, you can re-roll the [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll). If the result of the [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) was 10 or more, you can select one enemy unit within 24\" of this PSYKER** instead.",
- "stats": {
- "Roll": {
+ },
+ "S": {
"value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
}
- }
+ },
+ "text": "**HARLEQUINS** model with Aeldari power sword only. This Relic replaces an Aeldari power sword and has the following profile:"
},
- "Psychic Disciplines§Fortune": {
- "text": "**Blessing:** *Fortune* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one friendly **<CRAFTWORLD> ASURYANI** CORE** or **<CRAFTWORLD> ASURYANI** CHARACTER** unit within 18\" of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), each time a model in that unit would lose a wound, roll one D6: on a 5+, that wound is not lost. If the result of the [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) was 10 or more, you can select one friendly <CRAFTWORLD>** ASURYANI** CORE** or <CRAFTWORLD>** ASURYANI** CHARACTER** unit within 24\" of this PSYKER** instead.",
- "stats": {
- "Roll": {
- "value": 3
- }
- }
+ "Treasures of the Aeldari§The Suit of Hidden Knives": {
+ "text": "**HARLEQUINS** model only. At the end of the [Fight phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#FIGHT-PHASE), the bearer can make 3 additional melee attacks (these attacks cannot target TITANIC** units). When resolving these attacks, each time a hit is scored, the target suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) and the attack sequence ends."
},
- "Psychic Disciplines§Executioner": {
- "text": "**Witchfire:** *Executioner* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 7. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one enemy unit (excluding [CHARACTER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Characters) units with a Wounds characteristic of 9 or less) within 18\" of this PSYKER**. That enemy unit suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds). If any enemy models are destroyed as a result of these mortal wounds, that enemy unit suffers an additional D3 mortal wounds. If the result of the [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) was 10 or more, you can select one enemy unit (excluding CHARACTER** units with a Wounds characteristic of 9 or less) within 24\" of this PSYKER** instead.",
- "stats": {
- "Roll": {
- "value": 4
- }
- }
+ "Treasures of the Aeldari§The Weeping Stones": {
+ "text": "**ASURYANI PSYKER** model only. While the bearer is on the battlefield, each time you make a **Strands of** Fate** roll, you can roll one additional D6."
},
- "Psychic Disciplines§Will Of Asuryan": {
- "text": "**Blessing:** *Will of Asuryan* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one friendly **<CRAFTWORLD> ASURYANI** CORE** or **<CRAFTWORLD> ASURYANI** CHARACTER** unit within 18\" of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE):\n\n* That unit gains the [Objective Secured](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Objective-Secured) ability.\n* Each time a [Morale test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Morale-Tests) is taken for that unit, it is automatically passed.\n* If that unit is [performing an action](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-Actions), it can still make attacks with ranged weapons without that action failing.If the result of the [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) was 8 or more, you can select one friendly <CRAFTWORLD>** ASURYANI** CORE** or <CRAFTWORLD>** ASURYANI** CHARACTER** unit within 24\" of this PSYKER** instead.",
+ "Treasures of the Aeldari§Twilight Fang": {
"stats": {
- "Roll": {
- "value": 5
- }
- }
- },
- "Psychic Disciplines§Mind War": {
- "text": "**Witchfire:** *Mind War* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 7. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one enemy [CHARACTER**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Characters) model within 18\" of this PSYKER**. Roll one D6 and add this PSYKER**’s Leadership characteristic to the result of your roll. Your opponent then rolls one D6 and adds the Leadership characteristic of that enemy CHARACTER** model to the result of their roll. If your total result is greater than your opponent’s total result, that enemy CHARACTER** model suffers a number of [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) equal to the difference. If the result of the [Psychic test](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) was 10 or more, you can roll 2D3 instead of one D6, and add the result to the Leadership characteristic of this PSYKER**.",
- "stats": {
- "Roll": {
- "value": 6
- }
- }
- },
- "Psychic Disciplines§Fateful Divergence": {
- "text": "**Blessing:** *Fateful Divergence* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), you gain 1 [Command point](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Command-Points).",
- "stats": {
- "Roll": {
- "value": 1
- }
- }
- },
- "Psychic Disciplines§Witch Strike": {
- "text": "**Blessing:** *Witch Strike* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 5. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one model in this PSYKER** unit (if this PSYKER** unit is an ANHRATHE** unit, you must select its Way Seeker model). Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), each time the selected model makes a melee attack, if that attack successfully wounds the target, it inflicts 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target and the attack sequence ends.",
- "stats": {
- "Roll": {
+ "AP": {
+ "value": -3
+ },
+ "D": {
"value": 2
- }
- }
- },
- "Psychic Disciplines§Ghostwalk": {
- "text": "**Blessing:** *Ghostwalk* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 5. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one friendly **<CRAFTWORLD> ASURYANI** CORE** or **<CRAFTWORLD> ASURYANI** CHARACTER** unit within 12\" of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), add 2 to [charge rolls](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) made for that unit.",
- "stats": {
- "Roll": {
- "value": 3
- }
- }
- },
- "Psychic Disciplines§Crushing Orb": {
- "text": "**Witchfire:** *Crushing Orb* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one enemy unit within 18\" of and visible to this PSYKER** and roll three D6, adding 2 to each result if that enemy unit is a VEHICLE** or MONSTER** unit, or it contains 6 or more models. For each 4+, that enemy unit suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).",
- "stats": {
- "Roll": {
- "value": 4
- }
- }
- },
- "Psychic Disciplines§Focus Will": {
- "text": "**Blessing:** *Focus Will* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one friendly **<CRAFTWORLD> ASURYANI** PSYKER** unit within 24\" of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), add 2 to [Psychic tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) and [Deny the Witch tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) taken for that unit.",
- "stats": {
- "Roll": {
- "value": 5
- }
- }
- },
- "Psychic Disciplines§Impair Senses": {
- "text": "**Malediction:** *Impair Senses* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one enemy unit within 18\" of and visible to this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), that enemy unit cannot be affected by the [aura abilities](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Aura-Abilities) of units from your opponent’s army.",
- "stats": {
- "Roll": {
- "value": 6
- }
- }
- },
- "Psychic Disciplines§Twilight Pathways": {
- "text": "**Blessing:** *Twilight Pathways* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one friendly **<SAEDATH> CORE** or **<SAEDATH> CHARACTER** unit within 6\" of this PSYKER**. That unit can immediately make a [normal Move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Normal-Move), [Advance](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or [Fall Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back) as if it were your [Movement phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#MOVEMENT-PHASE). If it does so, that unit is not eligible to [declare a charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) this turn.",
- "stats": {
- "Roll": {
- "value": 1
- }
- }
- },
- "Psychic Disciplines§Fog Of Dreams": {
- "text": "**Blessing:** *Fog of Dreams* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one friendly **<SAEDATH> CORE** or **<SAEDATH> CHARACTER** unit within 12\" of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), that unit can only be selected as the target of a ranged attack if it is the closest eligible target for that attack or is within 12\" of the shooting model.",
- "stats": {
- "Roll": {
+ },
+ "S": {
"value": 2
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
}
- }
+ },
+ "text": "**TWILIGHT TROUPE** MASTER** model with Aeldari power sword only. This Relic replaces an Aeldari power sword and has the following profile:"
},
- "Psychic Disciplines§Mirror Of Minds": {
- "text": "**Witchfire:** *Mirror of Minds* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 7. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one enemy unit within 18\" of this PSYKER**. That enemy unit suffers D3 [mortal wounds](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds), then [roll off](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Roll-offs) with your opponent. If you win or draw that roll off, that enemy unit suffers 1 mortal wound. Repeat this roll off process until either that enemy unit has suffered 6 mortal wounds, that enemy unit is destroyed, or your opponent wins the roll off.",
+ "Treasures of the Aeldari§Warp-spawn Bane": {
"stats": {
- "Roll": {
- "value": 3
- }
- }
- },
- "Psychic Disciplines§Veil Of Tears": {
- "text": "**Malediction:** *Veil of Tears* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 7. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one enemy unit within 18\" of and visible to this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), models in that enemy unit cannot target <SAEDATH>** units from your army that are more than 18\" away with ranged attacks.",
- "stats": {
- "Roll": {
- "value": 4
- }
- }
- },
- "Psychic Disciplines§Shards Of Light": {
- "text": "**Witchfire:** *Shards of Light* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one enemy unit within 18\" of and visible to this PSYKER**.\n\n* That enemy unit suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds). If it is a VEHICLE** or MONSTER** unit, or a unit that contains 6 or more models, it suffers D3 mortal wounds instead.\n* Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), subtract 2 from the Leadership characteristic of models in that enemy unit.",
- "stats": {
- "Roll": {
- "value": 5
- }
- }
- },
- "Psychic Disciplines§Webway Dance (aura)": {
- "text": "**Blessing:** *Webway Dance* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 7. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), this PSYKER** gains the following ability:\n\n\n\nWebway Dance (Aura)**:** While a friendly <SAEDATH>** unit is within 6\" of this PSYKER**, each time a model in that unit would lose a wound, roll one D6: on a 6, that wound is not lost.",
- "stats": {
- "Roll": {
- "value": 6
- }
- }
- },
- "Psychic Disciplines§Gaze Of Ynnead": {
- "text": "**Witchfire:** *Gaze of Ynnead* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one enemy unit within 18\" of this PSYKER** and roll one D6, subtracting 2 from the result if that unit had a [Starting Strength](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Starting-Strength-Half-strength-and-Destroyed-Units) of 1. On a 1 or less, that unit suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds). On a 2-5, that unit suffers D3 mortal wounds. On a 6, that unit suffers D6 mortal wounds.",
- "stats": {
- "Roll": {
- "value": 1
- }
- }
- },
- "Psychic Disciplines§Storm Of Whispers": {
- "text": "**Witchfire:** *Storm of Whispers* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), roll three D6 for each enemy unit within 9\" of this PSYKER**. For each 4+, the enemy unit being rolled for suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds).",
- "stats": {
- "Roll": {
+ "AP": {
+ "value": 0
+ },
+ "D": {
"value": 2
+ },
+ "S": {
+ "value": "User"
+ },
+ "Type": {
+ "value": "Melee"
+ },
+ "Range": {
+ "value": "Melee"
}
- }
+ },
+ "text": "Model with witch staff only. Warp-spawn Bane replaces the bearer’s witch staff and has the following profile:"
},
- "Psychic Disciplines§Word Of The Phoenix": {
- "text": "**Blessing:** *Word of the Phoenix* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one friendly **YNNARI INFANTRY** unit (excluding **WRAITH CONSTRUCT** units) within 6\" of this PSYKER**. One of that unit’s destroyed models (or D3 of its destroyed models if that unit has the Troops [Battlefield Role](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Battlefield-Role)) can be added back to that unit with full wounds remaining. These models can only be set up within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of enemy units that are already within Engagement Range of the unit they are being added back to.",
- "stats": {
- "Roll": {
- "value": 3
- }
- }
- },
- "Psychic Disciplines§Unbind Souls": {
- "text": "**Malediction:** *Unbind Souls* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one enemy unit within 18\" of this PSYKER**. Each time a YNNARI** model from your army makes a melee attack that targets that enemy unit, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 automatically wounds the target.",
- "stats": {
- "Roll": {
- "value": 4
- }
- }
- },
- "Psychic Disciplines§Shield Of Ynnead": {
- "text": "**Blessing:** *Shield of Ynnead* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 6. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one friendly YNNARI** unit (excluding TITANIC** units) within 12\" of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), models in that unit have a 4+ [invulnerable save](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Invulnerable-Saves).",
- "stats": {
- "Roll": {
- "value": 5
- }
- }
- },
- "Psychic Disciplines§Ancestors’ Grace": {
- "text": "**Blessing:** *Ancestors’ Grace* has a [warp charge](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Psychic-Tests) value of 7. If [manifested](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers), select one friendly YNNARI** unit within 18\" of this PSYKER**. Until the start of your next [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), each time a model in that unit makes a melee attack, add 1 to that attack’s [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll).",
- "stats": {
- "Roll": {
- "value": 6
- }
- }
- },
- "Warlord Trait§Favour Of Cegorach": {
- "text": "Once per turn, when you make a melee [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll), a melee [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) or a [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) for this **WARLORD**, after making the roll, you can treat the result as an unmodified roll of 6 instead.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 1"
- }
- }
- },
- "Warlord Trait§Fractal Storm": {
- "text": "Each time an attack is made against this **WARLORD**, your opponent cannot re-roll the [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll), the [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) or the damage roll for that attack.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 2"
- }
- }
- },
- "Warlord Trait§A Foot In The Future": {
- "text": "* Each time this **WARLORD** Advances, do not make an [Advance roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance). Instead, until the end of the phase, add D3+3\" to the Move characteristic of this WARLORD**.\n* Each time you make a [charge roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) for this WARLORD**, you can add 6 to the result.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 3"
- }
- }
- },
- "Warlord Trait§Fate Reader": {
- "text": "After you make a Strands of Fate roll, if this **WARLORD** is on the battlefield, you can choose to retain one additional dice.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits"
- }
- }
- },
- "Warlord Trait§Master Of Ambush": {
- "text": "* In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), you can select one **ALAITOC INFANTRY** CORE** unit within 9\" of this [WARLORD**](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#The-Warlord). Until the end of the turn, if that unit is [performing an action](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-Actions), it can still make attacks with ranged weapons without that action failing.\n* At the start of the first battle round, before the first turn begins, if this WARLORD** is on the battlefield, you can select one other friendly **ALAITOC RANGERS** unit on the battlefield. Remove that unit from the battlefield, and set it up anywhere on the battlefield that is more than 9\" away from the enemy deployment zone and any enemy models (if both players have abilities that redeploy units before the first turn begins, [roll off](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Roll-offs); the winner chooses who redeploys their units first).",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits"
- }
- }
- },
- "Warlord Trait§Natural Leader": {
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), you can select one friendly **BIEL-TAN CORE** unit within 6\" of this WARLORD**. Until the end of the turn, each time a model in that unit makes an attack, you can re-roll the [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll).",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits"
- }
- }
- },
- "Warlord Trait§Enduring Resolve": {
- "text": "Each time this **WARLORD** would lose a wound, roll one D6: on a 5+, that wound is not lost.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits"
- }
- }
- },
- "Warlord Trait§Wild Rider Chieftain": {
- "text": "* Add 1 to this **WARLORD**’s Attacks characteristic.\n* This WARLORD** is eligible to [perform a Heroic Intervention](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention) if it is within 6\" horizontally and 5\" vertically of any enemy unit, instead of 3\" horizontally and 5\" vertically. Each time this WARLORD** makes a Heroic Intervention move, it can move up to 6\" instead of 3\". All other rules for [Heroic Interventions](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Heroic-Interventions) still apply.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits"
- }
- }
- },
- "Warlord Trait§Warden Of Souls": {
- "text": "* At the start of your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), this **WARLORD** regains 1 lost wound.\n* When this WARLORD** is selected to fight, if any enemy units within [Engagement Range](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Engagement-Range) of this WARLORD** are below [Starting Strength](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Starting-Strength-Half-strength-and-Destroyed-Units), until the end of the phase, add 1 to this WARLORD**’s Strength and Attacks characteristics.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits"
- }
- }
- },
- "Warlord Trait§Player Of The Light": {
- "text": "* This **WARLORD** is eligible to [perform a Heroic Intervention](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-a-Heroic-Intervention) if it is within 6\" horizontally and 5\" vertically of any enemy unit, instead of 3\" horizontally and 5\" vertically. Each time this WARLORD** makes a Heroic Intervention move, it can move up to 6\". All other rules for [Heroic Interventions](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Heroic-Interventions) still apply.\n* Each time this WARLORD** fights, if it made a [charge move](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Charging-with-a-Unit) or performed a Heroic Intervention this turn, then until that fight is resolved, add 1 to the Strength and Attacks characteristics of this WARLORD**.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits"
- }
- }
- },
- "Warlord Trait§Player Of The Dark": {
- "text": "Each time this **WARLORD** makes a melee attack, on an unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 5+, the target suffers 1 [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) in addition to any normal damage.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits"
- }
- }
- },
- "Warlord Trait§Player Of The Twilight": {
- "text": "* While this **WARLORD** is on the battlefield, each time you or your opponent spends any [Command points](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Command-Points) to use a Stratagem, you can roll one D6 for each Command point spent: on a 6, you gain 1 Command point.\n* While this WARLORD** is on the battlefield, each time you roll four or more dice for a Luck of the Laughing God roll, you gain 1 Command point.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits"
- }
- }
- },
- "Warlord Trait§Master Of Rune-warding": {
- "text": "* In your opponent’s [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE), if this **WARLORD** has the PSYKER** keyword, this WARLORD** can attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) one additional psychic power that phase; otherwise, this WARLORD** can attempt to deny one psychic power that phase as if it were a PSYKER**.\n* You can re-roll [Deny the Witch tests](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) taken for this WARLORD**.",
- "stats": {
- "Discipline": {
- "value": "Codex Supplement: Altansar 1"
- }
- }
- },
- "Warlord Trait§A Beacon Of Light In The Darkness": {
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **ALTANSAR** unit within 9\" of this WARLORD**. Until the start of your next Command phase:\n\n* If the selected unit is [performing an action](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Performing-Actions), it can make ranged attacks without that action failing.\n* The selected unit can still perform actions in a turn in which it [Advanced](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Advance) or [Fell Back](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Fall-Back).",
- "stats": {
- "Discipline": {
- "value": "Codex Supplement: Altansar 2"
- }
- }
- },
- "Warlord Trait§Weaver Of The Blade Storm": {
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **ALTANSAR CORE** unit within 9\" of this WARLORD**. Until the start of your next Command phase, each time a model in the selected unit makes an attack with a shuriken weapon, an unmodified [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll) of 6 automatically wounds the target.",
- "stats": {
- "Discipline": {
- "value": "Codex Supplement: Altansar 3"
- }
- }
- },
- "Warlord Trait§Ambush Of Blades": {
- "text": "In your [Command phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#COMMAND-PHASE), select one friendly **<CRAFTWORLD> CORE** or **<CRAFTWORLD> CHARACTER** unit within 9\" of this WARLORD**. Until the start of your next Command phase, each time a model in that unit makes a melee attack, improve the Armour Penetration characteristic of that attack by 1.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 1"
- }
- }
- },
- "Warlord Trait§Walker Of Many Paths": {
- "text": "Once per turn, you can re-roll one [hit roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#1.-Hit-Roll), one [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) or one damage roll made for this **WARLORD**.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 2"
- }
- }
- },
- "Warlord Trait§Falcon’s Swiftness": {
- "text": "* Add 2\" to this **WARLORD**’s Move characteristic.\n* This WARLORD** can ignore the effects of the [Difficult Ground](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Difficult-Ground) terrain trait.\n* Each time this WARLORD** makes a Battle Focus move, do not roll a dice. Instead, this WARLORD** can move up to 6\".",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 3"
- }
- }
- },
- "Warlord Trait§Fate’s Messenger": {
- "text": "Once per turn, when a [saving throw](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#4.-Saving-Throw) made for this **WARLORD** is failed, you can change the Damage characteristic of that attack to 0.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 4"
- }
- }
- },
- "Warlord Trait§Mark Of The Incomparable Hunter": {
- "text": "Each time this **WARLORD** makes a ranged attack:\n\n* Add 1 to the Strength characteristic of that attack\n* An unmodified [wound roll](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#2.-Wound-Roll) of 6 inflicts one [mortal wound](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Mortal-Wounds) on the target in addition to any normal damage.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 5"
- }
- }
- },
- "Warlord Trait§Seer Of The Shifting Vector": {
- "text": "While this **WARLORD** is on the battlefield, each time you or your opponent spends any [Command points](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Command-Points) to use a Stratagem, you can roll one D6 for each Command point spent: on a 6, you gain 1 Command point.",
- "stats": {
- "Discipline": {
- "value": "Warlord Traits 6"
- }
- }
- },
- "HQ§Eldrad Ulthran": {
+ "Troops§Corsair Reaver Band": {
"stats": {
"Power Level": {
- "value": 8
+ "value": 2
+ },
+ "model": {
+ "value": "Model§Corsair Reaver"
+ },
+ "Corsair Reaver Band": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 5,
+ "min": 5,
+ "max": 15,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 2
+ },
+ "power1": {
+ "value": 6
+ },
+ "power2": {
+ "value": 11
}
},
"keywords": {
+ "Source": [
+ "Index—Warhammer Legends: Forge World—1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
"Keywords": [
- "Character",
- "Eldrad Ulthran",
- "Farseer",
- "Infantry",
- "Psyker"
+ "Corsair Reaver Band",
+ "Infantry"
],
"Faction": [
+ "",
"Aeldari",
- "Asuryani",
- "Ulthwé"
+ "Anhrathe"
]
},
"assets": {
"traits": [
- "Ability§Battle Focus",
- "Ability§Strands of Fate",
- "Ability§Armour of the Last Runes",
- "Ability§Ghosthelm",
- "Ability§Runes of the Farseer",
- "Ability§First of Ulthwé",
- "Psychic Power§Smite",
+ "Ability§Reckless Abandon",
+ "Ability§Ally of Convenience",
{
- "item": "Model§Eldrad Ulthran",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
+ "item": "Model§Corsair Reaver",
+ "quantity": 5
}
]
},
- "text": "Eldrad Ulthran is equipped with: shuriken pistol; the Staff of Ulthamar and witchblade. Your army can only include one **ELDRAD ULTHRAN** model.\n\n\n\nThis model can attempt to [manifest](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers) three psychic powers in your [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE) and attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) two psychic powers in your opponent’s Psychic phase. It knows [Smite](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Smite) and three psychic powers from the [Runes of Fortune](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Fortune)** discipline and/or the [Runes of Fate](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Fate)** discipline.",
+ "text": "If this unit contains between 6 and 10 models, it has **Power Rating 4**. If this unit contains 11 or more models, it has Power Rating 6**. One Corsair Reaver model in this unit can be replaced with 1 Corsair Reaver Felarch model. Each model is equipped with: brace of pistols; lasblaster; plasma grenades.\n\n• Any number of models can each have their lasblaster replaced with one of the following: 1 shardcarbine; 1 shuriken catapult; 1 spar-glaive.\n\n• For every 5 models in this unit, 1 model can replace its lasblaster with one of the following: 1 Aeldari missile launcher; 1 blaster; 1 dark lance; 1 flamer; 1 fusion gun; 1 shredder; 1 shuriken cannon; 1 splinter cannon.\n\n• The Corsair Reaver Felarch can be equipped with one of the following: 1 dissonance pistol; 1 void sabre.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Corsair Reaver",
+ "Model§Corsair Reaver Felarch"
+ ]
+ },
"meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ "Publication": "[Warhammer Legends: Forge World (Index) 9th ed. – 1.0 @2020-12-17](https://www.warhammer-community.com/wp-content/uploads/2020/11/1qpk5gayVm5VmR4f.pdf)"
}
},
- "HQ§Prince Yriel": {
+ "Troops§Corsair Skyreaver Band": {
"stats": {
"Power Level": {
- "value": 5
+ "value": 3
+ },
+ "model": {
+ "value": "Model§Corsair Skyreaver"
+ },
+ "Corsair Skyreaver Band": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 5,
+ "min": 5,
+ "max": 15,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 3
+ },
+ "power1": {
+ "value": 6
+ },
+ "power2": {
+ "value": 11
}
},
"keywords": {
+ "Source": [
+ "Index—Warhammer Legends: Forge World—1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
"Keywords": [
- "Autarch",
- "Character",
+ "Corsair Skyreaver Band",
+ "Fly",
"Infantry",
- "Prince Yriel"
+ "Jet Pack"
+ ],
+ "Faction": [
+ "",
+ "Aeldari",
+ "Anhrathe"
+ ]
+ },
+ "assets": {
+ "traits": [
+ "Ability§Reckless Abandon",
+ "Ability§Ally of Convenience",
+ {
+ "item": "Model§Corsair Skyreaver",
+ "quantity": 5
+ }
+ ]
+ },
+ "text": "If this unit contains between 6 and 10 models, it has **Power Rating 6**. If this unit contains 11 or more models, it has Power Rating 9**. One Corsair Skyreaver model in this unit can be replaced with 1 Corsair Skyreaver Felarch model. Each model is equipped with: brace of pistols; lasblaster; plasma grenades.\n\n• Any number of models can each have their lasblaster replaced with one of the following: 1 shardcarbine; 1 shuriken catapult; 1 spar-glaive.\n\n• For every 5 models in this unit, 1 model can replace its lasblaster with one of the following: 1 Aeldari missile launcher; 1 blaster; 1 dark lance; 1 flamer; 1 fusion gun; 1 shredder; 1 shuriken cannon; 1 splinter cannon.\n\n• The Corsair Reaver Felarch can be equipped with one of the following: 1 dissonance pistol; 1 void sabre.\n\nnull",
+ "allowed": {
+ "items": [
+ "Model§Corsair Skyreaver",
+ "Model§Corsair Skyreaver Felarch"
+ ]
+ },
+ "meta": {
+ "Publication": "[Warhammer Legends: Forge World (Index) 9th ed. – 1.0 @2020-12-17](https://www.warhammer-community.com/wp-content/uploads/2020/11/1qpk5gayVm5VmR4f.pdf)"
+ }
+ },
+ "Troops§Corsair Voidreavers": {
+ "stats": {
+ "Power Level": {
+ "value": 3
+ },
+ "model": {
+ "value": "Model§Corsair Voidreaver"
+ },
+ "Mistshield": {
+ "value": 0,
+ "statType": "rank",
+ "statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "ranks": {
+ "0": {
+ "order": 0,
+ "number": 0,
+ "icons": [
+ "cancel"
+ ]
+ },
+ "1": {
+ "order": 1,
+ "number": 1,
+ "icons": [
+ "confirmed"
+ ],
+ "traits": [
+ {
+ "trait": "Wargear§Mistshield"
+ }
+ ]
+ }
+ },
+ "visibility": "active",
+ "dynamic": true
+ },
+ "Corsair Voidreavers": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 9,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 3
+ },
+ "power1": {
+ "value": 6
+ }
+ },
+ "keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
+ "Keywords": [
+ "Corsair Voidreavers",
+ "Infantry"
],
"Faction": [
"Aeldari",
"Anhrathe",
"Asuryani",
- "Iyanden"
+ "Drukhari"
]
},
"assets": {
"traits": [
- "Ability§Battle Focus",
- "Ability§Strands of Fate",
- "Ability§Forceshield",
- "Ability§Superlative Strategist",
- "Ability§Path of Command (Aura)",
- "Ability§Prince of Corsairs",
+ "Ability§Reavers of the Void",
+ "Ability§Outcasts and Pirates",
{
- "item": "Model§Prince Yriel",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "Prince Yriel is equipped with: the Eye of Wrath; the Spear of Twilight. Your army can only include one **PRINCE YRIEL** model.\n\n\n\nnull",
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "HQ§Illic Nightspear": {
- "stats": {
- "Power Level": {
- "value": 5
- }
- },
- "keywords": {
- "Keywords": [
- "Character",
- "Illic Nightspear",
- "Infantry",
- "Outcasts",
- "Ranger"
- ],
- "Faction": [
- "Aeldari",
- "Alaitoc",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Battle Focus",
- "Ability§Strands of Fate",
- "Ability§Advanced Positions",
- "Ability§Hunter Unseen",
- "Ability§Bringer of the True Death",
- "Ability§Ranger Cloak",
- {
- "item": "Model§Illic Nightspear",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "Illic Nightspear is equipped with: shuriken pistol; Voidbringer; Aeldari power sword. Your army can only include one **ILLIC NIGHTSPEAR** model.\n\n\n\nnull",
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "HQ§Asurmen": {
- "stats": {
- "Power Level": {
- "value": 8
- }
- },
- "keywords": {
- "Keywords": [
- "Aspect Warrior",
- "Asurmen",
- "Character",
- "Dire Avengers",
- "Infantry",
- "Phoenix Lord"
- ],
- "Faction": [
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Battle Focus",
- "Ability§Strands of Fate",
- "Ability§Favoured of Khaine",
- "Ability§First of the Phoenix Lords",
- "Ability§Hand of Asuryan (Aura)",
- {
- "item": "Model§Asurmen",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "Asurmen is equipped with: the Bloody Twins; the Sword of Asur. Your army can only include one **ASURMEN** model.\n\n\n\nnull",
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "HQ§Jain Zar": {
- "stats": {
- "Power Level": {
- "value": 7
- },
- "Terror’s Lament": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Terror’s Lament",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
+ "item": "Model§Corsair Voidreaver",
+ "quantity": 4
},
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Aspect Warrior",
- "Character",
- "Howling Banshees",
- "Infantry",
- "Jain Zar",
- "Phoenix Lord"
- ],
- "Faction": [
- "Aeldari",
- "Asuryani"
+ "Model§Voidreaver Felarch"
]
},
- "assets": {
- "traits": [
- "Ability§Battle Focus",
- "Ability§Strands of Fate",
- "Ability§Favoured of Khaine",
- "Ability§Acrobatic",
- "Ability§Storm of Silence (Aura)",
- {
- "item": "Model§Jain Zar",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "Jain Zar is equipped with: the Blade of Destruction; the Silent Death; Terror’s Lament. Your army can only include one **JAIN ZAR** model.\n\n\n\nnull",
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "HQ§Karandras": {
- "stats": {
- "Power Level": {
- "value": 7
- },
- "The Scorpion’s Bite": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§The Scorpion’s Bite",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Aspect Warrior",
- "Character",
- "Infantry",
- "Karandras",
- "Phoenix Lord",
- "Striking Scorpions"
- ],
- "Faction": [
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Battle Focus",
- "Ability§Strands of Fate",
- "Ability§Favoured of Khaine",
- "Ability§Advanced Positions",
- "Ability§Sustained Assault",
- "Ability§Shadow Hunter (Aura)",
- {
- "item": "Model§Karandras",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "Karandras is equipped with: Arhra’s Bane; Isirmathil; the Scorpion’s Bite. Your army can only include one **KARANDRAS** model.\n\n\n\nnull",
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "HQ§Fuegan": {
- "stats": {
- "Power Level": {
- "value": 8
- }
- },
- "keywords": {
- "Keywords": [
- "Aspect Warrior",
- "Character",
- "Fire Dragons",
- "Fuegan",
- "Infantry",
- "Phoenix Lord"
- ],
- "Faction": [
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Battle Focus",
- "Ability§Strands of Fate",
- "Ability§Favoured of Khaine",
- "Ability§Assured Destruction",
- "Ability§Burning Lance (Aura)",
- "Ability§Unquenchable Resolve",
- {
- "item": "Model§Fuegan",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "Fuegan is equipped with: Searsong; the Fire Axe. Your army can only include one **FUEGAN** model.\n\n\n\nnull",
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "HQ§Baharroth": {
- "stats": {
- "Power Level": {
- "value": 7
- }
- },
- "keywords": {
- "Keywords": [
- "Aspect Warrior",
- "Baharroth",
- "Character",
- "Fly",
- "Infantry",
- "Jump Pack",
- "Phoenix Lord",
- "Swooping Hawks"
- ],
- "Faction": [
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Battle Focus",
- "Ability§Strands of Fate",
- "Ability§Favoured of Khaine",
- "Ability§Sudden Assault",
- "Ability§Cloudstrider",
- "Ability§Cry of the Wind (Aura)",
- {
- "item": "Model§Baharroth",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "Baharroth is equipped with: Fury of the Tempest; the Shining Blade. Your army can only include one **BAHARROTH** model.\n\n\n\nnull",
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "HQ§Maugan Ra": {
- "stats": {
- "Power Level": {
- "value": 8
- }
- },
- "keywords": {
- "Keywords": [
- "Aspect Warrior",
- "Character",
- "Dark Reapers",
- "Infantry",
- "Maugan Ra",
- "Phoenix Lord"
- ],
- "Faction": [
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Battle Focus",
- "Ability§Strands of Fate",
- "Ability§Favoured of Khaine",
- "Ability§Inescapable Accuracy",
- "Ability§Doom Incarnate",
- "Ability§Harvester of Souls (Aura)",
- {
- "item": "Model§Maugan Ra",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "Maugan Ra is equipped with: the Maugetar. Your army can only include one **MAUGAN RA** model.\n\n\n\nnull",
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "HQ§Autarch": {
- "stats": {
- "Power Level": {
- "value": 5
- },
- "Howling Banshee mask": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Howling Banshee mask",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Mandiblasters": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Mandiblasters",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Swooping Hawk wings": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Swooping Hawk wings"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Autarch jump generator": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Autarch jump generator"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Autarch",
- "Character",
- "Fly",
- "Infantry",
- "Jump Pack"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Battle Focus",
- "Ability§Strands of Fate",
- "Ability§Path of Command (Aura)",
- "Ability§Forceshield",
- "Ability§Superlative Strategist",
- {
- "item": "Model§Autarch (Autarch)",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "An Autarch is equipped with: shuriken pistol; star glaive; plasma grenades.\n\n• This model’s shuriken pistol can be replaced with one of the following: 1 death spinner; 1 Dragon fusion gun; 1 fusion pistol; 1 Reaper launcher.\n\n• This model’s star glaive can be replaced with one of the following: 1 Banshee blade; 1 Scorpion chainsword.\n\n• This model can be equipped with one of the following: 1 Autarch jump generator (**Power Rating +1**); 1 Swooping Hawk wings (Power Rating +1**).\n\n• This model can be equipped with one of the following: 1 Howling Banshee mask; 1 mandiblasters.\n\nnull",
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "HQ§Autarch with Warp Jump Generator": {
- "stats": {
- "Power Level": {
- "value": 5
- },
- "Mandiblasters": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Mandiblasters",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Autarch",
- "Character",
- "Infantry",
- "Jump Pack"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani",
- "Warhost"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Ancient Doom",
- "Ability§Battle Focus",
- "Ability§The Path of Command",
- "Ability§Warp Strike",
- "Ability§Forceshield",
- "Ability§Banshee Mask",
- "Ability§Warp Jump Generator",
- {
- "item": "Model§Autarch with Warp Jump Generator",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "An Autarch with Warp Jump Generator is a single model equipped with: shuriken pistol; plasma grenades. It has a forceshield.\n\n• This model can additionally be equipped with up to 2 weapons from the ***Autarch Weapons*** list.\n\n• This model can be equipped with 1 fusion pistol instead of 1 shuriken pistol.\n\n• This model can have one of the following: banshee mask; mandiblasters.\n\nnull",
- "meta": {
- "Publication": "[Warhammer Legends: Craftworlds (Datasheet) 8th ed. – @2019-12-04](https://www.warhammer-community.com/wp-content/uploads/2019/12/84d4072d.pdf)"
- }
- },
- "HQ§Autarch Skyrunner": {
- "stats": {
- "Power Level": {
- "value": 5
- }
- },
- "keywords": {
- "Keywords": [
- "Autarch",
- "Autarch Skyrunner",
- "Biker",
- "Character",
- "Fly"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Battle Focus",
- "Ability§Strands of Fate",
- "Ability§Path of Command (Aura)",
- "Ability§Forceshield",
- "Ability§Superlative Strategist",
- "Ability§Ride the Wind",
- {
- "item": "Model§Autarch Skyrunner (Autarch Skyrunner)",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "An Autarch Sky runner is equipped with: laser lance; twin shuriken catapult.\n\n• This model’s laser lance can be replaced with one of the following: 1 Dragon fusion gun; 1 Banshee blade.\n\nnull",
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "HQ§Avatar of Khaine": {
- "stats": {
- "Power Level": {
- "value": 14
- }
- },
- "keywords": {
- "Keywords": [
- "Avatar of Khaine",
- "Character",
- "Daemon",
- "Monster"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Battle Focus",
- "Ability§Strands of Fate",
- "Ability§Avatar of the Bloody-Handed God",
- "Ability§Molten Form",
- "Ability§Khaine Awakened (Aura]",
- "Ability§The Bloody-Handed (Aura)",
- "Ability§Burning Demise",
- {
- "item": "Model§Avatar of Khaine",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "An Avatar of Khaine is equipped with: the Wailing Doom. Your army can only include one **AVATAR OF** KHAINE** model.\n\n\n\nnull",
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "HQ§Farseer": {
- "stats": {
- "Power Level": {
- "value": 5
- }
- },
- "keywords": {
- "Keywords": [
- "Character",
- "Farseer",
- "Infantry",
- "Psyker"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Battle Focus",
- "Ability§Strands of Fate",
- "Ability§Rune Armour",
- "Ability§Ghosthelm",
- "Ability§Runes of the Farseer",
- "Psychic Power§Smite",
- {
- "item": "Model§Farseer",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Farseer is equipped with: shuriken pistol; witchblade.\n\n• This model’s witchblade can be replaced with 1 singing spear.\n\nThis model can attempt to [manifest](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers) two psychic powers in your [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE) and attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) two psychic powers in your opponent’s Psychic phase. It knows [Smite](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Smite) and two psychic powers from the **[Runes of Fortune](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Fortune)** discipline and/or the [Runes of Fate](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Fate)** discipline.",
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "HQ§Farseer Skyrunner": {
- "stats": {
- "Power Level": {
- "value": 6
- }
- },
- "keywords": {
- "Keywords": [
- "Biker",
- "Character",
- "Farseer",
- "Farseer Skyrunner",
- "Fly",
- "Psyker"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Battle Focus",
- "Ability§Strands of Fate",
- "Ability§Rune Armour",
- "Ability§Ghosthelm",
- "Ability§Ride the Wind",
- "Ability§Runes of the Farseer",
- "Psychic Power§Smite",
- {
- "item": "Model§Farseer Skyrunner",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Farseer Skyrunner is equipped with: shuriken pistol; twin shuriken catapult; witchblade.\n\n• This model’s witchblade can be replaced with 1 singing spear.\n\nThis model can attempt to [manifest](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers) two psychic powers in your [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE) and attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) two psychic powers in your opponent’s Psychic phase. It knows [Smite](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Smite) and two psychic powers from the **[Runes of Fortune](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Fortune)** discipline and/or the [Runes of Fate](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Fate)** discipline.",
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "Elites§Warlocks": {
- "stats": {
- "Power Level": {
- "value": 2
- },
- "model": {
- "value": "Model§Warlock"
- },
- "Warlocks": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 1,
- "min": 1,
- "max": 6,
- "increment": {
- "value": 1
- }
- }
- },
- "keywords": {
- "Keywords": [
- "Character",
- "Infantry",
- "Psyker",
- "Warlocks"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Battle Focus",
- "Ability§Strands of Fate",
- "Ability§Rune Armour",
- "Ability§Warlock Conclave",
- "Ability§Seer Council",
- "Psychic Power§Smite",
- "Model§Warlock"
- ]
- },
- "text": "If this unit contains 2-3 models, it has **Power Rating 3**. If this unit contains 4-5 models, it has Power Rating 5**. If this unit contains 6 models, it has Power Rating 7**. Every model is equipped with: shuriken pistol; witch blade.\n\n• Any number of models can each have their witchblade replaced with 1 singing spear.\n\nThis unit can attempt to [manifest](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers) one psychic power in your [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE) and attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) one psychic power in your opponent’s Psychic phase. It knows [Smite](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Smite) and one psychic power from the [Runes of Battle](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Battle)** discipline. If this unit has a [Starting Strength](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Starting-Strength-Half-strength-and-Destroyed-Units) of 4 or more, it knows one additional psychic power from the [Runes of Battle](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Battle)** discipline. While this unit contains 4 or more models, it can attempt to manifest one additional psychic power in your Psychic phase.\n\nERROR: there might be a problem with Power Rating that will require a custom rule.",
+ "text": "If this unit contains 6 or more models, it has **Power Rating 6**. Every model is equipped with: shuriken pistol; Aeldari power sword; plasma grenades.\n\n• All of the Corsair Voidreaver models in this unit can have their shuriken pistol and Aeldari power sword replaced with 1 shuriken rifle each.\n\n• The Voidreaver Felarch’s shuriken pistol can be replaced with one of the following: 1 neuro disruptor; 1 shuriken rifle.\n\n• The Voidreaver Felarch can be equipped with 1 mistshield.\n\n• For every 5 models in this unit, 1 Corsair Voidreaver’s Aeldari power sword or shuriken rifle can be replaced with one of the following: 1 Corsair blaster; 1 Corsair shredder.\n\n• If this unit contains 10 models, 1 Corsair Voidreaver’s shuriken rifle can be replaced with one of the following: 1 shuriken cannon; 1 wraithcannon.\n\nnull",
"allowed": {
"items": [
- "Model§Warlock"
+ "Model§Corsair Voidreaver"
]
},
"meta": {
"Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
}
},
- "Elites§Warlock Skyrunners": {
- "stats": {
- "Power Level": {
- "value": 3
- },
- "model": {
- "value": "Model§Warlock Skyrunner"
- },
- "Warlock Skyrunners": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 1,
- "min": 1,
- "max": 3,
- "increment": {
- "value": 1
- }
- }
- },
- "keywords": {
- "Keywords": [
- "Biker",
- "Character",
- "Fly",
- "Psyker",
- "Warlock Skyrunners",
- "Warlocks"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Battle Focus",
- "Ability§Strands of Fate",
- "Ability§Rune Armour",
- "Ability§Ride the Wind",
- "Ability§Warlock Conclave",
- "Ability§Seer Council",
- "Psychic Power§Smite",
- "Model§Warlock Skyrunner"
- ]
- },
- "text": "If this unit contains 2 models, it has **Power Rating 3**. If this unit contains 3 models, it has Power Rating 5**. Every model is equipped with: shuriken pistol; twin shuriken catapult; witchblade.\n\n• Any number of models can each have their witch blade replaced with 1 singing spear.\n\nThis unit can attempt to [manifest](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers) one psychic power in your [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE) and attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) one psychic power in your opponent’s Psychic phase. It knows [Smite](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Smite) and one psychic power from the [Runes of Battle](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Battle)** discipline. If this unit has a [Starting Strength](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Starting-Strength-Half-strength-and-Destroyed-Units) of 3, it knows one additional psychic power from the [Runes of Battle](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Battle)** discipline. While this unit contains 3 models, it can attempt to manifest one additional psychic power in your Psychic phase.\n\nERROR: there might be a problem with Power Rating that will require a custom rule.",
- "allowed": {
- "items": [
- "Model§Warlock Skyrunner"
- ]
- },
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "HQ§Spiritseer": {
- "stats": {
- "Power Level": {
- "value": 4
- }
- },
- "keywords": {
- "Keywords": [
- "Character",
- "Infantry",
- "Psyker",
- "Spiritseer"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani",
- "Spirit Host"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Battle Focus",
- "Ability§Strands of Fate",
- "Ability§Rune Armour",
- "Ability§Spirit Mark (Aura)",
- "Psychic Power§Smite",
- {
- "item": "Model§Spiritseer",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Spiritseer is equipped with: shuriken pistol; witch staff.\n\n\n\nThis model can attempt to [manifest](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers) one psychic power in your [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE) and attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) one psychic power in your opponent’s Psychic phase. It knows [Smite](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Smite) and one psychic power from the **[Runes of Battle](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Battle)** discipline or the [Runes of Fortune](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Fortune)** discipline.",
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
"Troops§Guardian Defenders": {
"stats": {
"Power Level": {
@@ -39626,6 +41112,8 @@
"statType": "numeric",
"dynamic": true,
"visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
"value": 10,
"min": 10,
"max": 20,
@@ -39641,6 +41129,12 @@
}
},
"keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
"Keywords": [
"Core",
"Guardian Defenders",
@@ -39676,166 +41170,77 @@
"Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
}
},
- "Troops§Storm Guardians": {
+ "Troops§Kabalite Warriors": {
"stats": {
"Power Level": {
- "value": 4
+ "value": 3
},
"model": {
- "value": "Model§Guardian"
+ "value": "Model§Kabalite Warrior"
},
- "Storm Guardians": {
+ "Kabalite Warriors": {
"statType": "numeric",
"dynamic": true,
"visibility": "active",
- "value": 10,
- "min": 10,
- "max": 20,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 4,
+ "min": 4,
+ "max": 19,
"increment": {
- "value": 10
+ "value": 5
}
},
"poweri": {
- "value": 4
+ "value": 3
},
"power1": {
- "value": 11
- },
- "Serpent shield": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Serpent shield",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Core",
- "Guardians",
- "Infantry",
- "Storm Guardians"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Battle Focus",
- "Ability§Strands of Fate",
- "Ability§Stormblades",
- "Ability§Crewed Platform",
- {
- "item": "Model§Guardian (Storm Guardians)",
- "quantity": 10
- }
- ]
- },
- "text": "If this unit contains 12 or more models, it has **Power Rating 8**. This unit can contain 1 Serpent’s Scale Platform model (Power Rating +1** per model) for every 10 Storm Guardian models it contains. Every Storm Guardian is equipped with: shuriken pistol; Guardian combat weapon; plasma grenades. A Serpent’s Scale Platform is equipped with: serpent shield.\n\n• For every 10 models in this unit, up to 2 Storm Guardians can each have their shuriken pistol and Guardian combat weapon replaced with 1 Aeldari flamer.\n\n• For every 10 models in this unit, up to 2 Storm Guardians can each have their shuriken pistol and Guardian combat weapon replaced with 1 Guardian fusion gun.\n\n• For every 10 models in this unit, up to 2 Storm Guardians can each have their Guardian combat weapon replaced with 1 Aeldari power sword.\n\nnull",
- "allowed": {
- "items": [
- "Model§Guardian (Storm Guardians)",
- "Model§Serpent’s Scale Platform"
- ]
- },
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "Fast Attack§Windriders": {
- "stats": {
- "Power Level": {
- "value": 4
- },
- "model": {
- "value": "Model§Windrider"
- },
- "Windriders": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 3,
- "min": 3,
- "max": 9,
- "increment": {
- "value": 3
- }
- },
- "poweri": {
- "value": 4
- },
- "power1": {
- "value": 4
+ "value": 6
},
"power2": {
- "value": 7
+ "value": 11
+ },
+ "power3": {
+ "value": 16
}
},
"keywords": {
+ "Source": [
+ "Codex—Drukhari—Indomitus 1.3"
+ ],
+ "Edition": [
+ "9th"
+ ],
"Keywords": [
- "Biker",
"Core",
- "Fly",
- "Guardians",
- "Windriders"
+ "Infantry",
+ "Kabalite Warriors"
],
"Faction": [
- "",
"Aeldari",
- "Asuryani"
+ "Drukhari",
+ "Ynnari"
]
},
"assets": {
"traits": [
- "Ability§Battle Focus",
- "Ability§Strands of Fate",
- "Ability§Ride the Wind",
- "Ability§Swift Demise",
+ "Ability§Blade Artists",
+ "Ability§Power From Pain",
{
- "item": "Model§Windrider",
- "quantity": 3
- }
+ "item": "Model§Kabalite Warrior",
+ "quantity": 4
+ },
+ "Model§Sybarite"
]
},
- "text": "If this unit contains 4-6 models, it has **Power Rating 8**. If this unit contains 7 or more models, it has Power Rating 12**. Every model is equipped with: twin shuriken catapult.\n\n• Any number of models can each have their twin shuriken catapult replaced with one of the following: 1 scatter laser; 1 shuriken cannon.\n\nnull",
+ "text": "If this unit contains between 6 and 10 models, it has **Power Rating 6**. If this unit contains between 11 and 15 models, it has Power Rating 9**. If this unit contains between 16 and 20 models, it has Power Rating 12**. Every model is equipped with: splinter rifle.\n\n• The Sybarite can be equipped with one of the following: 1 power sword; 1 agoniser.\n\n• The Sybarite can be equipped with 1 phantasm grenade launcher.\n\n• The Sybarite’s splinter rifle can be replaced with one of the following: 1 splinter pistol; 1 blast pistol.\n\n• For every 10 models in this unit, 1 Kabalite Warrior’s splinter rifle can be replaced with one of the following: 1 dark lance; 1 splinter cannon.\n\n• For every 5 models in this unit, 1 Kabalite Warrior’s splinter rifle can be replaced with one of the following: 1 blaster; 1 shredder.\n\nnull",
"allowed": {
"items": [
- "Model§Windrider"
+ "Model§Kabalite Warrior"
]
},
"meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
+ "Publication": "[Drukhari (Codex) 9th ed. – Indomitus 1.3 @2022-07-04](https://www.warhammer-community.com/wp-content/uploads/2019/05/sXNzDZ7qYnet03Bq.pdf)"
}
},
"Troops§Rangers": {
@@ -39846,27 +41251,12 @@
"model": {
"value": "Model§Ranger"
},
- "Rangers": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 5,
- "min": 5,
- "max": 10,
- "increment": {
- "value": 5
- }
- },
- "poweri": {
- "value": 4
- },
- "power1": {
- "value": 6
- },
"Gloom field": {
"value": 0,
"statType": "rank",
"statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
"ranks": {
"0": {
"order": 0,
@@ -39895,6 +41285,8 @@
"value": 0,
"statType": "rank",
"statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
"ranks": {
"0": {
"order": 0,
@@ -39918,9 +41310,34 @@
},
"visibility": "active",
"dynamic": true
+ },
+ "Rangers": {
+ "statType": "numeric",
+ "dynamic": true,
+ "visibility": "active",
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 5,
+ "min": 5,
+ "max": 10,
+ "increment": {
+ "value": 5
+ }
+ },
+ "poweri": {
+ "value": 4
+ },
+ "power1": {
+ "value": 6
}
},
"keywords": {
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
+ ],
"Keywords": [
"Core",
"Infantry",
@@ -39956,125 +41373,20 @@
"Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
}
},
- "Elites§Dire Avengers": {
- "stats": {
- "Power Level": {
- "value": 3
- },
- "model": {
- "value": "Model§Dire Avenger"
- },
- "Dire Avengers": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 4,
- "min": 4,
- "max": 9,
- "increment": {
- "value": 5
- }
- },
- "poweri": {
- "value": 3
- },
- "power1": {
- "value": 6
- },
- "Shimmershield": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Shimmershield"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Aspect Warrior",
- "Core",
- "Dire Avengers",
- "Infantry"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Battle Focus",
- "Ability§Strands of Fate",
- "Ability§Aspect Armour",
- "Ability§Defence Tactics",
- {
- "item": "Model§Dire Avenger",
- "quantity": 4
- },
- "Model§Dire Avenger Exarch"
- ]
- },
- "text": "If this unit contains 6 or more models, it has **Power Rating 6**. Every model is equipped with: Avenger shuriken catapult; plasma grenades.\n\n• The Dire Avenger Exarch’s Avenger shuriken catapult can be replaced with 1 shuriken pistol and 1 of the following: 1 diresword; 1 power glaive.\n\n• If this unit’s Dire Avenger Exarch is equipped with 1 Avenger shuriken catapult, it can be equipped with 1 additional Avenger shuriken catapult.\n\n• The Dire Avenger Exarch’s shuriken pistol can be replaced with 1 shimmershield.\n\nnull",
- "allowed": {
- "items": [
- "Model§Dire Avenger"
- ]
- },
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "Elites§Howling Banshees": {
+ "Troops§Storm Guardians": {
"stats": {
"Power Level": {
"value": 4
},
"model": {
- "value": "Model§Howling Banshee"
+ "value": "Model§Guardian (Storm Guardians)"
},
- "Howling Banshees": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 4,
- "min": 4,
- "max": 9,
- "increment": {
- "value": 5
- }
- },
- "poweri": {
- "value": 4
- },
- "power1": {
- "value": 6
- },
- "Howling Banshee mask": {
+ "Serpent shield": {
"value": 0,
"statType": "rank",
"statOrder": 10,
+ "group": "Loadout",
+ "groupOrder": 2,
"ranks": {
"0": {
"order": 0,
@@ -40092,429 +41404,7 @@
"traits": [
{
"trait": {
- "item": "Wargear§Howling Banshee mask",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Aspect Warrior",
- "Core",
- "Howling Banshees",
- "Infantry"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Battle Focus",
- "Ability§Strands of Fate",
- "Ability§Aspect Armour",
- "Ability§Whirling Death",
- "Ability§Acrobatic",
- {
- "item": "Model§Howling Banshee",
- "quantity": 4
- },
- "Model§Howling Banshee Exarch"
- ]
- },
- "text": "If this unit contains 6 or more models, it has **Power Rating 8**. Every model is equipped with: shuriken pistol; Banshee blade; Howling Banshee mask.\n\n• The Howling Banshee Exarch’s Banshee blade can be replaced with 1 of the following: 1 executioner; 1 triskele.\n\n• The Howling Banshee Exarch’s shuriken pistol and Banshee blade can be replaced with 1 mirrorswords.\n\nnull",
- "allowed": {
- "items": [
- "Model§Howling Banshee"
- ]
- },
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "Elites§Striking Scorpions": {
- "stats": {
- "Power Level": {
- "value": 4
- },
- "model": {
- "value": "Model§Striking Scorpion"
- },
- "Striking Scorpions": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 4,
- "min": 4,
- "max": 9,
- "increment": {
- "value": 5
- }
- },
- "poweri": {
- "value": 4
- },
- "power1": {
- "value": 6
- },
- "Mandiblasters": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Mandiblasters",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Aspect Warrior",
- "Core",
- "Infantry",
- "Striking Scorpions"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Battle Focus",
- "Ability§Strands of Fate",
- "Ability§Advanced Positions",
- "Ability§Aspect Armour",
- "Ability§Sustained Assault",
- {
- "item": "Model§Striking Scorpion (Striking Scorpions)",
- "quantity": 4
- },
- "Model§Striking Scorpion Exarch (Striking Scorpions)"
- ]
- },
- "text": "If this unit contains 6 or more models, it has **Power Rating 8**. Every model is equipped with: shuriken pistol; Scorpion chainsword; mandiblasters.\n\n• The Striking Scorpion Exarch’s shuriken pistol can be replaced with 1 Scorpion’s claw.\n\n• The Striking Scorpion Exarch’s shuriken pistol and Scorpion chainsword can be replaced with 1 biting blade.\n\nnull",
- "allowed": {
- "items": [
- "Model§Striking Scorpion (Striking Scorpions)"
- ]
- },
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "Elites§Fire Dragons": {
- "stats": {
- "Power Level": {
- "value": 6
- },
- "model": {
- "value": "Model§Fire Dragon"
- },
- "Fire Dragons": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 4,
- "min": 4,
- "max": 9,
- "increment": {
- "value": 5
- }
- },
- "poweri": {
- "value": 6
- },
- "power1": {
- "value": 6
- }
- },
- "keywords": {
- "Keywords": [
- "Aspect Warrior",
- "Core",
- "Fire Dragons",
- "Infantry"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Battle Focus",
- "Ability§Strands of Fate",
- "Ability§Aspect Armour",
- "Ability§Assured Destruction",
- {
- "item": "Model§Fire Dragon",
- "quantity": 4
- },
- "Model§Fire Dragon Exarch"
- ]
- },
- "text": "If this unit contains 6 or more models, it has **Power Rating 12**. Every model is equipped with: Dragon fusion gun.\n\n• The Fire Dragon Exarch’s Dragon fusion gun can be replaced with 1 of the following: 1 Dragon’s breath flamer; 1 firepike.\n\nnull",
- "allowed": {
- "items": [
- "Model§Fire Dragon"
- ]
- },
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "Elites§Wraithguard": {
- "stats": {
- "Power Level": {
- "value": 10
- },
- "model": {
- "value": "Model§Wraithguard"
- },
- "Wraithguard": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 5,
- "min": 5,
- "max": 10,
- "increment": {
- "value": 5
- }
- },
- "poweri": {
- "value": 10
- },
- "power1": {
- "value": 6
- }
- },
- "keywords": {
- "Keywords": [
- "Core",
- "Infantry",
- "Wraith Construct",
- "Wraithguard"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani",
- "Spirit Host"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Strands of Fate",
- "Ability§Wraithbone Form",
- "Ability§War Construct",
- {
- "item": "Model§Wraithguard",
- "quantity": 5
- }
- ]
- },
- "text": "If this unit contains 6 or more models, it has **Power Rating 20**. Every model is equipped with: wraithcannon.\n\n• All of the models in this unit can have their wraithcannon replaced with 1 D-scythe each.\n\nnull",
- "allowed": {
- "items": [
- "Model§Wraithguard"
- ]
- },
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "Elites§Wraithblades": {
- "stats": {
- "Power Level": {
- "value": 10
- },
- "model": {
- "value": "Model§Wraithblade"
- },
- "Wraithblades": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 5,
- "min": 5,
- "max": 10,
- "increment": {
- "value": 5
- }
- },
- "poweri": {
- "value": 10
- },
- "power1": {
- "value": 6
- },
- "Forceshield": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Forceshield"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Core",
- "Infantry",
- "Wraith Construct",
- "Wraithblades"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani",
- "Spirit Host"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Strands of Fate",
- "Ability§Wraithbone Form",
- {
- "item": "Model§Wraithblade",
- "quantity": 5
- }
- ]
- },
- "text": "If this unit contains 6 or more models, it has **Power Rating 20**. Every model is equipped with: ghostswords.\n\n• All of the models in this unit can have their ghostswords replaced with 1 ghostaxe and 1 forceshield each.\n\nnull",
- "allowed": {
- "items": [
- "Model§Wraithblade"
- ]
- },
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "Dedicated Transport§Wave Serpent": {
- "stats": {
- "Power Level": {
- "value": 8
- },
- "Crystal targeting matrix": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Crystal targeting matrix",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Wave Serpent shield": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Wave Serpent shield",
+ "item": "Wargear§Serpent shield",
"stats": {
"Points": {
"value": 0
@@ -40528,1375 +41418,38 @@
"visibility": "active",
"dynamic": true
},
- "Spirit stones": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Spirit stones"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Star engines": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Star engines"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Vectored engines": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Vectored engines",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Fly",
- "Transport",
- "Vehicle",
- "Wave Serpent"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Strands of Fate",
- "Ability§Hover Tank",
- "Ability§Explodes",
- {
- "item": "Model§Wave Serpent",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Wave Serpent is equipped with: twin shuriken cannon; twin shuriken catapult; Wave Serpent shield.\n\n• This model’s twin shuriken cannon can be replaced with 1 of the following: 1 twin Aeldari missile launcher; 1 twin bright lance; 1 twin scatter laser; 1 twin starcannon.\n\n• This model’s twin shuriken catapult can be replaced with 1 shuriken cannon.\n\n• This model can be equipped with up to 1 of each of the following: 1 crystal targeting matrix; 1 spirit stones; 1 star engines; 1 vectored engines.\n\nnull",
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "Fast Attack§Swooping Hawks": {
- "stats": {
- "Power Level": {
- "value": 4
- },
- "model": {
- "value": "Model§Swooping Hawk"
- },
- "Swooping Hawks": {
+ "Storm Guardians": {
"statType": "numeric",
"dynamic": true,
"visibility": "active",
- "value": 4,
- "min": 4,
- "max": 9,
+ "group": "Loadout",
+ "groupOrder": 2,
+ "value": 10,
+ "min": 10,
+ "max": 20,
"increment": {
- "value": 5
+ "value": 10
}
},
"poweri": {
"value": 4
},
"power1": {
- "value": 6
- }
- },
- "keywords": {
- "Keywords": [
- "Aspect Warrior",
- "Core",
- "Fly",
- "Infantry",
- "Jump Pack",
- "Swooping Hawks"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Battle Focus",
- "Ability§Strands of Fate",
- "Ability§Sudden Assault",
- "Ability§Aspect Armour",
- "Ability§Skyleap",
- {
- "item": "Model§Swooping Hawk (Swooping Hawks)",
- "quantity": 4
- },
- "Model§Swooping Hawk Exarch (Swooping Hawks)"
- ]
- },
- "text": "If this unit contains 6 or more models, it has **Power Rating 8**. Every model is equipped with: lasblaster.\n\n• The Swooping Hawk Exarch’s lasblaster can be replaced with 1 Hawk’s talon.\n\n• The Swooping Hawk Exarch can be equipped with 1 Aeldari power sword.\n\nnull",
- "allowed": {
- "items": [
- "Model§Swooping Hawk (Swooping Hawks)"
- ]
- },
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "Fast Attack§Warp Spiders": {
- "stats": {
- "Power Level": {
- "value": 5
- },
- "model": {
- "value": "Model§Warp Spider"
- },
- "Warp Spiders": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 4,
- "min": 4,
- "max": 9,
- "increment": {
- "value": 5
- }
- },
- "poweri": {
- "value": 5
- },
- "power1": {
- "value": 6
- },
- "Warp Spider jump generator": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Warp Spider jump generator",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Aspect Warrior",
- "Core",
- "Infantry",
- "Jump Pack",
- "Warp Spiders"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Battle Focus",
- "Ability§Strands of Fate",
- "Ability§Sudden Assault",
- "Ability§Aspect Armour",
- "Ability§Flickerjump",
- {
- "item": "Model§Warp Spider (Warp Spiders)",
- "quantity": 4
- },
- "Model§Warp Spider Exarch (Warp Spiders)"
- ]
- },
- "text": "If this unit contains 6 or more models, it has **Power Rating 10**. Every model is equipped with: death spinner, Warp Spider jump generator.\n\n• The Warp Spider Exarch can be equipped with 1 additional death spinner and 1 powerblades.\n\nnull",
- "allowed": {
- "items": [
- "Model§Warp Spider (Warp Spiders)"
- ]
- },
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "Fast Attack§Shining Spears": {
- "stats": {
- "Power Level": {
- "value": 5
- },
- "model": {
- "value": "Model§Shining Spear"
- },
- "Shining Spears": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 2,
- "min": 2,
- "max": 5,
- "increment": {
- "value": 3
- }
- },
- "poweri": {
- "value": 5
- },
- "power1": {
- "value": 4
- },
- "Shimmershield": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Shimmershield"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Aspect Warrior",
- "Biker",
- "Core",
- "Fly",
- "Shining Spears"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Battle Focus",
- "Ability§Strands of Fate",
- "Ability§Aspect Armour",
- "Ability§Ride the Wind",
- "Ability§Aerobatic Grace",
- {
- "item": "Model§Shining Spear",
- "quantity": 2
- },
- "Model§Shining Spear Exarch"
- ]
- },
- "text": "If this unit contains 4 or more models, it has **Power Rating 10**. Every model is equipped with: laser lance; twin shuriken catapult.\n\n• The Shining Spear Exarch’s laser lance can be replaced with one of the following: 1 paragon sabre; 1 star lance.\n\n• The Shining Spear Exarch’s twin shuriken catapult can be replaced with 1 shuriken cannon.\n\n• The Shining Spear Exarch can be equipped with 1 shimmershield.\n\nnull",
- "allowed": {
- "items": [
- "Model§Shining Spear"
- ]
- },
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "Flyers§Crimson Hunter": {
- "stats": {
- "Power Level": {
- "value": 9
- }
- },
- "keywords": {
- "Keywords": [
- "Aircraft",
- "Aspect Warrior",
- "Crimson Hunter",
- "Fly",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Strands of Fate",
- "Ability§Supersonic",
- "Ability§Skyhunter",
- "Ability§Hard to Hit",
- "Ability§Airborne",
- "Ability§Explodes",
- {
- "item": "Model§Crimson Hunter",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Crimson Hunter is equipped with: 2 starcannons; pulse laser.\n\n• This model’s 2 starcannons can be replaced with 2 bright lances.\n\nnull",
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "Fast Attack§Vypers": {
- "stats": {
- "Power Level": {
- "value": 3
- },
- "model": {
- "value": "Model§Vyper"
- },
- "Vypers": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 1,
- "min": 1,
- "max": 3,
- "increment": {
- "value": 1
- }
- },
- "poweri": {
- "value": 3
- },
- "power1": {
- "value": 2
- },
- "power2": {
- "value": 3
- }
- },
- "keywords": {
- "Keywords": [
- "Fly",
- "Vehicle",
- "Vypers"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Strands of Fate",
- "Ability§Ride the Wind",
- "Ability§Explodes",
- "Model§Vyper"
- ]
- },
- "text": "If this unit contains 2 models, it has **Power Rating 6**. If this unit contains 3 models, it has Power Rating 9**. Every model is equipped with: shuriken cannon; twin shuriken catapult.\n\n• Any number of models can each have their shuriken cannon replaced with one of the following: 1 Aeldari missile launcher; 1 bright lance; 1 scatter laser; 1 starcannon.\n\nnull",
- "allowed": {
- "items": [
- "Model§Vyper"
- ]
- },
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "Flyers§Hemlock Wraithfighter": {
- "stats": {
- "Power Level": {
"value": 11
- },
- "Mindshock pod": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Mindshock pod",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
}
},
"keywords": {
- "Keywords": [
- "Aircraft",
- "Fly",
- "Hemlock Wraithfighter",
- "Psyker",
- "Vehicle",
- "Wraith Construct"
+ "Source": [
+ "Codex—Aeldari—Indomitus 1.0"
+ ],
+ "Edition": [
+ "9th"
],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani",
- "Spirit Host"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Strands of Fate",
- "Ability§Supersonic",
- "Ability§Wraithbone Form",
- "Ability§Hard to Hit",
- "Ability§Airborne",
- "Ability§Explodes",
- "Psychic Power§Smite",
- {
- "item": "Model§Hemlock Wraithfighter",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Hemlock Wraithfighter is equipped with: 2 heavy D-scythes; mindshock pod.\n\n\n\nThis model can attempt to [manifest](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers) one psychic power in your [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE) and attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) one psychic power in your opponent’s Psychic phase. It knows [Smite](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Smite) and one psychic power from the **[Runes of Battle](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Battle)** discipline. When this model attempts to manifest a psychic power from the [Runes of Battle](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Battle)** discipline, you can only select that power’s second effect.",
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "Heavy Support§Dark Reapers": {
- "stats": {
- "Power Level": {
- "value": 8
- }
- },
- "keywords": {
"Keywords": [
- "Aspect Warrior",
"Core",
- "Dark Reapers",
- "Infantry"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Strands of Fate",
- "Ability§Aspect Armour",
- "Ability§Inescapable Accuracy",
- {
- "item": "Model§Dark Reaper",
- "quantity": 4
- },
- "Model§Dark Reaper Exarch"
- ]
- },
- "text": "Every model is equipped with: Reaper launcher.\n\n• The Dark Reaper Exarch’s Reaper launcher can be replaced with 1 of the following: 1 Aeldari missile launcher; 1 shuriken cannon; 1 tempest launcher.\n\nnull",
- "allowed": {
- "items": [
- "Model§Dark Reaper"
- ]
- },
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "Heavy Support§Support Weapons": {
- "stats": {
- "Power Level": {
- "value": 3
- },
- "model": {
- "value": "Model§Support Weapon"
- },
- "Support Weapons": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 1,
- "min": 1,
- "max": 3,
- "increment": {
- "value": 1
- }
- },
- "poweri": {
- "value": 3
- },
- "power1": {
- "value": 2
- },
- "power2": {
- "value": 3
- }
- },
- "keywords": {
- "Keywords": [
- "Artillery",
"Guardians",
- "Support Weapons",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Strands of Fate",
- "Ability§Artillery and Crew",
- "Ability§Sonic Destruction",
- "Model§Support Weapon"
- ]
- },
- "text": "If this unit contains 2 models, it has **Power Rating 6**. If this unit contains 3 models, it has Power Rating 9**. Every model is equipped with: shadow weaver; shuriken catapult.\n\n• Any number of models can each have their shadow weaver replaced with one of the following: 1 D-cannon; 1 vibro cannon.\n\nnull",
- "allowed": {
- "items": [
- "Model§Support Weapon"
- ]
- },
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "Heavy Support§Falcon": {
- "stats": {
- "Power Level": {
- "value": 9
- },
- "Crystal targeting matrix": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Crystal targeting matrix",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Spirit stones": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Spirit stones"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Star engines": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Star engines"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Vectored engines": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Vectored engines",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Falcon",
- "Fly",
- "Transport",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Strands of Fate",
- "Ability§Sudden Assault",
- "Ability§Hover Tank",
- "Ability§Explodes",
- "Ability§Cloudstrike",
- {
- "item": "Model§Falcon",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Falcon is equipped with: pulse laser; scatter laser; twin shuriken catapult.\n\n• This model’s scatter laser can be replaced with 1 of the following: 1 Aeldari missile launcher; 1 bright lance; 1 shuriken cannon; 1 starcannon.\n\n• This model’s twin shuriken catapult can be replaced with 1 shuriken cannon.\n\n• This model can be equipped with up to 1 of each of the following: 1 crystal targeting matrix; 1 spirit stones; 1 star engines; 1 vectored engines.\n\nnull",
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "Heavy Support§Fire Prism": {
- "stats": {
- "Power Level": {
- "value": 9
- },
- "Crystal targeting matrix": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Crystal targeting matrix",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Spirit stones": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Spirit stones"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Star engines": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Star engines"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Vectored engines": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Vectored engines",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Fire Prism",
- "Fly",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Strands of Fate",
- "Ability§Hover Tank",
- "Ability§Explodes",
- {
- "item": "Model§Fire Prism",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Fire Prism is equipped with: prism cannon; twin shuriken catapult.\n\n• This model’s twin shuriken catapult can be replaced with 1 shuriken cannon.\n\n• This model can be equipped with up to 1 of each of the following: 1 crystal targeting matrix; 1 spirit stones; 1 star engines; 1 vectored engines.\n\nnull",
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "Heavy Support§Night Spinner": {
- "stats": {
- "Power Level": {
- "value": 8
- },
- "Crystal targeting matrix": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Crystal targeting matrix",
- "stats": {
- "Points": {
- "value": 10
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Spirit stones": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Spirit stones"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Star engines": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Star engines"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Vectored engines": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Vectored engines",
- "stats": {
- "Points": {
- "value": 20
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Fly",
- "Night Spinner",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Strands of Fate",
- "Ability§Hover Tank",
- "Ability§Explodes",
- {
- "item": "Model§Night Spinner",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Night Spinner is equipped with: doomweaver; twin shuriken catapult.\n\n• This model’s twin shuriken catapult can be replaced with 1 shuriken cannon.\n\n• This model can be equipped with up to 1 of each of the following: 1 crystal targeting matrix; 1 spirit stones; 1 star engines; 1 vectored engines.\n\nnull",
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "Heavy Support§War Walkers": {
- "stats": {
- "Power Level": {
- "value": 5
- },
- "model": {
- "value": "Model§War Walker"
- },
- "War Walkers": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 1,
- "min": 1,
- "max": 3,
- "increment": {
- "value": 1
- }
- },
- "poweri": {
- "value": 5
- },
- "power1": {
- "value": 2
- },
- "power2": {
- "value": 3
- }
- },
- "keywords": {
- "Keywords": [
- "Vehicle",
- "War Walkers"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Strands of Fate",
- "Ability§Advanced Positions",
- "Ability§Power Field",
- "Ability§Explodes",
- "Model§War Walker"
- ]
- },
- "text": "If this unit contains 2 models, it has **Power Rating 10**. If this unit contains 3 models, it has Power Rating 15**. Every model is equipped with: 2 shuriken cannons.\n\n• Each model can have each shuriken cannon it is equipped with replaced with one of the following: 1 Aeldari missile launcher; 1 bright lance; 1 scatter laser; 1 starcannon.\n\nnull",
- "allowed": {
- "items": [
- "Model§War Walker"
- ]
- },
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "Elites§Wraithlord": {
- "stats": {
- "Power Level": {
- "value": 8
- }
- },
- "keywords": {
- "Keywords": [
- "Core",
- "Monster",
- "Wraith Construct",
- "Wraithlord"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani",
- "Spirit Host"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Strands of Fate",
- "Ability§Wraithbone Form",
- {
- "item": "Model§Wraithlord",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Wraithlord is equipped with: 2 shuriken catapults; wraithbone fists.\n\n• Each of this model’s shuriken catapults can be replaced with 1 Aeldari flamer.\n\n• This model can be equipped with 1 ghostglaive.\n\n• This model can be equipped with up to 2 of the following: 1 Aeldari missile launcher; 1 bright lance; 1 scatter laser; 1 shuriken cannon; 1 starcannon.\n\nnull",
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "Lords of War§Wraithknight": {
- "stats": {
- "Power Level": {
- "value": 23
- },
- "Scattershield": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Scattershield",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Monster",
- "Titanic",
- "Wraith Construct",
- "Wraithknight"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani",
- "Spirit Host"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Strands of Fate",
- "Ability§Wraithbone Form",
- "Ability§Agile Construct",
- "Ability§Unstoppable Revenant",
- "Ability§Explodes",
- {
- "item": "Model§Wraithknight",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Wraithknight is equipped with: titanic ghostglaive; titanic feet; scattershield.\n\n• This model’s titanic ghostglaive can be replaced with one of the following: 1 heavy wraithcannon; 1 suncannon.\n\n• This model’s scattershield can be replaced with 1 heavy wraithcannon.\n\n• This model can be equipped with up to 2 of the following: 1 scatter laser; 1 shuriken cannon; 1 starcannon.\n\nnull",
- "meta": {
- "Publication": "[Aeldari (Codex) 9th ed. – Indomitus 1.0 @2022-04-13](https://www.warhammer-community.com/wp-content/uploads/2022/04/KwezMUywLlb0D4xy.pdf)"
- }
- },
- "Elites§Shadow Spectres": {
- "stats": {
- "Power Level": {
- "value": 6
- },
- "model": {
- "value": "Model§Shadow Spectre"
- },
- "Shadow Spectres": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 5,
- "min": 5,
- "max": 10,
- "increment": {
- "value": 5
- }
- },
- "poweri": {
- "value": 6
- },
- "power1": {
- "value": 6
- }
- },
- "keywords": {
- "Keywords": [
- "Aspect Warrior",
- "Core",
- "Fly",
"Infantry",
- "Jump Pack",
- "Shadow Spectres"
+ "Storm Guardians"
],
"Faction": [
"",
@@ -41908,1930 +41461,23 @@
"traits": [
"Ability§Battle Focus",
"Ability§Strands of Fate",
- "Ability§Spectre Holo-field",
- "Ability§Shadow of Death (Aura)",
- "Ability§Shade of Twilight",
- "Ability§Aspect Armour",
+ "Ability§Stormblades",
+ "Ability§Crewed Platform",
{
- "item": "Model§Shadow Spectre",
- "quantity": 5
+ "item": "Model§Guardian (Storm Guardians)",
+ "quantity": 10
}
]
},
- "text": "This unit can contain a maximum of 10 models. If this unit contains 6 or more models, it has **Power Rating 12**. Every model is equipped with: prism rifle; plasma grenades.\n\n\n\nnull",
+ "text": "If this unit contains 12 or more models, it has **Power Rating 8**. This unit can contain 1 Serpent’s Scale Platform model (Power Rating +1** per model) for every 10 Storm Guardian models it contains. Every Storm Guardian is equipped with: shuriken pistol; Guardian combat weapon; plasma grenades. A Serpent’s Scale Platform is equipped with: serpent shield.\n\n• For every 10 models in this unit, up to 2 Storm Guardians can each have their shuriken pistol and Guardian combat weapon replaced with 1 Aeldari flamer.\n\n• For every 10 models in this unit, up to 2 Storm Guardians can each have their shuriken pistol and Guardian combat weapon replaced with 1 Guardian fusion gun.\n\n• For every 10 models in this unit, up to 2 Storm Guardians can each have their Guardian combat weapon replaced with 1 Aeldari power sword.\n\nnull",
"allowed": {
"items": [
- "Model§Shadow Spectre"
+ "Model§Guardian (Storm Guardians)",
+ "Model§Serpent’s Scale Platform"
]
},
"meta": {
- "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
- }
- },
- "Fast Attack§Wasp Assault Walker": {
- "stats": {
- "Power Level": {
- "value": 3
- },
- "model": {
- "value": "Model§Wasp Assault Walker"
- },
- "Wasp Assault Walker": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 1,
- "min": 1,
- "max": 3,
- "increment": {
- "value": 1
- }
- },
- "poweri": {
- "value": 3
- },
- "power1": {
- "value": 2
- },
- "power2": {
- "value": 3
- }
- },
- "keywords": {
- "Keywords": [
- "Fly",
- "Vehicle",
- "Wasp Assault Walker"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani",
- "Warhost"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Ancient Doom",
- "Ability§Battle Focus",
- "Ability§Cloudbreaker",
- "Ability§Power Field",
- "Ability§Explodes",
- "Model§Wasp Assault Walker"
- ]
- },
- "text": "If this unit contains 2 models, it has **Power Rating 6**. If this unit contains 3 models, it has Power Rating 9**. Each model is equipped with: 2 shuriken cannons.\n\n• Any number of models can each have each of their shuriken cannons replaced with one of the following: 1 Aeldari missile launcher; 1 bright lance; 1 scatter laser; 1 starcannon.\n\nnull",
- "allowed": {
- "items": [
- "Model§Wasp Assault Walker"
- ]
- },
- "meta": {
- "Publication": "[Warhammer Legends: Forge World (Index) 9th ed. – 1.0 @2020-12-17](https://www.warhammer-community.com/wp-content/uploads/2020/11/1qpk5gayVm5VmR4f.pdf)"
- }
- },
- "Heavy Support§Wraithseer": {
- "stats": {
- "Power Level": {
- "value": 8
- },
- "Wraithshield": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Wraithshield",
- "stats": {
- "Points": {
- "value": 0
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Monster",
- "Psyker",
- "Wraith Construct",
- "Wraithseer"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani",
- "Spirit Host"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Strands of Fate",
- "Ability§Wraithbone Form",
- "Psychic Power§Smite",
- {
- "item": "Model§Wraithseer",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Wraithseer is equipped with: ghostspear; wraithshield.\n\n• This model can be equipped with one of the following: 1 Aeldari missile launcher; 1 bright lance; 1 D-cannon; 1 scatter laser; 1 shuriken cannon; 1 starcannon.\n\nThis model can attempt to [manifest](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Manifesting-Psychic-Powers) one psychic power in your [Psychic phase](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#PSYCHIC-PHASE) and attempt to [deny](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Deny-the-Witch) one psychic power in your opponent’s Psychic phase. It knows [Smite](https://wahapedia.ru/wh40k9ed/the-rules/core-rules/#Smite) and one psychic powers from the **[Runes of Battle](https://wahapedia.ru/wh40k9ed/factions/aeldari/#Runes-of-Battle)** discipline.",
- "meta": {
- "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
- }
- },
- "Fast Attack§Hornet": {
- "stats": {
- "Power Level": {
- "value": 5
- },
- "model": {
- "value": "Model§Hornet"
- },
- "Hornet": {
- "statType": "numeric",
- "dynamic": true,
- "visibility": "active",
- "value": 1,
- "min": 1,
- "max": 3,
- "increment": {
- "value": 1
- }
- },
- "poweri": {
- "value": 5
- },
- "power1": {
- "value": 2
- },
- "power2": {
- "value": 3
- },
- "Crystal targeting matrix": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Crystal targeting matrix",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Spirit stones": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Spirit stones"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Star engines": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Star engines"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Vectored engines": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Vectored engines"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Fly",
- "Hornet",
- "Vehicle"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Strands of Fate",
- "Ability§Hover Tank",
- "Ability§Lightning Assault",
- "Ability§Explodes",
- "Model§Hornet"
- ]
- },
- "text": "If this unit contains 2 models, it has **Power Rating 10**. If this unit contains 3 models, it has Power Rating 15**. Each model is equipped with: 2 Hornet pulse lasers.\n\n• Any number of models can each have any of their Hornet pulse lasers replaced with 1 item from the ***Heavy Weapons*** list.\n\n• All of the models in the unit can be equipped with 1 crystal targeting matrix each.\n\n• All of the models in the unit can be equipped with 1 spirit stone each.\n\n• All of the models in the unit can each be equipped with star engines.\n\n• All of the models in the unit can each be equipped with vectored engines.\n\nnull",
- "allowed": {
- "items": [
- "Model§Hornet"
- ]
- },
- "meta": {
- "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
- }
- },
- "Heavy Support§Warp Hunter": {
- "stats": {
- "Power Level": {
- "value": 10
- }
- },
- "keywords": {
- "Keywords": [
- "Fly",
- "Vehicle",
- "Warp Hunter"
- ],
- "Faction": [
- "",
- "Aeldari",
- "Asuryani"
- ]
- },
- "assets": {
- "traits": [
- "Ability§Strands of Fate",
- "Ability§Hover Tank",
- "Ability§Explodes",
- {
- "item": "Model§Warp Hunter",
- "stats": {
- "Points": {
- "visibility": "hidden"
- }
- }
- }
- ]
- },
- "text": "A Warp Hunter is equipped with: D-flail; twin shuriken catapult.\n\n• This model’s twin shuriken catapult can be replaced with 1 shuriken cannon.\n\n• This model can be equipped with items from the ***Vehicle equipment*** list.\n\nnull",
- "meta": {
- "Publication": "[Imperial Armour: Compendium (Index) 9th ed. – Indomitus 1.7 @2022-09-21](https://www.warhammer-community.com/wp-content/uploads/2020/12/07780FxTleLPSRPi.pdf)"
- }
- },
- "Heavy Support§Lynx": {
- "stats": {
- "Power Level": {
- "value": 12
- },
- "Crystal targeting matrix": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": {
- "item": "Wargear§Crystal targeting matrix",
- "stats": {
- "Points": {
- "value": 5
- }
- }
- }
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Spirit stones": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Spirit stones"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Star engines": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Star engines"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- },
- "Vectored engines": {
- "value": 0,
- "statType": "rank",
- "statOrder": 10,
- "ranks": {
- "0": {
- "order": 0,
- "number": 0,
- "icons": [
- "cancel"
- ]
- },
- "1": {
- "order": 1,
- "number": 1,
- "icons": [
- "confirmed"
- ],
- "traits": [
- {
- "trait": "Wargear§Vectored engines"
- }
- ]
- }
- },
- "visibility": "active",
- "dynamic": true
- }
- },
- "keywords": {
- "Keywords": [
- "Fly",
- "Lynx",
- "Vehicle"
- ],
- "Faction": [
- "