Code:
building teutonic_knights_chapter_house
{
convert_to teutonic_knights_chapter_house
levels teutonic_knights_minor_ch teutonic_knights_major_ch
{
teutonic_knights_minor_ch requires factions { hre, } and hidden_resource teutonic_knights_chapter_house and not event_counter inquisition 1
{
convert_to 0
capability
{
recruit_pool "Ritterbruder" 1 0.085 1 0 requires factions { hre, }
free_upkeep bonus 1
}
material stone
construction 1
cost 1000
settlement_min city
upgrades
{
teutonic_knights_major_ch
}
}
teutonic_knights_major_ch requires factions { hre, } and hidden_resource teutonic_knights_chapter_house and not event_counter inquisition 1
{
convert_to 1
capability
{
recruit_pool "Ritterbruder" 1 0.13 2 0 requires factions { hre, }
recruit_pool "Dismounted Ritterbruder" 1 0.085 1 0 requires factions { hre, }
religion_level bonus 1
free_upkeep bonus 1
}
material stone
construction 1
cost 2000
settlement_min large_city
upgrades
{
}
}
}
plugins
{
}
Edited for right code.