# List of names and logos for intelligence agencies # available trigger will determine if the logo is in the list of available logos or not # names is a list of names. Can be a localization entry, or the name directly. A random name will be picked from them. #路径common\intelligence_agencies #情报机构图标 intelligence_agency = { #不可更改,名字在下面的name picture = GFX_intelligence_agency_logo_usa #图片 names = { "Office of Strategic Services" } #该国家默认情报机构名 default = { tag = USA } #当满足这个条件时为默认选项 available = { original_tag = USA } #出现满足的条件 }