Hi I have found a couple of bugs.
There is a typo in the tractor invention:
Also I actually had a radio factory constructed. But It said "UNKOWN STRING WANTED"
There is a typo in the tractor invention:
Code:
event = {
id = 563
random = no
invention = yes
picture = chemistry_electricity
trigger = {
technology = 5405
}
name = "EVT_563_NAME"
desc = "EVT_563_DESC"
style = 0
date = { day = 1 month = january year = 19190 }
offset = 60 # Check for trigger conditions every 60 days
deathdate = { day = 30 month = december year = 1935 }
action_a = {
name = "OK" # Excellent!
command = { type = production_modifier which = cotton_plantation value = 2 }
command = { type = production_modifier which = dye_plantation value = 2 }
command = { type = production_modifier which = tobacco_plantation value = 2 }
command = { type = production_modifier which = tea_plantation value = 2 }
command = { type = production_modifier which = coffee_plantation value = 2 }
command = { type = production_modifier which = opium_plantation value = 2 }
command = { type = production_modifier which = orchard value = 2 }
command = { type = production_modifier which = grain_farm value = 2 }
}
}
Also I actually had a radio factory constructed. But It said "UNKOWN STRING WANTED"
Upvote
0