From 81f2f75c62a9a60bee2f057ecb924f949abb1e98 Mon Sep 17 00:00:00 2001 From: RosterizerTestData <73543456+RosterizerTestData@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:14:10 -0700 Subject: [PATCH] Create tyranids.manifest --- tyranids/tyranids.manifest | 7975 ++++++++++++++++++++++++++++++++++++ 1 file changed, 7975 insertions(+) create mode 100644 tyranids/tyranids.manifest diff --git a/tyranids/tyranids.manifest b/tyranids/tyranids.manifest new file mode 100644 index 0000000..0fc61fa --- /dev/null +++ b/tyranids/tyranids.manifest @@ -0,0 +1,7975 @@ +{ + "name": "40k Tyranid", + "game": "Warhammer 40,000", + "genre": "sci-fi", + "publisher": "GW", + "url": "", + "notes": "", + "manifest": { + "assetTaxonomy": { + "Detachment": { + "allowed": { + "classifications": [ + "HQ", + "Troops", + "Elites", + "Fast Attack", + "Heavy Support", + "Flyer", + "Dedicated Transport" + ] + }, + "stats": { + "HQ": { + "statType": "numeric", + "value": null, + "statOrder": 1, + "visibility": "active", + "tracked": true + }, + "Troops": { + "statType": "numeric", + "value": null, + "statOrder": 3, + "visibility": "active", + "tracked": true + }, + "Elites": { + "statType": "numeric", + "value": null, + "statOrder": 5, + "visibility": "active", + "tracked": true + }, + "Fast Attack": { + "statType": "numeric", + "value": null, + "statOrder": 7, + "visibility": "active", + "tracked": true + }, + "Heavy Support": { + "statType": "numeric", + "value": null, + "statOrder": 9, + "visibility": "active", + "tracked": true + }, + "Flyer": { + "statType": "numeric", + "value": null, + "statOrder": 11, + "visibility": "active", + "tracked": true + }, + "Dedicated Transport": { + "statType": "numeric", + "value": null, + "statOrder": 13, + "visibility": "active", + "tracked": true + }, + "Command Cost": { + "statType": "numeric", + "value": null, + "statOrder": -1, + "tracked": true + } + }, + "rules": { + "1 Dedicated Transport allowed per INFANTRY": { + "evals": [], + "failState": "pass", + "evaluate": "OR", + "order": 5, + "actions": [ + { + "paths": [ + [ + "{self}", + "stats", + "Dedicated Transport", + "max" + ] + ], + "actionType": "set", + "value": [ + "{self}", + "tally", + "INFANTRY" + ], + "iterations": 1 + } + ] + } + } + }, + "Unit": { + "stats": { + "Power Level": { + "value": null, + "format": "{v}", + "group": "Cost", + "groupOrder": -3, + "tracked": true, + "statType": "numeric" + }, + "Points": { + "value": 0, + "format": "{v}", + "group": "Cost", + "groupOrder": -1, + "tracked": true, + "statType": "numeric" + }, + "Unit": { + "statType": "numeric", + "value": 1, + "visibility": "hidden", + "tracked": true + }, + "model": { + "value": "", + "statType": "term", + "visibility": "hidden" + } + }, + "keywords": { + "Faction Keywords": [] + }, + "rules": { + "1 model per model": { + "evals": [ + { + "paths": [ + [ + "{self}", + "designation" + ] + ], + "operator": "AND", + "not": false, + "actionable": false, + "note": "Collecting my name so i can look at how many of me my counting stat says for iterations and adding models." + }, + { + "paths": [ + [ + "{self}", + "stats", + "model", + "value" + ] + ], + "min": 1, + "operator": "SUM", + "not": false, + "note": "If i don't have a thing to add specified, don't try to add anything." + } + ], + "failState": "pass", + "evaluate": "OR", + "order": 10, + "actions": [ + { + "paths": [ + [ + "{self}", + "traits" + ] + ], + "actionType": "add", + "value": [ + "{self}", + "stats", + "model", + "term" + ], + "iterations": [ + "{self}", + "stats", + "{0string}", + "value" + ] + } + ] + }, + "Adjusted Power Level": { + "evals": [ + { + "paths": [ + [ + "{self}", + "designation" + ] + ], + "operator": "AND", + "not": false, + "actionable": false, + "note": "Collecting my name to reference my model count stat." + }, + { + "paths": [ + [ + "{self}", + "stats", + "{0string}", + "value" + ] + ], + "operator": "AND", + "not": false, + "actionable": false, + "note": "Dividing my model count by my minimum unit size.", + "equation": { + "operator": "T/O", + "value": [ + "{self}", + "stats", + "{0string}", + "min" + ] + } + }, + { + "paths": [ + [ + "{self}", + "rules", + "Adjusted Power Level", + "evals", + "1", + "result", + "integer" + ] + ], + "value": [ + "{self}", + "rules", + "Adjusted Power Level", + "evals", + "1", + "result", + "float" + ], + "operator": "AND", + "not": true, + "actionable": false, + "note": "Check if the was rounding." + }, + { + "paths": [ + [ + "{self}", + "rules", + "Adjusted Power Level", + "evals", + "1", + "result", + "float" + ] + ], + "min": [ + "{self}", + "rules", + "Adjusted Power Level", + "evals", + "1", + "result", + "integer" + ], + "operator": "AND", + "not": false, + "actionable": false, + "note": "Checking if the division rounded up or down." + }, + { + "paths": [ + [ + "{self}", + "rules", + "Adjusted Power Level", + "evals", + "2", + "result", + "truthy" + ], + [ + "{self}", + "rules", + "Adjusted Power Level", + "evals", + "3", + "result", + "truthy" + ] + ], + "value": 2, + "operator": "SUM", + "not": false, + "actionable": false, + "note": "If there was rounding, and we rounded down, return true." + }, + { + "paths": [ + [ + "{self}", + "rules", + "Adjusted Power Level", + "evals", + "1", + "result", + "integer" + ], + [ + "{self}", + "rules", + "Adjusted Power Level", + "evals", + "4", + "result", + "truthy" + ] + ], + "operator": "SUM", + "not": false, + "actionable": false, + "note": "Multiply power level by base power level, the number of unit sections this unit currently has, and if rounded down +1.", + "equation": { + "operator": "T*O", + "value": [ + "self", + "stats", + "Power Level", + "value" + ] + } + } + ], + "failState": "pass", + "evaluate": "OR", + "actions": [ + { + "paths": [ + [ + "{self}", + "stats", + "Power Level", + "value" + ] + ], + "actionType": "set", + "value": [ + "{self}", + "rules", + "Adjusted Power Level", + "evals", + "5", + "result", + "integer" + ], + "iterations": 1 + } + ] + }, + "1 quantity per model": { + "evals": [ + { + "paths": [ + [ + "{self}", + "designation" + ] + ], + "operator": "AND", + "not": false, + "actionable": false, + "note": "Checking my name so i know the correct model to find." + }, + { + "paths": [ + [ + "{self}", + "rules", + "1 model per model", + "evals", + "1", + "result", + "truthy" + ] + ], + "value": false, + "operator": "AND", + "not": false, + "note": "Only adjusting quanitity if we're not adding 1 model per model." + } + ], + "failState": "pass", + "evaluate": "OR", + "order": 11, + "actions": [ + { + "paths": [ + [ + "{self}", + "traits", + "classification", + "Model", + "quantity" + ] + ], + "actionType": "set", + "value": [ + "{self}", + "stats", + "{0string}", + "value" + ], + "iterations": 1 + } + ] + }, + "Reset Points": { + "evals": [ + { + "paths": [ + [ + "{self}", + "stats", + "Points", + "processed", + "numeric", + "default" + ] + ], + "operator": "AND", + "not": false, + "actionable": false, + "note": "Converting the default Points value into a negative number.", + "equation": { + "operator": "T*O", + "value": -1 + } + } + ], + "failState": "pass", + "evaluate": "OR", + "order": 1, + "actions": [ + { + "paths": [ + [ + "{self}", + "stats", + "Points", + "value" + ] + ], + "actionType": "modify", + "value": [ + "{self}", + "rules", + "Reset Points", + "evals", + "0", + "result", + "integer" + ], + "iterations": 1, + "note": "Removing the default Points value, because this default value is used for display purposes." + } + ] + }, + "Calculate Toxin Sacs": { + "evals": [ + { + "paths": [ + [ + "{self}", + "stats", + "Toxin sacs", + "value" + ] + ], + "value": "1", + "operator": "AND", + "not": false + }, + { + "paths": [ + [ + "{self}", + "designation" + ] + ], + "operator": "AND", + "not": false, + "actionable": false + } + ], + "failState": "pass", + "evaluate": "OR", + "order": 15, + "actions": [ + { + "paths": [ + [ + "{self}", + "keywords", + "General" + ] + ], + "actionType": "add", + "value": "Toxin Sacs", + "iterations": 1 + }, + { + "paths": [ + [ + "{self}", + "stats", + "Points", + "value" + ] + ], + "actionType": "modify", + "value": [ + "{self}", + "stats", + "Toxin sacs", + "numbers", + "value", + "current" + ], + "iterations": [ + "{self}", + "stats", + "{1string}", + "value" + ] + } + ] + }, + "Calculate Adrenal glands": { + "evals": [ + { + "paths": [ + [ + "{self}", + "stats", + "Adrenal glands", + "value" + ] + ], + "value": "1", + "operator": "AND", + "not": false + }, + { + "paths": [ + [ + "{self}", + "designation" + ] + ], + "operator": "AND", + "not": false, + "actionable": false + } + ], + "failState": "pass", + "evaluate": "OR", + "order": 15, + "actions": [ + { + "paths": [ + [ + "{self}", + "keywords", + "General" + ] + ], + "actionType": "add", + "value": "Adrenal Glands", + "iterations": 1 + }, + { + "paths": [ + [ + "{self}", + "stats", + "Points", + "value" + ] + ], + "actionType": "modify", + "value": [ + "{self}", + "stats", + "Adrenal glands", + "numbers", + "value", + "current" + ], + "iterations": [ + "{self}", + "stats", + "{1string}", + "value" + ] + } + ] + }, + "Set Adrenal glands Value": { + "evals": [], + "failState": "pass", + "evaluate": "OR", + "actions": [ + { + "paths": [ + [ + "{self}", + "stats", + "Adrenal glands", + "value" + ] + ], + "actionType": "set", + "value": null, + "iterations": 1 + } + ] + } + }, + "aspects": { + "Type": "game piece" + } + }, + "Statline": { + "stats": { + "A": { + "value": 0, + "statOrder": 7, + "statType": "numeric" + }, + "BS": { + "format": "{v}+", + "value": 0, + "statOrder": 3, + "statType": "numeric" + }, + "Base": { + "value": "", + "statOrder": 10, + "statType": "term" + }, + "Ld": { + "value": 0, + "statOrder": 8, + "statType": "numeric" + }, + "M": { + "value": "", + "format": "{t}", + "statOrder": 1, + "statType": "term" + }, + "S": { + "value": 0, + "statOrder": 4, + "statType": "numeric" + }, + "Sv": { + "format": "{v}+", + "value": 0, + "statOrder": 9, + "statType": "numeric" + }, + "T": { + "value": 0, + "statOrder": 5, + "statType": "numeric" + }, + "W": { + "value": 0, + "statOrder": 6, + "statType": "numeric" + }, + "WS": { + "format": "{v}+", + "value": 0, + "statOrder": 2, + "statType": "numeric" + } + } + }, + "Model": { + "stats": { + "Points": { + "value": null, + "format": "{v}", + "group": "Cost", + "groupOrder": -1, + "tracked": true, + "statType": "numeric" + } + }, + "aspects": { + "Type": "game piece" + } + }, + "HQ": { + "templateClass": "Unit" + }, + "Troops": { + "templateClass": "Unit" + }, + "Elites": { + "templateClass": "Unit" + }, + "Fast Attack": { + "templateClass": "Unit" + }, + "Flyer": { + "templateClass": "Unit" + }, + "Heavy Support": { + "templateClass": "Unit" + }, + "Fortification": { + "templateClass": "Unit" + }, + "Dedicated Transport": { + "templateClass": "Unit" + }, + "Lord of War": { + "templateClass": "Unit" + }, + "Weapons": { + "stats": { + "AP": { + "statOrder": 4, + "statType": "term" + }, + "D": { + "statOrder": 5, + "statType": "term" + }, + "Points": { + "value": null, + "format": "+{v}", + "group": "Cost", + "groupOrder": -1, + "tracked": true, + "statType": "numeric" + }, + "Range": { + "value": "", + "statOrder": 1, + "statType": "term" + }, + "S": { + "value": "", + "statOrder": 3, + "statType": "term" + }, + "Type": { + "value": "", + "statOrder": 2, + "statType": "term" + } + } + } + }, + "assetCatalog": { + "Dedicated Transport§Tyrannocyte": { + "stats": { + "Power Level": { + "value": 7 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Fly", + "Monster", + "Transport", + "Tyrannocyte" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Dedicated Transport", + "designation": "Tyrannocyte" + }, + "Detachment§Auxiliary Support Detachment": { + "classification": "Detachment", + "stats": { + "HQ": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Troops": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Elites": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Fast Attack": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Heavy Support": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Flyer": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Dedicated Transport": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Command Cost": { + "statType": "numeric", + "value": 2, + "tracked": true + }, + "Unit": { + "value": null, + "statType": "numeric", + "visibility": "active", + "tracked": true, + "max": 1 + } + }, + "designation": "Auxiliary Support Detachment" + }, + "Detachment§Battalion Detachment": { + "classification": "Detachment", + "stats": { + "Command Cost": { + "value": 3, + "statType": "numeric", + "statOrder": -1, + "tracked": true + }, + "Fast Attack": { + "statType": "numeric", + "value": null, + "statOrder": 7, + "visibility": "active", + "tracked": true, + "max": 2 + }, + "Heavy Support": { + "statType": "numeric", + "value": null, + "statOrder": 9, + "visibility": "active", + "tracked": true, + "max": 2 + }, + "Flyer": { + "statType": "numeric", + "value": null, + "statOrder": 11, + "visibility": "active", + "tracked": true, + "max": 2 + }, + "HQ": { + "value": null, + "statType": "numeric", + "statOrder": 1, + "visibility": "active", + "tracked": true, + "min": 2, + "max": 3 + }, + "Troops": { + "value": null, + "statType": "numeric", + "statOrder": 3, + "visibility": "active", + "tracked": true, + "min": 3, + "max": 6 + }, + "Elites": { + "value": null, + "statType": "numeric", + "statOrder": 5, + "visibility": "active", + "tracked": true, + "max": 6 + } + }, + "designation": "Battalion Detachment" + }, + "Detachment§Brigade Detachment": { + "classification": "Detachment", + "stats": { + "Command Cost": { + "value": 4, + "statType": "numeric", + "statOrder": -1, + "tracked": true + }, + "Flyer": { + "statType": "numeric", + "value": null, + "statOrder": 11, + "visibility": "active", + "tracked": true, + "max": 2 + }, + "HQ": { + "value": null, + "statType": "numeric", + "statOrder": 1, + "visibility": "active", + "tracked": true, + "min": 3, + "max": 5 + }, + "Troops": { + "value": null, + "statType": "numeric", + "statOrder": 3, + "visibility": "active", + "tracked": true, + "min": 6, + "max": 12 + }, + "Elites": { + "value": null, + "statType": "numeric", + "statOrder": 5, + "visibility": "active", + "tracked": true, + "min": 3, + "max": 8 + }, + "Fast Attack": { + "value": null, + "statType": "numeric", + "statOrder": 7, + "visibility": "active", + "tracked": true, + "min": 3, + "max": 5 + }, + "Heavy Support": { + "value": null, + "statType": "numeric", + "statOrder": 9, + "visibility": "active", + "tracked": true, + "min": 3, + "max": 5 + } + }, + "designation": "Brigade Detachment" + }, + "Detachment§Fortification Network": { + "classification": "Detachment", + "stats": { + "HQ": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Troops": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Elites": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Fast Attack": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Heavy Support": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Flyer": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Dedicated Transport": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Command Cost": { + "statType": "numeric", + "value": 1, + "tracked": true + }, + "Fortification": { + "value": null, + "statType": "numeric", + "visibility": "active", + "tracked": true, + "min": 1, + "max": 3 + } + }, + "allowed": { + "classifications": [ + "Fortification" + ] + }, + "rules": {}, + "designation": "Fortification Network" + }, + "Detachment§Outrider Detachment": { + "classification": "Detachment", + "stats": { + "Command Cost": { + "value": 3, + "statType": "numeric", + "statOrder": -1, + "tracked": true + }, + "HQ": { + "statType": "numeric", + "value": null, + "statOrder": 1, + "visibility": "active", + "tracked": true, + "min": 1, + "max": 2 + }, + "Flyer": { + "statType": "numeric", + "value": null, + "statOrder": 11, + "visibility": "active", + "tracked": true, + "max": 2 + }, + "Troops": { + "value": null, + "statType": "numeric", + "statOrder": 3, + "visibility": "active", + "tracked": true, + "max": 3 + }, + "Elites": { + "value": null, + "statType": "numeric", + "statOrder": 5, + "visibility": "active", + "tracked": true, + "max": 2 + }, + "Heavy Support": { + "value": null, + "statType": "numeric", + "statOrder": 9, + "visibility": "active", + "tracked": true, + "max": 2 + }, + "Fast Attack": { + "value": null, + "statType": "numeric", + "statOrder": 7, + "visibility": "active", + "tracked": true, + "min": 3, + "max": 6 + } + }, + "designation": "Outrider Detachment" + }, + "Detachment§Patrol Detachment": { + "classification": "Detachment", + "stats": { + "Command Cost": { + "value": 2, + "statType": "numeric", + "statOrder": -1, + "tracked": true + }, + "HQ": { + "statType": "numeric", + "value": null, + "statOrder": 1, + "visibility": "active", + "tracked": true, + "min": 1, + "max": 2 + }, + "Troops": { + "statType": "numeric", + "value": null, + "statOrder": 3, + "visibility": "active", + "tracked": true, + "min": 1, + "max": 3 + }, + "Elites": { + "statType": "numeric", + "value": null, + "statOrder": 5, + "visibility": "active", + "tracked": true, + "max": 2 + }, + "Fast Attack": { + "statType": "numeric", + "value": null, + "statOrder": 7, + "visibility": "active", + "tracked": true, + "max": 2 + }, + "Heavy Support": { + "statType": "numeric", + "value": null, + "statOrder": 9, + "visibility": "active", + "tracked": true, + "max": 2 + }, + "Flyer": { + "statType": "numeric", + "value": null, + "statOrder": 11, + "visibility": "active", + "tracked": true, + "max": 2 + } + }, + "designation": "Patrol Detachment" + }, + "Detachment§Spearhead Detachment": { + "classification": "Detachment", + "stats": { + "Command Cost": { + "value": 3, + "statType": "numeric", + "statOrder": -1, + "tracked": true + }, + "HQ": { + "statType": "numeric", + "value": null, + "statOrder": 1, + "visibility": "active", + "tracked": true, + "min": 1, + "max": 2 + }, + "Fast Attack": { + "statType": "numeric", + "value": null, + "statOrder": 7, + "visibility": "active", + "tracked": true, + "max": 2 + }, + "Flyer": { + "statType": "numeric", + "value": null, + "statOrder": 11, + "visibility": "active", + "tracked": true, + "max": 2 + }, + "Troops": { + "value": null, + "statType": "numeric", + "statOrder": 3, + "visibility": "active", + "tracked": true, + "max": 3 + }, + "Elites": { + "value": null, + "statType": "numeric", + "statOrder": 5, + "visibility": "active", + "tracked": true, + "max": 2 + }, + "Heavy Support": { + "value": null, + "statType": "numeric", + "statOrder": 9, + "visibility": "active", + "tracked": true, + "min": 3, + "max": 6 + } + }, + "designation": "Spearhead Detachment" + }, + "Detachment§Super-Heavy Auxiliary Detachment": { + "classification": "Detachment", + "stats": { + "HQ": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Troops": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Elites": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Fast Attack": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Heavy Support": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Flyer": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Dedicated Transport": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Lord of War": { + "value": null, + "statType": "numeric", + "visibility": "active", + "tracked": true, + "min": 1, + "max": 1 + }, + "Command Cost": { + "statType": "numeric", + "value": 3, + "tracked": true + } + }, + "allowed": { + "classifications": [ + "Lord of War" + ] + }, + "rules": {}, + "designation": "Super-Heavy Auxiliary Detachment" + }, + "Detachment§Super-Heavy Detachment": { + "classification": "Detachment", + "stats": { + "Command Cost": { + "statType": "rank", + "ranks": { + "3": { + "order": 0, + "number": 3 + }, + "6": { + "order": 1, + "number": 6 + } + }, + "dynamic": true, + "tracked": true, + "value": "3" + }, + "HQ": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Troops": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Elites": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Fast Attack": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Heavy Support": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Flyer": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Dedicated Transport": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Lord of War": { + "statType": "numeric", + "value": null, + "visibility": "active", + "tracked": true, + "min": 3, + "max": 5 + } + }, + "allowed": { + "classifications": [ + "Lord of War" + ] + }, + "rules": { + "You can only take TITANIC units if the Command Cost is 6.": { + "evals": [ + { + "paths": [ + [ + "{self}", + "tally", + "TITANIC" + ] + ], + "min": 1, + "operator": "AND", + "not": false + }, + { + "paths": [ + [ + "{self}", + "stats", + "Command Cost", + "value" + ] + ], + "value": "3", + "operator": "AND", + "not": false + } + ], + "failState": "pass", + "evaluate": "AND", + "order": 5 + } + }, + "designation": "Super-Heavy Detachment" + }, + "Detachment§Supreme Command Detachment": { + "classification": "Detachment", + "stats": { + "HQ": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Troops": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Elites": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Fast Attack": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Heavy Support": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Flyer": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Dedicated Transport": { + "statType": "numeric", + "value": null, + "visibility": "hidden" + }, + "Lord of War or HQ": { + "value": null, + "statType": "numeric", + "visibility": "active", + "tracked": true, + "min": 1, + "max": 1 + }, + "Command Cost": { + "statType": "numeric", + "value": null, + "tracked": true + } + }, + "allowed": { + "classifications": [ + "Lord of War", + "HQ" + ] + }, + "rules": { + "Lord of War or HQ counts": { + "evals": [], + "failState": "pass", + "evaluate": "OR", + "order": 5, + "actions": [ + { + "paths": [ + [ + "{self}", + "stats", + "Lord of War or HQ", + "value" + ] + ], + "actionType": "set", + "value": [ + "{self}", + "tally", + "Unit" + ], + "iterations": 1 + } + ] + }, + "Command Cost refund": { + "evals": [ + { + "paths": [ + [ + "{self}", + "tally", + [ + "Patrol Detachment", + "Battalion Detachment", + "Brigade Detachment" + ] + ] + ], + "min": 1, + "operator": "AND", + "not": false, + "actionable": false + }, + { + "paths": [ + [ + "{self}", + "tally", + [ + "Patrol Detachment", + "Battalion Detachment", + "Brigade Detachment" + ] + ] + ], + "min": 1, + "operator": "AND", + "not": false, + "actionable": false + }, + { + "paths": [ + [ + "{self}", + "tally", + [ + "Battalion Detachment", + "Brigade Detachment" + ] + ] + ], + "min": 1, + "operator": "AND", + "not": false, + "actionable": false + }, + { + "paths": [ + [ + "{self}", + "tally", + "Brigade Detachment" + ] + ], + "min": 1, + "operator": "AND", + "not": false, + "actionable": false + }, + { + "paths": [ + [ + "{self}", + "rules", + "Command Cost refund", + "evals", + [ + "0", + "1", + "2", + "3" + ], + "result", + "truthy" + ] + ], + "max": -2, + "operator": "SUM", + "not": false, + "equation": { + "operator": "T*O", + "value": -1 + } + } + ], + "failState": "pass", + "evaluate": "OR", + "order": 5, + "actions": [ + { + "paths": [ + [ + "{self}", + "stats", + "Command Cost", + "value" + ] + ], + "actionType": "set", + "value": [ + "{self}", + "rules", + "Command Cost refund", + "evals", + "4", + "result", + "integer" + ], + "iterations": 1 + } + ] + }, + "This detachment must contain your WARLORD": { + "evals": [ + { + "paths": [ + [ + "{self}", + "tally", + "WARLORD" + ] + ], + "min": 1, + "operator": "AND", + "not": false + } + ], + "failState": "error", + "evaluate": "OR", + "order": 5 + } + }, + "designation": "Supreme Command Detachment" + }, + "Detachment§Vanguard Detachment": { + "classification": "Detachment", + "stats": { + "Command Cost": { + "value": 3, + "statType": "numeric", + "statOrder": -1, + "tracked": true + }, + "HQ": { + "statType": "numeric", + "value": null, + "statOrder": 1, + "visibility": "active", + "tracked": true, + "min": 1, + "max": 2 + }, + "Fast Attack": { + "statType": "numeric", + "value": null, + "statOrder": 7, + "visibility": "active", + "tracked": true, + "max": 2 + }, + "Heavy Support": { + "statType": "numeric", + "value": null, + "statOrder": 9, + "visibility": "active", + "tracked": true, + "max": 2 + }, + "Flyer": { + "statType": "numeric", + "value": null, + "statOrder": 11, + "visibility": "active", + "tracked": true, + "max": 2 + }, + "Troops": { + "value": null, + "statType": "numeric", + "statOrder": 3, + "visibility": "active", + "tracked": true, + "max": 3 + }, + "Elites": { + "value": null, + "statType": "numeric", + "statOrder": 5, + "visibility": "active", + "tracked": true, + "min": 3, + "max": 6 + } + }, + "designation": "Vanguard Detachment" + }, + "Elites§Deathleaper": { + "stats": { + "Power Level": { + "value": 5 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Character", + "Deathleaper", + "Feeder Tendrils", + "Flesh Hooks", + "Infantry", + "Lictor" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Elites", + "designation": "Deathleaper" + }, + "Elites§Genestealers": { + "stats": { + "Power Level": { + "value": 5 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Acid Maw", + "Core", + "Feeder Tendrils", + "Flesh Hooks", + "Genestealers", + "Infantry", + "Toxin Sacs" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Elites", + "designation": "Genestealers" + }, + "Elites§Haruspex": { + "stats": { + "Power Level": { + "value": 9 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Acid Blood", + "Haruspex", + "Horned Chitin", + "Monster" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Elites", + "designation": "Haruspex" + }, + "Elites§Lictor": { + "stats": { + "Power Level": { + "value": 4 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Feeder Tendrils", + "Flesh Hooks", + "Infantry", + "Lictor" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Elites", + "designation": "Lictor" + }, + "Elites§Maleceptor": { + "stats": { + "Power Level": { + "value": 9 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Horned Chitin", + "Maleceptor", + "Monster", + "Psyker", + "Synapse" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Elites", + "designation": "Maleceptor" + }, + "Elites§Pyrovores": { + "stats": { + "Power Level": { + "value": 2 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Acid Blood", + "Acid Maw", + "Core", + "Infantry", + "Pyrovores" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Elites", + "designation": "Pyrovores" + }, + "Elites§Toxicrene": { + "stats": { + "Power Level": { + "value": 8 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Acid Blood", + "Feeder Tendrils", + "Monster", + "Sporecaster", + "Toxic Lashes", + "Toxicrene" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Elites", + "designation": "Toxicrene" + }, + "Elites§Tyrant Guard": { + "stats": { + "Power Level": { + "value": 8 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Adrenal Glands", + "Core", + "Infantry", + "Lash Whip", + "Toxin Sacs", + "Tyrant Guard" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Elites", + "designation": "Tyrant Guard" + }, + "Elites§Venomthropes": { + "stats": { + "Power Level": { + "value": 5 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Core", + "Feeder Tendrils", + "Fly", + "Infantry", + "Sporecaster", + "Toxic Lashes", + "Venomthropes" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Elites", + "designation": "Venomthropes" + }, + "Elites§Zoanthropes": { + "stats": { + "Power Level": { + "value": 7 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Core", + "Fly", + "Infantry", + "Psyker", + "Zoanthropes" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Elites", + "designation": "Zoanthropes" + }, + "Fast Attack§Dimachaeron": { + "stats": { + "Power Level": { + "value": 14 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Dimachaeron", + "Monster" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Fast Attack", + "designation": "Dimachaeron" + }, + "Fast Attack§Mawloc": { + "stats": { + "Power Level": { + "value": 7 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Adrenal Glands", + "Burrower", + "Mawloc", + "Monster", + "Toxin Sacs" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Fast Attack", + "designation": "Mawloc" + }, + "Fast Attack§Meiotic Spores": { + "stats": { + "Power Level": { + "value": 3 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Fly", + "Meiotic Spores", + "Spore" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Fast Attack", + "designation": "Meiotic Spores" + }, + "Fast Attack§Mucolid Spores": { + "stats": { + "Power Level": { + "value": 1 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Beast", + "Fly", + "Mucolid Spores" + ], + "Faction Keywords": [ + "Hive Tendril", + "Living Artillery", + "Tyranids" + ] + }, + "classification": "Fast Attack", + "designation": "Mucolid Spores" + }, + "Fast Attack§Parasite of Mortrex": { + "stats": { + "Power Level": { + "value": 4 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Character", + "Fly", + "Infantry", + "Parasite of Mortrex", + "Synapse" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Fast Attack", + "designation": "Parasite of Mortrex" + }, + "Fast Attack§Raveners": { + "stats": { + "Power Level": { + "value": 4 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Burrowers", + "Core", + "Infantry", + "Raveners" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Fast Attack", + "designation": "Raveners" + }, + "Fast Attack§Ripper Swarms": { + "stats": { + "Power Level": { + "value": 2 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Ripper Swarms", + "Swarm" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Fast Attack", + "designation": "Ripper Swarms" + }, + "Fast Attack§Sky-slasher Swarms": { + "stats": { + "Power Level": { + "value": 2 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Fly", + "Sky-slasher Swarm", + "Swarm" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Fast Attack", + "designation": "Sky-slasher Swarms" + }, + "Fast Attack§Spore Mines": { + "stats": { + "Power Level": { + "value": 1 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Beast", + "Fly", + "Spore Mines" + ], + "Faction Keywords": [ + "Hive Tendril", + "Living Artillery", + "Tyranids" + ] + }, + "classification": "Fast Attack", + "designation": "Spore Mines" + }, + "Fast Attack§Trygon": { + "stats": { + "Power Level": { + "value": 8 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Adrenal Glands", + "Burrower", + "Monster", + "Toxin Sacs", + "Trygon" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Fast Attack", + "designation": "Trygon" + }, + "Flyer§Harpy": { + "stats": { + "Power Level": { + "value": 9 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Aircraft", + "Fly", + "Harpy", + "Monster" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Flyer", + "designation": "Harpy" + }, + "Flyer§Hive Crone": { + "stats": { + "Power Level": { + "value": 8 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Aircraft", + "Fly", + "Hive Crone", + "Horned Chitin", + "Monster" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Flyer", + "designation": "Hive Crone" + }, + "Fortification§Sporocyst": { + "stats": { + "Power Level": { + "value": 6 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Monster", + "Sporocyst" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Fortification", + "designation": "Sporocyst" + }, + "Heavy Support§Barbed Hierodule": { + "stats": { + "Power Level": { + "value": 14 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Barbed Hierodule", + "Monster" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Heavy Support", + "designation": "Barbed Hierodule" + }, + "Heavy Support§Biovores": { + "stats": { + "Power Level": { + "value": 3 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Biovores", + "Infantry" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Heavy Support", + "designation": "Biovores" + }, + "Heavy Support§Carnifexes": { + "stats": { + "Power Level": { + "value": 7 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Acid Maw", + "Adrenal Glands", + "Carnifexes", + "Core", + "Horned Chitin", + "Monster", + "Toxin Sacs" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Heavy Support", + "designation": "Carnifexes" + }, + "Heavy Support§Exocrine": { + "stats": { + "Power Level": { + "value": 9 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Exocrine", + "Monster" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Heavy Support", + "designation": "Exocrine" + }, + "Heavy Support§Hive Guard": { + "stats": { + "Power Level": { + "value": 9 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Adrenal Glands", + "Hive Guard", + "Infantry", + "Toxin Sacs" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Heavy Support", + "designation": "Hive Guard" + }, + "Heavy Support§Screamer-Killers": { + "stats": { + "Power Level": { + "value": 7 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Adrenal Glands", + "Carnifex", + "Core", + "Monster", + "Screamer-Killers", + "Toxin Sacs" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Heavy Support", + "designation": "Screamer-Killers" + }, + "Heavy Support§Scythed Hierodule": { + "stats": { + "Power Level": { + "value": 12 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Monster", + "Scythed Hierodule" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Heavy Support", + "designation": "Scythed Hierodule" + }, + "Heavy Support§Stone-crusher Carnifex": { + "stats": { + "Power Level": { + "value": 6 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Carnifex", + "Monster", + "Stone-crusher Carnifex" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Heavy Support", + "designation": "Stone-crusher Carnifex" + }, + "Heavy Support§Thornbacks": { + "stats": { + "Power Level": { + "value": 7 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Adrenal Glands", + "Carnifex", + "Core", + "Monster", + "Thornbacks", + "Toxin Sacs" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Heavy Support", + "designation": "Thornbacks" + }, + "Heavy Support§Tyrannofex": { + "stats": { + "Power Level": { + "value": 10 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Adrenal Glands", + "Horned Chitin", + "Monster", + "Toxin Sacs", + "Tyrannofex" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Heavy Support", + "designation": "Tyrannofex" + }, + "HQ§Broodlord": { + "stats": { + "Power Level": { + "value": 6 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Broodlord", + "Character", + "Infantry", + "Psyker", + "Synapse" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "HQ", + "assets": { + "traits": [ + "Statline§Broodlord", + "Model§Broodlord" + ] + }, + "designation": "Broodlord" + }, + "HQ§Hive Tyrant": { + "stats": { + "Power Level": { + "value": 9 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Adrenal Glands", + "Character", + "Hive Tyrant", + "Horned Chitin", + "Lash Whip", + "Monster", + "Psyker", + "Synapse", + "Toxin Sacs" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "HQ", + "assets": { + "traits": [ + "Statline§Hive Tyrant", + "Model§Hive Tyrant" + ] + }, + "designation": "Hive Tyrant" + }, + "HQ§Malanthrope": { + "stats": { + "Power Level": { + "value": 8 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Character", + "Fly", + "Malanthrope", + "Monster", + "Synapse" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "HQ", + "assets": { + "traits": [ + "Statline§Malanthrope", + "Model§Malanthrope" + ] + }, + "designation": "Malanthrope" + }, + "HQ§Neurothrope": { + "stats": { + "Power Level": { + "value": 5 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Character", + "Fly", + "Horned Chitin", + "Infantry", + "Neurothrope", + "Psyker", + "Synapse" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "HQ", + "assets": { + "traits": [ + "Statline§Neurothrope", + "Model§Neurothrope" + ] + }, + "designation": "Neurothrope" + }, + "HQ§Old One Eye": { + "stats": { + "Power Level": { + "value": 11 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Carnifex", + "Character", + "Horned Chitin", + "Monster", + "Old One Eye" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "HQ", + "assets": { + "traits": [ + "Statline§Old One Eye", + "Model§Old One Eye" + ] + }, + "designation": "Old One Eye" + }, + "HQ§Tervigon": { + "stats": { + "Power Level": { + "value": 11 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Adrenal Glands", + "Character", + "Monster", + "Psyker", + "Synapse", + "Tervigon", + "Toxin Sacs" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "HQ", + "assets": { + "traits": [ + "Statline§Tervigon", + "Model§Tervigon" + ] + }, + "designation": "Tervigon" + }, + "HQ§The Swarmlord": { + "stats": { + "Power Level": { + "value": 11 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Character", + "Hive Tyrant", + "Horned Chitin", + "Monster", + "Psyker", + "Synapse", + "The Swarmlord" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "HQ", + "assets": { + "traits": [ + "Statline§The Swarmlord", + "Model§The Swarmlord" + ] + }, + "designation": "The Swarmlord" + }, + "HQ§Trygon Prime": { + "stats": { + "Power Level": { + "value": 10 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Adrenal Glands", + "Burrower", + "Character", + "Monster", + "Synapse", + "Toxin Sacs", + "Trygon Prime" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "HQ", + "assets": { + "traits": [ + "Statline§Trygon Prime", + "Model§Trygon Prime" + ] + }, + "designation": "Trygon Prime" + }, + "HQ§Tyranid Prime": { + "stats": { + "Power Level": { + "value": 5 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Adrenal Glands", + "Character", + "Flesh Hooks", + "Infantry", + "Lash Whip", + "Synapse", + "Toxin Sacs", + "Tyranid Prime" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "HQ", + "assets": { + "traits": [ + "Statline§Tyranid Prime", + "Model§Tyranid Prime" + ] + }, + "designation": "Tyranid Prime" + }, + "HQ§Winged Hive Tyrant": { + "stats": { + "Power Level": { + "value": 11 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Adrenal Glands", + "Character", + "Fly", + "Hive Tyrant", + "Horned Chitin", + "Lash Whip", + "Monster", + "Psyker", + "Synapse", + "Toxin Sacs", + "Winged Hive Tyrant" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "HQ", + "assets": { + "traits": [ + "Statline§Winged Hive Tyrant", + "Model§Winged Hive Tyrant" + ] + }, + "designation": "Winged Hive Tyrant" + }, + "Lord of War§Harridan": { + "stats": { + "Power Level": { + "value": 35 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Aircraft", + "Fly", + "Harridan", + "Monster", + "Titanic", + "Transport" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Lord of War", + "designation": "Harridan" + }, + "Lord of War§Hierophant": { + "stats": { + "Power Level": { + "value": 43 + }, + "Unit": { + "value": 1 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Fly", + "Hierophant", + "Monster", + "Titanic", + "Transport" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Lord of War", + "designation": "Hierophant" + }, + "Model§Barbed Hierodule": { + "stats": { + "Points": { + "value": 275 + } + }, + "classification": "Model", + "designation": "Barbed Hierodule" + }, + "Model§Biovore": { + "stats": { + "Points": { + "value": 45 + } + }, + "classification": "Model", + "designation": "Biovore" + }, + "Model§Broodlord": { + "stats": { + "Points": { + "value": 120 + } + }, + "classification": "Model", + "designation": "Broodlord" + }, + "Model§Carnifex": { + "stats": { + "Points": { + "value": 100 + } + }, + "classification": "Model", + "designation": "Carnifex" + }, + "Model§Deathleaper": { + "stats": { + "Points": { + "value": 95 + } + }, + "classification": "Model", + "designation": "Deathleaper" + }, + "Model§Dimachaeron": { + "stats": { + "Points": { + "value": 280 + } + }, + "classification": "Model", + "designation": "Dimachaeron" + }, + "Model§Exocrine": { + "stats": { + "Points": { + "value": 170 + } + }, + "classification": "Model", + "designation": "Exocrine" + }, + "Model§Gargoyle": { + "stats": { + "Points": { + "value": 8 + } + }, + "classification": "Model", + "designation": "Gargoyle" + }, + "Model§Genestealer": { + "stats": { + "Points": { + "value": 16 + } + }, + "classification": "Model", + "designation": "Genestealer" + }, + "Model§Harpy": { + "stats": { + "Points": { + "value": 160 + } + }, + "classification": "Model", + "designation": "Harpy" + }, + "Model§Harridan": { + "stats": { + "Points": { + "value": 700 + } + }, + "classification": "Model", + "designation": "Harridan" + }, + "Model§Haruspex": { + "stats": { + "Points": { + "value": 170 + } + }, + "classification": "Model", + "designation": "Haruspex" + }, + "Model§Hierophant": { + "stats": { + "Points": { + "value": 850 + } + }, + "classification": "Model", + "designation": "Hierophant" + }, + "Model§Hive Crone": { + "stats": { + "Points": { + "value": 150 + } + }, + "classification": "Model", + "designation": "Hive Crone" + }, + "Model§Hive Guard": { + "stats": { + "Points": { + "value": 50 + } + }, + "classification": "Model", + "designation": "Hive Guard" + }, + "Model§Hive Tyrant": { + "stats": { + "Points": { + "value": 160 + } + }, + "classification": "Model", + "designation": "Hive Tyrant" + }, + "Model§Hormagaunt": { + "stats": { + "Points": { + "value": 8 + } + }, + "classification": "Model", + "designation": "Hormagaunt" + }, + "Model§Lictor": { + "stats": { + "Points": { + "value": 70 + } + }, + "classification": "Model", + "designation": "Lictor" + }, + "Model§Malanthrope": { + "stats": { + "Points": { + "value": 150 + } + }, + "classification": "Model", + "designation": "Malanthrope" + }, + "Model§Maleceptor": { + "stats": { + "Points": { + "value": 170 + } + }, + "classification": "Model", + "designation": "Maleceptor" + }, + "Model§Mawloc": { + "stats": { + "Points": { + "value": 125 + } + }, + "classification": "Model", + "designation": "Mawloc" + }, + "Model§Meiotic Spore": { + "stats": { + "Points": { + "value": 20 + } + }, + "classification": "Model", + "designation": "Meiotic Spore" + }, + "Model§Mucolid Spore": { + "stats": { + "Points": { + "value": 20 + } + }, + "classification": "Model", + "designation": "Mucolid Spore" + }, + "Model§Neurothrope": { + "stats": { + "Points": { + "value": 100 + } + }, + "classification": "Model", + "designation": "Neurothrope" + }, + "Model§Old One Eye": { + "stats": { + "Points": { + "value": 220 + } + }, + "classification": "Model", + "designation": "Old One Eye" + }, + "Model§Parasite of Mortrex": { + "stats": { + "Points": { + "value": 80 + } + }, + "classification": "Model", + "designation": "Parasite of Mortrex" + }, + "Model§Pyrovore": { + "stats": { + "Points": { + "value": 30 + } + }, + "classification": "Model", + "designation": "Pyrovore" + }, + "Model§Ravener": { + "stats": { + "Points": { + "value": 30 + } + }, + "classification": "Model", + "designation": "Ravener" + }, + "Model§Ripper Swarm": { + "stats": { + "Points": { + "value": 15 + } + }, + "classification": "Model", + "designation": "Ripper Swarm" + }, + "Model§Screamer-Killer": { + "stats": { + "Points": { + "value": 115 + } + }, + "classification": "Model", + "designation": "Screamer-Killer" + }, + "Model§Scythed Hierodule": { + "stats": { + "Points": { + "value": 235 + } + }, + "classification": "Model", + "designation": "Scythed Hierodule" + }, + "Model§Sky-slasher Swarm": { + "stats": { + "Points": { + "value": 15 + } + }, + "classification": "Model", + "designation": "Sky-slasher Swarm" + }, + "Model§Spore Mine": { + "stats": { + "Points": { + "value": 10 + } + }, + "classification": "Model", + "designation": "Spore Mine" + }, + "Model§Sporocyst": { + "stats": { + "Points": { + "value": 95 + } + }, + "classification": "Model", + "designation": "Sporocyst" + }, + "Model§Stone-crusher Carnifex": { + "stats": { + "Points": { + "value": 105 + } + }, + "classification": "Model", + "designation": "Stone-crusher Carnifex" + }, + "Model§Termagaunt": { + "stats": { + "Points": { + "value": 7 + } + }, + "classification": "Model", + "designation": "Termagaunt" + }, + "Model§Tervigon": { + "stats": { + "Points": { + "value": 215 + } + }, + "classification": "Model", + "designation": "Tervigon" + }, + "Model§The Swarmlord": { + "stats": { + "Points": { + "value": 220 + } + }, + "classification": "Model", + "designation": "The Swarmlord" + }, + "Model§Thornback": { + "stats": { + "Points": { + "value": 115 + } + }, + "classification": "Model", + "designation": "Thornback" + }, + "Model§Toxicrene": { + "stats": { + "Points": { + "value": 150 + } + }, + "classification": "Model", + "designation": "Toxicrene" + }, + "Model§Trygon": { + "stats": { + "Points": { + "value": 145 + } + }, + "classification": "Model", + "designation": "Trygon" + }, + "Model§Trygon Prime": { + "stats": { + "Points": { + "value": 175 + } + }, + "classification": "Model", + "designation": "Trygon Prime" + }, + "Model§Tyranid Prime": { + "stats": { + "Points": { + "value": 85 + } + }, + "classification": "Model", + "designation": "Tyranid Prime" + }, + "Model§Tyranid Warrior": { + "stats": { + "Points": { + "value": 25 + } + }, + "classification": "Model", + "designation": "Tyranid Warrior" + }, + "Model§Tyrannocyte": { + "stats": { + "Points": { + "value": 100 + } + }, + "classification": "Model", + "designation": "Tyrannocyte" + }, + "Model§Tyrannofex": { + "stats": { + "Points": { + "value": 170 + } + }, + "classification": "Model", + "designation": "Tyrannofex" + }, + "Model§Tyrant Guard": { + "stats": { + "Points": { + "value": 40 + } + }, + "classification": "Model", + "designation": "Tyrant Guard" + }, + "Model§Venomthrope": { + "stats": { + "Points": { + "value": 35 + } + }, + "classification": "Model", + "designation": "Venomthrope" + }, + "Model§Winged Hive Tyrant": { + "stats": { + "Points": { + "value": 190 + } + }, + "classification": "Model", + "designation": "Winged Hive Tyrant" + }, + "Model§Zoanthrope": { + "stats": { + "Points": { + "value": 50 + } + }, + "classification": "Model", + "designation": "Zoanthrope" + }, + "Roster§Roster": { + "classification": "Roster", + "aspects": { + "Lock Qty": true, + "Unique": true, + "Describe": true, + "Rename": true, + "Type": "conceptual" + }, + "stats": { + "Detachment": { + "value": 0, + "label": "Detachments", + "statType": "numeric", + "tracked": true + }, + "Points": { + "value": 0, + "statType": "numeric", + "statOrder": -5, + "tracked": true + }, + "Power Level": { + "value": 0, + "statType": "numeric", + "statOrder": -6, + "tracked": true + }, + "Command Points": { + "value": 0, + "statType": "numeric", + "statOrder": -4 + }, + "Battle Size": { + "statType": "rank", + "increment": {}, + "ranks": { + "-": { + "order": 0, + "format": "-" + }, + "Combat Patrol": { + "order": 1, + "format": "Combat Patrol", + "tracking": { + "maxPowerLevel": 25, + "maxPoints": 500, + "maxDetachments": 1, + "startingCP": 3 + } + }, + "Incursion": { + "order": 2, + "format": "Incursion", + "tracking": { + "maxPowerLevel": 50, + "maxPoints": 1000, + "maxDetachments": 2, + "startingCP": 6 + } + }, + "Strike Force": { + "order": 3, + "format": "Strike Force", + "tracking": { + "maxPowerLevel": 100, + "maxPoints": 2000, + "maxDetachments": 3, + "startingCP": 12 + } + }, + "Onslaught": { + "order": 4, + "format": "Onslaught", + "tracking": { + "maxPowerLevel": 150, + "maxPoints": 3000, + "maxDetachments": 4, + "startingCP": 18 + } + } + }, + "statOrder": 3, + "dynamic": true + }, + "Mode": { + "statType": "rank", + "ranks": { + "0": { + "order": 0, + "format": "Power Level" + }, + "1": { + "order": 1, + "format": "Points" + } + }, + "statOrder": 4, + "visibility": "active", + "dynamic": true + } + }, + "allowed": { + "classifications": [ + "Detachment" + ] + }, + "rules": { + "Set maxes": { + "evals": [], + "failState": "pass", + "evaluate": "OR", + "actions": [ + { + "paths": [ + [ + "{self}", + "stats", + "Power Level", + "max" + ] + ], + "actionType": "set", + "value": [ + "{self}", + "tracked", + "maxPowerLevel" + ], + "iterations": 1 + }, + { + "paths": [ + [ + "{self}", + "stats", + "Points", + "max" + ] + ], + "actionType": "set", + "value": [ + "{self}", + "tracked", + "maxPoints" + ], + "iterations": 1 + }, + { + "paths": [ + [ + "{self}", + "stats", + "Detachment", + "max" + ] + ], + "actionType": "set", + "value": [ + "{self}", + "tracked", + "maxDetachments" + ], + "iterations": 1 + } + ] + }, + "use Power Level": { + "evals": [ + { + "paths": [ + [ + "{self}", + "stats", + "Mode", + "value" + ] + ], + "value": "0", + "operator": "AND", + "not": false + } + ], + "failState": "pass", + "evaluate": "OR", + "actions": [ + { + "paths": [ + [ + "{self}", + "stats", + "Points", + "visibility" + ] + ], + "actionType": "set", + "value": "hidden", + "iterations": 1 + } + ] + }, + "use Points": { + "evals": [ + { + "paths": [ + [ + "{self}", + "stats", + "Mode", + "value" + ] + ], + "value": "1", + "operator": "AND", + "not": false + } + ], + "failState": "pass", + "evaluate": "OR", + "actions": [ + { + "paths": [ + [ + "{self}", + "stats", + "Power Level", + "visibility" + ] + ], + "actionType": "set", + "value": "hidden", + "iterations": 1 + } + ] + }, + "calculate command points": { + "evals": [ + { + "paths": [ + [ + "{self}", + "tracked", + "Command Cost" + ] + ], + "operator": "AND", + "not": false, + "actionable": false, + "equation": { + "operator": "T*O", + "value": -1 + } + }, + { + "paths": [ + [ + "{self}", + "stats", + "Battle Size", + "value" + ] + ], + "value": "-", + "operator": "AND", + "not": true + } + ], + "failState": "pass", + "evaluate": "OR", + "actions": [ + { + "paths": [ + [ + "{self}", + "stats", + "Command Points", + "value" + ] + ], + "actionType": "set", + "value": [ + "{self}", + "tracked", + "startingCP" + ], + "iterations": 1 + }, + { + "paths": [ + [ + "{self}", + "stats", + "Command Points", + "value" + ] + ], + "actionType": "modify", + "value": [ + "{self}", + "rules", + "calculate command points", + "evals", + "0", + "result", + "integer" + ], + "iterations": 1 + } + ] + } + }, + "designation": "Roster" + }, + "Statline§Barbed Hierodule": { + "stats": { + "M": { + "value": "8″" + }, + "WS": { + "value": 3 + }, + "BS": { + "value": 3 + }, + "S": { + "value": 8 + }, + "T": { + "value": 8 + }, + "W": { + "value": 18 + }, + "A": { + "value": 4 + }, + "Ld": { + "value": 8 + }, + "Sv": { + "value": 2 + }, + "Base": { + "value": "127mm" + } + }, + "classification": "Statline", + "designation": "Barbed Hierodule" + }, + "Statline§Biovore": { + "stats": { + "M": { + "value": "5″" + }, + "WS": { + "value": 4 + }, + "BS": { + "value": 4 + }, + "S": { + "value": 5 + }, + "T": { + "value": 5 + }, + "W": { + "value": 4 + }, + "A": { + "value": 2 + }, + "Ld": { + "value": 5 + }, + "Sv": { + "value": 4 + }, + "Base": { + "value": "60mm" + } + }, + "classification": "Statline", + "designation": "Biovore" + }, + "Statline§Broodlord": { + "stats": { + "M": { + "value": "8″" + }, + "WS": { + "value": 2 + }, + "BS": { + "value": 6 + }, + "S": { + "value": 5 + }, + "T": { + "value": 5 + }, + "W": { + "value": 7 + }, + "A": { + "value": 6 + }, + "Ld": { + "value": 10 + }, + "Sv": { + "value": 4 + }, + "Base": { + "value": "75 x 42mm" + } + }, + "classification": "Statline", + "designation": "Broodlord" + }, + "Statline§Carnifex": { + "stats": { + "M": { + "value": "8″" + }, + "WS": { + "value": 3 + }, + "BS": { + "value": 4 + }, + "S": { + "value": 6 + }, + "T": { + "value": 7 + }, + "W": { + "value": 9 + }, + "A": { + "value": 4 + }, + "Ld": { + "value": 6 + }, + "Sv": { + "value": 2 + }, + "Base": { + "value": "60mm" + } + }, + "classification": "Statline", + "designation": "Carnifex" + }, + "Statline§Deathleaper": { + "stats": { + "M": { + "value": "10″" + }, + "WS": { + "value": 2 + }, + "BS": { + "value": 6 + }, + "S": { + "value": 7 + }, + "T": { + "value": 5 + }, + "W": { + "value": 7 + }, + "A": { + "value": 7 + }, + "Ld": { + "value": 8 + }, + "Sv": { + "value": 4 + }, + "Base": { + "value": "40mm" + } + }, + "classification": "Statline", + "designation": "Deathleaper" + }, + "Statline§Dimachaeron": { + "stats": { + "M": { + "value": "12″" + }, + "WS": { + "value": 3 + }, + "BS": { + "value": 3 + }, + "S": { + "value": 7 + }, + "T": { + "value": 7 + }, + "W": { + "value": 18 + }, + "A": { + "value": 6 + }, + "Ld": { + "value": 8 + }, + "Sv": { + "value": 3 + }, + "Base": { + "value": "120 x 92mm" + } + }, + "classification": "Statline", + "designation": "Dimachaeron" + }, + "Statline§Exocrine": { + "stats": { + "M": { + "value": "8″" + }, + "WS": { + "value": 3 + }, + "BS": { + "value": 3 + }, + "S": { + "value": 7 + }, + "T": { + "value": 8 + }, + "W": { + "value": 15 + }, + "A": { + "value": 3 + }, + "Ld": { + "value": 7 + }, + "Sv": { + "value": 2 + }, + "Base": { + "value": "120 x 92mm" + } + }, + "classification": "Statline", + "designation": "Exocrine" + }, + "Statline§Gargoyle": { + "stats": { + "M": { + "value": "12″" + }, + "WS": { + "value": 4 + }, + "BS": { + "value": 4 + }, + "S": { + "value": 3 + }, + "T": { + "value": 3 + }, + "W": { + "value": 1 + }, + "A": { + "value": 1 + }, + "Ld": { + "value": 5 + }, + "Sv": { + "value": 6 + }, + "Base": { + "value": "32mm flying base" + } + }, + "classification": "Statline", + "designation": "Gargoyle" + }, + "Statline§Genestealer": { + "stats": { + "M": { + "value": "8″" + }, + "WS": { + "value": 3 + }, + "BS": { + "value": 6 + }, + "S": { + "value": 4 + }, + "T": { + "value": 4 + }, + "W": { + "value": 1 + }, + "A": { + "value": 4 + }, + "Ld": { + "value": 8 + }, + "Sv": { + "value": 5 + }, + "Base": { + "value": "25mm" + } + }, + "classification": "Statline", + "designation": "Genestealer" + }, + "Statline§Harpy": { + "stats": { + "M": { + "value": "15-40″" + }, + "WS": { + "value": 3 + }, + "BS": { + "value": 3 + }, + "S": { + "value": 6 + }, + "T": { + "value": 7 + }, + "W": { + "value": 13 + }, + "A": { + "value": 4 + }, + "Ld": { + "value": 8 + }, + "Sv": { + "value": 3 + }, + "Base": { + "value": "120 x 92mm flying base" + } + }, + "classification": "Statline", + "designation": "Harpy" + }, + "Statline§Harridan": { + "stats": { + "M": { + "value": "20-45″" + }, + "WS": { + "value": 3 + }, + "BS": { + "value": 3 + }, + "S": { + "value": 8 + }, + "T": { + "value": 8 + }, + "W": { + "value": 34 + }, + "A": { + "value": 5 + }, + "Ld": { + "value": 9 + }, + "Sv": { + "value": 3 + }, + "Base": { + "value": "120 x 92mm flying base" + } + }, + "classification": "Statline", + "designation": "Harridan" + }, + "Statline§Haruspex": { + "stats": { + "M": { + "value": "8″" + }, + "WS": { + "value": 3 + }, + "BS": { + "value": 3 + }, + "S": { + "value": 7 + }, + "T": { + "value": 8 + }, + "W": { + "value": 15 + }, + "A": { + "value": 5 + }, + "Ld": { + "value": 7 + }, + "Sv": { + "value": 2 + }, + "Base": { + "value": "120 x 92mm" + } + }, + "classification": "Statline", + "designation": "Haruspex" + }, + "Statline§Hierophant": { + "stats": { + "M": { + "value": "10″" + }, + "WS": { + "value": 3 + }, + "BS": { + "value": 3 + }, + "S": { + "value": 8 + }, + "T": { + "value": 8 + }, + "W": { + "value": 34 + }, + "A": { + "value": 6 + }, + "Ld": { + "value": 9 + }, + "Sv": { + "value": 2 + }, + "Base": { + "value": "Use model" + } + }, + "classification": "Statline", + "designation": "Hierophant" + }, + "Statline§Hive Crone": { + "stats": { + "M": { + "value": "15-40″" + }, + "WS": { + "value": 3 + }, + "BS": { + "value": 3 + }, + "S": { + "value": 6 + }, + "T": { + "value": 7 + }, + "W": { + "value": 13 + }, + "A": { + "value": 4 + }, + "Ld": { + "value": 8 + }, + "Sv": { + "value": 3 + }, + "Base": { + "value": "120 x 92mm flying base" + } + }, + "classification": "Statline", + "designation": "Hive Crone" + }, + "Statline§Hive Guard": { + "stats": { + "M": { + "value": "6″" + }, + "WS": { + "value": 4 + }, + "BS": { + "value": 3 + }, + "S": { + "value": 5 + }, + "T": { + "value": 6 + }, + "W": { + "value": 4 + }, + "A": { + "value": 3 + }, + "Ld": { + "value": 5 + }, + "Sv": { + "value": 3 + }, + "Base": { + "value": "50mm" + } + }, + "classification": "Statline", + "designation": "Hive Guard" + }, + "Statline§Hive Tyrant": { + "stats": { + "M": { + "value": "9″" + }, + "WS": { + "value": 2 + }, + "BS": { + "value": 2 + }, + "S": { + "value": 7 + }, + "T": { + "value": 8 + }, + "W": { + "value": 12 + }, + "A": { + "value": 5 + }, + "Ld": { + "value": 10 + }, + "Sv": { + "value": 2 + }, + "Base": { + "value": "60mm" + } + }, + "classification": "Statline", + "designation": "Hive Tyrant" + }, + "Statline§Hormagaunt": { + "stats": { + "M": { + "value": "10″" + }, + "WS": { + "value": 4 + }, + "BS": { + "value": 4 + }, + "S": { + "value": 3 + }, + "T": { + "value": 3 + }, + "W": { + "value": 1 + }, + "A": { + "value": 3 + }, + "Ld": { + "value": 5 + }, + "Sv": { + "value": 5 + }, + "Base": { + "value": "25mm" + } + }, + "classification": "Statline", + "designation": "Hormagaunt" + }, + "Statline§Lictor": { + "stats": { + "M": { + "value": "10″" + }, + "WS": { + "value": 2 + }, + "BS": { + "value": 6 + }, + "S": { + "value": 7 + }, + "T": { + "value": 5 + }, + "W": { + "value": 5 + }, + "A": { + "value": 6 + }, + "Ld": { + "value": 8 + }, + "Sv": { + "value": 4 + }, + "Base": { + "value": "40mm" + } + }, + "classification": "Statline", + "designation": "Lictor" + }, + "Statline§Malanthrope": { + "stats": { + "M": { + "value": "5″" + }, + "WS": { + "value": 4 + }, + "BS": { + "value": 4 + }, + "S": { + "value": 4 + }, + "T": { + "value": 5 + }, + "W": { + "value": 9 + }, + "A": { + "value": 4 + }, + "Ld": { + "value": 9 + }, + "Sv": { + "value": 5 + }, + "Base": { + "value": "60mm" + } + }, + "classification": "Statline", + "designation": "Malanthrope" + }, + "Statline§Maleceptor": { + "stats": { + "M": { + "value": "8″" + }, + "WS": { + "value": 3 + }, + "BS": { + "value": 3 + }, + "S": { + "value": 7 + }, + "T": { + "value": 8 + }, + "W": { + "value": 15 + }, + "A": { + "value": 3 + }, + "Ld": { + "value": 10 + }, + "Sv": { + "value": 3 + }, + "Base": { + "value": "120 x 92mm" + } + }, + "classification": "Statline", + "designation": "Maleceptor" + }, + "Statline§Mawloc": { + "stats": { + "M": { + "value": "10″" + }, + "WS": { + "value": 3 + }, + "BS": { + "value": 3 + }, + "S": { + "value": 7 + }, + "T": { + "value": 7 + }, + "W": { + "value": 14 + }, + "A": { + "value": 16 + }, + "Ld": { + "value": 7 + }, + "Sv": { + "value": 3 + }, + "Base": { + "value": "120 x 92mm" + } + }, + "classification": "Statline", + "designation": "Mawloc" + }, + "Statline§Meiotic Spore": { + "stats": { + "M": { + "value": "3″" + }, + "WS": { + "value": null + }, + "BS": { + "value": null + }, + "S": { + "value": 1 + }, + "T": { + "value": 2 + }, + "W": { + "value": 2 + }, + "A": { + "value": 1 + }, + "Ld": { + "value": 10 + }, + "Sv": { + "value": 7 + }, + "Base": { + "value": "40mm" + } + }, + "classification": "Statline", + "designation": "Meiotic Spore" + }, + "Statline§Mucolid Spore": { + "stats": { + "M": { + "value": "4″" + }, + "WS": { + "value": 6 + }, + "BS": { + "value": 6 + }, + "S": { + "value": 1 + }, + "T": { + "value": 4 + }, + "W": { + "value": 4 + }, + "A": { + "value": null + }, + "Ld": { + "value": 10 + }, + "Sv": { + "value": 6 + }, + "Base": { + "value": "40mm" + } + }, + "classification": "Statline", + "designation": "Mucolid Spore" + }, + "Statline§Neurothrope": { + "stats": { + "M": { + "value": "6″" + }, + "WS": { + "value": 5 + }, + "BS": { + "value": 3 + }, + "S": { + "value": 5 + }, + "T": { + "value": 5 + }, + "W": { + "value": 6 + }, + "A": { + "value": 2 + }, + "Ld": { + "value": 10 + }, + "Sv": { + "value": 5 + }, + "Base": { + "value": "40mm" + } + }, + "classification": "Statline", + "designation": "Neurothrope" + }, + "Statline§Old One Eye": { + "stats": { + "M": { + "value": "8″" + }, + "WS": { + "value": 2 + }, + "BS": { + "value": 2 + }, + "S": { + "value": 6 + }, + "T": { + "value": 7 + }, + "W": { + "value": 9 + }, + "A": { + "value": 6 + }, + "Ld": { + "value": 7 + }, + "Sv": { + "value": 2 + }, + "Base": { + "value": "60mm" + } + }, + "classification": "Statline", + "designation": "Old One Eye" + }, + "Statline§Parasite of Mortrex": { + "stats": { + "M": { + "value": "16″" + }, + "WS": { + "value": 2 + }, + "BS": { + "value": 3 + }, + "S": { + "value": 5 + }, + "T": { + "value": 5 + }, + "W": { + "value": 6 + }, + "A": { + "value": 6 + }, + "Ld": { + "value": 8 + }, + "Sv": { + "value": 4 + }, + "Base": { + "value": "40mm" + } + }, + "classification": "Statline", + "designation": "Parasite of Mortrex" + }, + "Statline§Pyrovore": { + "stats": { + "M": { + "value": "5″" + }, + "WS": { + "value": 3 + }, + "BS": { + "value": 3 + }, + "S": { + "value": 5 + }, + "T": { + "value": 5 + }, + "W": { + "value": 5 + }, + "A": { + "value": 3 + }, + "Ld": { + "value": 5 + }, + "Sv": { + "value": 3 + }, + "Base": { + "value": "60mm" + } + }, + "classification": "Statline", + "designation": "Pyrovore" + }, + "Statline§Ravener": { + "stats": { + "M": { + "value": "12″" + }, + "WS": { + "value": 3 + }, + "BS": { + "value": 3 + }, + "S": { + "value": 5 + }, + "T": { + "value": 5 + }, + "W": { + "value": 4 + }, + "A": { + "value": 5 + }, + "Ld": { + "value": 5 + }, + "Sv": { + "value": 4 + }, + "Base": { + "value": "40mm" + } + }, + "classification": "Statline", + "designation": "Ravener" + }, + "Statline§Ripper Swarm": { + "stats": { + "M": { + "value": "6″" + }, + "WS": { + "value": 5 + }, + "BS": { + "value": 5 + }, + "S": { + "value": 3 + }, + "T": { + "value": 3 + }, + "W": { + "value": 4 + }, + "A": { + "value": 4 + }, + "Ld": { + "value": 4 + }, + "Sv": { + "value": 6 + }, + "Base": { + "value": "40mm" + } + }, + "classification": "Statline", + "designation": "Ripper Swarm" + }, + "Statline§Screamer-Killer": { + "stats": { + "M": { + "value": "10″" + }, + "WS": { + "value": 3 + }, + "BS": { + "value": 4 + }, + "S": { + "value": 6 + }, + "T": { + "value": 7 + }, + "W": { + "value": 9 + }, + "A": { + "value": 10 + }, + "Ld": { + "value": 6 + }, + "Sv": { + "value": 2 + }, + "Base": { + "value": "60mm" + } + }, + "classification": "Statline", + "designation": "Screamer-Killer" + }, + "Statline§Scythed Hierodule": { + "stats": { + "M": { + "value": "12″" + }, + "WS": { + "value": 3 + }, + "BS": { + "value": 3 + }, + "S": { + "value": 8 + }, + "T": { + "value": 8 + }, + "W": { + "value": 18 + }, + "A": { + "value": 6 + }, + "Ld": { + "value": 8 + }, + "Sv": { + "value": 3 + }, + "Base": { + "value": "127mm" + } + }, + "classification": "Statline", + "designation": "Scythed Hierodule" + }, + "Statline§Sky-slasher Swarm": { + "stats": { + "M": { + "value": "12″" + }, + "WS": { + "value": 5 + }, + "BS": { + "value": 5 + }, + "S": { + "value": 3 + }, + "T": { + "value": 3 + }, + "W": { + "value": 3 + }, + "A": { + "value": 4 + }, + "Ld": { + "value": 4 + }, + "Sv": { + "value": 6 + }, + "Base": { + "value": "40mm" + } + }, + "classification": "Statline", + "designation": "Sky-slasher Swarm" + }, + "Statline§Spore Mine": { + "stats": { + "M": { + "value": "4″" + }, + "WS": { + "value": 6 + }, + "BS": { + "value": 6 + }, + "S": { + "value": 1 + }, + "T": { + "value": 3 + }, + "W": { + "value": 1 + }, + "A": { + "value": null + }, + "Ld": { + "value": 10 + }, + "Sv": { + "value": 6 + }, + "Base": { + "value": "25mm" + } + }, + "classification": "Statline", + "designation": "Spore Mine" + }, + "Statline§Sporocyst": { + "stats": { + "M": { + "value": "-" + }, + "WS": { + "value": 5 + }, + "BS": { + "value": 5 + }, + "S": { + "value": 7 + }, + "T": { + "value": 7 + }, + "W": { + "value": 10 + }, + "A": { + "value": 6 + }, + "Ld": { + "value": 6 + }, + "Sv": { + "value": 4 + }, + "Base": { + "value": "100mm" + } + }, + "classification": "Statline", + "designation": "Sporocyst" + }, + "Statline§Stone-crusher Carnifex": { + "stats": { + "M": { + "value": "7″" + }, + "WS": { + "value": 4 + }, + "BS": { + "value": 4 + }, + "S": { + "value": 7 + }, + "T": { + "value": 7 + }, + "W": { + "value": 8 + }, + "A": { + "value": 4 + }, + "Ld": { + "value": 6 + }, + "Sv": { + "value": 3 + }, + "Base": { + "value": "60mm" + } + }, + "classification": "Statline", + "designation": "Stone-crusher Carnifex" + }, + "Statline§Termagaunt": { + "stats": { + "M": { + "value": "6″" + }, + "WS": { + "value": 4 + }, + "BS": { + "value": 4 + }, + "S": { + "value": 3 + }, + "T": { + "value": 3 + }, + "W": { + "value": 1 + }, + "A": { + "value": 1 + }, + "Ld": { + "value": 5 + }, + "Sv": { + "value": 6 + }, + "Base": { + "value": "25mm" + } + }, + "classification": "Statline", + "designation": "Termagaunt" + }, + "Statline§Tervigon": { + "stats": { + "M": { + "value": "8″" + }, + "WS": { + "value": 3 + }, + "BS": { + "value": 3 + }, + "S": { + "value": 7 + }, + "T": { + "value": 8 + }, + "W": { + "value": 17 + }, + "A": { + "value": 4 + }, + "Ld": { + "value": 10 + }, + "Sv": { + "value": 2 + }, + "Base": { + "value": "120 x 92mm" + } + }, + "classification": "Statline", + "designation": "Tervigon" + }, + "Statline§The Swarmlord": { + "stats": { + "M": { + "value": "9″" + }, + "WS": { + "value": 2 + }, + "BS": { + "value": 2 + }, + "S": { + "value": 8 + }, + "T": { + "value": 8 + }, + "W": { + "value": 13 + }, + "A": { + "value": 9 + }, + "Ld": { + "value": 10 + }, + "Sv": { + "value": 2 + }, + "Base": { + "value": "60mm" + } + }, + "classification": "Statline", + "designation": "The Swarmlord" + }, + "Statline§Thornback": { + "stats": { + "M": { + "value": "6″" + }, + "WS": { + "value": 3 + }, + "BS": { + "value": 4 + }, + "S": { + "value": 6 + }, + "T": { + "value": 7 + }, + "W": { + "value": 9 + }, + "A": { + "value": 4 + }, + "Ld": { + "value": 6 + }, + "Sv": { + "value": 2 + }, + "Base": { + "value": "60mm" + } + }, + "classification": "Statline", + "designation": "Thornback" + }, + "Statline§Toxicrene": { + "stats": { + "M": { + "value": "8″" + }, + "WS": { + "value": 3 + }, + "BS": { + "value": 3 + }, + "S": { + "value": 7 + }, + "T": { + "value": 8 + }, + "W": { + "value": 15 + }, + "A": { + "value": 12 + }, + "Ld": { + "value": 7 + }, + "Sv": { + "value": 3 + }, + "Base": { + "value": "120 x 92mm" + } + }, + "classification": "Statline", + "designation": "Toxicrene" + }, + "Statline§Trygon": { + "stats": { + "M": { + "value": "10″" + }, + "WS": { + "value": 3 + }, + "BS": { + "value": 3 + }, + "S": { + "value": 7 + }, + "T": { + "value": 7 + }, + "W": { + "value": 14 + }, + "A": { + "value": 12 + }, + "Ld": { + "value": 7 + }, + "Sv": { + "value": 3 + }, + "Base": { + "value": "120 x 92mm" + } + }, + "classification": "Statline", + "designation": "Trygon" + }, + "Statline§Trygon Prime": { + "stats": { + "M": { + "value": "10″" + }, + "WS": { + "value": 3 + }, + "BS": { + "value": 3 + }, + "S": { + "value": 7 + }, + "T": { + "value": 7 + }, + "W": { + "value": 14 + }, + "A": { + "value": 12 + }, + "Ld": { + "value": 10 + }, + "Sv": { + "value": 3 + }, + "Base": { + "value": "120 x 92mm" + } + }, + "classification": "Statline", + "designation": "Trygon Prime" + }, + "Statline§Tyranid Prime": { + "stats": { + "M": { + "value": "6″" + }, + "WS": { + "value": 2 + }, + "BS": { + "value": 2 + }, + "S": { + "value": 5 + }, + "T": { + "value": 5 + }, + "W": { + "value": 6 + }, + "A": { + "value": 4 + }, + "Ld": { + "value": 10 + }, + "Sv": { + "value": 3 + }, + "Base": { + "value": "40mm" + } + }, + "classification": "Statline", + "designation": "Tyranid Prime" + }, + "Statline§Tyranid Warrior": { + "stats": { + "M": { + "value": "6″" + }, + "WS": { + "value": 3 + }, + "BS": { + "value": 3 + }, + "S": { + "value": 5 + }, + "T": { + "value": 5 + }, + "W": { + "value": 3 + }, + "A": { + "value": 3 + }, + "Ld": { + "value": 9 + }, + "Sv": { + "value": 4 + }, + "Base": { + "value": "40mm" + } + }, + "classification": "Statline", + "designation": "Tyranid Warrior" + }, + "Statline§Tyrannocyte": { + "stats": { + "M": { + "value": "8″" + }, + "WS": { + "value": 5 + }, + "BS": { + "value": 5 + }, + "S": { + "value": 7 + }, + "T": { + "value": 7 + }, + "W": { + "value": 15 + }, + "A": { + "value": 6 + }, + "Ld": { + "value": 6 + }, + "Sv": { + "value": 4 + }, + "Base": { + "value": "100mm" + } + }, + "classification": "Statline", + "designation": "Tyrannocyte" + }, + "Statline§Tyrannofex": { + "stats": { + "M": { + "value": "9″" + }, + "WS": { + "value": 3 + }, + "BS": { + "value": 3 + }, + "S": { + "value": 7 + }, + "T": { + "value": 8 + }, + "W": { + "value": 17 + }, + "A": { + "value": 4 + }, + "Ld": { + "value": 7 + }, + "Sv": { + "value": 2 + }, + "Base": { + "value": "120 x 92mm" + } + }, + "classification": "Statline", + "designation": "Tyrannofex" + }, + "Statline§Tyrant Guard": { + "stats": { + "M": { + "value": "6″" + }, + "WS": { + "value": 3 + }, + "BS": { + "value": 4 + }, + "S": { + "value": 5 + }, + "T": { + "value": 6 + }, + "W": { + "value": 4 + }, + "A": { + "value": 3 + }, + "Ld": { + "value": 5 + }, + "Sv": { + "value": 2 + }, + "Base": { + "value": "50mm" + } + }, + "classification": "Statline", + "designation": "Tyrant Guard" + }, + "Statline§Venomthrope": { + "stats": { + "M": { + "value": "8″" + }, + "WS": { + "value": 3 + }, + "BS": { + "value": 3 + }, + "S": { + "value": 5 + }, + "T": { + "value": 5 + }, + "W": { + "value": 4 + }, + "A": { + "value": 5 + }, + "Ld": { + "value": 5 + }, + "Sv": { + "value": 4 + }, + "Base": { + "value": "40mm" + } + }, + "classification": "Statline", + "designation": "Venomthrope" + }, + "Statline§Winged Hive Tyrant": { + "stats": { + "M": { + "value": "16″" + }, + "WS": { + "value": 2 + }, + "BS": { + "value": 2 + }, + "S": { + "value": 7 + }, + "T": { + "value": 7 + }, + "W": { + "value": 12 + }, + "A": { + "value": 5 + }, + "Ld": { + "value": 10 + }, + "Sv": { + "value": 3 + }, + "Base": { + "value": "60mm" + } + }, + "classification": "Statline", + "designation": "Winged Hive Tyrant" + }, + "Statline§Zoanthrope": { + "stats": { + "M": { + "value": "6″" + }, + "WS": { + "value": 5 + }, + "BS": { + "value": 3 + }, + "S": { + "value": 5 + }, + "T": { + "value": 5 + }, + "W": { + "value": 4 + }, + "A": { + "value": 2 + }, + "Ld": { + "value": 9 + }, + "Sv": { + "value": 5 + }, + "Base": { + "value": "40mm" + } + }, + "classification": "Statline", + "designation": "Zoanthrope" + }, + "Troops§Gargoyles": { + "stats": { + "Power Level": { + "value": 4 + }, + "Unit": { + "value": 1 + }, + "Gargoyles": { + "value": 10, + "statType": "numeric", + "increment": { + "value": 10 + }, + "visibility": "always", + "dynamic": true, + "min": 10, + "max": 30 + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Core", + "Endless Multitude", + "Fly", + "Gargoyles", + "Infantry" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Troops", + "assets": { + "traits": [ + "Statline§Gargoyle", + { + "item": "Model§Gargoyle", + "quantity": 10 + } + ] + }, + "designation": "Gargoyles" + }, + "Troops§Hormagaunts": { + "stats": { + "Power Level": { + "value": 4 + }, + "Unit": { + "value": 1 + }, + "Hormagaunts": { + "value": 10, + "statType": "numeric", + "increment": { + "value": 10 + }, + "visibility": "always", + "dynamic": true, + "min": 10, + "max": 30 + }, + "Toxin sacs": { + "dynamic": true, + "statType": "rank", + "ranks": { + "0": { + "order": 0, + "icons": [ + "cancel" + ], + "format": "{i0} {v}", + "number": 1 + }, + "1": { + "order": 1, + "icons": [ + "confirmed" + ], + "format": "{i0} {v}", + "text": "Hits of 6 auto wound.", + "number": 1 + } + }, + "value": "0" + }, + "Adrenal glands": { + "statType": "rank", + "ranks": { + "0": { + "order": 0, + "icons": [ + "cancel" + ], + "format": "{i0} {v}", + "number": 2 + }, + "1": { + "order": 1, + "icons": [ + "confirmed" + ], + "format": "{i0} {v}", + "text": "+1″ movement characteristic, +1 strength characteristic.", + "number": 2 + } + }, + "dynamic": true, + "value": "0" + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Core", + "Endless Multitude", + "Hormagaunts", + "Infantry" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Troops", + "assets": { + "traits": [ + "Statline§Hormagaunt", + { + "item": "Model§Hormagaunt", + "quantity": 10 + } + ] + }, + "designation": "Hormagaunts" + }, + "Troops§Termagaunts": { + "stats": { + "Power Level": { + "value": 4 + }, + "Unit": { + "value": 1 + }, + "Termagaunts": { + "value": 10, + "statType": "numeric", + "increment": { + "value": 10 + }, + "visibility": "always", + "dynamic": true, + "min": 10, + "max": 30 + }, + "Toxin sacs": { + "dynamic": true, + "statType": "rank", + "ranks": { + "0": { + "order": 0, + "icons": [ + "cancel" + ], + "format": "{i0} {v}", + "number": 1 + }, + "1": { + "order": 1, + "icons": [ + "confirmed" + ], + "format": "{i0} {v}", + "text": "Hits of 6 auto wound.", + "number": 1 + } + }, + "value": "0" + }, + "Adrenal glands": { + "dynamic": true, + "statType": "rank", + "ranks": { + "0": { + "order": 0, + "icons": [ + "cancel" + ], + "format": "{i0} {v}", + "number": 1 + }, + "1": { + "order": 1, + "icons": [ + "confirmed" + ], + "format": "{i0} {v}", + "text": "+1″ movement characteristic, +1 strength characteristic.", + "number": 1 + } + }, + "value": "0" + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Core", + "Endless Multitude", + "Infantry", + "Termagaunts" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Troops", + "assets": { + "traits": [ + "Statline§Termagaunt", + { + "item": "Model§Termagaunt", + "quantity": 10 + } + ] + }, + "designation": "Termagaunts" + }, + "Troops§Tyranid Warriors": { + "stats": { + "Power Level": { + "value": 4 + }, + "Points": { + "value": 75 + }, + "Unit": { + "value": 1 + }, + "model": { + "value": "Model§Tyranid Warrior" + }, + "Tyranid Warriors": { + "value": 3, + "statType": "numeric", + "increment": { + "value": 3 + }, + "visibility": "always", + "dynamic": true, + "min": 3, + "max": 9 + }, + "Adrenal glands": { + "statType": "rank", + "ranks": { + "0": { + "order": 0, + "icons": [ + "cancel" + ], + "format": "{i0} {v}" + }, + "1": { + "order": 1, + "tracking": { + "Points": 15 + }, + "icons": [ + "confirmed" + ], + "format": "{i0} {v}", + "text": "+1″ movement characteristic, +1 strength characteristic.", + "number": 0 + } + }, + "dynamic": true, + "value": "0" + }, + "Flesh hooks": { + "statType": "rank", + "ranks": { + "0": { + "order": 0, + "icons": [ + "cancel" + ], + "format": "{i0} {v}" + }, + "1": { + "order": 1, + "tracking": { + "Points": 5 + }, + "icons": [ + "confirmed" + ], + "format": "{i0} {v}", + "number": 0 + } + }, + "dynamic": true, + "value": "0" + }, + "Toxin sacs": { + "statType": "rank", + "ranks": { + "0": { + "order": 0, + "icons": [ + "cancel" + ], + "format": "{i0} {v}" + }, + "1": { + "order": 1, + "tracking": { + "Points": 10 + }, + "icons": [ + "confirmed" + ], + "format": "{i0} {v}", + "text": "+1″ movement characteristic, +1 strength characteristic.", + "number": 0 + } + }, + "dynamic": true, + "value": "0" + } + }, + "keywords": { + "Keywords": [], + "General": [ + "Core", + "Infantry", + "Lash Whip", + "Synapse", + "Tyranid Warriors" + ], + "Faction Keywords": [ + "", + "Hive Tendril", + "Tyranids" + ] + }, + "classification": "Troops", + "assets": { + "traits": [ + "Statline§Tyranid Warrior" + ] + }, + "designation": "Tyranid Warriors" + }, + "Weapons§Acid spray": { + "stats": { + "Points": { + "value": 5 + }, + "Range": { + "value": "18″" + }, + "Type": { + "value": "Heavy D6+6" + }, + "S": { + "value": "6" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "2" + } + }, + "classification": "Weapons", + "designation": "Acid spray" + }, + "Weapons§Barbed ovipositor": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "1" + }, + "AP": { + "value": "-1" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Barbed ovipositor" + }, + "Weapons§Barbed strangler": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "36″" + }, + "Type": { + "value": "Assault D6" + }, + "S": { + "value": "6" + }, + "AP": { + "value": "-1" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Barbed strangler" + }, + "Weapons§Bio-acid spray": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "18″" + }, + "Type": { + "value": "Heavy 3D6" + }, + "S": { + "value": "6" + }, + "AP": { + "value": "-2" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Bio-acid spray" + }, + "Weapons§Bio-cannon": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "48″" + }, + "Type": { + "value": "Heavy 6" + }, + "S": { + "value": "8" + }, + "AP": { + "value": "-2" + }, + "D": { + "value": "2" + } + }, + "classification": "Weapons", + "designation": "Bio-cannon" + }, + "Weapons§Bio-electric pulse": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "12″" + }, + "Type": { + "value": "Assault 8" + }, + "S": { + "value": "5" + }, + "AP": { + "value": "0" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Bio-electric pulse" + }, + "Weapons§Bio-electric pulse with containment spines": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "12″" + }, + "Type": { + "value": "Assault 8" + }, + "S": { + "value": "5" + }, + "AP": { + "value": "-2" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Bio-electric pulse with containment spines" + }, + "Weapons§Bio-flail": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "1" + }, + "AP": { + "value": "-1" + }, + "D": { + "value": "2" + } + }, + "classification": "Weapons", + "designation": "Bio-flail" + }, + "Weapons§Bio-plasma": { + "stats": { + "Points": { + "value": 10 + }, + "Range": { + "value": "12″" + }, + "Type": { + "value": "Assault D3" + }, + "S": { + "value": "6" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Bio-plasma" + }, + "Weapons§Bio-plasma torrent": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "12″" + }, + "Type": { + "value": "Assault 2D6" + }, + "S": { + "value": "7" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Bio-plasma torrent" + }, + "Weapons§Bio-plasmic cannon": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "36″" + }, + "Type": { + "value": "Heavy D3+6" + }, + "S": { + "value": "8" + }, + "AP": { + "value": "-4" + }, + "D": { + "value": "3" + } + }, + "classification": "Weapons", + "designation": "Bio-plasmic cannon" + }, + "Weapons§Bio-plasmic scream": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "18″" + }, + "Type": { + "value": "Assault D6" + }, + "S": { + "value": "8" + }, + "AP": { + "value": "-4" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Bio-plasmic scream" + }, + "Weapons§Bludgeoning fists": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "1" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Bludgeoning fists" + }, + "Weapons§Bone mace": { + "stats": { + "Points": { + "value": 5 + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "1" + }, + "AP": { + "value": "-2" + }, + "D": { + "value": "2" + } + }, + "classification": "Weapons", + "designation": "Bone mace" + }, + "Weapons§Bone sabres": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "1" + }, + "AP": { + "value": "-4" + }, + "D": { + "value": "3" + } + }, + "classification": "Weapons", + "designation": "Bone sabres" + }, + "Weapons§Bonecleaver": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "User" + }, + "AP": { + "value": "-1" + }, + "D": { + "value": "2" + } + }, + "classification": "Weapons", + "designation": "Bonecleaver" + }, + "Weapons§Bonesword": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "2" + }, + "AP": { + "value": "-2" + }, + "D": { + "value": "2" + } + }, + "classification": "Weapons", + "designation": "Bonesword" + }, + "Weapons§Broodlord claws and talons": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "User" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "2" + } + }, + "classification": "Weapons", + "designation": "Broodlord claws and talons" + }, + "Weapons§Burning spray": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "12″" + }, + "Type": { + "value": "Assault D6" + }, + "S": { + "value": "6" + }, + "AP": { + "value": "-2" + }, + "D": { + "value": "2" + } + }, + "classification": "Weapons", + "designation": "Burning spray" + }, + "Weapons§Carnifex crushing claw": { + "stats": { + "Points": { + "value": 5 + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "4" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "D3+3" + } + }, + "classification": "Weapons", + "designation": "Carnifex crushing claw" + }, + "Weapons§Carnifex scything talon": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "User" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "3" + } + }, + "classification": "Weapons", + "designation": "Carnifex scything talon" + }, + "Weapons§Chitin-barbed fists": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "1" + }, + "AP": { + "value": "-1" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Chitin-barbed fists" + }, + "Weapons§Clawed limbs": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "User" + }, + "AP": { + "value": "-2" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Clawed limbs" + }, + "Weapons§Claws and teeth": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "User" + }, + "AP": { + "value": "0" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Claws and teeth" + }, + "Weapons§Crushing claw": { + "stats": { + "Points": { + "value": 10 + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "3" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "2" + } + }, + "classification": "Weapons", + "designation": "Crushing claw" + }, + "Weapons§Deathspitter": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "24″" + }, + "Type": { + "value": "Assault 3" + }, + "S": { + "value": "5" + }, + "AP": { + "value": "-2" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Deathspitter" + }, + "Weapons§Deathspitter with slimer maggots": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "24″" + }, + "Type": { + "value": "Assault 3" + }, + "S": { + "value": "7" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Deathspitter with slimer maggots" + }, + "Weapons§Devourer": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "18″" + }, + "Type": { + "value": "Assault 5" + }, + "S": { + "value": "4" + }, + "AP": { + "value": "0" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Devourer" + }, + "Weapons§Devourer with brainleech worms": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "18″" + }, + "Type": { + "value": "Assault 6" + }, + "S": { + "value": "6" + }, + "AP": { + "value": "0" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Devourer with brainleech worms" + }, + "Weapons§Dire bio-cannon": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "48″" + }, + "Type": { + "value": "Heavy 8" + }, + "S": { + "value": "10" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "3" + } + }, + "classification": "Weapons", + "designation": "Dire bio-cannon" + }, + "Weapons§Drool cannon": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "18″" + }, + "Type": { + "value": "Assault 2D6" + }, + "S": { + "value": "6" + }, + "AP": { + "value": "-2" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Drool cannon" + }, + "Weapons§Dual boneswords": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "2" + }, + "AP": { + "value": "-2" + }, + "D": { + "value": "2" + } + }, + "classification": "Weapons", + "designation": "Dual boneswords" + }, + "Weapons§Flensing whips": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "User" + }, + "AP": { + "value": "-2" + }, + "D": { + "value": "2" + } + }, + "classification": "Weapons", + "designation": "Flensing whips" + }, + "Weapons§Fleshborer": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "18″" + }, + "Type": { + "value": "Assault 1" + }, + "S": { + "value": "5" + }, + "AP": { + "value": "-1" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Fleshborer" + }, + "Weapons§Fleshborer hive": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "24″" + }, + "Type": { + "value": "Assault 30" + }, + "S": { + "value": "5" + }, + "AP": { + "value": "-1" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Fleshborer hive" + }, + "Weapons§Gargauntuan scything talons": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "2" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "6" + } + }, + "classification": "Weapons", + "designation": "Gargauntuan scything talons" + }, + "Weapons§Genestealer claws and talons": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "User" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Genestealer claws and talons" + }, + "Weapons§Grasping tail": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "1" + }, + "AP": { + "value": "-1" + }, + "D": { + "value": "2" + } + }, + "classification": "Weapons", + "designation": "Grasping tail" + }, + "Weapons§Grasping tongue": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "12″" + }, + "Type": { + "value": "Assault 1" + }, + "S": { + "value": "6" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "3" + } + }, + "classification": "Weapons", + "designation": "Grasping tongue" + }, + "Weapons§Heavy venom cannon": { + "stats": { + "Points": { + "value": 5 + }, + "Range": { + "value": "36″" + }, + "Type": { + "value": "Heavy 3" + }, + "S": { + "value": "9" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "4" + } + }, + "classification": "Weapons", + "designation": "Heavy venom cannon" + }, + "Weapons§Hierodule scything talons": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "2" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "D3+3" + } + }, + "classification": "Weapons", + "designation": "Hierodule scything talons" + }, + "Weapons§Hormagaunt talons": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "User" + }, + "AP": { + "value": "-1" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Hormagaunt talons" + }, + "Weapons§Impaler cannon": { + "stats": { + "Points": { + "value": 10 + }, + "Range": { + "value": "24″" + }, + "Type": { + "value": "Heavy 3" + }, + "S": { + "value": "6" + }, + "AP": { + "value": "-2" + }, + "D": { + "value": "2" + } + }, + "classification": "Weapons", + "designation": "Impaler cannon" + }, + "Weapons§Lashwhip pods": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "5" + }, + "AP": { + "value": "-1" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Lashwhip pods" + }, + "Weapons§Lictor claws and talons": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "User" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "2" + } + }, + "classification": "Weapons", + "designation": "Lictor claws and talons" + }, + "Weapons§Massive crushing claws": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "x2" + }, + "AP": { + "value": "-5" + }, + "D": { + "value": "D3+3" + } + }, + "classification": "Weapons", + "designation": "Massive crushing claws" + }, + "Weapons§Massive scything sickle-talons": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "1" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "D3+3" + } + }, + "classification": "Weapons", + "designation": "Massive scything sickle-talons" + }, + "Weapons§Massive toxic lashes (melee)": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "User" + }, + "AP": { + "value": "-2" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Massive toxic lashes (melee)" + }, + "Weapons§Massive toxic lashes (shooting)": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "8″" + }, + "Type": { + "value": "Assault 2D6" + }, + "S": { + "value": "User" + }, + "AP": { + "value": "-2" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Massive toxic lashes (shooting)" + }, + "Weapons§Mawloc scything talons": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "User" + }, + "AP": { + "value": "-1" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Mawloc scything talons" + }, + "Weapons§Monstrous bonesword": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "3" + }, + "AP": { + "value": "-4" + }, + "D": { + "value": "3" + } + }, + "classification": "Weapons", + "designation": "Monstrous bonesword" + }, + "Weapons§Monstrous crushing claw": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "4" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "D3+2" + } + }, + "classification": "Weapons", + "designation": "Monstrous crushing claw" + }, + "Weapons§Monstrous scything talon": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "User" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "2" + } + }, + "classification": "Weapons", + "designation": "Monstrous scything talon" + }, + "Weapons§Powerful limbs": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "User" + }, + "AP": { + "value": "-1" + }, + "D": { + "value": "2" + } + }, + "classification": "Weapons", + "designation": "Powerful limbs" + }, + "Weapons§Pyrogout": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "18″" + }, + "Type": { + "value": "Assault 2D6" + }, + "S": { + "value": "4" + }, + "AP": { + "value": "-1" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Pyrogout" + }, + "Weapons§Ravener claws": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "User" + }, + "AP": { + "value": "-2" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Ravener claws" + }, + "Weapons§Ravenous maw": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "User" + }, + "AP": { + "value": "-1" + }, + "D": { + "value": "2" + } + }, + "classification": "Weapons", + "designation": "Ravenous maw" + }, + "Weapons§Rending claw": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "1" + }, + "AP": { + "value": "-4" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Rending claw" + }, + "Weapons§Rupture cannon": { + "stats": { + "Points": { + "value": 20 + }, + "Range": { + "value": "48″" + }, + "Type": { + "value": "Heavy 3" + }, + "S": { + "value": "14" + }, + "AP": { + "value": "-4" + }, + "D": { + "value": "D6+4" + } + }, + "classification": "Weapons", + "designation": "Rupture cannon" + }, + "Weapons§Screamer-killer talons": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "User" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "3" + } + }, + "classification": "Weapons", + "designation": "Screamer-killer talons" + }, + "Weapons§Scything tail": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "User" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "2" + } + }, + "classification": "Weapons", + "designation": "Scything tail" + }, + "Weapons§Scything talon": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "User" + }, + "AP": { + "value": "-1" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Scything talon" + }, + "Weapons§Scything wings": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "User" + }, + "AP": { + "value": "-2" + }, + "D": { + "value": "2" + } + }, + "classification": "Weapons", + "designation": "Scything wings" + }, + "Weapons§Shockcannon": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "36″" + }, + "Type": { + "value": "Assault 2" + }, + "S": { + "value": "7" + }, + "AP": { + "value": "-2" + }, + "D": { + "value": "3" + } + }, + "classification": "Weapons", + "designation": "Shockcannon" + }, + "Weapons§Shovelling claws": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "x2" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "D3+3" + } + }, + "classification": "Weapons", + "designation": "Shovelling claws" + }, + "Weapons§Spike rifle": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "18″" + }, + "Type": { + "value": "Assault 1" + }, + "S": { + "value": "3" + }, + "AP": { + "value": "0" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Spike rifle" + }, + "Weapons§Spine banks": { + "stats": { + "Points": { + "value": 5 + }, + "Range": { + "value": "6″" + }, + "Type": { + "value": "Assault 5" + }, + "S": { + "value": "5" + }, + "AP": { + "value": "0" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Spine banks" + }, + "Weapons§Spinefists": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "12″" + }, + "Type": { + "value": "Pistol 2" + }, + "S": { + "value": "5" + }, + "AP": { + "value": "-1" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Spinefists" + }, + "Weapons§Spinemaws": { + "stats": { + "Points": { + "value": 3 + }, + "Range": { + "value": "6″" + }, + "Type": { + "value": "Pistol 4" + }, + "S": { + "value": "2" + }, + "AP": { + "value": "0" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Spinemaws" + }, + "Weapons§Spore mine launcher": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "48″" + }, + "Type": { + "value": "Heavy D3" + }, + "S": { + "value": "*" + }, + "AP": { + "value": "*" + }, + "D": { + "value": "*" + } + }, + "classification": "Weapons", + "designation": "Spore mine launcher" + }, + "Weapons§Stinger salvoes": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "24″" + }, + "Type": { + "value": "Assault 8" + }, + "S": { + "value": "5" + }, + "AP": { + "value": "-1" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Stinger salvoes" + }, + "Weapons§Stranglethorn cannon": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "36″" + }, + "Type": { + "value": "Heavy D3+3" + }, + "S": { + "value": "8" + }, + "AP": { + "value": "-2" + }, + "D": { + "value": "2" + } + }, + "classification": "Weapons", + "designation": "Stranglethorn cannon" + }, + "Weapons§Strangleweb": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "8″" + }, + "Type": { + "value": "Assault D3" + }, + "S": { + "value": "2" + }, + "AP": { + "value": "0" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Strangleweb" + }, + "Weapons§Strike": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "3" + }, + "AP": { + "value": "-4" + }, + "D": { + "value": "2D3" + } + }, + "classification": "Weapons", + "designation": "Strike" + }, + "Weapons§Sweep": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "User" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "2" + } + }, + "classification": "Weapons", + "designation": "Sweep" + }, + "Weapons§Tentaclids": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "36″" + }, + "Type": { + "value": "Assault 4" + }, + "S": { + "value": "7" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "2" + } + }, + "classification": "Weapons", + "designation": "Tentaclids" + }, + "Weapons§Termagaunt devourer": { + "stats": { + "Points": { + "value": 1 + }, + "Range": { + "value": "18″" + }, + "Type": { + "value": "Assault 2" + }, + "S": { + "value": "3" + }, + "AP": { + "value": "0" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Termagaunt devourer" + }, + "Weapons§Termagaunt spinefists": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "12″" + }, + "Type": { + "value": "Pistol 2" + }, + "S": { + "value": "3" + }, + "AP": { + "value": "0" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Termagaunt spinefists" + }, + "Weapons§Thoracic spinefists": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "12″" + }, + "Type": { + "value": "Pistol 2" + }, + "S": { + "value": "5" + }, + "AP": { + "value": "-1" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Thoracic spinefists" + }, + "Weapons§Thorax spur": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "3" + }, + "AP": { + "value": "-4" + }, + "D": { + "value": "3" + } + }, + "classification": "Weapons", + "designation": "Thorax spur" + }, + "Weapons§Thresher scythe": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "4" + }, + "AP": { + "value": "-1" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Thresher scythe" + }, + "Weapons§Toxic lashes": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "User" + }, + "AP": { + "value": "-1" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Toxic lashes" + }, + "Weapons§Toxinspike": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "User" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "2" + } + }, + "classification": "Weapons", + "designation": "Toxinspike" + }, + "Weapons§Trygon scything talons": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "User" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "2" + } + }, + "classification": "Weapons", + "designation": "Trygon scything talons" + }, + "Weapons§Tyrant talons": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "User" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "1" + } + }, + "classification": "Weapons", + "designation": "Tyrant talons" + }, + "Weapons§Venom cannon": { + "stats": { + "Points": { + "value": null + }, + "Range": { + "value": "36″" + }, + "Type": { + "value": "Assault D3" + }, + "S": { + "value": "8" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "2" + } + }, + "classification": "Weapons", + "designation": "Venom cannon" + }, + "Weapons§Wrecker claws": { + "stats": { + "Points": { + "value": 10 + }, + "Range": { + "value": "Melee" + }, + "Type": { + "value": "Melee" + }, + "S": { + "value": "x2" + }, + "AP": { + "value": "-3" + }, + "D": { + "value": "3" + } + }, + "classification": "Weapons", + "designation": "Wrecker claws" + } + }, + "gameModes": {}, + "theme": {} + }, + "revision": "1" +}