#########################################################################
# Artist reflects popular emotions and records epic song
#########################################################################
event = {
id = 1009
random = yes
trigger = {
atwar = yes
}
name = "EVT_1009R_NAME"
desc = "EVT_1009R_DESC"
picture = "artist"
style = 0
action_a = {
name = "ACTIONNAME1009A"
command = { type = dissent value = -3 }
}
}
#########################################################################
# Private initiative boost production
#########################################################################
event = {
id = 1013
random = yes
trigger = {
NOT = {
government = communist
}
}
name = "EVT_1013R_NAME"
desc = "EVT_1013R_DESC"
picture = "private_initiative2"
style = 0
action_a = {
name = "ACTIONNAME1013A"
command = { type = industrial_modifier which = total value = 1 }
}
}