Code:
building core_building
{
convert_to core_castle_building
levels wooden_pallisade wooden_wall stone_wall large_stone_wall huge_stone_wall
{
wooden_pallisade city requires factions { northern_european, mesoamerican, middle_eastern, eastern_european, greek, southern_european, }
{
convert_to 1
capability
{
recruit_pool "Town Militia" 1 0.2 2 0 requires factions { Normans, }
recruit_pool "Peasant Spearmen" 1 0.2 2 0 requires factions { Saxons, }
wall_level 0
tower_level 1
free_upkeep bonus 2
happiness_bonus bonus 1
recruitment_slots 1
}
material wooden
construction 2
cost 600
settlement_min village
upgrades
{
wooden_wall
}
}
wooden_wall city requires factions { northern_european, mesoamerican, middle_eastern, eastern_european, greek, southern_european, }
{
convert_to 2
capability
{
recruit_pool "Conquistadores" 1 0.4 3 0 requires factions { spain, portugal, } and hidden_resource america
recruit_pool "Dismounted Conquistadores" 1 0.4 3 0 requires factions { spain, portugal, } and hidden_resource america
recruit_pool "Town Militia" 1 0.2 2 0 requires factions { england, scotland, france, hre, denmark, spain, portugal, Normans, }
recruit_pool "Italian Militia" 1 0.2 2 0 requires factions { milan, venice, papal_states, sicily, }
recruit_pool "EE Town Militia" 1 0.2 2 0 requires factions { poland, hungary, }
recruit_pool "EE Archer Militia" 1 0.2 2 0 requires factions { russia, }
recruit_pool "SE Town Militia" 1 0.2 2 0 requires factions { byzantium, }
recruit_pool "ME Town Militia" 1 0.2 2 0 requires factions { moors, turks, mongols, timurids, }
recruit_pool "ME Archer Militia" 1 0.2 2 0 requires factions { egypt, }
recruit_pool "Peasant Spearmen" 1 0.2 2 0 requires factions { Saxons, }
wall_level 1
gate_strength 1
tower_level 1
free_upkeep bonus 3
happiness_bonus bonus 1
recruitment_slots 2
}
material wooden
construction 2
cost 1200
settlement_min town
upgrades
{
stone_wall
}
}
I took the liberty of bolding and underlining the earliest availability of Conquistadores in the wall series. You can see they are available to Spain and Portugal only, and only from the Americas (hidden_resource america is used to label the Americas). They are available from wooden walls, and every higher wall level as well that cities get (not castles). Happy recruiting.
Bookmarks