#########################################################################
# 军事通行
#########################################################################
event = {
id = 99998
random = no
trigger = {
random = 100
}
persistent = yes
date = { day = 1 month = january year = 1836 }
offset = 10
deathdate = { day = 30 month = december year = 1935 }
name = "获得军事通行 "
desc = "是的我们能行 "
style = 0
action_a = {
name = "ACTIONNAME99998A"
command = { type = access which = SWE }
}
#########################################################################
# 与老美和好
#########################################################################
event = {
id = 99999
random = no
trigger = {
ai = no
random =100
}
date = { day = 1 month = january year = 1836 }
offset = 10
deathdate = { day = 30 month = december year = 1935 }
action_a = {
command = { type = relation which = USA value = 200 }
}
} 作者: 奥多文斯 时间: 2008-3-12 20:08
#########################################################################
# 攒钱
#########################################################################
event = {
id = 999997
random = no
name = "大家捐钱吧 "
desc = "勒紧裤腰带也要发展 "
picture = default
date = { day = 1 month = january year = 1836 }
offset = 30
deathdate = { day = 30 month = december year = 1920 }
action_a = {
Name = "Name"
ai_chance = 1
command = { type = treasury value = 10000 }
}
} 作者: 奥多文斯 时间: 2008-3-12 20:32
#########################################################################
# 修建学院
#########################################################################
event = {
id = 99996
random = no
country = GRE
trigger = {
constitution = { type = monarchy }
}
name = "建更多的学校"
desc = "国王奥多文一世认为教育 百年大业所以开放了更多的小学 "
picture = default
date = { day = 1 month = january year = 1836 }
offset = 100
deathdate = { day = 30 month = december year = 1920 }
action_a = {
Name = "Name"
command = { type = account_eff which = education value = 5 }
command = { type = treasury value = -1000 }
}
}