Thread: Official 'Third Age 1.0 - 3.2 Question & Answer' Thread

  1. #3021

    Default Re: Official 'Third Age 1.0 - 3.2 Question & Answer' Thread

    Worked for me, thanks a lot.
    On my way to Mordor now, eventhough one does not simply walk into it.

  2. #3022

    Default Re: Official 'Third Age 1.0 - 3.2 Question & Answer' Thread

    Is there a way to recruit Bandobra Archers? Only ones i've seen are the ones you start with when you begin the game with Eriador. Every "hobbit reinforcement" i've had has been hobbitry in arms and hobbit archers.
    Do i need to upgrade the Shire or something? Or is it just a really low chance to get them?

  3. #3023

    Default Re: Official 'Third Age 1.0 - 3.2 Question & Answer' Thread

    Quote Originally Posted by EllEzDee View Post
    Is there a way to recruit Bandobra Archers? Only ones i've seen are the ones you start with when you begin the game with Eriador. Every "hobbit reinforcement" i've had has been hobbitry in arms and hobbit archers.
    Do i need to upgrade the Shire or something? Or is it just a really low chance to get them?

    Even if you do get them you will be unable to merge the units.

  4. #3024
    Withwnar's Avatar Script To The Waist
    Join Date
    Oct 2008
    Location
    Earth
    Posts
    6,329

    Default Re: Official 'Third Age 1.0 - 3.2 Question & Answer' Thread

    Recruit? No. They are supposed to be one of those reinforcement units but I just noticed that the script is broken.

    Code:
    monitor_conditions I_CompareCounter hobbit_tribute_launch = 1
    
        set_counter hobbit_tribute_launch 0
    
        if I_SettlementSelected Bree
        and ! I_SettlementUnderSiege Bree
    
        generate_random_counter random_tribute 1 2 3 1 3
        if I_EventCounter random_tribute = 1
        console_command create_unit Bree "Hobbit Infantry autonomy" 1 2 2
        end_if
        if I_EventCounter random_tribute = 2
        console_command create_unit Bree "Hobbit Archers autonomy" 1 2 1
        end_if
        if I_EventCounter random_tribute = 3
        console_command create_unit Bree "Bandobras Archers autonomy" 1 2 1
        end_if
        end_if
    There are a few lines like that, broken in a similar way. Not save game compatible but as a workaround you could change this line in export_descr_buildings.txt...

    Code:
    recruit_pool "Bandobras Archers"  1   0.05   2  0  requires factions { turks, byzantium, } and event_counter is_the_ai 1

  5. #3025

    Default Re: Official 'Third Age 1.0 - 3.2 Question & Answer' Thread

    1) What does Swiftness (Haldir's special ability) do?
    2) What factions are allowed to recruit Ents and how?
    3) Anyone have a vanilla TATW campaign_script.txt around?

  6. #3026
    Withwnar's Avatar Script To The Waist
    Join Date
    Oct 2008
    Location
    Earth
    Posts
    6,329

    Default Re: Official 'Third Age 1.0 - 3.2 Question & Answer' Thread

    1) See descr_hero_abilities.xml. The "Sample Ability" section at the top explains all of the possible effects. See the SILVAN section for Haldir's specific effects.

  7. #3027

    Default Re: Official 'Third Age 1.0 - 3.2 Question & Answer' Thread

    Thread's been a huge help so far. Run into another issue, though: i've noticed the AI acting really strange around Ered Luin, especially the Dwarves: 5 full stacks have been sat in the same spot around the Blue Mountains, and their cities are empty. Thorin's Halls and Lune Land rebelled about 30 turns ago, and they've not bothered to try and recapture them, even with stacks sat outside the rebellious cities.

    In the East, the Dwarves have been acting normal. It's just in the West they're acting weird. Any idea why this might be? Or has anyone seen this kind of thing before? This is vanilla 3.2.

    High Elves have done basically the same thing, only they're more idle than moronic. Both have alliances and military access with me as Eriador, so i'm not sure why they're not moving around much.

  8. #3028

    Default Re: Official 'Third Age 1.0 - 3.2 Question & Answer' Thread

    Hey guys, I have a question, is it possible to charge with the mumakils with the archers still having ammo? I know that it works if they don't have arrows anymore, but otherwise I just have to run straight through the enemies.

  9. #3029
    Ngugi's Avatar TATW & Albion Local Mod
    Join Date
    Jan 2011
    Location
    Sweden
    Posts
    10,687

    Default Re: Official 'Third Age 1.0 - 3.2 Question & Answer' Thread

    As with any archer unit you can hold in Alt and attack, for the unit to use their melee mode

    Kingdom of Lindon preview video out





    DCI: Last Alliance
    - WIP Second Age mod | DCI: Tôl Acharn - mighty Dúnedain Counter Invasions |
    Additional Mercenary Minimod - more mercs; for TATW and DCI | Family Tree minimods - lore improvements | Remade Event Pictures - enhance cultures trough images |
    Favorite TATW compilation: Withwnars Submod Collection
    Patron of Mank, Kiliç Alì, FireFreak111, MIKEGOLF & Arachir Galudirithon, Earl of Memory

  10. #3030

    Default Re: Official 'Third Age 1.0 - 3.2 Question & Answer' Thread

    Quote Originally Posted by Ngugi View Post
    As with any archer unit you can hold in Alt and attack, for the unit to use their melee mode
    Thank you man

  11. #3031

    Default Re: Official 'Third Age 1.0 - 3.2 Question & Answer' Thread

    Dale Armour Upgrades

    I've searched various threads, so forgive me if this has already been answered.

    My trusty Dale soldiers seem to get nothing in the way of armour upgrades after I have built a Leather Tanner. I've built up to Heavy Armourer (or Armorer!) in various cities and fortresses, but this seems to do nothing. Have I wasted my money? I was hoping that my best troops would get some upgrades because I am fighting Harad and they seem to be tough, and upgraded.

  12. #3032

    Default Re: Official 'Third Age 1.0 - 3.2 Question & Answer' Thread

    Quote Originally Posted by Faulty Logic View Post
    1) What does Swiftness (Haldir's special ability) do?
    2) What factions are allowed to recruit Ents and how?
    3) Anyone have a vanilla TATW campaign_script.txt around?
    1) Already answered in previous post.
    2) As far as I know, only Silvan Elves can recruit the Ents and only when they have Fangorn. Its a scripted event that happens (I believe Fangorn must be a certain size/town level before the event can happen).
    3) Not sure.

  13. #3033
    Withwnar's Avatar Script To The Waist
    Join Date
    Oct 2008
    Location
    Earth
    Posts
    6,329

    Default Re: Official 'Third Age 1.0 - 3.2 Question & Answer' Thread

    Quote Originally Posted by julianj99 View Post
    Dale Armour Upgrades

    I've searched various threads, so forgive me if this has already been answered.

    My trusty Dale soldiers seem to get nothing in the way of armour upgrades after I have built a Leather Tanner. I've built up to Heavy Armourer (or Armorer!) in various cities and fortresses, but this seems to do nothing. Have I wasted my money? I was hoping that my best troops would get some upgrades because I am fighting Harad and they seem to be tough, and upgraded.
    According to the stats of export_descr_units.txt and export_descr_buildings.txt, these should be the upgrades available to the units of every playable faction...

    Spoiler Alert, click show to read: 

    ******************************
    scotland : Dale

    Horseguards : "Aihwothiuda Horseguards"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Horseguards_Mercs : "Aihwothiuda Horseguards"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Athala_Rangers : "Athala Rangers"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Bardian_Archers2 : "Bardian Marksmen"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Bardian_Archers : "Bardian Marksmen"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Barding_Hird : "Barding Hird"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Barding_Hird_Mercs : "Barding Hird"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Dale_Cavalry : "Dale Cavalry"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Dale_Swordmasters : "Dale Swordmasters"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Swordsmen : "Dale Swordsmen"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Swordsmen_Mercs : "Dale Swordsmen"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Dalesmen : "Dalesmen"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Watchmen : "Hearth Watchmen"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Dale_Longbowmen : "Longbowmen"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Dale_Longbowmen_Mercs : "Longbowmen"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Rhovanion : "Rhovanion Gadrauhts"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Rhovanion_Mercs : "Rhovanion Gadrauhts"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Dale_Woodsmen : "Rivermen"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Spearmen : "Spearmen"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Rivermen : "Woodsmen"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Dale_Yeomen : "Yeomen"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    ******************************
    moors : Dwarves

    Axemen_of_Erebor : "Axemen of Erebor"
    - armour level 5: plate_armourer / Master Armourer [city]
    - armour level 5: c_plate_armourer / Master Armourer [castle]

    Axemen_of_Erebor_Mercs : "Axemen of Erebor"
    - armour level 5: plate_armourer / Master Armourer [city]
    - armour level 5: c_plate_armourer / Master Armourer [castle]

    Axethrowers : "Axethrowers"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Dale_Cavalry : "Dale Cavalry"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Dragonslayers : "Dragonslayers of Ered-Mithrin"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Clan_Warriors : "Dwarven Axemen"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Dwarven_Halberdmen : "Dwarven Halberdmen"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Miners : "Dwarven Miners"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Noble_Bodyguards : "Dwarven Noblemen"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Dwarven_Warriors : "Dwarven Warriors"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Dwarven_Warriors_Mercs : "Dwarven Warriors"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Iron_Crossbowmen : "Iron Crossbowmen"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Iron_Crossbowmen_Mercs : "Iron Crossbowmen"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Iron_Guard : "Iron Guard"
    - armour level 5: plate_armourer / Master Armourer [city]
    - armour level 5: c_plate_armourer / Master Armourer [castle]

    Iron_Guard_Mercs : "Iron Guard"
    - armour level 5: plate_armourer / Master Armourer [city]
    - armour level 5: c_plate_armourer / Master Armourer [castle]

    Dwarven_Pikemen : "Vault Wardens"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Dwarven_Pikemen_Mercs : "Vault Wardens"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    ******************************
    turks : Free Peoples of Eriador

    Bree_Archer_Militia : "Archer Militia"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Bree_Archer_Militia_Spawn : "Archer Militia"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Arnor_Knights : "Arnor Knights"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Dismounted_Arnor_MAA : "Arnor Men at Arms"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Arnor_Militia : "Arnor Militia"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Arnor_Pikemen : "Arnor Pikemen"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Arnor_Sergeants : "Arnor Sergeants"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Arnorian_Archers : "Arnorian Archers"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Arnorian_Heavy_Archers : "Arnorian Heavy Archers"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Bandobras_Archers : "Bandobras Archers"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Bandobras_Archers_autonomy : "Bandobras Archers"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    BR_Dunedain : "Battle-ready Dúnedain"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Arnor_Bodyguard : "Bodyguards"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Breeland_Militia : "Breeland Militia"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Breeland_Militia_Spawn : "Breeland Militia"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Mounted_Dunedain_BG : "Dúnedain Bodyguards"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Dunedain_Rangers : "Dúnedain Rangers"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Greenway_Sentries : "Greenway Guards"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Greenway_Guards : "Greenway Sentries"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Grey_Company : "Grey Company"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Hobbit_Archers : "Hobbit Archers"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Hobbit_Archers_autonomy : "Hobbit Archers"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Hobbit_Infantry : "Hobbitry-in-Arms"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Hobbit_Infantry_Mercs : "Hobbitry-in-Arms"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Hobbit_Infantry_autonomy : "Hobbitry-in-Arms"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Lumbermen : "Lumbermen"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Merchant_Militia : "Merchant Militia"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Merchants : "Merchants"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Mounted_Dunedain : "Mounted Battle Ready Dúnedain"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Woodland_Hunters : "Woodland Hunters"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    ******************************
    sicily : Gondor

    Militia_Archers : "Archer Militia"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Axemen_of_Lossarnach : "Axemen of Lossarnach"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Axemen_of_Lossarnach_Mercs : "Axemen of Lossarnach"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Blackroot_Archers : "Blackroot Vale Archers"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Blackroot_Archers_Mercs : "Blackroot Vale Archers"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Kingsguard : "Citadel Guard"
    - armour level 5: plate_armourer / Master Armourer [city]
    - armour level 5: c_plate_armourer / Master Armourer [castle]

    Kingsguard_BG : "Citadel Guard"
    - armour level 5: plate_armourer / Master Armourer [city]
    - armour level 5: c_plate_armourer / Master Armourer [castle]

    Dismounted_Swan_Knights : "Dismounted Swan Knights"
    - armour level 5: plate_armourer / Master Armourer [city]
    - armour level 5: c_plate_armourer / Master Armourer [castle]

    Fountain_Guard : "Fountain Guard"
    - armour level 5: plate_armourer / Master Armourer [city]
    - armour level 5: c_plate_armourer / Master Armourer [castle]

    Gondor_Bodyguard : "General's Bodyguard"
    - armour level 5: plate_armourer / Master Armourer [city]
    - armour level 5: c_plate_armourer / Master Armourer [castle]

    Gondor_Archers : "Gondor Archers"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    - armour level 5: plate_armourer / Master Armourer [city]
    - armour level 5: c_plate_armourer / Master Armourer [castle]

    Gondor_Archers_Mercs : "Gondor Archers"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Gondor_Cavalry : "Gondor Cavalry"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    - armour level 5: plate_armourer / Master Armourer [city]
    - armour level 5: c_plate_armourer / Master Armourer [castle]

    Dol_Amroth_Knights : "Gondor Cavalry Militia"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Dol_Amroth_Knights_Mercs : "Gondor Cavalry Militia"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Gondor_Infantry : "Gondor Infantry"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    - armour level 5: plate_armourer / Master Armourer [city]
    - armour level 5: c_plate_armourer / Master Armourer [castle]

    Gondor_Placeholder : "Gondor Infantry"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Gondor_Infantry_Mercs : "Gondor Infantry"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Dismounted_Kofm : "Gondor Militia"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Dismounted_Kofm_Mercs : "Gondor Militia"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Gondor_Spearmen : "Gondor Spearmen"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    - armour level 5: plate_armourer / Master Armourer [city]
    - armour level 5: c_plate_armourer / Master Armourer [castle]

    Gondor_Spearmen_Mercs : "Gondor Spearmen"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Osgiliath_Pikemen : "Guards of Osgiliath"
    - armour level 5: plate_armourer / Master Armourer [city]
    - armour level 5: c_plate_armourer / Master Armourer [castle]

    Ithilien_Rangers : "Ithilien Rangers"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Ithilien_Rangers_BG : "Ithilien Rangers"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Ithilien_Rangers_Mercs : "Ithilien Rangers"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Marines : "Pelargir Marines"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Marines_Mercs : "Pelargir Marines"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Swan_Knights : "Swan Knights"
    - armour level 5: plate_armourer / Master Armourer [city]
    - armour level 5: c_plate_armourer / Master Armourer [castle]

    Swan_Knights_Mercs : "Swan Knights"
    - armour level 5: plate_armourer / Master Armourer [city]
    - armour level 5: c_plate_armourer / Master Armourer [castle]

    ******************************
    spain : Harad

    Corsair_Archers : "Corsair Archers"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Corsairs : "Corsairs"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Dismounted_Serpent_Guard : "Dismounted Serpent Guard"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Harad_Archers : "Haradrim Archers"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Raiders_Cavalry : "Haradrim Raiders"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Desert_Spearmen : "Haradrim Spearmen"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Hasharii : "Hasharii"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Beastmaster_Cav : "Muhad Beastmasters"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Beastmaster : "Muhad Tribesmen"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Mumakil : "Mûmakil"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Serpent_Bodyguard : "Serpent Bodyguards"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Serpent_Guard : "Serpent Guard"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Southron_Archers : "Southron Archers"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Southron_Lancers : "Southron Lancers"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Southron_Pikemen : "Southron Pikemen"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Southron_Spearmen : "Southron Warband"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Half_Men : "Troll-men of Harad"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    ******************************
    egypt : High Elves

    Elf_Archer2 : "Bow Quendi"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Elf_Archer3_Mercs : "Eldar Archers"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Elf_Spear_Mercs : "Eldar Spearmen"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Elf_Archer3 : "Eldarinwë Archers"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Eldar_Cavalry : "Eldarinwë Lancers"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Elf_Nobel_Mount : "Eldarinwë Nobles"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Elf_Spear : "Eldarinwë Spearmen"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Elf_Spear_BG : "Eldarinwë Spearmen"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Elf_Sword : "Eldarinwë Swordsmen"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Imladris_Riders : "Imladris Riders"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Lindon_Longspears : "Lindon Longspears"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Elf_Nobel : "Mithlond Nobles"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Homeguard_Cavalry : "Nórëtirno Cavalry"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Homeguard_Warriors : "Nórëtirno Warriors"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Homeguard_Warriors_Mercs : "Nórëtirno Warriors"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Elven_Smiths : "Smiths of Eregion"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    High_Sword : "Sword Quendi"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    ******************************
    france : Isengard

    Berserkers : "Berserkers"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Dunlending_Axemen_BG : "Dunlending Bodyguards"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Dunlendings : "Dunlending Clansmen"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Dunlendings_Mercs : "Dunlending Clansmen"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Dunlending_Axemen : "Dunlending Veterans"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Snaga_Archers : "Snaga Archers"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Snaga_Skirmishers : "Snaga Skirmishers"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Uruk_Cleavers : "Uruk Reavers"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Uruk-Hai_Archers : "Uruk-Hai Archers"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Uruk-Hai_Bodyguards : "Uruk-Hai Bodyguards"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Uruk-Hai_Crossbow : "Uruk-Hai Crossbow"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Uruk-Hai_Infantry : "Uruk-Hai Infantry"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Uruk-Hai_Pikemen : "Uruk-Hai Pikemen"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Uruk-Hai_Raiders : "Uruk-Hai Raiders"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Uruk-Hai_Raiders_Mercs : "Uruk-Hai Raiders"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Wargs : "Warg Riders"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    ******************************
    england : Mordor

    Black_Numenorians : "Black Númenóreans"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Dismounted_Numenorians : "Dismounted Black Númenóreans"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Morannon_Guard : "Morannon Guard"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Mountain_Trolls : "Mountain Trolls"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Battle_Trolls : "Olog-Hai"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Mordor_Archers : "Orc Archers"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Mordor_Archers_Mercs : "Orc Archers"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Orc_Band : "Orc Band"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    2handed_Orcs : "Orc Maulers"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Mordor_Orcs : "Orc Raiders"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Mordor_Orcs_Mercs : "Orc Raiders"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Mordor_Orcs_Illusion : "Orc Raiders"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Mordor_Scouts : "Scouts"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Uruk_Archers : "Uruk Archers"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Uruk_Bodyguards : "Uruk Bodyguard"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Mordor_Halberd : "Uruk Halberds"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Mordor_Uruks : "Uruks"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    ******************************
    portugal : Orcs of Gundabad

    Cave_Trolls : "Cave Trolls"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Goblin_Spears : "Goblin Band"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Goblin_Spears_Mercs : "Goblin Band"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Goblin_Trackers : "Goblin Trackers"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Hillmen : "Hillmen"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Mountain_Trolls : "Mountain Trolls"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Moria_Bodyguards : "Orc Bodyguards"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Orc_Fellers : "Orc Fellers"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Orc_Halberd : "Orc Halberdiers"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Heavy_Orcs : "Orc Marauders"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Rhudaur_Axemen : "Rhudaur Axemen"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Rhudaur_Scouts : "Rhudaur Scouts"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Snaga_Archers : "Snaga Archers"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Snaga_Band : "Snaga Stalkers"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Goblin_Wargs : "Warg Riders"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    ******************************
    hre : Orcs of the Misty Mountains

    Cave_Trolls : "Cave Trolls"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Goblin_Archers : "Goblin Archers"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Goblin_Orcs : "Goblin Infantry"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Goblin_Orcs_Mercs : "Goblin Infantry"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Moria_Archers : "Heavy Goblin Archers"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Moria_Halberd : "Heavy Goblin Halberd"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Moria_Orcs : "Heavy Goblin Infantry"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Moria_Bodyguards : "Orc Bodyguards"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Snaga_Archers : "Snaga Archers"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Snaga_Skirmishers : "Snaga Skirmishers"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Mercenary_Wardogs : "Wardogs"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Goblin_Wargs : "Warg Riders"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    ******************************
    venice : Rhûn

    Balchoth_Horde : "Balchoth Tribesmen"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Kataphracts_Bodyguard : "Bodyguard"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Rhunnic_Crossbowmen : "Clan Crossbowmen"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Halberdiers : "Clan Guard"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Easterling_Archers : "Clan Hunters"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Rhunnic_Swordsmen : "Clan Warriors"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Easterling_Clansmen : "Clansmen"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Dismounted_Variags : "Dismounted Variags"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Mounted_Clanguard : "Horse Guard"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Rhunnic_Elite_Infantry : "Lôke-Flag Rim"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Rhunnic_Pikemen : "Lôke-Gamp Rim"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Kataphracts : "Lôke-Innas Rim"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Rhunnic_Elite_Archers : "Lôke-Nar Rim"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Variag_Raiders : "Variag Raiders"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    ******************************
    milan : Rohan

    Dismounted_Royal_Guard : "Dismounted Royal Guard"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    warriors : "Dismounted Éored Lancers"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    archers : "Eorling Archers"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Rohan_Axemen : "Eorling Axemen"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Rohan_Placeholder : "Eorling Axemen"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Rohan_Axemen_Mercs : "Eorling Axemen"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    militia : "Eorling Militia"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    militia_Mercs : "Eorling Militia"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Dismounted_Eored_Lancers : "Eorling Swordsmen"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Dismounted_Eored_Lancers_Mercs : "Eorling Swordsmen"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    rohirrim_archers : "Helmingas"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Special_Axemen : "Riddermark Axemen"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    rohirrim : "Riddermark Skirmishers"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    rohirrim_Mercs : "Riddermark Skirmishers"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Rohan_Heavy_Horsearchers : "Riders of the Fold"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    rohan_bodyguards : "Rohan Bodyguards"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    rohan_rider : "Rohan Riders"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    rohan_rider_Mercs : "Rohan Riders"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    spearmens : "Rohan Spearmen"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Royal_Guard : "Royal Guard"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    rohan_scouts : "Scouts"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    eorlingas : "Éored Heavy Lancers"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    eorlingas_Mercs : "Éored Heavy Lancers"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Rohan_Horsearchers : "Éored Horsearchers"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Rohan_Horsearchers_Mercs : "Éored Horsearchers"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    ******************************
    mongols : Silvan Elves

    Silvan_Sword : "Forest Wardens"
    - armour level 3: armourer / Armourer [city]
    - armour level 3: c_armourer / Armourer [castle]

    Silvan_Sword_Mercs : "Forest Wardens"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Elf_Archer : "Light Elven Archers"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Silvan_Archer : "Sentinels of the Woodland Realms"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Silvan_Archer_Mercs : "Sentinels of the Woodland Realms"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Elf_Guard : "Silvan Heavy Archers"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Elf_Guard_Mercs : "Silvan Heavy Archers"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Silvan_Heavy_Spearmen : "Silvan Heavy Spearmen"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Silvan_Heavy_Swordsmen : "Silvan Heavy Swordsmen"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Silvan_Horsearchers : "Silvan Horse Archers"
    - armour level 2: blacksmith / Blacksmith [city]
    - armour level 2: c_blacksmith / Blacksmith [castle]

    Silvan_Spear : "Silvan Spearmen"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]

    Elf_Bodyguard : "Sindar Archers"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    Silvan_Axemen : "Woodland Warriors"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]



  14. #3034

    Default Re: Official 'Third Age 1.0 - 3.2 Question & Answer' Thread

    Thanks Withwnar. The armour icons don't change, and I haven't noticed the stats changing, but I will look again more closely. Perhaps all that Dale scrumpy has addled my mind.

  15. #3035
    Withwnar's Avatar Script To The Waist
    Join Date
    Oct 2008
    Location
    Earth
    Posts
    6,329

    Default Re: Official 'Third Age 1.0 - 3.2 Question & Answer' Thread

    You're welcome. Each of those Dale units only has one upgrade level so they will only get one shield icon: bronze. If they have the shield icon then they have already been armour-upgraded. So the shield icon won't ever change (for Dale) - a unit will either have the icon or it won't. Gondor is the only faction with 2-upgrade-level units, so those units are the only ones that can reach the silver icon. And none have 3 upgrades so gold icons won't be seen in TATW. (Pretty sure that's how it works. It has been a long time since I played.)

    If in doubt then look below the unit's stats: if it says "next armour upgrade type" (? something like that) then they have not been upgraded as far as they can go.
    Last edited by Withwnar; August 20, 2015 at 10:05 PM.

  16. #3036

    Default Re: Official 'Third Age 1.0 - 3.2 Question & Answer' Thread

    Ahah! Light Bulb goes on! I am so used to seeing the various TW upgrades change as you build better buildings that I have been making incorrect assumptions. +1 rep.

  17. #3037
    Withwnar's Avatar Script To The Waist
    Join Date
    Oct 2008
    Location
    Earth
    Posts
    6,329

    Default Re: Official 'Third Age 1.0 - 3.2 Question & Answer' Thread

    Yes, even vanilla M2TW uses multiple-upgrade-levels for units a lot more than what TATW does.

  18. #3038

    Default Re: Official 'Third Age 1.0 - 3.2 Question & Answer' Thread

    So is it only worth it to build a leather tanner in the game for everyone but Gondor?

  19. #3039
    Withwnar's Avatar Script To The Waist
    Join Date
    Oct 2008
    Location
    Earth
    Posts
    6,329

    Default Re: Official 'Third Age 1.0 - 3.2 Question & Answer' Thread

    No. Everyone else only gets one upgrade (if any) but the level of smith required for it depends on the unit. That's what my list was showing: what level of smith is needed for each unit...

    Horseguards : "Aihwothiuda Horseguards"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]
    They start with level 3 armour and can upgrade to level 4, which only "Heavy Armourer" (and above) provide.

    Dale_Longbowmen : "Longbowmen"
    - armour level 1: leather_tanner / Leather Tanner [city]
    - armour level 1: c_leather_tanner / Leather Tanner [castle]
    They start with level 0 armour and can upgrade to level 1, which "Leather Tanner" (and above) provide.

    Gondor_Spearmen : "Gondor Spearmen"
    - armour level 4: heavy_armourer / Heavy Armourer [city]
    - armour level 4: c_heavy_armourer / Heavy Armourer [castle]

    - armour level 5: plate_armourer / Master Armourer [city]
    - armour level 5: c_plate_armourer / Master Armourer [castle]
    They start with level 3 armour and can upgrade to level 4 and 5: "Heavy Armourer" -> level 4, "Master Armourer" -> level 5.
    Last edited by Withwnar; August 31, 2015 at 09:47 PM.

  20. #3040

    Default Re: Official 'Third Age 1.0 - 3.2 Question & Answer' Thread

    Thanks Withwnar. I missed the table posting in the spoiler. Seeing that makes things much clearer.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •