Results 1 to 19 of 19

Thread: Questions-

  1. #1
    Member Member Deadhuntr's Avatar
    Join Date
    Nov 2007
    Location
    San Diego
    Posts
    45

    Default Questions-

    I am trying to give_trait <character name> and create_unit <seattlement name> but it keeps telling me "character not found" and "unit type not valid" is there anywhere I can go to find the correct unit types and character names to use these mods?

  2. #2
    CeltiberoRamiroI Member Monkwarrior's Avatar
    Join Date
    Apr 2004
    Location
    Salduie/Caesaraugusta/ Sarakusta/Saragossa
    Posts
    828

    Default Re: Questions-

    Quote Originally Posted by Deadhuntr
    I am trying to give_trait <character name> and create_unit <seattlement name> but it keeps telling me "character not found" and "unit type not valid" is there anywhere I can go to find the correct unit types and character names to use these mods?
    I don't know about give_trait, but create_unit works for me in this way:
    Code:
    console_command create_unit Segesta "merc italian peltast sm" 4
    Looking at scripts in other mods, in this case EB, you can find the syntax for give_trait command:
    Code:
    console_command give_trait Rhaskos EasyToBribe 1
    Last edited by Monkwarrior; 11-07-2007 at 09:31.

  3. #3
    Finder of Little Oddities Senior Member Makanyane's Avatar
    Join Date
    Jan 2006
    Posts
    2,220

    Default Re: Questions-

    To find the name of the unit that the game will recognise look it up in
    export_descr_unit.txt - the one it wants is the one on the 'type' line eg:

    type thracian bodyguard early
    dictionary thracian_generals_guard_cavalry_early ; General's Bodyguard
    category cavalry
    If you can't find the unit you want in there you might need to look it up in data/text/export_units.txt first

    {thracian_generals_guard_cavalry_early} General's Bodyguard
    there you'll see that what is shown in game is "general's bodyguard" but actual unit for that faction has dictionary line
    thracian_generals_guard_cavalry_early
    if you look that up in EDU you'll find the type line which is the line used in the cheat and in other recruitment files.
    Not used mods before? Looking for something small and fun?!
    Download the:

  4. #4
    Member Member Deadhuntr's Avatar
    Join Date
    Nov 2007
    Location
    San Diego
    Posts
    45

    Default Re: Questions-

    All I need is the list of unit types and proper names (that the game will recongnize) and these will work...yet noone seems to know where to find them, lol. This is the 5 forum for RTW I have posted on.

  5. #5
    Member Member Deadhuntr's Avatar
    Join Date
    Nov 2007
    Location
    San Diego
    Posts
    45

    Default Re: Questions-

    export_descr_unit.txt this is the file I printed up yesterday (all 121 pages of them) but they dont work, tells me unit_type not recgonzied.

  6. #6
    Member Charge's Avatar
    Join Date
    Jul 2007
    Location
    Russia
    Posts
    1,324

    Default Rrrre: Questions-

    All I need is the list of unit types and proper names (that the game will recongnize) and these will work...yet noone seems to know where to find them, lol. This is the 5 forum for RTW I have posted on.
    Blind, yea?
    Clearly said type this

    Export_descr_units.TXT
    type barb cavalry gaul
    dictionary barb_cavalry_gaul ; Barbarian Cavalry
    category cavalry
    class light
    voice_type Medium_1
    soldier barb_cavalry, 27, 0, 1
    mount medium horse
    mount_effect elephant -8, camel -4
    attributes sea_faring, hide_forest
    formation 1.5, 4, 3, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 8, 7, no, 0, 0, melee, simple, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 3, 4, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 0, -2, -4, 2
    stat_mental 4, impetuous, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 400, 90, 40, 60, 400
    ownership gauls


    without '_' ; and in ""

    Descr_regions.TXT
    Etruria
    Arretium
    romans_julii
    Etruscans
    203 0 0
    none
    5
    7


    create_unit Arretium "barb cavalry gaul"
    Yep Squid, my mistake..
    Last edited by Charge; 11-08-2007 at 00:14.

  7. #7
    Anything that isn't 'member' Member Squid's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    596

    Default Re: Rrrre: Questions-

    Charge, I believe the type line should be the one that's bolded for the EDU entry, not the dictionary line, since IIRC multiple units (i.e. EDU entries) can share the same dictionary entry.

    -Trait/Ancillary/Building Editor

    "Two things are infinite: the universe and human stupidity;
    and I'm not sure about the universe." -----Albert Einstein

  8. #8
    Member Member Deadhuntr's Avatar
    Join Date
    Nov 2007
    Location
    San Diego
    Posts
    45

    Default Re: Questions-

    No I am not blind, as I said. I found that file, Export_descr_units.TXT, and printed it. Those names dont work.

  9. #9
    Shaidar Haran Senior Member SAM Site Champion Myrddraal's Avatar
    Join Date
    Feb 2004
    Location
    UK
    Posts
    5,752

    Default Re: Questions-

    Hi Deadhuntr.

    That is the file however, so maybe there's something else wrong with your code? Could you post a copy/paste of the relevant bit of your script?

  10. #10
    Member Member Deadhuntr's Avatar
    Join Date
    Nov 2007
    Location
    San Diego
    Posts
    45

    Default Re: Questions-

    barb_peasant_briton
    barb_peasant_briton_descr
    barb_peasant_briton_descr_short

    barb_peasant_dacian
    barb_peasant_dacian_descr
    barb_peasant_dacian_descr_short

    barb_peasant_gaul
    barb_peasant_gaul_descr
    barb_peasant_gaul_descr_short

    barb_peasant_german
    barb_peasant_german_descr
    barb_peasant_german_descr_short

    barb_peasant_scythian
    barb_peasant_scythian_descr
    barb_peasant_scythian_descr_short

    barb_peasant_slave
    barb_peasant_slave_descr
    barb_peasant_slave_descr_short

    barb_peltast_gaul
    barb_peltast_gaul_descr
    barb_peltast_gaul_descr_short

    barb_peltast_german
    barb_peltast_german_descr
    barb_peltast_german_descr_short

    barb_slinger_briton
    barb_slinger_briton_descr
    barb_slinger_briton_descr_short

    barb_archer_dacian
    barb_archer_dacian_descr
    barb_archer_dacian_descr_short

    barb_archer_scythian
    barb_archer_scythian_descr
    barb_archer_scythian_descr_short

    barb_archer_slave
    barb_archer_slave_descr
    barb_archer_slave_descr_short

    warband_archer_dacian
    warband_archer_dacian_descr
    warband_archer_dacian_descr_short

    warband_archer_german
    warband_archer_german_descr
    warband_archer_german_descr_short

    warband_archer_scythian
    warband_archer_scythian_descr
    warband_archer_scythian_descr_short

    warband_huntsman_gaul
    warband_huntsman_gaul_descr
    warband_huntsman_gaul_descr_short

    warband_hurler_briton
    warband_hurler_briton_descr
    warband_hurler_briton_descr_short

    barb_infantry_briton
    barb_infantry_briton_descr
    barb_infantry_briton_descr_short

    barb_infantry_dacian
    barb_infantry_dacian_descr
    barb_infantry_dacian_descr_short

    barb_infantry_gaul
    barb_infantry_gaul_descr
    barb_infantry_gaul_descr_short

    barb_infantry_slave
    barb_infantry_slave_descr
    barb_infantry_slave_descr_short

    warband_spear_german
    warband_spear_german_descr
    warband_spear_german_descr_short

    warband_sword_briton
    warband_sword_briton_descr
    warband_sword_briton_descr_short

    warband_sword_gaul
    warband_sword_gaul_descr
    warband_sword_gaul_descr_short

    warband_axe_german
    warband_axe_german_descr
    warband_axe_german_descr_short

    warband_axe_scythian
    warband_axe_scythian_descr
    warband_axe_scythian_descr_short

    warband_falx_dacian
    warband_falx_dacian_descr
    warband_falx_dacian_descr_short

    warband_falx_thracian
    warband_falx_thracian_descr
    warband_falx_thracian_descr_short

    barb_warguard_briton
    barb_warguard_briton_descr
    barb_warguard_briton_descr_short

    barb_warguard_dacian
    barb_warguard_dacian_descr
    barb_warguard_dacian_descr_short

    barb_warguard_gaul
    barb_warguard_gaul_descr
    barb_warguard_gaul_descr_short

    warband_woad_briton
    warband_woad_briton_descr
    warband_woad_briton_descr_short

    naked_fanatics_dacian
    naked_fanatics_dacian_descr
    naked_fanatics_dacian_descr_short

    naked_fanatics_gaul
    naked_fanatics_gaul_descr
    naked_fanatics_gaul_descr_short

    naked_fanatics_german
    naked_fanatics_german_descr
    naked_fanatics_german_descr_short

    naked_fanatics_slave
    naked_fanatics_slave_descr
    naked_fanatics_slave_descr_short

    naked_fanatics_spain
    naked_fanatics_spain_descr
    naked_fanatics_spain_descr_short

    druids_briton
    druids_briton_descr
    druids_briton_descr_short

    druids_gaul
    druids_gaul_descr
    druids_gaul_descr_short

    druids_slave
    druids_slave_descr
    druids_slave_descr_short

    night_raiders_german
    night_raiders_german_descr
    night_raiders_german_descr_short

    barb_berserker_german
    barb_berserker_german_descr
    barb_berserker_german_descr_short

    screeching_women_german
    screeching_women_german_descr
    screeching_women_german_descr_short

    barb_cavalry_dacian
    barb_cavalry_dacian_descr
    barb_cavalry_dacian_descr_short

    barb_cavalry_gaul
    barb_cavalry_gaul_descr
    barb_cavalry_gaul_descr_short

    barb_cavalry_german
    barb_cavalry_german_descr
    barb_cavalry_german_descr_short

    barb_cavalry_scythian
    barb_cavalry_scythian_descr
    barb_cavalry_scythian_descr_short

    barb_cavalry_slave
    barb_cavalry_slave_descr
    barb_cavalry_slave_descr_short

    barb_noble_cavalry_dacian
    barb_noble_cavalry_dacian_descr
    barb_noble_cavalry_dacian_descr_short

    barb_noble_cavalry_gaul
    barb_noble_cavalry_gaul_descr
    barb_noble_cavalry_gaul_descr_short

    barb_noble_cavalry_german
    barb_noble_cavalry_german_descr
    barb_noble_cavalry_german_descr_short

    barb_noble_cavalry_slave
    barb_noble_cavalry_slave_descr
    barb_noble_cavalry_slave_descr_short

    gothic_cavalry_german
    gothic_cavalry_german_descr
    gothic_cavalry_german_descr_short

    barb_horse_archers_scythian
    barb_horse_archers_scythian_descr
    barb_horse_archers_scythian_descr_short

    barb_horse_archers_slave
    barb_horse_archers_slave_descr
    barb_horse_archers_slave_descr_short

    barb_noble_horse_archers_scythian
    barb_noble_horse_archers_scythian_descr
    barb_noble_horse_archers_scythian_descr_short

    head_hunting_maidens_scythian
    head_hunting_maidens_scythian_descr
    head_hunting_maidens_scythian_descr_short

    scythian_nobles_scythian
    scythian_nobles_scythian_descr
    scythian_nobles_scythian_descr_short

    scythian_noble_women_scythian
    scythian_noble_women_scythian_descr
    scythian_noble_women_scythian_descr_short

    barb_onagers_dacian
    barb_onagers_dacian_descr
    barb_onagers_dacian_descr_short

    barb_onagers_scythian
    barb_onagers_scythian_descr
    barb_onagers_scythian_descr_short

    barb_chieftain_cavalry_early_dacian
    barb_chieftain_cavalry_early_dacian_descr
    barb_chieftain_cavalry_early_dacian_descr_short

    barb_chieftain_cavalry_early_gaul
    barb_chieftain_cavalry_early_gaul_descr
    barb_chieftain_cavalry_early_gaul_descr_short

    barb_chieftain_cavalry_early_german
    barb_chieftain_cavalry_early_german_descr
    barb_chieftain_cavalry_early_german_descr_short

    barb_chieftain_cavalry_early_scythian
    barb_chieftain_cavalry_early_scythian_descr
    barb_chieftain_cavalry_early_scythian_descr_short

    barb_chieftain_cavalry_early_slave
    barb_chieftain_cavalry_early_slave_descr
    barb_chieftain_cavalry_early_slave_descr_short

    barb_british_general_briton
    barb_british_general_briton_descr
    barb_british_general_briton_descr_short

    carthaginian_peasant
    carthaginian_peasant_descr
    carthaginian_peasant_descr_short

    carthaginian_slinger
    carthaginian_slinger_descr
    carthaginian_slinger_descr_short

    carthaginian_archer
    carthaginian_archer_descr
    carthaginian_archer_descr_short

    carthaginian_city_militia
    carthaginian_city_militia_descr
    carthaginian_city_militia_descr_short

    carthaginian_medium_infantry
    carthaginian_medium_infantry_descr
    carthaginian_medium_infantry_descr_short

    carthaginian_heavy_infantry
    carthaginian_heavy_infantry_descr
    carthaginian_heavy_infantry_descr_short

    carthaginian_sacred_band
    carthaginian_sacred_band_descr
    carthaginian_sacred_band_descr_short

    bull_warriors
    bull_warriors_descr
    bull_warriors_descr_short

    numidian_javelinmen
    numidian_javelinmen_descr
    numidian_javelinmen_descr_short

    numidian_desert_warriors
    numidian_desert_warriors_descr
    numidian_desert_warriors_descr_short

    numidian_legionaries
    numidian_legionaries_descr
    numidian_legionaries_descr_short

    carthaginian_medium_cavalry
    carthaginian_medium_cavalry_descr
    carthaginian_medium_cavalry_descr_short

    carthaginian_generals_cavalry_early
    carthaginian_generals_cavalry_early_descr
    carthaginian_generals_cavalry_early_descr_short

    carthaginian_royal_cavalry
    carthaginian_royal_cavalry_descr
    carthaginian_royal_cavalry_descr_short

    numidian_cavalry
    numidian_cavalry_descr
    numidian_cavalry_descr_short

    numidian_camel_riders
    numidian_camel_riders_descr
    numidian_camel_riders_descr_short

    carthaginian_warhounds
    carthaginian_warhounds_descr
    carthaginian_warhounds_descr_short

    carthaginian_elephant_forest
    carthaginian_elephant_forest_descr
    carthaginian_elephant_forest_descr_short

    carthaginian_elephant_african
    carthaginian_elephant_african_descr
    carthaginian_elephant_african_descr_short

    carthaginian_onagers
    carthaginian_onagers_descr
    carthaginian_onagers_descr_short

    east_peasant
    east_peasant_descr
    east_peasant_descr_short

    east_peltast
    east_peltast_descr
    east_peltast_descr_short

    east_slinger
    east_slinger_descr
    east_slinger_descr_short

    east_archer
    east_archer_descr
    east_archer_descr_short

    east_hillmen
    east_hillmen_descr
    east_hillmen_descr_short

    east_infantry
    east_infantry_descr
    east_infantry_descr_short

    east_heavy_infantry
    east_heavy_infantry_descr
    east_heavy_infantry_descr_short

    east_hoplite
    east_hoplite_descr
    east_hoplite_descr_short

    bronze_shield
    bronze_shield_descr
    bronze_shield_descr_short

    armenian_legionaries
    armenian_legionaries_descr
    armenian_legionaries_descr_short

    east_cavalry
    east_cavalry_descr
    east_cavalry_descr_short

    east_heavy_cavalry
    east_heavy_cavalry_descr
    east_heavy_cavalry_descr_short

    east_heavy_cataphract
    east_heavy_cataphract_descr
    east_heavy_cataphract_descr_short

    east_cappodocian_cavalry
    east_cappodocian_cavalry_descr
    east_cappodocian_cavalry_descr_short

    eat_persian_cavalry
    eat_persian_cavalry_descr
    eat_persian_cavalry_descr_short

    east_cataphract_archer
    east_cataphract_archer_descr
    east_cataphract_archer_descr_short

    east_horse_archer
    east_horse_archer_descr
    east_horse_archer_descr_short

    east_camel_cataphract
    east_camel_cataphract_descr
    east_camel_cataphract_descr_short

    east_elephant_african
    east_elephant_african_descr
    east_elephant_african_descr_short

    east_chariot
    east_chariot_descr
    east_chariot_descr_short

    east_chariot_archer
    east_chariot_archer_descr
    east_chariot_archer_descr_short

    east_pontic_generals
    east_pontic_generals_descr
    east_pontic_generals_descr_short

    east_onager
    east_onager_descr
    east_onager_descr_short

    egyptian_peasant
    egyptian_peasant_descr
    egyptian_peasant_descr_short

    egyptian_slingers
    egyptian_slingers_descr
    egyptian_slingers_descr_short

    egyptian_archer
    egyptian_archer_descr
    egyptian_archer_descr_short

    egyptian_archer_elite
    egyptian_archer_elite_descr
    egyptian_archer_elite_descr_short

    egyptian_nubian_spearmen
    egyptian_nubian_spearmen_descr
    egyptian_nubian_spearmen_descr_short

    egyptian_infantry
    egyptian_infantry_descr
    egyptian_infantry_descr_short

    egyptian_elite_guards
    egyptian_elite_guards_descr
    egyptian_elite_guards_descr_short

    egyptian_nile_cavalry
    egyptian_nile_cavalry_descr
    egyptian_nile_cavalry_descr_short

    egyptian_cleruch
    egyptian_cleruch_descr
    egyptian_cleruch_descr_short

    egyptian_camel_archers
    egyptian_camel_archers_descr
    egyptian_camel_archers_descr_short

    egyptian_chariot_archer
    egyptian_chariot_archer_descr
    egyptian_chariot_archer_descr_short

    egyptian_onagers
    egyptian_onagers_descr
    egyptian_onagers_descr_short

    greek_peasant
    greek_peasant_descr
    greek_peasant_descr_short

    greek_peltast
    greek_peltast_descr
    greek_peltast_descr_short

    greek_archer
    greek_archer_descr
    greek_archer_descr_short

    greek_heavy_peltast
    greek_heavy_peltast_descr
    greek_heavy_peltast_descr_short

    greek_hoplite
    greek_hoplite_descr
    greek_hoplite_descr_short

    greek_hoplite_elite
    greek_hoplite_elite_descr
    greek_hoplite_elite_descr_short

    greek_hoplite_spartan
    greek_hoplite_spartan_descr
    greek_hoplite_spartan_descr_short

    greek_levy_pikemen
    greek_levy_pikemen_descr
    greek_levy_pikemen_descr_short

    greek_pikemen
    greek_pikemen_descr
    greek_pikemen_descr_short

    greek_royal_pikemen
    greek_royal_pikemen_descr
    greek_royal_pikemen_descr_short

    greek_silver_shields
    greek_silver_shields_descr
    greek_silver_shields_descr_short

    greek_legionary
    greek_legionary_descr
    greek_legionary_descr_short

    greek_bastarnae
    greek_bastarnae_descr
    greek_bastarnae_descr_short

    greek-Light_lancer
    greek-Light_lancer_descr
    greek-Light_lancer_descr_short

    greek_cavalry
    greek_cavalry_descr
    greek_cavalry_descr_short

    greek_medium_cavalry
    greek_medium_cavalry_descr
    greek_medium_cavalry_descr_short

    greek_heavy_cavalry
    greek_heavy_cavalry_descr
    greek_heavy_cavalry_descr_short

    greek_royal_cavalry
    greek_royal_cavalry_descr
    greek_royal_cavalry_descr_short

    greek_generals_guard_cavalry_early
    greek_generals_guard_cavalry_early_descr
    greek_generals_guard_cavalry_early_descr_short

    thracian_generals_guard_cavalry_early
    thracian_generals_guard_cavalry_early_descr
    thracian_generals_guard_cavalry_early_descr_short

    greek_elephant_small
    greek_elephant_small_descr
    greek_elephant_small_descr_short

    greek_elephant_african
    greek_elephant_african_descr
    greek_elephant_african_descr_short

    greek_onagers
    greek_onagers_descr
    greek_onagers_descr_short

    greek_scythed_chariots
    greek_scythed_chariots_descr
    greek_scythed_chariots_descr_short

    roman_peasant
    roman_peasant_descr
    roman_peasant_descr_short

    roman_archer
    roman_archer_descr
    roman_archer_descr_short

    roman_archer_auxillia
    roman_archer_auxillia_descr
    roman_archer_auxillia_descr_short

    roman_velite
    roman_velite_descr
    roman_velite_descr_short

    roman_light_infantry
    roman_light_infantry_descr
    roman_light_infantry_descr_short

    roman_city_militia
    roman_city_militia_descr
    roman_city_militia_descr_short

    roman_hastati
    roman_hastati_descr
    roman_hastati_descr_short

    roman_triarii
    roman_triarii_descr
    roman_triarii_descr_short

    roman_infantry_auxillia
    roman_infantry_auxillia_descr
    roman_infantry_auxillia_descr_short

    roman_legionary_cohort_i
    roman_legionary_cohort_i_descr
    roman_legionary_cohort_i_descr_short

    roman_legionary_first_cohort_i
    roman_legionary_first_cohort_i_descr
    roman_legionary_first_cohort_i_descr_short

    roman_legionary_cohort_ii
    roman_legionary_cohort_ii_descr
    roman_legionary_cohort_ii_descr_short

    roman_legionary_first_cohort_ii
    roman_legionary_first_cohort_ii_descr
    roman_legionary_first_cohort_ii_descr_short

    roman_praetorian_cohort_i
    roman_praetorian_cohort_i_descr
    roman_praetorian_cohort_i_descr_short

    roman_praetorian_cohort_urban_i
    roman_praetorian_cohort_urban_i_descr
    roman_praetorian_cohort_urban_i_descr_short

    roman_arcani
    roman_arcani_descr
    roman_arcani_descr_short

    roman_wardogs
    roman_wardogs_descr
    roman_wardogs_descr_short

    roman_incendiary_pigs
    roman_incendiary_pigs_descr
    roman_incendiary_pigs_descr_short

    roman_samnite_gladiator
    roman_samnite_gladiator_descr
    roman_samnite_gladiator_descr_short

    roman_mirmillo_gladiator
    roman_mirmillo_gladiator_descr
    roman_mirmillo_gladiator_descr_short

    roman_light_cavalry
    roman_light_cavalry_descr
    roman_light_cavalry_descr_short

    roman_cavalry_auxillia
    roman_cavalry_auxillia_descr
    roman_cavalry_auxillia_descr_short

    roman_heavy_cavalry
    roman_heavy_cavalry_descr
    roman_heavy_cavalry_descr_short

    roman_praetorian_cavalry
    roman_praetorian_cavalry_descr
    roman_praetorian_cavalry_descr_short

    roman_generals_guard_cavalry_early
    roman_generals_guard_cavalry_early_descr
    roman_generals_guard_cavalry_early_descr_short

    roman_ballista
    roman_ballista_descr
    roman_ballista_descr_short

    roman_scorpion
    roman_scorpion_descr
    roman_scorpion_descr_short

    roman_onager
    roman_onager_descr
    roman_onager_descr_short

    roman_repeating_ballistae
    roman_repeating_ballistae_descr
    roman_repeating_ballistae_descr_short

    generic_rebel_general
    generic_rebel_general_descr
    generic_rebel_general_descr_short

    eastern_rebel_generals
    eastern_rebel_generals_descr
    eastern_rebel_generals_descr_short

    barb_rebel_general
    barb_rebel_general_descr
    barb_rebel_general_descr_short

    judean_zealots
    judean_zealots_descr
    judean_zealots_descr_short

    merc_peltast
    merc_peltast_descr
    merc_peltast_descr_short

    merc_illyrian
    merc_illyrian_descr
    merc_illyrian_descr_short

    merc_samnite
    merc_samnite_descr
    merc_samnite_descr_short

    merc_thracian
    merc_thracian_descr
    merc_thracian_descr_short

    merc_bastarnae
    merc_bastarnae_descr
    merc_bastarnae_descr_short

    merc_sarmatian_cavalry
    merc_sarmatian_cavalry_descr
    merc_sarmatian_cavalry_descr_short

    merc_horse_archers
    merc_horse_archers_descr
    merc_horse_archers_descr_short

    merc_spanish_infantry
    merc_spanish_infantry_descr
    merc_spanish_infantry_descr_short

    merc_eastern_infantry
    merc_eastern_infantry_descr
    merc_eastern_infantry_descr_short

    merc_rhodian_slingers
    merc_rhodian_slingers_descr
    merc_rhodian_slingers_descr_short

    merc_cretan_archers
    merc_cretan_archers_descr
    merc_cretan_archers_descr_short

    merc_greek_hoplites
    merc_greek_hoplites_descr
    merc_greek_hoplites_descr_short

    merc_libyan_infantry
    merc_libyan_infantry_descr
    merc_libyan_infantry_descr_short

    merc_numidian_cavalry
    merc_numidian_cavalry_descr
    merc_numidian_cavalry_descr_short

    merc_arab_cavalry
    merc_arab_cavalry_descr
    merc_arab_cavalry_descr_short

    merc_balearic_slingers
    merc_balearic_slingers_descr
    merc_balearic_slingers_descr_short

    merc_barbarian_infantry
    merc_barbarian_infantry_descr
    merc_barbarian_infantry_descr_short

    merc_barbarian_cavalry
    merc_barbarian_cavalry_descr
    merc_barbarian_cavalry_descr_short

    merc_elephants
    merc_elephants_descr
    merc_elephants_descr_short

    naval_quinquireme
    naval_quinquireme_descr
    naval_quinquireme_descr_short

    barbarian_civ_peasant
    barbarian_civ_peasant_descr
    barbarian_civ_peasant_descr_short

    barbarian_female_peasant
    barbarian_female_peasant_descr
    barbarian_female_peasant_descr_short

    carthaginian_civ_peasant
    carthaginian_civ_peasant_descr
    carthaginian_civ_peasant_descr_short

    carthaginian_female_peasant
    carthaginian_female_peasant_descr
    carthaginian_female_peasant_descr_short

    eastern_civ_peasant
    eastern_civ_peasant_descr
    eastern_civ_peasant_descr_short

    eastern_female_peasant
    eastern_female_peasant_descr
    eastern_female_peasant_descr_short

    egyptian_civ_peasant
    egyptian_civ_peasant_descr
    egyptian_civ_peasant_descr_short

    egyptian_female_peasant
    egyptian_female_peasant_descr
    egyptian_female_peasant_descr_short

    greek_civ_peasant
    greek_civ_peasant_descr
    greek_civ_peasant_descr_short

    greek_female_peasant
    greek_female_peasant_descr
    greek_female_peasant_descr_short

    egyptian_cavalry
    egyptian_cavalry_descr
    egyptian_cavalry_descr_short

    roman_velite_gladiator
    roman_velite_gladiator_descr
    roman_velite_gladiator_descr_short

    merc_bedouin_archers
    merc_bedouin_archers_descr
    merc_bedouin_archers_descr_short

    barb_chariot_light_briton
    barb_chariot_light_briton_descr
    barb_chariot_light_briton_descr_short

    barb_chariot_heavy_briton
    barb_chariot_heavy_briton_descr
    barb_chariot_heavy_briton_descr_short

    barb_chariot_heavy_slave
    barb_chariot_heavy_slave_descr
    barb_chariot_heavy_slave_descr_short

    roman_principes
    roman_principes_descr
    roman_principes_descr_short

    egyptian_peltast
    egyptian_peltast_descr
    egyptian_peltast_descr_short

    merc_cilician_pirate
    merc_cilician_pirate_descr
    merc_cilician_pirate_descr_short

    carthaginian_infantry
    carthaginian_infantry_descr
    carthaginian_infantry_descr_short

    scutarii
    scutarii_descr
    scutarii_descr_short

    greek_hoplite_militia
    greek_hoplite_militia_descr
    greek_hoplite_militia_descr_short

    merc_bedouin
    merc_bedouin_descr
    merc_bedouin_descr_short

    barb_wardogs_briton
    barb_wardogs_briton_descr
    barb_wardogs_briton_descr_short

    barb_wardogs_dacian
    barb_wardogs_dacian_descr
    barb_wardogs_dacian_descr_short

    barb_wardogs_gaul
    barb_wardogs_gaul_descr
    barb_wardogs_gaul_descr_short

    barb_wardogs_german
    barb_wardogs_german_descr
    barb_wardogs_german_descr_short

    barb_wardogs_scythian
    barb_wardogs_scythian_descr
    barb_wardogs_scythian_descr_short

    barb_ballistas_dacian
    barb_ballistas_dacian_descr
    barb_ballistas_dacian_descr_short

    carthaginian_peltast
    carthaginian_peltast_descr
    carthaginian_peltast_descr_short

    egyptian_nile_infantry
    egyptian_nile_infantry_descr
    egyptian_nile_infantry_descr_short

    egyptian_chariot
    egyptian_chariot_descr
    egyptian_chariot_descr_short

    greek_pigs
    greek_pigs_descr
    greek_pigs_descr_short

    greek_ballistas
    greek_ballistas_descr
    greek_ballistas_descr_short

    naval_bireme
    naval_bireme_descr
    naval_bireme_descr_short

    naval_trireme
    naval_trireme_descr
    naval_trireme_descr_short

    naval_corvus
    naval_corvus_descr
    naval_corvus_descr_short

    naval_decere
    naval_decere_descr
    naval_decere_descr_short

    naval_boats
    naval_boats_descr
    naval_boats_descr_short

    naval_large_boats
    naval_large_boats_descr
    naval_large_boats_descr_short

    naval_pirates
    naval_pirates_descr
    naval_pirates_descr_short

    carthaginian_cavalry
    carthaginian_cavalry_descr
    carthaginian_cavalry_descr_short

    roman_medium_cavalry
    roman_medium_cavalry_descr
    roman_medium_cavalry_descr_short

    warband_dhaxe_german
    warband_dhaxe_german_descr
    warband_dhaxe_german_descr_short

    carthaginian_heavy_onagers
    carthaginian_heavy_onagers_descr
    carthaginian_heavy_onagers_descr_short

    egyptian_heavy_onagers
    egyptian_heavy_onagers_descr
    egyptian_heavy_onagers_descr_short

    greek_heavy_onagers
    greek_heavy_onagers_descr
    greek_heavy_onagers_descr_short

    roman_heavy_onager
    roman_heavy_onager_descr
    roman_heavy_onager_descr_short

    carthaginian_elephant_african_cataphract
    carthaginian_elephant_african_cataphract_descr
    carthaginian_elephant_african_cataphract_descr_short

    greek_elephant_armoured
    greek_elephant_armoured_descr
    greek_elephant_armoured_descr_short

    amazon_chariots
    amazon_chariots_descr
    amazon_chariots_descr_short

    cheat_oliphants
    cheat_oliphants_descr
    cheat_oliphants_descr_short

    barb_chieftain_cavalry_dacian
    barb_chieftain_cavalry_dacian_descr
    barb_chieftain_cavalry_dacian_descr_short

    barb_chieftain_cavalry_gaul
    barb_chieftain_cavalry_gaul_descr
    barb_chieftain_cavalry_gaul_descr_short

    barb_chieftain_cavalry_german
    barb_chieftain_cavalry_german_descr
    barb_chieftain_cavalry_german_descr_short

    carthaginian_generals_cavalry
    carthaginian_generals_cavalry_descr
    carthaginian_generals_cavalry_descr_short

    east_generals_cavalry_early
    east_generals_cavalry_early_descr
    east_generals_cavalry_early_descr_short

    east_generals_cavalry
    east_generals_cavalry_descr
    east_generals_cavalry_descr_short

    egyptian_general_early
    egyptian_general_early_descr
    egyptian_general_early_descr_short

    egyptian_generals_bodyguard
    egyptian_generals_bodyguard_descr
    egyptian_generals_bodyguard_descr_short

    greek_generals_guard_cavalry
    greek_generals_guard_cavalry_descr
    greek_generals_guard_cavalry_descr_short

    roman_generals_guard_cavalry
    roman_generals_guard_cavalry_descr
    roman_generals_guard_cavalry_descr_short

    roman_civ_peasant
    roman_civ_peasant_descr
    roman_civ_peasant_descr_short

    roman_female_peasant
    roman_female_peasant_descr
    roman_female_peasant_descr_short

    barb_scythian_chieftain_cavalry_scythian
    barb_scythian_chieftain_cavalry_scythian_descr
    barb_scythian_chieftain_cavalry_scythian_descr_short

    thracian_generals_guard_cavalry
    thracian_generals_guard_cavalry_descr
    thracian_generals_guard_cavalry_descr_short


    These are the ones I found, and only 8 of them seem to work, 2 of them are not even in this list.

  11. #11
    Finder of Little Oddities Senior Member Makanyane's Avatar
    Join Date
    Jan 2006
    Posts
    2,220

    Default Re: Questions-

    what you have there is export_units.txt not export_descr_units.txt

    as was explained earlier you need to look up the entries in the file you printed eg
    look for barb_cavalry_gaul
    in export_descr_units.txt to find the 'type' lines associated with it which normally but not always are something like
    barb cavalry gaul
    without the underscores

    What also seems to be confusing people (because you're in modding section) is everyone is assuming you are using script. When perhaps you are actually just trying to use 'cheat' codes in RomeShell.

    Please confirm are you trying to write a script or just enter these in the in game console? As some codes don't work properly in the RomeShell console but do in script..... if you can confirm that maybe we can help further.
    Not used mods before? Looking for something small and fun?!
    Download the:

  12. #12
    Member Member Deadhuntr's Avatar
    Join Date
    Nov 2007
    Location
    San Diego
    Posts
    45

    Default Re: Questions-

    You mean this?


    ;
    ; RTW: Barbarian Invasion Unit Details spreadsheet-generated unit descriptions
    ;

    ;Data entries are as follows
    ; Type The internal name of the unit. Note this not necessarily the same as the on screen name
    ; dictionary The tag used to look up the on screen name
    ;
    ;Category and class define the rough type of the unit. They're used for setting some default attributes and for
    ;determining where units go in formation amongst other things such as tags to support AI army formation
    ; category infantry, cavalry, siege, handler, ship or non_combatant
    ; class light, heavy, missile or spearmen
    ;
    ; voice_type Used to determine the type of voice used by the unit
    ;
    ; soldier Name of the soldier model to use (from descr_models_battle.txt)
    ; followed by the number of ordinary soldiers in the unit
    ; followed by the number of extras (pigs dogs, elephants, chariots artillery pieces etc attached to the unit)
    ; followed by the collision mass of the men. 1.0 is normal. [Only applies to infantry]
    ; officer Name of officer model. There may be up to 0-3 officer lines per unit
    ; ship Type of ship used if applicable
    ; engine Type of siege engine used by unit
    ; animal The type of (non ridden) animals used by the unit
    ; mount Type of animal or vehicle ridden on
    ;
    ; mount_effect Factors to add when in combat against enemy units that have the specified mounts
    ; Up to three factors may be specified, which may be classes of mount, or specific types
    ;
    ; attributes A miscellanious list of attributes and abilities the unit may have. Including
    ; sea_faring = can board ships; can_swim = can swim across rivers
    ; hide_forest, hide_improved_forest, hide_long_grass, hide_anywhere = defines where the unit can hide
    ; can_sap = Can dig tunnels under walls
    ; frighten_foot, frighten_mounted = Cause fear to certain nearby unit types
    ; can_run_amok = Unit may go out of control when riders lose control of animals
    ; general_unit = The unit can be used for a named character's bodyguard
    ; cantabrian_circle = The unit has this special ability
    ; no_custom = The unit may not be selected in custom battles
    ; command = The unit carries a legionary eagle, and gives bonuses to nearby units
    ; mercenary_unit = The unit is s mercenary unit available to all factions
    ;
    ; formation soldier spacing (in metres) side to side, then front to back for close formation
    ; followed by the same measurements in loose formation.
    ; followed by the default number of ranks for the unit
    ; followed by the formations possible for the unit. One or two of
    ; square, horde, schiltrom, shield_wall, phalanx, testudo, or wedge
    ;
    ; stat_health Hit points of man, followed by hit points of mount or attached animal (if applicable)
    ; Ridden horses and camels do not have separate hit points
    ;
    ;Details of unit's primary weapon. If the unit has a missile weapon it must be the primary
    ; stat_pri From left to right
    ; attack factor
    ; attack bonus factor if charging
    ; missile type fired (no if not a missile weapon type)
    ; range of missile
    ; amount of missile ammunition per man
    ; Weapon type = melee, thrown, missile, or siege_missile
    ; Tech type = simple, other, blade, archery or siege
    ; Damage type = piercing, blunt, slashing or fire. (I don't think this is used anymore)
    ; Sound type when weapon hits = none, knife, mace, axe, sword, or spear
    ; Min delay between attacks (in 1/10th of a second)
    ; stat_pri_attr
    ; primary weapon attributes any or all of
    ; ap = armour piercing. Only counts half of target's armour
    ; bp = body piercing. Missile can pass through men and hit those behind
    ; spear = Used for long spears. Gives bonuses fighting cavalry, and penalties against infantry
    ; long_pike = Use very long pikes. Phalanx capable units only
    ; short_pike = Use shorter than normal spears.
    ; prec = Missile weapon is only thrown/ fired just before charging into combat
    ; thrown = The missile type if thrown rather than fired
    ; launching = attack may throw target men into the air
    ; area = attack affects an area, not just one man
    ; spear & light_spear = The unit when braced has various protecting mechanisms versus cavalry charges from the front
    ; spear_bonus_x = attack bonus against cavalry. x = 2, 4, 6, 8, 10 or 12
    ;
    ;Details of secondary weapons. If the unit rides on, or has attached animals or vehicles
    ;then the secondary weapon details refer to their attacks. If the unit has missile weapons
    ;the secondary weapon will be the one used for melee
    ;If the unit has a primary melee weapon, it may have a secondary side arm
    ; stat_sec As per stat_pri (a value of no means no secondary weapon)
    ; stat_sec_attr As per stat_pri_attr
    ;
    ; stat_pri_armour Details of the man's defences
    ; armour factor
    ; defensive skill factor (not used when shot at)
    ; shield factor (only used for attacks from the front of left)
    ; sound type when hit = flesh, leather, or metal
    ;
    ; stat_sec_armour Details of animal's or vehicle's defenses (note riden horses do not have a separate defence)
    ; As per stat_pri_armour, except that the shield entry is ommited
    ;
    ; stat_heat Extra fatigue suffered by the unit in hot climates
    ;
    ; stat_ground Combat modifiers on different ground types. From left to right
    ; scrub, sand, forest, snow
    ; stat_mental The base morale level, followed by discipline and training
    ; discipline may be normal, low, disciplined or impetuous. Impetuous units may charge without orders
    ; training determines how tidy the unit's formation is. Discipline the response to morale SHOCKS
    ;
    ; stat_charge_distance Distance from the enemy that the unit will begin charging
    ; stat_fire_delay Extra delay over that imposed by animation, hetween volleys
    ;
    ; stat_food No longer used
    ; stat_cost Number of turns to build,
    ; Cost of unit to construct
    ; Cost of upkeep
    ; Cost of upgrading weapons
    ; Cost of upgrading armour
    ; Cost for custom battles
    ; stat_ownership List of factions and cultures that may have this unit



    type western peasant alemanni
    dictionary western_peasant_alemanni ; Barbarian Peasants
    category infantry
    class light
    voice_type Light_1
    soldier western_peasant, 60, 0, 0.8
    attributes sea_faring, hide_forest, can_swim, is_peasant
    formation 1.2, 1.8, 2.4, 2.4, 6, horde
    stat_health 1, 0
    stat_pri 2, 1, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 5, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1, -2, 3, 2
    stat_mental 1, low, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 72, 28, 20, 30, 80
    ownership slave, alemanni, lombardi, burgundii


    type western peasant frank
    dictionary western_peasant_frank ; Barbarian Peasants
    category infantry
    class light
    voice_type Light_1
    soldier western_peasant, 60, 0, 0.8
    attributes sea_faring, hide_forest, can_swim, is_peasant
    formation 1.2, 1.8, 2.4, 2.4, 6, horde
    stat_health 1, 0
    stat_pri 2, 1, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 5, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1, -2, 3, 2
    stat_mental 1, low, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 72, 28, 20, 30, 80
    ownership slave, franks


    type western peasant saxon
    dictionary western_peasant_saxon ; Barbarian Peasants
    category infantry
    class light
    voice_type Light_1
    soldier western_peasant, 60, 0, 0.8
    attributes sea_faring, hide_forest, can_swim, is_peasant
    formation 1.2, 1.8, 2.4, 2.4, 6, horde
    stat_health 1, 0
    stat_pri 2, 1, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 5, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1, -2, 3, 2
    stat_mental 1, low, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 72, 28, 20, 30, 80
    ownership slave, saxons


    type western peasant celt
    dictionary western_peasant_celt ; Barbarian Peasants
    category infantry
    class light
    voice_type Light_1
    soldier western_peasant, 60, 0, 0.8
    attributes sea_faring, hide_forest, can_swim, is_peasant
    formation 1.2, 1.8, 2.4, 2.4, 6, horde
    stat_health 1, 0
    stat_pri 2, 1, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 5, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1, -2, 3, 2
    stat_mental 1, low, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 72, 28, 20, 30, 80
    ownership slave, celts


    type spear warband alemanni
    dictionary spear_warband_alemanni ; Spear Warband
    category infantry
    class spearmen
    voice_type Medium_1
    soldier spear_warband, 60, 0, 1.1
    attributes sea_faring, hide_forest
    formation 1, 1, 2, 2, 4, square, schiltrom
    stat_health 1, 0
    stat_pri 6, 4, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_pri_attr short_pike, spear, spear_bonus_4
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 5, 3, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 3
    stat_ground 1, -2, 3, 2
    stat_mental 5, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 315, 115, 40, 60, 350
    ownership slave, alemanni, lombardi, burgundii


    type levy spearman frank
    dictionary levy_spearman_frank ; Levy Spearmen
    category infantry
    class spearmen
    voice_type Light_1
    soldier levy_spearman_barbarian, 60, 0, 1.1
    attributes sea_faring, hide_forest
    formation 1, 1, 2, 2, 4, square, shield_wall
    stat_health 1, 0
    stat_pri 11, 4, javelin, 50, 3, thrown, archery, piercing, spear, 25 ,1
    stat_pri_attr prec, thrown
    stat_sec 7, 4, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_sec_attr light_spear, spear_bonus_4
    stat_pri_armour 2, 5, 3, flesh
    stat_sec_armour 0, 2, flesh
    stat_heat 2
    stat_ground 1, -2, 3, 2
    stat_mental 5, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 333, 115, 40, 60, 370
    ownership slave, franks


    type levy spearman saxon
    dictionary levy_spearman_saxon ; Levy Spearmen
    category infantry
    class spearmen
    voice_type Light_1
    soldier levy_spearman_barbarian, 60, 0, 1.1
    attributes sea_faring, hide_forest
    formation 1, 1, 2, 2, 4, square, shield_wall
    stat_health 1, 0
    stat_pri 11, 4, javelin, 50, 3, thrown, archery, piercing, spear, 25 ,1
    stat_pri_attr prec, thrown
    stat_sec 7, 4, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_sec_attr light_spear, spear_bonus_4
    stat_pri_armour 2, 5, 3, flesh
    stat_sec_armour 0, 2, flesh
    stat_heat 2
    stat_ground 1, -2, 3, 2
    stat_mental 5, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 333, 115, 40, 60, 370
    ownership slave, saxons


    type celtic spearman
    dictionary celtic_spearman ; Pictish Spearmen
    category infantry
    class spearmen
    voice_type Medium_1
    soldier spear_warband, 60, 0, 1.1
    attributes sea_faring, hide_forest
    formation 1, 1, 2, 2, 4, square, schiltrom
    stat_health 1, 0
    stat_pri 6, 4, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_pri_attr short_pike, spear, spear_bonus_4
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 5, 3, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 3
    stat_ground 1, -2, 3, 2
    stat_mental 5, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 315, 115, 40, 60, 350
    ownership slave, celts


    type barb horde peasants
    dictionary barb_horde_peasants ; Horde Peasants
    category infantry
    class light
    voice_type Light_1
    soldier western_peasant, 60, 0, 0.8
    attributes sea_faring, hide_forest, can_horde, can_swim, no_custom, is_peasant
    formation 1.2, 1.8, 2.4, 2.4, 6, horde
    stat_health 1, 0
    stat_pri 2, 1, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 5, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1, -2, 3, 2
    stat_mental 1, low, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 72, 0, 20, 30, 80
    ownership franks, lombardi, burgundii


    type barb horde spearman
    dictionary barb_horde_spearman ; Horde Spearmen
    category infantry
    class spearmen
    voice_type Light_1
    soldier spear_warband, 60, 0, 1.1
    attributes sea_faring, hide_forest, can_horde, no_custom
    formation 1, 1, 2, 2, 4, horde
    stat_health 1, 0
    stat_pri 7, 4, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_pri_attr light_spear, spear_bonus_4
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 2, 5, 3, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1, -2, 3, 2
    stat_mental 5, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 279, 0, 40, 50, 310
    ownership franks, lombardi, burgundii


    type barb horde hunter
    dictionary barb_horde_hunter ; Horde Hunters
    category infantry
    class missile
    voice_type Medium_1
    soldier saxon_hunters, 40, 0, 0.9
    mount_effect elephant +6, chariot +6
    attributes sea_faring, hide_improved_forest, hide_long_grass, can_horde, can_swim
    formation 1.6, 2, 3.2, 4, 2, square
    stat_health 1, 0
    stat_pri 5, 1, arrow, 120, 30, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 5, 1, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 2, 5, 0, flesh
    stat_sec_armour 0, 2, flesh
    stat_heat 2
    stat_ground 1, -2, 3, 2
    stat_mental 3, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 207, 0, 30, 40, 230
    ownership franks, lombardi, burgundii


    type barb horde raider
    dictionary barb_horde_raider ; Horde Raiders
    category cavalry
    class light
    voice_type Medium_1
    soldier raiders, 27, 0, 1
    mount light horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, can_horde, can_swim
    formation 3, 4, 6, 6, 4, square
    stat_health 1, 0
    stat_pri 6, 6, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 5, 3, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 3
    stat_ground 0, -2, -4, 2
    stat_mental 5, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 342, 0, 40, 60, 380
    ownership franks, lombardi, burgundii


    type barb horde chosen swordsmen
    dictionary barb_horde_chosen_swordsmen ; Horde Chosen Swordsmen
    category infantry
    class heavy
    voice_type Heavy_1
    soldier sword_heerbann, 40, 0, 1.1
    officer barb_standard
    attributes sea_faring, hide_improved_forest, hardy, can_horde
    formation 1.2, 1.2, 2.4, 2.4, 4, square, shield_wall
    stat_health 1, 0
    stat_pri 12, 6, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 7, 7, 6, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 5
    stat_ground 1, -2, 3, 2
    stat_mental 11, impetuous, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 567, 0, 70, 100, 630
    ownership franks, lombardi, burgundii


    type chosen axemen alemanni
    dictionary chosen_axemen_alemanni ; Chosen Axemen
    category infantry
    class heavy
    voice_type Heavy_1
    soldier chosen_axemen, 40, 0, 1.1
    officer barb_standard
    attributes sea_faring, hide_forest, can_sap, hardy, warcry
    formation 1.2, 1.2, 2.4, 2.4, 4, square
    stat_health 1, 0
    stat_pri 14, 5, no, 0, 0, melee, blade, slashing, axe, 25 ,0.87
    stat_pri_attr ap
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 6, 8, 0, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 4
    stat_ground 1, -2, 3, 2
    stat_mental 9, impetuous, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 450, 134, 50, 80, 500
    ownership slave, alemanni, lombardi, burgundii, saxons


    type sword heerbann
    dictionary sword_heerbann ; Sword Heerbann
    category infantry
    class heavy
    voice_type Medium_1
    soldier sword_heerbann, 40, 0, 1.1
    officer barb_standard
    attributes sea_faring, hide_forest, can_sap
    formation 1.2, 1.2, 2.4, 2.4, 4, square, shield_wall
    stat_health 1, 0
    stat_pri 9, 5, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 7, 7, 6, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 5
    stat_ground 1, -2, 3, 2
    stat_mental 5, impetuous, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 459, 144, 60, 80, 510
    ownership slave, franks


    type axe heerbann
    dictionary axe_heerbann ; Axe Heerbann
    category infantry
    class heavy
    voice_type Medium_1
    soldier axe_heerbann, 40, 0, 1.1
    officer barb_standard
    attributes sea_faring, hide_forest, can_sap
    formation 1.2, 1.2, 2.4, 2.4, 4, square, shield_wall
    stat_health 1, 0
    stat_pri 7, 5, no, 0, 0, melee, simple, piercing, axe, 25 ,1
    stat_pri_attr ap
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 7, 4, 6, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 5
    stat_ground 1, -2, 3, 2
    stat_mental 5, impetuous, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 459, 124, 60, 80, 510
    ownership slave, franks


    type saxon keels
    dictionary saxon_keels ; Saxon Keel
    category infantry
    class spearmen
    voice_type Medium_1
    soldier saxon_keels, 40, 0, 1.1
    officer barb_standard
    attributes sea_faring, hide_forest
    formation 1, 1, 2, 2, 4, square, shield_wall
    stat_health 1, 0
    stat_pri 7, 4, no, 0, 0, melee, blade, piercing, spear, 25 ,0.73
    stat_pri_attr spear, spear_bonus_8
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 4, 6, 6, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 4
    stat_ground 1, -2, 3, 2
    stat_mental 5, impetuous, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 342, 115, 40, 60, 380
    ownership slave, saxons


    type gallowglass
    dictionary gallowglass ; Gallowglasses
    category infantry
    class heavy
    voice_type Heavy_1
    soldier gallowglass, 40, 0, 1.3
    officer barb_standard
    attributes sea_faring, hide_forest, can_sap, warcry
    formation 1.2, 1.2, 2.4, 2.4, 4, square
    stat_health 1, 0
    stat_pri 13, 5, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 7, 10, 0, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 4
    stat_ground 1, -2, 3, 2
    stat_mental 9, impetuous, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 450, 124, 50, 80, 500
    ownership slave, celts


    type lombard archers
    dictionary lombard_archers ; Lombard Archers
    category infantry
    class missile
    voice_type Light_1
    soldier lombard_archers, 40, 0, 0.9
    mount_effect elephant +6, chariot +6
    attributes sea_faring, hide_improved_forest, hide_long_grass, hardy, can_swim
    formation 1.2, 1.2, 2.4, 2.4, 2, square
    stat_health 1, 0
    stat_pri 8, 2, arrow, 140, 30, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 5, 2, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 5, 0, leather
    stat_sec_armour 0, 1, flesh
    stat_heat 3
    stat_ground 1, -2, 3, 2
    stat_mental 5, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 342, 105, 40, 60, 380
    ownership slave, alemanni, lombardi, burgundii


    type chosen archer alemanni
    dictionary chosen_archer_alemanni ; Chosen Archers
    category infantry
    class missile
    voice_type Medium_1
    soldier chosen_archer, 40, 0, 0.9
    mount_effect elephant +6, chariot +6
    attributes sea_faring, hide_improved_forest, hardy, can_swim
    formation 1.2, 1.2, 2.4, 2.4, 2, square
    stat_health 1, 0
    stat_pri 7, 4, arrow, 130, 30, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 8, 4, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 6, 5, 0, leather
    stat_sec_armour 0, 2, flesh
    stat_heat 4
    stat_ground 1, -2, 3, 2
    stat_mental 5, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 405, 105, 50, 70, 450
    ownership alemanni, lombardi, burgundii


    type francisca heerban
    dictionary francisca_heerban ; Francisca Heerbann
    category infantry
    class heavy
    voice_type Heavy_1
    soldier francisca_heerban, 40, 0, 1.1
    officer barb_standard
    mount_effect elephant +6, chariot +6
    attributes sea_faring, hide_forest, can_sap, hardy, warcry
    formation 1.2, 1.2, 2.4, 2.4, 3, square
    stat_health 1, 0
    stat_pri 6, 4, francisca, 40, 2, thrown, blade, piercing, mace, 25 ,1
    stat_pri_attr prec, launching, thrown ap
    stat_sec 9, 5, no, 0, 0, melee, simple, piercing, axe, 25 ,1
    stat_sec_attr ap
    stat_pri_armour 7, 6, 6, metal
    stat_sec_armour 0, 1, flesh
    stat_heat 5
    stat_ground 1, -2, 3, 2
    stat_mental 9, impetuous, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 585, 163, 70, 100, 650
    ownership franks


    type saxon hunters
    dictionary saxon_hunters ; Hunters
    category infantry
    class missile
    voice_type Heavy_1
    soldier saxon_hunters, 40, 0, 0.9
    mount_effect elephant +6, chariot +6
    attributes sea_faring, hide_improved_forest, hide_long_grass, hardy, can_swim
    formation 1.6, 2, 3.2, 4, 2, square
    stat_health 1, 0
    stat_pri 7, 2, arrow, 120, 30, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 6, 5, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_sec_attr no
    stat_pri_armour 2, 6, 0, flesh
    stat_sec_armour 0, 2, flesh
    stat_heat 2
    stat_ground 1, -2, 3, 2
    stat_mental 5, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 270, 105, 30, 50, 300
    ownership slave, saxons, franks


    type celtic crossbowmen
    dictionary celtic_crossbowmen ; Pictish Crossbowmen
    category infantry
    class missile
    voice_type Light_1
    soldier celtic_crossbowmen, 40, 0, 0.9
    mount_effect elephant +6, chariot +6
    attributes sea_faring, hide_improved_forest, can_swim
    formation 1.2, 1.2, 2.4, 2.4, 2, square
    stat_health 1, 0
    stat_pri 6, 2, crossbow, 70, 20, missile, archery, piercing, none, 25 ,1
    stat_pri_attr ap
    stat_sec 5, 2, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 5, 0, leather
    stat_sec_armour 0, 1, flesh
    stat_heat 3
    stat_ground 1, -2, 3, 2
    stat_mental 5, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 18
    stat_food 60, 300
    stat_cost 1, 315, 105, 40, 60, 350
    ownership slave, celts


    type celtic kerns
    dictionary celtic_kerns ; Kerns
    category infantry
    class light
    voice_type Medium_1
    soldier celtic_kerns, 40, 0, 0.9
    mount_effect elephant +6, chariot +6
    attributes sea_faring, hide_improved_forest, hide_long_grass
    formation 1.6, 2, 3.2, 4, 3, square
    stat_health 1, 0
    stat_pri 9, 4, javelin, 55, 6, thrown, archery, piercing, spear, 25 ,1
    stat_pri_attr thrown
    stat_sec 6, 4, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 4, 3, flesh
    stat_sec_armour 0, 1, flesh
    stat_heat 2
    stat_ground 1, -2, 3, 2
    stat_mental 5, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 216, 67, 30, 40, 240
    ownership slave, celts


    type celtic slingers
    dictionary celtic_slingers ; Slingers
    category infantry
    class missile
    voice_type Light_1
    soldier celtic_slingers, 40, 0, 0.9
    mount_effect elephant +6, chariot +6
    attributes sea_faring, hide_improved_forest, hide_long_grass, can_swim
    formation 1.6, 2, 3.2, 4, 3, square
    stat_health 1, 0
    stat_pri 3, 1, stone, 80, 40, missile, archery, blunt, none, 25 ,1
    stat_pri_attr ap
    stat_sec 3, 1, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 2, 4, 3, flesh
    stat_sec_armour 0, 1, flesh
    stat_heat 2
    stat_ground 1, -2, 3, 2
    stat_mental 3, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 207, 76, 30, 40, 230
    ownership slave, celts


    type lombard berserkers
    dictionary lombard_berserkers ; Lombard Berserkers
    category infantry
    class heavy
    voice_type Heavy_1
    soldier lombard_berserkers, 16, 0, 3.25, 0.6, 2.2
    attributes sea_faring, hide_forest, frighten_foot, very_hardy, can_swim, warcry
    formation 1.7, 1.7, 2.4, 2.4, 2, square
    stat_health 2, 0
    stat_pri 14, 7, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 2, 7, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1, -2, 3, 2
    stat_mental 15, berserker, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 729, 188, 90, 130, 810
    ownership alemanni, lombardi, burgundii


    type golden band
    dictionary golden_band ; Golden Band
    category infantry
    class heavy
    voice_type Heavy_1
    soldier golden_band, 40, 0, 1.3
    attributes sea_faring, hide_forest, can_sap, hardy, warcry
    formation 1.2, 1.2, 2.4, 2.4, 4, square
    stat_health 1, 0
    stat_pri 16, 5, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 5, 11, 0, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 3
    stat_ground 1, -2, 3, 2
    stat_mental 13, impetuous, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 459, 144, 60, 80, 510
    ownership alemanni, lombardi, burgundii


    type saxon hearth troops
    dictionary saxon_hearth_troops ; Saxon Hearth Troops
    category infantry
    class heavy
    voice_type Heavy_1
    soldier saxon_hearth_troops, 40, 0, 1.3
    officer barb_standard
    attributes sea_faring, hide_forest, can_sap, hardy
    formation 1, 1, 2, 2, 4, square, shield_wall
    stat_health 1, 0
    stat_pri 11, 4, no, 0, 0, melee, blade, slashing, axe, 25 ,0.87
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 7, 10, 6, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 5
    stat_ground 1, -2, 3, 2
    stat_mental 10, disciplined, highly_trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 531, 220, 60, 90, 590
    ownership saxons


    type hounds of culann
    dictionary hounds_of_culann ; Hounds of Culann
    category infantry
    class heavy
    voice_type Heavy_1
    soldier hounds_of_culann, 16, 0, 3.25, 0.6, 2.2
    attributes sea_faring, hide_forest, frighten_foot, very_hardy, can_swim, warcry
    formation 1.7, 1.7, 2.4, 2.4, 2, square
    stat_health 2, 0
    stat_pri 11, 7, no, 0, 0, melee, blade, blunt, mace, 25 ,1
    stat_pri_attr ap
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 5, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1, -2, 3, 2
    stat_mental 15, berserker, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 621, 180, 70, 110, 690
    ownership celts


    type noble cavalry alemanni
    dictionary noble_cavalry_alemanni ; Barbarian Noble Cavalry
    category cavalry
    class heavy
    voice_type Heavy_1
    soldier noble_cavalry, 27, 0, 1
    mount heavy horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy
    formation 1.5, 4, 3, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 10, 6, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 9, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 5
    stat_ground 0, -2, -4, 2
    stat_mental 9, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 873, 229, 100, 150, 970
    ownership alemanni, lombardi, burgundii


    type frankish paladins
    dictionary frankish_paladins ; Paladins
    category cavalry
    class heavy
    voice_type Medium_1
    soldier paladins, 27, 0, 1
    mount heavy horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy
    formation 1.2, 4, 2.4, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 10, 10, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 13, 6, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 10, 4, metal
    stat_sec_armour 0, 4, flesh
    stat_heat 5
    stat_ground 0, -2, -4, 2
    stat_mental 13, disciplined, trained
    stat_charge_dist 50
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 1026, 259, 120, 180, 1140
    ownership franks


    type cavalry alemanni
    dictionary cavalry_alemanni ; Barbarian Cavalry
    category cavalry
    class light
    voice_type Medium_1
    soldier barbarian_cavalry, 27, 0, 1
    mount medium horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy, can_swim, power_charge
    formation 1.5, 4, 3, 6, 4, square
    stat_health 1, 0
    stat_pri 7, 7, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 2, 5, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 0, -2, -4, 2
    stat_mental 5, impetuous, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 279, 134, 40, 50, 310
    ownership slave, alemanni, lombardi, burgundii


    type noble warriors frank
    dictionary noble_warriors_frank ; Noble Warriors
    category cavalry
    class heavy
    voice_type Heavy_1
    soldier mounted_nobles, 27, 0, 1
    mount heavy horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy
    formation 1.5, 4, 3, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 10, 6, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 9, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 5
    stat_ground 0, -2, -4, 2
    stat_mental 9, impetuous, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 873, 229, 100, 150, 970
    ownership franks


    type night raiders alemanni
    dictionary night_raiders_alemanni ; Night Raiders
    category infantry
    class light
    voice_type Heavy_1
    soldier night_raiders, 40, 0, 1.1
    attributes sea_faring, hide_improved_forest, hide_long_grass, hardy, can_swim, warcry, frighten_foot
    formation 1.2, 1.2, 2.4, 2.4, 4, square
    stat_health 1, 0
    stat_pri 10, 6, no, 0, 0, melee, simple, piercing, axe, 25 ,1
    stat_pri_attr ap
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 2, 4, 3, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1, -2, 3, 2
    stat_mental 11, impetuous, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 342, 126, 40, 60, 380
    ownership alemanni, lombardi, burgundii


    type saxon mounted nobles
    dictionary saxon_mounted_nobles ; Mounted Nobles
    category cavalry
    class heavy
    voice_type Heavy_1
    soldier mounted_nobles, 27, 0, 1
    mount heavy horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy
    formation 1.5, 4, 3, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 10, 6, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 9, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 5
    stat_ground 0, -2, -4, 2
    stat_mental 9, impetuous, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 873, 229, 100, 150, 970
    ownership saxons


    type noble clansmen celt
    dictionary noble_clansmen_celt ; Noble Clansmen
    category cavalry
    class heavy
    voice_type Heavy_1
    soldier noble_clansmen, 27, 0, 1
    mount heavy horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy, power_charge
    formation 1.5, 4, 3, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 10, 6, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 6, 9, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 4
    stat_ground 0, -2, -4, 2
    stat_mental 9, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 729, 210, 90, 130, 810
    ownership celts


    type burgundian lancer
    dictionary burgundian_lancer ; Burgundian Lancers
    category cavalry
    class heavy
    voice_type Light_1
    soldier burgundian_lancer, 27, 0, 1
    mount medium horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest
    formation 1.2, 4, 2.4, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 7, 10, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 6, 7, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 4
    stat_ground 0, -2, -4, 2
    stat_mental 9, impetuous, trained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 657, 199, 80, 110, 730
    ownership alemanni, lombardi, burgundii


    type frankish raiders
    dictionary frankish_raiders ; Raiders
    category cavalry
    class light
    voice_type Medium_1
    soldier raiders, 27, 0, 1
    mount light horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, can_swim
    formation 3, 4, 6, 6, 4, square
    stat_health 1, 0
    stat_pri 6, 6, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 5, 3, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 3
    stat_ground 0, -2, -4, 2
    stat_mental 5, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 342, 146, 40, 60, 380
    ownership slave, franks


    type saxon sea raiders
    dictionary saxon_sea_raiders ; Saxon Sea Raiders
    category cavalry
    class light
    voice_type Medium_1
    soldier sea_raiders, 27, 0, 1
    mount medium horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, can_swim
    formation 3, 4, 6, 6, 4, square
    stat_health 1, 0
    stat_pri 7, 7, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 5, 4, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 3
    stat_ground 0, -2, -4, 2
    stat_mental 5, impetuous, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 432, 160, 50, 80, 480
    ownership slave, saxons


    type scotti chariots
    dictionary scotti_chariots ; Scotti Chariots
    category cavalry
    class light
    voice_type Light_1
    soldier scotti_chariots, 18, 9, 1
    mount barbarian heavy chariot
    mount_effect elephant -8, camel -4
    attributes sea_faring, hide_forest
    formation 8.5, 9, 15, 15, 4, square
    stat_health 1, 2
    stat_pri 9, 4, javelin, 55, 6, thrown, archery, piercing, spear, 25 ,1
    stat_pri_attr thrown
    stat_sec 5, 7, no, 0, 0, melee, blade, slashing, none, 25 ,1
    stat_sec_attr launching, ap
    stat_pri_armour 3, 3, 0, leather
    stat_sec_armour 0, 1, flesh
    stat_heat 3
    stat_ground 0, -2, -4, 2
    stat_mental 5, impetuous, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 360, 189, 40, 60, 400
    ownership celts


    type druids
    dictionary druids ; Druids
    category infantry
    class heavy
    voice_type Heavy_1
    soldier druids, 12, 0, 1.1
    attributes sea_faring, hide_improved_forest, druid, can_swim
    formation 1.2, 1.2, 2.4, 2.4, 3, horde
    stat_health 1, 0
    stat_pri 11, 5, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 4, 5, 3, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 3
    stat_ground 1, -2, 3, 2
    stat_mental 11, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 279, 154, 40, 50, 310
    ownership celts


    type alemanni warhounds
    dictionary alemanni_warhounds ; Warhounds
    category handler
    class light
    voice_type Medium_1
    soldier barb_crew, 12, 24, 0.9
    animal wardogs
    attributes sea_faring, hide_forest, can_swim
    formation 2.2, 2.2, 3, 3, 3, horde
    stat_health 1, 1
    stat_pri 4, 2, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_pri_attr no
    stat_sec 10, 2, no, 0, 0, melee, other, blunt, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 5, 0, leather
    stat_sec_armour 1, 1, flesh
    stat_heat 3
    stat_ground 1, -2, 3, 2
    stat_mental 5, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 477, 150, 60, 80, 530
    ownership alemanni, lombardi, burgundii


    type celtish wolfhounds
    dictionary celtish_wolfhounds ; Wolfhounds
    category handler
    class light
    voice_type Medium_1
    soldier barb_crew, 12, 24, 0.9
    animal wardogs
    attributes sea_faring, hide_forest, can_swim
    formation 2.2, 2.2, 3, 3, 3, horde
    stat_health 1, 1
    stat_pri 4, 2, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_pri_attr no
    stat_sec 10, 2, no, 0, 0, melee, other, blunt, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 5, 0, leather
    stat_sec_armour 1, 1, flesh
    stat_heat 3
    stat_ground 1, -2, 3, 2
    stat_mental 5, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 477, 150, 60, 80, 530
    ownership celts


    type alemanni onager
    dictionary alemanni_onager ; Onagers
    category siege
    class missile
    voice_type Light_1
    soldier barb_crew, 12, 2, 0.9
    engine onager
    attributes sea_faring
    formation 1.5, 1.5, 3, 3, 3, square
    stat_health 1, 0
    stat_pri 2, 1, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_pri_attr no
    stat_sec 51, 1, boulder, 300, 30, siege_missile, blade, blunt, none, 25 ,1
    stat_sec_attr ap, bp, area, launching
    stat_pri_armour 2, 3, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 0
    stat_ground 0, 0, 0, 0
    stat_mental 3, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 576, 126, 70, 100, 640
    ownership alemanni, lombardi, burgundii


    type frankish onager
    dictionary frankish_onager ; Onagers
    category siege
    class missile
    voice_type Light_1
    soldier barb_crew, 12, 2, 0.9
    engine onager
    attributes sea_faring
    formation 1.5, 1.5, 3, 3, 3, square
    stat_health 1, 0
    stat_pri 2, 1, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_pri_attr no
    stat_sec 51, 1, boulder, 300, 30, siege_missile, blade, blunt, none, 25 ,1
    stat_sec_attr ap, bp, area, launching
    stat_pri_armour 2, 3, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 0
    stat_ground 0, 0, 0, 0
    stat_mental 3, normal, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 576, 126, 70, 100, 640
    ownership franks


    type frankish ballistae
    dictionary frankish_ballistae ; Ballistae
    category siege
    class missile
    voice_type Light_1
    soldier barb_crew, 12, 2, 0.9
    engine ballista
    attributes sea_faring
    formation 1.5, 1.5, 3, 3, 3, square
    stat_health 1, 0
    stat_pri 2, 1, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_pri_attr no
    stat_sec 51, 1, ballista, 180, 50, siege_missile, blade, piercing, none, 25 ,1
    stat_sec_attr ap, bp, launching
    stat_pri_armour 2, 3, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 0
    stat_ground 0, 0, 0, 0
    stat_mental 3, normal, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 243, 115, 30, 40, 270
    ownership franks


    type chosen warlord alemanni
    dictionary chosen_warlord_alemanni ; Chosen Warlord
    category cavalry
    class heavy
    voice_type General_1
    soldier chosen_warlord, 12, 0, 1
    mount generals horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, general_unit, hide_forest, hardy, power_charge
    formation 1.5, 4, 3, 6, 3, square
    stat_health 2, 0
    stat_pri 13, 6, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 6, 10, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 4
    stat_ground 0, -2, -4, 2
    stat_mental 13, impetuous, trained
    stat_charge_dist 50
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 3, 1314, 201, 120, 180, 1160
    ownership slave, alemanni, lombardi, burgundii


    type frankish paladin bodyguard
    dictionary frankish_paladin_bodyguard ; Paladin Bodyguard
    category cavalry
    class heavy
    voice_type General_1
    soldier paladin_bodyguard, 12, 0, 1
    mount generals horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, general_unit, hide_forest, very_hardy
    formation 1.2, 4, 2.4, 6, 3, square
    stat_health 2, 0
    stat_pri 11, 9, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 14, 5, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 12, 4, metal
    stat_sec_armour 0, 4, flesh
    stat_heat 5
    stat_ground 0, -2, -4, 2
    stat_mental 13, disciplined, highly_trained
    stat_charge_dist 60
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 4, 1557, 240, 150, 220, 1430
    ownership slave, franks


    type saxon warlord
    dictionary saxon_warlord ; Warlord
    category cavalry
    class heavy
    voice_type General_1
    soldier chosen_warlord, 12, 0, 1
    mount generals horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, general_unit, hide_forest, hardy, power_charge
    formation 1.5, 4, 3, 6, 3, square
    stat_health 2, 0
    stat_pri 13, 6, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 10, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 5
    stat_ground 0, -2, -4, 2
    stat_mental 13, impetuous, trained
    stat_charge_dist 50
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 3, 1503, 210, 140, 210, 1370
    ownership slave, saxons


    type celtic warlord
    dictionary celtic_warlord ; Warlord
    category cavalry
    class heavy
    voice_type General_1
    soldier celtic_warlords, 12, 0, 1
    mount generals horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, general_unit, hide_forest, hardy, power_charge
    formation 1.5, 4, 3, 6, 3, square
    stat_health 2, 0
    stat_pri 13, 6, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 6, 10, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 4
    stat_ground 0, -2, -4, 2
    stat_mental 13, impetuous, trained
    stat_charge_dist 50
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 3, 1314, 201, 120, 180, 1160
    ownership slave, celts


    type african peasant
    dictionary african_peasant ; Peasants
    category infantry
    class light
    voice_type Light_1
    soldier eastern_peasant, 60, 0, 0.8
    attributes sea_faring, hide_forest, can_swim, is_peasant
    formation 1.2, 1.8, 2.4, 2.4, 6, horde
    stat_health 1, 0
    stat_pri 2, 1, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 5, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat -2
    stat_ground 1, 2, -2, -2
    stat_mental 1, low, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 72, 28, 20, 30, 80
    ownership slave, berbers


    type hillmen
    dictionary hillmen ; Hillmen
    category infantry
    class spearmen
    voice_type Light_1
    soldier hillmen, 60, 0, 0.8
    attributes sea_faring, hide_improved_forest, hide_long_grass, hardy
    formation 1.2, 1.2, 2.4, 2.4, 4, square
    stat_health 1, 0
    stat_pri 11, 4, javelin, 50, 3, thrown, archery, piercing, spear, 25 ,1
    stat_pri_attr prec, thrown
    stat_sec 7, 4, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_sec_attr light_spear, spear_bonus_4
    stat_pri_armour 2, 5, 3, flesh
    stat_sec_armour 0, 2, flesh
    stat_heat -2
    stat_ground 1, 2, -2, -2
    stat_mental 5, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 333, 115, 40, 60, 370
    ownership slave, berbers


    type berber axemen
    dictionary berber_axemen ; Berber Axemen
    category infantry
    class light
    voice_type Medium_1
    soldier berber_axemen, 40, 0, 1
    attributes sea_faring, hide_forest
    formation 1.2, 1.2, 2.4, 2.4, 4, square
    stat_health 1, 0
    stat_pri 6, 3, no, 0, 0, melee, simple, piercing, axe, 25 ,1
    stat_pri_attr ap
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 6, 3, leather
    stat_sec_armour 0, 0, flesh
    stat_heat -1
    stat_ground 1, 2, -2, -2
    stat_mental 5, impetuous, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 252, 96, 30, 50, 280
    ownership slave, berbers


    type desert archers african
    dictionary desert_archers_african ; Desert Archers
    category infantry
    class missile
    voice_type Light_1
    soldier desert_archers_african, 40, 0, 0.8
    attributes sea_faring, hide_improved_forest, hide_long_grass, can_swim
    formation 1.2, 1.2, 2.4, 2.4, 2, square
    stat_health 1, 0
    stat_pri 5, 1, arrow, 120, 30, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 5, 1, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 5, 0, leather
    stat_sec_armour 0, 2, flesh
    stat_heat -1
    stat_ground 1, 2, -2, -2
    stat_mental 3, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 234, 96, 30, 40, 260
    ownership slave, berbers


    type mountain men
    dictionary mountain_men ; Mountain Men
    category infantry
    class spearmen
    voice_type Heavy_1
    soldier mountain_men, 40, 0, 1.2
    attributes sea_faring, hide_forest, can_sap, hardy
    formation 1, 1, 2, 2, 4, square
    stat_health 1, 0
    stat_pri 7, 4, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_pri_attr light_spear, spear_bonus_4
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 5, 6, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 0
    stat_ground 1, 2, -2, -2
    stat_mental 5, impetuous, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 297, 96, 40, 50, 330
    ownership slave, berbers


    type berber lancers
    dictionary berber_lancers ; Berber Lancers
    category cavalry
    class light
    voice_type Medium_1
    soldier berber_lancers, 27, 0, 1
    mount medium horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest
    formation 1.5, 4, 3, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 4, 8, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 7, 4, leather
    stat_sec_armour 0, 0, flesh
    stat_heat -1
    stat_ground 0, 2,-6,-2
    stat_mental 5, impetuous, trained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 405, 180, 50, 70, 450
    ownership slave, berbers


    type moorish raiders
    dictionary moorish_raiders ; Moorish Raiders
    category cavalry
    class light
    voice_type Medium_1
    soldier moorish_raiders, 27, 0, 1
    mount light horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest
    formation 3, 4, 6, 6, 4, square
    stat_health 1, 0
    stat_pri 7, 4, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 9, 4, leather
    stat_sec_armour 0, 0, flesh
    stat_heat -1
    stat_ground 0, 2,-6,-2
    stat_mental 5, impetuous, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 387, 172, 50, 70, 430
    ownership slave, berbers


    type desert cavalry
    dictionary desert_cavalry ; Desert Cavalry
    category cavalry
    class missile
    voice_type Medium_1
    soldier desert_cavalry, 27, 0, 1
    mount light horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy
    formation 3, 4, 6, 6, 4, square
    stat_health 1, 0
    stat_pri 8, 2, arrow, 120, 40, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 5, 4, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 6, 0, leather
    stat_sec_armour 0, 2, flesh
    stat_heat -1
    stat_ground 0, 2,-6,-2
    stat_mental 5, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 468, 165, 60, 80, 520
    ownership slave, berbers


    type desert chieftain
    dictionary desert_chieftain ; Desert Chieftain
    category cavalry
    class heavy
    voice_type General_1
    soldier desert_chieftain, 12, 0, 1
    mount generals horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, general_unit, hide_forest, hardy
    formation 1.5, 4, 3, 6, 3, square
    stat_health 2, 0
    stat_pri 8, 6, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 9, 5, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 6, 10, 4, metal
    stat_sec_armour 0, 4, flesh
    stat_heat 0
    stat_ground 0, 2,-6,-2
    stat_mental 9, normal, trained
    stat_charge_dist 50
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 3, 1170, 197, 100, 150, 1000
    ownership slave, berbers


    type herdsmen hun
    dictionary herdsmen_hun ; Herdsmen
    category cavalry
    class light
    voice_type Light_1
    soldier herdsmen_mounted, 49, 0, 1
    mount light horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, can_swim, is_peasant
    formation 3, 4, 6, 6, 6, horde
    stat_health 1, 0
    stat_pri 4, 4, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 2, 5, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat -1
    stat_ground 1,0,-6,1
    stat_mental 3, low, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 288, 119, 40, 60, 320
    ownership slave, huns


    type herdsmen sarmatian
    dictionary herdsmen_sarmatian ; Herdsmen
    category cavalry
    class light
    voice_type Light_1
    soldier herdsmen_mounted, 39, 0, 1
    mount light horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, can_swim, is_peasant
    formation 3, 4, 6, 6, 6, horde
    stat_health 1, 0
    stat_pri 4, 4, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 2, 5, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat -1
    stat_ground 1,0,-6,1
    stat_mental 3, low, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 243, 105, 40, 50, 270
    ownership slave, sarmatians, roxolani


    type peasant vandal
    dictionary peasant_vandal ; Peasants
    category infantry
    class light
    voice_type Light_1
    soldier western_peasant, 60, 0, 1.1
    attributes sea_faring, hide_forest, can_swim, is_peasant
    formation 1.2, 1.8, 2.4, 2.4, 6, horde
    stat_health 1, 0
    stat_pri 3, 2, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 5, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat -1
    stat_ground 1,0,1,1
    stat_mental 3, low, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 81, 33, 20, 30, 90
    ownership slave, vandals, slavs


    type peasant gothic
    dictionary peasant_gothic ; Peasants
    category infantry
    class light
    voice_type Light_1
    soldier western_peasant, 60, 0, 1.1
    attributes sea_faring, hide_forest, can_swim, is_peasant
    formation 1.2, 1.8, 2.4, 2.4, 6, horde
    stat_health 1, 0
    stat_pri 3, 2, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 5, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat -1
    stat_ground 1,0,1,1
    stat_mental 3, low, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 81, 33, 20, 30, 90
    ownership slave, goths, ostrogoths


    type steppe spearmen hun
    dictionary steppe_spearmen_hun ; Steppe Spearmen
    category infantry
    class spearmen
    voice_type Medium_1
    soldier steppe_spearmen, 60, 0, 1
    attributes sea_faring, hide_forest
    formation 1, 1, 2, 2, 4, square, schiltrom
    stat_health 1, 0
    stat_pri 5, 2, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_pri_attr short_pike, spear, spear_bonus_4
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 7, 3, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 0
    stat_ground 1,0,1,1
    stat_mental 5, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 297, 167, 40, 50, 330
    ownership slave, huns


    type steppe spearmen vandal
    dictionary steppe_spearmen_vandal ; Steppe Spearmen
    category infantry
    class spearmen
    voice_type Medium_1
    soldier steppe_spearmen, 60, 0, 1.1
    attributes sea_faring, hide_forest
    formation 1, 1, 2, 2, 4, square, schiltrom
    stat_health 1, 0
    stat_pri 6, 4, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_pri_attr short_pike, spear, spear_bonus_4
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 5, 3, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 0
    stat_ground 1,0,1,1
    stat_mental 5, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 315, 133, 40, 60, 350
    ownership slave, vandals, slavs


    type gothic spearmen
    dictionary gothic_spearmen ; Gothic Spearmen
    category infantry
    class spearmen
    voice_type Medium_1
    soldier gothic_spearmen, 40, 0, 1.1
    attributes sea_faring, hide_forest
    formation 1, 1, 2, 2, 4, square, schiltrom
    stat_health 1, 0
    stat_pri 7, 3, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_pri_attr short_pike, spear, spear_bonus_4
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 6, 8, 6, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1,0,1,1
    stat_mental 9, normal, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 405, 163, 50, 70, 450
    ownership slave, goths, ostrogoths


    type runaway slave spearmen
    dictionary runaway_slave_spearmen ; Runaway Slave Spearmen
    category infantry
    class spearmen
    voice_type Light_1
    soldier runaway_slave_spearmen, 60, 0, 1.1
    attributes sea_faring, hide_forest
    formation 1, 1, 2, 2, 4, horde
    stat_health 1, 0
    stat_pri 6, 2, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_pri_attr light_spear, spear_bonus_4
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 2, 7, 3, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat -1
    stat_ground 1,0,1,1
    stat_mental 5, low, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 270, 150, 30, 50, 300
    ownership slave, sarmatians, roxolani, huns, goths, ostrogoths


    type steppe horde peasants
    dictionary steppe_horde_peasants ; Steppe Horde Peasants
    category infantry
    class light
    voice_type Light_1
    soldier western_peasant, 60, 0, 1.1
    attributes sea_faring, hide_forest, can_horde, can_swim, no_custom, is_peasant
    formation 1.2, 1.8, 2.4, 2.4, 6, horde
    stat_health 1, 0
    stat_pri 3, 2, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 5, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat -1
    stat_ground 1,0,1,1
    stat_mental 3, low, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 81, 0, 20, 30, 90
    ownership sarmatians, roxolani, vandals, slavs, goths, ostrogoths


    type steppe horde spearmen
    dictionary steppe_horde_spearmen ; Steppe Horde Spearmen
    category infantry
    class spearmen
    voice_type Light_1
    soldier runaway_slave_spearmen, 60, 0, 1.1
    attributes sea_faring, hide_forest, can_horde, no_custom
    formation 1, 1, 2, 2, 4, horde
    stat_health 1, 0
    stat_pri 6, 2, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_pri_attr light_spear, spear_bonus_4
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 2, 7, 3, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat -1
    stat_ground 1,0,1,1
    stat_mental 5, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 270, 0, 30, 50, 300
    ownership sarmatians, roxolani, vandals, slavs, goths, ostrogoths


    type steppe horde horse
    dictionary steppe_horde_horse ; Steppe Horde Horsemen
    category cavalry
    class missile
    voice_type Medium_1
    soldier steppe_horse_archers, 27, 0, 1
    mount light horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy, can_horde, cantabrian_circle, can_swim
    formation 1.5, 4, 3, 6, 4, horde
    stat_health 1, 0
    stat_pri 8, 2, arrow, 120, 40, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 5, 4, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 6, 0, leather
    stat_sec_armour 0, 2, flesh
    stat_heat 0
    stat_ground 1,0,-6,1
    stat_mental 5, low, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 468, 0, 60, 80, 520
    ownership sarmatians, roxolani, vandals, slavs, goths, ostrogoths


    type steppe horde chosen warriors
    dictionary steppe_horde_chosen_warriors ; Steppe Horde Chosen Warriors
    category infantry
    class heavy
    voice_type Heavy_1
    soldier steppe_horde_chosen_warriors, 40, 0, 1.1
    officer barb_standard
    attributes sea_faring, hide_improved_forest, hardy, can_horde
    formation 1.2, 1.2, 2.4, 2.4, 4, square
    stat_health 1, 0
    stat_pri 11, 5, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 7, 9, 6, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1,0,1,1
    stat_mental 9, impetuous, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 558, 0, 70, 100, 620
    ownership sarmatians, roxolani, vandals, slavs, goths, ostrogoths


    type hun horde chosen warriors
    dictionary hun_horde_chosen_warriors ; Hun Horde Chosen Warriors
    category cavalry
    class heavy
    voice_type Heavy_1
    soldier hunnic_heavy_cavalry, 33, 0, 1
    mount medium horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy, can_horde, power_charge
    formation 1.5, 4, 3, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 10, 6, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 9, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1,0,-6,1
    stat_mental 9, impetuous, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 891, 0, 100, 150, 990
    ownership huns


    type hun horde peasants
    dictionary hun_horde_peasants ; Horde Herdsmen
    category cavalry
    class light
    voice_type Light_1
    soldier herdsmen_mounted, 39, 0, 1
    mount light horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, can_horde, can_swim, no_custom, is_peasant
    formation 3, 4, 6, 6, 6, horde
    stat_health 1, 0
    stat_pri 5, 4, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 7, 0, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 0
    stat_ground 1,0,-6,1
    stat_mental 5, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 333, 0, 50, 70, 370
    ownership huns, sarmatians, roxolani


    type hun horde spearmen
    dictionary hun_horde_spearmen ; Hun Horde Spearmen
    category infantry
    class spearmen
    voice_type Medium_1
    soldier steppe_spearmen, 60, 0, 1
    attributes sea_faring, hide_forest, can_horde, no_custom
    formation 1, 1, 2, 2, 4, horde
    stat_health 1, 0
    stat_pri 6, 2, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_pri_attr light_spear, spear_bonus_4
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 7, 3, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 0
    stat_ground 1,0,1,1
    stat_mental 5, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 297, 0, 40, 50, 330
    ownership huns


    type hun horde horse
    dictionary hun_horde_horse ; Hun Horde Horsemen
    category cavalry
    class missile
    voice_type Medium_1
    soldier hun_horde_horse, 33, 0, 1
    mount light horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy, can_horde, cantabrian_circle, can_swim
    formation 3, 4, 6, 6, 4, horde
    stat_health 1, 0
    stat_pri 8, 2, arrow, 120, 40, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 6, 5, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 6, 0, leather
    stat_sec_armour 0, 2, flesh
    stat_heat 0
    stat_ground 1,0,-6,1
    stat_mental 5, low, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 567, 0, 70, 100, 630
    ownership huns


    type steppe swordsmen hun
    dictionary steppe_swordsmen_hun ; Steppe Swordsmen
    category infantry
    class heavy
    voice_type Medium_1
    soldier steppe_swordsmen, 40, 0, 1
    officer barb_standard
    attributes sea_faring, hide_forest, can_sap
    formation 1.2, 1.2, 2.4, 2.4, 4, square
    stat_health 1, 0
    stat_pri 9, 5, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 5, 7, 3, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 0
    stat_ground 1,0,1,1
    stat_mental 5, impetuous, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 324, 122, 40, 60, 360
    ownership slave, huns


    type steppe swordsmen vandal
    dictionary steppe_swordsmen_vandal ; Steppe Swordsmen
    category infantry
    class heavy
    voice_type Medium_1
    soldier steppe_swordsmen, 40, 0, 1.1
    officer barb_standard
    attributes sea_faring, hide_forest, can_sap, warcry
    formation 1.2, 1.2, 2.4, 2.4, 4, square
    stat_health 1, 0
    stat_pri 9, 5, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 5, 7, 3, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 0
    stat_ground 1,0,1,1
    stat_mental 5, impetuous, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 324, 122, 40, 60, 360
    ownership slave, vandals, slavs


    type bosphoran infantry
    dictionary bosphoran_infantry ; Bosphoran Infantry
    category infantry
    class spearmen
    voice_type Heavy_1
    soldier bosphoran_infantry, 40, 0, 1.1
    officer barb_standard
    attributes sea_faring, hide_forest, can_sap, hardy
    formation 1, 1, 2, 2, 4, square
    stat_health 1, 0
    stat_pri 9, 4, no, 0, 0, melee, blade, piercing, spear, 25 ,0.73
    stat_pri_attr spear, spear_bonus_8
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 8, 8, 6, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 3
    stat_ground 1,0,1,1
    stat_mental 9, disciplined, highly_trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 540, 200, 60, 90, 600
    ownership sarmatians, roxolani


    type gothic warriors
    dictionary gothic_warriors ; Gothic Warriors
    category infantry
    class heavy
    voice_type Medium_1
    soldier gothic_warriors, 40, 0, 1.1
    officer barb_standard
    attributes sea_faring, hide_forest, can_sap, warcry
    formation 1.2, 1.2, 2.4, 2.4, 4, square
    stat_health 1, 0
    stat_pri 10, 4, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 7, 7, 6, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1,0,1,1
    stat_mental 9, impetuous, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 504, 189, 60, 90, 560
    ownership slave, goths, ostrogoths


    type sarmatian virgin archers foot
    dictionary sarmatian_virgin_archers ; Sarmatian Virgin Foot Archers
    category infantry
    class missile
    voice_type Female_1
    soldier virgin_archers, 40, 0, 1.1
    attributes sea_faring, hide_improved_forest, hide_long_grass, can_swim
    formation 1.2, 1.2, 2.4, 2.4, 2, square
    stat_health 1, 0
    stat_pri 7, 1, arrow, 160, 30, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 3, 1, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 4, 0, leather
    stat_sec_armour 0, 1, flesh
    stat_heat 0
    stat_ground 1,0,1,1
    stat_mental 3, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 342, 111, 40, 60, 380
    ownership sarmatians, roxolani


    type steppe raiders
    dictionary steppe_raiders ; Steppe Raiders
    category infantry
    class missile
    voice_type Medium_1
    soldier steppe_raiders, 40, 0, 1
    attributes sea_faring, hide_improved_forest, hide_long_grass, hardy, can_swim
    formation 1.2, 1.2, 2.4, 2.4, 2, square
    stat_health 1, 0
    stat_pri 9, 2, arrow, 160, 30, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 7, 2, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 5, 6, 0, metal
    stat_sec_armour 0, 2, flesh
    stat_heat 0
    stat_ground 1,0,1,1
    stat_mental 5, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 450, 156, 50, 80, 500
    ownership slave, vandals, slavs


    type goth raiders
    dictionary goth_raiders ; Goth Raiders
    category infantry
    class missile
    voice_type Medium_1
    soldier goth_raiders, 40, 0, 1.1
    attributes sea_faring, hide_improved_forest, hide_long_grass, hardy, can_swim
    formation 1.2, 1.2, 2.4, 2.4, 2, square
    stat_health 1, 0
    stat_pri 9, 2, arrow, 160, 30, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 7, 2, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 6, 6, 0, leather
    stat_sec_armour 0, 2, flesh
    stat_heat 1
    stat_ground 1,0,1,1
    stat_mental 5, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 486, 167, 60, 90, 540
    ownership slave, goths, ostrogoths


    type steppe heavy spearmen hun
    dictionary steppe_heavy_spearmen_hun ; Steppe Heavy Spearmen
    category infantry
    class spearmen
    voice_type Heavy_1
    soldier steppe_heavy_spearmen, 40, 0, 1.2
    attributes sea_faring, hide_forest, can_sap, hardy
    formation 1, 1, 2, 2, 4, square
    stat_health 1, 0
    stat_pri 9, 4, no, 0, 0, melee, blade, piercing, spear, 25 ,0.73
    stat_pri_attr spear, spear_bonus_8
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 7, 8, 6, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1,0,1,1
    stat_mental 9, disciplined, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 513, 189, 60, 90, 570
    ownership huns


    type steppe heavy spearmen vandal
    dictionary steppe_heavy_spearmen_vandal ; Steppe Heavy Spearmen
    category infantry
    class spearmen
    voice_type Heavy_1
    soldier steppe_heavy_spearmen, 40, 0, 1.3
    attributes sea_faring, hide_forest, can_sap, hardy
    formation 1, 1, 2, 2, 4, square
    stat_health 1, 0
    stat_pri 9, 4, no, 0, 0, melee, blade, piercing, spear, 25 ,0.73
    stat_pri_attr spear, spear_bonus_8
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 7, 8, 6, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1,0,1,1
    stat_mental 9, disciplined, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 513, 189, 60, 90, 570
    ownership vandals, slavs


    type hunnic elite warriors
    dictionary hunnic_elite_warriors ; Hunnic Elite Warriors
    category cavalry
    class missile
    voice_type Heavy_1
    soldier elite_steppe_warriors, 33, 0, 1
    mount medium horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, very_hardy, cantabrian_circle
    formation 1.5, 4, 3, 6, 4, square
    stat_health 1, 0
    stat_pri 9, 4, arrow, 130, 30, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 10, 6, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 6, 9, 0, metal
    stat_sec_armour 0, 4, flesh
    stat_heat 1
    stat_ground 1,0,-6,1
    stat_mental 9, disciplined, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 810, 193, 90, 140, 900
    ownership huns


    type sarmatian armoured archers
    dictionary sarmatian_armoured_archers ; Sarmatian Armoured Archers
    category cavalry
    class missile
    voice_type Medium_1
    soldier armoured_archers, 27, 0, 1
    mount medium horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, very_hardy, cantabrian_circle
    formation 1.5, 4, 3, 6, 4, square
    stat_health 1, 0
    stat_pri 8, 2, arrow, 120, 40, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 7, 4, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 9, 0, metal
    stat_sec_armour 0, 4, flesh
    stat_heat 2
    stat_ground 1,0,-6,1
    stat_mental 5, disciplined, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 738, 183, 90, 130, 820
    ownership sarmatians, roxolani


    type steppe warriors
    dictionary steppe_warriors ; Steppe Warriors
    category cavalry
    class heavy
    voice_type Heavy_1
    soldier steppe_warriors, 27, 0, 1
    mount heavy horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy, power_charge
    formation 1.5, 4, 3, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 7, 7, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 5, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1,0,-6,1
    stat_mental 5, disciplined, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 792, 174, 90, 140, 880
    ownership vandals, slavs


    type hunnic lancers
    dictionary hunnic_lancers ; Hun Lancers
    category cavalry
    class light
    voice_type Medium_1
    soldier steppe_lancers, 33, 0, 1
    mount medium horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest
    formation 1.2, 4, 2.4, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 5, 10, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 5, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1,0,-6,1
    stat_mental 5, impetuous, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 792, 203, 90, 140, 880
    ownership huns


    type sarmatian noble cavalry
    dictionary sarmatian_noble_cavalry ; Sarmatian Noble Cavalry
    category cavalry
    class heavy
    voice_type Heavy_1
    soldier nomad_noble_cavalry, 27, 0, 1
    mount heavy horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy, power_charge
    formation 1.5, 4, 3, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 12, 7, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 8, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1,0,-6,1
    stat_mental 13, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 1026, 227, 120, 180, 1140
    ownership sarmatians, roxolani


    type alan noble cavalry
    dictionary alan_noble_cavalry ; Alan Noble Cavalry
    category cavalry
    class heavy
    voice_type Heavy_1
    soldier alan_noble_cavalry, 27, 0, 1
    mount heavy horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy
    formation 1.5, 4, 3, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 13, 6, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 10, 0, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1,0,-6,1
    stat_mental 13, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 891, 212, 100, 150, 990
    ownership sarmatians, roxolani


    type steppe lancers
    dictionary steppe_lancers ; Steppe Lancers
    category cavalry
    class light
    voice_type Medium_1
    soldier steppe_lancers, 27, 0, 1
    mount medium horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest
    formation 1.2, 4, 2.4, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 5, 10, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 6, 5, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 1
    stat_ground 1,0,-6,1
    stat_mental 5, impetuous, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 567, 153, 70, 100, 630
    ownership vandals, slavs


    type gothic lancer
    dictionary gothic_lancer ; Goth Lancer
    category cavalry
    class light
    voice_type Medium_1
    soldier steppe_lancers, 27, 0, 1
    mount medium horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest
    formation 1.2, 4, 2.4, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 5, 10, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 6, 5, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 1
    stat_ground 1,0,-6,1
    stat_mental 5, impetuous, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 567, 153, 70, 100, 630
    ownership goths, ostrogoths


    type hunnic heavy cavalry
    dictionary hunnic_heavy_cavalry ; Hunnic Heavy Cavalry
    category cavalry
    class heavy
    voice_type Heavy_1
    soldier hunnic_heavy_cavalry, 33, 0, 1
    mount heavy horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy, power_charge
    formation 1.5, 4, 3, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 10, 6, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 9, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1,0,-6,1
    stat_mental 9, impetuous, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 990, 236, 110, 170, 1100
    ownership huns


    type steppe nobles
    dictionary steppe_nobles ; Steppe Nobles
    category cavalry
    class heavy
    voice_type Heavy_1
    soldier steppe_nobles, 27, 0, 1
    mount heavy horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy
    formation 1.5, 4, 3, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 10, 6, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 9, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1,0,-6,1
    stat_mental 9, impetuous, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 873, 204, 100, 150, 970
    ownership vandals, slavs


    type gothic warrior nobles
    dictionary gothic_warrior_nobles ; Goth Noble Warriors
    category cavalry
    class heavy
    voice_type Heavy_1
    soldier gothic_warrior_nobles, 27, 0, 1
    mount heavy horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy, power_charge
    formation 1.5, 4, 3, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 10, 6, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 9, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1,0,-6,1
    stat_mental 9, impetuous, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 873, 204, 100, 150, 970
    ownership goths, ostrogoths


    type tribal cavalry
    dictionary tribal_cavalry ; Tribal Cavalry
    category cavalry
    class light
    voice_type Light_1
    soldier tribal_cavalry, 33, 0, 1
    mount light horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy, can_swim
    formation 1.5, 4, 3, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 7, 7, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 5, 4, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 0
    stat_ground 1,0,-6,1
    stat_mental 5, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 459, 143, 60, 80, 510
    ownership slave, huns


    type sarmatian virgin cavalry
    dictionary sarmatian_virgin_cavalry ; Sarmatian Virgin Cavalry
    category cavalry
    class light
    voice_type Female_1
    soldier virgin_cavalry, 27, 0, 1
    mount light horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, can_swim
    formation 1.5, 4, 3, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 7, 7, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 5, 4, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 0
    stat_ground 1,0,-6,1
    stat_mental 5, impetuous, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 414, 126, 50, 70, 460
    ownership sarmatians, roxolani


    type hunnic archers
    dictionary hunnic_archers ; Hunnic Archers
    category cavalry
    class missile
    voice_type Medium_1
    soldier steppe_archers, 33, 0, 1
    mount light horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, very_hardy, can_swim, cantabrian_circle
    formation 3, 4, 6, 6, 3, square
    stat_health 1, 0
    stat_pri 8, 2, arrow, 120, 40, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 5, 4, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 6, 6, 0, leather
    stat_sec_armour 0, 2, flesh
    stat_heat 1
    stat_ground 1,0,-6,1
    stat_mental 5, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 693, 180, 80, 120, 770
    ownership slave, huns


    type alan horse archers
    dictionary alan_horse_archers ; Alan Horse Archers
    category cavalry
    class missile
    voice_type Medium_1
    soldier alan_horse_archers, 27, 0, 1
    mount medium horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, very_hardy, can_swim, cantabrian_circle
    formation 1.5, 4, 3, 6, 3, square
    stat_health 1, 0
    stat_pri 8, 2, arrow, 120, 40, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 7, 4, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 6, 8, 0, leather
    stat_sec_armour 0, 4, flesh
    stat_heat 1
    stat_ground 1,0,-6,1
    stat_mental 5, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 657, 168, 80, 110, 730
    ownership slave, sarmatians, roxolani, goths, ostrogoths


    type sarmatian virgin archers horse
    dictionary sarmatian_virgin_archers_horse ; Virgin Horse Archers
    category cavalry
    class missile
    voice_type Female_1
    soldier virgin_archers_horse, 27, 0, 1
    mount light horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, very_hardy, can_swim, cantabrian_circle
    formation 3, 4, 6, 6, 3, square
    stat_health 1, 0
    stat_pri 8, 2, arrow, 120, 40, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 5, 4, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 6, 0, leather
    stat_sec_armour 0, 2, flesh
    stat_heat 0
    stat_ground 1,0,-6,1
    stat_mental 5, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 468, 141, 60, 80, 520
    ownership sarmatians, roxolani


    type steppe horse archers
    dictionary steppe_horse_archers ; Steppe Horse Archers
    category cavalry
    class missile
    voice_type Medium_1
    soldier steppe_archers, 27, 0, 1
    mount light horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, very_hardy, can_swim, cantabrian_circle
    formation 3, 4, 6, 6, 3, square
    stat_health 1, 0
    stat_pri 8, 2, arrow, 120, 40, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 5, 4, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 6, 6, 0, leather
    stat_sec_armour 0, 2, flesh
    stat_heat 1
    stat_ground 1,0,-6,1
    stat_mental 5, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 612, 156, 70, 110, 680
    ownership slave, vandals, slavs


    type gothic horse archers
    dictionary gothic_horse_archers ; Goth Horse Archers
    category cavalry
    class missile
    voice_type Medium_1
    soldier gothic_horse_archers, 27, 0, 1
    mount light horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, very_hardy, can_swim, cantabrian_circle
    formation 3, 4, 6, 6, 3, square
    stat_health 1, 0
    stat_pri 8, 2, arrow, 120, 40, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 5, 4, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 5, 6, 0, metal
    stat_sec_armour 0, 2, flesh
    stat_heat 0
    stat_ground 1,0,-6,1
    stat_mental 5, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 567, 149, 70, 100, 630
    ownership slave, goths, ostrogoths


    type mounted arian priests
    dictionary mounted_arian_priests ; Mounted Arian Priests
    category cavalry
    class light
    voice_type Light_1
    soldier arian_priests_mounted, 12, 0, 1
    mount medium horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, can_swim, druid
    formation 3, 4, 6, 6, 3, horde
    stat_health 1, 0
    stat_pri 3, 2, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 2, 5, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat -1
    stat_ground 1,0,-6,1
    stat_mental 3, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 324, 130, 40, 60, 360
    ownership vandals, slavs


    type arian priests
    dictionary arian_priests ; Arian Priests
    category infantry
    class light
    voice_type Light_1
    soldier arian_priests, 12, 0, 1.1
    attributes sea_faring, hide_forest, can_swim, druid
    formation 1.2, 1.2, 2.4, 2.4, 3, horde
    stat_health 1, 0
    stat_pri 2, 1, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 3, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat -1
    stat_ground 1,0,1,1
    stat_mental 3, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 171, 75, 20, 30, 190
    ownership goths, ostrogoths


    type hunnic warlords
    dictionary hunnic_warlords ; Warlord
    category cavalry
    class heavy
    voice_type General_1
    soldier steppe_warlords, 12, 0, 1
    mount generals horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, general_unit, hide_forest, very_hardy, power_charge
    formation 1.5, 4, 3, 6, 3, square
    stat_health 2, 0
    stat_pri 13, 6, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 10, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1,0,-6,1
    stat_mental 13, impetuous, trained
    stat_charge_dist 50
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 3, 1503, 160, 140, 210, 1370
    ownership slave, huns


    type sarmatian warlords
    dictionary sarmatian_warlords ; Warlord
    category cavalry
    class heavy
    voice_type General_1
    soldier steppe_warlords, 12, 0, 1
    mount generals horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, general_unit, hide_forest, very_hardy, power_charge
    formation 1.5, 4, 3, 6, 3, square
    stat_health 2, 0
    stat_pri 13, 6, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 10, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1,0,-6,1
    stat_mental 13, impetuous, trained
    stat_charge_dist 50
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 3, 1503, 160, 140, 210, 1370
    ownership slave, sarmatians, roxolani


    type steppe warlords
    dictionary steppe_warlords ; Warlord
    category cavalry
    class heavy
    voice_type General_1
    soldier steppe_warlords, 12, 0, 1
    mount generals horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, general_unit, hide_forest, very_hardy, power_charge
    formation 1.5, 4, 3, 6, 3, square
    stat_health 2, 0
    stat_pri 13, 6, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 10, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1,0,-6,1
    stat_mental 13, impetuous, trained
    stat_charge_dist 50
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 3, 1503, 160, 140, 210, 1370
    ownership slave, vandals, slavs


    type goth warlords
    dictionary goth_warlords ; Warlord
    category cavalry
    class heavy
    voice_type General_1
    soldier steppe_warlords, 12, 0, 1
    mount generals horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, general_unit, hide_forest, hardy, power_charge
    formation 1.5, 4, 3, 6, 3, square
    stat_health 2, 0
    stat_pri 13, 6, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 10, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1,0,-6,1
    stat_mental 13, impetuous, trained
    stat_charge_dist 50
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 3, 1503, 160, 140, 210, 1370
    ownership slave, goths, ostrogoths


    type sassanid peasant
    dictionary sassanid_peasant ; Peasants
    category infantry
    class light
    voice_type Light_1
    soldier eastern_peasant, 60, 0, 0.8
    attributes sea_faring, hide_forest, can_sap, can_swim, is_peasant
    formation 1.2, 1.8, 2.4, 2.4, 6, horde
    stat_health 1, 0
    stat_pri 2, 1, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 5, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat -1
    stat_ground 1, 1, 0, -1
    stat_mental 1, low, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 80, 36, 20, 30, 80
    ownership slave, sassanids, empire_east, empire_east_rebels


    type levy spearmen sassanid
    dictionary levy_spearmen_sassanid ; Levy Spearmen
    category infantry
    class spearmen
    voice_type Light_1
    soldier levy_spearmen_eastern, 60, 0, 1
    attributes sea_faring, hide_forest, can_sap
    formation 1, 1, 2, 2, 4, square
    stat_health 1, 0
    stat_pri 6, 2, no, 0, 0, melee, blade, piercing, spear, 25 ,0.73
    stat_pri_attr spear, spear_bonus_8
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 8, 4, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 0
    stat_ground 1, 1, 0, -1
    stat_mental 5, normal, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 400, 216, 40, 60, 400
    ownership slave, sassanids


    type mountain slinger
    dictionary mountain_slinger ; Mountain Slingers
    category infantry
    class missile
    voice_type Light_1
    soldier mountain_slinger, 40, 0, 0.8
    mount_effect elephant +6, chariot +6
    attributes sea_faring, hide_improved_forest, hide_long_grass, can_sap, hardy, can_swim
    formation 1.6, 2, 3.2, 4, 3, square
    stat_health 1, 0
    stat_pri 3, 1, stone, 80, 40, missile, archery, blunt, none, 25 ,1
    stat_pri_attr ap
    stat_sec 3, 1, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 2, 4, 3, flesh
    stat_sec_armour 0, 1, flesh
    stat_heat -1
    stat_ground 1, 1, 0, -1
    stat_mental 3, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 230, 96, 30, 40, 230
    ownership slave, sassanids


    type kurdish javelinmen
    dictionary kurdish_javelinmen ; Kurdish Javelinmen
    category infantry
    class light
    voice_type Light_1
    soldier kurdish_javelinmen, 40, 0, 0.8
    mount_effect elephant +6, chariot +6
    attributes sea_faring, hide_improved_forest, hide_long_grass, can_sap, hardy, can_swim
    formation 1.6, 2, 3.2, 4, 3, square
    stat_health 1, 0
    stat_pri 8, 2, javelin, 55, 6, thrown, archery, piercing, spear, 25 ,1
    stat_pri_attr thrown
    stat_sec 5, 2, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 6, 0, leather
    stat_sec_armour 0, 1, flesh
    stat_heat 0
    stat_ground 1, 1, 0, -1
    stat_mental 5, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 260, 108, 30, 40, 260
    ownership slave, sassanids


    type desert archers sassanid
    dictionary desert_archers_sassanid ; Desert Archers
    category infantry
    class missile
    voice_type Light_1
    soldier desert_archers_sassanid, 40, 0, 0.8
    mount_effect elephant +6, chariot +6
    attributes sea_faring, hide_forest, can_sap, can_swim
    formation 1.2, 1.2, 2.4, 2.4, 2, square
    stat_health 1, 0
    stat_pri 7, 1, arrow, 160, 30, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 3, 1, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 4, 0, leather
    stat_sec_armour 0, 1, flesh
    stat_heat 0
    stat_ground 1, 1, 0, -1
    stat_mental 3, normal, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 380, 120, 40, 60, 380
    ownership sassanids


    type sughdian warriors
    dictionary sughdian_warriors ; Sughdian Warriors
    category infantry
    class heavy
    voice_type Heavy_1
    soldier sughdian_warriors, 40, 0, 1.2
    officer BI_officer_sassanid_standard
    attributes sea_faring, hide_forest, can_sap
    formation 1, 1, 2, 2, 4, square
    stat_health 1, 0
    stat_pri 10, 4, no, 0, 0, melee, blade, blunt, mace, 25 ,1
    stat_pri_attr ap
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 7, 9, 3, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 1
    stat_ground 1, 1, 0, -1
    stat_mental 11, disciplined, highly_trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 610, 264, 70, 100, 610
    ownership sassanids


    type cataphracts
    dictionary cataphracts ; Cataphracts
    category cavalry
    class heavy
    voice_type Heavy_1
    soldier cataphracts, 27, 0, 1
    mount horse cataphract
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, power_charge
    formation 1.2, 4, 2.4, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 6, 9, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 9, 5, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 18, 10, 4, metal
    stat_sec_armour 0, 4, flesh
    stat_heat 3
    stat_ground 0, 1, -6, -1
    stat_mental 9, disciplined, highly_trained
    stat_charge_dist 50
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 1390, 337, 140, 210, 1390
    ownership sassanids


    type armoured camel riders
    dictionary armoured_camel_riders ; Armoured Camel Riders
    category cavalry
    class heavy
    voice_type Heavy_1
    soldier armoured_camel_riders, 27, 0, 1
    mount camel cataphract
    mount_effect elephant -4, horse +2
    attributes sea_faring, hide_forest, frighten_mounted
    formation 1.5, 4, 3, 6, 4, square
    stat_health 1, 0
    stat_pri 8, 6, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 13, 8, 0, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 1
    stat_ground 0, 1, -6, -1
    stat_mental 9, normal, trained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 910, 266, 100, 140, 910
    ownership sassanids


    type clibinarii
    dictionary clibinarii ; Clibinarii
    category cavalry
    class heavy
    voice_type Medium_1
    soldier clibinarii, 27, 0, 1
    mount horse cataphract
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, power_charge
    formation 1.2, 4, 2.4, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 7, 4, arrow, 100, 30, missile, archery, piercing, none, 25 ,1
    stat_pri_attr prec
    stat_sec 6, 7, no, 0, 0, melee, blade, blunt, mace, 25 ,1
    stat_sec_attr ap
    stat_pri_armour 20, 6, 0, metal
    stat_sec_armour 0, 3, flesh
    stat_heat 3
    stat_ground 0, 1, -6, -1
    stat_mental 5, disciplined, highly_trained
    stat_charge_dist 50
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 1430, 300, 150, 220, 1430
    ownership sassanids


    type camel raiders
    dictionary camel_raiders ; Camel Raiders
    category cavalry
    class light
    voice_type Medium_1
    soldier camel_raiders, 27, 0, 1
    mount camel
    mount_effect elephant -4, horse +2
    attributes sea_faring, hide_forest, frighten_mounted, hardy
    formation 3, 4, 6, 6, 4, square
    stat_health 1, 0
    stat_pri 6, 5, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 7, 4, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 0
    stat_ground 0, 1, -6, -1
    stat_mental 5, impetuous, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 351, 141, 40, 60, 390
    ownership slave, sassanids, berbers


    type nomad archer cavalry
    dictionary nomad_archer_cavalry ; Nomad Archer Cavalry
    category cavalry
    class missile
    voice_type Light_1
    soldier nomad_archer_cavalry, 27, 0, 1
    mount light horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, very_hardy, can_swim, cantabrian_circle
    formation 3, 4, 6, 6, 3, square
    stat_health 1, 0
    stat_pri 8, 2, arrow, 120, 40, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 5, 4, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 6, 0, leather
    stat_sec_armour 0, 2, flesh
    stat_heat 0
    stat_ground 0, 1, -6, -1
    stat_mental 5, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 520, 185, 60, 80, 520
    ownership slave, sassanids


    type elephants
    dictionary elephants ; Elephants
    category cavalry
    class heavy
    voice_type Medium_1
    soldier east_elephant_crew, 18, 6, 1
    mount elephant african
    mount_effect horse +4, chariot +8, camel +2
    attributes sea_faring, can_run_amok, frighten_foot, frighten_mounted, can_swim
    formation 7, 11, 13,16, 1, square
    stat_health 1, 12
    stat_pri 8, 3, arrow, 130, 30, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 5, 8, no, 0, 0, melee, other, blunt, none, 25 ,1
    stat_sec_attr area, ap, launching
    stat_pri_armour 6, 6, 0, metal
    stat_sec_armour 3, 2, flesh
    stat_heat 1
    stat_ground 0, 1, -6, -1
    stat_mental 9, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 1790, 369, 180, 270, 1790
    ownership sassanids


    type sassanid onagers
    dictionary sassanid_onagers ; Onagers
    category siege
    class missile
    voice_type Light_1
    soldier east_crew, 12, 2, 0.8
    engine onager
    attributes sea_faring
    formation 1.5, 1.5, 3, 3, 3, square
    stat_health 1, 0
    stat_pri 2, 1, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_pri_attr no
    stat_sec 51, 1, boulder, 300, 30, siege_missile, blade, blunt, none, 25 ,1
    stat_sec_attr ap, bp, area, launching
    stat_pri_armour 0, 3, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 0
    stat_ground 0, 0, 0, 0
    stat_mental 3, normal, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 600, 154, 60, 90, 600
    ownership sassanids


    type sassanid ballistae
    dictionary sassanid_ballistae ; Ballistae
    category siege
    class missile
    voice_type Light_1
    soldier east_crew, 12, 2, 0.8
    engine ballista
    attributes sea_faring
    formation 1.5, 1.5, 3, 3, 3, square
    stat_health 1, 0
    stat_pri 2, 1, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_pri_attr no
    stat_sec 51, 1, ballista, 180, 50, siege_missile, blade, piercing, none, 25 ,1
    stat_sec_attr ap, bp, launching
    stat_pri_armour 0, 3, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 0
    stat_ground 0, 0, 0, 0
    stat_mental 3, normal, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 240, 140, 30, 40, 240
    ownership sassanids


    type sassanid heavy onager
    dictionary sassanid_heavy_onager ; Heavy Onagers
    category siege
    class missile
    voice_type Light_1
    soldier east_crew, 16, 2, 0.8
    engine heavy_onager
    attributes sea_faring
    formation 1.5, 1.5, 3, 3, 3, square
    stat_health 1, 0
    stat_pri 2, 1, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_pri_attr no
    stat_sec 61, 1, big_boulder, 300, 36, siege_missile, blade, blunt, none, 25 ,1
    stat_sec_attr ap, bp, area, launching
    stat_pri_armour 0, 3, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 0
    stat_ground 0, 0, 0, 0
    stat_mental 3, normal, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 810, 225, 90, 130, 810
    ownership sassanids


    type clibinarii immortals
    dictionary clibinarii_immortals ; Clibinarii Immortals
    category cavalry
    class heavy
    voice_type General_1
    soldier clibinarii_immortals, 12, 0, 1
    mount horse cataphract
    mount_effect elephant -4, camel -4
    attributes sea_faring, general_unit, hide_forest, hardy, power_charge
    formation 1.5, 4, 3, 6, 3, square
    stat_health 2, 0
    stat_pri 11, 3, arrow, 130, 30, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 10, 6, no, 0, 0, melee, blade, blunt, mace, 25 ,1
    stat_sec_attr ap
    stat_pri_armour 20, 10, 0, metal
    stat_sec_armour 0, 3, flesh
    stat_heat 3
    stat_ground 0, 1, -6, -1
    stat_mental 11, disciplined, highly_trained
    stat_charge_dist 50
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 4, 1700, 217, 170, 260, 1700
    ownership sassanids


    type western peasant
    dictionary western_peasant ; Peasants
    category infantry
    class light
    voice_type Light_1
    soldier western_peasant, 60, 0, 0.8
    attributes sea_faring, hide_forest, can_sap, can_swim, is_peasant
    formation 1.2, 1.8, 2.4, 2.4, 6, horde
    stat_health 1, 0
    stat_pri 2, 1, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 5, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 1
    stat_ground 2, 0, 3, 0
    stat_mental 1, low, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 100, 50, 20, 30, 80
    ownership slave, empire_west, romano_british, empire_west_rebels


    type eastern archer
    dictionary eastern_archer ; Eastern Archers
    category infantry
    class missile
    voice_type Light_1
    soldier eastern_archer, 40, 0, 0.8
    attributes sea_faring, hide_forest, can_sap
    formation 1.2, 1.2, 2.4, 2.4, 2, square
    stat_health 1, 0
    stat_pri 9, 2, arrow, 160, 30, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 4, 2, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_sec_attr no
    stat_pri_armour 8, 4, 0, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 4
    stat_ground 2, 0, 3, 0
    stat_mental 5, normal, highly_trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 712, 268, 60, 90, 570
    ownership empire_east, empire_east_rebels


    type western archer
    dictionary western_archer ; Archers
    category infantry
    class missile
    voice_type Light_1
    soldier western_archer, 40, 0, 0.8
    attributes sea_faring, hide_forest, can_sap, can_swim
    formation 1.2, 1.2, 2.4, 2.4, 2, square
    stat_health 1, 0
    stat_pri 5, 1, arrow, 120, 30, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 2, 1, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 3, 0, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 2, 0, 3, 0
    stat_mental 3, normal, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 275, 151, 30, 40, 220
    ownership empire_west, romano_british, empire_west_rebels, empire_east, empire_east_rebels


    type limitanei
    dictionary limitanei ; Limitanei
    category infantry
    class spearmen
    voice_type Light_1
    soldier limitanei, 40, 0, 1
    attributes sea_faring, hide_forest, can_sap
    formation 1, 2, 2, 3, 5, square
    stat_health 1, 0
    stat_pri 8, 1, javelin, 50, 3, thrown, archery, piercing, spear, 25 ,1
    stat_pri_attr prec, thrown
    stat_sec 4, 1, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_sec_attr light_spear, spear_bonus_4
    stat_pri_armour 6, 5, 6, leather
    stat_sec_armour 0, 2, flesh
    stat_heat 4
    stat_ground 2, 0, 3, 0
    stat_mental 3, normal, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 475, 173, 40, 60, 380
    ownership slave, empire_west, empire_east, empire_west_rebels, empire_east_rebels


    type legio lanciarii
    dictionary legio_lanciarii ; Legio Lanciarii
    category infantry
    class spearmen
    voice_type Medium_1
    soldier legio_lanciarii, 40, 0, 1
    officer roman_standard
    attributes sea_faring, hide_forest, can_sap
    formation 1, 1, 2, 2, 5, square
    stat_health 1, 0
    stat_pri 10, 2, javelin, 50, 3, thrown, archery, piercing, spear, 25 ,1
    stat_pri_attr prec, thrown
    stat_sec 6, 2, no, 0, 0, melee, blade, piercing, spear, 25 ,0.73
    stat_sec_attr spear, spear_bonus_8
    stat_pri_armour 5, 8, 6, metal
    stat_sec_armour 0, 3, flesh
    stat_heat 3
    stat_ground 1, 0, 0, 0
    stat_mental 6, normal, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 600, 268, 50, 80, 480
    ownership empire_east, empire_east_rebels


    type comitatenses
    dictionary comitatenses ; Comitatenses
    category infantry
    class heavy
    voice_type Heavy_1
    soldier comitatensis, 40, 0, 1
    officer roman_standard
    attributes sea_faring, hide_forest, can_sap
    formation 1, 2, 2, 3, 4, square
    stat_health 1, 0
    stat_pri 9, 2, pilum, 45, 2, thrown, blade, piercing, spear, 25 ,1
    stat_pri_attr prec, thrown ap
    stat_sec 8, 3, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 10, 9, 6, metal
    stat_sec_armour 0, 4, flesh
    stat_heat 5
    stat_ground 1, 0, 0, 0
    stat_mental 6, normal, highly_trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 850, 369, 70, 110, 680
    ownership empire_west, empire_east, empire_west_rebels, empire_east_rebels


    type comitatenses first cohort
    dictionary comitatenses_first_cohort ; Comitatenses First Cohort
    category infantry
    class heavy
    voice_type Heavy_1
    soldier comitatensis_first_cohort, 60, 0, 1.2
    officer roman_centurion
    officer roman_standard
    attributes sea_faring, hide_forest, can_sap, hardy, command, legionary_name
    formation 1, 2, 2, 3, 4, square
    stat_health 1, 0
    stat_pri 11, 3, pilum, 45, 2, thrown, blade, piercing, spear, 25 ,1
    stat_pri_attr prec, thrown ap
    stat_sec 10, 4, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 11, 10, 6, metal
    stat_sec_armour 0, 4, flesh
    stat_heat 5
    stat_ground 1, 0, 0, 0
    stat_mental 10, disciplined, highly_trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 1500, 680, 120, 180, 1200
    ownership empire_west, empire_east, empire_west_rebels, empire_east_rebels


    type foederati infantry
    dictionary foederati_infantry ; Foederati Infantry
    category infantry
    class spearmen
    voice_type Heavy_1
    soldier foederati_infantry, 40, 0, 1.1
    officer roman_standard
    attributes sea_faring, hide_forest, can_sap, hardy
    formation 1, 1, 2, 2, 4, square
    stat_health 1, 0
    stat_pri 6, 2, no, 0, 0, melee, blade, piercing, spear, 25 ,0.73
    stat_pri_attr spear, spear_bonus_8
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 5, 8, 6, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 3
    stat_ground 2, 0, 3, 0
    stat_mental 5, normal, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 500, 235, 40, 60, 400
    ownership slave, empire_west, romano_british, empire_west_rebels


    type plumbatarii
    dictionary plumbatarii ; Plumbatarii
    category infantry
    class heavy
    voice_type Heavy_1
    soldier plumbatarii, 40, 0, 1
    officer roman_standard
    attributes sea_faring, hide_forest, can_sap, hardy
    formation 1, 2, 2, 3, 4, square
    stat_health 1, 0
    stat_pri 10, 2, plumbatari, 70, 10, thrown, blade, piercing, spear, 25 ,1
    stat_pri_attr prec, thrown ap
    stat_sec 8, 3, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 10, 9, 6, metal
    stat_sec_armour 0, 4, flesh
    stat_heat 5
    stat_ground 1, 0, 0, 0
    stat_mental 6, disciplined, highly_trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 900, 369, 80, 110, 720
    ownership empire_west, empire_east, empire_west_rebels, empire_east_rebels


    type bucellarii
    dictionary bucellarii ; Bucellarii
    category infantry
    class missile
    voice_type Light_1
    soldier bucellarii, 40, 0, 1
    attributes sea_faring, hide_forest, can_sap, can_swim
    formation 1.2, 1.2, 2.4, 2.4, 2, square
    stat_health 1, 0
    stat_pri 7, 2, crossbow, 85, 20, missile, archery, piercing, none, 25 ,1
    stat_pri_attr ap
    stat_sec 7, 2, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 6, 0, leather
    stat_sec_armour 0, 2, flesh
    stat_heat 2
    stat_ground 2, 0, 3, 0
    stat_mental 5, normal, trained
    stat_charge_dist 30
    stat_fire_delay 18
    stat_food 60, 300
    stat_cost 1, 500, 218, 40, 60, 400
    ownership empire_west, romano_british, empire_west_rebels


    type auxilia palatinii
    dictionary auxilia_palatinii ; Auxilia Palatina
    category infantry
    class spearmen
    voice_type Heavy_1
    soldier auxilia_palatinii, 40, 0, 1.2
    officer roman_standard
    attributes sea_faring, hide_forest, can_sap, hardy
    formation 1, 1, 2, 2, 4, square, shield_wall
    stat_health 1, 0
    stat_pri 7, 2, no, 0, 0, melee, blade, piercing, spear, 25 ,0.73
    stat_pri_attr spear, spear_bonus_8
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 10, 9, 6, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 5
    stat_ground 1, 0, 0, 0
    stat_mental 8, disciplined, highly_trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 812, 369, 70, 100, 650
    ownership empire_west, empire_west_rebels


    type equites clibinarii
    dictionary equites_clibinarii ; Equites Clibinarii
    category cavalry
    class heavy
    voice_type Heavy_1
    soldier equites_clibinarii, 27, 0, 1
    mount horse cataphract
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, power_charge
    formation 1.2, 4, 2.4, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 5, 5, no, 0, 0, melee, blade, blunt, mace, 25 ,1
    stat_pri_attr ap
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 20, 8, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 5
    stat_ground 0, 0, -6, 0
    stat_mental 6, disciplined, highly_trained
    stat_charge_dist 50
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 1737, 469, 140, 210, 1390
    ownership empire_east, empire_east_rebels


    type equites catafractarii
    dictionary equites_catafractarii ; Equites Catafractarii
    category cavalry
    class heavy
    voice_type Heavy_1
    soldier equites_catafractarii, 27, 0, 1
    mount horse cataphract
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, power_charge
    formation 1.2, 4, 2.4, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 4, 8, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 7, 4, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 18, 9, 4, metal
    stat_sec_armour 0, 4, flesh
    stat_heat 5
    stat_ground 0, 0, -6, 0
    stat_mental 6, disciplined, highly_trained
    stat_charge_dist 50
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 1637, 476, 140, 200, 1310
    ownership empire_east, empire_east_rebels


    type scholae palatinae
    dictionary scholae_palatinae ; Scholae Palatinae
    category cavalry
    class heavy
    voice_type Medium_1
    soldier scholae_palatinae, 27, 0, 1
    mount heavy horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy
    formation 1.5, 4, 3, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 8, 6, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 8, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 4
    stat_ground 0, 0, -6, 0
    stat_mental 10, disciplined, highly_trained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 1250, 435, 100, 150, 1000
    ownership empire_west, empire_east, empire_west_rebels, empire_east_rebels


    type sarmatian auxilia
    dictionary sarmatian_auxilia ; Sarmatian Auxilia
    category cavalry
    class heavy
    voice_type Heavy_1
    soldier sarmatian_auxilia, 27, 0, 1
    mount medium horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy, power_charge
    formation 1.5, 4, 3, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 10, 6, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 9, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 4
    stat_ground 0, 0, -6, 0
    stat_mental 9, disciplined, trained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 1100, 383, 90, 140, 880
    ownership slave, empire_west, romano_british, empire_west_rebels


    type equites auxilia
    dictionary equites_auxilia ; Equites Auxilia
    category cavalry
    class light
    voice_type Light_1
    soldier equites_auxilia, 27, 0, 1
    mount light horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, can_swim
    formation 1.5, 4, 3, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 6, 5, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 5, 7, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 0, 0, -6, 0
    stat_mental 5, disciplined, trained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 675, 301, 60, 90, 540
    ownership slave, empire_east, empire_east_rebels


    type foederati cavalry
    dictionary foederati_cavalry ; Foederati Cavalry
    category cavalry
    class light
    voice_type Heavy_1
    soldier foederati_cavalry, 27, 0, 1
    mount medium horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy, can_swim
    formation 1.5, 4, 3, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 6, 5, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 7, 4, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 3
    stat_ground 0, -2, -4, 2
    stat_mental 5, disciplined, trained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 587, 304, 50, 70, 470
    ownership slave, empire_west, empire_west_rebels


    type hippo toxotai
    dictionary hippo_toxotai ; Hippo-toxotai
    category cavalry
    class missile
    voice_type Medium_1
    soldier hippo_toxotai, 27, 0, 1
    mount light horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy
    formation 3, 4, 6, 6, 3, square
    stat_health 1, 0
    stat_pri 8, 2, arrow, 120, 40, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 5, 4, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 6, 7, 0, metal
    stat_sec_armour 0, 2, flesh
    stat_heat 3
    stat_ground 0, 0, -6, 0
    stat_mental 6, normal, trained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 850, 312, 70, 110, 680
    ownership empire_east, empire_east_rebels


    type equites sagittarii
    dictionary equites_sagittarii ; Equites Sagittarii
    category cavalry
    class missile
    voice_type Medium_1
    soldier equites_sagittarii, 27, 0, 1
    mount light horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, can_swim
    formation 3, 4, 6, 6, 3, square
    stat_health 1, 0
    stat_pri 6, 2, arrow, 130, 30, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 7, 4, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 5, 9, 0, metal
    stat_sec_armour 0, 4, flesh
    stat_heat 2
    stat_ground 0, 0, -6, 0
    stat_mental 6, normal, trained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 762, 312, 70, 100, 610
    ownership empire_west, empire_west_rebels


    type orthodox priest
    dictionary orthodox_priest ; Orthodox Priest
    category infantry
    class light
    voice_type Light_1
    soldier orthodox_priest, 12, 0, 0.8
    attributes sea_faring, hide_forest, druid
    formation 1.2, 1.2, 2.4, 2.4, 3, horde
    stat_health 1, 0
    stat_pri 1, 0, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 3, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 1
    stat_ground 1, 0, 0, 0
    stat_mental 1, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 237, 113, 20, 30, 190
    ownership empire_east, empire_east_rebels


    type roman priest
    dictionary roman_priest ; Catholic Priest
    category infantry
    class light
    voice_type Light_1
    soldier roman_priest, 12, 0, 0.8
    attributes sea_faring, hide_forest, can_swim, druid
    formation 1.2, 1.2, 2.4, 2.4, 3, horde
    stat_health 1, 0
    stat_pri 1, 0, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 3, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 1
    stat_ground 1, 0, 0, 0
    stat_mental 1, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 237, 113, 20, 30, 190
    ownership empire_west, empire_west_rebels, franks


    type dromedarii
    dictionary dromedarii ; Dromedarii
    category cavalry
    class light
    voice_type Medium_1
    soldier dromedarii, 27, 0, 1
    mount camel
    mount_effect elephant -4, horse +2
    attributes sea_faring, hide_forest, frighten_mounted
    formation 1.5, 4, 3, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 6, 5, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 6, 7, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 3
    stat_ground 0, 0, -6, 0
    stat_mental 6, normal, trained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 687, 311, 60, 90, 550
    ownership empire_east, empire_east_rebels


    type praeventores
    dictionary praeventores ; Praeventores
    category infantry
    class light
    voice_type Medium_1
    soldier praeventores, 20, 0, 1
    attributes sea_faring, hide_improved_forest, hide_long_grass, hide_anywhere, very_hardy, can_swim
    formation 1.2, 1.2, 2.4, 2.4, 4, square
    stat_health 1, 0
    stat_pri 12, 3, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 4, 9, 3, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1, 0, 0, 0
    stat_mental 11, disciplined, highly_trained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 412, 273, 40, 50, 330
    ownership empire_west, empire_west_rebels


    type carriage ballistae
    dictionary carriage_ballistae ; Carriage Ballistae
    category cavalry
    class missile
    voice_type Light_1
    soldier carriage_ballistae_crew, 6, 3, 0.8
    mount scoprion cart
    attributes sea_faring
    formation 8.5, 9, 15, 15, 1, square
    stat_health 1, 0
    stat_pri 21, 2, scorpion, 140, 36, siege_missile, blade, piercing, none, 25 ,1
    stat_pri_attr ap, bp, launching
    stat_sec 4, 5, no, 0, 0, melee, other, blunt, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 5, 0, leather
    stat_sec_armour 0, 1, flesh
    stat_heat 1
    stat_ground 0, 0, 0, 0
    stat_mental 6, normal, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 925, 431, 80, 120, 740
    ownership empire_west, empire_east, empire_west_rebels, empire_east_rebels


    type roman onagers
    dictionary roman_onagers ; Onagers
    category siege
    class missile
    voice_type Light_1
    soldier roman_crew, 12, 2, 0.8
    engine onager
    attributes sea_faring
    formation 1.5, 1.5, 3, 3, 3, square
    stat_health 1, 0
    stat_pri 5, 1, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 51, 1, boulder, 300, 30, siege_missile, blade, blunt, none, 25 ,1
    stat_sec_attr ap, bp, area, launching
    stat_pri_armour 3, 5, 0, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 1
    stat_ground 0, 0, 0, 0
    stat_mental 3, normal, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 837, 231, 70, 100, 670
    ownership empire_west, empire_east, romano_british, empire_west_rebels, empire_east_rebels


    type roman ballistae
    dictionary roman_ballistae ; Ballistae
    category siege
    class missile
    voice_type Light_1
    soldier roman_crew, 12, 2, 0.8
    engine ballista
    attributes sea_faring
    formation 1.5, 1.5, 3, 3, 3, square
    stat_health 1, 0
    stat_pri 5, 1, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 51, 1, ballista, 180, 50, siege_missile, blade, piercing, none, 25 ,1
    stat_sec_attr ap, bp, launching
    stat_pri_armour 3, 5, 0, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 1
    stat_ground 0, 0, 0, 0
    stat_mental 3, normal, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 375, 211, 30, 50, 300
    ownership empire_west, empire_east, romano_british, empire_west_rebels, empire_east_rebels


    type roman heavy onager
    dictionary roman_heavy_onager ; Heavy Onagers
    category siege
    class missile
    voice_type Light_1
    soldier roman_crew, 16, 2, 0.8
    engine heavy_onager
    attributes sea_faring
    formation 1.5, 1.5, 3, 3, 3, square
    stat_health 1, 0
    stat_pri 5, 1, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 61, 1, big_boulder, 300, 36, siege_missile, blade, blunt, none, 25 ,1
    stat_sec_attr ap, bp, area, launching
    stat_pri_armour 3, 5, 0, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 1
    stat_ground 0, 0, 0, 0
    stat_mental 3, normal, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 1112, 336, 90, 140, 890
    ownership empire_west, empire_east, romano_british, empire_west_rebels, empire_east_rebels


    type roman repeating ballistae
    dictionary roman_repeating_ballistae ; Repeating Ballistae
    category siege
    class missile
    voice_type Light_1
    soldier roman_crew, 12, 2, 0.8
    engine repeating_ballista
    attributes sea_faring
    formation 1.5, 1.5, 3, 3, 3, square
    stat_health 1, 0
    stat_pri 5, 1, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 26, 1, repeating_ballista, 180, 80, siege_missile, blade, piercing, none, 25 ,1
    stat_sec_attr ap, bp, launching
    stat_pri_armour 3, 5, 0, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 1
    stat_ground 0, 0, 0, 0
    stat_mental 3, normal, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 725, 332, 60, 90, 580
    ownership empire_west, empire_east, romano_british, empire_west_rebels, empire_east_rebels


    type roman scorpion
    dictionary roman_scorpion ; Scorpions
    category siege
    class missile
    voice_type Light_1
    soldier roman_crew, 12, 2, 0.8
    engine scorpion
    attributes sea_faring
    formation 1.5, 1.5, 3, 3, 3, square
    stat_health 1, 0
    stat_pri 5, 1, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 41, 1, scorpion, 250, 50, siege_missile, blade, piercing, none, 25 ,1
    stat_sec_attr ap, bp, launching
    stat_pri_armour 3, 9, 0, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 1
    stat_ground 0, 0, 0, 0
    stat_mental 3, normal, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 437, 211, 40, 60, 350
    ownership empire_west, empire_east, empire_west_rebels, empire_east_rebels


    type imperial household bodyguard
    dictionary imperial_household_bodyguard ; Imperial Household Bodyguard
    category cavalry
    class heavy
    voice_type General_1
    soldier imperial_household_bodyguard, 12, 0, 1
    mount generals horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, general_unit, hide_forest, hardy
    formation 1.5, 4, 3, 6, 3, square
    stat_health 2, 0
    stat_pri 11, 6, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 10, 6, no, 0, 0, melee, blade, blunt, mace, 25 ,1
    stat_sec_attr ap
    stat_pri_armour 12, 10, 4, metal
    stat_sec_armour 0, 3, flesh
    stat_heat 4
    stat_ground 0, 0, -6, 0
    stat_mental 11, disciplined, highly_trained
    stat_charge_dist 50
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 3, 2275, 390, 160, 230, 1520
    ownership empire_east, empire_east_rebels


    type imperial german bodyguard
    dictionary imperial_german_bodyguard ; Imperial German Bodyguard
    category cavalry
    class heavy
    voice_type General_1
    soldier imperial_german_bodyguard, 12, 0, 1
    mount generals horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, general_unit, hide_forest, hardy
    formation 1.5, 4, 3, 6, 3, square
    stat_health 2, 0
    stat_pri 11, 6, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 12, 5, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 12, 11, 4, metal
    stat_sec_armour 0, 4, flesh
    stat_heat 4
    stat_ground 0, 0, -6, 0
    stat_mental 11, disciplined, highly_trained
    stat_charge_dist 50
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 3, 2262, 391, 160, 230, 1510
    ownership empire_west, empire_west_rebels


    type coastal levies
    dictionary coastal_levies ; Coastal Levies
    category infantry
    class spearmen
    voice_type Light_1
    soldier coastal_levies, 40, 0, 1
    attributes sea_faring, hide_forest, can_sap
    formation 1, 1, 2, 2, 4, square
    stat_health 1, 0
    stat_pri 4, 1, no, 0, 0, melee, simple, piercing, spear, 25 ,0.73
    stat_pri_attr light_spear, spear_bonus_4
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 6, 5, 6, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 5
    stat_ground 1, -2, 3, 2
    stat_mental 3, normal, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 437, 184, 40, 60, 350
    ownership slave, romano_british


    type british legionaries
    dictionary british_legionaries ; British Legionaries
    category infantry
    class heavy
    voice_type Heavy_1
    soldier british_legionaries, 40, 0, 1
    attributes sea_faring, hide_forest, can_sap
    formation 1, 2, 2, 3, 4, square
    stat_health 1, 0
    stat_pri 9, 2, pilum, 45, 2, thrown, blade, piercing, spear, 25 ,1
    stat_pri_attr prec, thrown ap
    stat_sec 7, 2, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 8, 7, 6, metal
    stat_sec_armour 0, 2, flesh
    stat_heat 6
    stat_ground 1, -2, 3, 2
    stat_mental 6, disciplined, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 737, 319, 60, 90, 590
    ownership romano_british


    type graal knights
    dictionary graal_knights ; Graal Knights
    category cavalry
    class heavy
    voice_type Heavy_1
    soldier graal_knights, 16, 0, 1
    mount horse cataphract
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy
    formation 1.2, 4, 2.4, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 12, 7, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 13, 6, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 14, 10, 4, metal
    stat_sec_armour 0, 4, flesh
    stat_heat 6
    stat_ground 0, -2, -4, 2
    stat_mental 13, impetuous, trained
    stat_charge_dist 50
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 1312, 358, 110, 160, 1050
    ownership romano_british


    type romano british monks
    dictionary romano_british_monks ; Monks
    category infantry
    class light
    voice_type Light_1
    soldier romano_british_monks, 12, 0, 0.8
    attributes sea_faring, hide_forest, can_swim, druid
    formation 1.2, 1.2, 2.4, 2.4, 3, horde
    stat_health 1, 0
    stat_pri 1, 0, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 3, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1, -2, 3, 2
    stat_mental 1, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 225, 113, 20, 30, 180
    ownership romano_british


    type romano british warlords
    dictionary romano_british_warlords ; Warlord
    category cavalry
    class heavy
    voice_type General_1
    soldier romano_british_warlords, 12, 0, 1
    mount generals horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, general_unit, hide_forest, hardy
    formation 1.5, 4, 3, 6, 3, square
    stat_health 2, 0
    stat_pri 11, 6, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 12, 5, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 11, 4, metal
    stat_sec_armour 0, 4, flesh
    stat_heat 5
    stat_ground 0, -2, -4, 2
    stat_mental 11, disciplined, trained
    stat_charge_dist 50
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 1500, 381, 120, 180, 1200
    ownership romano_british


    type generic rebel general
    dictionary generic_rebel_general ; Rebel General
    category cavalry
    class heavy
    voice_type General_1
    soldier imperial_household_bodyguard, 12, 0, 1
    mount generals horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, general_unit, hide_forest, hardy
    formation 1.5, 4, 3, 6, 3, square
    stat_health 2, 0
    stat_pri 11, 6, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 12, 5, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 11, 4, metal
    stat_sec_armour 0, 4, flesh
    stat_heat 4
    stat_ground 0, 0, -6, 0
    stat_mental 11, disciplined, untrained
    stat_charge_dist 50
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 1330, 272, 140, 200, 1330
    ownership slave


    type eastern rebel general
    dictionary eastern_rebel_generals ; Rebel General
    category cavalry
    class heavy
    voice_type General_1
    soldier imperial_household_bodyguard, 12, 0, 1
    mount generals horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, general_unit, hide_forest, hardy
    formation 1.5, 4, 3, 6, 3, square
    stat_health 2, 0
    stat_pri 11, 6, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 12, 5, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 11, 4, metal
    stat_sec_armour 0, 4, flesh
    stat_heat 2
    stat_ground 0, 1, -6, -1
    stat_mental 11, disciplined, untrained
    stat_charge_dist 50
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 1330, 272, 140, 200, 1330
    ownership slave


    type barbarian rebel general
    dictionary barb_rebel_general ; Rebel General
    category cavalry
    class heavy
    voice_type General_1
    soldier steppe_warlords, 12, 0, 1
    mount generals horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, general_unit, hide_forest, hardy
    formation 1.5, 4, 3, 6, 3, square
    stat_health 2, 0
    stat_pri 13, 6, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 10, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 5
    stat_ground 0, -2, -4, 2
    stat_mental 13, normal, untrained
    stat_charge_dist 50
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 1370, 262, 140, 210, 1370
    ownership slave


    type merc herdsmen
    dictionary merc_herdsmen ; Mercenary Herdsmen
    category cavalry
    class light
    voice_type Light_1
    soldier herdsmen_mounted, 49, 0, 1
    mount light horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, mercenary_unit, can_swim, is_peasant
    formation 3, 4, 6, 6, 6, horde
    stat_health 1, 0
    stat_pri 4, 4, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 2, 5, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat -1
    stat_ground 1,0,-6,1
    stat_mental 3, low, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 388, 142, 40, 60, 320
    ownership slave


    type merc foederati infantry
    dictionary merc_foederati_infantry ; Mercenary Foederati Infantry
    category infantry
    class spearmen
    voice_type Heavy_1
    soldier merc_foederati_infantry, 40, 0, 1.1
    attributes sea_faring, hide_forest, can_sap, hardy, mercenary_unit
    formation 1, 1, 2, 2, 4, square
    stat_health 1, 0
    stat_pri 6, 2, no, 0, 0, melee, blade, piercing, spear, 25 ,0.73
    stat_pri_attr spear, spear_bonus_8
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 5, 8, 6, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 3
    stat_ground 2, 0, 3, 0
    stat_mental 5, normal, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 500, 282, 40, 60, 400
    ownership slave


    type merc bosphoran infantry
    dictionary merc_bosphoran_infantry ; Bosphoran Mercenaries
    category infantry
    class spearmen
    voice_type Heavy_1
    soldier merc_bosphoran_infantry, 40, 0, 1.1
    attributes sea_faring, hide_forest, can_sap, hardy, mercenary_unit
    formation 1, 1, 2, 2, 4, square
    stat_health 1, 0
    stat_pri 9, 4, no, 0, 0, melee, blade, piercing, spear, 25 ,0.73
    stat_pri_attr spear, spear_bonus_8
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 8, 8, 6, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 3
    stat_ground 1,0,1,1
    stat_mental 9, disciplined, highly_trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 729, 240, 60, 90, 600
    ownership slave


    type merc veteranii
    dictionary merc_veteranii ; Mercenary Veteranii
    category infantry
    class heavy
    voice_type Heavy_1
    soldier merc_veteranii, 40, 0, 1
    attributes sea_faring, hide_forest, can_sap, mercenary_unit
    formation 1, 2, 2, 3, 4, square
    stat_health 1, 0
    stat_pri 9, 2, pilum, 45, 2, thrown, blade, piercing, spear, 25 ,1
    stat_pri_attr prec, thrown ap
    stat_sec 8, 3, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 10, 9, 6, metal
    stat_sec_armour 0, 4, flesh
    stat_heat 5
    stat_ground 1, 0, 0, 0
    stat_mental 5, normal, highly_trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 947, 442, 70, 100, 660
    ownership slave


    type merc gallowglass
    dictionary merc_gallowglass ; Mercenary Gallowglass
    category infantry
    class heavy
    voice_type Heavy_1
    soldier merc_gallowglass, 40, 0, 1.3
    attributes sea_faring, hide_forest, can_sap, mercenary_unit, warcry
    formation 1.2, 1.2, 2.4, 2.4, 4, square
    stat_health 1, 0
    stat_pri 13, 5, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 7, 10, 0, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 4
    stat_ground 1, -2, 3, 2
    stat_mental 9, impetuous, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 607, 148, 50, 80, 500
    ownership slave


    type merc vandal raiders
    dictionary merc_vandal_raiders ; Vandal Raider Mercenaries
    category infantry
    class missile
    voice_type Medium_1
    soldier merc_vandal_raiders, 40, 0, 1
    attributes sea_faring, hide_improved_forest, hide_long_grass, hardy, mercenary_unit, can_swim
    formation 1.2, 1.2, 2.4, 2.4, 2, square
    stat_health 1, 0
    stat_pri 9, 2, arrow, 160, 30, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 7, 2, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 5, 6, 0, metal
    stat_sec_armour 0, 2, flesh
    stat_heat 0
    stat_ground 1,0,1,1
    stat_mental 5, impetuous, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 607, 187, 50, 80, 500
    ownership slave


    type merc kerns
    dictionary merc_kerns ; Mercenary Kerns
    category infantry
    class light
    voice_type Medium_1
    soldier merc_kerns, 40, 0, 0.9
    mount_effect elephant +6, chariot +6
    attributes sea_faring, hide_improved_forest, hide_long_grass, mercenary_unit
    formation 1.6, 2, 3.2, 4, 3, square
    stat_health 1, 0
    stat_pri 9, 4, javelin, 55, 6, thrown, archery, piercing, spear, 25 ,1
    stat_pri_attr thrown
    stat_sec 6, 4, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 4, 3, flesh
    stat_sec_armour 0, 1, flesh
    stat_heat 2
    stat_ground 1, -2, 3, 2
    stat_mental 5, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 291, 80, 30, 40, 240
    ownership slave


    type merc bucellarii
    dictionary merc_bucellarii ; Mercenary Bucellarii
    category infantry
    class missile
    voice_type Light_1
    soldier merc_bucellarii, 40, 0, 1
    attributes sea_faring, hide_forest, can_sap, mercenary_unit, can_swim
    formation 1.2, 1.2, 2.4, 2.4, 2, square
    stat_health 1, 0
    stat_pri 7, 2, crossbow, 85, 20, missile, archery, piercing, none, 25 ,1
    stat_pri_attr ap
    stat_sec 7, 2, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 6, 0, leather
    stat_sec_armour 0, 2, flesh
    stat_heat 2
    stat_ground 2, 0, 3, 0
    stat_mental 5, normal, trained
    stat_charge_dist 30
    stat_fire_delay 18
    stat_food 60, 300
    stat_cost 1, 675, 261, 40, 60, 400
    ownership slave


    type merc hounds of culann
    dictionary merc_hounds_of_culann ; Hounds of Culann
    category infantry
    class heavy
    voice_type Heavy_1
    soldier merc_hounds_of_culann, 16, 0, 3.25, 0.6, 2.2
    attributes sea_faring, hide_forest, frighten_foot, very_hardy, mercenary_unit, can_swim, warcry
    formation 1.7, 1.7, 2.4, 2.4, 2, square
    stat_health 2, 0
    stat_pri 11, 7, no, 0, 0, melee, blade, blunt, mace, 25 ,1
    stat_pri_attr ap
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 5, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1, -2, 3, 2
    stat_mental 15, berserker, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 838, 216, 70, 110, 690
    ownership slave


    type merc sughdian warriors
    dictionary merc_sughdian_warriors ; Sughdian Warriors
    category infantry
    class heavy
    voice_type Heavy_1
    soldier merc_sughdian_warriors, 40, 0, 1.2
    attributes sea_faring, hide_forest, can_sap, mercenary_unit
    formation 1, 1, 2, 2, 4, square
    stat_health 1, 0
    stat_pri 10, 4, no, 0, 0, melee, blade, blunt, mace, 25 ,1
    stat_pri_attr ap
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 7, 9, 3, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 1
    stat_ground 1, 1, 0, -1
    stat_mental 11, disciplined, highly_trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 823, 316, 70, 100, 610
    ownership slave


    type merc golden band
    dictionary merc_golden_band ; Mercenary Golden Band
    category infantry
    class heavy
    voice_type Heavy_1
    soldier merc_golden_band, 40, 0, 1.3
    attributes sea_faring, hide_forest, can_sap, hardy, mercenary_unit, warcry
    formation 1.2, 1.2, 2.4, 2.4, 4, square
    stat_health 1, 0
    stat_pri 16, 5, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 5, 11, 0, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 3
    stat_ground 1, -2, 3, 2
    stat_mental 13, impetuous, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 819, 172, 60, 80, 510
    ownership slave


    type merc sarmatian armoured archers
    dictionary merc_sarmatian_armoured_archers ; Mercenary Sarmatian Archers
    category cavalry
    class missile
    voice_type Medium_1
    soldier merc_sarmatian_armoured_archers, 27, 0, 1
    mount medium horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, very_hardy, mercenary_unit
    formation 1.5, 4, 3, 6, 4, square
    stat_health 1, 0
    stat_pri 8, 2, arrow, 120, 40, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 7, 4, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 9, 0, metal
    stat_sec_armour 0, 4, flesh
    stat_heat 2
    stat_ground 1,0,-6,1
    stat_mental 5, disciplined, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 896, 219, 90, 130, 820
    ownership slave


    type merc graal knights
    dictionary merc_graal_knights ; Graal Knights
    category cavalry
    class heavy
    voice_type Heavy_1
    soldier merc_graal_knights, 16, 0, 1
    mount horse cataphract
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy, mercenary_unit
    formation 1.2, 4, 2.4, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 12, 7, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 13, 6, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 14, 10, 4, metal
    stat_sec_armour 0, 4, flesh
    stat_heat 6
    stat_ground 0, -2, -4, 2
    stat_mental 13, impetuous, trained
    stat_charge_dist 50
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 1999, 429, 110, 160, 1050
    ownership slave


    type merc vandal lancers
    dictionary merc_vandal_lancers ; Mercenary Vandal Lancers
    category cavalry
    class light
    voice_type Medium_1
    soldier merc_vandal_lancers, 27, 0, 1
    mount medium horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, mercenary_unit
    formation 1.2, 4, 2.4, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 5, 10, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 6, 5, 0, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 1
    stat_ground 1,0,-6,1
    stat_mental 5, impetuous, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 765, 183, 60, 80, 510
    ownership slave


    type merc alan noble cavalry
    dictionary merc_alan_noble_cavalry ; Mercenary Alan Nobles
    category cavalry
    class heavy
    voice_type Heavy_1
    soldier merc_alan_noble_cavalry, 27, 0, 1
    mount heavy horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy, mercenary_unit
    formation 1.5, 4, 3, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 13, 6, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 10, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1,0,-6,1
    stat_mental 13, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 1062, 254, 120, 170, 1130
    ownership slave


    type merc armoured camel riders
    dictionary merc_armoured_camel_riders ; Armoured Camel Mercenaries
    category cavalry
    class heavy
    voice_type Heavy_1
    soldier merc_armoured_camel_riders, 27, 0, 1
    mount camel cataphract
    mount_effect elephant -4, horse +2
    attributes sea_faring, hide_forest, frighten_mounted, mercenary_unit
    formation 1.5, 4, 3, 6, 4, square
    stat_health 1, 0
    stat_pri 8, 6, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 13, 8, 0, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 1
    stat_ground 0, 1, -6, -1
    stat_mental 9, normal, trained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 1228, 319, 100, 140, 910
    ownership slave


    type merc camel raiders
    dictionary merc_camel_raiders ; Camel Raiders
    category cavalry
    class light
    voice_type Medium_1
    soldier merc_camel_raiders, 27, 0, 1
    mount camel
    mount_effect elephant -4, horse +2
    attributes sea_faring, hide_forest, frighten_mounted, hardy, mercenary_unit
    formation 3, 4, 6, 6, 4, square
    stat_health 1, 0
    stat_pri 6, 5, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 7, 4, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 0
    stat_ground 0, 1, -6, -1
    stat_mental 5, impetuous, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 473, 169, 40, 60, 390
    ownership slave


    type merc sarmatian auxilia
    dictionary merc_sarmatian_auxilia ; Sarmatian Mercenaries
    category cavalry
    class heavy
    voice_type Heavy_1
    soldier merc_sarmatian_auxilia, 27, 0, 1
    mount medium horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy, mercenary_unit, power_charge
    formation 1.5, 4, 3, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 10, 6, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 9, 9, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 4
    stat_ground 0, 0, -6, 0
    stat_mental 9, disciplined, trained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 1285, 459, 90, 140, 880
    ownership slave


    type merc moorish raiders
    dictionary merc_moorish_raiders ; Moorish Mercenaries
    category cavalry
    class light
    voice_type Medium_1
    soldier merc_moorish_raiders, 27, 0, 1
    mount light horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, mercenary_unit
    formation 3, 4, 6, 6, 4, square
    stat_health 1, 0
    stat_pri 7, 4, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 9, 4, leather
    stat_sec_armour 0, 0, flesh
    stat_heat -1
    stat_ground 0, 2,-6,-2
    stat_mental 5, impetuous, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 522, 206, 50, 70, 430
    ownership slave


    type merc foederati cavalry
    dictionary merc_foederati_cavalry ; Mercenary Foederati Cavalry
    category cavalry
    class light
    voice_type Heavy_1
    soldier merc_foederati_cavalry, 27, 0, 1
    mount medium horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy, mercenary_unit, can_swim
    formation 1.5, 4, 3, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 6, 5, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 7, 4, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 3
    stat_ground 0, -2, -4, 2
    stat_mental 5, normal, trained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 587, 364, 50, 70, 470
    ownership slave


    type merc alan horse archers
    dictionary merc_alan_horse_archers ; Mercenary Alan Horse Archers
    category cavalry
    class missile
    voice_type Medium_1
    soldier merc_alan_horse_archers, 27, 0, 1
    mount medium horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, very_hardy, mercenary_unit, cantabrian_circle
    formation 1.5, 4, 3, 6, 3, square
    stat_health 1, 0
    stat_pri 8, 2, arrow, 120, 40, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 7, 4, no, 0, 0, melee, blade, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 6, 8, 0, leather
    stat_sec_armour 0, 4, flesh
    stat_heat 1
    stat_ground 1,0,-6,1
    stat_mental 5, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 786, 201, 80, 110, 730
    ownership slave


    type merc hippo toxotai
    dictionary merc_hippo_toxotai ; Mercenary Hippo-toxotai
    category cavalry
    class missile
    voice_type Medium_1
    soldier merc_hippo_toxotai, 27, 0, 1
    mount light horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, hardy, mercenary_unit
    formation 3, 4, 6, 6, 3, square
    stat_health 1, 0
    stat_pri 8, 2, arrow, 120, 40, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 5, 4, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 6, 7, 0, metal
    stat_sec_armour 0, 2, flesh
    stat_heat 3
    stat_ground 0, 0, -6, 0
    stat_mental 6, normal, trained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 1147, 374, 70, 110, 680
    ownership slave


    type merc equites veteranii
    dictionary merc_equites_veteranii ; Mercenary Equites Veteranii
    category cavalry
    class light
    voice_type Light_1
    soldier merc_equites_veteranii, 27, 0, 1
    mount light horse
    mount_effect elephant -4, camel -4
    attributes sea_faring, hide_forest, mercenary_unit, can_swim
    formation 1.5, 4, 3, 6, 4, square, wedge
    stat_health 1, 0
    stat_pri 6, 5, no, 0, 0, melee, blade, piercing, spear, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 5, 7, 4, metal
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 0, 0, -6, 0
    stat_mental 5, disciplined, trained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 811, 361, 60, 90, 540
    ownership slave


    type merc wolfhounds
    dictionary merc_wolfhounds ; Mercenary Wolfhounds
    category handler
    class light
    voice_type Medium_1
    soldier merc_crew, 12, 24, 0.9
    animal wardogs
    attributes sea_faring, hide_forest, mercenary_unit, can_swim
    formation 2.2, 2.2, 3, 3, 3, horde
    stat_health 1, 1
    stat_pri 4, 2, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_pri_attr no
    stat_sec 10, 2, no, 0, 0, melee, other, blunt, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 3, 6, 0, leather
    stat_sec_armour 1, 1, flesh
    stat_heat 3
    stat_ground 1, -2, 3, 2
    stat_mental 5, normal, untrained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 643, 180, 60, 80, 530
    ownership slave


    type merc elephants
    dictionary merc_elephants ; Mercenary Elephants
    category cavalry
    class heavy
    voice_type Medium_1
    soldier east_elephant_crew, 18, 6, 1
    mount elephant african
    mount_effect horse +4, chariot +8, camel +2
    attributes sea_faring, can_run_amok, frighten_foot, frighten_mounted, mercenary_unit
    formation 7, 11, 13,16, 1, square
    stat_health 1, 12
    stat_pri 8, 3, arrow, 130, 30, missile, archery, piercing, none, 25 ,1
    stat_pri_attr no
    stat_sec 5, 8, no, 0, 0, melee, other, blunt, none, 25 ,1
    stat_sec_attr area, ap, launching
    stat_pri_armour 6, 8, 0, metal
    stat_sec_armour 3, 2, flesh
    stat_heat 1
    stat_ground 0, 1, -6, -1
    stat_mental 9, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 2816, 442, 180, 270, 1790
    ownership slave


    type merc onagers
    dictionary merc_onagers ; Mercenary Onagers
    category siege
    class missile
    voice_type Light_1
    soldier merc_crew, 12, 2, 0.8
    engine onager
    attributes sea_faring, mercenary_unit
    formation 1.5, 1.5, 3, 3, 3, square
    stat_health 1, 0
    stat_pri 5, 1, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 51, 1, boulder, 300, 30, siege_missile, blade, blunt, none, 25 ,1
    stat_sec_attr ap, bp, area, launching
    stat_pri_armour 3, 3, 0, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 1
    stat_ground 0, 0, 0, 0
    stat_mental 3, normal, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 1129, 277, 70, 100, 670
    ownership slave


    type merc ballistae
    dictionary merc_ballistae ; Mercenary Ballistae
    category siege
    class missile
    voice_type Light_1
    soldier merc_crew, 12, 2, 0.8
    engine ballista
    attributes sea_faring, mercenary_unit
    formation 1.5, 1.5, 3, 3, 3, square
    stat_health 1, 0
    stat_pri 5, 1, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_pri_attr no
    stat_sec 51, 1, ballista, 180, 50, siege_missile, blade, piercing, none, 25 ,1
    stat_sec_attr ap, bp, launching
    stat_pri_armour 3, 3, 0, leather
    stat_sec_armour 0, 0, flesh
    stat_heat 1
    stat_ground 0, 0, 0, 0
    stat_mental 3, normal, trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 506, 253, 30, 50, 300
    ownership slave


    type naval biremes
    dictionary naval_bireme ; Bireme
    category ship
    class light
    voice_type Medium_1
    soldier roman_crew, 20, 0, 1
    ship light warship
    attributes sea_faring
    formation 1.2, 1.8, 2.4, 2.4, 3, square
    stat_health 1, 0
    stat_pri 6, 3, no, 0, 0, melee, blade, slashing, none, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 7, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 0
    stat_ground 0, 0, 0, 0
    stat_mental 9, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 603, 115, 20, 30, 170
    ownership empire_west, empire_east, sassanids, romano_british, empire_west_rebels, empire_east_rebels, slave


    type naval triremes
    dictionary naval_trireme ; Trireme
    category ship
    class heavy
    voice_type Medium_1
    soldier roman_crew, 30, 0, 1
    ship light warship
    attributes sea_faring
    formation 1.2, 1.8, 2.4, 2.4, 3, square
    stat_health 1, 0
    stat_pri 6, 3, no, 0, 0, melee, blade, slashing, none, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 7, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 0
    stat_ground 0, 0, 0, 0
    stat_mental 9, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 801, 172, 30, 40, 240
    ownership empire_west, empire_east, sassanids, romano_british, empire_west_rebels, empire_east_rebels, slave


    type naval quinquiremes
    dictionary naval_quinquireme ; Quinquireme
    category ship
    class heavy
    voice_type Medium_1
    soldier roman_crew, 50, 0, 1
    ship heavy warship
    attributes sea_faring
    formation 1.2, 1.8, 2.4, 2.4, 3, square
    stat_health 1, 0
    stat_pri 6, 3, no, 0, 0, melee, blade, slashing, none, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 7, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 0
    stat_ground 0, 0, 0, 0
    stat_mental 9, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 999, 288, 40, 60, 360
    ownership empire_west, empire_east, sassanids, romano_british, empire_west_rebels, empire_east_rebels, slave


    type naval corvus quinquireme
    dictionary naval_corvus ; Corvus Quinquireme
    category ship
    class heavy
    voice_type Medium_1
    soldier roman_crew, 50, 0, 1
    ship heavy warship
    attributes sea_faring
    formation 1.2, 1.8, 2.4, 2.4, 3, square
    stat_health 1, 0
    stat_pri 6, 3, no, 0, 0, melee, blade, slashing, none, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 7, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 0
    stat_ground 0, 0, 0, 0
    stat_mental 9, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 2, 999, 288, 40, 60, 360
    ownership empire_west, empire_east, sassanids, romano_british, empire_west_rebels, empire_east_rebels, slave


    type naval deceres
    dictionary naval_decere ; Decere
    category ship
    class heavy
    voice_type Medium_1
    soldier roman_crew, 60, 0, 1
    ship flagship
    attributes sea_faring
    formation 1.2, 1.8, 2.4, 2.4, 3, square
    stat_health 1, 0
    stat_pri 6, 3, no, 0, 0, melee, blade, slashing, none, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 7, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 0
    stat_ground 0, 0, 0, 0
    stat_mental 9, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 3, 1287, 345, 50, 70, 430
    ownership empire_west, empire_east, sassanids, romano_british, empire_west_rebels, empire_east_rebels, slave


    type naval boats
    dictionary naval_boats ; Boats
    category ship
    class light
    voice_type Medium_1
    soldier roman_crew, 15, 0, 1
    ship light warship
    attributes sea_faring
    formation 1.2, 1.8, 2.4, 2.4, 3, square
    stat_health 1, 0
    stat_pri 6, 3, no, 0, 0, melee, blade, slashing, none, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 7, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 0
    stat_ground 0, 0, 0, 0
    stat_mental 9, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 486, 86, 20, 30, 140
    ownership barbarian, nomad, berbers, hun, slave


    type naval large boats
    dictionary naval_large_boats ; Large Boats
    category ship
    class heavy
    voice_type Medium_1
    soldier roman_crew, 30, 0, 1
    ship heavy warship
    attributes sea_faring
    formation 1.2, 1.8, 2.4, 2.4, 3, square
    stat_health 1, 0
    stat_pri 6, 3, no, 0, 0, melee, blade, slashing, none, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 7, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 0
    stat_ground 0, 0, 0, 0
    stat_mental 9, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 666, 172, 30, 40, 240
    ownership barbarian, vandals


    type naval pirate ships
    dictionary naval_pirates ; Pirate Ships
    category ship
    class light
    voice_type Medium_1
    soldier roman_crew, 25, 0, 1
    ship light warship
    attributes sea_faring
    formation 1.2, 1.8, 2.4, 2.4, 3, square
    stat_health 1, 0
    stat_pri 6, 3, no, 0, 0, melee, blade, slashing, none, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 7, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 0
    stat_ground 0, 0, 0, 0
    stat_mental 9, normal, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 639, 144, 30, 40, 210
    ownership slave, saxons


    type barbarian civ peasant
    dictionary barbarian_civ_peasant ; Barbarian Tribesmen
    category non_combatant
    class light
    voice_type Light_1
    soldier barb_peasant, 300, 0, 0.8
    attributes sea_faring, hide_forest, can_sap, no_custom
    formation 1.2, 1.8, 2.4, 2.4, 3, horde
    stat_health 1, 0
    stat_pri 1, 0, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 3, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1, -2, 3, 2
    stat_mental 1, low, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 189, 216, 30, 40, 210
    ownership barbarian


    type barbarian female peasant
    dictionary barbarian_female_peasant ; Barbarian Tribesmen
    category non_combatant
    class light
    voice_type Female_1
    soldier barb_female_peasant, 300, 0, 0.8
    attributes sea_faring, hide_forest, can_sap, no_custom
    formation 1.2, 1.8, 2.4, 2.4, 3, horde
    stat_health 1, 0
    stat_pri 1, 0, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 3, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 2
    stat_ground 1, -2, 3, 2
    stat_mental 1, low, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 189, 216, 30, 40, 210
    ownership barbarian


    type carthaginian civ peasant
    dictionary carthaginian_civ_peasant ; Carthaginian Civilians
    category non_combatant
    class light
    voice_type Light_1
    soldier eastern_civ_peasant, 300, 0, 0.8
    attributes sea_faring, hide_forest, can_sap, no_custom
    formation 1.2, 1.8, 2.4, 2.4, 3, horde
    stat_health 1, 0
    stat_pri 1, 0, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 3, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat -1
    stat_ground 1, 1, 0, -1
    stat_mental 1, low, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 189, 216, 30, 40, 210
    ownership carthaginian


    type carthaginian female peasant
    dictionary carthaginian_female_peasant ; Carthaginian Civilians
    category non_combatant
    class light
    voice_type Female_1
    soldier eastern_female_peasant, 300, 0, 0.8
    attributes sea_faring, hide_forest, can_sap, no_custom
    formation 1.2, 1.8, 2.4, 2.4, 3, horde
    stat_health 1, 0
    stat_pri 1, 0, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 3, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat -1
    stat_ground 1, 1, 0, -1
    stat_mental 1, low, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 189, 216, 30, 40, 210
    ownership carthaginian


    type eastern civ peasant
    dictionary eastern_civ_peasant ; Eastern Workers
    category non_combatant
    class light
    voice_type Light_1
    soldier eastern_civ_peasant, 300, 0, 0.8
    attributes sea_faring, hide_forest, can_sap, no_custom
    formation 1.2, 1.8, 2.4, 2.4, 3, horde
    stat_health 1, 0
    stat_pri 1, 0, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 3, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat -1
    stat_ground 1, 1, 0, -1
    stat_mental 1, low, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 189, 216, 30, 40, 210
    ownership sassanids


    type eastern female peasant
    dictionary eastern_female_peasant ; Eastern Workers
    category non_combatant
    class light
    voice_type Female_1
    soldier eastern_female_peasant, 300, 0, 0.8
    attributes sea_faring, hide_forest, can_sap, no_custom
    formation 1.2, 1.8, 2.4, 2.4, 3, horde
    stat_health 1, 0
    stat_pri 1, 0, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 3, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat -1
    stat_ground 1, 1, 0, -1
    stat_mental 1, low, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 189, 216, 30, 40, 210
    ownership sassanids


    type egyptian civ peasant
    dictionary egyptian_civ_peasant ; Egyptian Workers
    category non_combatant
    class light
    voice_type Light_1
    soldier eastern_civ_peasant, 300, 0, 0.8
    attributes sea_faring, hide_forest, can_sap, no_custom
    formation 1.2, 1.8, 2.4, 2.4, 3, horde
    stat_health 1, 0
    stat_pri 1, 0, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 3, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat -1
    stat_ground 1, 1, 0, -1
    stat_mental 1, low, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 189, 216, 30, 40, 210
    ownership nomad


    type egyptian female peasant
    dictionary egyptian_female_peasant ; Egyptian Workers
    category non_combatant
    class light
    voice_type Female_1
    soldier eastern_female_peasant, 300, 0, 0.8
    attributes sea_faring, hide_forest, can_sap, no_custom
    formation 1.2, 1.8, 2.4, 2.4, 3, horde
    stat_health 1, 0
    stat_pri 1, 0, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 3, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat -1
    stat_ground 1, 1, 0, -1
    stat_mental 1, low, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 189, 216, 30, 40, 210
    ownership nomad


    type greek civ peasant
    dictionary greek_civ_peasant ; Greek Citizens
    category non_combatant
    class light
    voice_type Light_1
    soldier eastern_civ_peasant, 300, 0, 0.8
    attributes sea_faring, hide_forest, can_sap, no_custom
    formation 1.2, 1.8, 2.4, 2.4, 3, horde
    stat_health 1, 0
    stat_pri 1, 0, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 3, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 1
    stat_ground 1, 0, 0, 0
    stat_mental 1, low, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 189, 216, 30, 40, 210
    ownership empire_east


    type greek female peasant
    dictionary greek_female_peasant ; Greek Citizens
    category non_combatant
    class light
    voice_type Female_1
    soldier eastern_female_peasant, 300, 0, 0.8
    attributes sea_faring, hide_forest, can_sap, no_custom
    formation 1.2, 1.8, 2.4, 2.4, 3, horde
    stat_health 1, 0
    stat_pri 1, 0, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 3, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 1
    stat_ground 1, 0, 0, 0
    stat_mental 1, low, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 189, 216, 30, 40, 210
    ownership empire_east


    type roman civ peasant
    dictionary roman_civ_peasant ; Roman Civilians
    category non_combatant
    class light
    voice_type Light_1
    soldier roman_civ_peasant, 300, 0, 0.8
    attributes sea_faring, hide_forest, can_sap, no_custom
    formation 1.2, 1.8, 2.4, 2.4, 3, horde
    stat_health 1, 0
    stat_pri 1, 0, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 3, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 1
    stat_ground 1, 0, 0, 0
    stat_mental 1, low, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 189, 216, 30, 40, 210
    ownership roman


    type roman female peasant
    dictionary roman_female_peasant ; Roman Civilians
    category non_combatant
    class light
    voice_type Female_1
    soldier roman_female_peasant, 300, 0, 0.8
    attributes sea_faring, hide_forest, can_sap, no_custom
    formation 1.2, 1.8, 2.4, 2.4, 3, horde
    stat_health 1, 0
    stat_pri 1, 0, no, 0, 0, melee, simple, piercing, knife, 25 ,1
    stat_pri_attr no
    stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
    stat_sec_attr no
    stat_pri_armour 0, 3, 0, flesh
    stat_sec_armour 0, 0, flesh
    stat_heat 1
    stat_ground 1, 0, 0, 0
    stat_mental 1, low, untrained
    stat_charge_dist 40
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 189, 216, 30, 40, 210
    ownership roman

  13. #13
    Member Charge's Avatar
    Join Date
    Jul 2007
    Location
    Russia
    Posts
    1,324

    Default Re: Questions-

    YEAH!

  14. #14
    Member Member Deadhuntr's Avatar
    Join Date
    Nov 2007
    Location
    San Diego
    Posts
    45

    Default Re: Questions-

    export_descr_units.txt - I tried searching for this and it says "Search Complete. No resualts found."

    -That might be the correct file but some of those names dont work, I have already tried and it keeps saying invalid unit_type.

  15. #15
    Member Member Deadhuntr's Avatar
    Join Date
    Nov 2007
    Location
    San Diego
    Posts
    45

    Default Re: Questions-

    create_unit "Tara" "celtic druids" works
    create_unit "Tara" "celtic spearman" works

    create_unit "Tara" "celtic crossbowmen" does not work
    create_unit "Tingi" "berber mountain men" does not work

    The bottom 2 that are shown are listed on the above list (like the top two) but they do not work...any idea?

    All I am trying to do is get 1 set of INF, 1 set of Cavalry and 1 set of Archers for every faction that will work...:(

  16. #16
    CeltiberoRamiroI Member Monkwarrior's Avatar
    Join Date
    Apr 2004
    Location
    Salduie/Caesaraugusta/ Sarakusta/Saragossa
    Posts
    828

    Default Re: Questions-

    What Myrdraal was asking you is to post here the whole script you are writing, not only the line you think is wrong.

    How do you launch the script?
    Are you sure it is launched?

  17. #17
    Member Member Deadhuntr's Avatar
    Join Date
    Nov 2007
    Location
    San Diego
    Posts
    45

    Default Re: Questions-

    The two long posts above are the WHOLE scripts, not just one error.
    I launched it by searching my computer for the file, export_descr_units.txt.
    Then I double clicked on it and it opened, all the info on that script is the above posted.

    But only some of those names work, not all.

  18. #18
    Anything that isn't 'member' Member Squid's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    596

    Default Re: Questions-

    Those two files are not scripts, they're just game info files. So are you using the romeshell (` key), or are you using a script file?

    -Trait/Ancillary/Building Editor

    "Two things are infinite: the universe and human stupidity;
    and I'm not sure about the universe." -----Albert Einstein

  19. #19
    Member Member Deadhuntr's Avatar
    Join Date
    Nov 2007
    Location
    San Diego
    Posts
    45

    Default Re: Questions-

    To use the cheat? I am going into game and using the "~" key and entering the create_unit... and some work, some dont.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO