From f1a7a554e069c0d7e65fe1c6b0e7748b29609e98 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 02:36:22 +0000 Subject: [PATCH] style: Format and sort JSON files --- .github/pr-title-checker-config.json | 12 +- .goborc.json | 19 +- datafiles/data/armour.json | 2 +- datafiles/data/dialogue/sisters.json | 2 +- datafiles/data/gear.json | 6 +- datafiles/data/mobility.json | 8 +- datafiles/data/psychic_disciplines.json | 14 +- datafiles/data/psychic_powers.json | 6 +- datafiles/data/ruins_loot.json | 2 +- datafiles/data/ships.json | 2 +- datafiles/data/technologies.json | 2 +- datafiles/data/traits.json | 25 +- datafiles/data/unit_stats.json | 21 +- datafiles/data/vehicle_gear.json | 2 +- datafiles/data/vehicles.json | 2 +- datafiles/data/weapons.json | 46 +- datafiles/main/chapter_advantages.json | 560 ++-- datafiles/main/chapter_disadvantages.json | 451 +-- datafiles/main/chapter_symbols/load_sets.json | 6 +- datafiles/main/chapters/33.json | 2414 +++++++--------- datafiles/main/chapters/34.json | 2552 ++++++++--------- datafiles/main/chapters/35.json | 446 ++- datafiles/main/chapters/36.json | 1656 +++++------ datafiles/main/chapters/37.json | 469 ++- datafiles/main/name_loader.json | 106 +- datafiles/main/names/chaos.json | 2 +- datafiles/main/names/eldar.json | 2 +- datafiles/main/names/genestealercult.json | 58 +- datafiles/main/names/hulk.json | 2 +- datafiles/main/names/imperial.json | 2 +- datafiles/main/names/imperial_ship.json | 2 +- datafiles/main/names/knightly.json | 413 ++- datafiles/main/names/mongol.json | 630 ++-- datafiles/main/names/ork.json | 8 +- datafiles/main/names/ork_ship.json | 2 +- datafiles/main/names/roman.json | 982 +++---- datafiles/main/names/sector.json | 106 +- datafiles/main/names/space_marine.json | 4 +- datafiles/main/names/star.json | 1128 ++++---- datafiles/main/names/tau.json | 2 +- datafiles/main/role_markings/load_sets.json | 4 +- datafiles/main/squads/base_squads.json | 1152 +++++--- .../main/squads/company_squad_builds.json | 416 +-- datafiles/main/squads/equal_scouts.json | 424 +-- datafiles/main/squads/equal_specialists.json | 448 +-- datafiles/main/squads/equal_spescout.json | 520 ++-- datafiles/main/version.json | 6 +- .../Company_marks_roman_right_knee/data.json | 18 +- .../data.json | 202 +- datafiles/main/visual_sets/Test_set/data.json | 18 +- .../main/visual_sets/mycrusaderbits/data.json | 202 +- datafiles/main/visual_sets/use_sets.json | 4 +- .../io.gamemaker.sdfshaders-1.0.0/prefab.json | 48 +- stitch.config.json | 168 +- 54 files changed, 7829 insertions(+), 7975 deletions(-) diff --git a/.github/pr-title-checker-config.json b/.github/pr-title-checker-config.json index 497f9249ad..83f11bebd8 100644 --- a/.github/pr-title-checker-config.json +++ b/.github/pr-title-checker-config.json @@ -1,8 +1,8 @@ { - "CHECKS": { - "regexp": "((feat|fix|ci|chore|docs|test|refactor|revert|style|perf|build)(\\(.*\\))?!?: )|Merge branch" - }, - "MESSAGES": { - "failure": "Invalid PR Title. Please use the following formats: `(): `. Refer to the list of [conventional commit types](https://github.com/pvdlg/conventional-commit-types?tab=readme-ov-file#commit-types)." - } + "CHECKS": { + "regexp": "((feat|fix|ci|chore|docs|test|refactor|revert|style|perf|build)(\\(.*\\))?!?: )|Merge branch" + }, + "MESSAGES": { + "failure": "Invalid PR Title. Please use the following formats: `(): `. Refer to the list of [conventional commit types](https://github.com/pvdlg/conventional-commit-types?tab=readme-ov-file#commit-types)." + } } diff --git a/.goborc.json b/.goborc.json index 3f8dde5f2a..46345dd544 100644 --- a/.goborc.json +++ b/.goborc.json @@ -1,12 +1,11 @@ { - "useTabs": false, - "tabSize": 4, - "multilineStructs": 2, - "multilineArrays": 2, - "multilineTernary": false, - "multilineArguments": 0, - "blankLineAfterBlocks": false, - "flatExpressions": false, - "explicitUndefined": false - + "blankLineAfterBlocks": false, + "explicitUndefined": false, + "flatExpressions": false, + "multilineArguments": 0, + "multilineArrays": 2, + "multilineStructs": 2, + "multilineTernary": false, + "tabSize": 4, + "useTabs": false } diff --git a/datafiles/data/armour.json b/datafiles/data/armour.json index f56706ca38..6de65ee0ea 100644 --- a/datafiles/data/armour.json +++ b/datafiles/data/armour.json @@ -626,4 +626,4 @@ ], "value": 400 } -} \ No newline at end of file +} diff --git a/datafiles/data/dialogue/sisters.json b/datafiles/data/dialogue/sisters.json index 0a0c0cf838..1c049f8dd9 100644 --- a/datafiles/data/dialogue/sisters.json +++ b/datafiles/data/dialogue/sisters.json @@ -162,4 +162,4 @@ "What is the meaning of this?" ] } -} \ No newline at end of file +} diff --git a/datafiles/data/gear.json b/datafiles/data/gear.json index ee0c3bfdeb..3c39525fcc 100644 --- a/datafiles/data/gear.json +++ b/datafiles/data/gear.json @@ -41,7 +41,9 @@ "Gene Pod Incubator": { "abbreviation": "GenePod", "description": "Required to house gene slaves in order to generate new gene seed for the chapter.", - "tags":["no_equip"], + "tags": [ + "no_equip" + ], "value": 20 }, "Iron Halo": { @@ -116,4 +118,4 @@ "abbreviation": "SorMed", "description": "A multi-purpose medkit designed to deal with basic battlefield ailments until further medical assistance can be sought." } -} \ No newline at end of file +} diff --git a/datafiles/data/mobility.json b/datafiles/data/mobility.json index 2bfe3862cc..a9c3c6328d 100644 --- a/datafiles/data/mobility.json +++ b/datafiles/data/mobility.json @@ -12,11 +12,13 @@ "master_crafted": 25, "standard": 25 }, + "requires_to_forge": [ + "combi_1" + ], "second_profiles": [ "Twin Linked Bolters" ], - "value": 35, - "requires_to_forge": ["combi_1"] + "value": 35 }, "Conversion Beamer Pack": { "abbreviation": "CnvBmr", @@ -147,4 +149,4 @@ ], "value": 150 } -} \ No newline at end of file +} diff --git a/datafiles/data/psychic_disciplines.json b/datafiles/data/psychic_disciplines.json index c4523904ea..34d0b936b2 100644 --- a/datafiles/data/psychic_disciplines.json +++ b/datafiles/data/psychic_disciplines.json @@ -46,7 +46,7 @@ }, "minor_biomancy": { "name": "Minor Biomancy", - "perils_chance": 0.10, + "perils_chance": 0.1, "perils_strength": 10, "powers": [ "haemorrhage", @@ -77,7 +77,7 @@ }, "minor_nu": { "name": "Minor Not Nurgle", - "perils_chance": 0.10, + "perils_chance": 0.1, "perils_strength": 10, "powers": [ "wave_of_entropy", @@ -93,7 +93,7 @@ }, "minor_nu_daemon": { "name": "Minor Nurgle", - "perils_chance": 0.30, + "perils_chance": 0.3, "perils_strength": 30, "powers": [ "wave_of_entropy", @@ -124,7 +124,7 @@ }, "minor_sl_daemon": { "name": "Minor Slaanesh", - "perils_chance": 0.30, + "perils_chance": 0.3, "perils_strength": 30, "powers": [ "warp_bolts", @@ -154,7 +154,7 @@ }, "minor_tz_daemon": { "name": "Minor Tzeentch", - "perils_chance": 0.30, + "perils_chance": 0.3, "perils_strength": 30, "powers": [ "wave_of_change", @@ -171,7 +171,7 @@ }, "minor_what_the_fuck_man": { "name": "Occultism", - "perils_chance": 0.20, + "perils_chance": 0.2, "perils_strength": 20, "powers": [ "blood_dementia", @@ -223,4 +223,4 @@ ], "prefix": "TEL" } -} \ No newline at end of file +} diff --git a/datafiles/data/psychic_powers.json b/datafiles/data/psychic_powers.json index 2c935153c7..63c4d32e73 100644 --- a/datafiles/data/psychic_powers.json +++ b/datafiles/data/psychic_powers.json @@ -1,7 +1,3 @@ -/* -TODO: Change flavour_text format from a struct with structs, to an array with structs; -I see no reason to have these named structs, as their names are not used for anything and just make looping more difficult; -*/ { "assail": { "additional_kills": -1, @@ -855,4 +851,4 @@ I see no reason to have these named structs, as their names are not used for any "target_type": "enemy_unit", "type": "attack" } -} \ No newline at end of file +} diff --git a/datafiles/data/ruins_loot.json b/datafiles/data/ruins_loot.json index 8360007ab8..82a17e28e4 100644 --- a/datafiles/data/ruins_loot.json +++ b/datafiles/data/ruins_loot.json @@ -477,4 +477,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/datafiles/data/ships.json b/datafiles/data/ships.json index 85b4b2680a..0b8eac0dd0 100644 --- a/datafiles/data/ships.json +++ b/datafiles/data/ships.json @@ -19,4 +19,4 @@ "request_duration": 10, "value": 8000 } -} \ No newline at end of file +} diff --git a/datafiles/data/technologies.json b/datafiles/data/technologies.json index ec92a6b152..8fd51306c3 100644 --- a/datafiles/data/technologies.json +++ b/datafiles/data/technologies.json @@ -110,4 +110,4 @@ ], "value": 300 } -} \ No newline at end of file +} diff --git a/datafiles/data/traits.json b/datafiles/data/traits.json index 825ee7a5e8..09c34d4c40 100644 --- a/datafiles/data/traits.json +++ b/datafiles/data/traits.json @@ -435,11 +435,11 @@ }, "lobotomized": { "charisma": -5, - "constitution": 1, // Slight buff to health, as clear mind helps to stay healthy in some cases + "constitution": 1, "display_name": "Lobotomized", "flavour_text": "received treatment or damage, which resulted in portion of brain missing, akin to servitors", "intelligence": -50, - "technology": 1, // Also helps with some boring tasks, I think? + "technology": 1, "wisdom": -50 }, "lone_survivor": { @@ -629,28 +629,13 @@ "max" ] }, - "psychotic": { // IT IS THE BANEBLAAADE!!! - Captain Diomedes, DoW 2 Retribution - "constitution": -1, // Being bonkers can sometimes be damaging to one's health, I think..? + "psychotic": { + "constitution": -1, "display_name": "Psychotic", "flavour_text": "whether due to experience or some other cause, acquired access to hidden knowledge...", "intelligence": -5, "wisdom": 10 }, - // "crazy": { - // "wisdom": [5, 2], - // "intelligence": [-2, 2], - // "constitution": -1, - // "display_name": "Crazy", - // "flavor_text": "lost sense of reason" - // }, - // "eccentric": { - // "wisdom": [3, 2], - // "intelligence": [3, 2], - // "charisma": [3, 2], - // "technology": [3, 2], - // "display_name": "Eccentric", - // "flavor_text": "has a tendency to do things in original way" - // } "recluse": { "charisma": [ -3, @@ -983,4 +968,4 @@ "technology": -2, "wisdom": 3 } -} \ No newline at end of file +} diff --git a/datafiles/data/unit_stats.json b/datafiles/data/unit_stats.json index a8ad115cf7..3482dbc5cd 100644 --- a/datafiles/data/unit_stats.json +++ b/datafiles/data/unit_stats.json @@ -411,25 +411,6 @@ 3 ] }, - /* TODO - check and tweak if necessary - "chapter_servitor":{ - "title" : "Chapter Servitor", - "strength":[36,4], - "constitution":[36,3], - "weapon_skill" : [30,2,"max"], - "ballistic_skill" : [30,2,"max"], - "dexterity":[36,3], - "intelligence":0, - "wisdom":0, - "charisma" :[10,1], - "religion" : "imperial_cult", - "piety" : [28,3], - "luck" : 10, - "technology" :[30,3], - "start_gear":{"armour":"power_armour", "wep1":"Combat Knife", "gear":"Servo-arm"}, TODO - tweak and check if correct - "base_group" : "astartes", - traits:["lobotomized"], - },*/ "sector_commander": { "ballistic_skill": [ 20, @@ -732,4 +713,4 @@ 2 ] } -} \ No newline at end of file +} diff --git a/datafiles/data/vehicle_gear.json b/datafiles/data/vehicle_gear.json index cab6881dfa..4c5552cced 100644 --- a/datafiles/data/vehicle_gear.json +++ b/datafiles/data/vehicle_gear.json @@ -137,4 +137,4 @@ "voidshield" ] } -} \ No newline at end of file +} diff --git a/datafiles/data/vehicles.json b/datafiles/data/vehicles.json index 2b27eb3e96..b1043b14b6 100644 --- a/datafiles/data/vehicles.json +++ b/datafiles/data/vehicles.json @@ -26,4 +26,4 @@ ], "value": 180 } -} \ No newline at end of file +} diff --git a/datafiles/data/weapons.json b/datafiles/data/weapons.json index e5d8a15c12..cf40952935 100644 --- a/datafiles/data/weapons.json +++ b/datafiles/data/weapons.json @@ -504,10 +504,10 @@ }, "range": 1, "ranged_hands": 0, - "spli": 15, "second_profiles": [ "Twin Linked Bolters" ], + "spli": 15, "tags": [ "vehicle", "power", @@ -1021,6 +1021,23 @@ ], "value": 60 }, + "HK Missile": { + "abbreviation": "HKMssl", + "ammo": 1, + "arp": 4, + "attack": { + "artifact": 450, + "master_crafted": 400, + "standard": 350 + }, + "description": "A single shot hunter killer missile that serves as a powerful anti armour/aircraft deterent.", + "range": 50, + "spli": 1, + "tags": [ + "vehicle" + ], + "value": 10 + }, "Hand Flamer": { "abbreviation": "HndFlmr", "ammo": 4, @@ -1265,23 +1282,6 @@ ], "value": 20 }, - "HK Missile": { - "abbreviation": "HKMssl", - "ammo": 1, - "arp": 4, - "attack": { - "artifact": 450, - "master_crafted": 400, - "standard": 350 - }, - "description": "A single shot hunter killer missile that serves as a powerful anti armour/aircraft deterent.", - "range": 50, - "spli": 1, - "tags": [ - "vehicle" - ], - "value": 10 - }, "Hurricane Bolter Sponsons": { "abbreviation": "HrcBltrs", "ammo": 10, @@ -1537,7 +1537,7 @@ "spli": 1, "tags": [ "heavy_ranged", - "dreadnought", + "dreadnought", "las", "energy" ], @@ -2706,9 +2706,9 @@ "description": "Ancient Blades of various origins smited through arcane forging or lost techniques, these blades are deadly beyond belief. These peerless blades slice through ceramite and flesh with ease.", "melee_hands": 1, "melee_mod": { - "artifact": 1.0, - "master_crafted": 1.0, - "standard": 1.0 + "artifact": 1, + "master_crafted": 1, + "standard": 1 }, "range": 1, "ranged_hands": 1, @@ -3272,4 +3272,4 @@ "xenos" ] } -} \ No newline at end of file +} diff --git a/datafiles/main/chapter_advantages.json b/datafiles/main/chapter_advantages.json index 3913a14644..368422b0d7 100644 --- a/datafiles/main/chapter_advantages.json +++ b/datafiles/main/chapter_advantages.json @@ -1,258 +1,306 @@ [ - { - "name": "Ambushers", - "description": "Your Chapter is especially trained with ambushing foes; they have a bonus to attack during the start of a battle.", - "points": 30 - }, - { - "name": "Boarders", - "description": "Boarding other ships is the specialty of your Chapter. Your Chapter is more lethal when boarding ships, have dedicated boarding squads, and two extra strike cruisers.", - "points": 30 - }, - { - "name": "Bolter Drilling", - "description": "Bolter drills are sacred to your Chapter; all Space Marines have increased attack with Bolter weaponry.", - "points": 40, - "meta": ["Weapon Specialty"], - "equip_tag": { - "bolt": { - "attack": { - "mult": 1.15 - } - } + { + "description": "Your Chapter is especially trained with ambushing foes; they have a bonus to attack during the start of a battle.", + "name": "Ambushers", + "points": 30 + }, + { + "description": "Boarding other ships is the specialty of your Chapter. Your Chapter is more lethal when boarding ships, have dedicated boarding squads, and two extra strike cruisers.", + "name": "Boarders", + "points": 30 + }, + { + "description": "Bolter drills are sacred to your Chapter; all Space Marines have increased attack with Bolter weaponry.", + "equip_tag": { + "bolt": { + "attack": { + "mult": 1.15 + } + } + }, + "meta": [ + "Weapon Specialty" + ], + "name": "Bolter Drilling", + "points": 40 + }, + { + "description": "Your Chapter Master is guarded by renowned heroes of the Chapter. You start with a larger well-equipped Honour Guard.", + "name": "Retinue of Renown", + "points": 20 + }, + { + "description": "Your Chapter views artifacts as sacred; you start with better gear and maintain all equipment with more ease.", + "faction_disp_mods": [ + { + "faction": 3, + "int_mod": 1, + "start_disp": 2 + } + ], + "meta": [ + "Gear Quality" + ], + "name": "Crafters", + "points": 40 + }, + { + "description": "Your Chapter is dedicated to preserving ancient wargear and as such have substantially higher amounts of rare Heresy-era armour and weapons than normal.", + "faction_disp_mods": [ + { + "faction": 3, + "mult": 1.25 + } + ], + "meta": [ + "Gear Quality" + ], + "name": "Ancient Armoury", + "points": 20 + }, + { + "description": "Eldar are particularly hated by your Chapter. When fighting Eldar damage is increased.", + "meta": [ + "Main Enemy" + ], + "name": "Enemy: Eldar", + "points": 20 + }, + { + "description": "Chaos Marines are particularly hated by your Chapter. When fighting the traitors damage is increased.", + "meta": [ + "Main Enemy" + ], + "name": "Enemy: Fallen", + "points": 20 + }, + { + "description": "Necrons are particularly hated by your Chapter. When fighting Necrons damage is increased.", + "meta": [ + "Main Enemy" + ], + "name": "Enemy: Necrons", + "points": 20 + }, + { + "description": "Orks are particularly hated by your Chapter. When fighting Orks damage is increased.", + "meta": [ + "Main Enemy" + ], + "name": "Enemy: Orks", + "points": 20 + }, + { + "description": "Tau are particularly hated by your Chapter. When fighting Tau damage is increased.", + "meta": [ + "Main Enemy" + ], + "name": "Enemy: Tau", + "points": 20 + }, + { + "description": "Tyranids are particularly hated by your Chapter, owing to experience in the Tyrannic Wars or specialized training. When fighting Tyranids damage is increased.", + "meta": [ + "Main Enemy" + ], + "name": "Enemy: Tyranids", + "points": 20 + }, + { + "description": "Veterans of naval combat, your Chapter fleet has bonuses to offence, defence, an additional battle barge, and may always be controlled regardless of whether or not the Chapter Master is present.", + "meta": [ + "Naval" + ], + "name": "Kings of Space", + "points": 40 + }, + { + "description": "Your Chapter's style of warfare is built around the speedy execution of battle. Infantry have boosted attack at the cost of defence as well as two additional Land speeders and Biker squads.", + "effects": [ + "Reduced Chances of loosing equipment during raids by 15%", + "Marines more likely to spawn with lightning warrior trait", + "3% increase to base boarding capabilities" + ], + "meta": [ + "Doctrine" + ], + "name": "Lightning Warriors", + "points": 30 + }, + { + "description": "You are a pale shadow of the Primarchs. Larger, stronger, faster, your Chapter Master is on a higher level than most, gaining additional health and combat effectiveness.", + "meta": [ + "Chapter Master" + ], + "name": "Paragon", + "points": 10 + }, + { + "description": "Psychic mutations run rampant in your Chapter. You have more Marines with high psychic rating and Aspirants are also more likely to be capable of harnessing powers of the Warp.", + "faction_disp_mods": [ + { + "faction": 4, + "start_disp": -4 + }, + { + "faction": 5, + "start_disp": -4 + } + ], + "meta": [ + "Psyker Views", + "Librarians" + ], + "name": "Warp Touched", + "points": 20, + "suspicion": 1 + }, + { + "description": "Many Marines in your Chapter are favoured by the powers of the Warp, making perils of the Warp happen less frequently for them.", + "faction_disp_mods": [ + { + "faction": 4, + "mult": 0.5 + } + ], + "name": "Favoured By The Warp", + "points": 20, + "suspicion": -1 + }, + { + "description": "Your Chapter places great faith in the Imperial Cult; you start with more Chaplains and any Ecclesiarchy disposition increases are enhanced.", + "faction_disp_mods": [ + { + "faction": 5, + "int_mod": 2 + } + ], + "meta": [ + "Faith", + "Imperium Trust" + ], + "name": "Reverent Guardians", + "points": 20, + "suspicion": -1 + }, + { + "description": "Your Chapter has better ties to the Adeptus Mechanicus; you have more Techmarines and higher Mechanicus disposition.", + "faction_disp_mods": [ + { + "faction": 3, + "mult": 1.5, + "start_disp": 10 + } + ], + "meta": [ + "Mechanicus Faith" + ], + "name": "Tech-Brothers", + "points": 20 + }, + { + "description": "Your Astartes have a knack for finding what has been lost. Items and wargear are periodically found and added to the Armamentarium.", + "faction_disp_mods": [ + { + "faction": 3, + "int_mod": 1 + } + ], + "name": "Tech-Scavengers", + "points": 30 + }, + { + "description": "Your Chapter is familiar with the ins-and-outs of fortresses. They are better at defending and attacking fortifications, and better at garrisoning", + "name": "Siege Masters", + "points": 20 + }, + { + "description": "The steady advance of overwhelming firepower is your Chapter's combat doctrine. Each company has an additional Devastator squad, all infantry have boosted defence, and heavy weapons have increased attack.", + "equip_tag": { + "heavy_ranged": { + "attack": { + "mult": 1.15 + } + } + }, + "meta": [ + "Doctrine" + ], + "name": "Devastator Doctrine", + "points": 40 + }, + { + "description": "Your Chapter prefers quick close-quarter assaults on the enemy. Each Company has an additional Assault Squad, and your Marines are more skilled in melee.", + "meta": [ + "Doctrine" + ], + "name": "Assault Doctrine", + "points": 20 + }, + { + "description": "Even in death they still serve. Your Chapter places a staunch reverence for its forebears and has a number of additional Venerable Dreadnoughts in service.", + "meta": [ + "Doctrine" + ], + "name": "Venerable Ancients", + "points": 40 + }, + { + "description": "Your Chapter reveres the Apothecary above all of its specialists. You start with more Apothecaries, and each Company contains an additional Apothecary.", + "meta": [ + "Apothecaries" + ], + "name": "Medicae Primacy", + "points": 20 + }, + { + "description": "Your Chapter has strong ties to the Forgeworld of Ryza. Your Techmarines are privy to the secrets of their Techpriests, granting your Chapter enhanced Plasma and Las weaponry.", + "equip_tag": { + "energy": { + "attack": { + "mult": 1.15 + } + } + }, + "meta": [ + "Weapon Specialty" + ], + "name": "Ryzan Patronage", + "points": 40 + }, + { + "description": "Your Chapter is an elite fighting force comprised almost exclusively of Veterans. All Tactical Marines are replaced by Veterans.", + "meta": [ + "Specialists" + ], + "name": "Elite Guard", + "points": 150, + "suspicion": -1 + }, + { + "description": "This is actually really helpful and beneficial for your Chapter. Trust me.", + "meta": [ + "Luck" + ], + "name": "Great Luck", + "points": 20, + "suspicion": -2 + }, + { + "description": "Your Chapter performs some service to the Inquisition that is of some specific value or mandate of the Inquisition", + "effects": "You will receive less frequent inspections from the Inquisition, and actions that may not align with the Inquisition will cause less aggressive losses of disposition with the Inquisition", + "faction_disp_mods": [ + { + "faction": 4, + "int_mod": 3, + "start_disp": 20 + } + ], + "meta": [ + "Imperium Trust" + ], + "name": "Inquisitorial Mandate", + "points": 30, + "suspicion": -2 } - }, - { - "name": "Retinue of Renown", - "description": "Your Chapter Master is guarded by renowned heroes of the Chapter. You start with a larger well-equipped Honour Guard.", - "points": 20 - }, - { - "name": "Crafters", - "description": "Your Chapter views artifacts as sacred; you start with better gear and maintain all equipment with more ease.", - "points": 40, - "meta": ["Gear Quality"], - "faction_disp_mods": [ - { - "faction": 3, - "int_mod": 1, - "start_disp": 2 - } - ] - }, - { - "name": "Ancient Armoury", - "description": "Your Chapter is dedicated to preserving ancient wargear and as such have substantially higher amounts of rare Heresy-era armour and weapons than normal.", - "points": 20, - "meta": ["Gear Quality"], - "faction_disp_mods": [ - { - "faction": 3, - "mult": 1.25 - } - ] - }, - { - "name": "Enemy: Eldar", - "description": "Eldar are particularly hated by your Chapter. When fighting Eldar damage is increased.", - "points": 20, - "meta": ["Main Enemy"] - }, - { - "name": "Enemy: Fallen", - "description": "Chaos Marines are particularly hated by your Chapter. When fighting the traitors damage is increased.", - "points": 20, - "meta": ["Main Enemy"] - }, - { - "name": "Enemy: Necrons", - "description": "Necrons are particularly hated by your Chapter. When fighting Necrons damage is increased.", - "points": 20, - "meta": ["Main Enemy"] - }, - { - "name": "Enemy: Orks", - "description": "Orks are particularly hated by your Chapter. When fighting Orks damage is increased.", - "points": 20, - "meta": ["Main Enemy"] - }, - { - "name": "Enemy: Tau", - "description": "Tau are particularly hated by your Chapter. When fighting Tau damage is increased.", - "points": 20, - "meta": ["Main Enemy"] - }, - { - "name": "Enemy: Tyranids", - "description": "Tyranids are particularly hated by your Chapter, owing to experience in the Tyrannic Wars or specialized training. When fighting Tyranids damage is increased.", - "points": 20, - "meta": ["Main Enemy"] - }, - { - "name": "Kings of Space", - "description": "Veterans of naval combat, your Chapter fleet has bonuses to offence, defence, an additional battle barge, and may always be controlled regardless of whether or not the Chapter Master is present.", - "points": 40, - "meta": ["Naval"] - }, - { - "name": "Lightning Warriors", - "description": "Your Chapter's style of warfare is built around the speedy execution of battle. Infantry have boosted attack at the cost of defence as well as two additional Land speeders and Biker squads.", - "effects": [ - "Reduced Chances of loosing equipment during raids by 15%", - "Marines more likely to spawn with lightning warrior trait", - "3% increase to base boarding capabilities" - ], - "points": 30, - "meta": ["Doctrine"] - }, - { - "name": "Paragon", - "description": "You are a pale shadow of the Primarchs. Larger, stronger, faster, your Chapter Master is on a higher level than most, gaining additional health and combat effectiveness.", - "points": 10, - "meta": ["Chapter Master"] - }, - { - "name": "Warp Touched", - "description": "Psychic mutations run rampant in your Chapter. You have more Marines with high psychic rating and Aspirants are also more likely to be capable of harnessing powers of the Warp.", - "points": 20, - "meta": ["Psyker Views", "Librarians"], - "faction_disp_mods": [ - { - "faction": 4, - "start_disp": -4 - }, - { - "faction": 5, - "start_disp": -4 - } - ], - "suspicion" : 1, - }, - { - "name": "Favoured By The Warp", - "description": "Many Marines in your Chapter are favoured by the powers of the Warp, making perils of the Warp happen less frequently for them.", - "points": 20, - "faction_disp_mods": [ - { - "faction": 4, - "mult": 0.5 - } - ], - "suspicion" : -1, - }, - { - "name": "Reverent Guardians", - "description": "Your Chapter places great faith in the Imperial Cult; you start with more Chaplains and any Ecclesiarchy disposition increases are enhanced.", - "points": 20, - "meta": ["Faith", "Imperium Trust"], - "faction_disp_mods": [ - { - "faction": 5, - "int_mod": 2 - } - ], - "suspicion" : -1, - }, - { - "name": "Tech-Brothers", - "description": "Your Chapter has better ties to the Adeptus Mechanicus; you have more Techmarines and higher Mechanicus disposition.", - "points": 20, - "meta": ["Mechanicus Faith"], - "faction_disp_mods": [ - { - "faction": 3, - "mult": 1.5, - "start_disp": 10 - } - ] - }, - { - "name": "Tech-Scavengers", - "description": "Your Astartes have a knack for finding what has been lost. Items and wargear are periodically found and added to the Armamentarium.", - "points": 30, - "faction_disp_mods": [ - { - "faction": 3, - "int_mod": 1 - } - ] - }, - { - "name": "Siege Masters", - "description": "Your Chapter is familiar with the ins-and-outs of fortresses. They are better at defending and attacking fortifications, and better at garrisoning", - "points": 20 - }, - { - "name": "Devastator Doctrine", - "description": "The steady advance of overwhelming firepower is your Chapter's combat doctrine. Each company has an additional Devastator squad, all infantry have boosted defence, and heavy weapons have increased attack.", - "points": 40, - "meta": ["Doctrine"], - "equip_tag": { - "heavy_ranged": { - "attack": { - "mult": 1.15 - } - } - } - }, - { - "name": "Assault Doctrine", - "description": "Your Chapter prefers quick close-quarter assaults on the enemy. Each Company has an additional Assault Squad, and your Marines are more skilled in melee.", - "points": 20, - "meta": ["Doctrine"] - }, - { - "name": "Venerable Ancients", - "description": "Even in death they still serve. Your Chapter places a staunch reverence for its forebears and has a number of additional Venerable Dreadnoughts in service.", - "points": 40, - "meta": ["Doctrine"] - }, - { - "name": "Medicae Primacy", - "description": "Your Chapter reveres the Apothecary above all of its specialists. You start with more Apothecaries, and each Company contains an additional Apothecary.", - "points": 20, - "meta": ["Apothecaries"] - }, - { - "name": "Ryzan Patronage", - "description": "Your Chapter has strong ties to the Forgeworld of Ryza. Your Techmarines are privy to the secrets of their Techpriests, granting your Chapter enhanced Plasma and Las weaponry.", - "points": 40, - "meta": ["Weapon Specialty"], - "equip_tag": { - "energy": { - "attack": { - "mult": 1.15 - } - } - } - }, - { - "name": "Elite Guard", - "description": "Your Chapter is an elite fighting force comprised almost exclusively of Veterans. All Tactical Marines are replaced by Veterans.", - "points": 150, - "meta": ["Specialists"], - "suspicion" : -1, - }, - { - "name": "Great Luck", - "description": "This is actually really helpful and beneficial for your Chapter. Trust me.", - "points": 20, - "meta": ["Luck"], - "suspicion" : -2, - }, - { - "name": "Inquisitorial Mandate", - "description": "Your Chapter performs some service to the Inquisition that is of some specific value or mandate of the Inquisition", - "effects": "You will receive less frequent inspections from the Inquisition, and actions that may not align with the Inquisition will cause less aggressive losses of disposition with the Inquisition", - "meta": ["Imperium Trust"], - "points": 30, - "faction_disp_mods": [ - { - "faction": 4, - "int_mod": 3, - "start_disp": 20 - }, - ], - "suspicion" : -2, - } -] \ No newline at end of file +] diff --git a/datafiles/main/chapter_disadvantages.json b/datafiles/main/chapter_disadvantages.json index 6adeb55f91..8f5349e685 100644 --- a/datafiles/main/chapter_disadvantages.json +++ b/datafiles/main/chapter_disadvantages.json @@ -1,212 +1,241 @@ [ - { - "name": "Black Rage", - "description": "Your Marines are susceptible to the Black Rage, having a chance each battle to become Death Company. These units are locked as Assault Marines and are fairly suicidal.", - "points": 30 - }, - { - "name": "Blood Debt", - "description": "Prevents your Chapter from recruiting new Astartes until enough of your Space Marines, or enemies, have been killed. Incompatible with Penitent Chapter types.", - "points": 50 - }, - { - "name": "Depleted Gene-seed Stocks", - "description": "Your Chapter has lost its gene-seed stocks in recent engagement. You start with no gene-seed.", - "points": 20 - }, - { - "name": "Fresh Blood", - "description": "Due to being newly created your Chapter has little special wargear or psykers.", - "points": 20, - "meta": ["Status"] - }, - { - "name": "Never Forgive", - "description": "In the past, traitors broke off from your Chapter. They harbor incriminating secrets or heretical beliefs, and thus, must be hunted down whenever possible.", - "points": 20, - "suspicion" : 1, - }, - { - "name": "Shitty Luck", - "description": "This is actually really bad for your Chapter. Trust me.", - "points": 20, - "meta": ["Luck"], - "suspicion" : 1, - }, - { - "name": "Sieged", - "description": "A recent siege in aid of the Imperium has reduced the number of your Marines greatly. You retain a normal amount of equipment, but some is damaged.", - "points": 40, - "meta": ["Status"], - "faction_disp_mods": [ - { - "faction": 2, - "start_disp": 5 - } - ] - }, - { - "name": "Splintered", - "description": "Your Marines are unorganized and splintered. Your forces are initially spread out across the sector and will take time to regroup.", - "points": 10, - "meta": ["Location"] - }, - { - "name": "Suspicious", - "description": "Some of your Chapter's past actions or current practices make the Inquisition suspicious. Their disposition is lowered.", - "points": 10, - "meta": ["Imperium Trust"], - "faction_disp_mods": [ - { - "faction": 4, - "start_disp": -15, - "int_mod": -2 - } - ], - "suspicion" : 4, - }, - { - "name": "Tech-Heresy", - "description": "Your Chapter does things that make the Mechanicus upset. Mechanicus disposition is lowered and you have less Tech Marines. You start as a tech heretic tolerant Chapter", - "points": 20, - "meta": ["Mechanicus Faith"], - "faction_disp_mods": [ - { - "faction": 4, - "int_mod": -1 - }, - { - "faction": 3, - "mult": 0.5, - "start_disp": -8 - } - ], - "suspicion" : 1, - }, - { - "name": "Tolerant", - "description": "Your Chapter is more lenient with xenos. All xeno disposition is slightly increased and all Imperial disposition is lowered.", - "points": 10, - "faction_disp_mods": [ - { - "faction": 7, - "int_mod": 1 - }, - { - "faction": 8, - "int_mod": 1 - }, - { - "faction": 6, - "int_mod": 1 - }, - { - "faction": 4, - "int_mod": -2, - "start_disp": -5 - }, - { - "faction": 2, - "start_disp": -5 - }, - { - "faction": 5, - "start_disp": -5 - } - ], - "suspicion" : 2, - }, - { - "name": "Warp Tainted", - "description": "Your Chapter is tainted by the Warp. Many of your Marines are afflicted with it, getting caught in perils of the Warp less often but to far more devastating effect. Also greatly reduces Disposition of many Imperial factions.", - "points": 20, - "faction_disp_mods": [ - { - "faction": 2, - "start_disp": -10 - }, - { - "faction": 3, - "start_disp": -10 - }, - { - "faction": 4, - "start_disp": -10 - }, - { - "faction": 5, - "start_disp": -10 - } - ], - "suspicion" : 2, - }, - { - "name": "Psyker Intolerant", - "description": "Witches are hated by your Chapter, pleasing the Inquisition and Ecclesiarchy. You cannot create Librarians, but gain a small amount of bonus attack against psykers.", - "points": 30, - "meta": ["Psyker Views"], - "faction_disp_mods": [ - { - "faction": 4, - "int_mod": 1, - "start_disp": 5 - }, - { - "faction": 5, - "start_disp": 5 - } - ], - "suspicion" : -2, - }, - { - "name": "Obliterated", - "description": "A recent string of unfortunate events has left your Chapter decimated. You have very little left, will your story continue?", - "points": 80, - "meta": ["Status"] - }, - { - "name": "Poor Equipment", - "description": "Whether due to being cut off from Forge Worlds or bad luck, your Chapter no longer has enough high quality gear to go around. Your elite troops will have to make do with standard armour.", - "points": 10, - "meta": ["Gear Quality"] - }, - { - "name": "Enduring Angels", - "description": "The Chapter's journey thus far has been arduous & unforgiving, leaving them severely under strength yet not out of the fight quite yet. You begin with five fewer Companies.", - "points": 30, - "meta": ["Status"] - }, - { - "name": "Serpents Delight", - "description": "Sleeper cells infiltrated your Chapter. When they rose up for the decapitation strike, they slew your five most experienced Companies and many of your HQ staff before being defeated.", - "points": 50, - "meta": ["Status"], - "suspicion" : 1, - }, - { - "name": "Weakened Apothecarion", - "description": "Many of your Chapter's Apothecaries have fallen in recent battles, whether due to their incompetence or deliberate targeting.", - "points": 20, - "meta": ["Apothecaries"] - }, - { - "name": "Small Reclusiam", - "description": "Your Chapter cares little for its Reclusiam compared to other Chapters. Fewer Marines have shown the desire to be Chaplains.", - "points": 20, - "meta": ["Faith"], - "faction_disp_mods": [ - { - "faction": 5, - "int_mod": -2 - } - ], - "suspicion" : 1, - }, - { - "name": "Barren Librarius", - "description": "Your Chapter has a smaller Librarius compared to other Chapters due to having fewer potent psykers.", - "points": 20, - "meta": ["Psyker Views", "Librarians"], - "suspicion" : -1, - } -] \ No newline at end of file + { + "description": "Your Marines are susceptible to the Black Rage, having a chance each battle to become Death Company. These units are locked as Assault Marines and are fairly suicidal.", + "name": "Black Rage", + "points": 30 + }, + { + "description": "Prevents your Chapter from recruiting new Astartes until enough of your Space Marines, or enemies, have been killed. Incompatible with Penitent Chapter types.", + "name": "Blood Debt", + "points": 50 + }, + { + "description": "Your Chapter has lost its gene-seed stocks in recent engagement. You start with no gene-seed.", + "name": "Depleted Gene-seed Stocks", + "points": 20 + }, + { + "description": "Due to being newly created your Chapter has little special wargear or psykers.", + "meta": [ + "Status" + ], + "name": "Fresh Blood", + "points": 20 + }, + { + "description": "In the past, traitors broke off from your Chapter. They harbor incriminating secrets or heretical beliefs, and thus, must be hunted down whenever possible.", + "name": "Never Forgive", + "points": 20, + "suspicion": 1 + }, + { + "description": "This is actually really bad for your Chapter. Trust me.", + "meta": [ + "Luck" + ], + "name": "Shitty Luck", + "points": 20, + "suspicion": 1 + }, + { + "description": "A recent siege in aid of the Imperium has reduced the number of your Marines greatly. You retain a normal amount of equipment, but some is damaged.", + "faction_disp_mods": [ + { + "faction": 2, + "start_disp": 5 + } + ], + "meta": [ + "Status" + ], + "name": "Sieged", + "points": 40 + }, + { + "description": "Your Marines are unorganized and splintered. Your forces are initially spread out across the sector and will take time to regroup.", + "meta": [ + "Location" + ], + "name": "Splintered", + "points": 10 + }, + { + "description": "Some of your Chapter's past actions or current practices make the Inquisition suspicious. Their disposition is lowered.", + "faction_disp_mods": [ + { + "faction": 4, + "int_mod": -2, + "start_disp": -15 + } + ], + "meta": [ + "Imperium Trust" + ], + "name": "Suspicious", + "points": 10, + "suspicion": 4 + }, + { + "description": "Your Chapter does things that make the Mechanicus upset. Mechanicus disposition is lowered and you have less Tech Marines. You start as a tech heretic tolerant Chapter", + "faction_disp_mods": [ + { + "faction": 4, + "int_mod": -1 + }, + { + "faction": 3, + "mult": 0.5, + "start_disp": -8 + } + ], + "meta": [ + "Mechanicus Faith" + ], + "name": "Tech-Heresy", + "points": 20, + "suspicion": 1 + }, + { + "description": "Your Chapter is more lenient with xenos. All xeno disposition is slightly increased and all Imperial disposition is lowered.", + "faction_disp_mods": [ + { + "faction": 7, + "int_mod": 1 + }, + { + "faction": 8, + "int_mod": 1 + }, + { + "faction": 6, + "int_mod": 1 + }, + { + "faction": 4, + "int_mod": -2, + "start_disp": -5 + }, + { + "faction": 2, + "start_disp": -5 + }, + { + "faction": 5, + "start_disp": -5 + } + ], + "name": "Tolerant", + "points": 10, + "suspicion": 2 + }, + { + "description": "Your Chapter is tainted by the Warp. Many of your Marines are afflicted with it, getting caught in perils of the Warp less often but to far more devastating effect. Also greatly reduces Disposition of many Imperial factions.", + "faction_disp_mods": [ + { + "faction": 2, + "start_disp": -10 + }, + { + "faction": 3, + "start_disp": -10 + }, + { + "faction": 4, + "start_disp": -10 + }, + { + "faction": 5, + "start_disp": -10 + } + ], + "name": "Warp Tainted", + "points": 20, + "suspicion": 2 + }, + { + "description": "Witches are hated by your Chapter, pleasing the Inquisition and Ecclesiarchy. You cannot create Librarians, but gain a small amount of bonus attack against psykers.", + "faction_disp_mods": [ + { + "faction": 4, + "int_mod": 1, + "start_disp": 5 + }, + { + "faction": 5, + "start_disp": 5 + } + ], + "meta": [ + "Psyker Views" + ], + "name": "Psyker Intolerant", + "points": 30, + "suspicion": -2 + }, + { + "description": "A recent string of unfortunate events has left your Chapter decimated. You have very little left, will your story continue?", + "meta": [ + "Status" + ], + "name": "Obliterated", + "points": 80 + }, + { + "description": "Whether due to being cut off from Forge Worlds or bad luck, your Chapter no longer has enough high quality gear to go around. Your elite troops will have to make do with standard armour.", + "meta": [ + "Gear Quality" + ], + "name": "Poor Equipment", + "points": 10 + }, + { + "description": "The Chapter's journey thus far has been arduous & unforgiving, leaving them severely under strength yet not out of the fight quite yet. You begin with five fewer Companies.", + "meta": [ + "Status" + ], + "name": "Enduring Angels", + "points": 30 + }, + { + "description": "Sleeper cells infiltrated your Chapter. When they rose up for the decapitation strike, they slew your five most experienced Companies and many of your HQ staff before being defeated.", + "meta": [ + "Status" + ], + "name": "Serpents Delight", + "points": 50, + "suspicion": 1 + }, + { + "description": "Many of your Chapter's Apothecaries have fallen in recent battles, whether due to their incompetence or deliberate targeting.", + "meta": [ + "Apothecaries" + ], + "name": "Weakened Apothecarion", + "points": 20 + }, + { + "description": "Your Chapter cares little for its Reclusiam compared to other Chapters. Fewer Marines have shown the desire to be Chaplains.", + "faction_disp_mods": [ + { + "faction": 5, + "int_mod": -2 + } + ], + "meta": [ + "Faith" + ], + "name": "Small Reclusiam", + "points": 20, + "suspicion": 1 + }, + { + "description": "Your Chapter has a smaller Librarius compared to other Chapters due to having fewer potent psykers.", + "meta": [ + "Psyker Views", + "Librarians" + ], + "name": "Barren Librarius", + "points": 20, + "suspicion": -1 + } +] diff --git a/datafiles/main/chapter_symbols/load_sets.json b/datafiles/main/chapter_symbols/load_sets.json index 9da0851a60..23858eb7af 100644 --- a/datafiles/main/chapter_symbols/load_sets.json +++ b/datafiles/main/chapter_symbols/load_sets.json @@ -1,5 +1,3 @@ [ - "ultramarines", - //"scythesofthemperor", - //"darkangels" -] \ No newline at end of file + "ultramarines" +] diff --git a/datafiles/main/chapters/33.json b/datafiles/main/chapters/33.json index c961401503..15af5c51ef 100644 --- a/datafiles/main/chapters/33.json +++ b/datafiles/main/chapters/33.json @@ -1,29 +1,7 @@ { "chapter": { - "id": 33, - "name": "Deathwatch", - "flavor": "Known as the Shield that Slays, they are the Chamber Militant of the Ordo Xenos, charged with protecting it in its search of information, containment, and ultimate destruction of all xeno species. Consisting of Battle-Brothers drawn from many Chapters, the Deathwatch operates from Watch Fortresses and Watch Stations across the whole of the Imperium.", - "origin": 3, // 1 - Founding, 2 - Successor, 3 - Other/non-canon/fanmade, 4 - Custom - "points": 150, - "founding": 0, // The id of the founding chapter, 0 for unknown or none, 10 for random - "splash": 33, // in \images\creation\chapters\splash folder, the img number, 1 being Dark Angels etc. - "icon_name": "deathwatch", - "fleet_type": 1, // 1= Homeworld, 2 = Fleet based, 3 = Penitent - "strength": 1, // 1-10 - "purity": 10, // 1-10 - "stability": 96, // 1-10 - "cooperation": 5, // 1-10 - "homeworld_exists": 1, // 1 = true - "recruiting_exists": 0, // 1 = true - "homeworld_rule": 1, // 1 = Govenor, 2 = Countries, 3 = Personal Rule - "homeworld": "Dead", // one of "Lava" "Desert" "Forge" "Hive" "Death" "Agri" "Feudal" "Temperate" "Ice" "Dead" "Shrine" - "homeworld_name": "", // Homeworld Planet name, leave blank to autogenerate - "recruiting": "Death", // one of "Lava" "Desert" "Forge" "Hive" "Death" "Agri" "Feudal" "Temperate" "Ice" "Dead" "Shrine" - "recruiting_name": "", // Recruiting Planet name, leave blank to autogenerate - "discipline": "librarius", // one of 'librarius' 'biomancy' 'pyromancy' 'telekinesis' 'rune Magick' - "aspirant_trial": "SURVIVAL", // one of "BLOODDUEL" "HUNTING" "SURVIVAL" "EXPOSURE" "KNOWLEDGE" "CHALLENGE" "APPRENTICESHIP" "advantages": [ - "", // leave the first entry blank for now + "", "Enemy: Eldar", "Enemy: Necrons", "Enemy: Orks", @@ -33,438 +11,180 @@ "", "" ], - "disadvantages": [ - "", // leave the first entry blank for now - "Splintered", - "Tech-Heresy", + "artifact": [ + { + "base_weapon_type": "Power Sword", + "description": "The power sword known as the Thief of Secrets is inhabited by a machine spirit that has an unquenchable thirst for knowledge. When it tastes the vital fluids of an enemy, those liquids are absorbed into the blade and codified by the honeycombed array of logicum cells within. The biological secrets of the impaled creature are then analysed by the blade’s machine spirit, allowing its wielder to exploit the stolen knowledge from that point on.", + "name": "The Thief of Secrets", + "slot": "wep1" + } + ], + "aspirant_trial": "SURVIVAL", + "battle_cry": "For the Emperor!", + "chapter_master": { + "armour": "", + "gear": "", + "melee": 5, + "mobi": "", + "name": "", + "ranged": 2, + "specialty": 1, + "traits": [ + "" + ] + }, + "colors": { + "lens": "Red", + "main": "Black", + "pauldron_l": "Silver", + "pauldron_r": "Black", + "secondary": "Black", + "special": 0, + "trim": "Dark Gold", + "weapon": "Dark Red" + }, + "company_titles": [ "", + "Watch Company Primus", + "Watch Company Secundus", + "Watch Company Tertius", + "Watch Company Quartus", + "Watch Company Quintus", "", "", "", "", "" ], - "colors": { - "main": "Black", - "secondary": "Black", - "pauldron_r": "Black", - "pauldron_l": "Silver", - "trim": "Dark Gold", - "lens": "Red", - "weapon": "Dark Red", - "special": 0 // 0 - normal, 1 - Breastplate, 2 - Vertical, 3 - Quadrant - //"trim_on": 0 // 0 no, 1 yes for pauldron trim colours. Trim colour will still be used for certain complex livery items - }, "complex_livery_data": { - "sgt": { + "captain": { + "helm_detail": 8, + "helm_lens": 9, "helm_pattern": 0, "helm_primary": 8, - "helm_secondary": 8, - "helm_detail": 8, - "helm_lens": 9 + "helm_secondary": 8 }, - "vet_sgt": { + "sgt": { + "helm_detail": 8, + "helm_lens": 9, "helm_pattern": 0, "helm_primary": 8, - "helm_secondary": 8, - "helm_detail": 8, - "helm_lens": 9 + "helm_secondary": 8 }, - "captain": { + "vet_sgt": { + "helm_detail": 8, + "helm_lens": 9, "helm_pattern": 0, "helm_primary": 8, - "helm_secondary": 8, - "helm_detail": 8, - "helm_lens": 9 + "helm_secondary": 8 }, "veteran": { + "helm_detail": 8, + "helm_lens": 9, "helm_pattern": 0, "helm_primary": 8, - "helm_secondary": 8, - "helm_detail": 8, - "helm_lens": 9 - } - }, - "names": { - //Chapter Staff - "hchaplain": "", // Head Chaplain - "clibrarian": "", // Chief Librarian - "fmaster": "", // Forge Master - "hapothecary": "", // Head Apothecary - //Company Captains 1 - 10 - "honorcapt": "", - "watchmaster": "", - "arsenalmaster": "", - "admiral": "", - "marchmaster": "", - "ritesmaster": "", - "victualler": "", - "lordexec": "", - "relmaster": "", - "recruiter": "" - }, - "battle_cry": "For the Emperor!", - "squad_distribution": 0, // 0 if no, 1 if yes. If yes, will distribute specialist roles like Assaults and Devastators equally between companies. Otherwise all Assaults go in Company 8 and all Devastators in Company 9 - "load_to_ships": { - "escort_load": 2, // 0 no, 2 yes, 1 doesnt do anything :) - "split_scouts": 0, // 0 no, 1 yes. If yes, splits scouts between companies equally. Otherwise all scouts are kept in 10th Company. - "split_vets": 1 // 0 no, 1 yes. If yes, all veterans are distrubuted equally between companies. Otherwise all veterans are kept in the 1st Company - }, - "successors": 0, //total number of successor chapters - "mutations": { - "preomnor": 0, - "voice": 0, - "doomed": 0, - "lyman": 0, - "omophagea": 0, - "ossmodula": 0, - "membrane": 0, - "zygote": 0, - "betchers": 0, - "catalepsean": 0, - "secretions": 0, - "occulobe": 0, - "mucranoid": 0 - }, - "disposition": [ - 0, // nothing - 0, // Progenitor faction - 50, // Imperium - 50, // Admech - 70, //Inquisition - 50, // Ecclesiarchy - 60, // Astartes - 0 // nothing - ], - "chapter_master": { - "name": "", - "specialty": 1, //1 Leader, 2 Champion, 3 Psyker, - "melee": 5, // 1 twin power fists ... 8 force staff - "ranged": 2, // 1 boltstorm gauntlets ... 7 storm shield - // All chapter masters have the trait `Lead by Example` by default - "traits": [ - "" - ], - "gear": "", - "mobi": "", - "armour": "" // default is Artificer armour, only needed to set if changing to something else. - }, - "artifact": [ - { - "name": "The Thief of Secrets", - "base_weapon_type": "Power Sword", - "description": "The power sword known as the Thief of Secrets is inhabited by a machine spirit that has an unquenchable thirst for knowledge. When it tastes the vital fluids of an enemy, those liquids are absorbed into the blade and codified by the honeycombed array of logicum cells within. The biological secrets of the impaled creature are then analysed by the blade’s machine spirit, allowing its wielder to exploit the stolen knowledge from that point on.", - "slot": "wep1" + "helm_secondary": 8 } - ], - "company_titles": [ - "", - "Watch Company Primus", - "Watch Company Secundus", - "Watch Company Tertius", - "Watch Company Quartus", - "Watch Company Quintus", - "", - "", - "", - "", - "" - ], - "flagship_name": "", // leave blank to autogenerate - /** - * * Default fleet composition - * * Homeworld - * - 2 Battle Barges, 8 Strike cruisers, 7 Gladius, 3 Hunters - * * Fleet based and Penitent - * - 4 Battle Barges, 3 Strike Cruisers, 7 Gladius, 3 Hunters - * - * use negative numbers to subtract ships - * * Stacks with advantages/disadvantages - */ - "extra_ships": { - "battle_barges": -1, - "strike_cruisers": -4, - "gladius": 0, - "hunters": 0 - }, - /** - * * Default HQ Layout (Does not include company specialists) - * - 8 Chaplains, 8 Techmarines, 8 Apothecary, 2 Epistolary (librarian), - * - 2 Codiciery, 4 Lexicanum - * * Default Company specialists (divided based on `load_to_ships.split_vets` setting) - * - 20 Terminators, 85 Veterans, 20 Devastators, 20 Assault - * Use negative numbers to subtract - * * Stacks with advantages/disadvantages - */ - "extra_specialists": { - "chaplains": 0, - "techmarines": 0, - "apothecary": 0, - "epistolary": 0, - "epistolary_per_company": 1, - "codiciery": 0, - "lexicanum": 0, - "terminator": -21, - "assault": -10, - "veteran": -20, - "devastator": -10 - }, - /** - * * Default Marine strength - * - 100 marines per company - * use negative numbers to subtract - * * Stacks with strength for non-founding chapters only - */ - "extra_marines": { - "second": -55, - "third": -55, - "fourth": -55, - "fifth": -55, - "sixth": -200, - "seventh": -200, - "eighth": -200, - "ninth": -200, - "tenth": -200 - }, - "extra_vehicles": { - "rhino": 0, - "whirlwind": 0, - "predator": 0, - "land_raider": 0, - "land_speeder": 0 }, - /** Add extra starting items ["Item Name", Number to add] */ - "extra_equipment": [ - [ - "Stalker Pattern Bolter", - 20 - ] - ], - /** - * Provide a place to change the default name and equipment preferences of roles for this chapter - * `custom_roles` should be used for specialist/leadership type roles, - * To affect an entire squad, see `custom_squads` below - */ + "cooperation": 5, "custom_roles": { - // "honour_guard": { - // "name": "Honour Guard", - // "wep1": "Power Sword", - // "wep2": "Bolter" - // }, - // "veteran": { - // "name": "Veteran", - // "wep1": "Chainaxe" - // }, "captain": { "name": "Watch Captain", "wep1": "Power Sword", "wep2": "Infernus Pistol" } - // "tactical": { - // "name": "Tactical" - // }, - // "devastator": { - // "name": "Devastator" - // }, - // "assault": { - // "name": "Assault", - // "wep1": "Chainsword" - // }, - // "scout": { - // "name": "Scout", - // "wep1": "Sniper Rifle" - // }, - // "chaplain": { - // "name": "Chaplain", - // }, - // "techmarine": { - // "name": "Techmarine", - // "wep1": "Power Axe" - // }, - // "apothecary": { - // "name": "Apothecary", - // "wep1": "Power Axe" - // }, - // "librarian": { - // "name": "Librarian", - // "wep1": "Force Staff" - // }, - // "sergeant": { - // "name": "Sergeant", - // "wep1": "Chainaxe" - // }, - // "veteran_sergeant": { - // "name": "Veteran Sergeant", - // "wep1": "Chainaxe" - // } }, - /** - * * Custom squad roles, loadouts and formations - * When companies are made, squads are formed based on these rules: - * - squad name: one of captain, terminator, terminator_assault, sternguard_veteran, - vanguard_veteran, devastator, tactical, assault, scout, scout_sniper - * - squad array layout [Role, Role, ...Role, type_data] - * - each element of the array is a default Role, and their settings. - - if you changed the role using `custom_roles` you need to reference the role with this new name - - for non-leader roles it is better to change the name of the role in the squad layout instead - * - unit layout [Role Name, Settings Struct] - * - settings struct: - * - max: The most amount of this unit is allowed per squad - * - min: The squad can't be formed unless at least 1 of this unit is in it - * - role: The name of the unit when it is a member of the squad. This is where you rename roles e.g. - "Terminator" > "Deathwing Terminator" - ** - loadout: Struct containing Required and Optional weaponry this unit can equip - a required loadout always follows this syntax :[,] - so "wep1":["Bolter",4], will mean four marines are always equipped with 4 bolters in the wep1 slot - * option loadouts follow the following syntax :[[],] - for example [["Flamer", "Meltagun"],1], means the role can have a max of one flamer or meltagun - [["Plasma Pistol","Bolt Pistol"], 4] means the role can have a mix of 4 plasma pistols and bolt pistols on top - of all required loadout options - - wep1: right hand weapon - - wep2: left hand weapon - - mobi: Mobility item, e.g. Jump Packs. - - armour: required armour - - gear: special equipment needed for certain roles, like a Roasrius or Narthecium - * - type_data: names the squad, allows certain formations - */ - "squad_name": "Kill Team", "custom_squads": { - "tactical_squad": [ - [ // Aquila Kill Team - All-rounder - "Veteran", + "assault_squad": [ + [ + "Assault", { - "max": 9, - "min": 4, "loadout": { - "required": { - "wep1": [ - "Stalker Pattern Bolter", - 4 - ], - "wep2": [ - "Combat Knife", - 7 - ] - }, "option": { "wep1": [ [ [ - "Flamer", - "Flamer", - "Flamer", - "Meltagun", - "Meltagun", - "Plasma Gun" + "Eviscerator", + "Power Spear" ], - 2 + 4, + { + "wep2": "" + } ], [ [ - "Infernus Heavy Bolter", - "Infernus Heavy Bolter", - "Infernus Heavy Bolter", - "Infernus Heavy Bolter", - "Missile Launcher", - "Missile Launcher", - "Multi-Melta", - "Lascannon" + "Power Sword", + "Power Axe" ], - 2, - { - "wep2": "Combat Knife", - "mobi": "Heavy Weapons Pack", - } - ], + 3 + ] + ], + "wep2": [ [ [ - "Bolter" + "Plasma Pistol", + "Hand Flamer", + "Infernus Pistol" ], - 1 + 3 ] + ] + }, + "required": { + "wep1": [ + "Chainsword", + 2 ], + "wep2": [ + "Bolt Pistol", + 2 + ] } - } + }, + "max": 9, + "min": 4 } ], [ "Sergeant", { - "max": 1, - "min": 1, - "role": "Aquila Watch Sergeant", "loadout": { "required": { + "gear": [ + "Combat Shield", + 1 + ], "wep1": [ - "", - 0 + "Power Sword", + 1 ], "wep2": [ - "", - 0 + "Infernus Pistol", + 1 ] - }, - "option": { - "wep1": [ - [ - [ - "Power Sword", - "Power Sword", - "Power Sword", - "Power Axe", - "Xenophase Blade" - ], - 1 - ] - ], - "wep2": [ - [ - [ - "Bolt Pistol", - "Infernus Pistol", - "Plasma Pistol" - ], - 1 - ], - ], - } - } - } - ], - [ - "type_data", - { - "display_data": "Aquila Kill Team", - "formation_options": [ - "tactical", - "assault", - "devastator", - "scout" - ], - } - ] - ], - "devastator_squad": [ - [ // Venator Kill team - Heavy Weapon + Bikers - "Devastator", - { - "max": 9, - "min": 4, - "loadout": { - "required": { - "wep1": [ - "Bolter", - 5 - ], - "wep2": [ - "Combat Knife", - 9 - ], - "mobi": [ - "Bike", - 5 - ], - }, + } + }, + "max": 1, + "min": 1, + "role": "Dominatus Watch Sergeant" + } + ], + [ + "type_data", + { + "display_data": "Dominatus Kill Team", + "formation_options": [ + "assault" + ] + } + ] + ], + "devastator_squad": [ + [ + "Devastator", + { + "loadout": { "option": { "wep1": [ [ @@ -479,27 +199,34 @@ ], 4, { - "mobi": "Heavy Weapons Pack", + "mobi": "Heavy Weapons Pack" } ] ] + }, + "required": { + "mobi": [ + "Bike", + 5 + ], + "wep1": [ + "Bolter", + 5 + ], + "wep2": [ + "Combat Knife", + 9 + ] } - } + }, + "max": 9, + "min": 4 } ], [ "Sergeant", { - "max": 1, - "min": 1, - "role": "Venator Watch Sergeant", "loadout": { - "required": { - "mobi": [ - "", - 1 - ], - }, "option": { "wep1": [ [ @@ -521,8 +248,17 @@ 1 ] ] + }, + "required": { + "mobi": [ + "", + 1 + ] } - } + }, + "max": 1, + "min": 1, + "role": "Venator Watch Sergeant" } ], [ @@ -535,315 +271,252 @@ } ] ], - "assault_squad": [ - [ // Dominatus Kill Team - Airborne Assault - "Assault", + "tactical_squad": [ + [ + "Veteran", { - "max": 9, - "min": 4, "loadout": { - "required": { - "wep1": [ - "Chainsword", - 2 - ], - "wep2": [ - "Bolt Pistol", - 2 - ] - }, "option": { "wep1": [ [ [ - "Eviscerator", - "Power Spear" + "Flamer", + "Flamer", + "Flamer", + "Meltagun", + "Meltagun", + "Plasma Gun" ], - 4, + 2 + ], + [ + [ + "Infernus Heavy Bolter", + "Infernus Heavy Bolter", + "Infernus Heavy Bolter", + "Infernus Heavy Bolter", + "Missile Launcher", + "Missile Launcher", + "Multi-Melta", + "Lascannon" + ], + 2, { - "wep2": "" + "mobi": "Heavy Weapons Pack", + "wep2": "Combat Knife" } ], [ [ - "Power Sword", - "Power Axe" + "Bolter" ], - 3 + 1 ] + ] + }, + "required": { + "wep1": [ + "Stalker Pattern Bolter", + 4 ], "wep2": [ - [ - [ - "Plasma Pistol", - "Hand Flamer", - "Infernus Pistol" - ], - 3 - ] + "Combat Knife", + 7 ] } - } + }, + "max": 9, + "min": 4 } ], [ "Sergeant", { - "max": 1, - "min": 1, - "role": "Dominatus Watch Sergeant", "loadout": { - "required": { + "option": { "wep1": [ - "Power Sword", - 1 + [ + [ + "Power Sword", + "Power Sword", + "Power Sword", + "Power Axe", + "Xenophase Blade" + ], + 1 + ] ], "wep2": [ - "Infernus Pistol", - 1 + [ + [ + "Bolt Pistol", + "Infernus Pistol", + "Plasma Pistol" + ], + 1 + ] + ] + }, + "required": { + "wep1": [ + "", + 0 ], - "gear": [ - "Combat Shield", - 1 + "wep2": [ + "", + 0 ] } - } + }, + "max": 1, + "min": 1, + "role": "Aquila Watch Sergeant" } ], [ "type_data", { - "display_data": "Dominatus Kill Team", + "display_data": "Aquila Kill Team", "formation_options": [ - "assault" + "tactical", + "assault", + "devastator", + "scout" ] } ] ], - "veteran_squad": [ - // Proteus Kill Team - Versatile + "terminator_assault_squad": [ [ - "Veteran", + "Veteran Sergeant", { - "max": 9, - "min": 4, - "role": "Vanguard Veteran", "loadout": { "required": { "wep1": [ - "", - 0 + "Thunder Hammer", + 1 ], "wep2": [ - "Combat Knife", - 9 - ], - }, + "Storm Shield", + 1 + ] + } + }, + "max": 1, + "min": 1, + "role": "Furor Watch Sergeant" + } + ], + [ + "Terminator", + { + "loadout": { "option": { "wep1": [ [ [ - "Stalker Pattern Bolter", - "Storm Bolter" - ], - 5 - ], - [ - [ - "Combiflamer" + "Lightning Claw" ], - 2 + 1, + { + "wep2": "Lightning Claw" + } ], [ [ - "Flamer", - "Flamer", - "Flamer", - "Meltagun", - "Meltagun", - "Plasma Gun" + "Heavy Thunder Hammer" ], 1 ], [ [ - "Infernus Heavy Bolter", - "Infernus Heavy Bolter", - "Infernus Heavy Bolter", - "Missile Launcher", - "Missile Launcher", - "Multi-Melta", - "Lascannon" + "Assault Cannon", + "Heavy Flamer" ], 1 - ], + ] + ] + }, + "required": { + "wep1": [ + "Thunder Hammer", + 1 + ], + "wep2": [ + "Storm Shield", + 1 ] } - } + }, + "max": 4, + "min": 1, + "role": "Assault Terminator" } ], - // Sternguard Veteran Sergeant [ - "Veteran Sergeant", + "Veteran", { - "max": 1, - "min": 1, - "role": "Proteus Watch Sergeant", "loadout": { + "option": { + "wep1": [ + [ + [ + "Hand Flamer" + ], + 2, + { + "wep2": "Chainsword" + } + ], + [ + [ + "Thunder Hammer" + ], + 1 + ], + [ + [ + "Bolt Pistol" + ], + 1, + { + "wep2": "Power Sword" + } + ] + ] + }, "required": { "wep1": [ - "Stalker Pattern Bolter", + "Infernus Heavy Bolter", 1 ], "wep2": [ - "Xenophase Blade", - 1 + "", + 0 ] } - } + }, + "max": 4, + "min": 1, + "role": "Vanguard Veteran" } ], [ "type_data", { - "display_data": "Proteus Kill Team", + "display_data": "Furor Kill Team", "formation_options": [ - "veteran", "assault", + "terminator", + "veteran", "devastator", "scout", "tactical" - ], + ] } ] ], - // Will return as soon as custom squads are supported; - // "veteran_squad": [ - // // Malleus Kill Team - Anti Vehicle / Anti Large - // // Vanguard Veteran Sergeant - // [ - // "Veteran Sergeant", - // { - // "max": 1, - // "min": 1, - // "role": "Malleus Watch Sergeant", - // "loadout": { - // "required": { - // "wep1": [ - // "Stalker Pattern Bolter", - // 1 - // ], - // "wep2": [ - // "Combat Knife", - // 1 - // ] - // } - // } - // } - // ], - // // Vanguard Veterans - // [ - // "Veteran", - // { - // "max": 4, - // "min": 1, - // "role": "Vanguard Veteran", - // "loadout": { - // "required": { - // "wep1": [ - // "", - // 0 - // ], - // "wep2": [ - // "", - // 0 - // ] - // }, - // "option": { - // "wep1": [ - // [ - // [ - // "Infernus Heavy Bolter", - // "Infernus Heavy Bolter", - // "Infernus Heavy Bolter", - // "Infernus Heavy Bolter", - // "Missile Launcher", - // "Missile Launcher", - // "Multi-Melta", - // "Lascannon" - // ], - // 3 - // ], - // [ - // [ - // "Stalker Pattern Bolter" - // ], - // 2, - // { - // "wep2": "Combat Knife" - // } - // ] - // ] - // } - // } - // } - // ], - // [ - // "Terminator", - // { - // "max": 4, - // "min": 1, - // "role": "Terminator", - // "loadout": { - // "required": { - // "wep1": [ - // "Plasma Cannon", - // 1 - // ] - // }, - // "option": { - // "wep1": [ - // [ - // [ - // "Heavy Thunder Hammer" - // ], - // 1 - // ], - // [ - // [ - // "Lascannon" - // ], - // 1 - // ], - // [ - // [ - // "Multi-Melta" - // ], - // 1 - // ], - // ], - // } - // } - // } - // ], - // [ - // "type_data", - // { - // "display_data": "Malleus Kill Team", - // "formation_options": [ - // "devastator", - // "veteran", - // "assault", - // "scout", - // "tactical", - // "terminator" - // ] - // } - // ] - // ], "terminator_squad": [ - // Purgatus Kill Team - Librarian Led assassins - // Librarian Leader [ "Librarian", { @@ -852,23 +525,10 @@ "role": "Purgatus Watch Sergeant" } ], - // Terminator [ "Terminator", { - "max": 4, - "min": 1, "loadout": { - "required": { - "wep1": [ - "", - 0 - ], - "wep2": [ - "", - 0 - ], - }, "option": { "wep1": [ [ @@ -880,7 +540,7 @@ { "wep2": "Storm Bolter" } - ], + ] ], "wep2": [ [ @@ -890,20 +550,9 @@ "Lascannon" ], 2 - ], - ], - } - } - } - ], - // Vanguard Veteran - [ - "Veteran", - { - "max": 5, - "min": 1, - "role": "Vanguard Veteran", - "loadout": { + ] + ] + }, "required": { "wep1": [ "", @@ -912,8 +561,17 @@ "wep2": [ "", 0 - ], - }, + ] + } + }, + "max": 4, + "min": 1 + } + ], + [ + "Veteran", + { + "loadout": { "option": { "wep1": [ [ @@ -944,8 +602,21 @@ } ] ] + }, + "required": { + "wep1": [ + "", + 0 + ], + "wep2": [ + "", + 0 + ] } - } + }, + "max": 5, + "min": 1, + "role": "Vanguard Veteran" } ], [ @@ -959,797 +630,882 @@ "devastator", "scout", "tactical" - ], + ] } ] ], - "terminator_assault_squad": [ - // Furor Kill Team - Swarm Slayers - // Assault Terminator Sergeant - [ - "Veteran Sergeant", - { - "max": 1, - "min": 1, - "role": "Furor Watch Sergeant", - "loadout": { - "required": { - "wep1": [ - "Thunder Hammer", - 1 - ], - "wep2": [ - "Storm Shield", - 1 - ] - } - } - } - ], - // Assault Terminator + "veteran_squad": [ [ - "Terminator", + "Veteran", { - "max": 4, - "min": 1, - "role": "Assault Terminator", "loadout": { - "required": { - "wep1": [ - "Thunder Hammer", - 1 - ], - "wep2": [ - "Storm Shield", - 1 - ], - }, "option": { "wep1": [ [ [ - "Lightning Claw" + "Stalker Pattern Bolter", + "Storm Bolter" ], - 1, - { - "wep2": "Lightning Claw", - } + 5 + ], + [ + [ + "Combiflamer" + ], + 2 ], [ [ - "Heavy Thunder Hammer", + "Flamer", + "Flamer", + "Flamer", + "Meltagun", + "Meltagun", + "Plasma Gun" ], 1 ], [ [ - "Assault Cannon", - "Heavy Flamer" + "Infernus Heavy Bolter", + "Infernus Heavy Bolter", + "Infernus Heavy Bolter", + "Missile Launcher", + "Missile Launcher", + "Multi-Melta", + "Lascannon" ], 1 ] ] + }, + "required": { + "wep1": [ + "", + 0 + ], + "wep2": [ + "Combat Knife", + 9 + ] } - } + }, + "max": 9, + "min": 4, + "role": "Vanguard Veteran" } ], - // Vanguard Veteran [ - "Veteran", + "Veteran Sergeant", { - "max": 4, - "min": 1, - "role": "Vanguard Veteran", "loadout": { "required": { "wep1": [ - "Infernus Heavy Bolter", + "Stalker Pattern Bolter", 1 ], "wep2": [ - "", - 0 + "Xenophase Blade", + 1 ] - }, - "option": { - "wep1": [ - [ - [ - "Hand Flamer", - ], - 2, - { - "wep2": "Chainsword" - } - ], - [ - [ - "Thunder Hammer", - ], - 1 - ], - [ - [ - "Bolt Pistol", - ], - 1, - { - "wep2": "Power Sword" - } - ] - ], } - } + }, + "max": 1, + "min": 1, + "role": "Proteus Watch Sergeant" } ], [ "type_data", { - "display_data": "Furor Kill Team", + "display_data": "Proteus Kill Team", "formation_options": [ - "assault", - "terminator", "veteran", + "assault", "devastator", "scout", "tactical" - ], + ] } ] ] }, - "full_liveries": [ - { - "right_pauldron": 8.0, - "left_arm": 1.0, - "is_changed": true, - "right_arm": 8.0, - "left_trim": 1.0, - "left_leg_lower": 8.0, - "left_leg_upper": 8.0, - "right_trim": 1.0, - "left_leg_knee": 8.0, - "right_leg_lower": 8.0, - "right_leg_upper": 8.0, - "right_leg_knee": 8.0, - "metallic_trim": 20.0, - "left_chest": 8.0, - "right_chest": 8.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_pauldron": 1.0, - "left_hand": 1.0, - "right_hand": 8.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 9.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 11.0, - "weapon_secondary": 11.0 - }, - { - "right_pauldron": 8.0, - "left_arm": 1.0, - "is_changed": true, - "right_arm": 8.0, - "left_trim": 1.0, - "left_leg_lower": 8.0, - "left_leg_upper": 8.0, - "right_trim": 1.0, - "left_leg_knee": 8.0, - "right_leg_lower": 8.0, - "right_leg_upper": 8.0, - "right_leg_knee": 8.0, - "metallic_trim": 20.0, - "left_chest": 8.0, - "right_chest": 8.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_hand": 1.0, - "left_pauldron": 1.0, - "right_hand": 8.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 9.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 11.0, - "weapon_secondary": 11.0 - }, - { - "right_pauldron": 8.0, - "left_arm": 1.0, - "is_changed": true, - "right_arm": 8.0, - "left_trim": 1.0, - "left_leg_lower": 8.0, - "left_leg_upper": 8.0, - "right_trim": 1.0, - "left_leg_knee": 8.0, - "right_leg_lower": 8.0, - "right_leg_upper": 8.0, - "right_leg_knee": 8.0, - "metallic_trim": 20.0, - "left_chest": 8.0, - "right_chest": 8.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_hand": 1.0, - "left_pauldron": 1.0, - "right_hand": 8.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 9.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 11.0, - "weapon_secondary": 11.0 - }, - { - "right_pauldron": 8.0, - "left_arm": 1.0, - "is_changed": true, - "right_arm": 8.0, - "left_trim": 1.0, - "left_leg_lower": 8.0, - "left_leg_upper": 8.0, - "right_trim": 1.0, - "left_leg_knee": 8.0, - "right_leg_lower": 8.0, - "right_leg_upper": 8.0, - "right_leg_knee": 8.0, - "metallic_trim": 20.0, - "left_chest": 8.0, - "right_chest": 8.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_hand": 1.0, - "left_pauldron": 1.0, - "right_hand": 8.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 9.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 11.0, - "weapon_secondary": 11.0 - }, - { - "right_pauldron": 8.0, - "left_arm": 1.0, - "is_changed": true, - "right_arm": 8.0, - "left_trim": 1.0, - "left_leg_lower": 8.0, - "left_leg_upper": 8.0, - "right_trim": 1.0, - "left_leg_knee": 8.0, - "right_leg_lower": 8.0, - "right_leg_upper": 8.0, - "right_leg_knee": 8.0, - "metallic_trim": 20.0, - "left_chest": 8.0, - "right_chest": 8.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_hand": 1.0, - "left_pauldron": 1.0, - "right_hand": 8.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 9.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 11.0, - "weapon_secondary": 11.0 - }, - { - "right_pauldron": 8.0, - "left_arm": 1.0, - "is_changed": true, - "right_arm": 8.0, - "left_trim": 1.0, - "left_leg_lower": 8.0, - "left_leg_upper": 8.0, - "right_trim": 1.0, - "left_leg_knee": 8.0, - "right_leg_lower": 8.0, - "right_leg_upper": 8.0, - "right_leg_knee": 8.0, - "metallic_trim": 20.0, - "left_chest": 8.0, - "right_chest": 8.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_hand": 1.0, - "left_pauldron": 1.0, - "right_hand": 8.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 9.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 11.0, - "weapon_secondary": 11.0 - }, - { - "right_pauldron": 8.0, - "left_arm": 1.0, - "is_changed": true, - "right_arm": 8.0, - "left_trim": 1.0, - "left_leg_lower": 8.0, - "left_leg_upper": 8.0, - "right_trim": 1.0, - "left_leg_knee": 8.0, - "right_leg_lower": 8.0, - "right_leg_upper": 8.0, - "right_leg_knee": 8.0, - "metallic_trim": 20.0, - "left_chest": 8.0, - "right_chest": 8.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_hand": 1.0, - "left_pauldron": 1.0, - "right_hand": 8.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 9.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 11.0, - "weapon_secondary": 11.0 - }, - { - "right_pauldron": 8.0, - "left_arm": 1.0, - "is_changed": true, - "right_arm": 8.0, - "left_trim": 1.0, - "left_leg_lower": 8.0, - "left_leg_upper": 8.0, - "right_trim": 1.0, - "left_leg_knee": 8.0, - "right_leg_lower": 8.0, - "right_leg_upper": 8.0, - "right_leg_knee": 8.0, - "metallic_trim": 20.0, - "left_chest": 8.0, - "right_chest": 8.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_hand": 1.0, - "left_pauldron": 1.0, - "right_hand": 8.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 9.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 11.0, - "weapon_secondary": 11.0 - }, - { - "right_pauldron": 8.0, - "left_arm": 1.0, - "is_changed": true, - "right_arm": 8.0, - "left_trim": 1.0, - "left_leg_lower": 8.0, - "left_leg_upper": 8.0, - "right_trim": 1.0, - "left_leg_knee": 8.0, - "right_leg_lower": 8.0, - "right_leg_upper": 8.0, - "right_leg_knee": 8.0, - "metallic_trim": 20.0, - "left_chest": 8.0, - "right_chest": 8.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_hand": 1.0, - "left_pauldron": 1.0, - "right_hand": 8.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 9.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 11.0, - "weapon_secondary": 11.0 - }, + "disadvantages": [ + "", + "Splintered", + "Tech-Heresy", + "", + "", + "", + "", + "", + "" + ], + "discipline": "librarius", + "disposition": [ + 0, + 0, + 50, + 50, + 70, + 50, + 60, + 0 + ], + "extra_equipment": [ + [ + "Stalker Pattern Bolter", + 20 + ] + ], + "extra_marines": { + "eighth": -200, + "fifth": -55, + "fourth": -55, + "ninth": -200, + "second": -55, + "seventh": -200, + "sixth": -200, + "tenth": -200, + "third": -55 + }, + "extra_ships": { + "battle_barges": -1, + "gladius": 0, + "hunters": 0, + "strike_cruisers": -4 + }, + "extra_specialists": { + "apothecary": 0, + "assault": -10, + "chaplains": 0, + "codiciery": 0, + "devastator": -10, + "epistolary": 0, + "epistolary_per_company": 1, + "lexicanum": 0, + "techmarines": 0, + "terminator": -21, + "veteran": -20 + }, + "extra_vehicles": { + "land_raider": 0, + "land_speeder": 0, + "predator": 0, + "rhino": 0, + "whirlwind": 0 + }, + "flagship_name": "", + "flavor": "Known as the Shield that Slays, they are the Chamber Militant of the Ordo Xenos, charged with protecting it in its search of information, containment, and ultimate destruction of all xeno species. Consisting of Battle-Brothers drawn from many Chapters, the Deathwatch operates from Watch Fortresses and Watch Stations across the whole of the Imperium.", + "fleet_type": 1, + "founding": 0, + "full_liveries": [ { - "right_pauldron": 8.0, - "left_arm": 1.0, + "eye_lense": 9, "is_changed": true, - "right_arm": 8.0, - "left_trim": 1.0, - "left_leg_lower": 8.0, - "left_leg_upper": 8.0, - "right_trim": 1.0, - "left_leg_knee": 8.0, - "right_leg_lower": 8.0, - "right_leg_upper": 8.0, - "right_leg_knee": 8.0, - "metallic_trim": 20.0, - "left_chest": 8.0, - "right_chest": 8.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_hand": 1.0, - "left_pauldron": 1.0, - "right_hand": 8.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 9.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 11.0, - "weapon_secondary": 11.0 + "left_arm": 1, + "left_backpack": 8, + "left_chest": 8, + "left_hand": 1, + "left_head": 8, + "left_leg_knee": 8, + "left_leg_lower": 8, + "left_leg_upper": 8, + "left_muzzle": 8, + "left_pauldron": 1, + "left_thorax": 0, + "left_trim": 1, + "metallic_trim": 20, + "right_arm": 8, + "right_backpack": 8, + "right_chest": 8, + "right_hand": 8, + "right_head": 8, + "right_leg_knee": 8, + "right_leg_lower": 8, + "right_leg_upper": 8, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 1, + "weapon_primary": 11, + "weapon_secondary": 11 }, { - "right_pauldron": 8.0, - "left_arm": 1.0, + "eye_lense": 9, "is_changed": true, - "right_arm": 8.0, - "left_trim": 1.0, - "left_leg_lower": 8.0, - "left_leg_upper": 8.0, - "right_trim": 1.0, - "left_leg_knee": 8.0, - "right_leg_lower": 8.0, - "right_leg_upper": 8.0, - "right_leg_knee": 8.0, - "metallic_trim": 20.0, - "left_chest": 8.0, - "right_chest": 8.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_hand": 1.0, - "left_pauldron": 1.0, - "right_hand": 8.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 9.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 11.0, - "weapon_secondary": 11.0 + "left_arm": 1, + "left_backpack": 8, + "left_chest": 8, + "left_hand": 1, + "left_head": 8, + "left_leg_knee": 8, + "left_leg_lower": 8, + "left_leg_upper": 8, + "left_muzzle": 8, + "left_pauldron": 1, + "left_thorax": 0, + "left_trim": 1, + "metallic_trim": 20, + "right_arm": 8, + "right_backpack": 8, + "right_chest": 8, + "right_hand": 8, + "right_head": 8, + "right_leg_knee": 8, + "right_leg_lower": 8, + "right_leg_upper": 8, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 1, + "weapon_primary": 11, + "weapon_secondary": 11 }, { - "right_pauldron": 8.0, - "left_arm": 1.0, + "eye_lense": 9, "is_changed": true, - "right_arm": 8.0, - "left_trim": 1.0, - "left_leg_lower": 8.0, - "left_leg_upper": 8.0, - "right_trim": 1.0, - "left_leg_knee": 8.0, - "right_leg_lower": 8.0, - "right_leg_upper": 8.0, - "right_leg_knee": 8.0, - "metallic_trim": 20.0, - "left_chest": 8.0, - "right_chest": 8.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_hand": 1.0, - "left_pauldron": 1.0, - "right_hand": 8.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 9.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 11.0, - "weapon_secondary": 11.0 + "left_arm": 1, + "left_backpack": 8, + "left_chest": 8, + "left_hand": 1, + "left_head": 8, + "left_leg_knee": 8, + "left_leg_lower": 8, + "left_leg_upper": 8, + "left_muzzle": 8, + "left_pauldron": 1, + "left_thorax": 0, + "left_trim": 1, + "metallic_trim": 20, + "right_arm": 8, + "right_backpack": 8, + "right_chest": 8, + "right_hand": 8, + "right_head": 8, + "right_leg_knee": 8, + "right_leg_lower": 8, + "right_leg_upper": 8, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 1, + "weapon_primary": 11, + "weapon_secondary": 11 }, { - "right_pauldron": 8.0, - "left_arm": 1.0, + "eye_lense": 9, "is_changed": true, - "right_arm": 8.0, - "left_trim": 1.0, - "left_leg_lower": 8.0, - "left_leg_upper": 8.0, - "right_trim": 1.0, - "left_leg_knee": 8.0, - "right_leg_lower": 8.0, - "right_leg_upper": 8.0, - "right_leg_knee": 8.0, - "metallic_trim": 20.0, - "left_chest": 8.0, - "right_chest": 8.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_hand": 1.0, - "left_pauldron": 1.0, - "right_hand": 8.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 9.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 11.0, - "weapon_secondary": 11.0 + "left_arm": 1, + "left_backpack": 8, + "left_chest": 8, + "left_hand": 1, + "left_head": 8, + "left_leg_knee": 8, + "left_leg_lower": 8, + "left_leg_upper": 8, + "left_muzzle": 8, + "left_pauldron": 1, + "left_thorax": 0, + "left_trim": 1, + "metallic_trim": 20, + "right_arm": 8, + "right_backpack": 8, + "right_chest": 8, + "right_hand": 8, + "right_head": 8, + "right_leg_knee": 8, + "right_leg_lower": 8, + "right_leg_upper": 8, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 1, + "weapon_primary": 11, + "weapon_secondary": 11 }, { - "right_pauldron": 8.0, - "left_arm": 1.0, + "eye_lense": 9, "is_changed": true, - "right_arm": 8.0, - "left_trim": 1.0, - "left_leg_lower": 8.0, - "left_leg_upper": 8.0, - "right_trim": 1.0, - "left_leg_knee": 8.0, - "right_leg_lower": 8.0, - "right_leg_upper": 8.0, - "right_leg_knee": 8.0, - "metallic_trim": 20.0, - "left_chest": 8.0, - "right_chest": 8.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_hand": 1.0, - "left_pauldron": 1.0, - "right_hand": 8.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 9.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 11.0, - "weapon_secondary": 11.0 + "left_arm": 1, + "left_backpack": 8, + "left_chest": 8, + "left_hand": 1, + "left_head": 8, + "left_leg_knee": 8, + "left_leg_lower": 8, + "left_leg_upper": 8, + "left_muzzle": 8, + "left_pauldron": 1, + "left_thorax": 0, + "left_trim": 1, + "metallic_trim": 20, + "right_arm": 8, + "right_backpack": 8, + "right_chest": 8, + "right_hand": 8, + "right_head": 8, + "right_leg_knee": 8, + "right_leg_lower": 8, + "right_leg_upper": 8, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 1, + "weapon_primary": 11, + "weapon_secondary": 11 }, { + "eye_lense": 9, + "is_changed": true, + "left_arm": 1, + "left_backpack": 8, + "left_chest": 8, + "left_hand": 1, + "left_head": 8, + "left_leg_knee": 8, + "left_leg_lower": 8, + "left_leg_upper": 8, + "left_muzzle": 8, + "left_pauldron": 1, + "left_thorax": 0, + "left_trim": 1, + "metallic_trim": 20, + "right_arm": 8, + "right_backpack": 8, + "right_chest": 8, + "right_hand": 8, + "right_head": 8, + "right_leg_knee": 8, + "right_leg_lower": 8, + "right_leg_upper": 8, + "right_muzzle": 8, "right_pauldron": 8, - "left_arm": 8, + "right_thorax": 0, + "right_trim": 1, + "weapon_primary": 11, + "weapon_secondary": 11 + }, + { + "eye_lense": 9, "is_changed": true, + "left_arm": 1, + "left_backpack": 8, + "left_chest": 8, + "left_hand": 1, + "left_head": 8, + "left_leg_knee": 8, + "left_leg_lower": 8, + "left_leg_upper": 8, + "left_muzzle": 8, + "left_pauldron": 1, + "left_thorax": 0, + "left_trim": 1, + "metallic_trim": 20, "right_arm": 8, - "left_trim": 11.0, + "right_backpack": 8, + "right_chest": 8, + "right_hand": 8, + "right_head": 8, + "right_leg_knee": 8, + "right_leg_lower": 8, + "right_leg_upper": 8, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 1, + "weapon_primary": 11, + "weapon_secondary": 11 + }, + { + "eye_lense": 9, + "is_changed": true, + "left_arm": 1, + "left_backpack": 8, + "left_chest": 8, + "left_hand": 1, + "left_head": 8, + "left_leg_knee": 8, "left_leg_lower": 8, "left_leg_upper": 8, - "right_trim": 11.0, + "left_muzzle": 8, + "left_pauldron": 1, + "left_thorax": 0, + "left_trim": 1, + "metallic_trim": 20, + "right_arm": 8, + "right_backpack": 8, + "right_chest": 8, + "right_hand": 8, + "right_head": 8, + "right_leg_knee": 8, + "right_leg_lower": 8, + "right_leg_upper": 8, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 1, + "weapon_primary": 11, + "weapon_secondary": 11 + }, + { + "eye_lense": 9, + "is_changed": true, + "left_arm": 1, + "left_backpack": 8, + "left_chest": 8, + "left_hand": 1, + "left_head": 8, "left_leg_knee": 8, + "left_leg_lower": 8, + "left_leg_upper": 8, + "left_muzzle": 8, + "left_pauldron": 1, + "left_thorax": 0, + "left_trim": 1, + "metallic_trim": 20, + "right_arm": 8, + "right_backpack": 8, + "right_chest": 8, + "right_hand": 8, + "right_head": 8, + "right_leg_knee": 8, "right_leg_lower": 8, "right_leg_upper": 8, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 1, + "weapon_primary": 11, + "weapon_secondary": 11 + }, + { + "eye_lense": 9, + "is_changed": true, + "left_arm": 1, + "left_backpack": 8, + "left_chest": 8, + "left_hand": 1, + "left_head": 8, + "left_leg_knee": 8, + "left_leg_lower": 8, + "left_leg_upper": 8, + "left_muzzle": 8, + "left_pauldron": 1, + "left_thorax": 0, + "left_trim": 1, + "metallic_trim": 20, + "right_arm": 8, + "right_backpack": 8, + "right_chest": 8, + "right_hand": 8, + "right_head": 8, "right_leg_knee": 8, - "metallic_trim": 11.0, + "right_leg_lower": 8, + "right_leg_upper": 8, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 1, + "weapon_primary": 11, + "weapon_secondary": 11 + }, + { + "eye_lense": 9, + "is_changed": true, + "left_arm": 1, + "left_backpack": 8, "left_chest": 8, + "left_hand": 1, + "left_head": 8, + "left_leg_knee": 8, + "left_leg_lower": 8, + "left_leg_upper": 8, + "left_muzzle": 8, + "left_pauldron": 1, + "left_thorax": 0, + "left_trim": 1, + "metallic_trim": 20, + "right_arm": 8, + "right_backpack": 8, "right_chest": 8, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_hand": 8, - "left_pauldron": 1.0, "right_hand": 8, + "right_head": 8, + "right_leg_knee": 8, + "right_leg_lower": 8, + "right_leg_upper": 8, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 1, + "weapon_primary": 11, + "weapon_secondary": 11 + }, + { + "eye_lense": 9, + "is_changed": true, + "left_arm": 1, + "left_backpack": 8, + "left_chest": 8, + "left_hand": 1, "left_head": 8, + "left_leg_knee": 8, + "left_leg_lower": 8, + "left_leg_upper": 8, + "left_muzzle": 8, + "left_pauldron": 1, + "left_thorax": 0, + "left_trim": 1, + "metallic_trim": 20, + "right_arm": 8, + "right_backpack": 8, + "right_chest": 8, + "right_hand": 8, "right_head": 8, + "right_leg_knee": 8, + "right_leg_lower": 8, + "right_leg_upper": 8, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 1, + "weapon_primary": 11, + "weapon_secondary": 11 + }, + { + "eye_lense": 9, + "is_changed": true, + "left_arm": 1, + "left_backpack": 8, + "left_chest": 8, + "left_hand": 1, + "left_head": 8, + "left_leg_knee": 8, + "left_leg_lower": 8, + "left_leg_upper": 8, "left_muzzle": 8, + "left_pauldron": 1, + "left_thorax": 0, + "left_trim": 1, + "metallic_trim": 20, + "right_arm": 8, + "right_backpack": 8, + "right_chest": 8, + "right_hand": 8, + "right_head": 8, + "right_leg_knee": 8, + "right_leg_lower": 8, + "right_leg_upper": 8, "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 1, + "weapon_primary": 11, + "weapon_secondary": 11 + }, + { "eye_lense": 9, + "is_changed": true, + "left_arm": 1, + "left_backpack": 8, + "left_chest": 8, + "left_hand": 1, + "left_head": 8, + "left_leg_knee": 8, + "left_leg_lower": 8, + "left_leg_upper": 8, + "left_muzzle": 8, + "left_pauldron": 1, + "left_thorax": 0, + "left_trim": 1, + "metallic_trim": 20, + "right_arm": 8, "right_backpack": 8, + "right_chest": 8, + "right_hand": 8, + "right_head": 8, + "right_leg_knee": 8, + "right_leg_lower": 8, + "right_leg_upper": 8, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 1, + "weapon_primary": 11, + "weapon_secondary": 11 + }, + { + "eye_lense": 9, + "is_changed": true, + "left_arm": 8, "left_backpack": 8, - "weapon_primary": 8.0, - "weapon_secondary": 8.0 + "left_chest": 8, + "left_hand": 8, + "left_head": 8, + "left_leg_knee": 8, + "left_leg_lower": 8, + "left_leg_upper": 8, + "left_muzzle": 8, + "left_pauldron": 1, + "left_thorax": 0, + "left_trim": 11, + "metallic_trim": 11, + "right_arm": 8, + "right_backpack": 8, + "right_chest": 8, + "right_hand": 8, + "right_head": 8, + "right_leg_knee": 8, + "right_leg_lower": 8, + "right_leg_upper": 8, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 11, + "weapon_primary": 8, + "weapon_secondary": 8 }, { - "right_pauldron": 0, - "left_arm": 0, + "eye_lense": 9, "is_changed": true, - "right_arm": 0, - "left_trim": 11.0, + "left_arm": 0, + "left_backpack": 0, + "left_chest": 0, + "left_hand": 0, + "left_head": 0, + "left_leg_knee": 0, "left_leg_lower": 0, "left_leg_upper": 0, - "right_trim": 11.0, - "left_leg_knee": 0, - "right_leg_lower": 0, - "right_leg_upper": 0, - "right_leg_knee": 0, - "metallic_trim": 11.0, - "left_chest": 0, + "left_muzzle": 0, + "left_pauldron": 1, + "left_thorax": 0, + "left_trim": 11, + "metallic_trim": 11, + "right_arm": 0, + "right_backpack": 0, "right_chest": 0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_hand": 0, - "left_pauldron": 1.0, "right_hand": 0, - "left_head": 0, "right_head": 0, - "left_muzzle": 0, + "right_leg_knee": 0, + "right_leg_lower": 0, + "right_leg_upper": 0, "right_muzzle": 0, - "eye_lense": 9, - "right_backpack": 0, - "left_backpack": 0, - "weapon_primary": 8.0, - "weapon_secondary": 8.0 + "right_pauldron": 0, + "right_thorax": 0, + "right_trim": 11, + "weapon_primary": 8, + "weapon_secondary": 8 }, { - "right_pauldron": 9, - "left_arm": 9, + "eye_lense": 23, "is_changed": true, - "right_arm": 9, - "left_trim": 11.0, + "left_arm": 9, + "left_backpack": 9, + "left_chest": 9, + "left_hand": 9, + "left_head": 9, + "left_leg_knee": 9, "left_leg_lower": 9, "left_leg_upper": 9, - "right_trim": 11.0, - "left_leg_knee": 9, - "right_leg_lower": 9, - "right_leg_upper": 9, - "right_leg_knee": 9, - "metallic_trim": 11.0, - "left_chest": 9, + "left_muzzle": 9, + "left_pauldron": 1, + "left_thorax": 0, + "left_trim": 11, + "metallic_trim": 11, + "right_arm": 9, + "right_backpack": 9, "right_chest": 9, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_hand": 9, - "left_pauldron": 1.0, "right_hand": 9, - "left_head": 9, "right_head": 9, - "left_muzzle": 9, + "right_leg_knee": 9, + "right_leg_lower": 9, + "right_leg_upper": 9, "right_muzzle": 9, - "eye_lense": 23, - "right_backpack": 9, - "left_backpack": 9, - "weapon_primary": 8.0, - "weapon_secondary": 8.0 + "right_pauldron": 9, + "right_thorax": 0, + "right_trim": 11, + "weapon_primary": 8, + "weapon_secondary": 8 }, { - "right_pauldron": 34, - "left_arm": 34, + "eye_lense": 28, "is_changed": true, - "right_arm": 34, - "left_trim": 11.0, + "left_arm": 34, + "left_backpack": 34, + "left_chest": 34, + "left_hand": 34, + "left_head": 34, + "left_leg_knee": 34, "left_leg_lower": 34, "left_leg_upper": 34, - "right_trim": 11.0, - "left_leg_knee": 34, - "right_leg_lower": 34, - "right_leg_upper": 34, - "right_leg_knee": 34, - "metallic_trim": 11.0, - "left_chest": 34, + "left_muzzle": 34, + "left_pauldron": 1, + "left_thorax": 0, + "left_trim": 11, + "metallic_trim": 11, + "right_arm": 34, + "right_backpack": 34, "right_chest": 34, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_hand": 34, - "left_pauldron": 1.0, "right_hand": 34, - "left_head": 34, "right_head": 34, - "left_muzzle": 34, + "right_leg_knee": 34, + "right_leg_lower": 34, + "right_leg_upper": 34, "right_muzzle": 34, - "eye_lense": 28, - "right_backpack": 34, - "left_backpack": 34, - "weapon_primary": 8.0, - "weapon_secondary": 8.0 + "right_pauldron": 34, + "right_thorax": 0, + "right_trim": 11, + "weapon_primary": 8, + "weapon_secondary": 8 }, { - "right_pauldron": 8.0, - "left_arm": 1.0, + "eye_lense": 9, "is_changed": true, - "right_arm": 8.0, - "left_trim": 1.0, - "left_leg_lower": 8.0, - "left_leg_upper": 8.0, - "right_trim": 1.0, - "left_leg_knee": 8.0, - "right_leg_lower": 8.0, - "right_leg_upper": 8.0, - "right_leg_knee": 8.0, - "metallic_trim": 20.0, - "left_chest": 8.0, - "right_chest": 8.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_hand": 1.0, - "left_pauldron": 1.0, - "right_hand": 8.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 9.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 11.0, - "weapon_secondary": 11.0 + "left_arm": 1, + "left_backpack": 8, + "left_chest": 8, + "left_hand": 1, + "left_head": 8, + "left_leg_knee": 8, + "left_leg_lower": 8, + "left_leg_upper": 8, + "left_muzzle": 8, + "left_pauldron": 1, + "left_thorax": 0, + "left_trim": 1, + "metallic_trim": 20, + "right_arm": 8, + "right_backpack": 8, + "right_chest": 8, + "right_hand": 8, + "right_head": 8, + "right_leg_knee": 8, + "right_leg_lower": 8, + "right_leg_upper": 8, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 1, + "weapon_primary": 11, + "weapon_secondary": 11 }, { - "right_pauldron": 8.0, - "left_arm": 1.0, + "eye_lense": 9, "is_changed": true, - "right_arm": 8.0, - "left_trim": 1.0, - "left_leg_lower": 8.0, - "left_leg_upper": 8.0, - "right_trim": 1.0, - "left_leg_knee": 8.0, - "right_leg_lower": 8.0, - "right_leg_upper": 8.0, - "right_leg_knee": 8.0, - "metallic_trim": 20.0, - "left_chest": 8.0, - "right_chest": 8.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_hand": 1.0, - "left_pauldron": 1.0, - "right_hand": 8.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 9.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 11.0, - "weapon_secondary": 11.0 + "left_arm": 1, + "left_backpack": 8, + "left_chest": 8, + "left_hand": 1, + "left_head": 8, + "left_leg_knee": 8, + "left_leg_lower": 8, + "left_leg_upper": 8, + "left_muzzle": 8, + "left_pauldron": 1, + "left_thorax": 0, + "left_trim": 1, + "metallic_trim": 20, + "right_arm": 8, + "right_backpack": 8, + "right_chest": 8, + "right_hand": 8, + "right_head": 8, + "right_leg_knee": 8, + "right_leg_lower": 8, + "right_leg_upper": 8, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 1, + "weapon_primary": 11, + "weapon_secondary": 11 }, { - "right_pauldron": 8.0, - "left_arm": 1.0, + "eye_lense": 9, "is_changed": true, - "right_arm": 8.0, - "left_trim": 1.0, - "left_leg_lower": 8.0, - "left_leg_upper": 8.0, - "right_trim": 1.0, - "left_leg_knee": 8.0, - "right_leg_lower": 8.0, - "right_leg_upper": 8.0, - "right_leg_knee": 8.0, - "metallic_trim": 20.0, - "left_chest": 8.0, - "right_chest": 8.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_hand": 1.0, - "left_pauldron": 1.0, - "right_hand": 8.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 9.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 11.0, - "weapon_secondary": 11.0 + "left_arm": 1, + "left_backpack": 8, + "left_chest": 8, + "left_hand": 1, + "left_head": 8, + "left_leg_knee": 8, + "left_leg_lower": 8, + "left_leg_upper": 8, + "left_muzzle": 8, + "left_pauldron": 1, + "left_thorax": 0, + "left_trim": 1, + "metallic_trim": 20, + "right_arm": 8, + "right_backpack": 8, + "right_chest": 8, + "right_hand": 8, + "right_head": 8, + "right_leg_knee": 8, + "right_leg_lower": 8, + "right_leg_upper": 8, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 1, + "weapon_primary": 11, + "weapon_secondary": 11 } ], + "homeworld": "Dead", + "homeworld_exists": 1, + "homeworld_name": "", + "homeworld_rule": 1, + "icon_name": "deathwatch", + "id": 33, + "load_to_ships": { + "escort_load": 2, + "split_scouts": 0, + "split_vets": 1 + }, + "mutations": { + "betchers": 0, + "catalepsean": 0, + "doomed": 0, + "lyman": 0, + "membrane": 0, + "mucranoid": 0, + "occulobe": 0, + "omophagea": 0, + "ossmodula": 0, + "preomnor": 0, + "secretions": 0, + "voice": 0, + "zygote": 0 + }, + "name": "Deathwatch", + "names": { + "admiral": "", + "arsenalmaster": "", + "clibrarian": "", + "fmaster": "", + "hapothecary": "", + "hchaplain": "", + "honorcapt": "", + "lordexec": "", + "marchmaster": "", + "recruiter": "", + "relmaster": "", + "ritesmaster": "", + "victualler": "", + "watchmaster": "" + }, + "origin": 3, + "points": 150, + "purity": 10, + "recruiting": "Death", + "recruiting_exists": 0, + "recruiting_name": "", + "splash": 33, + "squad_distribution": 0, + "squad_name": "Kill Team", + "stability": 96, + "strength": 1, + "successors": 0 } -} \ No newline at end of file +} diff --git a/datafiles/main/chapters/34.json b/datafiles/main/chapters/34.json index 2dc7a424f8..7d9f042f8d 100644 --- a/datafiles/main/chapters/34.json +++ b/datafiles/main/chapters/34.json @@ -1,1277 +1,1277 @@ { - "chapter": { - "name": "Flesh Tearers", - "mutations": { - "betchers": 0.0, - "catalepsean": 0.0, - "secretions": 0.0, - "occulobe": 0.0, - "zygote": 0.0, - "mucranoid": 0.0, - "preomnor": 0.0, - "voice": 0.0, - "doomed": 0.0, - "lyman": 0.0, - "omophagea": 1.0, - "ossmodula": 0.0, - "membrane": 0.0 - }, - "battle_cry": "By the Blood of Sanguinius", - "squad_distribution": 1.0, - "origin": 2, - "custom_advisors": {}, - "load_to_ships": { - "escort_load": 2.0, - "split_scouts": 0.0, - "split_vets": 0.0 - }, - "company_titles": [ - "", - "", - "", - "", - "Death Company", - "", - "", - "", - "", - "", - "" - ], - "id": 34, - "chapter_master": { - "ranged": 1.0, - "specialty": 2.0, - "traits": [], - "melee": 7.0, - "name": "Gabriel Seth" - }, - "fleet_type": 1.0, - "strength": 5.0, - "extra_ships": { - "battle_barges": 0.0, - "gladius": 0.0, - "strike_cruisers": 0.0, - "hunters": 0.0 - }, - "extra_specialists": { - "assault": 30.0, - "veteran": 0.0, - "devastator": -10.0, - "chaplains": 0.0, - "apothecary": 0.0, - "techmarines": 0.0, - "epistolary": 0.0, - "codiciery": 0.0, - "lexicanum": 0.0, - "terminator": 0.0 - }, - "extra_marines": { - "second": 0.0, - "third": 0.0, - "fourth": 0.0, - "fifth": 0.0, - "sixth": 0.0, - "seventh": 0.0, - "eighth": 0.0, - "ninth": 0.0, - "tenth": -50.0 - }, - "extra_vehicles": { - "whirlwind": 0.0, - "predator": 0.0, - "land_raider": 0.0, - "land_speeder": 0.0, - "rhino": 0.0 - }, - "extra_equipment": [], - "custom_roles": { - "honour_guard": { - "name": "Sanguinary Guard", - "wep1": "Power Axe", - "wep2": "Bolt Pistol", - "armour": "Artificer Armour", - "mobi": "Jump Pack" - }, - "apothecary": { - "name": "Sanguinary Priest", - "wep1": "Power Axe" - } - }, - "squad_name": "Squad", - "recruiting": "Death", - "custom_squads": {}, - "points": 0.0, - "names": { - "hchaplain": "Appollus", - "clibrarian": "Luciferus", - "fmaster": "Alfie", - "hapothecary": "", - "honorcapt": "Barakiel", - "watchmaster": "Crassun", - "arsenalmaster": "Cain Severan", - "admiral": "Tanthius", - "marchmaster": "", - "ritesmaster": "", - "victualler": "", - "lordexec": "", - "relmaster": "", - "recruiter": "Akrasiel" - }, - "flavor": "The Flesh Tearers are a Second Founding chapter, created when the Blood Angels legion split up after the Horus Heresy in accordance with the Codex Astartes. They suffer from a mutation in their gene-seed, making them far more prone to suffer the Black Rage than other chapters with Blood Angels gene-seed. If no cure is found the chapter is likely to be extinct within the next two millennia. The Flesh Tearers are also ill-famed for their savageness and thirst for blood in battle", - "founding": 5.0, - "successors": 0.0, - "splash": 97.0, - "icon_name": "flesh_tearers", - "aspirant_trial": 0, - "purity": 9.0, - "stability": 97.0, - "cooperation": 5.0, - "homeworld": "Temperate", - "homeworld_name": "Cretacia", - "homeworld_exists": 1.0, - "recruiting_exists": 1.0, - "recruiting_name": "Noctae", - "homeworld_rule": 1.0, - "home_spawn_loc": 1.0, - "recruit_home_relationship": 1.0, - "home_warp": 1.0, - "culture_styles": [], - "home_planets": 1.0, - "flagship_name": "Victus", - "monastery_name": "", - "advantages": [ - "", - "Assault Doctrine", - "", - "", - "", - "", - "", - "", - "" - ], - "disadvantages": [ - "", - "Black Rage", - "Enduring Angels", - "", - "", - "", - "", - "", - "" - ], - "discipline": "librarius", - "full_liveries": [ - { - "right_trim": 7.0, - "left_trim": 7.0, - "left_chest": 11.0, - "right_chest": 11.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 11.0, - "left_hand": 11.0, - "right_arm": 11.0, - "right_hand": 11.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 22.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 8.0, - "weapon_secondary": 8.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 8.0, - "left_pauldron": 8.0, - "is_changed": true, - "left_leg_lower": 11.0, - "left_leg_upper": 11.0, - "left_leg_knee": 11.0, - "right_leg_lower": 11.0, - "right_leg_upper": 11.0, - "right_leg_knee": 11.0, - "metallic_trim": 7.0 - }, - { - "right_trim": 7.0, - "left_trim": 7.0, - "left_chest": 11.0, - "right_chest": 11.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 11.0, - "left_hand": 11.0, - "right_arm": 11.0, - "right_hand": 11.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 22.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 8.0, - "weapon_secondary": 8.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 8.0, - "left_pauldron": 8.0, - "is_changed": true, - "left_leg_lower": 11.0, - "left_leg_upper": 11.0, - "left_leg_knee": 11.0, - "right_leg_lower": 11.0, - "right_leg_upper": 11.0, - "right_leg_knee": 11.0, - "metallic_trim": 7.0 - }, - { - "right_trim": 7.0, - "left_trim": 7.0, - "left_chest": 11.0, - "right_chest": 11.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 11.0, - "left_hand": 11.0, - "right_arm": 11.0, - "right_hand": 11.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 22.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 8.0, - "weapon_secondary": 8.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 8.0, - "left_pauldron": 8.0, - "is_changed": true, - "left_leg_lower": 11.0, - "left_leg_upper": 11.0, - "left_leg_knee": 11.0, - "right_leg_lower": 11.0, - "right_leg_upper": 11.0, - "right_leg_knee": 11.0, - "metallic_trim": 7.0 - }, - { - "right_trim": 7.0, - "left_trim": 7.0, - "left_chest": 11.0, - "right_chest": 11.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 11.0, - "left_hand": 11.0, - "right_arm": 11.0, - "right_hand": 11.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 22.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 8.0, - "weapon_secondary": 8.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 8.0, - "left_pauldron": 8.0, - "is_changed": true, - "left_leg_lower": 11.0, - "left_leg_upper": 11.0, - "left_leg_knee": 11.0, - "right_leg_lower": 11.0, - "right_leg_upper": 11.0, - "right_leg_knee": 11.0, - "metallic_trim": 7.0 - }, - { - "right_trim": 7.0, - "left_trim": 7.0, - "left_chest": 11.0, - "right_chest": 11.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 11.0, - "left_hand": 11.0, - "right_arm": 11.0, - "right_hand": 11.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 22.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 8.0, - "weapon_secondary": 8.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 8.0, - "left_pauldron": 8.0, - "is_changed": true, - "left_leg_lower": 11.0, - "left_leg_upper": 11.0, - "left_leg_knee": 11.0, - "right_leg_lower": 11.0, - "right_leg_upper": 11.0, - "right_leg_knee": 11.0, - "metallic_trim": 7.0 - }, - { - "right_trim": 7.0, - "left_trim": 7.0, - "left_chest": 11.0, - "right_chest": 11.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 11.0, - "left_hand": 11.0, - "right_arm": 11.0, - "right_hand": 11.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 22.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 8.0, - "weapon_secondary": 8.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 8.0, - "left_pauldron": 8.0, - "is_changed": true, - "left_leg_lower": 11.0, - "left_leg_upper": 11.0, - "left_leg_knee": 11.0, - "right_leg_lower": 11.0, - "right_leg_upper": 11.0, - "right_leg_knee": 11.0, - "metallic_trim": 7.0 - }, - { - "right_trim": 7.0, - "left_trim": 7.0, - "left_chest": 11.0, - "right_chest": 11.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 11.0, - "left_hand": 11.0, - "right_arm": 11.0, - "right_hand": 11.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 22.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 8.0, - "weapon_secondary": 8.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 8.0, - "left_pauldron": 8.0, - "is_changed": true, - "left_leg_lower": 11.0, - "left_leg_upper": 11.0, - "left_leg_knee": 11.0, - "right_leg_lower": 11.0, - "right_leg_upper": 11.0, - "right_leg_knee": 11.0, - "metallic_trim": 7.0 - }, - { - "right_trim": 7.0, - "left_trim": 7.0, - "left_chest": 11.0, - "right_chest": 11.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 11.0, - "left_hand": 11.0, - "right_arm": 11.0, - "right_hand": 11.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 22.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 8.0, - "weapon_secondary": 8.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 8.0, - "left_pauldron": 8.0, - "is_changed": true, - "left_leg_lower": 11.0, - "left_leg_upper": 11.0, - "left_leg_knee": 11.0, - "right_leg_lower": 11.0, - "right_leg_upper": 11.0, - "right_leg_knee": 11.0, - "metallic_trim": 7.0 - }, - { - "right_trim": 7.0, - "left_trim": 7.0, - "left_chest": 11.0, - "right_chest": 11.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 11.0, - "left_hand": 11.0, - "right_arm": 11.0, - "right_hand": 11.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 22.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 8.0, - "weapon_secondary": 8.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 8.0, - "left_pauldron": 8.0, - "is_changed": true, - "left_leg_lower": 11.0, - "left_leg_upper": 11.0, - "left_leg_knee": 11.0, - "right_leg_lower": 11.0, - "right_leg_upper": 11.0, - "right_leg_knee": 11.0, - "metallic_trim": 7.0 - }, - { - "right_trim": 7.0, - "left_trim": 7.0, - "left_chest": 11.0, - "right_chest": 11.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 11.0, - "left_hand": 11.0, - "right_arm": 11.0, - "right_hand": 11.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 22.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 8.0, - "weapon_secondary": 8.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 8.0, - "left_pauldron": 8.0, - "is_changed": true, - "left_leg_lower": 11.0, - "left_leg_upper": 11.0, - "left_leg_knee": 11.0, - "right_leg_lower": 11.0, - "right_leg_upper": 11.0, - "right_leg_knee": 11.0, - "metallic_trim": 7.0 - }, - { - "right_trim": 7.0, - "left_trim": 7.0, - "left_chest": 11.0, - "right_chest": 11.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 11.0, - "left_hand": 11.0, - "right_arm": 11.0, - "right_hand": 11.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 22.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 8.0, - "weapon_secondary": 8.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 8.0, - "left_pauldron": 8.0, - "is_changed": true, - "left_leg_lower": 11.0, - "left_leg_upper": 11.0, - "left_leg_knee": 11.0, - "right_leg_lower": 11.0, - "right_leg_upper": 11.0, - "right_leg_knee": 11.0, - "metallic_trim": 7.0 - }, - { - "right_trim": 7.0, - "left_trim": 7.0, - "left_chest": 11.0, - "right_chest": 11.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 11.0, - "left_hand": 11.0, - "right_arm": 11.0, - "right_hand": 11.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 22.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 8.0, - "weapon_secondary": 8.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 8.0, - "left_pauldron": 8.0, - "is_changed": true, - "left_leg_lower": 11.0, - "left_leg_upper": 11.0, - "left_leg_knee": 11.0, - "right_leg_lower": 11.0, - "right_leg_upper": 11.0, - "right_leg_knee": 11.0, - "metallic_trim": 7.0 - }, - { - "right_trim": 7.0, - "left_trim": 7.0, - "left_chest": 11.0, - "right_chest": 11.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 11.0, - "left_hand": 11.0, - "right_arm": 11.0, - "right_hand": 11.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 22.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 8.0, - "weapon_secondary": 8.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 8.0, - "left_pauldron": 8.0, - "is_changed": true, - "left_leg_lower": 11.0, - "left_leg_upper": 11.0, - "left_leg_knee": 11.0, - "right_leg_lower": 11.0, - "right_leg_upper": 11.0, - "right_leg_knee": 11.0, - "metallic_trim": 7.0 - }, - { - "right_trim": 7.0, - "left_trim": 7.0, - "left_chest": 11.0, - "right_chest": 11.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 11.0, - "left_hand": 11.0, - "right_arm": 11.0, - "right_hand": 11.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 22.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 8.0, - "weapon_secondary": 8.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 8.0, - "left_pauldron": 8.0, - "is_changed": true, - "left_leg_lower": 11.0, - "left_leg_upper": 11.0, - "left_leg_knee": 11.0, - "right_leg_lower": 11.0, - "right_leg_upper": 11.0, - "right_leg_knee": 11.0, - "metallic_trim": 7.0 - }, - { - "right_trim": 0.0, - "left_trim": 0.0, - "left_chest": 8, - "right_chest": 8, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 8, - "left_hand": 8, - "right_arm": 8, - "right_hand": 8, - "left_head": 8, - "right_head": 8, - "left_muzzle": 8, - "right_muzzle": 8, - "eye_lense": 9, - "right_backpack": 8, - "left_backpack": 8, - "weapon_primary": 8.0, - "weapon_secondary": 8.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 8, - "left_pauldron": 9.0, - "is_changed": true, - "left_leg_lower": 8, - "left_leg_upper": 8, - "left_leg_knee": 8, - "right_leg_lower": 8, - "right_leg_upper": 8, - "right_leg_knee": 8, - "metallic_trim": 0.0 - }, - { - "right_trim": 0.0, - "left_trim": 0.0, - "left_chest": 0, - "right_chest": 0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 0, - "left_hand": 0, - "right_arm": 0, - "right_hand": 0, - "left_head": 0, - "right_head": 0, - "left_muzzle": 0, - "right_muzzle": 0, - "eye_lense": 9, - "right_backpack": 0, - "left_backpack": 0, - "weapon_primary": 8.0, - "weapon_secondary": 8.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 0, - "left_pauldron": 9.0, - "is_changed": true, - "left_leg_lower": 0, - "left_leg_upper": 0, - "left_leg_knee": 0, - "right_leg_lower": 0, - "right_leg_upper": 0, - "right_leg_knee": 0, - "metallic_trim": 0.0 - }, - { - "right_trim": 0.0, - "left_trim": 0.0, - "left_chest": 9, - "right_chest": 9, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 9, - "left_hand": 9, - "right_arm": 9, - "right_hand": 9, - "left_head": 9, - "right_head": 9, - "left_muzzle": 9, - "right_muzzle": 9, - "eye_lense": 23, - "right_backpack": 9, - "left_backpack": 9, - "weapon_primary": 8.0, - "weapon_secondary": 8.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 9, - "left_pauldron": 9.0, - "is_changed": true, - "left_leg_lower": 9, - "left_leg_upper": 9, - "left_leg_knee": 9, - "right_leg_lower": 9, - "right_leg_upper": 9, - "right_leg_knee": 9, - "metallic_trim": 0.0 - }, - { - "right_trim": 0.0, - "left_trim": 0.0, - "left_chest": 34, - "right_chest": 34, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 34, - "left_hand": 34, - "right_arm": 34, - "right_hand": 34, - "left_head": 34, - "right_head": 34, - "left_muzzle": 34, - "right_muzzle": 34, - "eye_lense": 28, - "right_backpack": 34, - "left_backpack": 34, - "weapon_primary": 8.0, - "weapon_secondary": 8.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 34, - "left_pauldron": 9.0, - "is_changed": true, - "left_leg_lower": 34, - "left_leg_upper": 34, - "left_leg_knee": 34, - "right_leg_lower": 34, - "right_leg_upper": 34, - "right_leg_knee": 34, - "metallic_trim": 0.0 - }, - { - "right_trim": 7.0, - "left_trim": 7.0, - "left_chest": 11.0, - "right_chest": 11.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 11.0, - "left_hand": 11.0, - "right_arm": 11.0, - "right_hand": 11.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 22.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 8.0, - "weapon_secondary": 8.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 8.0, - "left_pauldron": 8.0, - "is_changed": true, - "left_leg_lower": 11.0, - "left_leg_upper": 11.0, - "left_leg_knee": 11.0, - "right_leg_lower": 11.0, - "right_leg_upper": 11.0, - "right_leg_knee": 11.0, - "metallic_trim": 7.0 - }, - { - "right_trim": 7.0, - "left_trim": 7.0, - "left_chest": 11.0, - "right_chest": 11.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 11.0, - "left_hand": 11.0, - "right_arm": 11.0, - "right_hand": 11.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 22.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 8.0, - "weapon_secondary": 8.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 8.0, - "left_pauldron": 8.0, - "is_changed": true, - "left_leg_lower": 11.0, - "left_leg_upper": 11.0, - "left_leg_knee": 11.0, - "right_leg_lower": 11.0, - "right_leg_upper": 11.0, - "right_leg_knee": 11.0, - "metallic_trim": 7.0 - }, - { - "right_trim": 7.0, - "left_trim": 7.0, - "left_chest": 11.0, - "right_chest": 11.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 11.0, - "left_hand": 11.0, - "right_arm": 11.0, - "right_hand": 11.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": 22.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 8.0, - "weapon_secondary": 8.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 8.0, - "left_pauldron": 8.0, - "is_changed": true, - "left_leg_lower": 11.0, - "left_leg_upper": 11.0, - "left_leg_knee": 11.0, - "right_leg_lower": 11.0, - "right_leg_upper": 11.0, - "right_leg_knee": 11.0, - "metallic_trim": 7.0 - } - ], - "company_liveries": [ - { - "right_trim": -1.0, - "left_trim": -1.0, - "left_chest": -1.0, - "right_chest": -1.0, - "left_thorax": -1.0, - "right_thorax": -1.0, - "left_arm": -1.0, - "left_hand": -1.0, - "right_arm": -1.0, - "right_hand": -1.0, - "left_head": -1.0, - "right_head": -1.0, - "left_muzzle": -1.0, - "right_muzzle": -1.0, - "eye_lense": -1.0, - "right_backpack": -1.0, - "left_backpack": -1.0, - "weapon_primary": -1.0, - "weapon_secondary": -1.0, - "company_marks": -1.0, - "company_marks_loc": -1.0, - "right_pauldron": -1.0, - "left_pauldron": -1.0, - "is_changed": false, - "left_leg_lower": -1.0, - "left_leg_upper": -1.0, - "left_leg_knee": -1.0, - "right_leg_lower": -1.0, - "right_leg_upper": -1.0, - "right_leg_knee": -1.0, - "metallic_trim": -1.0 - }, - { - "right_trim": -1.0, - "left_trim": -1.0, - "left_chest": -1.0, - "right_chest": -1.0, - "left_thorax": -1.0, - "right_thorax": -1.0, - "left_arm": -1.0, - "left_hand": -1.0, - "right_arm": -1.0, - "right_hand": -1.0, - "left_head": -1.0, - "right_head": -1.0, - "left_muzzle": -1.0, - "right_muzzle": -1.0, - "eye_lense": -1.0, - "right_backpack": -1.0, - "left_backpack": -1.0, - "weapon_primary": -1.0, - "weapon_secondary": -1.0, - "company_marks": -1.0, - "company_marks_loc": -1.0, - "right_pauldron": -1.0, - "left_pauldron": -1.0, - "is_changed": false, - "left_leg_lower": -1.0, - "left_leg_upper": -1.0, - "left_leg_knee": -1.0, - "right_leg_lower": -1.0, - "right_leg_upper": -1.0, - "right_leg_knee": -1.0, - "metallic_trim": -1.0 - }, - { - "right_trim": -1.0, - "left_trim": -1.0, - "left_chest": -1.0, - "right_chest": -1.0, - "left_thorax": -1.0, - "right_thorax": -1.0, - "left_arm": -1.0, - "left_hand": -1.0, - "right_arm": -1.0, - "right_hand": -1.0, - "left_head": -1.0, - "right_head": -1.0, - "left_muzzle": -1.0, - "right_muzzle": -1.0, - "eye_lense": -1.0, - "right_backpack": -1.0, - "left_backpack": -1.0, - "weapon_primary": -1.0, - "weapon_secondary": -1.0, - "company_marks": -1.0, - "company_marks_loc": -1.0, - "right_pauldron": -1.0, - "left_pauldron": -1.0, - "is_changed": false, - "left_leg_lower": -1.0, - "left_leg_upper": -1.0, - "left_leg_knee": -1.0, - "right_leg_lower": -1.0, - "right_leg_upper": -1.0, - "right_leg_knee": -1.0, - "metallic_trim": -1.0 - }, - { - "right_trim": -1.0, - "left_trim": -1.0, - "left_chest": -1.0, - "right_chest": -1.0, - "left_thorax": -1.0, - "right_thorax": -1.0, - "left_arm": -1.0, - "left_hand": -1.0, - "right_arm": -1.0, - "right_hand": -1.0, - "left_head": -1.0, - "right_head": -1.0, - "left_muzzle": -1.0, - "right_muzzle": -1.0, - "eye_lense": -1.0, - "right_backpack": -1.0, - "left_backpack": -1.0, - "weapon_primary": -1.0, - "weapon_secondary": -1.0, - "company_marks": -1.0, - "company_marks_loc": -1.0, - "right_pauldron": -1.0, - "left_pauldron": -1.0, - "is_changed": false, - "left_leg_lower": -1.0, - "left_leg_upper": -1.0, - "left_leg_knee": -1.0, - "right_leg_lower": -1.0, - "right_leg_upper": -1.0, - "right_leg_knee": -1.0, - "metallic_trim": -1.0 - }, - { - "right_trim": 8.0, - "left_trim": 8.0, - "left_chest": 8.0, - "right_chest": 8.0, - "left_thorax": 8.0, - "right_thorax": 8.0, - "left_arm": 8.0, - "left_hand": 8.0, - "right_arm": 8.0, - "right_hand": 8.0, - "left_head": 8.0, - "right_head": 8.0, - "left_muzzle": 8.0, - "right_muzzle": 8.0, - "eye_lense": -1.0, - "right_backpack": 8.0, - "left_backpack": 8.0, - "weapon_primary": 8.0, - "weapon_secondary": 8.0, - "company_marks": -1.0, - "company_marks_loc": -1.0, - "right_pauldron": 8.0, - "left_pauldron": 8.0, - "is_changed": true, - "left_leg_lower": 8.0, - "left_leg_upper": 8.0, - "left_leg_knee": 8.0, - "right_leg_lower": 8.0, - "right_leg_upper": 8.0, - "right_leg_knee": 8.0, - "metallic_trim": -1.0 - }, - { - "right_trim": -1.0, - "left_trim": -1.0, - "left_chest": -1.0, - "right_chest": -1.0, - "left_thorax": -1.0, - "right_thorax": -1.0, - "left_arm": -1.0, - "left_hand": -1.0, - "right_arm": -1.0, - "right_hand": -1.0, - "left_head": -1.0, - "right_head": -1.0, - "left_muzzle": -1.0, - "right_muzzle": -1.0, - "eye_lense": -1.0, - "right_backpack": -1.0, - "left_backpack": -1.0, - "weapon_primary": -1.0, - "weapon_secondary": -1.0, - "company_marks": -1.0, - "company_marks_loc": -1.0, - "right_pauldron": -1.0, - "left_pauldron": -1.0, - "is_changed": false, - "left_leg_lower": -1.0, - "left_leg_upper": -1.0, - "left_leg_knee": -1.0, - "right_leg_lower": -1.0, - "right_leg_upper": -1.0, - "right_leg_knee": -1.0, - "metallic_trim": -1.0 - }, - { - "right_trim": -1.0, - "left_trim": -1.0, - "left_chest": -1.0, - "right_chest": -1.0, - "left_thorax": -1.0, - "right_thorax": -1.0, - "left_arm": -1.0, - "left_hand": -1.0, - "right_arm": -1.0, - "right_hand": -1.0, - "left_head": -1.0, - "right_head": -1.0, - "left_muzzle": -1.0, - "right_muzzle": -1.0, - "eye_lense": -1.0, - "right_backpack": -1.0, - "left_backpack": -1.0, - "weapon_primary": -1.0, - "weapon_secondary": -1.0, - "company_marks": -1.0, - "company_marks_loc": -1.0, - "right_pauldron": -1.0, - "left_pauldron": -1.0, - "is_changed": false, - "left_leg_lower": -1.0, - "left_leg_upper": -1.0, - "left_leg_knee": -1.0, - "right_leg_lower": -1.0, - "right_leg_upper": -1.0, - "right_leg_knee": -1.0, - "metallic_trim": -1.0 - }, - { - "right_trim": -1.0, - "left_trim": -1.0, - "left_chest": -1.0, - "right_chest": -1.0, - "left_thorax": -1.0, - "right_thorax": -1.0, - "left_arm": -1.0, - "left_hand": -1.0, - "right_arm": -1.0, - "right_hand": -1.0, - "left_head": -1.0, - "right_head": -1.0, - "left_muzzle": -1.0, - "right_muzzle": -1.0, - "eye_lense": -1.0, - "right_backpack": -1.0, - "left_backpack": -1.0, - "weapon_primary": -1.0, - "weapon_secondary": -1.0, - "company_marks": -1.0, - "company_marks_loc": -1.0, - "right_pauldron": -1.0, - "left_pauldron": -1.0, - "is_changed": false, - "left_leg_lower": -1.0, - "left_leg_upper": -1.0, - "left_leg_knee": -1.0, - "right_leg_lower": -1.0, - "right_leg_upper": -1.0, - "right_leg_knee": -1.0, - "metallic_trim": -1.0 - }, - { - "right_trim": -1.0, - "left_trim": -1.0, - "left_chest": -1.0, - "right_chest": -1.0, - "left_thorax": -1.0, - "right_thorax": -1.0, - "left_arm": -1.0, - "left_hand": -1.0, - "right_arm": -1.0, - "right_hand": -1.0, - "left_head": -1.0, - "right_head": -1.0, - "left_muzzle": -1.0, - "right_muzzle": -1.0, - "eye_lense": -1.0, - "right_backpack": -1.0, - "left_backpack": -1.0, - "weapon_primary": -1.0, - "weapon_secondary": -1.0, - "company_marks": -1.0, - "company_marks_loc": -1.0, - "right_pauldron": -1.0, - "left_pauldron": -1.0, - "is_changed": false, - "left_leg_lower": -1.0, - "left_leg_upper": -1.0, - "left_leg_knee": -1.0, - "right_leg_lower": -1.0, - "right_leg_upper": -1.0, - "right_leg_knee": -1.0, - "metallic_trim": -1.0 - }, - { - "right_trim": -1.0, - "left_trim": -1.0, - "left_chest": -1.0, - "right_chest": -1.0, - "left_thorax": -1.0, - "right_thorax": -1.0, - "left_arm": -1.0, - "left_hand": -1.0, - "right_arm": -1.0, - "right_hand": -1.0, - "left_head": -1.0, - "right_head": -1.0, - "left_muzzle": -1.0, - "right_muzzle": -1.0, - "eye_lense": -1.0, - "right_backpack": -1.0, - "left_backpack": -1.0, - "weapon_primary": -1.0, - "weapon_secondary": -1.0, - "company_marks": -1.0, - "company_marks_loc": -1.0, - "right_pauldron": -1.0, - "left_pauldron": -1.0, - "is_changed": false, - "left_leg_lower": -1.0, - "left_leg_upper": -1.0, - "left_leg_knee": -1.0, - "right_leg_lower": -1.0, - "right_leg_upper": -1.0, - "right_leg_knee": -1.0, - "metallic_trim": -1.0 - }, - { - "right_trim": -1.0, - "left_trim": -1.0, - "left_chest": -1.0, - "right_chest": -1.0, - "left_thorax": -1.0, - "right_thorax": -1.0, - "left_arm": -1.0, - "left_hand": -1.0, - "right_arm": -1.0, - "right_hand": -1.0, - "left_head": -1.0, - "right_head": -1.0, - "left_muzzle": -1.0, - "right_muzzle": -1.0, - "eye_lense": -1.0, - "right_backpack": -1.0, - "left_backpack": -1.0, - "weapon_primary": -1.0, - "weapon_secondary": -1.0, - "company_marks": -1.0, - "company_marks_loc": -1.0, - "right_pauldron": -1.0, - "left_pauldron": -1.0, - "is_changed": false, - "left_leg_lower": -1.0, - "left_leg_upper": -1.0, - "left_leg_knee": -1.0, - "right_leg_lower": -1.0, - "right_leg_upper": -1.0, - "right_leg_knee": -1.0, - "metallic_trim": -1.0 - } - ], - "complex_livery_data": { - "sgt": { - "helm_lens": 0.0, - "helm_pattern": 3.0, - "helm_primary": 0.0, - "helm_secondary": 0.0, - "helm_detail": 0.0 - }, - "veteran": { - "helm_lens": 0.0, - "helm_pattern": 3.0, - "helm_primary": 0.0, - "helm_secondary": 0.0, - "helm_detail": 0.0 - }, - "vet_sgt": { - "helm_lens": 0.0, - "helm_pattern": 3.0, - "helm_primary": 0.0, - "helm_secondary": 0.0, - "helm_detail": 0.0 - }, - "captain": { - "helm_lens": 0.0, - "helm_pattern": 3.0, - "helm_primary": 0.0, - "helm_secondary": 0.0, - "helm_detail": 0.0 - } - }, - "colors": { - "secondary": "Black", - "pauldron_r": "Black", - "pauldron_l": "Black", - "trim": "Lighter Black", - "lens": "Lime", - "weapon": "Black", - "main": "Dark Red", - "special": 0.0 - }, - "disposition": [ - 0.0, - 60.0, - 58.0, - 40.0, - 27.6, - 38.6, - 0.0, - 0.0 - ] - } -} \ No newline at end of file + "chapter": { + "advantages": [ + "", + "Assault Doctrine", + "", + "", + "", + "", + "", + "", + "" + ], + "aspirant_trial": 0, + "battle_cry": "By the Blood of Sanguinius", + "chapter_master": { + "melee": 7, + "name": "Gabriel Seth", + "ranged": 1, + "specialty": 2, + "traits": [] + }, + "colors": { + "lens": "Lime", + "main": "Dark Red", + "pauldron_l": "Black", + "pauldron_r": "Black", + "secondary": "Black", + "special": 0, + "trim": "Lighter Black", + "weapon": "Black" + }, + "company_liveries": [ + { + "company_marks": -1, + "company_marks_loc": -1, + "eye_lense": -1, + "is_changed": false, + "left_arm": -1, + "left_backpack": -1, + "left_chest": -1, + "left_hand": -1, + "left_head": -1, + "left_leg_knee": -1, + "left_leg_lower": -1, + "left_leg_upper": -1, + "left_muzzle": -1, + "left_pauldron": -1, + "left_thorax": -1, + "left_trim": -1, + "metallic_trim": -1, + "right_arm": -1, + "right_backpack": -1, + "right_chest": -1, + "right_hand": -1, + "right_head": -1, + "right_leg_knee": -1, + "right_leg_lower": -1, + "right_leg_upper": -1, + "right_muzzle": -1, + "right_pauldron": -1, + "right_thorax": -1, + "right_trim": -1, + "weapon_primary": -1, + "weapon_secondary": -1 + }, + { + "company_marks": -1, + "company_marks_loc": -1, + "eye_lense": -1, + "is_changed": false, + "left_arm": -1, + "left_backpack": -1, + "left_chest": -1, + "left_hand": -1, + "left_head": -1, + "left_leg_knee": -1, + "left_leg_lower": -1, + "left_leg_upper": -1, + "left_muzzle": -1, + "left_pauldron": -1, + "left_thorax": -1, + "left_trim": -1, + "metallic_trim": -1, + "right_arm": -1, + "right_backpack": -1, + "right_chest": -1, + "right_hand": -1, + "right_head": -1, + "right_leg_knee": -1, + "right_leg_lower": -1, + "right_leg_upper": -1, + "right_muzzle": -1, + "right_pauldron": -1, + "right_thorax": -1, + "right_trim": -1, + "weapon_primary": -1, + "weapon_secondary": -1 + }, + { + "company_marks": -1, + "company_marks_loc": -1, + "eye_lense": -1, + "is_changed": false, + "left_arm": -1, + "left_backpack": -1, + "left_chest": -1, + "left_hand": -1, + "left_head": -1, + "left_leg_knee": -1, + "left_leg_lower": -1, + "left_leg_upper": -1, + "left_muzzle": -1, + "left_pauldron": -1, + "left_thorax": -1, + "left_trim": -1, + "metallic_trim": -1, + "right_arm": -1, + "right_backpack": -1, + "right_chest": -1, + "right_hand": -1, + "right_head": -1, + "right_leg_knee": -1, + "right_leg_lower": -1, + "right_leg_upper": -1, + "right_muzzle": -1, + "right_pauldron": -1, + "right_thorax": -1, + "right_trim": -1, + "weapon_primary": -1, + "weapon_secondary": -1 + }, + { + "company_marks": -1, + "company_marks_loc": -1, + "eye_lense": -1, + "is_changed": false, + "left_arm": -1, + "left_backpack": -1, + "left_chest": -1, + "left_hand": -1, + "left_head": -1, + "left_leg_knee": -1, + "left_leg_lower": -1, + "left_leg_upper": -1, + "left_muzzle": -1, + "left_pauldron": -1, + "left_thorax": -1, + "left_trim": -1, + "metallic_trim": -1, + "right_arm": -1, + "right_backpack": -1, + "right_chest": -1, + "right_hand": -1, + "right_head": -1, + "right_leg_knee": -1, + "right_leg_lower": -1, + "right_leg_upper": -1, + "right_muzzle": -1, + "right_pauldron": -1, + "right_thorax": -1, + "right_trim": -1, + "weapon_primary": -1, + "weapon_secondary": -1 + }, + { + "company_marks": -1, + "company_marks_loc": -1, + "eye_lense": -1, + "is_changed": true, + "left_arm": 8, + "left_backpack": 8, + "left_chest": 8, + "left_hand": 8, + "left_head": 8, + "left_leg_knee": 8, + "left_leg_lower": 8, + "left_leg_upper": 8, + "left_muzzle": 8, + "left_pauldron": 8, + "left_thorax": 8, + "left_trim": 8, + "metallic_trim": -1, + "right_arm": 8, + "right_backpack": 8, + "right_chest": 8, + "right_hand": 8, + "right_head": 8, + "right_leg_knee": 8, + "right_leg_lower": 8, + "right_leg_upper": 8, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 8, + "right_trim": 8, + "weapon_primary": 8, + "weapon_secondary": 8 + }, + { + "company_marks": -1, + "company_marks_loc": -1, + "eye_lense": -1, + "is_changed": false, + "left_arm": -1, + "left_backpack": -1, + "left_chest": -1, + "left_hand": -1, + "left_head": -1, + "left_leg_knee": -1, + "left_leg_lower": -1, + "left_leg_upper": -1, + "left_muzzle": -1, + "left_pauldron": -1, + "left_thorax": -1, + "left_trim": -1, + "metallic_trim": -1, + "right_arm": -1, + "right_backpack": -1, + "right_chest": -1, + "right_hand": -1, + "right_head": -1, + "right_leg_knee": -1, + "right_leg_lower": -1, + "right_leg_upper": -1, + "right_muzzle": -1, + "right_pauldron": -1, + "right_thorax": -1, + "right_trim": -1, + "weapon_primary": -1, + "weapon_secondary": -1 + }, + { + "company_marks": -1, + "company_marks_loc": -1, + "eye_lense": -1, + "is_changed": false, + "left_arm": -1, + "left_backpack": -1, + "left_chest": -1, + "left_hand": -1, + "left_head": -1, + "left_leg_knee": -1, + "left_leg_lower": -1, + "left_leg_upper": -1, + "left_muzzle": -1, + "left_pauldron": -1, + "left_thorax": -1, + "left_trim": -1, + "metallic_trim": -1, + "right_arm": -1, + "right_backpack": -1, + "right_chest": -1, + "right_hand": -1, + "right_head": -1, + "right_leg_knee": -1, + "right_leg_lower": -1, + "right_leg_upper": -1, + "right_muzzle": -1, + "right_pauldron": -1, + "right_thorax": -1, + "right_trim": -1, + "weapon_primary": -1, + "weapon_secondary": -1 + }, + { + "company_marks": -1, + "company_marks_loc": -1, + "eye_lense": -1, + "is_changed": false, + "left_arm": -1, + "left_backpack": -1, + "left_chest": -1, + "left_hand": -1, + "left_head": -1, + "left_leg_knee": -1, + "left_leg_lower": -1, + "left_leg_upper": -1, + "left_muzzle": -1, + "left_pauldron": -1, + "left_thorax": -1, + "left_trim": -1, + "metallic_trim": -1, + "right_arm": -1, + "right_backpack": -1, + "right_chest": -1, + "right_hand": -1, + "right_head": -1, + "right_leg_knee": -1, + "right_leg_lower": -1, + "right_leg_upper": -1, + "right_muzzle": -1, + "right_pauldron": -1, + "right_thorax": -1, + "right_trim": -1, + "weapon_primary": -1, + "weapon_secondary": -1 + }, + { + "company_marks": -1, + "company_marks_loc": -1, + "eye_lense": -1, + "is_changed": false, + "left_arm": -1, + "left_backpack": -1, + "left_chest": -1, + "left_hand": -1, + "left_head": -1, + "left_leg_knee": -1, + "left_leg_lower": -1, + "left_leg_upper": -1, + "left_muzzle": -1, + "left_pauldron": -1, + "left_thorax": -1, + "left_trim": -1, + "metallic_trim": -1, + "right_arm": -1, + "right_backpack": -1, + "right_chest": -1, + "right_hand": -1, + "right_head": -1, + "right_leg_knee": -1, + "right_leg_lower": -1, + "right_leg_upper": -1, + "right_muzzle": -1, + "right_pauldron": -1, + "right_thorax": -1, + "right_trim": -1, + "weapon_primary": -1, + "weapon_secondary": -1 + }, + { + "company_marks": -1, + "company_marks_loc": -1, + "eye_lense": -1, + "is_changed": false, + "left_arm": -1, + "left_backpack": -1, + "left_chest": -1, + "left_hand": -1, + "left_head": -1, + "left_leg_knee": -1, + "left_leg_lower": -1, + "left_leg_upper": -1, + "left_muzzle": -1, + "left_pauldron": -1, + "left_thorax": -1, + "left_trim": -1, + "metallic_trim": -1, + "right_arm": -1, + "right_backpack": -1, + "right_chest": -1, + "right_hand": -1, + "right_head": -1, + "right_leg_knee": -1, + "right_leg_lower": -1, + "right_leg_upper": -1, + "right_muzzle": -1, + "right_pauldron": -1, + "right_thorax": -1, + "right_trim": -1, + "weapon_primary": -1, + "weapon_secondary": -1 + }, + { + "company_marks": -1, + "company_marks_loc": -1, + "eye_lense": -1, + "is_changed": false, + "left_arm": -1, + "left_backpack": -1, + "left_chest": -1, + "left_hand": -1, + "left_head": -1, + "left_leg_knee": -1, + "left_leg_lower": -1, + "left_leg_upper": -1, + "left_muzzle": -1, + "left_pauldron": -1, + "left_thorax": -1, + "left_trim": -1, + "metallic_trim": -1, + "right_arm": -1, + "right_backpack": -1, + "right_chest": -1, + "right_hand": -1, + "right_head": -1, + "right_leg_knee": -1, + "right_leg_lower": -1, + "right_leg_upper": -1, + "right_muzzle": -1, + "right_pauldron": -1, + "right_thorax": -1, + "right_trim": -1, + "weapon_primary": -1, + "weapon_secondary": -1 + } + ], + "company_titles": [ + "", + "", + "", + "", + "Death Company", + "", + "", + "", + "", + "", + "" + ], + "complex_livery_data": { + "captain": { + "helm_detail": 0, + "helm_lens": 0, + "helm_pattern": 3, + "helm_primary": 0, + "helm_secondary": 0 + }, + "sgt": { + "helm_detail": 0, + "helm_lens": 0, + "helm_pattern": 3, + "helm_primary": 0, + "helm_secondary": 0 + }, + "vet_sgt": { + "helm_detail": 0, + "helm_lens": 0, + "helm_pattern": 3, + "helm_primary": 0, + "helm_secondary": 0 + }, + "veteran": { + "helm_detail": 0, + "helm_lens": 0, + "helm_pattern": 3, + "helm_primary": 0, + "helm_secondary": 0 + } + }, + "cooperation": 5, + "culture_styles": [], + "custom_advisors": {}, + "custom_roles": { + "apothecary": { + "name": "Sanguinary Priest", + "wep1": "Power Axe" + }, + "honour_guard": { + "armour": "Artificer Armour", + "mobi": "Jump Pack", + "name": "Sanguinary Guard", + "wep1": "Power Axe", + "wep2": "Bolt Pistol" + } + }, + "custom_squads": {}, + "disadvantages": [ + "", + "Black Rage", + "Enduring Angels", + "", + "", + "", + "", + "", + "" + ], + "discipline": "librarius", + "disposition": [ + 0, + 60, + 58, + 40, + 27.6, + 38.6, + 0, + 0 + ], + "extra_equipment": [], + "extra_marines": { + "eighth": 0, + "fifth": 0, + "fourth": 0, + "ninth": 0, + "second": 0, + "seventh": 0, + "sixth": 0, + "tenth": -50, + "third": 0 + }, + "extra_ships": { + "battle_barges": 0, + "gladius": 0, + "hunters": 0, + "strike_cruisers": 0 + }, + "extra_specialists": { + "apothecary": 0, + "assault": 30, + "chaplains": 0, + "codiciery": 0, + "devastator": -10, + "epistolary": 0, + "lexicanum": 0, + "techmarines": 0, + "terminator": 0, + "veteran": 0 + }, + "extra_vehicles": { + "land_raider": 0, + "land_speeder": 0, + "predator": 0, + "rhino": 0, + "whirlwind": 0 + }, + "flagship_name": "Victus", + "flavor": "The Flesh Tearers are a Second Founding chapter, created when the Blood Angels legion split up after the Horus Heresy in accordance with the Codex Astartes. They suffer from a mutation in their gene-seed, making them far more prone to suffer the Black Rage than other chapters with Blood Angels gene-seed. If no cure is found the chapter is likely to be extinct within the next two millennia. The Flesh Tearers are also ill-famed for their savageness and thirst for blood in battle", + "fleet_type": 1, + "founding": 5, + "full_liveries": [ + { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 22, + "is_changed": true, + "left_arm": 11, + "left_backpack": 8, + "left_chest": 11, + "left_hand": 11, + "left_head": 8, + "left_leg_knee": 11, + "left_leg_lower": 11, + "left_leg_upper": 11, + "left_muzzle": 8, + "left_pauldron": 8, + "left_thorax": 0, + "left_trim": 7, + "metallic_trim": 7, + "right_arm": 11, + "right_backpack": 8, + "right_chest": 11, + "right_hand": 11, + "right_head": 8, + "right_leg_knee": 11, + "right_leg_lower": 11, + "right_leg_upper": 11, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 7, + "weapon_primary": 8, + "weapon_secondary": 8 + }, + { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 22, + "is_changed": true, + "left_arm": 11, + "left_backpack": 8, + "left_chest": 11, + "left_hand": 11, + "left_head": 8, + "left_leg_knee": 11, + "left_leg_lower": 11, + "left_leg_upper": 11, + "left_muzzle": 8, + "left_pauldron": 8, + "left_thorax": 0, + "left_trim": 7, + "metallic_trim": 7, + "right_arm": 11, + "right_backpack": 8, + "right_chest": 11, + "right_hand": 11, + "right_head": 8, + "right_leg_knee": 11, + "right_leg_lower": 11, + "right_leg_upper": 11, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 7, + "weapon_primary": 8, + "weapon_secondary": 8 + }, + { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 22, + "is_changed": true, + "left_arm": 11, + "left_backpack": 8, + "left_chest": 11, + "left_hand": 11, + "left_head": 8, + "left_leg_knee": 11, + "left_leg_lower": 11, + "left_leg_upper": 11, + "left_muzzle": 8, + "left_pauldron": 8, + "left_thorax": 0, + "left_trim": 7, + "metallic_trim": 7, + "right_arm": 11, + "right_backpack": 8, + "right_chest": 11, + "right_hand": 11, + "right_head": 8, + "right_leg_knee": 11, + "right_leg_lower": 11, + "right_leg_upper": 11, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 7, + "weapon_primary": 8, + "weapon_secondary": 8 + }, + { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 22, + "is_changed": true, + "left_arm": 11, + "left_backpack": 8, + "left_chest": 11, + "left_hand": 11, + "left_head": 8, + "left_leg_knee": 11, + "left_leg_lower": 11, + "left_leg_upper": 11, + "left_muzzle": 8, + "left_pauldron": 8, + "left_thorax": 0, + "left_trim": 7, + "metallic_trim": 7, + "right_arm": 11, + "right_backpack": 8, + "right_chest": 11, + "right_hand": 11, + "right_head": 8, + "right_leg_knee": 11, + "right_leg_lower": 11, + "right_leg_upper": 11, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 7, + "weapon_primary": 8, + "weapon_secondary": 8 + }, + { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 22, + "is_changed": true, + "left_arm": 11, + "left_backpack": 8, + "left_chest": 11, + "left_hand": 11, + "left_head": 8, + "left_leg_knee": 11, + "left_leg_lower": 11, + "left_leg_upper": 11, + "left_muzzle": 8, + "left_pauldron": 8, + "left_thorax": 0, + "left_trim": 7, + "metallic_trim": 7, + "right_arm": 11, + "right_backpack": 8, + "right_chest": 11, + "right_hand": 11, + "right_head": 8, + "right_leg_knee": 11, + "right_leg_lower": 11, + "right_leg_upper": 11, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 7, + "weapon_primary": 8, + "weapon_secondary": 8 + }, + { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 22, + "is_changed": true, + "left_arm": 11, + "left_backpack": 8, + "left_chest": 11, + "left_hand": 11, + "left_head": 8, + "left_leg_knee": 11, + "left_leg_lower": 11, + "left_leg_upper": 11, + "left_muzzle": 8, + "left_pauldron": 8, + "left_thorax": 0, + "left_trim": 7, + "metallic_trim": 7, + "right_arm": 11, + "right_backpack": 8, + "right_chest": 11, + "right_hand": 11, + "right_head": 8, + "right_leg_knee": 11, + "right_leg_lower": 11, + "right_leg_upper": 11, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 7, + "weapon_primary": 8, + "weapon_secondary": 8 + }, + { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 22, + "is_changed": true, + "left_arm": 11, + "left_backpack": 8, + "left_chest": 11, + "left_hand": 11, + "left_head": 8, + "left_leg_knee": 11, + "left_leg_lower": 11, + "left_leg_upper": 11, + "left_muzzle": 8, + "left_pauldron": 8, + "left_thorax": 0, + "left_trim": 7, + "metallic_trim": 7, + "right_arm": 11, + "right_backpack": 8, + "right_chest": 11, + "right_hand": 11, + "right_head": 8, + "right_leg_knee": 11, + "right_leg_lower": 11, + "right_leg_upper": 11, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 7, + "weapon_primary": 8, + "weapon_secondary": 8 + }, + { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 22, + "is_changed": true, + "left_arm": 11, + "left_backpack": 8, + "left_chest": 11, + "left_hand": 11, + "left_head": 8, + "left_leg_knee": 11, + "left_leg_lower": 11, + "left_leg_upper": 11, + "left_muzzle": 8, + "left_pauldron": 8, + "left_thorax": 0, + "left_trim": 7, + "metallic_trim": 7, + "right_arm": 11, + "right_backpack": 8, + "right_chest": 11, + "right_hand": 11, + "right_head": 8, + "right_leg_knee": 11, + "right_leg_lower": 11, + "right_leg_upper": 11, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 7, + "weapon_primary": 8, + "weapon_secondary": 8 + }, + { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 22, + "is_changed": true, + "left_arm": 11, + "left_backpack": 8, + "left_chest": 11, + "left_hand": 11, + "left_head": 8, + "left_leg_knee": 11, + "left_leg_lower": 11, + "left_leg_upper": 11, + "left_muzzle": 8, + "left_pauldron": 8, + "left_thorax": 0, + "left_trim": 7, + "metallic_trim": 7, + "right_arm": 11, + "right_backpack": 8, + "right_chest": 11, + "right_hand": 11, + "right_head": 8, + "right_leg_knee": 11, + "right_leg_lower": 11, + "right_leg_upper": 11, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 7, + "weapon_primary": 8, + "weapon_secondary": 8 + }, + { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 22, + "is_changed": true, + "left_arm": 11, + "left_backpack": 8, + "left_chest": 11, + "left_hand": 11, + "left_head": 8, + "left_leg_knee": 11, + "left_leg_lower": 11, + "left_leg_upper": 11, + "left_muzzle": 8, + "left_pauldron": 8, + "left_thorax": 0, + "left_trim": 7, + "metallic_trim": 7, + "right_arm": 11, + "right_backpack": 8, + "right_chest": 11, + "right_hand": 11, + "right_head": 8, + "right_leg_knee": 11, + "right_leg_lower": 11, + "right_leg_upper": 11, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 7, + "weapon_primary": 8, + "weapon_secondary": 8 + }, + { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 22, + "is_changed": true, + "left_arm": 11, + "left_backpack": 8, + "left_chest": 11, + "left_hand": 11, + "left_head": 8, + "left_leg_knee": 11, + "left_leg_lower": 11, + "left_leg_upper": 11, + "left_muzzle": 8, + "left_pauldron": 8, + "left_thorax": 0, + "left_trim": 7, + "metallic_trim": 7, + "right_arm": 11, + "right_backpack": 8, + "right_chest": 11, + "right_hand": 11, + "right_head": 8, + "right_leg_knee": 11, + "right_leg_lower": 11, + "right_leg_upper": 11, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 7, + "weapon_primary": 8, + "weapon_secondary": 8 + }, + { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 22, + "is_changed": true, + "left_arm": 11, + "left_backpack": 8, + "left_chest": 11, + "left_hand": 11, + "left_head": 8, + "left_leg_knee": 11, + "left_leg_lower": 11, + "left_leg_upper": 11, + "left_muzzle": 8, + "left_pauldron": 8, + "left_thorax": 0, + "left_trim": 7, + "metallic_trim": 7, + "right_arm": 11, + "right_backpack": 8, + "right_chest": 11, + "right_hand": 11, + "right_head": 8, + "right_leg_knee": 11, + "right_leg_lower": 11, + "right_leg_upper": 11, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 7, + "weapon_primary": 8, + "weapon_secondary": 8 + }, + { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 22, + "is_changed": true, + "left_arm": 11, + "left_backpack": 8, + "left_chest": 11, + "left_hand": 11, + "left_head": 8, + "left_leg_knee": 11, + "left_leg_lower": 11, + "left_leg_upper": 11, + "left_muzzle": 8, + "left_pauldron": 8, + "left_thorax": 0, + "left_trim": 7, + "metallic_trim": 7, + "right_arm": 11, + "right_backpack": 8, + "right_chest": 11, + "right_hand": 11, + "right_head": 8, + "right_leg_knee": 11, + "right_leg_lower": 11, + "right_leg_upper": 11, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 7, + "weapon_primary": 8, + "weapon_secondary": 8 + }, + { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 22, + "is_changed": true, + "left_arm": 11, + "left_backpack": 8, + "left_chest": 11, + "left_hand": 11, + "left_head": 8, + "left_leg_knee": 11, + "left_leg_lower": 11, + "left_leg_upper": 11, + "left_muzzle": 8, + "left_pauldron": 8, + "left_thorax": 0, + "left_trim": 7, + "metallic_trim": 7, + "right_arm": 11, + "right_backpack": 8, + "right_chest": 11, + "right_hand": 11, + "right_head": 8, + "right_leg_knee": 11, + "right_leg_lower": 11, + "right_leg_upper": 11, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 7, + "weapon_primary": 8, + "weapon_secondary": 8 + }, + { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 9, + "is_changed": true, + "left_arm": 8, + "left_backpack": 8, + "left_chest": 8, + "left_hand": 8, + "left_head": 8, + "left_leg_knee": 8, + "left_leg_lower": 8, + "left_leg_upper": 8, + "left_muzzle": 8, + "left_pauldron": 9, + "left_thorax": 0, + "left_trim": 0, + "metallic_trim": 0, + "right_arm": 8, + "right_backpack": 8, + "right_chest": 8, + "right_hand": 8, + "right_head": 8, + "right_leg_knee": 8, + "right_leg_lower": 8, + "right_leg_upper": 8, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 0, + "weapon_primary": 8, + "weapon_secondary": 8 + }, + { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 9, + "is_changed": true, + "left_arm": 0, + "left_backpack": 0, + "left_chest": 0, + "left_hand": 0, + "left_head": 0, + "left_leg_knee": 0, + "left_leg_lower": 0, + "left_leg_upper": 0, + "left_muzzle": 0, + "left_pauldron": 9, + "left_thorax": 0, + "left_trim": 0, + "metallic_trim": 0, + "right_arm": 0, + "right_backpack": 0, + "right_chest": 0, + "right_hand": 0, + "right_head": 0, + "right_leg_knee": 0, + "right_leg_lower": 0, + "right_leg_upper": 0, + "right_muzzle": 0, + "right_pauldron": 0, + "right_thorax": 0, + "right_trim": 0, + "weapon_primary": 8, + "weapon_secondary": 8 + }, + { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 23, + "is_changed": true, + "left_arm": 9, + "left_backpack": 9, + "left_chest": 9, + "left_hand": 9, + "left_head": 9, + "left_leg_knee": 9, + "left_leg_lower": 9, + "left_leg_upper": 9, + "left_muzzle": 9, + "left_pauldron": 9, + "left_thorax": 0, + "left_trim": 0, + "metallic_trim": 0, + "right_arm": 9, + "right_backpack": 9, + "right_chest": 9, + "right_hand": 9, + "right_head": 9, + "right_leg_knee": 9, + "right_leg_lower": 9, + "right_leg_upper": 9, + "right_muzzle": 9, + "right_pauldron": 9, + "right_thorax": 0, + "right_trim": 0, + "weapon_primary": 8, + "weapon_secondary": 8 + }, + { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 28, + "is_changed": true, + "left_arm": 34, + "left_backpack": 34, + "left_chest": 34, + "left_hand": 34, + "left_head": 34, + "left_leg_knee": 34, + "left_leg_lower": 34, + "left_leg_upper": 34, + "left_muzzle": 34, + "left_pauldron": 9, + "left_thorax": 0, + "left_trim": 0, + "metallic_trim": 0, + "right_arm": 34, + "right_backpack": 34, + "right_chest": 34, + "right_hand": 34, + "right_head": 34, + "right_leg_knee": 34, + "right_leg_lower": 34, + "right_leg_upper": 34, + "right_muzzle": 34, + "right_pauldron": 34, + "right_thorax": 0, + "right_trim": 0, + "weapon_primary": 8, + "weapon_secondary": 8 + }, + { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 22, + "is_changed": true, + "left_arm": 11, + "left_backpack": 8, + "left_chest": 11, + "left_hand": 11, + "left_head": 8, + "left_leg_knee": 11, + "left_leg_lower": 11, + "left_leg_upper": 11, + "left_muzzle": 8, + "left_pauldron": 8, + "left_thorax": 0, + "left_trim": 7, + "metallic_trim": 7, + "right_arm": 11, + "right_backpack": 8, + "right_chest": 11, + "right_hand": 11, + "right_head": 8, + "right_leg_knee": 11, + "right_leg_lower": 11, + "right_leg_upper": 11, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 7, + "weapon_primary": 8, + "weapon_secondary": 8 + }, + { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 22, + "is_changed": true, + "left_arm": 11, + "left_backpack": 8, + "left_chest": 11, + "left_hand": 11, + "left_head": 8, + "left_leg_knee": 11, + "left_leg_lower": 11, + "left_leg_upper": 11, + "left_muzzle": 8, + "left_pauldron": 8, + "left_thorax": 0, + "left_trim": 7, + "metallic_trim": 7, + "right_arm": 11, + "right_backpack": 8, + "right_chest": 11, + "right_hand": 11, + "right_head": 8, + "right_leg_knee": 11, + "right_leg_lower": 11, + "right_leg_upper": 11, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 7, + "weapon_primary": 8, + "weapon_secondary": 8 + }, + { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 22, + "is_changed": true, + "left_arm": 11, + "left_backpack": 8, + "left_chest": 11, + "left_hand": 11, + "left_head": 8, + "left_leg_knee": 11, + "left_leg_lower": 11, + "left_leg_upper": 11, + "left_muzzle": 8, + "left_pauldron": 8, + "left_thorax": 0, + "left_trim": 7, + "metallic_trim": 7, + "right_arm": 11, + "right_backpack": 8, + "right_chest": 11, + "right_hand": 11, + "right_head": 8, + "right_leg_knee": 11, + "right_leg_lower": 11, + "right_leg_upper": 11, + "right_muzzle": 8, + "right_pauldron": 8, + "right_thorax": 0, + "right_trim": 7, + "weapon_primary": 8, + "weapon_secondary": 8 + } + ], + "home_planets": 1, + "home_spawn_loc": 1, + "home_warp": 1, + "homeworld": "Temperate", + "homeworld_exists": 1, + "homeworld_name": "Cretacia", + "homeworld_rule": 1, + "icon_name": "flesh_tearers", + "id": 34, + "load_to_ships": { + "escort_load": 2, + "split_scouts": 0, + "split_vets": 0 + }, + "monastery_name": "", + "mutations": { + "betchers": 0, + "catalepsean": 0, + "doomed": 0, + "lyman": 0, + "membrane": 0, + "mucranoid": 0, + "occulobe": 0, + "omophagea": 1, + "ossmodula": 0, + "preomnor": 0, + "secretions": 0, + "voice": 0, + "zygote": 0 + }, + "name": "Flesh Tearers", + "names": { + "admiral": "Tanthius", + "arsenalmaster": "Cain Severan", + "clibrarian": "Luciferus", + "fmaster": "Alfie", + "hapothecary": "", + "hchaplain": "Appollus", + "honorcapt": "Barakiel", + "lordexec": "", + "marchmaster": "", + "recruiter": "Akrasiel", + "relmaster": "", + "ritesmaster": "", + "victualler": "", + "watchmaster": "Crassun" + }, + "origin": 2, + "points": 0, + "purity": 9, + "recruit_home_relationship": 1, + "recruiting": "Death", + "recruiting_exists": 1, + "recruiting_name": "Noctae", + "splash": 97, + "squad_distribution": 1, + "squad_name": "Squad", + "stability": 97, + "strength": 5, + "successors": 0 + } +} diff --git a/datafiles/main/chapters/35.json b/datafiles/main/chapters/35.json index e30fad402e..1a3a315e1e 100644 --- a/datafiles/main/chapters/35.json +++ b/datafiles/main/chapters/35.json @@ -1,29 +1,7 @@ { "chapter": { - "id": 35, - "name": "Celestial Lions", - "flavor": "The Celestial Lions are a Space Marine chapter nearly annihilated by the Inquisition after they dared question Inquisitorial atrocities on Armageddon, with their remnants saved from extinction only through the intervention of the Black Templars. Currently they have barely a hundred brothers left.", - "origin": 2, // 1 - Founding, 2 - Successor, 3 - Other/non-canon/fanmade, 4 - Custom - "points": 150, - "founding": 4, // The id of the founding chapter, 0 for unknown or none, 10 for random - "splash": 98, // in \images\creation\chapters\splash folder, the img number, 1 being Dark Angels etc. - "icon_name": "celestial_lions", - "fleet_type": 2, // 1= Homeworld, 2 = Fleet based, 3 = Penitent - "strength": 1, // 1-10 - "purity": 10, // 1-10 - "stability": 99, // 1-99 - "cooperation": 5, // 1-10 - "homeworld_exists": 1, // 1 = true - "recruiting_exists": 1, // 1 = true - "homeworld_rule": 1, // 1 = Govenor, 2 = Countries, 3 = Personal Rule - "homeworld": "", // one of "Lava" "Desert" "Forge" "Hive" "Death" "Agri" "Feudal" "Temperate" "Ice" "Dead" "Shrine" - "homeworld_name": "", // Homeworld Planet name, leave blank to autogenerate - "recruiting": "Death", // one of "Lava" "Desert" "Forge" "Hive" "Death" "Agri" "Feudal" "Temperate" "Ice" "Dead" "Shrine" - "recruiting_name": "", // Recruiting Planet name, leave blank to autogenerate - "discipline": "librarius", // one of 'default' 'biomancy' 'pyromancy' 'telekinesis' 'rune_magic' - "aspirant_trial": "SURVIVAL", // one of "BLOODDUEL" "HUNTING" "SURVIVAL" "EXPOSURE" "KNOWLEDGE" "CHALLENGE" "APPRENTICESHIP" "advantages": [ - "", // leave the first entry blank for now + "", "Enemy: Orks", "", "", @@ -33,10 +11,37 @@ "", "" ], - "disadvantages": [ - "", // leave the first entry blank for now - "Obliterated", - "Suspicious", + "artifact": [], + "aspirant_trial": "SURVIVAL", + "battle_cry": "For the Emperor!", + "chapter_master": { + "armour": "", + "gear": "", + "melee": 5, + "mobi": "", + "name": "Ekene Dubaku", + "ranged": 3, + "specialty": 1, + "traits": [ + "" + ] + }, + "colors": { + "lens": "Red", + "main": "Gold", + "pauldron_l": "Turqoise", + "pauldron_r": "Turqoise", + "secondary": "Gold", + "special": 0, + "trim": "Lighter Black", + "weapon": "Black" + }, + "company_titles": [ + "", + "", + "", + "", + "", "", "", "", @@ -44,117 +49,59 @@ "", "" ], - "colors": { - "secondary": "Gold", - "pauldron_r": "Turqoise", - "pauldron_l": "Turqoise", - "trim": "Lighter Black", - "lens": "Red", - "weapon": "Black", - "main": "Gold", - "special": 0.0 - }, "complex_livery_data": { - "sgt": { - "helm_lens": 11.0, - "helm_pattern": 0.0, - "helm_primary": 8.0, - "helm_secondary": 0.0, - "helm_detail": 0.0 + "captain": { + "helm_detail": 0, + "helm_lens": 22, + "helm_pattern": 0, + "helm_primary": 29, + "helm_secondary": 0 }, - "veteran": { - "helm_lens": 11.0, - "helm_pattern": 0.0, - "helm_primary": 29.0, - "helm_secondary": 0.0, - "helm_detail": 0.0 + "sgt": { + "helm_detail": 0, + "helm_lens": 11, + "helm_pattern": 0, + "helm_primary": 8, + "helm_secondary": 0 }, "vet_sgt": { - "helm_lens": 11.0, //dark red - "helm_pattern": 0.0, - "helm_primary": 8.0, //black - "helm_secondary": 0.0, - "helm_detail": 0.0 + "helm_detail": 0, + "helm_lens": 11, + "helm_pattern": 0, + "helm_primary": 8, + "helm_secondary": 0 }, - "captain": { - "helm_lens": 22.0, //lime - "helm_pattern": 0.0, - "helm_primary": 29.0, //turquoise - "helm_secondary": 0.0, - "helm_detail": 0.0 + "veteran": { + "helm_detail": 0, + "helm_lens": 11, + "helm_pattern": 0, + "helm_primary": 29, + "helm_secondary": 0 } }, - "names": { - //Chapter Staff - "hchaplain": "", // Head Chaplain - "clibrarian": "", // Chief Librarian - "fmaster": "", // Forge Master - "hapothecary": "", // Head Apothecary - //Company Captains 1 - 10 - "honorcapt": "", - "watchmaster": "", - "arsenalmaster": "", - "admiral": "", - "marchmaster": "", - "ritesmaster": "", - "victualler": "", - "lordexec": "", - "relmaster": "", - "recruiter": "" - }, - "battle_cry": "For the Emperor!", - "squad_distribution": 0, // 0 if no, 1 if yes. If yes, will distribute specialist roles like Assaults and Devastators equally between companies. Otherwise all Assaults go in Company 8 and all Devastators in Company 9 - "load_to_ships": { - "escort_load": 2, // 0 no, 2 yes, 1 doesnt do anything :) - "split_scouts": 0, // 0 no, 1 yes. If yes, splits scouts between companies equally. Otherwise all scouts are kept in 10th Company. - "split_vets": 0 // 0 no, 1 yes. If yes, all veterans are distrubuted equally between companies. Otherwise all veterans are kept in the 1st Company - }, - "successors": 0, //total number of successor chapters - "mutations": { - "preomnor": 0, - "voice": 0, - "doomed": 0, - "lyman": 0, - "omophagea": 0, - "ossmodula": 0, - "membrane": 0, - "zygote": 0, - "betchers": 0, - "catalepsean": 0, - "secretions": 0, - "occulobe": 0, - "mucranoid": 0 - }, - "disposition": [ - 0, // nothing - 0, // Progenitor faction - 42, // Imperium - 50, // Admech - 22, //Inquisition - 24, // Ecclesiarchy - 50, // Astartes - 0 // nothing - ], - "chapter_master": { - "name": "Ekene Dubaku", - "specialty": 1, //1 Leader, 2 Champion, 3 Psyker, - "melee": 5, // 1 twin power fists ... 8 force staff - "ranged": 3, // 1 boltstorm gauntlets ... 7 storm shield - // All chapter masters have the trait `Lead by Example` by default - "traits": [ - "" - ], - "gear": "", - "mobi": "", - "armour": "" // default is Artificer armour, only needed to set if changing to something else. + "cooperation": 5, + "custom_roles": { + "apothecary": { + "name": "Lifebinder" + }, + "captain": { + "name": "Warleader" + }, + "chaplain": { + "name": "Deathspeaker" + }, + "librarian": { + "name": "Spiritwalker" + }, + "sergeant": { + "name": "Pride Leader" + } }, - "artifact": [], - "company_titles": [ - "", - "", - "", - "", + "custom_squads": {}, + "disadvantages": [ "", + "Obliterated", + "Suspicious", "", "", "", @@ -162,167 +109,112 @@ "", "" ], - "flagship_name": "Hex", // leave blank to autogenerate - /** - * * Default fleet composition - * * Homeworld - * - 2 Battle Barges, 8 Strike cruisers, 7 Gladius, 3 Hunters - * * Fleet based and Penitent - * - 4 Battle Barges, 3 Strike Cruisers, 7 Gladius, 3 Hunters - * - * use negative numbers to subtract ships - * * Stacks with advantages/disadvantages - */ + "discipline": "librarius", + "disposition": [ + 0, + 0, + 42, + 50, + 22, + 24, + 50, + 0 + ], + "extra_equipment": [], + "extra_marines": { + "eighth": 0, + "fifth": 0, + "fourth": 0, + "ninth": 0, + "second": 0, + "seventh": 0, + "sixth": 0, + "tenth": 40, + "third": 0 + }, "extra_ships": { "battle_barges": 0, "gladius": 0, - "strike_cruisers": 0, - "hunters": 0 + "hunters": 0, + "strike_cruisers": 0 }, - /** - * * Default HQ Layout (Does not include company specialists) - * - 8 Chaplains, 8 Techmarines, 8 Apothecary, 2 Epistolary (librarian), - * - 2 Codiciery, 4 Lexicanum - * * Default Company specialists (divided based on `load_to_ships.split_vets` setting) - * - 20 Terminators, 85 Veterans, 20 Devastators, 20 Assault - * Use negative numbers to subtract - * * Stacks with advantages/disadvantages - */ "extra_specialists": { - "chaplains": 0, - "techmarines": 0, "apothecary": -10, - "epistolary": 0, + "assault": 0, + "chaplains": 0, "codiciery": 0, + "devastator": 0, + "epistolary": 0, "lexicanum": 0, + "techmarines": 0, "terminator": -10, - "assault": 0, - "veteran": 45, //offset obliterated - "devastator": 0 + "veteran": 45 }, - /** - * * Default Marine strength - * - 100 marines per company - * use negative numbers to subtract - * * Stacks with strength for non-founding chapters only - */ - "extra_marines": { - "second": 0, - "third": 0, - "fourth": 0, - "fifth": 0, - "sixth": 0, - "seventh": 0, - "eighth": 0, - "ninth": 0, - "tenth": 40 //offset obliterated - }, - /** - * All vehicles are added to the 10th company at the start of the game - */ "extra_vehicles": { - "rhino": 0, - "whirlwind": 0, - "predator": 0, "land_raider": 0, - "land_speeder": 0 + "land_speeder": 0, + "predator": 0, + "rhino": 0, + "whirlwind": 0 }, - /** Add extra starting items ["Item Name", Number to add] */ - "extra_equipment": [ - // [ - // "Bolter", - // 20 - // ] - ], - /** - * Provide a place to change the default name and equipment preferences of roles for this chapter - * `custom_roles` should be used for specialist/leadership type roles, - * To affect an entire squad, see `custom_squads` below - */ - "custom_roles": { - "captain": { - "name": "Warleader" - }, - "sergeant": { - "name": "Pride Leader" - }, - "chaplain": { - "name": "Deathspeaker" - }, - "librarian": { - "name": "Spiritwalker" - }, - "apothecary": { - "name": "Lifebinder" - } - // "tactical": { - // "name": "Tactical" - // }, - // "devastator": { - // "name": "Devastator" - // }, - // "assault": { - // "name": "Assault", - // "wep1": "Chainsword" - // }, - // "scout": { - // "name": "Scout", - // "wep1": "Sniper Rifle" - // }, - // "chaplain": { - // "name": "Chaplain", - // }, - // "techmarine": { - // "name": "Techmarine", - // "wep1": "Power Axe" - // }, - // "apothecary": { - // "name": "Apothecary", - // "wep1": "Power Axe" - // }, - // "librarian": { - // "name": "Librarian", - // "wep1": "Force Staff" - // }, - // "sergeant": { - // "name": "Sergeant", - // "wep1": "Chainaxe" - // }, - // "veteran_sergeant": { - // "name": "Veteran Sergeant", - // "wep1": "Chainaxe" - // } + "flagship_name": "Hex", + "flavor": "The Celestial Lions are a Space Marine chapter nearly annihilated by the Inquisition after they dared question Inquisitorial atrocities on Armageddon, with their remnants saved from extinction only through the intervention of the Black Templars. Currently they have barely a hundred brothers left.", + "fleet_type": 2, + "founding": 4, + "homeworld": "", + "homeworld_exists": 1, + "homeworld_name": "", + "homeworld_rule": 1, + "icon_name": "celestial_lions", + "id": 35, + "load_to_ships": { + "escort_load": 2, + "split_scouts": 0, + "split_vets": 0 }, - /** - * * Custom squad roles, loadouts and formations - * When companies are made, squads are formed based on these rules: - * - squad name: one of captain, terminator, terminator_assault, sternguard_veteran, - vanguard_veteran, devastator, tactical, assault, scout, scout_sniper - * - squad array layout [Role, Role, ...Role, type_data] - * - each element of the array is a default Role, and their settings. - - if you changed the role using `custom_roles` you need to reference the role with this new name - - for non-leader roles it is better to change the name of the role in the squad layout instead - * - unit layout [Role Name, Settings Struct] - * - settings struct: - * - max: The most amount of this unit is allowed per squad - * - min: The squad can't be formed unless at least 1 of this unit is in it - * - role: The name of the unit when it is a member of the squad. This is where you rename roles e.g. - "Terminator" > "Deathwing Terminator" - ** - loadout: Struct containing Required and Optional weaponry this unit can equip - a required loadout always follows this syntax :[,] - so "wep1":["Bolter",4], will mean four marines are always equipped with 4 bolters in the wep1 slot - * option loadouts follow the following syntax :[[],] - for example [["Flamer", "Meltagun"],1], means the role can have a max of one flamer or meltagun - [["Plasma Pistol","Bolt Pistol"], 4] means the role can have a mix of 4 plasma pistols and bolt pistols on top - of all required loadout options - - wep1: right hand weapon - - wep2: left hand weapon - - mobi: Mobility item, e.g. Jump Packs. - - armour: required armour - - gear: special equipment needed for certain roles, like a Roasrius or Narthecium - * - type_data: names the squad, allows certain formations - */ + "mutations": { + "betchers": 0, + "catalepsean": 0, + "doomed": 0, + "lyman": 0, + "membrane": 0, + "mucranoid": 0, + "occulobe": 0, + "omophagea": 0, + "ossmodula": 0, + "preomnor": 0, + "secretions": 0, + "voice": 0, + "zygote": 0 + }, + "name": "Celestial Lions", + "names": { + "admiral": "", + "arsenalmaster": "", + "clibrarian": "", + "fmaster": "", + "hapothecary": "", + "hchaplain": "", + "honorcapt": "", + "lordexec": "", + "marchmaster": "", + "recruiter": "", + "relmaster": "", + "ritesmaster": "", + "victualler": "", + "watchmaster": "" + }, + "origin": 2, + "points": 150, + "purity": 10, + "recruiting": "Death", + "recruiting_exists": 1, + "recruiting_name": "", + "splash": 98, + "squad_distribution": 0, "squad_name": "Squad", - "custom_squads": {} + "stability": 99, + "strength": 1, + "successors": 0 } -} \ No newline at end of file +} diff --git a/datafiles/main/chapters/36.json b/datafiles/main/chapters/36.json index 8ab38f9e81..ed6e231a8b 100644 --- a/datafiles/main/chapters/36.json +++ b/datafiles/main/chapters/36.json @@ -1,41 +1,8 @@ { "chapter": { - "id": 36, - "name": "Raptors", - "flavor": "The Raptors are a Successor Chapter of the Raven Guard, created in the Second Founding. They are famous for their exceptional survival abilities, and extremely skilled in guerrilla warfare and infiltration operations", - "origin": 2, // 1 - Founding, 2 - Successor, 3 - Other/non-canon/fanmade, 4 - Custom - "points": 150, - "founding": 9, // The id of the founding chapter, 0 for unknown or none, 10 for random - "splash": 36, // in \images\creation\chapters\splash folder, the img number, 1 being Dark Angels etc. - "icon_name": "raptors", - "fleet_type": 1, // 1= Homeworld, 2 = Fleet based, 3 = Penitent - "strength": 5, // 1-10 - "purity": 9, // 1-10 - "stability": 99, // 1-99 - "cooperation": 5, // 1-10 - "homeworld_exists": 1, // 1 = true - "recruiting_exists": 1, // 1 = true - "homeworld_rule": 3, // 1 = Govenor, 2 = Countries, 3 = Personal Rule - "homeworld": "Temperate", // one of "Lava" "Desert" "Forge" "Hive" "Death" "Agri" "Feudal" "Temperate" "Ice" "Dead" "Shrine" - "homeworld_name": "Tarrengast", // Homeworld Planet name, leave blank to autogenerate - "recruiting": "Death", // one of "Lava" "Desert" "Forge" "Hive" "Death" "Agri" "Feudal" "Temperate" "Ice" "Dead" "Shrine" - "recruiting_name": "Numina", // Recruiting Planet name, leave blank to autogenerate - "discipline": "librarius", // one of 'default' 'biomancy' 'pyromancy' 'telekinesis' 'rune_magic' - "aspirant_trial": "HUNTING", // one of "BLOODDUEL" "HUNTING" "SURVIVAL" "EXPOSURE" "KNOWLEDGE" "CHALLENGE" "APPRENTICESHIP" "advantages": [ - "", // leave the first entry blank for now - "Ambushers", - "", - "", - "", - "", - "", - "", - "" - ], - "disadvantages": [ - "", // leave the first entry blank for now "", + "Ambushers", "", "", "", @@ -44,118 +11,38 @@ "", "" ], - "colors": { - "main": "Raptors Green", - "secondary": "Raptors Green", - "pauldron_r": "Raptors Green", - "pauldron_l": "Raptors Green", - "trim": "Raptors Green", - "lens": "Red", - "weapon": "Raptors Green", - "special": 0, // 0 - normal, 1 - Breastplate, 2 - Vertical, 3 - Quadrant - }, - "complex_livery_data": { - "sgt": { - "helm_lens": 9.0, - "helm_pattern": 0.0, - "helm_primary": 38.0, - "helm_secondary": 38.0, - "helm_detail": 0.0 - }, - "veteran": { - "helm_lens": 9.0, - "helm_pattern": 0.0, - "helm_primary": 38.0, - "helm_secondary": 38.0, - "helm_detail": 0.0 - }, - "vet_sgt": { - "helm_lens": 9.0, - "helm_pattern": 0.0, - "helm_primary": 38.0, - "helm_secondary": 38.0, - "helm_detail": 0.0 - }, - "captain": { - "helm_lens": 9.0, - "helm_pattern": 0.0, - "helm_primary": 38.0, - "helm_secondary": 38.0, - "helm_detail": 0.0 + "artifact": [ + { + "base_weapon_type": "Stalker Pattern Bolter", + "description": "Malice has been with Lias since his time in the Raptors' scout company and shares most characteristics of the standard bolter but is capable of a higher rate of fire and has an extended range", + "name": "Malius", + "slot": "wep2" } - }, - "names": { - //Chapter Staff - "hchaplain": "", // Head Chaplain - "clibrarian": "", // Chief Librarian - "fmaster": "", // Forge Master - "hapothecary": "", // Head Apothecary - //Company Captains 1 - 10 - "honorcapt": "Kassayan", - "watchmaster": "", - "arsenalmaster": "Orelius", - "admiral": "Nigelus", - "marchmaster": "Benedict", - "ritesmaster": "", - "victualler": "", - "lordexec": "", - "relmaster": "", - "recruiter": "" - }, - "battle_cry": "...", - "squad_distribution": 1, // 0 if no, 1 if yes. If yes, will distribute specialist roles like Assaults and Devastators equally between companies. Otherwise all Assaults go in Company 8 and all Devastators in Company 9 - "load_to_ships": { - "escort_load": 2, // 0 no, 2 yes, 1 doesnt do anything :) - "split_scouts": 1, // 0 no, 1 yes. If yes, splits scouts between companies equally. Otherwise all scouts are kept in 10th Company. - "split_vets": 0 // 0 no, 1 yes. If yes, all veterans are distrubuted equally between companies. Otherwise all veterans are kept in the 1st Company - }, - "successors": 0, //total number of successor chapters - "mutations": { - "preomnor": 0, - "voice": 0, - "doomed": 0, - "lyman": 0, - "omophagea": 0, - "ossmodula": 0, - "membrane": 0, - "zygote": 0, - "betchers": 0, - "catalepsean": 0, - "secretions": 0, - "occulobe": 0, - "mucranoid": 1 - }, - "disposition": [ - 0, // nothing - 0, // Progenitor faction - 50, // Imperium - 50, // Admech - 50, //Inquisition - 50, // Ecclesiarchy - 50, // Astartes - 0 // nothing ], + "aspirant_trial": "HUNTING", + "battle_cry": "...", "chapter_master": { + "armour": "", + "gear": "", + "melee": 5, + "mobi": "", "name": "Lias Issodon", - "specialty": 1, //1 Leader, 2 Champion, 3 Psyker, - "melee": 5, // 1 twin power fists ... 8 force staff - "ranged": 3, // 1 boltstorm gauntlets ... 7 storm shield - // All chapter masters have the trait `Lead by Example` by default + "ranged": 3, + "specialty": 1, "traits": [ "" - ], - "gear": "", - "mobi": "", - "armour": "" // default is Artificer armour, only needed to set if changing to something else. + ] + }, + "colors": { + "lens": "Red", + "main": "Raptors Green", + "pauldron_l": "Raptors Green", + "pauldron_r": "Raptors Green", + "secondary": "Raptors Green", + "special": 0, + "trim": "Raptors Green", + "weapon": "Raptors Green" }, - "artifact": [ - { - "name": "Malius", - "description": "Malice has been with Lias since his time in the Raptors' scout company and shares most characteristics of the standard bolter but is capable of a higher rate of fire and has an extended range", - "base_weapon_type": "Stalker Pattern Bolter", - "slot": "wep2" - } - ], "company_titles": [ "", "1st Company", @@ -169,860 +56,851 @@ "9th Company", "10th Company" ], - "flagship_name": "Accipiter", // leave blank to autogenerate - /** - * * Default fleet composition - * * Homeworld - * - 2 Battle Barges, 8 Strike cruisers, 7 Gladius, 3 Hunters - * * Fleet based and Penitent - * - 4 Battle Barges, 3 Strike Cruisers, 7 Gladius, 3 Hunters - * - * use negative numbers to subtract ships - * * Stacks with advantages/disadvantages - */ + "complex_livery_data": { + "captain": { + "helm_detail": 0, + "helm_lens": 9, + "helm_pattern": 0, + "helm_primary": 38, + "helm_secondary": 38 + }, + "sgt": { + "helm_detail": 0, + "helm_lens": 9, + "helm_pattern": 0, + "helm_primary": 38, + "helm_secondary": 38 + }, + "vet_sgt": { + "helm_detail": 0, + "helm_lens": 9, + "helm_pattern": 0, + "helm_primary": 38, + "helm_secondary": 38 + }, + "veteran": { + "helm_detail": 0, + "helm_lens": 9, + "helm_pattern": 0, + "helm_primary": 38, + "helm_secondary": 38 + } + }, + "cooperation": 5, + "custom_roles": {}, + "custom_squads": {}, + "disadvantages": [ + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + "discipline": "librarius", + "disposition": [ + 0, + 0, + 50, + 50, + 50, + 50, + 50, + 0 + ], + "extra_equipment": [], + "extra_marines": { + "eighth": 0, + "fifth": 0, + "fourth": 0, + "ninth": 0, + "second": 0, + "seventh": 0, + "sixth": 0, + "tenth": 0, + "third": 0 + }, "extra_ships": { "battle_barges": 0, "gladius": 0, - "strike_cruisers": 0, - "hunters": 0 + "hunters": 0, + "strike_cruisers": 0 }, - /** - * * Default HQ Layout (Does not include company specialists) - * - 8 Chaplains, 8 Techmarines, 8 Apothecary, 2 Epistolary (librarian), - * - 2 Codiciery, 4 Lexicanum - * * Default Company specialists (divided based on `load_to_ships.split_vets` setting) - * - 20 Terminators, 85 Veterans, 20 Devastators, 20 Assault - * Use negative numbers to subtract - * * Stacks with advantages/disadvantages - */ "extra_specialists": { - "chaplains": 0, - "techmarines": 0, "apothecary": 0, - "epistolary": 0, + "assault": 0, + "chaplains": 0, "codiciery": 0, + "devastator": 0, + "epistolary": 0, "lexicanum": 0, + "techmarines": 0, "terminator": 0, - "assault": 0, - "veteran": 0, - "devastator": 0 + "veteran": 0 }, - /** - * * Default Marine strength - * - 100 marines per company - * use negative numbers to subtract - * * Stacks with strength for non-founding chapters only - */ - "extra_marines": { - "second": 0, - "third": 0, - "fourth": 0, - "fifth": 0, - "sixth": 0, - "seventh": 0, - "eighth": 0, - "ninth": 0, - "tenth": 0 - }, - /** - * All vehicles are added to the 10th company at the start of the game - */ "extra_vehicles": { - "rhino": 0, - "whirlwind": 0, - "predator": 0, "land_raider": 0, - "land_speeder": 0 - }, - /** Add extra starting items ["Item Name", Number to add] */ - "extra_equipment": [ - // [ - // "Bolter", - // 20 - // ] - ], - /** - * Provide a place to change the default name and equipment preferences of roles for this chapter - * `custom_roles` should be used for specialist/leadership type roles, - * To affect an entire squad, see `custom_squads` below - */ - "custom_roles": { - // "honour_guard": { - // "name": "Honour Guard", - // "wep1": "Power Sword", - // "wep2": "Bolter" - // }, - // "veteran": { - // "name": "Veteran", - // "wep1": "Chainaxe" - // }, - // "captain": { - // "name": "Captain", - // "wep1": "Power Sword" - // }, - // "tactical": { - // "name": "Tactical" - // }, - // "devastator": { - // "name": "Devastator" - // }, - // "assault": { - // "name": "Assault", - // "wep1": "Chainsword" - // }, - // "scout": { - // "name": "Scout", - // "wep1": "Sniper Rifle" - // }, - // "chaplain": { - // "name": "Chaplain", - // }, - // "techmarine": { - // "name": "Techmarine", - // "wep1": "Power Axe" - // }, - // "apothecary": { - // "name": "Apothecary", - // "wep1": "Power Axe" - // }, - // "librarian": { - // "name": "Librarian", - // "wep1": "Force Staff" - // }, - // "sergeant": { - // "name": "Sergeant", - // "wep1": "Chainaxe" - // }, - // "veteran_sergeant": { - // "name": "Veteran Sergeant", - // "wep1": "Chainaxe" - // } + "land_speeder": 0, + "predator": 0, + "rhino": 0, + "whirlwind": 0 }, - /** - * * Custom squad roles, loadouts and formations - * When companies are made, squads are formed based on these rules: - * - squad name: one of captain, terminator, terminator_assault, sternguard_veteran, - vanguard_veteran, devastator, tactical, assault, scout, scout_sniper - * - squad array layout [Role, Role, ...Role, type_data] - * - each element of the array is a default Role, and their settings. - - if you changed the role using `custom_roles` you need to reference the role with this new name - - for non-leader roles it is better to change the name of the role in the squad layout instead - * - unit layout [Role Name, Settings Struct] - * - settings struct: - * - max: The most amount of this unit is allowed per squad - * - min: The squad can't be formed unless at least 1 of this unit is in it - * - role: The name of the unit when it is a member of the squad. This is where you rename roles e.g. - "Terminator" > "Deathwing Terminator" - ** - loadout: Struct containing Required and Optional weaponry this unit can equip - a required loadout always follows this syntax :[,] - so "wep1":["Bolter",4], will mean four marines are always equipped with 4 bolters in the wep1 slot - * option loadouts follow the following syntax :[[],] - for example [["Flamer", "Meltagun"],1], means the role can have a max of one flamer or meltagun - [["Plasma Pistol","Bolt Pistol"], 4] means the role can have a mix of 4 plasma pistols and bolt pistols on top - of all required loadout options - - wep1: right hand weapon - - wep2: left hand weapon - - mobi: Mobility item, e.g. Jump Packs. - - armour: required armour - - gear: special equipment needed for certain roles, like a Roasrius or Narthecium - * - type_data: names the squad, allows certain formations - */ - "squad_name": "Squad", - "custom_squads": {}, + "flagship_name": "Accipiter", + "flavor": "The Raptors are a Successor Chapter of the Raven Guard, created in the Second Founding. They are famous for their exceptional survival abilities, and extremely skilled in guerrilla warfare and infiltration operations", + "fleet_type": 1, + "founding": 9, "full_liveries": [ { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 9, "is_changed": true, - "left_leg_lower": 38.0, - "left_leg_upper": 38.0, - "left_leg_knee": 38.0, - "right_leg_lower": 38.0, - "right_leg_upper": 38.0, - "right_leg_knee": 38.0, - "metallic_trim": 3.0, - "right_trim": 38.0, - "left_trim": 38.0, - "left_chest": 38.0, - "right_chest": 38.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 38.0, - "left_hand": 38.0, - "right_arm": 38.0, - "right_hand": 38.0, - "left_head": 38.0, - "right_head": 38.0, - "left_muzzle": 38.0, - "right_muzzle": 38.0, - "eye_lense": 9.0, - "right_backpack": 38.0, - "left_backpack": 38.0, - "weapon_primary": 38.0, - "weapon_secondary": 38.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 38.0, - "left_pauldron": 38.0 + "left_arm": 38, + "left_backpack": 38, + "left_chest": 38, + "left_hand": 38, + "left_head": 38, + "left_leg_knee": 38, + "left_leg_lower": 38, + "left_leg_upper": 38, + "left_muzzle": 38, + "left_pauldron": 38, + "left_thorax": 0, + "left_trim": 38, + "metallic_trim": 3, + "right_arm": 38, + "right_backpack": 38, + "right_chest": 38, + "right_hand": 38, + "right_head": 38, + "right_leg_knee": 38, + "right_leg_lower": 38, + "right_leg_upper": 38, + "right_muzzle": 38, + "right_pauldron": 38, + "right_thorax": 0, + "right_trim": 38, + "weapon_primary": 38, + "weapon_secondary": 38 }, { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 9, "is_changed": true, - "left_leg_lower": 38.0, - "left_leg_upper": 38.0, - "left_leg_knee": 38.0, - "right_leg_lower": 38.0, - "right_leg_upper": 38.0, - "right_leg_knee": 38.0, - "metallic_trim": 3.0, - "right_trim": 38.0, - "left_trim": 38.0, - "left_chest": 38.0, - "right_chest": 38.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 38.0, - "left_hand": 38.0, - "right_arm": 38.0, - "right_hand": 38.0, - "left_head": 38.0, - "right_head": 38.0, - "left_muzzle": 38.0, - "right_muzzle": 38.0, - "eye_lense": 9.0, - "right_backpack": 38.0, - "left_backpack": 38.0, - "weapon_primary": 38.0, - "weapon_secondary": 38.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 38.0, - "left_pauldron": 38.0 + "left_arm": 38, + "left_backpack": 38, + "left_chest": 38, + "left_hand": 38, + "left_head": 38, + "left_leg_knee": 38, + "left_leg_lower": 38, + "left_leg_upper": 38, + "left_muzzle": 38, + "left_pauldron": 38, + "left_thorax": 0, + "left_trim": 38, + "metallic_trim": 3, + "right_arm": 38, + "right_backpack": 38, + "right_chest": 38, + "right_hand": 38, + "right_head": 38, + "right_leg_knee": 38, + "right_leg_lower": 38, + "right_leg_upper": 38, + "right_muzzle": 38, + "right_pauldron": 38, + "right_thorax": 0, + "right_trim": 38, + "weapon_primary": 38, + "weapon_secondary": 38 }, { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 9, "is_changed": true, - "left_leg_lower": 38.0, - "left_leg_upper": 38.0, - "left_leg_knee": 38.0, - "right_leg_lower": 38.0, - "right_leg_upper": 38.0, - "right_leg_knee": 38.0, - "metallic_trim": 3.0, - "right_trim": 38.0, - "left_trim": 38.0, - "left_chest": 38.0, - "right_chest": 38.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 38.0, - "left_hand": 38.0, - "right_arm": 38.0, - "right_hand": 38.0, - "left_head": 38.0, - "right_head": 38.0, - "left_muzzle": 38.0, - "right_muzzle": 38.0, - "eye_lense": 9.0, - "right_backpack": 38.0, - "left_backpack": 38.0, - "weapon_primary": 38.0, - "weapon_secondary": 38.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 38.0, - "left_pauldron": 38.0 + "left_arm": 38, + "left_backpack": 38, + "left_chest": 38, + "left_hand": 38, + "left_head": 38, + "left_leg_knee": 38, + "left_leg_lower": 38, + "left_leg_upper": 38, + "left_muzzle": 38, + "left_pauldron": 38, + "left_thorax": 0, + "left_trim": 38, + "metallic_trim": 3, + "right_arm": 38, + "right_backpack": 38, + "right_chest": 38, + "right_hand": 38, + "right_head": 38, + "right_leg_knee": 38, + "right_leg_lower": 38, + "right_leg_upper": 38, + "right_muzzle": 38, + "right_pauldron": 38, + "right_thorax": 0, + "right_trim": 38, + "weapon_primary": 38, + "weapon_secondary": 38 }, { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 9, "is_changed": true, - "left_leg_lower": 38.0, - "left_leg_upper": 38.0, - "left_leg_knee": 38.0, - "right_leg_lower": 38.0, - "right_leg_upper": 38.0, - "right_leg_knee": 38.0, - "metallic_trim": 3.0, - "right_trim": 38.0, - "left_trim": 38.0, - "left_chest": 38.0, - "right_chest": 38.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 38.0, - "left_hand": 38.0, - "right_arm": 38.0, - "right_hand": 38.0, - "left_head": 38.0, - "right_head": 38.0, - "left_muzzle": 38.0, - "right_muzzle": 38.0, - "eye_lense": 9.0, - "right_backpack": 38.0, - "left_backpack": 38.0, - "weapon_primary": 38.0, - "weapon_secondary": 38.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 38.0, - "left_pauldron": 38.0 + "left_arm": 38, + "left_backpack": 38, + "left_chest": 38, + "left_hand": 38, + "left_head": 38, + "left_leg_knee": 38, + "left_leg_lower": 38, + "left_leg_upper": 38, + "left_muzzle": 38, + "left_pauldron": 38, + "left_thorax": 0, + "left_trim": 38, + "metallic_trim": 3, + "right_arm": 38, + "right_backpack": 38, + "right_chest": 38, + "right_hand": 38, + "right_head": 38, + "right_leg_knee": 38, + "right_leg_lower": 38, + "right_leg_upper": 38, + "right_muzzle": 38, + "right_pauldron": 38, + "right_thorax": 0, + "right_trim": 38, + "weapon_primary": 38, + "weapon_secondary": 38 }, { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 9, "is_changed": true, - "left_leg_lower": 38.0, - "left_leg_upper": 38.0, - "left_leg_knee": 38.0, - "right_leg_lower": 38.0, - "right_leg_upper": 38.0, - "right_leg_knee": 38.0, - "metallic_trim": 3.0, - "right_trim": 38.0, - "left_trim": 38.0, - "left_chest": 38.0, - "right_chest": 38.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 38.0, - "left_hand": 38.0, - "right_arm": 38.0, - "right_hand": 38.0, - "left_head": 38.0, - "right_head": 38.0, - "left_muzzle": 38.0, - "right_muzzle": 38.0, - "eye_lense": 9.0, - "right_backpack": 38.0, - "left_backpack": 38.0, - "weapon_primary": 38.0, - "weapon_secondary": 38.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 38.0, - "left_pauldron": 38.0 + "left_arm": 38, + "left_backpack": 38, + "left_chest": 38, + "left_hand": 38, + "left_head": 38, + "left_leg_knee": 38, + "left_leg_lower": 38, + "left_leg_upper": 38, + "left_muzzle": 38, + "left_pauldron": 38, + "left_thorax": 0, + "left_trim": 38, + "metallic_trim": 3, + "right_arm": 38, + "right_backpack": 38, + "right_chest": 38, + "right_hand": 38, + "right_head": 38, + "right_leg_knee": 38, + "right_leg_lower": 38, + "right_leg_upper": 38, + "right_muzzle": 38, + "right_pauldron": 38, + "right_thorax": 0, + "right_trim": 38, + "weapon_primary": 38, + "weapon_secondary": 38 }, { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 9, "is_changed": true, - "left_leg_lower": 38.0, - "left_leg_upper": 38.0, - "left_leg_knee": 38.0, - "right_leg_lower": 38.0, - "right_leg_upper": 38.0, - "right_leg_knee": 38.0, - "metallic_trim": 3.0, - "right_trim": 38.0, - "left_trim": 38.0, - "left_chest": 38.0, - "right_chest": 38.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 38.0, - "left_hand": 38.0, - "right_arm": 38.0, - "right_hand": 38.0, - "left_head": 38.0, - "right_head": 38.0, - "left_muzzle": 38.0, - "right_muzzle": 38.0, - "eye_lense": 9.0, - "right_backpack": 38.0, - "left_backpack": 38.0, - "weapon_primary": 38.0, - "weapon_secondary": 38.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 38.0, - "left_pauldron": 38.0 + "left_arm": 38, + "left_backpack": 38, + "left_chest": 38, + "left_hand": 38, + "left_head": 38, + "left_leg_knee": 38, + "left_leg_lower": 38, + "left_leg_upper": 38, + "left_muzzle": 38, + "left_pauldron": 38, + "left_thorax": 0, + "left_trim": 38, + "metallic_trim": 3, + "right_arm": 38, + "right_backpack": 38, + "right_chest": 38, + "right_hand": 38, + "right_head": 38, + "right_leg_knee": 38, + "right_leg_lower": 38, + "right_leg_upper": 38, + "right_muzzle": 38, + "right_pauldron": 38, + "right_thorax": 0, + "right_trim": 38, + "weapon_primary": 38, + "weapon_secondary": 38 }, { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 9, "is_changed": true, - "left_leg_lower": 38.0, - "left_leg_upper": 38.0, - "left_leg_knee": 38.0, - "right_leg_lower": 38.0, - "right_leg_upper": 38.0, - "right_leg_knee": 38.0, - "metallic_trim": 3.0, - "right_trim": 38.0, - "left_trim": 38.0, - "left_chest": 38.0, - "right_chest": 38.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 38.0, - "left_hand": 38.0, - "right_arm": 38.0, - "right_hand": 38.0, - "left_head": 38.0, - "right_head": 38.0, - "left_muzzle": 38.0, - "right_muzzle": 38.0, - "eye_lense": 9.0, - "right_backpack": 38.0, - "left_backpack": 38.0, - "weapon_primary": 38.0, - "weapon_secondary": 38.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 38.0, - "left_pauldron": 38.0 + "left_arm": 38, + "left_backpack": 38, + "left_chest": 38, + "left_hand": 38, + "left_head": 38, + "left_leg_knee": 38, + "left_leg_lower": 38, + "left_leg_upper": 38, + "left_muzzle": 38, + "left_pauldron": 38, + "left_thorax": 0, + "left_trim": 38, + "metallic_trim": 3, + "right_arm": 38, + "right_backpack": 38, + "right_chest": 38, + "right_hand": 38, + "right_head": 38, + "right_leg_knee": 38, + "right_leg_lower": 38, + "right_leg_upper": 38, + "right_muzzle": 38, + "right_pauldron": 38, + "right_thorax": 0, + "right_trim": 38, + "weapon_primary": 38, + "weapon_secondary": 38 }, { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 9, "is_changed": true, - "left_leg_lower": 38.0, - "left_leg_upper": 38.0, - "left_leg_knee": 38.0, - "right_leg_lower": 38.0, - "right_leg_upper": 38.0, - "right_leg_knee": 38.0, - "metallic_trim": 3.0, - "right_trim": 38.0, - "left_trim": 38.0, - "left_chest": 38.0, - "right_chest": 38.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 38.0, - "left_hand": 38.0, - "right_arm": 38.0, - "right_hand": 38.0, - "left_head": 38.0, - "right_head": 38.0, - "left_muzzle": 38.0, - "right_muzzle": 38.0, - "eye_lense": 9.0, - "right_backpack": 38.0, - "left_backpack": 38.0, - "weapon_primary": 38.0, - "weapon_secondary": 38.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 38.0, - "left_pauldron": 38.0 + "left_arm": 38, + "left_backpack": 38, + "left_chest": 38, + "left_hand": 38, + "left_head": 38, + "left_leg_knee": 38, + "left_leg_lower": 38, + "left_leg_upper": 38, + "left_muzzle": 38, + "left_pauldron": 38, + "left_thorax": 0, + "left_trim": 38, + "metallic_trim": 3, + "right_arm": 38, + "right_backpack": 38, + "right_chest": 38, + "right_hand": 38, + "right_head": 38, + "right_leg_knee": 38, + "right_leg_lower": 38, + "right_leg_upper": 38, + "right_muzzle": 38, + "right_pauldron": 38, + "right_thorax": 0, + "right_trim": 38, + "weapon_primary": 38, + "weapon_secondary": 38 }, { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 9, "is_changed": true, - "left_leg_lower": 38.0, - "left_leg_upper": 38.0, - "left_leg_knee": 38.0, - "right_leg_lower": 38.0, - "right_leg_upper": 38.0, - "right_leg_knee": 38.0, - "metallic_trim": 3.0, - "right_trim": 38.0, - "left_trim": 38.0, - "left_chest": 38.0, - "right_chest": 38.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 38.0, - "left_hand": 38.0, - "right_arm": 38.0, - "right_hand": 38.0, - "left_head": 38.0, - "right_head": 38.0, - "left_muzzle": 38.0, - "right_muzzle": 38.0, - "eye_lense": 9.0, - "right_backpack": 38.0, - "left_backpack": 38.0, - "weapon_primary": 38.0, - "weapon_secondary": 38.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 38.0, - "left_pauldron": 38.0 + "left_arm": 38, + "left_backpack": 38, + "left_chest": 38, + "left_hand": 38, + "left_head": 38, + "left_leg_knee": 38, + "left_leg_lower": 38, + "left_leg_upper": 38, + "left_muzzle": 38, + "left_pauldron": 38, + "left_thorax": 0, + "left_trim": 38, + "metallic_trim": 3, + "right_arm": 38, + "right_backpack": 38, + "right_chest": 38, + "right_hand": 38, + "right_head": 38, + "right_leg_knee": 38, + "right_leg_lower": 38, + "right_leg_upper": 38, + "right_muzzle": 38, + "right_pauldron": 38, + "right_thorax": 0, + "right_trim": 38, + "weapon_primary": 38, + "weapon_secondary": 38 }, { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 9, "is_changed": true, - "left_leg_lower": 38.0, - "left_leg_upper": 38.0, - "left_leg_knee": 38.0, - "right_leg_lower": 38.0, - "right_leg_upper": 38.0, - "right_leg_knee": 38.0, - "metallic_trim": 3.0, - "right_trim": 38.0, - "left_trim": 38.0, - "left_chest": 38.0, - "right_chest": 38.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 38.0, - "left_hand": 38.0, - "right_arm": 38.0, - "right_hand": 38.0, - "left_head": 38.0, - "right_head": 38.0, - "left_muzzle": 38.0, - "right_muzzle": 38.0, - "eye_lense": 9.0, - "right_backpack": 38.0, - "left_backpack": 38.0, - "weapon_primary": 38.0, - "weapon_secondary": 38.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 38.0, - "left_pauldron": 38.0 + "left_arm": 38, + "left_backpack": 38, + "left_chest": 38, + "left_hand": 38, + "left_head": 38, + "left_leg_knee": 38, + "left_leg_lower": 38, + "left_leg_upper": 38, + "left_muzzle": 38, + "left_pauldron": 38, + "left_thorax": 0, + "left_trim": 38, + "metallic_trim": 3, + "right_arm": 38, + "right_backpack": 38, + "right_chest": 38, + "right_hand": 38, + "right_head": 38, + "right_leg_knee": 38, + "right_leg_lower": 38, + "right_leg_upper": 38, + "right_muzzle": 38, + "right_pauldron": 38, + "right_thorax": 0, + "right_trim": 38, + "weapon_primary": 38, + "weapon_secondary": 38 }, { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 9, "is_changed": true, - "left_leg_lower": 38.0, - "left_leg_upper": 38.0, - "left_leg_knee": 38.0, - "right_leg_lower": 38.0, - "right_leg_upper": 38.0, - "right_leg_knee": 38.0, - "metallic_trim": 3.0, - "right_trim": 38.0, - "left_trim": 38.0, - "left_chest": 38.0, - "right_chest": 38.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 38.0, - "left_hand": 38.0, - "right_arm": 38.0, - "right_hand": 38.0, - "left_head": 38.0, - "right_head": 38.0, - "left_muzzle": 38.0, - "right_muzzle": 38.0, - "eye_lense": 9.0, - "right_backpack": 38.0, - "left_backpack": 38.0, - "weapon_primary": 38.0, - "weapon_secondary": 38.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 38.0, - "left_pauldron": 38.0 + "left_arm": 38, + "left_backpack": 38, + "left_chest": 38, + "left_hand": 38, + "left_head": 38, + "left_leg_knee": 38, + "left_leg_lower": 38, + "left_leg_upper": 38, + "left_muzzle": 38, + "left_pauldron": 38, + "left_thorax": 0, + "left_trim": 38, + "metallic_trim": 3, + "right_arm": 38, + "right_backpack": 38, + "right_chest": 38, + "right_hand": 38, + "right_head": 38, + "right_leg_knee": 38, + "right_leg_lower": 38, + "right_leg_upper": 38, + "right_muzzle": 38, + "right_pauldron": 38, + "right_thorax": 0, + "right_trim": 38, + "weapon_primary": 38, + "weapon_secondary": 38 }, { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 9, "is_changed": true, - "left_leg_lower": 38.0, - "left_leg_upper": 38.0, - "left_leg_knee": 38.0, - "right_leg_lower": 38.0, - "right_leg_upper": 38.0, - "right_leg_knee": 38.0, - "metallic_trim": 3.0, - "right_trim": 38.0, - "left_trim": 38.0, - "left_chest": 38.0, - "right_chest": 38.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 38.0, - "left_hand": 38.0, - "right_arm": 38.0, - "right_hand": 38.0, - "left_head": 38.0, - "right_head": 38.0, - "left_muzzle": 38.0, - "right_muzzle": 38.0, - "eye_lense": 9.0, - "right_backpack": 38.0, - "left_backpack": 38.0, - "weapon_primary": 38.0, - "weapon_secondary": 38.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 38.0, - "left_pauldron": 38.0 + "left_arm": 38, + "left_backpack": 38, + "left_chest": 38, + "left_hand": 38, + "left_head": 38, + "left_leg_knee": 38, + "left_leg_lower": 38, + "left_leg_upper": 38, + "left_muzzle": 38, + "left_pauldron": 38, + "left_thorax": 0, + "left_trim": 38, + "metallic_trim": 3, + "right_arm": 38, + "right_backpack": 38, + "right_chest": 38, + "right_hand": 38, + "right_head": 38, + "right_leg_knee": 38, + "right_leg_lower": 38, + "right_leg_upper": 38, + "right_muzzle": 38, + "right_pauldron": 38, + "right_thorax": 0, + "right_trim": 38, + "weapon_primary": 38, + "weapon_secondary": 38 }, { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 9, "is_changed": true, - "left_leg_lower": 38.0, - "left_leg_upper": 38.0, - "left_leg_knee": 38.0, - "right_leg_lower": 38.0, - "right_leg_upper": 38.0, - "right_leg_knee": 38.0, - "metallic_trim": 3.0, - "right_trim": 38.0, - "left_trim": 38.0, - "left_chest": 38.0, - "right_chest": 38.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 38.0, - "left_hand": 38.0, - "right_arm": 38.0, - "right_hand": 38.0, - "left_head": 38.0, - "right_head": 38.0, - "left_muzzle": 38.0, - "right_muzzle": 38.0, - "eye_lense": 9.0, - "right_backpack": 38.0, - "left_backpack": 38.0, - "weapon_primary": 38.0, - "weapon_secondary": 38.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 38.0, - "left_pauldron": 38.0 + "left_arm": 38, + "left_backpack": 38, + "left_chest": 38, + "left_hand": 38, + "left_head": 38, + "left_leg_knee": 38, + "left_leg_lower": 38, + "left_leg_upper": 38, + "left_muzzle": 38, + "left_pauldron": 38, + "left_thorax": 0, + "left_trim": 38, + "metallic_trim": 3, + "right_arm": 38, + "right_backpack": 38, + "right_chest": 38, + "right_hand": 38, + "right_head": 38, + "right_leg_knee": 38, + "right_leg_lower": 38, + "right_leg_upper": 38, + "right_muzzle": 38, + "right_pauldron": 38, + "right_thorax": 0, + "right_trim": 38, + "weapon_primary": 38, + "weapon_secondary": 38 }, { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 9, "is_changed": true, - "left_leg_lower": 38.0, - "left_leg_upper": 38.0, - "left_leg_knee": 38.0, - "right_leg_lower": 38.0, - "right_leg_upper": 38.0, - "right_leg_knee": 38.0, - "metallic_trim": 3.0, - "right_trim": 38.0, - "left_trim": 38.0, - "left_chest": 38.0, - "right_chest": 38.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 38.0, - "left_hand": 38.0, - "right_arm": 38.0, - "right_hand": 38.0, - "left_head": 38.0, - "right_head": 38.0, - "left_muzzle": 38.0, - "right_muzzle": 38.0, - "eye_lense": 9.0, - "right_backpack": 38.0, - "left_backpack": 38.0, - "weapon_primary": 38.0, - "weapon_secondary": 38.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 38.0, - "left_pauldron": 38.0 + "left_arm": 38, + "left_backpack": 38, + "left_chest": 38, + "left_hand": 38, + "left_head": 38, + "left_leg_knee": 38, + "left_leg_lower": 38, + "left_leg_upper": 38, + "left_muzzle": 38, + "left_pauldron": 38, + "left_thorax": 0, + "left_trim": 38, + "metallic_trim": 3, + "right_arm": 38, + "right_backpack": 38, + "right_chest": 38, + "right_hand": 38, + "right_head": 38, + "right_leg_knee": 38, + "right_leg_lower": 38, + "right_leg_upper": 38, + "right_muzzle": 38, + "right_pauldron": 38, + "right_thorax": 0, + "right_trim": 38, + "weapon_primary": 38, + "weapon_secondary": 38 }, { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 9, "is_changed": true, - "left_leg_lower": 8, - "left_leg_upper": 8, - "left_leg_knee": 8, - "right_leg_lower": 8, - "right_leg_upper": 8, - "right_leg_knee": 8, - "metallic_trim": 3.0, - "right_trim": 38.0, - "left_trim": 38.0, - "left_chest": 8, - "right_chest": 8, - "left_thorax": 0.0, - "right_thorax": 0.0, "left_arm": 8, + "left_backpack": 8, + "left_chest": 8, "left_hand": 8, + "left_head": 8, + "left_leg_knee": 8, + "left_leg_lower": 8, + "left_leg_upper": 8, + "left_muzzle": 8, + "left_pauldron": 38, + "left_thorax": 0, + "left_trim": 38, + "metallic_trim": 3, "right_arm": 8, + "right_backpack": 8, + "right_chest": 8, "right_hand": 8, - "left_head": 8, "right_head": 8, - "left_muzzle": 8, + "right_leg_knee": 8, + "right_leg_lower": 8, + "right_leg_upper": 8, "right_muzzle": 8, - "eye_lense": 9, - "right_backpack": 8, - "left_backpack": 8, - "weapon_primary": 38.0, - "weapon_secondary": 38.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, "right_pauldron": 8, - "left_pauldron": 38.0 + "right_thorax": 0, + "right_trim": 38, + "weapon_primary": 38, + "weapon_secondary": 38 }, { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 9, "is_changed": true, - "left_leg_lower": 0, - "left_leg_upper": 0, - "left_leg_knee": 0, - "right_leg_lower": 0, - "right_leg_upper": 0, - "right_leg_knee": 0, - "metallic_trim": 3.0, - "right_trim": 38.0, - "left_trim": 38.0, - "left_chest": 0, - "right_chest": 0, - "left_thorax": 0.0, - "right_thorax": 0.0, "left_arm": 0, + "left_backpack": 0, + "left_chest": 0, "left_hand": 0, + "left_head": 0, + "left_leg_knee": 0, + "left_leg_lower": 0, + "left_leg_upper": 0, + "left_muzzle": 0, + "left_pauldron": 38, + "left_thorax": 0, + "left_trim": 38, + "metallic_trim": 3, "right_arm": 0, + "right_backpack": 0, + "right_chest": 0, "right_hand": 0, - "left_head": 0, "right_head": 0, - "left_muzzle": 0, + "right_leg_knee": 0, + "right_leg_lower": 0, + "right_leg_upper": 0, "right_muzzle": 0, - "eye_lense": 9, - "right_backpack": 0, - "left_backpack": 0, - "weapon_primary": 38.0, - "weapon_secondary": 38.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, "right_pauldron": 0, - "left_pauldron": 38.0 + "right_thorax": 0, + "right_trim": 38, + "weapon_primary": 38, + "weapon_secondary": 38 }, { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 23, "is_changed": true, - "left_leg_lower": 9, - "left_leg_upper": 9, - "left_leg_knee": 9, - "right_leg_lower": 9, - "right_leg_upper": 9, - "right_leg_knee": 9, - "metallic_trim": 3.0, - "right_trim": 38.0, - "left_trim": 38.0, - "left_chest": 9, - "right_chest": 9, - "left_thorax": 0.0, - "right_thorax": 0.0, "left_arm": 9, + "left_backpack": 9, + "left_chest": 9, "left_hand": 9, + "left_head": 9, + "left_leg_knee": 9, + "left_leg_lower": 9, + "left_leg_upper": 9, + "left_muzzle": 9, + "left_pauldron": 38, + "left_thorax": 0, + "left_trim": 38, + "metallic_trim": 3, "right_arm": 9, + "right_backpack": 9, + "right_chest": 9, "right_hand": 9, - "left_head": 9, "right_head": 9, - "left_muzzle": 9, + "right_leg_knee": 9, + "right_leg_lower": 9, + "right_leg_upper": 9, "right_muzzle": 9, - "eye_lense": 23, - "right_backpack": 9, - "left_backpack": 9, - "weapon_primary": 38.0, - "weapon_secondary": 38.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, "right_pauldron": 9, - "left_pauldron": 38.0 + "right_thorax": 0, + "right_trim": 38, + "weapon_primary": 38, + "weapon_secondary": 38 }, { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 28, "is_changed": true, - "left_leg_lower": 34, - "left_leg_upper": 34, - "left_leg_knee": 34, - "right_leg_lower": 34, - "right_leg_upper": 34, - "right_leg_knee": 34, - "metallic_trim": 3.0, - "right_trim": 38.0, - "left_trim": 38.0, - "left_chest": 34, - "right_chest": 34, - "left_thorax": 0.0, - "right_thorax": 0.0, "left_arm": 34, + "left_backpack": 34, + "left_chest": 34, "left_hand": 34, + "left_head": 34, + "left_leg_knee": 34, + "left_leg_lower": 34, + "left_leg_upper": 34, + "left_muzzle": 34, + "left_pauldron": 38, + "left_thorax": 0, + "left_trim": 38, + "metallic_trim": 3, "right_arm": 34, + "right_backpack": 34, + "right_chest": 34, "right_hand": 34, - "left_head": 34, "right_head": 34, - "left_muzzle": 34, + "right_leg_knee": 34, + "right_leg_lower": 34, + "right_leg_upper": 34, "right_muzzle": 34, - "eye_lense": 28, - "right_backpack": 34, - "left_backpack": 34, - "weapon_primary": 38.0, - "weapon_secondary": 38.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, "right_pauldron": 34, - "left_pauldron": 38.0 + "right_thorax": 0, + "right_trim": 38, + "weapon_primary": 38, + "weapon_secondary": 38 }, { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 9, "is_changed": true, - "left_leg_lower": 38.0, - "left_leg_upper": 38.0, - "left_leg_knee": 38.0, - "right_leg_lower": 38.0, - "right_leg_upper": 38.0, - "right_leg_knee": 38.0, - "metallic_trim": 3.0, - "right_trim": 38.0, - "left_trim": 38.0, - "left_chest": 38.0, - "right_chest": 38.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 38.0, - "left_hand": 38.0, - "right_arm": 38.0, - "right_hand": 38.0, - "left_head": 38.0, - "right_head": 38.0, - "left_muzzle": 38.0, - "right_muzzle": 38.0, - "eye_lense": 9.0, - "right_backpack": 38.0, - "left_backpack": 38.0, - "weapon_primary": 38.0, - "weapon_secondary": 38.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 38.0, - "left_pauldron": 38.0 + "left_arm": 38, + "left_backpack": 38, + "left_chest": 38, + "left_hand": 38, + "left_head": 38, + "left_leg_knee": 38, + "left_leg_lower": 38, + "left_leg_upper": 38, + "left_muzzle": 38, + "left_pauldron": 38, + "left_thorax": 0, + "left_trim": 38, + "metallic_trim": 3, + "right_arm": 38, + "right_backpack": 38, + "right_chest": 38, + "right_hand": 38, + "right_head": 38, + "right_leg_knee": 38, + "right_leg_lower": 38, + "right_leg_upper": 38, + "right_muzzle": 38, + "right_pauldron": 38, + "right_thorax": 0, + "right_trim": 38, + "weapon_primary": 38, + "weapon_secondary": 38 }, { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 9, "is_changed": true, - "left_leg_lower": 38.0, - "left_leg_upper": 38.0, - "left_leg_knee": 38.0, - "right_leg_lower": 38.0, - "right_leg_upper": 38.0, - "right_leg_knee": 38.0, - "metallic_trim": 3.0, - "right_trim": 38.0, - "left_trim": 38.0, - "left_chest": 38.0, - "right_chest": 38.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 38.0, - "left_hand": 38.0, - "right_arm": 38.0, - "right_hand": 38.0, - "left_head": 38.0, - "right_head": 38.0, - "left_muzzle": 38.0, - "right_muzzle": 38.0, - "eye_lense": 9.0, - "right_backpack": 38.0, - "left_backpack": 38.0, - "weapon_primary": 38.0, - "weapon_secondary": 38.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 38.0, - "left_pauldron": 38.0 + "left_arm": 38, + "left_backpack": 38, + "left_chest": 38, + "left_hand": 38, + "left_head": 38, + "left_leg_knee": 38, + "left_leg_lower": 38, + "left_leg_upper": 38, + "left_muzzle": 38, + "left_pauldron": 38, + "left_thorax": 0, + "left_trim": 38, + "metallic_trim": 3, + "right_arm": 38, + "right_backpack": 38, + "right_chest": 38, + "right_hand": 38, + "right_head": 38, + "right_leg_knee": 38, + "right_leg_lower": 38, + "right_leg_upper": 38, + "right_muzzle": 38, + "right_pauldron": 38, + "right_thorax": 0, + "right_trim": 38, + "weapon_primary": 38, + "weapon_secondary": 38 }, { + "company_marks": 0, + "company_marks_loc": 0, + "eye_lense": 9, "is_changed": true, - "left_leg_lower": 38.0, - "left_leg_upper": 38.0, - "left_leg_knee": 38.0, - "right_leg_lower": 38.0, - "right_leg_upper": 38.0, - "right_leg_knee": 38.0, - "metallic_trim": 3.0, - "right_trim": 38.0, - "left_trim": 38.0, - "left_chest": 38.0, - "right_chest": 38.0, - "left_thorax": 0.0, - "right_thorax": 0.0, - "left_arm": 38.0, - "left_hand": 38.0, - "right_arm": 38.0, - "right_hand": 38.0, - "left_head": 38.0, - "right_head": 38.0, - "left_muzzle": 38.0, - "right_muzzle": 38.0, - "eye_lense": 9.0, - "right_backpack": 38.0, - "left_backpack": 38.0, - "weapon_primary": 38.0, - "weapon_secondary": 38.0, - "company_marks": 0.0, - "company_marks_loc": 0.0, - "right_pauldron": 38.0, - "left_pauldron": 38.0 + "left_arm": 38, + "left_backpack": 38, + "left_chest": 38, + "left_hand": 38, + "left_head": 38, + "left_leg_knee": 38, + "left_leg_lower": 38, + "left_leg_upper": 38, + "left_muzzle": 38, + "left_pauldron": 38, + "left_thorax": 0, + "left_trim": 38, + "metallic_trim": 3, + "right_arm": 38, + "right_backpack": 38, + "right_chest": 38, + "right_hand": 38, + "right_head": 38, + "right_leg_knee": 38, + "right_leg_lower": 38, + "right_leg_upper": 38, + "right_muzzle": 38, + "right_pauldron": 38, + "right_thorax": 0, + "right_trim": 38, + "weapon_primary": 38, + "weapon_secondary": 38 } ], + "homeworld": "Temperate", + "homeworld_exists": 1, + "homeworld_name": "Tarrengast", + "homeworld_rule": 3, + "icon_name": "raptors", + "id": 36, + "load_to_ships": { + "escort_load": 2, + "split_scouts": 1, + "split_vets": 0 + }, + "mutations": { + "betchers": 0, + "catalepsean": 0, + "doomed": 0, + "lyman": 0, + "membrane": 0, + "mucranoid": 1, + "occulobe": 0, + "omophagea": 0, + "ossmodula": 0, + "preomnor": 0, + "secretions": 0, + "voice": 0, + "zygote": 0 + }, + "name": "Raptors", + "names": { + "admiral": "Nigelus", + "arsenalmaster": "Orelius", + "clibrarian": "", + "fmaster": "", + "hapothecary": "", + "hchaplain": "", + "honorcapt": "Kassayan", + "lordexec": "", + "marchmaster": "Benedict", + "recruiter": "", + "relmaster": "", + "ritesmaster": "", + "victualler": "", + "watchmaster": "" + }, + "origin": 2, + "points": 150, + "purity": 9, + "recruiting": "Death", + "recruiting_exists": 1, + "recruiting_name": "Numina", + "splash": 36, + "squad_distribution": 1, + "squad_name": "Squad", + "stability": 99, + "strength": 5, + "successors": 0 } -} \ No newline at end of file +} diff --git a/datafiles/main/chapters/37.json b/datafiles/main/chapters/37.json index 2181e0af84..23924cfc08 100644 --- a/datafiles/main/chapters/37.json +++ b/datafiles/main/chapters/37.json @@ -1,29 +1,7 @@ { "chapter": { - "id": 37, - "name": "Consecrators", - "flavor": "The Consecrators are a secretive Dark Angels successor chapter dedicated to preserving ancient technologies and traditions from the early Imperium, maintaining a substantial armory of rare Heresy-era weaponry and equipment while continuing their parent chapter's hunt for the Fallen Angels.", - "origin": 2, // 1 - Founding, 2 - Successor, 3 - Other/non-canon/fanmade, 4 - Custom - "points": 150, - "founding": 0, // The id of the founding chapter, 0 for unknown or none, 10 for random - "splash": 1, // in \images\creation\chapters\splash folder, the img number, 1 being Dark Angels etc. - "icon_name": "consecrators", - "fleet_type": 2, // 1= Homeworld, 2 = Fleet based, 3 = Penitent - "strength": 5, // 1-10 - "purity": 5, // 1-10 - "stability": 50, // 1-99 - "cooperation": 5, // 1-10 - "homeworld_exists": 0, // 1 = true - "recruiting_exists": 1, // 1 = true - "homeworld_rule": 1, // 1 = Govenor, 2 = Countries, 3 = Personal Rule - "homeworld": "Hive", // one of "Lava" "Desert" "Forge" "Hive" "Death" "Agri" "Feudal" "Temperate" "Ice" "Dead" "Shrine" - "homeworld_name": "", // Homeworld Planet name, leave blank to autogenerate - "recruiting": "Death", // one of "Lava" "Desert" "Forge" "Hive" "Death" "Agri" "Feudal" "Temperate" "Ice" "Dead" "Shrine" - "recruiting_name": "", // Recruiting Planet name, leave blank to autogenerate - "discipline": "librarius", // one of 'default' 'biomancy' 'pyromancy' 'telekinesis' 'rune_magic' - "aspirant_trial": "SURVIVAL", // one of "BLOODDUEL" "HUNTING" "SURVIVAL" "EXPOSURE" "KNOWLEDGE" "CHALLENGE" "APPRENTICESHIP" "advantages": [ - "", // leave the first entry blank for now + "", "Enemy: Fallen", "Ancient Armoury", "", @@ -33,138 +11,39 @@ "", "" ], - "disadvantages": [ - "", // leave the first entry blank for now - "Never Forgive", - "Enduring Angels", - "", - "", - "", - "", - "", - "" - ], - "colors": { - "main": "Black", - "secondary": "Black", - "pauldron_r": "Black", - "pauldron_l": "Black", - "trim": "Black", - "lens": "Gold", - "weapon": "Dark Red", - "special": 0, // 0 - normal, 1 - Breastplate, 2 - Vertical, 3 - Quadrant - //"trim_on": 0 // 0 no, 1 yes for pauldron trim colours. Trim colour will still be used for certain complex livery items - }, - "complex_livery_data": { - "vet_sgt": { - "helm_lens": 12.0, - "helm_pattern": 1.0, - "helm_primary": 8.0, - "helm_secondary": 11.0, - "helm_detail": 0.0 - }, - "captain": { - "helm_lens": 12.0, - "helm_pattern": 1.0, - "helm_primary": 8.0, - "helm_secondary": 11.0, - "helm_detail": 0.0 - }, - "veteran": { - "helm_lens": 12.0, - "helm_pattern": 1.0, - "helm_primary": 8.0, - "helm_secondary": 11.0, - "helm_detail": 0.0 - }, - "sgt": { - "helm_lens": 12.0, - "helm_pattern": 1.0, - "helm_primary": 8.0, - "helm_secondary": 11.0, - "helm_detail": 0.0 - }, - "all_others": { - "helm_lens": 12.0, - "helm_pattern": 1.0, - "helm_primary": 8.0, - "helm_secondary": 11.0, - "helm_detail": 0.0 + "artifact": [ + { + "base_weapon_type": "Power Sword", + "description": "One of the few Heavenfall Blades from the chapter's armoury and utilizes small amounts of obsidian in its workings, similar to the Sword of Secrets wielded by Supreme Grand Master Azrael of the Dark Angels", + "name": "Sword of Sanctity", + "slot": "wep1" } - }, - "names": { - //Chapter Staff - "hchaplain": "", // Head Chaplain - "clibrarian": "", // Chief Librarian - "fmaster": "", // Forge Master - "hapothecary": "", // Head Apothecary - //Company Captains 1 - 10 - "honorcapt": "", - "watchmaster": "", - "arsenalmaster": "", - "admiral": "", - "marchmaster": "", - "ritesmaster": "", - "victualler": "", - "lordexec": "", - "relmaster": "", - "recruiter": "" - }, - "battle_cry": "For the Emperor!", - "squad_distribution": 0, // 0=standard, 1=equal specialists, 2=equal scouts, 3=both - "load_to_ships": { - "escort_load": 2, // 0 no, 2 yes, 1 doesnt do anything :) - "split_scouts": 0, // 0 no, 1 yes. If yes, splits scouts between companies equally. Otherwise all scouts are kept in 10th Company. - "split_vets": 0 // 0 no, 1 yes. If yes, all veterans are distrubuted equally between companies. Otherwise all veterans are kept in the 1st Company - }, - "successors": 0, //total number of successor chapters - "mutations": { - "preomnor": 0, - "voice": 0, - "doomed": 0, - "lyman": 0, - "omophagea": 0, - "ossmodula": 0, - "membrane": 0, - "zygote": 0, - "betchers": 0, - "catalepsean": 0, - "secretions": 0, - "occulobe": 0, - "mucranoid": 0 - }, - "disposition": [ - 0, // nothing - 0, // Progenitor faction - 50, // Imperium - 50, // Admech - 50, //Inquisition - 50, // Ecclesiarchy - 50, // Astartes - 0 // nothing ], + "aspirant_trial": "SURVIVAL", + "battle_cry": "For the Emperor!", "chapter_master": { + "armour": "MK3 Iron Armour", + "gear": "Rosarius", + "melee": 5, + "mobi": "", "name": "Nakir", - "specialty": 1, //1 Leader, 2 Champion, 3 Psyker, - "melee": 5, // 1 twin power fists ... 8 force staff - "ranged": 3, // 1 boltstorm gauntlets ... 7 storm shield - // All chapter masters have the trait `Lead by Example` by default + "ranged": 3, + "specialty": 1, "traits": [ "recluse", - "secretive_knights", - ], - "gear": "Rosarius", - "mobi": "", - "armour": "MK3 Iron Armour" // default is Artificer armour, only needed to set if changing to something else. + "secretive_knights" + ] + }, + "colors": { + "lens": "Gold", + "main": "Black", + "pauldron_l": "Black", + "pauldron_r": "Black", + "secondary": "Black", + "special": 0, + "trim": "Black", + "weapon": "Dark Red" }, - "artifact": [ - { - "name": "Sword of Sanctity", - "description": "One of the few Heavenfall Blades from the chapter's armoury and utilizes small amounts of obsidian in its workings, similar to the Sword of Secrets wielded by Supreme Grand Master Azrael of the Dark Angels", - "base_weapon_type": "Power Sword", - "slot": "wep1" - } - ], "company_titles": [ "", "1st Company", @@ -178,162 +57,170 @@ "9th Company", "10th Company" ], - "flagship_name": "Reliquaria", // leave blank to autogenerate - /** - * * Default fleet composition - * * Homeworld - * - 2 Battle Barges, 8 Strike cruisers, 7 Gladius, 3 Hunters - * * Fleet based and Penitent - * - 4 Battle Barges, 3 Strike Cruisers, 7 Gladius, 3 Hunters - * - * use negative numbers to subtract ships - * * Stacks with advantages/disadvantages - */ + "complex_livery_data": { + "all_others": { + "helm_detail": 0, + "helm_lens": 12, + "helm_pattern": 1, + "helm_primary": 8, + "helm_secondary": 11 + }, + "captain": { + "helm_detail": 0, + "helm_lens": 12, + "helm_pattern": 1, + "helm_primary": 8, + "helm_secondary": 11 + }, + "sgt": { + "helm_detail": 0, + "helm_lens": 12, + "helm_pattern": 1, + "helm_primary": 8, + "helm_secondary": 11 + }, + "vet_sgt": { + "helm_detail": 0, + "helm_lens": 12, + "helm_pattern": 1, + "helm_primary": 8, + "helm_secondary": 11 + }, + "veteran": { + "helm_detail": 0, + "helm_lens": 12, + "helm_pattern": 1, + "helm_primary": 8, + "helm_secondary": 11 + } + }, + "cooperation": 5, + "custom_roles": { + "captain": { + "name": "Master" + }, + "chapter_master": { + "name": "Grand Master" + } + }, + "custom_squads": {}, + "disadvantages": [ + "", + "Never Forgive", + "Enduring Angels", + "", + "", + "", + "", + "", + "" + ], + "discipline": "librarius", + "disposition": [ + 0, + 0, + 50, + 50, + 50, + 50, + 50, + 0 + ], + "extra_equipment": [], + "extra_marines": { + "eighth": 0, + "fifth": 0, + "fourth": 0, + "ninth": 0, + "second": 0, + "seventh": 0, + "sixth": 0, + "tenth": 0, + "third": 0 + }, "extra_ships": { "battle_barges": 0, "gladius": 0, - "strike_cruisers": 0, - "hunters": 0 + "hunters": 0, + "strike_cruisers": 0 }, - /** - * * Default HQ Layout (Does not include company specialists) - * - 8 Chaplains, 8 Techmarines, 8 Apothecary, 2 Epistolary (librarian), - * - 2 Codiciery, 4 Lexicanum - * * Default Company specialists (divided based on `load_to_ships.split_vets` setting) - * - 20 Terminators, 85 Veterans, 20 Devastators, 20 Assault - * Use negative numbers to subtract - * * Stacks with advantages/disadvantages - */ "extra_specialists": { - "chaplains": 0, - "techmarines": 0, "apothecary": 0, - "epistolary": 0, + "assault": 0, + "chaplains": 0, "codiciery": 0, + "devastator": 0, + "epistolary": 0, "lexicanum": 0, + "techmarines": 0, "terminator": 0, - "assault": 0, - "veteran": 0, - "devastator": 0 - }, - /** - * * Default Marine strength - * - 100 marines per company - * use negative numbers to subtract - * * Stacks with strength for non-founding chapters only - */ - "extra_marines": { - "second": 0, - "third": 0, - "fourth": 0, - "fifth": 0, - "sixth": 0, - "seventh": 0, - "eighth": 0, - "ninth": 0, - "tenth": 0 + "veteran": 0 }, - /** - * All vehicles are added to the 10th company at the start of the game - */ "extra_vehicles": { - "rhino": 0, - "whirlwind": 0, - "predator": 0, "land_raider": 0, - "land_speeder": 0 + "land_speeder": 0, + "predator": 0, + "rhino": 0, + "whirlwind": 0 }, - /** Add extra starting items ["Item Name", Number to add] */ - "extra_equipment": [ - // [ - // "Bolter", - // 20 - // ] - ], - /** - * Provide a place to change the default name and equipment preferences of roles for this chapter - * `custom_roles` should be used for specialist/leadership type roles, - * To affect an entire squad, see `custom_squads` below - */ - "custom_roles": { - "chapter_master": { - "name": "Grand Master", - }, - // "veteran": { - // "name": "Veteran", - // "wep1": "Chainaxe" - // }, - "captain": { - "name": "Master", - }, - // "tactical": { - // "name": "Tactical" - // }, - // "devastator": { - // "name": "Devastator" - // }, - // "assault": { - // "name": "Assault", - // "wep1": "Chainsword" - // }, - // "scout": { - // "name": "Scout", - // "wep1": "Sniper Rifle" - // }, - // "chaplain": { - // "name": "Chaplain", - // }, - // "techmarine": { - // "name": "Techmarine", - // "wep1": "Power Axe" - // }, - // "apothecary": { - // "name": "Apothecary", - // "wep1": "Power Axe" - // }, - // "librarian": { - // "name": "Librarian", - // "wep1": "Force Staff" - // }, - // "sergeant": { - // "name": "Sergeant", - // "wep1": "Chainaxe" - // }, - // "veteran_sergeant": { - // "name": "Veteran Sergeant", - // "wep1": "Chainaxe" - // } + "flagship_name": "Reliquaria", + "flavor": "The Consecrators are a secretive Dark Angels successor chapter dedicated to preserving ancient technologies and traditions from the early Imperium, maintaining a substantial armory of rare Heresy-era weaponry and equipment while continuing their parent chapter's hunt for the Fallen Angels.", + "fleet_type": 2, + "founding": 0, + "homeworld": "Hive", + "homeworld_exists": 0, + "homeworld_name": "", + "homeworld_rule": 1, + "icon_name": "consecrators", + "id": 37, + "load_to_ships": { + "escort_load": 2, + "split_scouts": 0, + "split_vets": 0 + }, + "mutations": { + "betchers": 0, + "catalepsean": 0, + "doomed": 0, + "lyman": 0, + "membrane": 0, + "mucranoid": 0, + "occulobe": 0, + "omophagea": 0, + "ossmodula": 0, + "preomnor": 0, + "secretions": 0, + "voice": 0, + "zygote": 0 }, - /** - * * Custom squad roles, loadouts and formations - * When companies are made, squads are formed based on these rules: - * - squad name: one of captain, terminator, terminator_assault, sternguard_veteran, - vanguard_veteran, devastator, tactical, assault, scout, scout_sniper - * - squad array layout [Role, Role, ...Role, type_data] - * - each element of the array is a default Role, and their settings. - - if you changed the role using `custom_roles` you need to reference the role with this new name - - for non-leader roles it is better to change the name of the role in the squad layout instead - * - unit layout [Role Name, Settings Struct] - * - settings struct: - * - max: The most amount of this unit is allowed per squad - * - min: The squad can't be formed unless at least 1 of this unit is in it - * - role: The name of the unit when it is a member of the squad. This is where you rename roles e.g. - "Terminator" > "Deathwing Terminator" - ** - loadout: Struct containing Required and Optional weaponry this unit can equip - a required loadout always follows this syntax :[,] - so "wep1":["Bolter",4], will mean four marines are always equipped with 4 bolters in the wep1 slot - * option loadouts follow the following syntax :[[],] - for example [["Flamer", "Meltagun"],1], means the role can have a max of one flamer or meltagun - [["Plasma Pistol","Bolt Pistol"], 4] means the role can have a mix of 4 plasma pistols and bolt pistols on top - of all required loadout options - - wep1: right hand weapon - - wep2: left hand weapon - - mobi: Mobility item, e.g. Jump Packs. - - armour: required armour - - gear: special equipment needed for certain roles, like a Roasrius or Narthecium - * - type_data: names the squad, allows certain formations - */ + "name": "Consecrators", + "names": { + "admiral": "", + "arsenalmaster": "", + "clibrarian": "", + "fmaster": "", + "hapothecary": "", + "hchaplain": "", + "honorcapt": "", + "lordexec": "", + "marchmaster": "", + "recruiter": "", + "relmaster": "", + "ritesmaster": "", + "victualler": "", + "watchmaster": "" + }, + "origin": 2, + "points": 150, + "purity": 5, + "recruiting": "Death", + "recruiting_exists": 1, + "recruiting_name": "", + "splash": 1, + "squad_distribution": 0, "squad_name": "Squad", - "custom_squads": {} + "stability": 50, + "strength": 5, + "successors": 0 } -} \ No newline at end of file +} diff --git a/datafiles/main/name_loader.json b/datafiles/main/name_loader.json index 0591311f64..1828bd108d 100644 --- a/datafiles/main/name_loader.json +++ b/datafiles/main/name_loader.json @@ -9,79 +9,79 @@ "load_as": "imperial_female", "load_set": "imperial" }, - "space_marine", - "chaos", - "imperial_ship", - "ork_ship", + "space_marine", + "chaos", + "imperial_ship", + "ork_ship", { - "load_as" : "eldar", - "load_set": "eldar", - "composites" : [ - "first_syllables", - "second_syllables", + "composites": [ + "first_syllables", + "second_syllables", "third_syllables" - ] + ], + "load_as": "eldar", + "load_set": "eldar" }, { - "load_as" : "ork", - "load_set": "ork", - "composites" : [ - "prefixes", - "suffixes", + "composites": [ + "prefixes", + "suffixes", "special" - ] + ], + "load_as": "ork", + "load_set": "ork" }, { - "load_as" : "hulk", - "load_set": "hulk", - "composites" : [ - "prefixes", - "suffixes", - ] + "composites": [ + "prefixes", + "suffixes" + ], + "load_as": "hulk", + "load_set": "hulk" }, { - "load_as" : "tau", - "load_set": "tau", - "composites" : [ - "prefixes", - "suffixes", - ] + "composites": [ + "prefixes", + "suffixes" + ], + "load_as": "tau", + "load_set": "tau" }, { - "load_as" : "genestealercult", - "load_set": "genestealercult", - "composites" : [ - "main", - "embelishment", + "composites": [ + "main", + "embelishment", "title" - ] + ], + "load_as": "genestealercult", + "load_set": "genestealercult" }, { - "load_as" : "Knightly", - "load_set": "knightly", - "composites" : [ - "names", - "surnames", + "composites": [ + "names", + "surnames" ], - "preffered_method" : "complex" + "load_as": "Knightly", + "load_set": "knightly", + "preffered_method": "complex" }, { - "load_as" : "Roman", - "load_set": "roman", - "composites" : [ - "praenomen", - "nomen", + "composites": [ + "praenomen", + "nomen", "cognomen" ], - "preffered_method" : "complex" + "load_as": "Roman", + "load_set": "roman", + "preffered_method": "complex" }, { - "load_as" : "Mongol", - "load_set": "mongol", - "composites" : [ - "given_name", - "tribal_or_house", + "composites": [ + "given_name", + "tribal_or_house" ], - "preffered_method" : "complex" + "load_as": "Mongol", + "load_set": "mongol", + "preffered_method": "complex" } -] \ No newline at end of file +] diff --git a/datafiles/main/names/chaos.json b/datafiles/main/names/chaos.json index 1b3766417d..2f7917ceb4 100644 --- a/datafiles/main/names/chaos.json +++ b/datafiles/main/names/chaos.json @@ -67,4 +67,4 @@ "Uglirthag", "Undrical" ] -} \ No newline at end of file +} diff --git a/datafiles/main/names/eldar.json b/datafiles/main/names/eldar.json index b8e77cb4d9..506d50a026 100644 --- a/datafiles/main/names/eldar.json +++ b/datafiles/main/names/eldar.json @@ -69,4 +69,4 @@ "und" ] ] -} \ No newline at end of file +} diff --git a/datafiles/main/names/genestealercult.json b/datafiles/main/names/genestealercult.json index bbaf249f63..459921749f 100644 --- a/datafiles/main/names/genestealercult.json +++ b/datafiles/main/names/genestealercult.json @@ -1,28 +1,50 @@ { - "main": [ + "embelishment": [ [ - "The Ravening" , - "The blessed", - "The many limbed", - "The devoted mouths", - "The sacred claws" , - "The waiting feast" , - "The pure genes" , - "The bladed", - "The Innerwyrm" , - "The Pauper" , - "The Twisted", - "The bringers" + "Maw", + "devouror", + "eternal", + "waiting", + "suffering", + "Silent", + "feasting", + "arms", + "hunger", + "flesh", + "cog", + "cult", + "Princes", + "Helix", + "Chittering" ] ], - "embelishment": [ + "main": [ [ - "Maw","devouror","eternal","waiting","suffering","Silent","feasting","arms","hunger","flesh","cog","cult","Princes","Helix","Chittering" + "The Ravening", + "The blessed", + "The many limbed", + "The devoted mouths", + "The sacred claws", + "The waiting feast", + "The pure genes", + "The bladed", + "The Innerwyrm", + "The Pauper", + "The Twisted", + "The bringers" ] ], "title": [ [ - "of Many","of the great","of the voyaging","of Pure" ,"of greedy gnawing","of penitent","of enraptured joy","of Brotherhood","of the All Seeing" + "of Many", + "of the great", + "of the voyaging", + "of Pure", + "of greedy gnawing", + "of penitent", + "of enraptured joy", + "of Brotherhood", + "of the All Seeing" ] - ], -} \ No newline at end of file + ] +} diff --git a/datafiles/main/names/hulk.json b/datafiles/main/names/hulk.json index 132004f25b..ffd20eee0a 100644 --- a/datafiles/main/names/hulk.json +++ b/datafiles/main/names/hulk.json @@ -44,4 +44,4 @@ "Torment" ] ] -} \ No newline at end of file +} diff --git a/datafiles/main/names/imperial.json b/datafiles/main/names/imperial.json index 13c8aa920c..a23ba9e60c 100644 --- a/datafiles/main/names/imperial.json +++ b/datafiles/main/names/imperial.json @@ -167,4 +167,4 @@ "Guinevere", "Morgaine" ] -} \ No newline at end of file +} diff --git a/datafiles/main/names/imperial_ship.json b/datafiles/main/names/imperial_ship.json index 5933b84456..ca07158d51 100644 --- a/datafiles/main/names/imperial_ship.json +++ b/datafiles/main/names/imperial_ship.json @@ -211,4 +211,4 @@ "Hell's Theory", "Ice Retribution" ] -} \ No newline at end of file +} diff --git a/datafiles/main/names/knightly.json b/datafiles/main/names/knightly.json index b908623532..8a02f32d0d 100644 --- a/datafiles/main/names/knightly.json +++ b/datafiles/main/names/knightly.json @@ -103,7 +103,7 @@ "Vernier", "Wilhelm", "Yvain", - "Zanobi" , + "Zanobi", "Adalbert", "Albrecht", "Arnulf", @@ -180,7 +180,7 @@ "Valentinus", "Wilhelmar", "Wolfgangus", - "Zacharias" , + "Zacharias", "Aldemar", "Bertram", "Clovis", @@ -206,210 +206,209 @@ "Waleran", "Xavier", "Yves", - "Zeno" + "Zeno" ], - "surnames" : [ - "Ashford", - "Blackmere", - "Coldharbor", - "Dawnforge", - "Ebonridge", - "Falconer", - "Grimholt", - "Highmoor", - "Ironvale", - "Jadecroft", - "Kingsfall", - "Lightfoot", - "Moonridge", - "Northmere", - "Oakheart", - "Pyrewood", - "Queenshield", - "Ravenmoor", - "Stonebrook", - "Thornhelm", - "Umberleigh", - "Valewood", - "Westmarch", - "Yewfield", - "Zephyrhall", - "Dawnmere", - "Silverdain", - "Avalmere", - "Thornvale", - "Brightlance", - "Moonweald", - "Starfall", - "Evenwood", - "Goldwynne", - "Frostmere", - "Lionshield", - "Roseward", - "Ebonlance", - "Fairwyn", - "Mistvale", - "Sunreach", - "Greymantle", - "Windemere", - "Oakenshire", - "Dragonwynd", - "Lightwarden", - "Shadowmere", - "Emberwyck", - "Crystalmere", - "Highgarden", - "Stormwynd", - "Amaury", - "Blaise", - "Corentin", - "Dariane", - "Elaith", - "Florent", - "Geraint", - "Helyas", - "Isambard", - "Josselin", - "Kaelen", - "Lorien", - "Melior", - "Nivarin", - "Owein", - "Perion", - "Quillan", - "Rohain", - "Serelin", - "Trystane", - "Uvain", - "Valoryn", - "Wystan", - "Ysorin", - "Zoranel", - "de Valois", - "du Lac", - "de Montclair", - "de Arondel", - "de Viremont", - "de Luneval", - "de Brisanne", - "de Corbeau", - "de Fendrel", - "de Mireval", - "de Rosethorn", - "de Auvray", - "de Caerwyn", - "de Thalorne", - "de Evenlode", - "de Silverain", - "de Vaulmere", - "de Lysoria", - "de Storme", - "de Bellamere", - "de Ashenvale", - "de Dawnwynd", - "de Clairvaux", - "de Moonfall", - "de Elaris", - "De Bedgebury", - "de Beaumont", - "de Courtenay", - "de Montfort", - "de Blois", - "de Foix", - "de Lusignan", - "de Anjou", - "de Poitiers", - "de Toulouse", - "de Navarre", - "de Hohenberg", - "von Trier", - "von Regensburg", - "von Falkenstein", - "di Verona", - "di Firenze", - "di Milano", - "de Segovia", - "de Toledo", - "de Burgos", - "fitzAlan", - "fitzGerald", - "of Warwick", - "of Lancaster", - "von Eisenwald", - "von Falkenberg", - "von Hohenwald", - "von Sturmfels", - "von Adlerstein", - "von Dornburg", - "von Rabenhorst", - "von Wolfsheim", - "von Drachenfels", - "von Silberwald", - "von Eichenberg", - "von Greifenwald", - "von Tannenberg", - "von Lichtenthal", - "von Schattenfels", - "von Morgenstern", - "von Nachtwald", - "von Hirschfeld", - "von Königswald", - "von Rotenfels", - "von Winterberg", - "von Donnerfels", - "von Grünwald", - "von Falkenried", - "von Hochberg", - "von Eisenmark", - "von Sturmwald", - "von Blutfels", - "von Rabenstein", - "von Wolfenmark", - "von Dornwald", - "von Falkenbruch", - "von Hochfels", - "von Grimmwald", - "von Adlerbruch", - "von Nachtfels", - "von Eisenbruch", - "von Totenwald", - "von Silbermark", - "von Drachenmark", - "von Schattenwald", - "von Eichenfels", - "von Kriegshain", - "von Donnerwald", - "von Rotwald", - "von Hohenmark", - "von Finsterfels", - "von Greifenmark", - "von Winterbruch", - "von Brandwald", - "von Hohenstaufenberg", - "von Eisenwald-Hochberg", - "von Falkenhayn zu Winterfels", - "von Silberthal-Hohenmark", - "von Sturmwald zu Adlerstein", - "von Drachenberg-Hochfels", - "von Rabenwald zu Königsmark", - "von Eichenwald-Hohenfels", - "von Greifenstein zu Falkenberg", - "von Lichtenthal-Hochwald", - "von Morgenstern zu Silberfels", - "von Schattenberg-Hohenwald", - "von Donnerfels zu Sturmthal", - "von Winterberg-Hochmark", - "von Hirschwald zu Falkenried", - "von Königswald-Hohenstein", - "von Rotenberg zu Eisenfels", - "von Hochberg zu Silberwald", - "von Falkenstein-Hohenmark", - "von Adlerhorst zu Winterberg", - "von Sturmfels-Hochthal", - "von Nachtberg zu Morgenwald", - "von Greifenwald-Hohenberg", - "von Eisenberg zu Falkenthal", - "von Silberberg-Hochfels" - + "surnames": [ + "Ashford", + "Blackmere", + "Coldharbor", + "Dawnforge", + "Ebonridge", + "Falconer", + "Grimholt", + "Highmoor", + "Ironvale", + "Jadecroft", + "Kingsfall", + "Lightfoot", + "Moonridge", + "Northmere", + "Oakheart", + "Pyrewood", + "Queenshield", + "Ravenmoor", + "Stonebrook", + "Thornhelm", + "Umberleigh", + "Valewood", + "Westmarch", + "Yewfield", + "Zephyrhall", + "Dawnmere", + "Silverdain", + "Avalmere", + "Thornvale", + "Brightlance", + "Moonweald", + "Starfall", + "Evenwood", + "Goldwynne", + "Frostmere", + "Lionshield", + "Roseward", + "Ebonlance", + "Fairwyn", + "Mistvale", + "Sunreach", + "Greymantle", + "Windemere", + "Oakenshire", + "Dragonwynd", + "Lightwarden", + "Shadowmere", + "Emberwyck", + "Crystalmere", + "Highgarden", + "Stormwynd", + "Amaury", + "Blaise", + "Corentin", + "Dariane", + "Elaith", + "Florent", + "Geraint", + "Helyas", + "Isambard", + "Josselin", + "Kaelen", + "Lorien", + "Melior", + "Nivarin", + "Owein", + "Perion", + "Quillan", + "Rohain", + "Serelin", + "Trystane", + "Uvain", + "Valoryn", + "Wystan", + "Ysorin", + "Zoranel", + "de Valois", + "du Lac", + "de Montclair", + "de Arondel", + "de Viremont", + "de Luneval", + "de Brisanne", + "de Corbeau", + "de Fendrel", + "de Mireval", + "de Rosethorn", + "de Auvray", + "de Caerwyn", + "de Thalorne", + "de Evenlode", + "de Silverain", + "de Vaulmere", + "de Lysoria", + "de Storme", + "de Bellamere", + "de Ashenvale", + "de Dawnwynd", + "de Clairvaux", + "de Moonfall", + "de Elaris", + "De Bedgebury", + "de Beaumont", + "de Courtenay", + "de Montfort", + "de Blois", + "de Foix", + "de Lusignan", + "de Anjou", + "de Poitiers", + "de Toulouse", + "de Navarre", + "de Hohenberg", + "von Trier", + "von Regensburg", + "von Falkenstein", + "di Verona", + "di Firenze", + "di Milano", + "de Segovia", + "de Toledo", + "de Burgos", + "fitzAlan", + "fitzGerald", + "of Warwick", + "of Lancaster", + "von Eisenwald", + "von Falkenberg", + "von Hohenwald", + "von Sturmfels", + "von Adlerstein", + "von Dornburg", + "von Rabenhorst", + "von Wolfsheim", + "von Drachenfels", + "von Silberwald", + "von Eichenberg", + "von Greifenwald", + "von Tannenberg", + "von Lichtenthal", + "von Schattenfels", + "von Morgenstern", + "von Nachtwald", + "von Hirschfeld", + "von Königswald", + "von Rotenfels", + "von Winterberg", + "von Donnerfels", + "von Grünwald", + "von Falkenried", + "von Hochberg", + "von Eisenmark", + "von Sturmwald", + "von Blutfels", + "von Rabenstein", + "von Wolfenmark", + "von Dornwald", + "von Falkenbruch", + "von Hochfels", + "von Grimmwald", + "von Adlerbruch", + "von Nachtfels", + "von Eisenbruch", + "von Totenwald", + "von Silbermark", + "von Drachenmark", + "von Schattenwald", + "von Eichenfels", + "von Kriegshain", + "von Donnerwald", + "von Rotwald", + "von Hohenmark", + "von Finsterfels", + "von Greifenmark", + "von Winterbruch", + "von Brandwald", + "von Hohenstaufenberg", + "von Eisenwald-Hochberg", + "von Falkenhayn zu Winterfels", + "von Silberthal-Hohenmark", + "von Sturmwald zu Adlerstein", + "von Drachenberg-Hochfels", + "von Rabenwald zu Königsmark", + "von Eichenwald-Hohenfels", + "von Greifenstein zu Falkenberg", + "von Lichtenthal-Hochwald", + "von Morgenstern zu Silberfels", + "von Schattenberg-Hohenwald", + "von Donnerfels zu Sturmthal", + "von Winterberg-Hochmark", + "von Hirschwald zu Falkenried", + "von Königswald-Hohenstein", + "von Rotenberg zu Eisenfels", + "von Hochberg zu Silberwald", + "von Falkenstein-Hohenmark", + "von Adlerhorst zu Winterberg", + "von Sturmfels-Hochthal", + "von Nachtberg zu Morgenwald", + "von Greifenwald-Hohenberg", + "von Eisenberg zu Falkenthal", + "von Silberberg-Hochfels" ] -} \ No newline at end of file +} diff --git a/datafiles/main/names/mongol.json b/datafiles/main/names/mongol.json index b2e84e3d9c..7055a6d0cd 100644 --- a/datafiles/main/names/mongol.json +++ b/datafiles/main/names/mongol.json @@ -1,316 +1,316 @@ { - "given_name": [ - "Batu", - "Berke", - "Nogai", - "Sartaq", - "Toqta", - "Uzbeg", - "Jani Beg", - "Küchük", - "Toghril", - "Temür", - "Kublai", - "Arghun", - "Ghazan", - "Ögedei", - "Chagatai", - "Tolui", - "Jochi", - "Subutai", - "Jebe", - "Bayan", - "Bolad", - "Kadan", - "Orda", - "Börte", - "Altan", - "Köchü", - "Töregene", - "Sorghaghtani", - "Khusugtai", - "Qutlugh", - "Hülegü", - "Abagha", - "Arghun", - "Gaykhatu", - "Baydu", - "Ghazan", - "Öljeitü", - "Möngke", - "Abaqa", - "Tekuder", - "Sorghaghtani", - "Doquz", - "Töregene", - "Börte", - "Bolad", - "Taghachar", - "Amir Timur", - "Nawrūz", - "Qutlugh", - "Sutai", - "Bayan", - "Ilchigidei", - "Toghril", - "Kadan", - "Chupan", - "Jushkab", - "Sukunjaq", - "Arslan", - "Yisüder", - "Qarachar", - "Batu", - "Berke", - "Nogai", - "Toqta", - "Uzbeg", - "Jani", - "Kuchuk", - "Toghrul", - "Temur", - "Arghun", - "Ghazan", - "Hulegu", - "Baydu", - "Öljei", - "Chupan", - "Bolad", - "Kadan", - "Orda", - "Bayan", - "Subadai", - "Jebe", - "Kublai", - "Tolui", - "Chagatai", - "Ögedei", - "Möngke", - "Qutlugh", - "Altan", - "Köchü", - "Sarig", - "Böri", - "Temüge", - "Qara", - "Sartu", - "Baraq", - "Yisun", - "Kebek", - "Ilchi", - "Sukhan", - "Arslan", - "Toghan", - "Bektu", - "Qorchi", - "Tengriq", - "Batuqai", - "Temurchi", - "Nogaitar", - "Berukhan", - "Arghatai", - "Qutai", - "Sartuq", - "Bolatai", - "Kuchulai", - "Toghar", - "Jochi", - "Chigatai", - "Batujin", - "Tokurai", - "Bashur", - "Kelmog", - "Zoratai", - "Munqar", - "Tegulan", - "Borukhan", - "Qeltem", - "Arzhanek", - "Sutogai", - "Karmuq", - "Temulak", - "Nogeshu", - "Barzun", - "Qoratai", - "Ulgenar", - "Tarsuk", - "Belmogu", - "Kochiran", - "Yargun", - "Tolmek", - "Sarbatu", - "Kezhur", - "Ormukan", - "Dargal", - "Qesun", - "Bortemai", - "Tulqen", - "Jarmog", - "Khaneru", - "Zarkun", - "Temurok", - "Belyar", - "Qashun", - "Morukai", - "Tegresh", - "Arbatai", - "Sorken", - "Kelzhan", - "Bortuk", - "Yamur", - "Tolgar", - "Kezhan", - "Nurakai", - "Dorgun", - "Shamur", - "Ulzak", - "Barqen", - "Targai", - "Khurmak", - "Zelbor", - "Qunari", - "Ergash", - "Meltur", - "Sargun", - "Tokren", - "Bashkai", - "Orzhan", - "Kelmur", - "Jorakai", - "Ayturan", - "Bashnur", - "Kumrai", - "Toghanur", - "Sarykan", - "Yulduzai", - "Barukan", - "Temirhan", - "Quturai", - "Almashur", - "Nurzan", - "Berkai", - "Kashnur", - "Tarkhanai", - "Zayturan", - "Ormanur", - "Belmuran", - "Qanur", - "Sutaykan", - "Togzhan", - "Torzhan", - "Barkunai", - "Qeltemur", - "Yashkor", - "Temurai", - "Zorkhan", - "Belzhan", - "Arkumur", - "Sargai", - "Tolzhanek", - "Kezmur", - "Nurqor", - "Bashgai", - "Qormun", - "Zeltur", - "Orzhanai", - "Malkorun", - "Tegzhan", - "Khorzai", - "Darmunai" - ], - "tribal_or_house": [ - "Borjigin", - "Jochid", - "Chagataid", - "Toluid", - "Ögedeid", - "Golden Horde", - "Blue Horde", - "White Horde", - "Ulus Jochi", - "Ulus Chagatai", - "Kipchak", - "Keraite", - "Naiman", - "Merkit", - "Tatar Confederation", - "Mongol Ulus", - "Steppe Horde", - "Orda Line", - "Western Ulus", - "Altai Steppe Line", - "Ilkhanate", - "of Hülegü", - "Toluid Line", - "Borjigin Descent", - "Ulus of Iran", - "of Arghun", - "of Ghazan", - "of Öljeitü", - "Court of Tabriz", - "of Abaqa", - "of Baydu", - "of Tekuder", - "of Chupan", - "of Nawrūz", - "Ilkhanid Dynasty", - "Royal Ilkhan Line", - "Borjigin", - "Jochid", - "Chagataid", - "Toluid", - "Ögedeid", - "Ilkhanate", - "Golden Horde", - "Blue Horde", - "White Horde", - "Kipchak", - "Naiman", - "Kereit", - "Merkit", - "Tatar", - "Mongol Ulus", - "Steppe Line", - "Orda Clan", - "Western Ulus", - "Altai Host", - "Irtysh Confederation", - "Eurasian Steppe Union", - "of Batu", - "of Berke", - "of Nogai", - "of Arghun", - "of Ghazan", - "of Hulegu", - "of Chupan", - "of Öljei", - "of Toqta", - "of Uzbeg", - "of Jani Beg", - "of the Black Steppe Wind", - "of the Iron Grass Sea", - "of the Silent Horizon", - "of the Ashen River Fold", - "of the Frost Gallop", - "of the Broken Sky Ridge", - "of the Pale Wind Steppe", - "of the Ember Hoof Plains", - "of the Distant Thunder Steppe", - "of the Hollow Grass Reach", - "of the Nightfall Riders", - "of the White Dust Horizon", - "of the Stone Wind Steppe", - "of the Endless Hoof Sea", - "of the Burning Ridge Plain", - "of the Sky-Torn Valley", - "of the Red Dune March", - "of the Frozen Arrow Steppe", - "of the Shattered Wind Plains", - "of the Golden Ash Horizon", - "of the Wolf Ember Steppe", - "of the Dark River Crossing", - "of the Storm Grass Fold", - "of the Quiet Bone Plains", - "of the Thunderhoof Range" - ] -} \ No newline at end of file + "given_name": [ + "Batu", + "Berke", + "Nogai", + "Sartaq", + "Toqta", + "Uzbeg", + "Jani Beg", + "Küchük", + "Toghril", + "Temür", + "Kublai", + "Arghun", + "Ghazan", + "Ögedei", + "Chagatai", + "Tolui", + "Jochi", + "Subutai", + "Jebe", + "Bayan", + "Bolad", + "Kadan", + "Orda", + "Börte", + "Altan", + "Köchü", + "Töregene", + "Sorghaghtani", + "Khusugtai", + "Qutlugh", + "Hülegü", + "Abagha", + "Arghun", + "Gaykhatu", + "Baydu", + "Ghazan", + "Öljeitü", + "Möngke", + "Abaqa", + "Tekuder", + "Sorghaghtani", + "Doquz", + "Töregene", + "Börte", + "Bolad", + "Taghachar", + "Amir Timur", + "Nawrūz", + "Qutlugh", + "Sutai", + "Bayan", + "Ilchigidei", + "Toghril", + "Kadan", + "Chupan", + "Jushkab", + "Sukunjaq", + "Arslan", + "Yisüder", + "Qarachar", + "Batu", + "Berke", + "Nogai", + "Toqta", + "Uzbeg", + "Jani", + "Kuchuk", + "Toghrul", + "Temur", + "Arghun", + "Ghazan", + "Hulegu", + "Baydu", + "Öljei", + "Chupan", + "Bolad", + "Kadan", + "Orda", + "Bayan", + "Subadai", + "Jebe", + "Kublai", + "Tolui", + "Chagatai", + "Ögedei", + "Möngke", + "Qutlugh", + "Altan", + "Köchü", + "Sarig", + "Böri", + "Temüge", + "Qara", + "Sartu", + "Baraq", + "Yisun", + "Kebek", + "Ilchi", + "Sukhan", + "Arslan", + "Toghan", + "Bektu", + "Qorchi", + "Tengriq", + "Batuqai", + "Temurchi", + "Nogaitar", + "Berukhan", + "Arghatai", + "Qutai", + "Sartuq", + "Bolatai", + "Kuchulai", + "Toghar", + "Jochi", + "Chigatai", + "Batujin", + "Tokurai", + "Bashur", + "Kelmog", + "Zoratai", + "Munqar", + "Tegulan", + "Borukhan", + "Qeltem", + "Arzhanek", + "Sutogai", + "Karmuq", + "Temulak", + "Nogeshu", + "Barzun", + "Qoratai", + "Ulgenar", + "Tarsuk", + "Belmogu", + "Kochiran", + "Yargun", + "Tolmek", + "Sarbatu", + "Kezhur", + "Ormukan", + "Dargal", + "Qesun", + "Bortemai", + "Tulqen", + "Jarmog", + "Khaneru", + "Zarkun", + "Temurok", + "Belyar", + "Qashun", + "Morukai", + "Tegresh", + "Arbatai", + "Sorken", + "Kelzhan", + "Bortuk", + "Yamur", + "Tolgar", + "Kezhan", + "Nurakai", + "Dorgun", + "Shamur", + "Ulzak", + "Barqen", + "Targai", + "Khurmak", + "Zelbor", + "Qunari", + "Ergash", + "Meltur", + "Sargun", + "Tokren", + "Bashkai", + "Orzhan", + "Kelmur", + "Jorakai", + "Ayturan", + "Bashnur", + "Kumrai", + "Toghanur", + "Sarykan", + "Yulduzai", + "Barukan", + "Temirhan", + "Quturai", + "Almashur", + "Nurzan", + "Berkai", + "Kashnur", + "Tarkhanai", + "Zayturan", + "Ormanur", + "Belmuran", + "Qanur", + "Sutaykan", + "Togzhan", + "Torzhan", + "Barkunai", + "Qeltemur", + "Yashkor", + "Temurai", + "Zorkhan", + "Belzhan", + "Arkumur", + "Sargai", + "Tolzhanek", + "Kezmur", + "Nurqor", + "Bashgai", + "Qormun", + "Zeltur", + "Orzhanai", + "Malkorun", + "Tegzhan", + "Khorzai", + "Darmunai" + ], + "tribal_or_house": [ + "Borjigin", + "Jochid", + "Chagataid", + "Toluid", + "Ögedeid", + "Golden Horde", + "Blue Horde", + "White Horde", + "Ulus Jochi", + "Ulus Chagatai", + "Kipchak", + "Keraite", + "Naiman", + "Merkit", + "Tatar Confederation", + "Mongol Ulus", + "Steppe Horde", + "Orda Line", + "Western Ulus", + "Altai Steppe Line", + "Ilkhanate", + "of Hülegü", + "Toluid Line", + "Borjigin Descent", + "Ulus of Iran", + "of Arghun", + "of Ghazan", + "of Öljeitü", + "Court of Tabriz", + "of Abaqa", + "of Baydu", + "of Tekuder", + "of Chupan", + "of Nawrūz", + "Ilkhanid Dynasty", + "Royal Ilkhan Line", + "Borjigin", + "Jochid", + "Chagataid", + "Toluid", + "Ögedeid", + "Ilkhanate", + "Golden Horde", + "Blue Horde", + "White Horde", + "Kipchak", + "Naiman", + "Kereit", + "Merkit", + "Tatar", + "Mongol Ulus", + "Steppe Line", + "Orda Clan", + "Western Ulus", + "Altai Host", + "Irtysh Confederation", + "Eurasian Steppe Union", + "of Batu", + "of Berke", + "of Nogai", + "of Arghun", + "of Ghazan", + "of Hulegu", + "of Chupan", + "of Öljei", + "of Toqta", + "of Uzbeg", + "of Jani Beg", + "of the Black Steppe Wind", + "of the Iron Grass Sea", + "of the Silent Horizon", + "of the Ashen River Fold", + "of the Frost Gallop", + "of the Broken Sky Ridge", + "of the Pale Wind Steppe", + "of the Ember Hoof Plains", + "of the Distant Thunder Steppe", + "of the Hollow Grass Reach", + "of the Nightfall Riders", + "of the White Dust Horizon", + "of the Stone Wind Steppe", + "of the Endless Hoof Sea", + "of the Burning Ridge Plain", + "of the Sky-Torn Valley", + "of the Red Dune March", + "of the Frozen Arrow Steppe", + "of the Shattered Wind Plains", + "of the Golden Ash Horizon", + "of the Wolf Ember Steppe", + "of the Dark River Crossing", + "of the Storm Grass Fold", + "of the Quiet Bone Plains", + "of the Thunderhoof Range" + ] +} diff --git a/datafiles/main/names/ork.json b/datafiles/main/names/ork.json index 9186f3f9b7..127691d69f 100644 --- a/datafiles/main/names/ork.json +++ b/datafiles/main/names/ork.json @@ -41,6 +41,9 @@ "Zog" ] ], + "special": [ + "Robih Killyums" + ], "suffixes": [ [ "arg", @@ -82,8 +85,5 @@ "wort", "zod" ] - ], - "special": [ - "Robih Killyums" ] -} \ No newline at end of file +} diff --git a/datafiles/main/names/ork_ship.json b/datafiles/main/names/ork_ship.json index 4703a0eacf..dee4a10efd 100644 --- a/datafiles/main/names/ork_ship.json +++ b/datafiles/main/names/ork_ship.json @@ -41,4 +41,4 @@ "Deffhed", "Keelsmasha" ] -} \ No newline at end of file +} diff --git a/datafiles/main/names/roman.json b/datafiles/main/names/roman.json index 98045566cf..1358db8eef 100644 --- a/datafiles/main/names/roman.json +++ b/datafiles/main/names/roman.json @@ -1,492 +1,492 @@ { - "praenomen": [ - "Gaius", - "Marcus", - "Lucius", - "Titus", - "Publius", - "Quintus", - "Decimus", - "Aulus", - "Sextus", - "Spurius", - "Tiberius", - "Servius", - "Gnaeus", - "Appius", - "Numerius", - "Vibius", - "Manius", - "Agrippa", - "Postumus", - "Hostus", - "Aelius", - "Annius", - "Appius", - "Caeso", - "Drusus", - "Faustus", - "Gellius", - "Hostius", - "Kaeso", - "Lucius", - "Mamercus", - "Nero", - "Octavius", - "Paullus", - "Quinctius", - "Sertorius", - "Spurius", - "Tullus", - "Vibius", - "Volusus", - "Aruns", - "Lars", - "Velthur", - "Arnth", - "Numa", - "Tanaquil", - "Attius", - "Statius", - "Volesus", - "Fusus", - "Pacius", - "Rufinus", - "Cneius", - "Aulus Minor", - "Hostilianus", - "Vel", - "Octa", - "Mettus", - "Sertorinus", - "Volero", - "Tullus", - "Marcus", - "Lucius", - "Gaius", - "Titus", - "Publius", - "Quintus", - "Decimus", - "Aulus", - "Gnaeus", - "Spurius", - "Tiberius", - "Servius", - "Vibius", - "Manius", - "Numerius", - "Appius", - "Caeso", - "Hostus", - "Volesus", - "Marcus", - "Lucius", - "Gaius", - "Titus", - "Quintus", - "Publius", - "Decimus", - "Aulus", - "Tiberius", - "Servius", - "Gnaeus", - "Spurius", - "Vibius", - "Appius", - "Manius", - "Volusus", - "Numa", - "Faustus", - "Attius", - "Lucius", - "Marcus", - "Gaius", - "Titus", - "Publius", - "Quintus", - "Decimus", - "Aulus", - "Sextus", - "Septimus", - "Octavius", - "Nonus", - "Tiberius", - "Gnaeus", - "Spurius", - "Servius", - "Manius", - "Vibius", - "Appius", - "Kaeso", - "Mamercus", - "Volusus", - "Hostus", - "Postumus", - "Agrippa", - "Drusus", - "Nero", - "Faustus", - "Florus", - "Rufus", - "Celsus", - "Crispus", - "Paullus", - "Maximus", - "Lentulus Minor", - "Marcellus Minor", - "Severinus", - "Aelius Minor", - "Antonius Minor", - "Cassianus", - "Domitianus Minor", - "Fabius Minor", - "Horatius Minor", - "Julius Secundus", - "Valerius Secundus", - "Claudius Secundus", - "Aurelius Secundus", - "Nerva Minor", - "Otho", - "Vitellius", - "Galba", - "Pertinax", - "Macrinus", - "Carus", - "Numerianus", - "Carinus", - "Elagabalus", - "Geta", - "Commodus", - "Lucullanus", - "Metellus", - "Scipio", - "Sulla", - "Pompeius Minor", - "Crassus Minor", - "Cicero Minor", - "Brutus Minor", - "Catulus", - "Varro", - "Serranus", - "Balbinus", - "Piso", - "Silanus", - "Strabo", - "Gallus", - "Africanus", - "Germanicus", - "Britannicus", - "Dacicus", - "Parthicus", - "Arabicus", - "Lucius", - "Marcus", - "Gaius", - "Titus", - "Publius", - "Quintus", - "Decimus", - "Aulus", - "Sextus", - "Septimus", - "Octavius", - "Nonus", - "Tiberius", - "Gnaeus", - "Spurius", - "Servius", - "Manius", - "Vibius", - "Appius", - "Kaeso", - "Mamercus", - "Volusus", - "Hostus", - "Postumus", - "Agrippa", - "Drusus", - "Nero", - "Faustus", - "Florus", - "Rufus", - "Celsus", - "Crispus", - "Paullus", - "Maximus", - "Marcellus", - "Lentulus", - "Silanus", - "Piso", - "Varro", - "Serranus", - "Balbinus", - "Strabo", - "Gallus", - "Catulus", - "Metellus", - "Scaevola", - "Africanus", - "Germanicus", - "Britannicus", - "Dacicus", - "Parthicus", - "Numidianus", - "Achaicus", - "Hispanicus", - "Siculus", - "Macedonicus", - "Aetolus", - "Cilicianus", - "Ponticus", - "Gallicus", - "Syriacus", - "Aegyptiacus", - "Thracius", - "Illyricus", - "Carthaginiensis", - "Etruscus", - "Sabinus", - "Picenus", - "Umber", - "Volscus", - "Samnites", - "Lucanus", - "Bruttianus", - "Campanus", - "Latinus", - "Italicus", - "Romanus", - "Imperialis", - "Augustinus", - "Caesarianus", - "Domitianus", - "Antoninianus", - "Aurelianus", - "Severianus", - "Constantianus", - "Traianus" - ], - "nomen": [ - "Julius", - "Claudius", - "Cornelius", - "Aemilius", - "Fabius", - "Valerius", - "Antonius", - "Domitius", - "Aurelius", - "Licinius", - "Flavius", - "Cassius", - "Livius", - "Marcius", - "Sempronius", - "Pompeius", - "Sulpicius", - "Manlius", - "Octavius", - "Tullius", - "Acilia", - "Aelia", - "Atilia", - "Calpurnia", - "Claudia", - "Domitia", - "Fulvia", - "Gens Julia", - "Horatia", - "Junia", - "Livia", - "Mucia", - "Papiria", - "Plautia", - "Quinctia", - "Sergia", - "Titia", - "Valeria", - "Verginia", - "Veturia", - "Acutia", - "Anicia", - "Arruntia", - "Asinia", - "Caelia", - "Curiatia", - "Furia", - "Hostilia", - "Nautia", - "Numicia", - "Opimia", - "Pedia", - "Pinaria", - "Popillia", - "Rutilia", - "Sestia", - "Tarquinia", - "Vescinia", - "Volcatia", - "Vibidia", - "Cornelius", - "Flavius", - "Valerius", - "Aurelius", - "Fabius", - "Domitius", - "Licinius", - "Sempronius", - "Pompeius", - "Marcius", - "Aemilius", - "Antonius", - "Tullius", - "Sulpicius", - "Manlius", - "Junius", - "Cassius", - "Octavius", - "Aelius", - "Antistius", - "Calpurnius", - "Clodius", - "Furius", - "Horatius", - "Iulius", - "Junius", - "Larcius", - "Lucretius", - "Nautius", - "Oppius", - "Papirius", - "Pinarius", - "Quinctilius", - "Rutilius", - "Sextilius", - "Tarquinius", - "Valerius", - "Veturius", - "Augustus", - "Caesar", - "Flavianus", - "Aurelianus", - "Julianus", - "Antoninus", - "Severianus", - "Domitianus", - "Constantinus", - "Licinianus", - "Theodosianus", - "Valentinianus", - "Maximianus", - "Nervianus", - "Traianus", - "Hadrianus", - "Gallicanus", - "Aelianus", - "Claudianus", - "Domitianus" - ], - "cognomen": [ - "Cicero", - "Scaevola", - "Brutus", - "Maximus", - "Rufus", - "Naso", - "Pulcher", - "Severus", - "Drusus", - "Agricola", - "Celer", - "Flaccus", - "Longinus", - "Strabo", - "Varus", - "Corvus", - "Felix", - "Crassus", - "Salinator", - "Balbus", - "Ahenobarbus", - "Barbatus", - "Crispus", - "Lentulus", - "Merula", - "Nasica", - "Pictor", - "Rullus", - "Sabinus", - "Silanus", - "Stolo", - "Taurus", - "Tranquillus", - "Varro", - "Vestalis", - "Vindex", - "Vopiscus", - "Minor", - "Scipio", - "Balbinus", - "Paetus", - "Pius", - "Justus", - "Fortunatus", - "Proculus", - "Sejanus", - "Gallus", - "Catulus", - "Nepos", - "Macrinus", - "Secundus", - "Tertius", - "Quartus", - "Quintianus", - "Aquilinus", - "Lupus", - "Victorinus", - "Florus", - "Marcellinus", - "Serranus", - "Scutumfracta", - "Ferratus", - "Gladiator", - "Pilatus", - "Hastaefer", - "Aquilifer", - "Primus Pilus", - "Legionarius", - "Centurio", - "Sagittarius", - "Velox", - "Fulgur", - "Torquatus", - "Ignifer", - "Vindex", - "Lupicida", - "Murallus", - "Silentiarius", - "Praetorium", - "Strator", - "Augur", - "Pontifex", - "Flamen", - "Vestalis", - "Sacer", - "Sacerdos", - "Auspicator", - "Haruspex", - "Fidelis", - "Pius", - "Fortis", - "Gravitas", - "Felix", - "Auguratus", - "Sacrator", - "Templarius", - "Votivus", - "Numenarius", - "Laresguard", - "Penatibus" - ] -} \ No newline at end of file + "cognomen": [ + "Cicero", + "Scaevola", + "Brutus", + "Maximus", + "Rufus", + "Naso", + "Pulcher", + "Severus", + "Drusus", + "Agricola", + "Celer", + "Flaccus", + "Longinus", + "Strabo", + "Varus", + "Corvus", + "Felix", + "Crassus", + "Salinator", + "Balbus", + "Ahenobarbus", + "Barbatus", + "Crispus", + "Lentulus", + "Merula", + "Nasica", + "Pictor", + "Rullus", + "Sabinus", + "Silanus", + "Stolo", + "Taurus", + "Tranquillus", + "Varro", + "Vestalis", + "Vindex", + "Vopiscus", + "Minor", + "Scipio", + "Balbinus", + "Paetus", + "Pius", + "Justus", + "Fortunatus", + "Proculus", + "Sejanus", + "Gallus", + "Catulus", + "Nepos", + "Macrinus", + "Secundus", + "Tertius", + "Quartus", + "Quintianus", + "Aquilinus", + "Lupus", + "Victorinus", + "Florus", + "Marcellinus", + "Serranus", + "Scutumfracta", + "Ferratus", + "Gladiator", + "Pilatus", + "Hastaefer", + "Aquilifer", + "Primus Pilus", + "Legionarius", + "Centurio", + "Sagittarius", + "Velox", + "Fulgur", + "Torquatus", + "Ignifer", + "Vindex", + "Lupicida", + "Murallus", + "Silentiarius", + "Praetorium", + "Strator", + "Augur", + "Pontifex", + "Flamen", + "Vestalis", + "Sacer", + "Sacerdos", + "Auspicator", + "Haruspex", + "Fidelis", + "Pius", + "Fortis", + "Gravitas", + "Felix", + "Auguratus", + "Sacrator", + "Templarius", + "Votivus", + "Numenarius", + "Laresguard", + "Penatibus" + ], + "nomen": [ + "Julius", + "Claudius", + "Cornelius", + "Aemilius", + "Fabius", + "Valerius", + "Antonius", + "Domitius", + "Aurelius", + "Licinius", + "Flavius", + "Cassius", + "Livius", + "Marcius", + "Sempronius", + "Pompeius", + "Sulpicius", + "Manlius", + "Octavius", + "Tullius", + "Acilia", + "Aelia", + "Atilia", + "Calpurnia", + "Claudia", + "Domitia", + "Fulvia", + "Gens Julia", + "Horatia", + "Junia", + "Livia", + "Mucia", + "Papiria", + "Plautia", + "Quinctia", + "Sergia", + "Titia", + "Valeria", + "Verginia", + "Veturia", + "Acutia", + "Anicia", + "Arruntia", + "Asinia", + "Caelia", + "Curiatia", + "Furia", + "Hostilia", + "Nautia", + "Numicia", + "Opimia", + "Pedia", + "Pinaria", + "Popillia", + "Rutilia", + "Sestia", + "Tarquinia", + "Vescinia", + "Volcatia", + "Vibidia", + "Cornelius", + "Flavius", + "Valerius", + "Aurelius", + "Fabius", + "Domitius", + "Licinius", + "Sempronius", + "Pompeius", + "Marcius", + "Aemilius", + "Antonius", + "Tullius", + "Sulpicius", + "Manlius", + "Junius", + "Cassius", + "Octavius", + "Aelius", + "Antistius", + "Calpurnius", + "Clodius", + "Furius", + "Horatius", + "Iulius", + "Junius", + "Larcius", + "Lucretius", + "Nautius", + "Oppius", + "Papirius", + "Pinarius", + "Quinctilius", + "Rutilius", + "Sextilius", + "Tarquinius", + "Valerius", + "Veturius", + "Augustus", + "Caesar", + "Flavianus", + "Aurelianus", + "Julianus", + "Antoninus", + "Severianus", + "Domitianus", + "Constantinus", + "Licinianus", + "Theodosianus", + "Valentinianus", + "Maximianus", + "Nervianus", + "Traianus", + "Hadrianus", + "Gallicanus", + "Aelianus", + "Claudianus", + "Domitianus" + ], + "praenomen": [ + "Gaius", + "Marcus", + "Lucius", + "Titus", + "Publius", + "Quintus", + "Decimus", + "Aulus", + "Sextus", + "Spurius", + "Tiberius", + "Servius", + "Gnaeus", + "Appius", + "Numerius", + "Vibius", + "Manius", + "Agrippa", + "Postumus", + "Hostus", + "Aelius", + "Annius", + "Appius", + "Caeso", + "Drusus", + "Faustus", + "Gellius", + "Hostius", + "Kaeso", + "Lucius", + "Mamercus", + "Nero", + "Octavius", + "Paullus", + "Quinctius", + "Sertorius", + "Spurius", + "Tullus", + "Vibius", + "Volusus", + "Aruns", + "Lars", + "Velthur", + "Arnth", + "Numa", + "Tanaquil", + "Attius", + "Statius", + "Volesus", + "Fusus", + "Pacius", + "Rufinus", + "Cneius", + "Aulus Minor", + "Hostilianus", + "Vel", + "Octa", + "Mettus", + "Sertorinus", + "Volero", + "Tullus", + "Marcus", + "Lucius", + "Gaius", + "Titus", + "Publius", + "Quintus", + "Decimus", + "Aulus", + "Gnaeus", + "Spurius", + "Tiberius", + "Servius", + "Vibius", + "Manius", + "Numerius", + "Appius", + "Caeso", + "Hostus", + "Volesus", + "Marcus", + "Lucius", + "Gaius", + "Titus", + "Quintus", + "Publius", + "Decimus", + "Aulus", + "Tiberius", + "Servius", + "Gnaeus", + "Spurius", + "Vibius", + "Appius", + "Manius", + "Volusus", + "Numa", + "Faustus", + "Attius", + "Lucius", + "Marcus", + "Gaius", + "Titus", + "Publius", + "Quintus", + "Decimus", + "Aulus", + "Sextus", + "Septimus", + "Octavius", + "Nonus", + "Tiberius", + "Gnaeus", + "Spurius", + "Servius", + "Manius", + "Vibius", + "Appius", + "Kaeso", + "Mamercus", + "Volusus", + "Hostus", + "Postumus", + "Agrippa", + "Drusus", + "Nero", + "Faustus", + "Florus", + "Rufus", + "Celsus", + "Crispus", + "Paullus", + "Maximus", + "Lentulus Minor", + "Marcellus Minor", + "Severinus", + "Aelius Minor", + "Antonius Minor", + "Cassianus", + "Domitianus Minor", + "Fabius Minor", + "Horatius Minor", + "Julius Secundus", + "Valerius Secundus", + "Claudius Secundus", + "Aurelius Secundus", + "Nerva Minor", + "Otho", + "Vitellius", + "Galba", + "Pertinax", + "Macrinus", + "Carus", + "Numerianus", + "Carinus", + "Elagabalus", + "Geta", + "Commodus", + "Lucullanus", + "Metellus", + "Scipio", + "Sulla", + "Pompeius Minor", + "Crassus Minor", + "Cicero Minor", + "Brutus Minor", + "Catulus", + "Varro", + "Serranus", + "Balbinus", + "Piso", + "Silanus", + "Strabo", + "Gallus", + "Africanus", + "Germanicus", + "Britannicus", + "Dacicus", + "Parthicus", + "Arabicus", + "Lucius", + "Marcus", + "Gaius", + "Titus", + "Publius", + "Quintus", + "Decimus", + "Aulus", + "Sextus", + "Septimus", + "Octavius", + "Nonus", + "Tiberius", + "Gnaeus", + "Spurius", + "Servius", + "Manius", + "Vibius", + "Appius", + "Kaeso", + "Mamercus", + "Volusus", + "Hostus", + "Postumus", + "Agrippa", + "Drusus", + "Nero", + "Faustus", + "Florus", + "Rufus", + "Celsus", + "Crispus", + "Paullus", + "Maximus", + "Marcellus", + "Lentulus", + "Silanus", + "Piso", + "Varro", + "Serranus", + "Balbinus", + "Strabo", + "Gallus", + "Catulus", + "Metellus", + "Scaevola", + "Africanus", + "Germanicus", + "Britannicus", + "Dacicus", + "Parthicus", + "Numidianus", + "Achaicus", + "Hispanicus", + "Siculus", + "Macedonicus", + "Aetolus", + "Cilicianus", + "Ponticus", + "Gallicus", + "Syriacus", + "Aegyptiacus", + "Thracius", + "Illyricus", + "Carthaginiensis", + "Etruscus", + "Sabinus", + "Picenus", + "Umber", + "Volscus", + "Samnites", + "Lucanus", + "Bruttianus", + "Campanus", + "Latinus", + "Italicus", + "Romanus", + "Imperialis", + "Augustinus", + "Caesarianus", + "Domitianus", + "Antoninianus", + "Aurelianus", + "Severianus", + "Constantianus", + "Traianus" + ] +} diff --git a/datafiles/main/names/sector.json b/datafiles/main/names/sector.json index a8eb6a92c9..976060cd9b 100644 --- a/datafiles/main/names/sector.json +++ b/datafiles/main/names/sector.json @@ -1,54 +1,54 @@ { - "names": [ - "Revati", - "Kantha", - "Dasha", - "Tuske", - "Retucyku", - "Rohini", - "Vano", - "Goauldi", - "Mali", - "Magdha", - "Mari", - "Taloo", - "Sextanis", - "Lani", - "Pazuzu", - "Shi Xiu", - "Lyrae", - "Cephei", - "Sutekh", - "Revati", - "Hingi", - "Botha", - "Hadad", - "Batab", - "Gondul", - "Hozo", - "Eurybia", - "Nocia", - "Gilgamesh", - "Adonis", - "Troni", - "Hupa", - "Hel", - "Kdori", - "Sagittae", - "Cassiopeiae", - "Yi-Di", - "Neith", - "Uruk", - "Voido", - "Ceti", - "Scorpii", - "Moryko", - "Ungoliant", - "Andromedae", - "Bellak", - "Vargrim", - "Thirgan", - "Balauk", - "Kalderak" - ] -} \ No newline at end of file + "names": [ + "Revati", + "Kantha", + "Dasha", + "Tuske", + "Retucyku", + "Rohini", + "Vano", + "Goauldi", + "Mali", + "Magdha", + "Mari", + "Taloo", + "Sextanis", + "Lani", + "Pazuzu", + "Shi Xiu", + "Lyrae", + "Cephei", + "Sutekh", + "Revati", + "Hingi", + "Botha", + "Hadad", + "Batab", + "Gondul", + "Hozo", + "Eurybia", + "Nocia", + "Gilgamesh", + "Adonis", + "Troni", + "Hupa", + "Hel", + "Kdori", + "Sagittae", + "Cassiopeiae", + "Yi-Di", + "Neith", + "Uruk", + "Voido", + "Ceti", + "Scorpii", + "Moryko", + "Ungoliant", + "Andromedae", + "Bellak", + "Vargrim", + "Thirgan", + "Balauk", + "Kalderak" + ] +} diff --git a/datafiles/main/names/space_marine.json b/datafiles/main/names/space_marine.json index cdf2317989..3a7de03a5b 100644 --- a/datafiles/main/names/space_marine.json +++ b/datafiles/main/names/space_marine.json @@ -2092,5 +2092,5 @@ "Byzantine", "Mordred", "Ulf" - ], -} \ No newline at end of file + ] +} diff --git a/datafiles/main/names/star.json b/datafiles/main/names/star.json index 64fd67445b..145aa0c7dc 100644 --- a/datafiles/main/names/star.json +++ b/datafiles/main/names/star.json @@ -1,565 +1,565 @@ { - "names": [ - "Accatran", - "Acteron", - "Addolorata", - "Adolphian", - "Aeschylrai", - "Agathon", - "Airephal", - "Alaric", - "Albion", - "Alteraan", - "Amedeo", - "Amerigo", - "Ammonai", - "Amon", - "Anark Zeta", - "Ancreon", - "Ando", - "Angelus", - "Anphelion", - "Anticanis", - "Antioch", - "Anvilus", - "Ao-Chin", - "Apollonia", - "Aquasulis", - "Arkhamis", - "Armatura", - "Arradin", - "Artaxerxes", - "Asherah", - "Astrakhan", - "Atar-Median", - "Atep", - "Athelaq", - "Atlanta", - "Atlas", - "Atopiana", - "Au'taal", - "Avalon", - "Avitohol", - "Azeroth", - "Azghrax", - "Badab", - "Balanor", - "Balecaster", - "Barathred", - "Barbarus", - "Barvaria", - "Batoria", - "Baxu", - "Belacane", - "Belahaam", - "Belden", - "Belisimar", - "Bella", - "Bellephon", - "Beroghast", - "Betechton", - "Betelgeuse", - "Biik", - "Black Creek", - "Blasted Heath", - "Bodt", - "Bojana", - "Bolanion", - "Boneyard", - "Bongistan", - "Boonhaven", - "Borealum", - "Borisia", - "Borsis", - "Botmur", - "Boucherin", - "Brabastis", - "Brassica", - "Bretonia", - "Bucephalon", - "Cabulis", - "Califor", - "Callistus", - "Canemara", - "Canis Canem", - "Canukistan", - "Canum", - "Capilene", - "Carinae", - "Carshim", - "Carthage", - "Castellax", - "Cathox", - "Cegorachi", - "Cerastus", - "Ceti", - "Chaeros", - "Chanicia", - "Chemos", - "Chimaera", - "Chinchare", - "Chorta", - "Circe", - "Climaxus", - "Cociaminus", - "Constantinopolis", - "Contqual", - "Corinthe", - "Coriolanthe", - "Corkanium", - "Corrinos", - "Corvi", - "Creedia", - "Crematis", - "Crucis", - "Cytheria", - "Dagobah", - "Dagon", - "Damnos", - "Davin", - "Dead Cell", - "Delphini", - "Deneb", - "Denova", - "Desperation", - "Deus", - "Devilus", - "Diherim", - "Dimmamak", - "Dirge", - "Dolsene", - "Doranno", - "Dornari", - "Dornus Noangulus", - "Draconis", - "Drathorian", - "Dreadhaven", - "Dregeddon", - "Drisinta", - "Dymphna", - "Dynathi", - "Edelweiss", - "Elyon", - "Enceladus", - "Endiku", - "Endymion", - "Eorcshia", - "Ephrath", - "Erasmus", - "Eskarne", - "Espandor", - "Euphrate", - "Fargotia", - "Fastoon", - "Felcarn", - "Felisian", - "Fergax", - "Fistiox", - "Flint", - "Fornax", - "Forrax", - "Forsarr", - "Frankonia", - "Frengold", - "Freya", - "Gaima", - "Galathamar", - "Gangrenous Rot", - "Ganymethia", - "Gardinaal", - "Garevo", - "Gehenna", - "Gelmito", - "Ghenna", - "Ghis", - "Ghorstangrad", - "Ghourra", - "Gone", - "Gonj Mik", - "Gorgonia", - "Gorro", - "Gotenland", - "Graia", - "Grave", - "Grenada", - "Groznyj Grad", - "Guderian", - "Gyratio", - "Haboga", - "Hadriath", - "Haeraphya", - "Hagia", - "Haletho", - "Haliphax", - "Hamilcar", - "Hammerfront", - "Hammeront", - "Haringvleet", - "Hasta", - "Hataria", - "Heilog's Star", - "Helen", - "Hellsiris", - "Heloeum", - "Hemera", - "Herodor", - "Heskeloth", - "Hexxo", - "Hollonan", - "Honourum", - "Hordi", - "Huldwynia", - "Husania", - "Hydraphur", - "Hynnes", - "Hyperion", - "Hypnoth", - "Iapetus", - "Ichar", - "Ilbira", - "Illan", - "Iman", - "Impetus", - "Incaladion", - "Incaldion", - "Incanda", - "Indra-sul", - "Intarme", - "Inuit", - "Iocanthus", - "Iolac", - "Ironholm", - "Isstvan", - "Istanpulia", - "Jaego", - "Jagga", - "Jerulas", - "Jhanna", - "Jjojos", - "Jomungandr", - "Josian", - "Jotunheim", - "Jubal", - "Judean", - "Jursa", - "K'phra", - "Kaelas", - "Kallas", - "Kartheope", - "Kastorel", - "Kerondys", - "Khardeph", - "Khorinis", - "Kim Jong", - "Klimt", - "Knowhere", - "Kolossi", - "Konor", - "Korabaellan", - "Koralkal", - "Korolis", - "Koros", - "Korvaran", - "Kraeg", - "Krastellan", - "Kronos", - "Krumpville", - "Ksatella", - "Kuhrwax", - "Kup Teraz", - "Kurimizon", - "Laconia", - "Lalam", - "Landersund", - "Laurentix", - "Leporis", - "Lesser Mantelius", - "Leto", - "Libertania", - "Lohab", - "Loikik", - "Loki", - "Lordran", - "Lorvarian", - "Lowam", - "Lunaphage", - "Lustania", - "Luxor", - "Lycaeum", - "Lycosidae", - "Lyncis", - "Lysades", - "Lytir", - "Lyubov", - "M'khan", - "M'khand", - "Macharia", - "Maesa", - "Magdelene", - "Magdellan", - "Maghda", - "Mahr'douk", - "Majorial", - "Malodrax", - "Mandragoran", - "Manticore", - "Mard", - "Masali", - "Mathog", - "Mattiax", - "Mehitabel", - "Memlok", - "Menazoid", - "Menopetra", - "Menthu", - "Metalica", - "Minerva", - "Minisotira", - "Miral", - "Modgud", - "Molech", - "Moloch", - "Mordan", - "Mordax", - "Mordax Prime", - "Mordian", - "Moritia Prime", - "Morphua", - "Morrowynd", - "Mortant", - "Mortarius", - "Muoskaerl", - "Muric", - "Murom", - "Naeraea", - "Naogeddon", - "Natsigan", - "Nefalia", - "Neverlight", - "New Aiur", - "New Carthage", - "New Petrostock", - "New Stalinvast", - "New Tanith", - "New Tarant", - "New Thasia", - "New Varsavus", - "New Veracia", - "Nexaris", - "Nicaea", - "Nidus Diptera", - "Niflheim", - "Nihilas", - "Nirn", - "Noctae", - "Nostramo", - "Nova Terra", - "Nuceria", - "Obermid", - "Obsidia", - "Ogrolla", - "Olympia", - "Onian", - "Optera", - "Oranos", - "Orax", - "Orestes", - "Ornsworld", - "Orwell", - "Ostrola", - "Outer Heaven", - "Oynyena", - "Pachuco", - "Pandora", - "Pandorax", - "Pannonia", - "Paramar", - "Parthenope", - "Pavonis", - "Pearia", - "Penumbra", - "Peripheris", - "Persya", - "Perun", - "Pervigilium", - "Petrostock", - "Phall", - "Pintax", - "Piscium", - "Pixor", - "Pocki", - "Polmuss", - "Polonus", - "Pontus", - "Portenus", - "Praste", - "Presarius", - "Primordial Frost", - "Protasia", - "Protheus", - "Providence", - "Pugio", - "Purgatrex", - "Pythos", - "Qetesh", - "Quaddis", - "Quarth", - "Quintaine", - "Quintarn", - "Quintox", - "Quintus Superior", - "Radnar", - "Raeden", - "Raiken", - "Red Reach", - "Regina", - "Reno", - "Resheph", - "Retsam Retpahc", - "Roma", - "Rosangela", - "Roserias", - "Rostern", - "Rovno", - "Rybiern", - "Sabatine", - "Sabbatorus", - "Sapiencia", - "Sarcosa", - "Sarum", - "Scarric", - "Scarus", - "Schindelgheist", - "Scorched Citadel", - "Seadelant", - "Selene", - "Serenity", - "Sextanis", - "Shadow Hearth", - "Shadrac", - "Sheol", - "Sigilare", - "Signus Prime", - "Sinophia", - "Siriua", - "Skgorria", - "Skonii", - "Skuse", - "Skyren", - "Soachton", - "Sodden Hollow", - "Solania", - "Solitude", - "Solstice", - "Solveig", - "Somonor", - "Sondheim", - "Sotha", - "Stalinvast", - "Starrym", - "Stryken", - "Stygia", - "Stygies", - "Sulis", - "Summaminus", - "Suphera", - "Taliscant", - "Tallarax", - "Tanhaus", - "Tarant", - "Taros", - "Tartarus", - "Tarturga", - "Tatarstia", - "Telenor", - "Tephaine", - "Terak", - "Thanatar", - "Thandros", - "Thasia", - "Thea", - "Theboze", - "Theodorichshaven", - "Tiamat", - "Tibrias", - "Tilfis", - "Tintangiel", - "Toledo", - "Tolkhan", - "Treconandal", - "Tungusta", - "Tunusk", - "Turanshush", - "Tuskus", - "Tycor", - "Tyrannis", - "Ulfa", - "Ullanor", - "Ullatarin", - "Urdesh", - "Uristes", - "Urmox", - "Urphir", - "Ursidhe-Ka", - "Urslavik", - "Vaelis", - "Vagorn", - "Vall Major", - "Valyria", - "Vandiria", - "Vardenfeld", - "Varestus", - "Varsavus", - "Vasalius", - "Vaxhallia", - "Velden", - "Veles", - "Venady", - "Venator", - "Veneria", - "Veracia", - "Verghast", - "Vergilian", - "Veritas", - "Vespae", - "Vidi", - "Vieglehaven", - "Vigilatum", - "Vilhadran", - "Viridios", - "Volistad", - "Voltantis", - "Voltemand", - "Voltoris", - "Vordrast", - "Vostroya", - "Vraks", - "Vyndyalii", - "Wardian", - "Whitefall", - "Woden", - "Xagem", - "Xatill", - "Xi-He", - "Xu Xiu", - "Yaogeddon", - "Yavin", - "Yaymar", - "Ygetheddon", - "Yhette", - "Yithic", - "Ymgarl", - "Yoggoth", - "Yogneek", - "Zalia", - "Zaphonia", - "Zaporozhye", - "Zathatethus", - "Zeist", - "Zentra", - "Zindleschlitz", - "Zinerra", - "Zorastra", - "Zuerlais" - ] -} \ No newline at end of file + "names": [ + "Accatran", + "Acteron", + "Addolorata", + "Adolphian", + "Aeschylrai", + "Agathon", + "Airephal", + "Alaric", + "Albion", + "Alteraan", + "Amedeo", + "Amerigo", + "Ammonai", + "Amon", + "Anark Zeta", + "Ancreon", + "Ando", + "Angelus", + "Anphelion", + "Anticanis", + "Antioch", + "Anvilus", + "Ao-Chin", + "Apollonia", + "Aquasulis", + "Arkhamis", + "Armatura", + "Arradin", + "Artaxerxes", + "Asherah", + "Astrakhan", + "Atar-Median", + "Atep", + "Athelaq", + "Atlanta", + "Atlas", + "Atopiana", + "Au'taal", + "Avalon", + "Avitohol", + "Azeroth", + "Azghrax", + "Badab", + "Balanor", + "Balecaster", + "Barathred", + "Barbarus", + "Barvaria", + "Batoria", + "Baxu", + "Belacane", + "Belahaam", + "Belden", + "Belisimar", + "Bella", + "Bellephon", + "Beroghast", + "Betechton", + "Betelgeuse", + "Biik", + "Black Creek", + "Blasted Heath", + "Bodt", + "Bojana", + "Bolanion", + "Boneyard", + "Bongistan", + "Boonhaven", + "Borealum", + "Borisia", + "Borsis", + "Botmur", + "Boucherin", + "Brabastis", + "Brassica", + "Bretonia", + "Bucephalon", + "Cabulis", + "Califor", + "Callistus", + "Canemara", + "Canis Canem", + "Canukistan", + "Canum", + "Capilene", + "Carinae", + "Carshim", + "Carthage", + "Castellax", + "Cathox", + "Cegorachi", + "Cerastus", + "Ceti", + "Chaeros", + "Chanicia", + "Chemos", + "Chimaera", + "Chinchare", + "Chorta", + "Circe", + "Climaxus", + "Cociaminus", + "Constantinopolis", + "Contqual", + "Corinthe", + "Coriolanthe", + "Corkanium", + "Corrinos", + "Corvi", + "Creedia", + "Crematis", + "Crucis", + "Cytheria", + "Dagobah", + "Dagon", + "Damnos", + "Davin", + "Dead Cell", + "Delphini", + "Deneb", + "Denova", + "Desperation", + "Deus", + "Devilus", + "Diherim", + "Dimmamak", + "Dirge", + "Dolsene", + "Doranno", + "Dornari", + "Dornus Noangulus", + "Draconis", + "Drathorian", + "Dreadhaven", + "Dregeddon", + "Drisinta", + "Dymphna", + "Dynathi", + "Edelweiss", + "Elyon", + "Enceladus", + "Endiku", + "Endymion", + "Eorcshia", + "Ephrath", + "Erasmus", + "Eskarne", + "Espandor", + "Euphrate", + "Fargotia", + "Fastoon", + "Felcarn", + "Felisian", + "Fergax", + "Fistiox", + "Flint", + "Fornax", + "Forrax", + "Forsarr", + "Frankonia", + "Frengold", + "Freya", + "Gaima", + "Galathamar", + "Gangrenous Rot", + "Ganymethia", + "Gardinaal", + "Garevo", + "Gehenna", + "Gelmito", + "Ghenna", + "Ghis", + "Ghorstangrad", + "Ghourra", + "Gone", + "Gonj Mik", + "Gorgonia", + "Gorro", + "Gotenland", + "Graia", + "Grave", + "Grenada", + "Groznyj Grad", + "Guderian", + "Gyratio", + "Haboga", + "Hadriath", + "Haeraphya", + "Hagia", + "Haletho", + "Haliphax", + "Hamilcar", + "Hammerfront", + "Hammeront", + "Haringvleet", + "Hasta", + "Hataria", + "Heilog's Star", + "Helen", + "Hellsiris", + "Heloeum", + "Hemera", + "Herodor", + "Heskeloth", + "Hexxo", + "Hollonan", + "Honourum", + "Hordi", + "Huldwynia", + "Husania", + "Hydraphur", + "Hynnes", + "Hyperion", + "Hypnoth", + "Iapetus", + "Ichar", + "Ilbira", + "Illan", + "Iman", + "Impetus", + "Incaladion", + "Incaldion", + "Incanda", + "Indra-sul", + "Intarme", + "Inuit", + "Iocanthus", + "Iolac", + "Ironholm", + "Isstvan", + "Istanpulia", + "Jaego", + "Jagga", + "Jerulas", + "Jhanna", + "Jjojos", + "Jomungandr", + "Josian", + "Jotunheim", + "Jubal", + "Judean", + "Jursa", + "K'phra", + "Kaelas", + "Kallas", + "Kartheope", + "Kastorel", + "Kerondys", + "Khardeph", + "Khorinis", + "Kim Jong", + "Klimt", + "Knowhere", + "Kolossi", + "Konor", + "Korabaellan", + "Koralkal", + "Korolis", + "Koros", + "Korvaran", + "Kraeg", + "Krastellan", + "Kronos", + "Krumpville", + "Ksatella", + "Kuhrwax", + "Kup Teraz", + "Kurimizon", + "Laconia", + "Lalam", + "Landersund", + "Laurentix", + "Leporis", + "Lesser Mantelius", + "Leto", + "Libertania", + "Lohab", + "Loikik", + "Loki", + "Lordran", + "Lorvarian", + "Lowam", + "Lunaphage", + "Lustania", + "Luxor", + "Lycaeum", + "Lycosidae", + "Lyncis", + "Lysades", + "Lytir", + "Lyubov", + "M'khan", + "M'khand", + "Macharia", + "Maesa", + "Magdelene", + "Magdellan", + "Maghda", + "Mahr'douk", + "Majorial", + "Malodrax", + "Mandragoran", + "Manticore", + "Mard", + "Masali", + "Mathog", + "Mattiax", + "Mehitabel", + "Memlok", + "Menazoid", + "Menopetra", + "Menthu", + "Metalica", + "Minerva", + "Minisotira", + "Miral", + "Modgud", + "Molech", + "Moloch", + "Mordan", + "Mordax", + "Mordax Prime", + "Mordian", + "Moritia Prime", + "Morphua", + "Morrowynd", + "Mortant", + "Mortarius", + "Muoskaerl", + "Muric", + "Murom", + "Naeraea", + "Naogeddon", + "Natsigan", + "Nefalia", + "Neverlight", + "New Aiur", + "New Carthage", + "New Petrostock", + "New Stalinvast", + "New Tanith", + "New Tarant", + "New Thasia", + "New Varsavus", + "New Veracia", + "Nexaris", + "Nicaea", + "Nidus Diptera", + "Niflheim", + "Nihilas", + "Nirn", + "Noctae", + "Nostramo", + "Nova Terra", + "Nuceria", + "Obermid", + "Obsidia", + "Ogrolla", + "Olympia", + "Onian", + "Optera", + "Oranos", + "Orax", + "Orestes", + "Ornsworld", + "Orwell", + "Ostrola", + "Outer Heaven", + "Oynyena", + "Pachuco", + "Pandora", + "Pandorax", + "Pannonia", + "Paramar", + "Parthenope", + "Pavonis", + "Pearia", + "Penumbra", + "Peripheris", + "Persya", + "Perun", + "Pervigilium", + "Petrostock", + "Phall", + "Pintax", + "Piscium", + "Pixor", + "Pocki", + "Polmuss", + "Polonus", + "Pontus", + "Portenus", + "Praste", + "Presarius", + "Primordial Frost", + "Protasia", + "Protheus", + "Providence", + "Pugio", + "Purgatrex", + "Pythos", + "Qetesh", + "Quaddis", + "Quarth", + "Quintaine", + "Quintarn", + "Quintox", + "Quintus Superior", + "Radnar", + "Raeden", + "Raiken", + "Red Reach", + "Regina", + "Reno", + "Resheph", + "Retsam Retpahc", + "Roma", + "Rosangela", + "Roserias", + "Rostern", + "Rovno", + "Rybiern", + "Sabatine", + "Sabbatorus", + "Sapiencia", + "Sarcosa", + "Sarum", + "Scarric", + "Scarus", + "Schindelgheist", + "Scorched Citadel", + "Seadelant", + "Selene", + "Serenity", + "Sextanis", + "Shadow Hearth", + "Shadrac", + "Sheol", + "Sigilare", + "Signus Prime", + "Sinophia", + "Siriua", + "Skgorria", + "Skonii", + "Skuse", + "Skyren", + "Soachton", + "Sodden Hollow", + "Solania", + "Solitude", + "Solstice", + "Solveig", + "Somonor", + "Sondheim", + "Sotha", + "Stalinvast", + "Starrym", + "Stryken", + "Stygia", + "Stygies", + "Sulis", + "Summaminus", + "Suphera", + "Taliscant", + "Tallarax", + "Tanhaus", + "Tarant", + "Taros", + "Tartarus", + "Tarturga", + "Tatarstia", + "Telenor", + "Tephaine", + "Terak", + "Thanatar", + "Thandros", + "Thasia", + "Thea", + "Theboze", + "Theodorichshaven", + "Tiamat", + "Tibrias", + "Tilfis", + "Tintangiel", + "Toledo", + "Tolkhan", + "Treconandal", + "Tungusta", + "Tunusk", + "Turanshush", + "Tuskus", + "Tycor", + "Tyrannis", + "Ulfa", + "Ullanor", + "Ullatarin", + "Urdesh", + "Uristes", + "Urmox", + "Urphir", + "Ursidhe-Ka", + "Urslavik", + "Vaelis", + "Vagorn", + "Vall Major", + "Valyria", + "Vandiria", + "Vardenfeld", + "Varestus", + "Varsavus", + "Vasalius", + "Vaxhallia", + "Velden", + "Veles", + "Venady", + "Venator", + "Veneria", + "Veracia", + "Verghast", + "Vergilian", + "Veritas", + "Vespae", + "Vidi", + "Vieglehaven", + "Vigilatum", + "Vilhadran", + "Viridios", + "Volistad", + "Voltantis", + "Voltemand", + "Voltoris", + "Vordrast", + "Vostroya", + "Vraks", + "Vyndyalii", + "Wardian", + "Whitefall", + "Woden", + "Xagem", + "Xatill", + "Xi-He", + "Xu Xiu", + "Yaogeddon", + "Yavin", + "Yaymar", + "Ygetheddon", + "Yhette", + "Yithic", + "Ymgarl", + "Yoggoth", + "Yogneek", + "Zalia", + "Zaphonia", + "Zaporozhye", + "Zathatethus", + "Zeist", + "Zentra", + "Zindleschlitz", + "Zinerra", + "Zorastra", + "Zuerlais" + ] +} diff --git a/datafiles/main/names/tau.json b/datafiles/main/names/tau.json index e048eb4f3b..3aa5c09aea 100644 --- a/datafiles/main/names/tau.json +++ b/datafiles/main/names/tau.json @@ -19,4 +19,4 @@ "Ukos" ] ] -} \ No newline at end of file +} diff --git a/datafiles/main/role_markings/load_sets.json b/datafiles/main/role_markings/load_sets.json index d91c2d5bf7..a21c19ec24 100644 --- a/datafiles/main/role_markings/load_sets.json +++ b/datafiles/main/role_markings/load_sets.json @@ -1,3 +1,3 @@ [ - "tactical" -] \ No newline at end of file + "tactical" +] diff --git a/datafiles/main/squads/base_squads.json b/datafiles/main/squads/base_squads.json index 7163ec86e5..6563545f87 100644 --- a/datafiles/main/squads/base_squads.json +++ b/datafiles/main/squads/base_squads.json @@ -1,475 +1,747 @@ { - "command_squad": { - "Captain": { - "max": 1, - "min": 1 - }, - "Champion": { - "max": 1, - "min": 0, - "role": "Company Champion" - }, - "Apothecary": { - "max": 1, - "min": 0, - "role": "Company Apothecary" - }, - "Chaplain": { - "max": 1, - "min": 0, - "role": "Company Chaplain" - }, - "Ancient": { - "max": 1, - "min": 1, - "role": "Company Ancient" - }, - "Veteran": { - "max": 5, - "min": 0, - "role": "Company Veteran", - "loadout": { - "required": { - "wep1": ["", 0], - "wep2": ["Combat Knife", "max"] + "assault_squad": { + "Assault": { + "loadout": { + "option": { + "wep1": [ + [ + [ + "Eviscerator" + ], + 2, + { + "wep2": "" + } + ] + ], + "wep2": [ + [ + [ + "Flamer", + "Flamer", + "Flamer", + "Plasma Pistol" + ], + 2 + ] + ] + }, + "required": { + "wep1": [ + "wep1[10]", + 5 + ], + "wep2": [ + "wep2[10]", + 5 + ] + } + }, + "max": 9, + "min": 4 }, - "option": { - "wep1": [ - ["{WEAPON_LIST_RANGED_VETERAN}", 5] - ] - } - } - }, - "Techmarine": { - "max": 2, - "min": 0, - "role": "Company Techmarine" - }, - "Librarian": { - "max": 1, - "min": 0, - "role": "Company Librarian" - }, - "type_data": { - "display_data": "Command {squad_name}", - "formation_options": [ - "command", - "terminator", - "veteran", - "assault", - "devastator", - "scout", - "tactical" - ], - "base" : "command" - } - }, - - "terminator_squad": { - "Veteran Sergeant": { - "max": 1, - "min": 1, - "role": "Terminator Sergeant", - "loadout": { - "required": { - "wep1": ["", 0], - "wep2": ["", 0] + "Sergeant": { + "loadout": { + "option": { + "wep1": [ + [ + "{WEAPON_LIST_RANGED_PISTOLS}", + 1 + ] + ], + "wep2": [ + [ + "{WEAPON_LIST_MELEE_1H}", + 1 + ] + ] + }, + "required": { + "gear": [ + "Combat Shield", + 1 + ], + "wep1": [ + "", + 0 + ], + "wep2": [ + "", + 0 + ] + } + }, + "max": 1, + "min": 1, + "role": "Assault Sergeant" }, - "option": { - "wep1": [ - [["Power Fist", "Chainfist"], 1] - ], - "wep2": [ - ["{WEAPON_LIST_RANGED_COMBI}", 1] - ] + "type_data": { + "base": "assault", + "display_data": "Assault {squad_name}", + "formation_options": [ + "assault", + "tactical", + "devastator", + "scout" + ] } - } }, - "Terminator": { - "max": 4, - "min": 2, - "loadout": { - "required": { - "wep1": ["", 0], - "wep2": ["", 0] + "bike_squad": { + "Assault": { + "loadout": { + "required": { + "mobi": [ + "Bike", + "max" + ], + "wep1": [ + "", + "max" + ], + "wep2": [ + "Chainsword", + "max" + ] + } + }, + "max": 9, + "min": 4, + "role": "Biker" }, - "option": { - "wep1": [ - [["Power Fist", "Chainfist"], 4] - ], - "wep2": [ - ["{WEAPON_LIST_RANGED_COMBI}", 3], - ["{WEAPON_LIST_RANGED_HEAVY_TERMINATOR}", 1] - ] - } - } - }, - "type_data": { - "display_data": "Terminator {squad_name}", - "formation_options": [ - "terminator", - "veteran", - "assault", - "devastator", - "scout", - "tactical" - ], - "base" : "terminator" - } - }, - - "terminator_assault_squad": { - "Veteran Sergeant": { - "max": 1, - "min": 1, - "role": "Assault Terminator Sergeant", - "loadout": { - "required": { - "wep1": ["Thunder Hammer", 1], - "wep2": ["Storm Shield", 1] - } - } - }, - "Terminator": { - "max": 4, - "min": 2, - "role": "Assault Terminator", - "loadout": { - "required": { - "wep1": ["Thunder Hammer", 1], - "wep2": ["Storm Shield", 1] + "Sergeant": { + "loadout": { + "required": { + "mobi": [ + "Bike", + 1 + ], + "wep1": [ + "", + "max" + ], + "wep2": [ + "Chainsword", + "max" + ] + } + }, + "max": 1, + "min": 1, + "role": "Biker Sergeant" }, - "option": { - "wep1": [ - [["Lightning Claw"], 3, { "wep2": "Lightning Claw" }] - ] + "type_data": { + "class": [ + "bike" + ], + "display_data": "Bike {squad_name}", + "formation_options": [ + "assault", + "tactical" + ] } - } }, - "type_data": { - "display_data": "Terminator Assault {squad_name}", - "formation_options": [ - "terminator", - "veteran", - "assault", - "devastator", - "scout", - "tactical" - ], - "base" : "terminator" - } - }, - - "veteran_squad": { - "Veteran Sergeant": { - "max": 1, - "min": 1, - "role": "Veteran Sergeant", - "loadout": { - "required": { - "wep1": ["", 0], - "wep2": ["Combat Knife", "max"] + "breacher_squad": { + "Sergeant": { + "loadout": { + "option": { + "wep1": [ + [ + "{WEAPON_LIST_RANGED_COMBI}", + 1 + ] + ] + }, + "required": { + "armour": [ + "MK3 Iron Armour", + "max" + ], + "gear": [ + "Plasma Bomb", + "max" + ], + "mobi": [ + "", + "max" + ], + "wep2": [ + "Boarding Shield", + "max" + ] + } + }, + "max": 1, + "min": 1, + "role": "Breacher Sergeant" }, - "option": { - "wep1": [ - ["{WEAPON_LIST_RANGED_VETERAN}", 1] - ] - } - } - }, - "Veteran": { - "max": 9, - "min": 4, - "role": "Veteran", - "loadout": { - "required": { - "wep1": ["", 0], - "wep2": ["Combat Knife", "max"] + "Tactical": { + "loadout": { + "option": { + "wep1": [ + [ + [ + "Flamer", + "Flamer", + "Flamer", + "Grav-Gun", + "Meltagun", + "Lascutter" + ], + 2 + ] + ] + }, + "required": { + "armour": [ + "MK3 Iron Armour", + "max" + ], + "gear": [ + "Plasma Bomb", + "max" + ], + "mobi": [ + "", + "max" + ], + "wep1": [ + "wep1[8]", + 7 + ], + "wep2": [ + "Boarding Shield", + "max" + ] + } + }, + "max": 9, + "min": 4, + "role": "Breacher" }, - "option": { - "wep1": [ - ["{WEAPON_LIST_RANGED_VETERAN}", 7], - ["{WEAPON_LIST_RANGED_SPECIAL}", 1], - ["{WEAPON_LIST_RANGED_HEAVY}", 1, - { "mobi": "Heavy Weapons Pack" }] - ] + "type_data": { + "display_data": "Breacher {squad_name}", + "formation_options": [ + "tactical", + "assault", + "devastator", + "scout" + ] } - } }, - "type_data": { - "display_data": "Veteran {squad_name}", - "formation_options": [ - "veteran", - "assault", - "devastator", - "scout", - "tactical" - ], - "base" : "veteran" - } - }, - - "devastator_squad": { - "Devastator": { - "max": 9, - "min": 4, - "loadout": { - "required": { - "wep1": ["Bolter", 5], - "wep2": ["Combat Knife", 9], - "mobi": ["", 5] + "command_squad": { + "Ancient": { + "max": 1, + "min": 1, + "role": "Company Ancient" }, - "option": { - "wep1": [ - ["{WEAPON_LIST_RANGED_HEAVY}", 4, { "mobi": "Heavy Weapons Pack" }] - ] - } - } - }, - "Sergeant": { - "max": 1, - "min": 1, - "role": "Devastator Sergeant", - "loadout": { - "required": { - "wep2": ["Combat Knife", 1], - "mobi": ["", 0] + "Apothecary": { + "max": 1, + "min": 0, + "role": "Company Apothecary" + }, + "Captain": { + "max": 1, + "min": 1 + }, + "Champion": { + "max": 1, + "min": 0, + "role": "Company Champion" + }, + "Chaplain": { + "max": 1, + "min": 0, + "role": "Company Chaplain" }, - "option": { - "wep1": [ - ["{WEAPON_LIST_RANGED}", 1] - ] + "Librarian": { + "max": 1, + "min": 0, + "role": "Company Librarian" + }, + "Techmarine": { + "max": 2, + "min": 0, + "role": "Company Techmarine" + }, + "Veteran": { + "loadout": { + "option": { + "wep1": [ + [ + "{WEAPON_LIST_RANGED_VETERAN}", + 5 + ] + ] + }, + "required": { + "wep1": [ + "", + 0 + ], + "wep2": [ + "Combat Knife", + "max" + ] + } + }, + "max": 5, + "min": 0, + "role": "Company Veteran" + }, + "type_data": { + "base": "command", + "display_data": "Command {squad_name}", + "formation_options": [ + "command", + "terminator", + "veteran", + "assault", + "devastator", + "scout", + "tactical" + ] } - } }, - "type_data": { - "display_data": "Devastator {squad_name}", - "formation_options": [ - "devastator", - "tactical", - "assault", - "scout" - ], - "base" : "devastator" - } - }, - - "tactical_squad": { - "Tactical": { - "max": 9, - "min": 4, - "loadout": { - "required": { - "wep1": ["wep1[8]", 7], - "wep2": ["wep2[8]", 7] + "devastator_squad": { + "Devastator": { + "loadout": { + "option": { + "wep1": [ + [ + "{WEAPON_LIST_RANGED_HEAVY}", + 4, + { + "mobi": "Heavy Weapons Pack" + } + ] + ] + }, + "required": { + "mobi": [ + "", + 5 + ], + "wep1": [ + "Bolter", + 5 + ], + "wep2": [ + "Combat Knife", + 9 + ] + } + }, + "max": 9, + "min": 4 }, - "option": { - "wep1": [ - ["{WEAPON_LIST_RANGED_SPECIAL}", 1], - ["{WEAPON_LIST_RANGED_HEAVY}", 1, { "wep2": "Combat Knife", "mobi": "Heavy Weapons Pack" }] - ] + "Sergeant": { + "loadout": { + "option": { + "wep1": [ + [ + "{WEAPON_LIST_RANGED}", + 1 + ] + ] + }, + "required": { + "mobi": [ + "", + 0 + ], + "wep2": [ + "Combat Knife", + 1 + ] + } + }, + "max": 1, + "min": 1, + "role": "Devastator Sergeant" + }, + "type_data": { + "base": "devastator", + "display_data": "Devastator {squad_name}", + "formation_options": [ + "devastator", + "tactical", + "assault", + "scout" + ] } - } }, - "Sergeant": { - "max": 1, - "min": 1, - "role": "Tactical Sergeant", - "loadout": { - "required": { - "wep1": ["", 0], - "wep2": ["", 0] + "scout_squad": { + "Scout": { + "loadout": { + "option": { + "wep1": [ + [ + [ + "Bolter", + "Bolter", + "Shotgun", + "Sniper Rifle", + "Stalker Pattern Bolter" + ], + 8 + ], + [ + [ + "Missile Launcher", + "Heavy Bolter" + ], + 1 + ] + ] + }, + "required": { + "wep1": [ + "", + 0 + ], + "wep2": [ + "Combat Knife", + "max" + ] + } + }, + "max": 9, + "min": 4 + }, + "Sergeant": { + "loadout": { + "option": { + "wep1": [ + [ + "{WEAPON_LIST_RANGED}", + 1 + ] + ] + }, + "required": { + "wep1": [ + "", + 0 + ], + "wep2": [ + "Combat Knife", + 1 + ] + } + }, + "max": 1, + "min": 1, + "role": "Scout Sergeant" }, - "option": { - "wep1": [ - ["{WEAPON_LIST_RANGED_PISTOLS_LONG}", 1] - ], - "wep2": [ - ["{WEAPON_LIST_MELEE_BASIC}", 1] - ] + "type_data": { + "class": [ + "scout" + ], + "display_data": "Scout {squad_name}", + "formation_options": [ + "scout", + "tactical", + "assault", + "devastator" + ] } - } - }, - "type_data": { - "display_data": "Tactical {squad_name}", - "class": ["troop"], - "formation_options": [ - "tactical", - "assault", - "devastator", - "scout" - ], - "base":"tactical" }, - }, - - "assault_squad": { - "Assault": { - "max": 9, - "min": 4, - "loadout": { - "required": { - "wep1": ["wep1[10]", 5], - "wep2": ["wep2[10]", 5] + "tactical_squad": { + "Sergeant": { + "loadout": { + "option": { + "wep1": [ + [ + "{WEAPON_LIST_RANGED_PISTOLS_LONG}", + 1 + ] + ], + "wep2": [ + [ + "{WEAPON_LIST_MELEE_BASIC}", + 1 + ] + ] + }, + "required": { + "wep1": [ + "", + 0 + ], + "wep2": [ + "", + 0 + ] + } + }, + "max": 1, + "min": 1, + "role": "Tactical Sergeant" }, - "option": { - "wep1": [ - [["Eviscerator"], 2, { "wep2": "" }] - ], - "wep2": [ - [["Flamer", "Flamer", "Flamer", "Plasma Pistol"], 2] - ] + "Tactical": { + "loadout": { + "option": { + "wep1": [ + [ + "{WEAPON_LIST_RANGED_SPECIAL}", + 1 + ], + [ + "{WEAPON_LIST_RANGED_HEAVY}", + 1, + { + "mobi": "Heavy Weapons Pack", + "wep2": "Combat Knife" + } + ] + ] + }, + "required": { + "wep1": [ + "wep1[8]", + 7 + ], + "wep2": [ + "wep2[8]", + 7 + ] + } + }, + "max": 9, + "min": 4 + }, + "type_data": { + "base": "tactical", + "class": [ + "troop" + ], + "display_data": "Tactical {squad_name}", + "formation_options": [ + "tactical", + "assault", + "devastator", + "scout" + ] } - } }, - "Sergeant": { - "max": 1, - "min": 1, - "role": "Assault Sergeant", - "loadout": { - "required": { - "wep1": ["", 0], - "wep2": ["", 0], - "gear": ["Combat Shield", 1] + "terminator_assault_squad": { + "Terminator": { + "loadout": { + "option": { + "wep1": [ + [ + [ + "Lightning Claw" + ], + 3, + { + "wep2": "Lightning Claw" + } + ] + ] + }, + "required": { + "wep1": [ + "Thunder Hammer", + 1 + ], + "wep2": [ + "Storm Shield", + 1 + ] + } + }, + "max": 4, + "min": 2, + "role": "Assault Terminator" + }, + "Veteran Sergeant": { + "loadout": { + "required": { + "wep1": [ + "Thunder Hammer", + 1 + ], + "wep2": [ + "Storm Shield", + 1 + ] + } + }, + "max": 1, + "min": 1, + "role": "Assault Terminator Sergeant" }, - "option": { - "wep1": [ - ["{WEAPON_LIST_RANGED_PISTOLS}", 1] - ], - "wep2": [ - ["{WEAPON_LIST_MELEE_1H}", 1] - ] + "type_data": { + "base": "terminator", + "display_data": "Terminator Assault {squad_name}", + "formation_options": [ + "terminator", + "veteran", + "assault", + "devastator", + "scout", + "tactical" + ] } - } }, - "type_data": { - "display_data": "Assault {squad_name}", - "formation_options": [ - "assault", - "tactical", - "devastator", - "scout" - ], - "base":"assault" - } - }, - - "scout_squad": { - "Scout": { - "max": 9, - "min": 4, - "loadout": { - "required": { - "wep1": ["", 0], - "wep2": ["Combat Knife", "max"] + "terminator_squad": { + "Terminator": { + "loadout": { + "option": { + "wep1": [ + [ + [ + "Power Fist", + "Chainfist" + ], + 4 + ] + ], + "wep2": [ + [ + "{WEAPON_LIST_RANGED_COMBI}", + 3 + ], + [ + "{WEAPON_LIST_RANGED_HEAVY_TERMINATOR}", + 1 + ] + ] + }, + "required": { + "wep1": [ + "", + 0 + ], + "wep2": [ + "", + 0 + ] + } + }, + "max": 4, + "min": 2 + }, + "Veteran Sergeant": { + "loadout": { + "option": { + "wep1": [ + [ + [ + "Power Fist", + "Chainfist" + ], + 1 + ] + ], + "wep2": [ + [ + "{WEAPON_LIST_RANGED_COMBI}", + 1 + ] + ] + }, + "required": { + "wep1": [ + "", + 0 + ], + "wep2": [ + "", + 0 + ] + } + }, + "max": 1, + "min": 1, + "role": "Terminator Sergeant" }, - "option": { - "wep1": [ - [["Bolter", "Bolter", "Shotgun", "Sniper Rifle", "Stalker Pattern Bolter"], 8], - [["Missile Launcher", "Heavy Bolter"], 1] - ] + "type_data": { + "base": "terminator", + "display_data": "Terminator {squad_name}", + "formation_options": [ + "terminator", + "veteran", + "assault", + "devastator", + "scout", + "tactical" + ] } - } }, - "Sergeant": { - "max": 1, - "min": 1, - "role": "Scout Sergeant", - "loadout": { - "required": { - "wep1": ["", 0], - "wep2": ["Combat Knife", 1] + "veteran_squad": { + "Veteran": { + "loadout": { + "option": { + "wep1": [ + [ + "{WEAPON_LIST_RANGED_VETERAN}", + 7 + ], + [ + "{WEAPON_LIST_RANGED_SPECIAL}", + 1 + ], + [ + "{WEAPON_LIST_RANGED_HEAVY}", + 1, + { + "mobi": "Heavy Weapons Pack" + } + ] + ] + }, + "required": { + "wep1": [ + "", + 0 + ], + "wep2": [ + "Combat Knife", + "max" + ] + } + }, + "max": 9, + "min": 4, + "role": "Veteran" }, - "option": { - "wep1": [ - ["{WEAPON_LIST_RANGED}", 1] - ] + "Veteran Sergeant": { + "loadout": { + "option": { + "wep1": [ + [ + "{WEAPON_LIST_RANGED_VETERAN}", + 1 + ] + ] + }, + "required": { + "wep1": [ + "", + 0 + ], + "wep2": [ + "Combat Knife", + "max" + ] + } + }, + "max": 1, + "min": 1, + "role": "Veteran Sergeant" + }, + "type_data": { + "base": "veteran", + "display_data": "Veteran {squad_name}", + "formation_options": [ + "veteran", + "assault", + "devastator", + "scout", + "tactical" + ] } - } - }, - "type_data": { - "display_data": "Scout {squad_name}", - "class": ["scout"], - "formation_options": [ - "scout", - "tactical", - "assault", - "devastator" - ] } - }, - "bike_squad": { - "Assault": { - "max": 9, - "min": 4, - "role": "Biker", - "loadout": { - "required": { - "wep1": ["", "max"], - "wep2": ["Chainsword", "max"], - "mobi": ["Bike", "max"] - } - } - }, - "Sergeant": { - "max": 1, - "min": 1, - "role": "Biker Sergeant", - "loadout": { - "required": { - "wep1": ["", "max"], - "wep2": ["Chainsword", "max"], - "mobi": ["Bike", 1] - } - } - }, - "type_data": { - "display_data": "Bike {squad_name}", - "class": ["bike"], - "formation_options": ["assault", "tactical"] - } - }, - "breacher_squad": { - "Tactical": { - "max": 9, - "min": 4, - "role": "Breacher", - "loadout": { - "required": { - "wep1": ["wep1[8]", 7], - "wep2": ["Boarding Shield", "max"], - "armour": ["MK3 Iron Armour", "max"], - "gear": ["Plasma Bomb", "max"], - "mobi": ["", "max"] - }, - "option": { - "wep1": [ - [["Flamer", "Flamer", "Flamer", "Grav-Gun", "Meltagun", "Lascutter"], 2] - ] - } - } - }, - "Sergeant": { - "max": 1, - "min": 1, - "role": "Breacher Sergeant", - "loadout": { - "required": { - "wep2": ["Boarding Shield", "max"], - "armour": ["MK3 Iron Armour", "max"], - "mobi": ["", "max"], - "gear": ["Plasma Bomb", "max"] - }, - "option": { - "wep1": [ - ["{WEAPON_LIST_RANGED_COMBI}", 1] - ] - } - } - }, - "type_data": { - "display_data": "Breacher {squad_name}", - "formation_options": ["tactical", "assault", "devastator", "scout"] - } - } -} \ No newline at end of file +} diff --git a/datafiles/main/squads/company_squad_builds.json b/datafiles/main/squads/company_squad_builds.json index 705b36f420..67b332dcb5 100644 --- a/datafiles/main/squads/company_squad_builds.json +++ b/datafiles/main/squads/company_squad_builds.json @@ -1,210 +1,210 @@ { - "companies": [ - { - "company": 1, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "terminator_squad", - "proportion": 2 - }, - { - "squad": "terminator_assault_squad", - "proportion": 2 - }, - { - "squad": "veteran_squad", - "proportion": 1 - } - ] - }, - { - "company": 2, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 6 - }, - { - "squad": "breacher_squad", - "proportion": 0 - }, - { - "squad": "devastator_squad", - "proportion": 2 - }, - { - "squad": "assault_squad", - "proportion": 2 - } - ] - }, - { - "company": 3, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 6 - }, - { - "squad": "breacher_squad", - "proportion": 0 - }, - { - "squad": "devastator_squad", - "proportion": 2 - }, - { - "squad": "assault_squad", - "proportion": 2 - } - ] - }, - { - "company": 4, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 6 - }, - { - "squad": "breacher_squad", - "proportion": 0 - }, - { - "squad": "devastator_squad", - "proportion": 2 - }, - { - "squad": "assault_squad", - "proportion": 2 - } - ] - }, - { - "company": 5, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 6 - }, - { - "squad": "breacher_squad", - "proportion": 0 - }, - { - "squad": "devastator_squad", - "proportion": 2 - }, - { - "squad": "assault_squad", - "proportion": 2 - } - ] - }, - { - "company": 6, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 1 - } - ] - }, - { - "company": 7, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 1 - } - ] - }, - { - "company": 8, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "assault_squad", - "proportion": 1 - } - ] - }, - { - "company": 9, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "devastator_squad", - "proportion": 1 - } - ] - }, - { - "company": 10, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "scout_squad", - "proportion": 1 + "companies": [ + { + "company": 1, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 2, + "squad": "terminator_squad" + }, + { + "proportion": 2, + "squad": "terminator_assault_squad" + }, + { + "proportion": 1, + "squad": "veteran_squad" + } + ] + }, + { + "company": 2, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 6, + "squad": "tactical_squad" + }, + { + "proportion": 0, + "squad": "breacher_squad" + }, + { + "proportion": 2, + "squad": "devastator_squad" + }, + { + "proportion": 2, + "squad": "assault_squad" + } + ] + }, + { + "company": 3, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 6, + "squad": "tactical_squad" + }, + { + "proportion": 0, + "squad": "breacher_squad" + }, + { + "proportion": 2, + "squad": "devastator_squad" + }, + { + "proportion": 2, + "squad": "assault_squad" + } + ] + }, + { + "company": 4, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 6, + "squad": "tactical_squad" + }, + { + "proportion": 0, + "squad": "breacher_squad" + }, + { + "proportion": 2, + "squad": "devastator_squad" + }, + { + "proportion": 2, + "squad": "assault_squad" + } + ] + }, + { + "company": 5, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 6, + "squad": "tactical_squad" + }, + { + "proportion": 0, + "squad": "breacher_squad" + }, + { + "proportion": 2, + "squad": "devastator_squad" + }, + { + "proportion": 2, + "squad": "assault_squad" + } + ] + }, + { + "company": 6, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 1, + "squad": "tactical_squad" + } + ] + }, + { + "company": 7, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 1, + "squad": "tactical_squad" + } + ] + }, + { + "company": 8, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 1, + "squad": "assault_squad" + } + ] + }, + { + "company": 9, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 1, + "squad": "devastator_squad" + } + ] + }, + { + "company": 10, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 1, + "squad": "scout_squad" + } + ] } - ] - } - ] -} \ No newline at end of file + ] +} diff --git a/datafiles/main/squads/equal_scouts.json b/datafiles/main/squads/equal_scouts.json index 770df43fa8..7ef7ca6f8b 100644 --- a/datafiles/main/squads/equal_scouts.json +++ b/datafiles/main/squads/equal_scouts.json @@ -1,214 +1,214 @@ { - "companies": [ - { - "company": 1, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "terminator_squad", - "proportion": 2 - }, - { - "squad": "terminator_assault_squad", - "proportion": 2 - }, - { - "squad": "veteran_squad", - "proportion": 1 - } - ] - }, - { - "company": 2, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 4 - }, - { - "squad": "devastator_squad", - "proportion": 2 - }, - { - "squad": "assault_squad", - "proportion": 2 - }, - { - "squad": "scout_squad", - "proportion": 2 - } - ] - }, - { - "company": 3, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 4 - }, - { - "squad": "devastator_squad", - "proportion": 2 - }, - { - "squad": "assault_squad", - "proportion": 2 - }, - { - "squad": "scout_squad", - "proportion": 2 - } - ] - }, - { - "company": 4, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 4 - }, - { - "squad": "devastator_squad", - "proportion": 2 - }, - { - "squad": "assault_squad", - "proportion": 2 - }, - { - "squad": "scout_squad", - "proportion": 2 - } - ] - }, - { - "company": 5, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 4 - }, - { - "squad": "devastator_squad", - "proportion": 2 - }, - { - "squad": "assault_squad", - "proportion": 2 - }, - { - "squad": "scout_squad", - "proportion": 2 - } - ] - }, - { - "company": 6, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 1 - } - ] - }, - { - "company": 7, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 1 - } - ] - }, - { - "company": 8, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "assault_squad", - "proportion": 1 - } - ] - }, - { - "company": 9, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "devastator_squad", - "proportion": 1 - } - ] - }, - { - "company": 10, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "scout_squad", - "proportion": 5 - }, - { - "squad": "tactical_squad", - "proportion": 4 + "companies": [ + { + "company": 1, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 2, + "squad": "terminator_squad" + }, + { + "proportion": 2, + "squad": "terminator_assault_squad" + }, + { + "proportion": 1, + "squad": "veteran_squad" + } + ] + }, + { + "company": 2, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 4, + "squad": "tactical_squad" + }, + { + "proportion": 2, + "squad": "devastator_squad" + }, + { + "proportion": 2, + "squad": "assault_squad" + }, + { + "proportion": 2, + "squad": "scout_squad" + } + ] + }, + { + "company": 3, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 4, + "squad": "tactical_squad" + }, + { + "proportion": 2, + "squad": "devastator_squad" + }, + { + "proportion": 2, + "squad": "assault_squad" + }, + { + "proportion": 2, + "squad": "scout_squad" + } + ] + }, + { + "company": 4, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 4, + "squad": "tactical_squad" + }, + { + "proportion": 2, + "squad": "devastator_squad" + }, + { + "proportion": 2, + "squad": "assault_squad" + }, + { + "proportion": 2, + "squad": "scout_squad" + } + ] + }, + { + "company": 5, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 4, + "squad": "tactical_squad" + }, + { + "proportion": 2, + "squad": "devastator_squad" + }, + { + "proportion": 2, + "squad": "assault_squad" + }, + { + "proportion": 2, + "squad": "scout_squad" + } + ] + }, + { + "company": 6, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 1, + "squad": "tactical_squad" + } + ] + }, + { + "company": 7, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 1, + "squad": "tactical_squad" + } + ] + }, + { + "company": 8, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 1, + "squad": "assault_squad" + } + ] + }, + { + "company": 9, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 1, + "squad": "devastator_squad" + } + ] + }, + { + "company": 10, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 5, + "squad": "scout_squad" + }, + { + "proportion": 4, + "squad": "tactical_squad" + } + ] } - ] - } - ] -} \ No newline at end of file + ] +} diff --git a/datafiles/main/squads/equal_specialists.json b/datafiles/main/squads/equal_specialists.json index fb8f1c55eb..a62b5c0f96 100644 --- a/datafiles/main/squads/equal_specialists.json +++ b/datafiles/main/squads/equal_specialists.json @@ -1,226 +1,226 @@ { - "companies": [ - { - "company": 1, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "terminator_squad", - "proportion": 2 - }, - { - "squad": "terminator_assault_squad", - "proportion": 2 - }, - { - "squad": "veteran_squad", - "proportion": 1 - } - ] - }, - { - "company": 2, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 6 - }, - { - "squad": "devastator_squad", - "proportion": 2 - }, - { - "squad": "assault_squad", - "proportion": 2 - } - ] - }, - { - "company": 3, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 6 - }, - { - "squad": "devastator_squad", - "proportion": 2 - }, - { - "squad": "assault_squad", - "proportion": 2 - } - ] - }, - { - "company": 4, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 6 - }, - { - "squad": "devastator_squad", - "proportion": 2 - }, - { - "squad": "assault_squad", - "proportion": 2 - } - ] - }, - { - "company": 5, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 6 - }, - { - "squad": "devastator_squad", - "proportion": 2 - }, - { - "squad": "assault_squad", - "proportion": 2 - } - ] - }, - { - "company": 6, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 6 - }, - { - "squad": "devastator_squad", - "proportion": 2 - }, - { - "squad": "assault_squad", - "proportion": 2 - } - ] - }, - { - "company": 7, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 6 - }, - { - "squad": "devastator_squad", - "proportion": 2 - }, - { - "squad": "assault_squad", - "proportion": 2 - } - ] - }, - { - "company": 8, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 6 - }, - { - "squad": "devastator_squad", - "proportion": 2 - }, - { - "squad": "assault_squad", - "proportion": 2 - } - ] - }, - { - "company": 9, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 6 - }, - { - "squad": "devastator_squad", - "proportion": 2 - }, - { - "squad": "assault_squad", - "proportion": 2 - } - ] - }, - { - "company": 10, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "scout_squad", - "proportion": 1 + "companies": [ + { + "company": 1, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 2, + "squad": "terminator_squad" + }, + { + "proportion": 2, + "squad": "terminator_assault_squad" + }, + { + "proportion": 1, + "squad": "veteran_squad" + } + ] + }, + { + "company": 2, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 6, + "squad": "tactical_squad" + }, + { + "proportion": 2, + "squad": "devastator_squad" + }, + { + "proportion": 2, + "squad": "assault_squad" + } + ] + }, + { + "company": 3, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 6, + "squad": "tactical_squad" + }, + { + "proportion": 2, + "squad": "devastator_squad" + }, + { + "proportion": 2, + "squad": "assault_squad" + } + ] + }, + { + "company": 4, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 6, + "squad": "tactical_squad" + }, + { + "proportion": 2, + "squad": "devastator_squad" + }, + { + "proportion": 2, + "squad": "assault_squad" + } + ] + }, + { + "company": 5, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 6, + "squad": "tactical_squad" + }, + { + "proportion": 2, + "squad": "devastator_squad" + }, + { + "proportion": 2, + "squad": "assault_squad" + } + ] + }, + { + "company": 6, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 6, + "squad": "tactical_squad" + }, + { + "proportion": 2, + "squad": "devastator_squad" + }, + { + "proportion": 2, + "squad": "assault_squad" + } + ] + }, + { + "company": 7, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 6, + "squad": "tactical_squad" + }, + { + "proportion": 2, + "squad": "devastator_squad" + }, + { + "proportion": 2, + "squad": "assault_squad" + } + ] + }, + { + "company": 8, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 6, + "squad": "tactical_squad" + }, + { + "proportion": 2, + "squad": "devastator_squad" + }, + { + "proportion": 2, + "squad": "assault_squad" + } + ] + }, + { + "company": 9, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 6, + "squad": "tactical_squad" + }, + { + "proportion": 2, + "squad": "devastator_squad" + }, + { + "proportion": 2, + "squad": "assault_squad" + } + ] + }, + { + "company": 10, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 1, + "squad": "scout_squad" + } + ] } - ] - } - ] -} \ No newline at end of file + ] +} diff --git a/datafiles/main/squads/equal_spescout.json b/datafiles/main/squads/equal_spescout.json index e95d1eb94f..ece86cfbf0 100644 --- a/datafiles/main/squads/equal_spescout.json +++ b/datafiles/main/squads/equal_spescout.json @@ -1,262 +1,262 @@ { - "companies": [ - { - "company": 1, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "terminator_squad", - "proportion": 2 - }, - { - "squad": "terminator_assault_squad", - "proportion": 2 - }, - { - "squad": "veteran_squad", - "proportion": 1 - } - ] - }, - { - "company": 2, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 5 - }, - { - "squad": "devastator_squad", - "proportion": 2 - }, - { - "squad": "assault_squad", - "proportion": 2 - }, - { - "squad": "scout_squad", - "proportion": 1 - } - ] - }, - { - "company": 3, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 5 - }, - { - "squad": "devastator_squad", - "proportion": 2 - }, - { - "squad": "assault_squad", - "proportion": 2 - }, - { - "squad": "scout_squad", - "proportion": 1 - } - ] - }, - { - "company": 4, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 5 - }, - { - "squad": "devastator_squad", - "proportion": 2 - }, - { - "squad": "assault_squad", - "proportion": 2 - }, - { - "squad": "scout_squad", - "proportion": 1 - } - ] - }, - { - "company": 5, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 5 - }, - { - "squad": "devastator_squad", - "proportion": 2 - }, - { - "squad": "assault_squad", - "proportion": 2 - }, - { - "squad": "scout_squad", - "proportion": 1 - } - ] - }, - { - "company": 6, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 5 - }, - { - "squad": "devastator_squad", - "proportion": 2 - }, - { - "squad": "assault_squad", - "proportion": 2 - }, - { - "squad": "scout_squad", - "proportion": 1 - } - ] - }, - { - "company": 7, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 5 - }, - { - "squad": "devastator_squad", - "proportion": 2 - }, - { - "squad": "assault_squad", - "proportion": 2 - }, - { - "squad": "scout_squad", - "proportion": 1 - } - ] - }, - { - "company": 8, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 5 - }, - { - "squad": "devastator_squad", - "proportion": 2 - }, - { - "squad": "assault_squad", - "proportion": 2 - }, - { - "squad": "scout_squad", - "proportion": 1 - } - ] - }, - { - "company": 9, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "tactical_squad", - "proportion": 5 - }, - { - "squad": "devastator_squad", - "proportion": 2 - }, - { - "squad": "assault_squad", - "proportion": 2 - }, - { - "squad": "scout_squad", - "proportion": 1 - } - ] - }, - { - "company": 10, - "squads": [ - { - "squad": "command_squad", - "max_count": 1, - "min_count": 1, - "require": true - }, - { - "squad": "scout_squad", - "proportion": 5 - }, - { - "squad": "tactical_squad", - "proportion": 4 + "companies": [ + { + "company": 1, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 2, + "squad": "terminator_squad" + }, + { + "proportion": 2, + "squad": "terminator_assault_squad" + }, + { + "proportion": 1, + "squad": "veteran_squad" + } + ] + }, + { + "company": 2, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 5, + "squad": "tactical_squad" + }, + { + "proportion": 2, + "squad": "devastator_squad" + }, + { + "proportion": 2, + "squad": "assault_squad" + }, + { + "proportion": 1, + "squad": "scout_squad" + } + ] + }, + { + "company": 3, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 5, + "squad": "tactical_squad" + }, + { + "proportion": 2, + "squad": "devastator_squad" + }, + { + "proportion": 2, + "squad": "assault_squad" + }, + { + "proportion": 1, + "squad": "scout_squad" + } + ] + }, + { + "company": 4, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 5, + "squad": "tactical_squad" + }, + { + "proportion": 2, + "squad": "devastator_squad" + }, + { + "proportion": 2, + "squad": "assault_squad" + }, + { + "proportion": 1, + "squad": "scout_squad" + } + ] + }, + { + "company": 5, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 5, + "squad": "tactical_squad" + }, + { + "proportion": 2, + "squad": "devastator_squad" + }, + { + "proportion": 2, + "squad": "assault_squad" + }, + { + "proportion": 1, + "squad": "scout_squad" + } + ] + }, + { + "company": 6, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 5, + "squad": "tactical_squad" + }, + { + "proportion": 2, + "squad": "devastator_squad" + }, + { + "proportion": 2, + "squad": "assault_squad" + }, + { + "proportion": 1, + "squad": "scout_squad" + } + ] + }, + { + "company": 7, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 5, + "squad": "tactical_squad" + }, + { + "proportion": 2, + "squad": "devastator_squad" + }, + { + "proportion": 2, + "squad": "assault_squad" + }, + { + "proportion": 1, + "squad": "scout_squad" + } + ] + }, + { + "company": 8, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 5, + "squad": "tactical_squad" + }, + { + "proportion": 2, + "squad": "devastator_squad" + }, + { + "proportion": 2, + "squad": "assault_squad" + }, + { + "proportion": 1, + "squad": "scout_squad" + } + ] + }, + { + "company": 9, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 5, + "squad": "tactical_squad" + }, + { + "proportion": 2, + "squad": "devastator_squad" + }, + { + "proportion": 2, + "squad": "assault_squad" + }, + { + "proportion": 1, + "squad": "scout_squad" + } + ] + }, + { + "company": 10, + "squads": [ + { + "max_count": 1, + "min_count": 1, + "require": true, + "squad": "command_squad" + }, + { + "proportion": 5, + "squad": "scout_squad" + }, + { + "proportion": 4, + "squad": "tactical_squad" + } + ] } - ] - } - ] -} \ No newline at end of file + ] +} diff --git a/datafiles/main/version.json b/datafiles/main/version.json index 57a3b5da16..554c276557 100644 --- a/datafiles/main/version.json +++ b/datafiles/main/version.json @@ -1,5 +1,5 @@ { "build_date": "unknown build", - "version": "compiled", - "commit_hash": "unknown hash" -} \ No newline at end of file + "commit_hash": "unknown hash", + "version": "compiled" +} diff --git a/datafiles/main/visual_sets/Company_marks_roman_right_knee/data.json b/datafiles/main/visual_sets/Company_marks_roman_right_knee/data.json index e3771f4be0..2afd73b701 100644 --- a/datafiles/main/visual_sets/Company_marks_roman_right_knee/data.json +++ b/datafiles/main/visual_sets/Company_marks_roman_right_knee/data.json @@ -1,9 +1,11 @@ [ - { - "name" : "test_sprite", - "data" : { - "body_types" :[0], - "position" : "head", - }, - } -] \ No newline at end of file + { + "data": { + "body_types": [ + 0 + ], + "position": "head" + }, + "name": "test_sprite" + } +] diff --git a/datafiles/main/visual_sets/Company_marks_roman_right_shoulder/data.json b/datafiles/main/visual_sets/Company_marks_roman_right_shoulder/data.json index 46cdc8347b..66e85344e6 100644 --- a/datafiles/main/visual_sets/Company_marks_roman_right_shoulder/data.json +++ b/datafiles/main/visual_sets/Company_marks_roman_right_shoulder/data.json @@ -1,82 +1,122 @@ [ - { - "name" : "one", - "data" : { - "body_types" :[0], - "position" : "right_pauldron", - "company" : [1], - }, - }, - { - "name" : "two", - "data" : { - "body_types" :[0], - "position" : "right_pauldron", - "company" : [2], - }, - }, - { - "name" : "three", - "data" : { - "body_types" :[0], - "position" : "right_pauldron", - "company" : [3], - }, - }, - { - "name" : "four", - "data" : { - "body_types" :[0], - "position" : "right_pauldron", - "company" : [4], - }, - }, - { - "name" : "five", - "data" : { - "body_types" :[0], - "position" : "right_pauldron", - "company" : [5], - }, - }, - { - "name" : "six", - "data" : { - "body_types" :[0], - "position" : "right_pauldron", - "company" : [6], - }, - }, - { - "name" : "seven", - "data" : { - "body_types" :[0], - "position" : "right_pauldron", - "company" : [7], - }, - }, - { - "name" : "eight", - "data" : { - "body_types" :[0], - "position" : "right_pauldron", - "company" : [8], - }, - }, - { - "name" : "nine", - "data" : { - "body_types" :[0], - "position" : "right_pauldron", - "company" : [9], - }, - }, - { - "name" : "ten", - "data" : { - "body_types" :[0], - "position" : "right_pauldron", - "company" : [10], - }, - }, -] \ No newline at end of file + { + "data": { + "body_types": [ + 0 + ], + "company": [ + 1 + ], + "position": "right_pauldron" + }, + "name": "one" + }, + { + "data": { + "body_types": [ + 0 + ], + "company": [ + 2 + ], + "position": "right_pauldron" + }, + "name": "two" + }, + { + "data": { + "body_types": [ + 0 + ], + "company": [ + 3 + ], + "position": "right_pauldron" + }, + "name": "three" + }, + { + "data": { + "body_types": [ + 0 + ], + "company": [ + 4 + ], + "position": "right_pauldron" + }, + "name": "four" + }, + { + "data": { + "body_types": [ + 0 + ], + "company": [ + 5 + ], + "position": "right_pauldron" + }, + "name": "five" + }, + { + "data": { + "body_types": [ + 0 + ], + "company": [ + 6 + ], + "position": "right_pauldron" + }, + "name": "six" + }, + { + "data": { + "body_types": [ + 0 + ], + "company": [ + 7 + ], + "position": "right_pauldron" + }, + "name": "seven" + }, + { + "data": { + "body_types": [ + 0 + ], + "company": [ + 8 + ], + "position": "right_pauldron" + }, + "name": "eight" + }, + { + "data": { + "body_types": [ + 0 + ], + "company": [ + 9 + ], + "position": "right_pauldron" + }, + "name": "nine" + }, + { + "data": { + "body_types": [ + 0 + ], + "company": [ + 10 + ], + "position": "right_pauldron" + }, + "name": "ten" + } +] diff --git a/datafiles/main/visual_sets/Test_set/data.json b/datafiles/main/visual_sets/Test_set/data.json index e3771f4be0..2afd73b701 100644 --- a/datafiles/main/visual_sets/Test_set/data.json +++ b/datafiles/main/visual_sets/Test_set/data.json @@ -1,9 +1,11 @@ [ - { - "name" : "test_sprite", - "data" : { - "body_types" :[0], - "position" : "head", - }, - } -] \ No newline at end of file + { + "data": { + "body_types": [ + 0 + ], + "position": "head" + }, + "name": "test_sprite" + } +] diff --git a/datafiles/main/visual_sets/mycrusaderbits/data.json b/datafiles/main/visual_sets/mycrusaderbits/data.json index 46cdc8347b..66e85344e6 100644 --- a/datafiles/main/visual_sets/mycrusaderbits/data.json +++ b/datafiles/main/visual_sets/mycrusaderbits/data.json @@ -1,82 +1,122 @@ [ - { - "name" : "one", - "data" : { - "body_types" :[0], - "position" : "right_pauldron", - "company" : [1], - }, - }, - { - "name" : "two", - "data" : { - "body_types" :[0], - "position" : "right_pauldron", - "company" : [2], - }, - }, - { - "name" : "three", - "data" : { - "body_types" :[0], - "position" : "right_pauldron", - "company" : [3], - }, - }, - { - "name" : "four", - "data" : { - "body_types" :[0], - "position" : "right_pauldron", - "company" : [4], - }, - }, - { - "name" : "five", - "data" : { - "body_types" :[0], - "position" : "right_pauldron", - "company" : [5], - }, - }, - { - "name" : "six", - "data" : { - "body_types" :[0], - "position" : "right_pauldron", - "company" : [6], - }, - }, - { - "name" : "seven", - "data" : { - "body_types" :[0], - "position" : "right_pauldron", - "company" : [7], - }, - }, - { - "name" : "eight", - "data" : { - "body_types" :[0], - "position" : "right_pauldron", - "company" : [8], - }, - }, - { - "name" : "nine", - "data" : { - "body_types" :[0], - "position" : "right_pauldron", - "company" : [9], - }, - }, - { - "name" : "ten", - "data" : { - "body_types" :[0], - "position" : "right_pauldron", - "company" : [10], - }, - }, -] \ No newline at end of file + { + "data": { + "body_types": [ + 0 + ], + "company": [ + 1 + ], + "position": "right_pauldron" + }, + "name": "one" + }, + { + "data": { + "body_types": [ + 0 + ], + "company": [ + 2 + ], + "position": "right_pauldron" + }, + "name": "two" + }, + { + "data": { + "body_types": [ + 0 + ], + "company": [ + 3 + ], + "position": "right_pauldron" + }, + "name": "three" + }, + { + "data": { + "body_types": [ + 0 + ], + "company": [ + 4 + ], + "position": "right_pauldron" + }, + "name": "four" + }, + { + "data": { + "body_types": [ + 0 + ], + "company": [ + 5 + ], + "position": "right_pauldron" + }, + "name": "five" + }, + { + "data": { + "body_types": [ + 0 + ], + "company": [ + 6 + ], + "position": "right_pauldron" + }, + "name": "six" + }, + { + "data": { + "body_types": [ + 0 + ], + "company": [ + 7 + ], + "position": "right_pauldron" + }, + "name": "seven" + }, + { + "data": { + "body_types": [ + 0 + ], + "company": [ + 8 + ], + "position": "right_pauldron" + }, + "name": "eight" + }, + { + "data": { + "body_types": [ + 0 + ], + "company": [ + 9 + ], + "position": "right_pauldron" + }, + "name": "nine" + }, + { + "data": { + "body_types": [ + 0 + ], + "company": [ + 10 + ], + "position": "right_pauldron" + }, + "name": "ten" + } +] diff --git a/datafiles/main/visual_sets/use_sets.json b/datafiles/main/visual_sets/use_sets.json index d38400a255..b1dfd823ff 100644 --- a/datafiles/main/visual_sets/use_sets.json +++ b/datafiles/main/visual_sets/use_sets.json @@ -1,3 +1,3 @@ [ - "Company_marks_roman_right_shoulder", -] \ No newline at end of file + "Company_marks_roman_right_shoulder" +] diff --git a/prefabs/io.gamemaker.sdfshaders-1.0.0/prefab.json b/prefabs/io.gamemaker.sdfshaders-1.0.0/prefab.json index 0982967454..b424672cfd 100644 --- a/prefabs/io.gamemaker.sdfshaders-1.0.0/prefab.json +++ b/prefabs/io.gamemaker.sdfshaders-1.0.0/prefab.json @@ -1,13 +1,37 @@ { - "$PrefabMetadata":"v2", - "Author":"GameMaker", - "Description":"Signed Distance Field (SDF) Shaders", - "DisplayName":"SDF Shaders", - "Exports":[ - {"$PrefabExportMetadata":"v4","AssetName":"__yy_sdf_blur_shader","Description":"SDF Shader with Blur","DisplayName":"SDF Blur Shader","FolderPath":"","ResourceType":"GMShader","ResourceVersion":0,}, - {"$PrefabExportMetadata":"v4","AssetName":"__yy_sdf_effect_shader","Description":"SDF Shader with Effects","DisplayName":"SDF Effect Shader","FolderPath":"","ResourceType":"GMShader","ResourceVersion":0,}, - {"$PrefabExportMetadata":"v4","AssetName":"__yy_sdf_shader","Description":"SDF Shader","DisplayName":"SDF Shader","FolderPath":"","ResourceType":"GMShader","ResourceVersion":0,}, - ], - "PackageId":"io.gamemaker.sdfshaders", - "Version":"1.0.0", -} \ No newline at end of file + "$PrefabMetadata": "v2", + "Author": "GameMaker", + "Description": "Signed Distance Field (SDF) Shaders", + "DisplayName": "SDF Shaders", + "Exports": [ + { + "$PrefabExportMetadata": "v4", + "AssetName": "__yy_sdf_blur_shader", + "Description": "SDF Shader with Blur", + "DisplayName": "SDF Blur Shader", + "FolderPath": "", + "ResourceType": "GMShader", + "ResourceVersion": 0 + }, + { + "$PrefabExportMetadata": "v4", + "AssetName": "__yy_sdf_effect_shader", + "Description": "SDF Shader with Effects", + "DisplayName": "SDF Effect Shader", + "FolderPath": "", + "ResourceType": "GMShader", + "ResourceVersion": 0 + }, + { + "$PrefabExportMetadata": "v4", + "AssetName": "__yy_sdf_shader", + "Description": "SDF Shader", + "DisplayName": "SDF Shader", + "FolderPath": "", + "ResourceType": "GMShader", + "ResourceVersion": 0 + } + ], + "PackageId": "io.gamemaker.sdfshaders", + "Version": "1.0.0" +} diff --git a/stitch.config.json b/stitch.config.json index 0b0a0012cc..83c3bf192a 100644 --- a/stitch.config.json +++ b/stitch.config.json @@ -1,85 +1,85 @@ { - "gameConsoleStyle": { - "base": "color:#808080;", - "lines": [ - { - "pattern" : "^Pause event has been", - "base" : "color:#4A4A4A;" - }, - { - "pattern" : "^Not recreating swapchain", - "base" : "color:#4A4A4A;" - }, - { - "pattern" : "is cropped, sprites used by Spine must be uncropped$", - "base" : "color:#808080;" - }, - { - "pattern": "\\bwarn(ing)?\\b", - "base": "color: #FFD900" - }, - { - "pattern": "\\berror\\b", - "base": "color: #FF0000" - }, - { - "pattern": "^(?