I think I found a bug in the tech sharing mod. Here's an example:
id = 1222502
random = no
country = NZL
trigger = {
exists = ENG
alliance = { country = ENG country = NZL }
}
name = "Technology from the United Kingdom"
desc = "Every six months, 25 random technologies are given to you."
style = 0
date = { day = 1 month = july year = 1936 }
offset = 25
deathdate = { day = 25 month = january year = 1936 }
This event will die as soon as it fires, since the deathdate is before the date? My guess is this should be (in this case) 1937.
My quick checking shows all the second sharing events are like this.
id = 1222502
random = no
country = NZL
trigger = {
exists = ENG
alliance = { country = ENG country = NZL }
}
name = "Technology from the United Kingdom"
desc = "Every six months, 25 random technologies are given to you."
style = 0
date = { day = 1 month = july year = 1936 }
offset = 25
deathdate = { day = 25 month = january year = 1936 }
This event will die as soon as it fires, since the deathdate is before the date? My guess is this should be (in this case) 1937.
My quick checking shows all the second sharing events are like this.