I am trying to make this castle building set into a city building set but around 300 turns or so I have to rebuild it again in the city, any suggestions?
building academic
{
levels library academy
{
library city requires factions { northern_european, middle_eastern, eastern_european, greek, southern_european, mesoamerican, } and event_counter earthquake_in_alexandria 1
{
capability
{
recruits_morale_bonus bonus 1 requires factions { all, }
recruits_exp_bonus bonus 1 requires factions { all, }
}
material wooden
construction 2
cost 1000
settlement_min village
upgrades
{
academy
}
}
academy city requires factions { northern_european, middle_eastern, eastern_european, greek, southern_european, mesoamerican, } and event_counter earthquake_in_naples 1
{
capability
{
recruits_morale_bonus bonus 2 requires factions { all, }
recruits_exp_bonus bonus 2 requires factions { all, }
}
material wooden
construction 4
cost 2000
settlement_min large_town
upgrades
{
}
}
}
plugins
{
}
}
building castle_academic
{
levels library academy
{
library castle requires factions { northern_european, middle_eastern, eastern_european, greek, southern_european, mesoamerican, } and event_counter earthquake_in_alexandria 1
{
capability
{
recruits_morale_bonus bonus 1 requires factions { all, }
recruits_exp_bonus bonus 1 requires factions { all, }
}
material wooden
construction 2
cost 1000
settlement_min village
upgrades
{
academy
}
}
academy castle requires factions { northern_european, middle_eastern, eastern_european, greek, southern_european, mesoamerican, } and event_counter earthquake_in_naples 1
{
capability
{
recruits_morale_bonus bonus 2 requires factions { all, }
recruits_exp_bonus bonus 2 requires factions { all, }
}
material wooden
construction 4
cost 2000
settlement_min large_town
upgrades
{
}
}
}
plugins
{
}
}