effect · add_equipment_production
Definition
- Supported scope:
COUNTRY
- Supported target:
none
Description
Creates a new production line for the input equipment.
ex:
GER = {
add_equipment_production = {
equipment = {
type = ship_hull_cruiser_submarine
creator = "ITA"
version_name = "Cagni Class"
}
name = "Ammiraglio Millo"
requested_factories = 1 #Optional
progress = 0.35 # Optional
efficiency = 0.1 # Optional
amount = 2 # Optional, accepts value or variable
industrial_manufacturer = mio:generic_mio_organization_ship_submarine # Optional, accepts mio:token, variable or keyword
}
}
}