Probably the Dutch don't start with Steamers and never felt the need to research it.
steamers = {
area = ship_construction
year = 1830
cost = 7200
activate_building = steamer_shipyard
ai_chance = {
factor = 1
[COLOR="Red"] modifier = {
factor = 0
NOT = { total_num_of_ports = 0 }
}
[/COLOR] modifier = {
factor = 2
total_num_of_ports = 9
}
modifier = {
factor = 3
big_producer = fish
}
modifier = {
factor = 100
total_num_of_ports = 9
is_greater_power = yes
year = 1850
}
}
}
After reading your post, I went to check the navy_tech.txt file and I found a bug:
Code:steamers = { area = ship_construction year = 1830 cost = 7200 activate_building = steamer_shipyard ai_chance = { factor = 1 [COLOR="Red"] modifier = { factor = 0 NOT = { total_num_of_ports = 0 } } [/COLOR] modifier = { factor = 2 total_num_of_ports = 9 } modifier = { factor = 3 big_producer = fish } modifier = { factor = 100 total_num_of_ports = 9 is_greater_power = yes year = 1850 } } }
The part I marked means the AI will never research the tech if it owns any ports, while it clearly was meant to be the other way around.
After reading your post, I went to check the navy_tech.txt file and I found a bug:
Code:steamers = { area = ship_construction year = 1830 cost = 7200 activate_building = steamer_shipyard ai_chance = { factor = 1 [COLOR="Red"] modifier = { factor = 0 NOT = { total_num_of_ports = 0 } } [/COLOR] modifier = { factor = 2 total_num_of_ports = 9 } modifier = { factor = 3 big_producer = fish } modifier = { factor = 100 total_num_of_ports = 9 is_greater_power = yes year = 1850 } } }
The part I marked means the AI will never research the tech if it owns any ports, while it clearly was meant to be the other way around.
Are you sure that it is wrong?
It says : AI will never research this tech if it has not more ports than 0. Btw, shouldn't it be 1?
Yes, you are correct. I misunderstood it =P
Yep, as far as I see its not a bug. It means taht countries without ports (like landlocked countries like Bayern for example) will not research this tech. Seems fair enought to me, why should a landlocked country need to research naval tech when they can concentrate on stuff tehy really need.
Someone broke the Bank of England.