Hi All,
In my game there was no african countries so I created events to create african countries in historic way. Us it/modify if you like.
This is content of db/events_vl/africa.txt
I'm planning to add more events for africa to reflect african wars in game.
Best regards,
Pelzak
In my game there was no african countries so I created events to create african countries in historic way. Us it/modify if you like.
This is content of db/events_vl/africa.txt
Code:
##########################################
#### events for Africa (except Egypt) 615500-615999
#### by Pelzak
##########################################
### independence of Botswana - UK
event = {
id = 615500
random = no
country = ENG
trigger = {
government = democratic
atwar = no
NOT = {
exists = U46
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 30 month = september year = 1966 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = U46 value = 1 }
command = { type = trigger which = 615501 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615501
random = no
country = U46
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.02 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of East African Union (Tanzania) - UK
event = {
id = 615502
random = no
country = ENG
trigger = {
government = democratic
atwar = no
NOT = {
exists = EAF
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 26 month = april year = 1964 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = EAF value = 1 }
command = { type = trigger which = 615503 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615503
random = no
country = EAF
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.12 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Eritrea - UK
event = {
id = 615504
random = no
country = ENG
trigger = {
government = democratic
atwar = no
NOT = {
exists = U59
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 1 month = january year = 1951 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = U59 value = 1 }
command = { type = trigger which = 615505 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615505
random = no
country = U59
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.03 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Gambia - UK
event = {
id = 615506
random = no
country = ENG
trigger = {
government = democratic
atwar = no
NOT = {
exists = U86
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 18 month = february year = 1965 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = U86 value = 1 }
command = { type = trigger which = 615507 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615507
random = no
country = U86
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.02 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Ghana - UK
event = {
id = 615508
random = no
country = ENG
trigger = {
government = democratic
atwar = no
NOT = {
exists = GLD
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 6 month = march year = 1957 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = GLD value = 1 }
command = { type = trigger which = 615509 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615509
random = no
country = GLD
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.09 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Kenya - UK
event = {
id = 615510
random = no
country = ENG
trigger = {
government = democratic
atwar = no
NOT = {
exists = U90
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 12 month = december year = 1963 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = U90 value = 1 }
command = { type = trigger which = 615511 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615511
random = no
country = U90
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.12 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Malawi - UK
event = {
id = 615512
random = no
country = ENG
trigger = {
government = democratic
atwar = no
NOT = {
exists = U53
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 6 month = june year = 1964 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = U53 value = 1 }
command = { type = trigger which = 615513 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615513
random = no
country = U53
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.07 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Nigeria - UK
event = {
id = 615514
random = no
country = ENG
trigger = {
government = democratic
atwar = no
NOT = {
exists = NIG
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 1 month = october year = 1960 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = NIG value = 1 }
command = { type = trigger which = 615515 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615515
random = no
country = NIG
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.42 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Sierra Leone - UK
event = {
id = 615516
random = no
country = ENG
trigger = {
government = democratic
atwar = no
NOT = {
exists = SIE
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 27 month = april year = 1961 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = SIE value = 1 }
command = { type = trigger which = 615517 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615517
random = no
country = SIE
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.02 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Somalia - UK
event = {
id = 615518
random = no
country = ENG
trigger = {
government = democratic
atwar = no
NOT = {
exists = SOM
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 1 month = june year = 1960 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = SOM value = 1 }
command = { type = trigger which = 615519 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615519
random = no
country = SOM
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.04 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Sudan - UK
event = {
id = 615520
random = no
country = ENG
trigger = {
government = democratic
atwar = no
NOT = {
exists = SUD
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 1 month = january year = 1956 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = SUD value = 1 }
command = { type = trigger which = 615521 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615521
random = no
country = SUD
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.15 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Uganda - UK
event = {
id = 615522
random = no
country = ENG
trigger = {
government = democratic
atwar = no
NOT = {
exists = U70
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 9 month = october year = 1962 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = U70 value = 1 }
command = { type = trigger which = 615523 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615523
random = no
country = U70
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.11 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Zambia - UK
event = {
id = 615524
random = no
country = ENG
trigger = {
government = democratic
atwar = no
NOT = {
exists = U51
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 24 month = october year = 1964 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = U51 value = 1 }
command = { type = trigger which = 615525 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615525
random = no
country = U51
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.04 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Zimbabwe - UK
event = {
id = 615526
random = no
country = ENG
trigger = {
government = democratic
atwar = no
NOT = {
exists = U04
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 11 month = november year = 1965 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = U04 value = 1 }
command = { type = trigger which = 615527 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615527
random = no
country = U04
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.04 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Benin-Sahel - FRA
event = {
id = 615528
random = no
country = FRA
trigger = {
government = democratic
atwar = no
NOT = {
exists = BEN
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 1 month = august year = 1960 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = BEN value = 1 }
command = { type = trigger which = 615529 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615529
random = no
country = BEN
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.04 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Algeria - FRA
event = {
id = 615530
random = no
country = FRA
trigger = {
government = democratic
atwar = no
NOT = {
exists = ALG
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 5 month = june year = 1962 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = ALG value = 1 }
command = { type = trigger which = 615531 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615531
random = no
country = ALG
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.12 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Cameroon - FRA
event = {
id = 615532
random = no
country = FRA
trigger = {
government = democratic
atwar = no
NOT = {
exists = CAM
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 1 month = january year = 1960 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = CAM value = 1 }
command = { type = trigger which = 615533 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615533
random = no
country = CAM
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.07 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Central African Republic - FRA
event = {
id = 615534
random = no
country = FRA
trigger = {
government = democratic
atwar = no
NOT = {
exists = U82
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 13 month = august year = 1960 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = U82 value = 1 }
command = { type = trigger which = 615535 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615535
random = no
country = U82
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.02 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Chad - FRA
event = {
id = 615536
random = no
country = FRA
trigger = {
government = democratic
atwar = no
NOT = {
exists = U84
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 11 month = august year = 1960 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = U84 value = 1 }
command = { type = trigger which = 615537 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615537
random = no
country = U84
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.04 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Djibouti - FRA
event = {
id = 615538
random = no
country = FRA
trigger = {
government = democratic
atwar = no
NOT = {
exists = U45
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 27 month = june year = 1977 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = U45 value = 1 }
command = { type = trigger which = 615539 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615539
random = no
country = U45
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.01 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Equatorial Guinea - FRA
event = {
id = 615540
random = no
country = FRA
trigger = {
government = democratic
atwar = no
NOT = {
exists = UA5
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 12 month = october year = 1968 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = UA5 value = 1 }
command = { type = trigger which = 615541 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615541
random = no
country = UA5
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.01 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Gabon - FRA
event = {
id = 615542
random = no
country = FRA
trigger = {
government = democratic
atwar = no
NOT = {
exists = GAB
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 17 month = august year = 1960 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = GAB value = 1 }
command = { type = trigger which = 615543 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615543
random = no
country = GAB
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.01 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Guinea - FRA
event = {
id = 615544
random = no
country = FRA
trigger = {
government = democratic
atwar = no
NOT = {
exists = GUI
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 2 month = october year = 1958 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = GUI value = 1 }
command = { type = trigger which = 615545 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615545
random = no
country = GUI
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.05 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Ivory Coast - FRA
event = {
id = 615546
random = no
country = FRA
trigger = {
government = democratic
atwar = no
NOT = {
exists = U88
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 7 month = august year = 1960 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = U88 value = 1 }
command = { type = trigger which = 615547 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615547
random = no
country = U88
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.08 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Madagascar - FRA
event = {
id = 615548
random = no
country = FRA
trigger = {
government = democratic
atwar = no
NOT = {
exists = MAD
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 26 month = june year = 1960 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = MAD value = 1 }
command = { type = trigger which = 615549 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615549
random = no
country = MAD
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.08 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Mauretania - FRA
event = {
id = 615550
random = no
country = FRA
trigger = {
government = democratic
atwar = no
NOT = {
exists = U93
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 28 month = october year = 1960 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = U93 value = 1 }
command = { type = trigger which = 615551 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615551
random = no
country = U93
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.01 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Niger - FRA
event = {
id = 615552
random = no
country = FRA
trigger = {
government = democratic
atwar = no
NOT = {
exists = U94
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 3 month = april year = 1964 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = U94 value = 1 }
command = { type = trigger which = 615553 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615553
random = no
country = U94
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.11 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Senegal - FRA
event = {
id = 615554
random = no
country = FRA
trigger = {
government = democratic
atwar = no
NOT = {
exists = U96
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 4 month = april year = 1960 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = U96 value = 1 }
command = { type = trigger which = 615555 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615555
random = no
country = U96
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.05 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Togo - FRA
event = {
id = 615556
random = no
country = FRA
trigger = {
government = democratic
atwar = no
NOT = {
exists = U99
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 27 month = april year = 1960 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = U99 value = 1 }
command = { type = trigger which = 615557 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615557
random = no
country = U99
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.03 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Tunisia - FRA
event = {
id = 615558
random = no
country = FRA
trigger = {
government = democratic
atwar = no
NOT = {
exists = TUN
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 20 month = march year = 1956 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = TUN value = 1 }
command = { type = trigger which = 615559 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615559
random = no
country = TUN
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.04 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Upper Volta - FRA
event = {
id = 615560
random = no
country = FRA
trigger = {
government = democratic
atwar = no
NOT = {
exists = U81
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 5 month = august year = 1960 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = U81 value = 1 }
command = { type = trigger which = 615561 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615561
random = no
country = U81
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.06 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Angola - POR
event = {
id = 615562
random = no
country = POR
trigger = {
atwar = no
NOT = {
exists = ANG
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 11 month = november year = 1975 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = ANG value = 1 }
command = { type = trigger which = 615563 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615563
random = no
country = ANG
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.07 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Guinea-Bissau - POR
event = {
id = 615564
random = no
country = POR
trigger = {
atwar = no
NOT = {
exists = U43
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 24 month = september year = 1973 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = U43 value = 1 }
command = { type = trigger which = 615565 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615565
random = no
country = U43
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.01 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Mozambique - POR
event = {
id = 615566
random = no
country = POR
trigger = {
atwar = no
NOT = {
exists = MOZ
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 25 month = june year = 1975 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = MOZ value = 1 }
command = { type = trigger which = 615567 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615567
random = no
country = MOZ
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.08 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Sao Tome and Principe - POR
event = {
id = 615568
random = no
country = POR
trigger = {
atwar = no
NOT = {
exists = U47
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 12 month = july year = 1975 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = U47 value = 1 }
command = { type = trigger which = 615569 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615569
random = no
country = U47
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.01 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Sahrawi Republic - SPA
event = {
id = 615570
random = no
country = SPA
trigger = {
atwar = no
NOT = {
exists = U54
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 27 month = february year = 1976 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = U54 value = 1 }
command = { type = trigger which = 615571 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615571
random = no
country = U54
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.01 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Libya - UK
event = {
id = 615572
random = no
country = ENG
trigger = {
government = democratic
atwar = no
NOT = {
exists = LBY
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 24 month = december year = 1951 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = LBY value = 1 }
command = { type = trigger which = 615573 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615573
random = no
country = LBY
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.03 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### independence of Morocco - FRA
event = {
id = 615574
random = no
country = FRA
trigger = {
government = democratic
atwar = no
NOT = {
exists = MOR
}
}
name = "Independent Africa"
desc = "African countries demands freedom."
picture = "africa" #needs event picture
style = 0
date = { day = 2 month = march year = 1956 }
action_a = {
name = "Give them freedom."
ai_chance = 100
command = { type = independence which = MOR value = 1 }
command = { type = trigger which = 615575 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
event = {
id = 615575
random = no
country = MOR
name = "Adjusting manpower"
desc = "Adjusting manpower to reflect africa population."
picture = "africa" #needs event picture
style = 0
action_a = {
name = "OK"
command = { type = free_manpower value = 0.10 }
command = { type = manpowerpool value = 30 }
command = { type = add_division which = "Local militia" value = militia when = 1 }
}
}
### Spain returns Morocco's provinces
event = {
id = 615576
random = no
country = SPA
trigger = {
atwar = no
}
name = "Giving provinces"
desc = "Giving Morocco their provinces."
picture = "africa" #needs event picture
style = 0
date = { day = 7 month = april year = 1956 }
action_a = {
name = "OK"
ai_chance = 100
command = { type = secedeprovince which = MOR value = 954 }
command = { type = secedeprovince which = MOR value = 955 }
command = { type = secedeprovince which = MOR value = 957 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 15 }
}
}
### UN mission ended in Suez cannal in May 1967 and Egypitan army took control of it
### There also should be some events for Suez Crisis - http://en.wikipedia.org/wiki/Suez_Crisis but this should be for UK/FRA/SOV/USA/EGY
event = {
id = 615577
random = no
country = ENG
trigger = {
atwar = no
}
name = "Giving provinces"
desc = "Giving Egypt Suez."
picture = "africa" #needs event picture
style = 0
date = { day = 1 month = may year = 1967 }
action_a = {
name = "OK"
ai_chance = 100
command = { type = secedeprovince which = EGY value = 900 }
}
action_b = {
name = "NO!"
ai_chance = 0
command = { type = dissent value = 30 }
}
}
I'm planning to add more events for africa to reflect african wars in game.
Best regards,
Pelzak