一直修改事件...都修改不成功啊~~
#########################################################################
# Industrial Capacity Cheat
#########################################################################
event = {
id = 999999
random = no
trigger = { ai = no } name = "工业全开"
desc = "工业快速发展,生产动能更有效率。"
picture = "lend_lease"
style = 0 action_a = {
name = "我需要更好的工业能力"
command = { type = free_ic value = 850 }
command = { type = free_energy value = 100000 }
command = { type = free_metal value = 100000 }
command = { type = free_oil value = 100000 }
command = { type = free_rare_materials value = 100000 }
command = { type = free_supplies value = 100000 }
command = { type = free_money value = 1000 }
command = { type = industrial_modifier which = total value = 2150 }
}
action_b = {
name = "我不想作弊"
command = { }
}
}
我想搞个这样的事件....... 请问下在那里添加事件? |