The convoy_prod_mod increases convoy builds by decreasing buildtime. You can use these two paramters in the AI files to increase convoy transport & escort. It is new parameters introduced in armageddon 1.1 they belong in the military build section after production lenght parameters.Micah Goodman 2 said:Is there a way to modify the production value of escort carriers as well as convoys?
##############################################################
### Henry Kaiser and the Liberty Ships
### By Micah Goodman
##############################################################
event = {
id = 77710
random = no
country = usa
trigger = {
local_flag = Merchant_Marine
}
name = "Henry J. Kaiser Builds Liberty Ships"
desc = "Henry J. Kaiser revolutionized ship building in America. The Kaiser Shipyard in Richmond California built 27 percent of all shipping authorized under the Maritime Commission. He averaged one cargo ship every thirty days. He also provided the hulls for the Casablanca class escort carriers. This helped in the production of over 100 escort carriers built by the US during World War 2."
style = 0
picture = "hsk_atlantis"
date = { day = 10 month = august year 1942 }
action_a = {
command = { type = convoy_prod_mod which = transports value = 10 }
}
}
Code:
extra_convoys_war = 0.1500
extra_convoys_peace = 0.1000