添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
这篇文章需要改进。你可以帮助群星中文维基来 编辑它

控制台( console ),是群星( Stellaris )中用于修改,调试的一个控制器。

注意,本页面中的+号大多指空格。注意想知道名称或者需要可以输入debugtooltip来实现。

注: 铁人模式不可使用! (通过修改器可以绕过)

本页内容很长,请使用浏览器页面搜索功能快速定位

按下 ~ 呼出控制台

  • 铁人模式下依然可以呼出,但是所有指令无效,关于铁人模式下的修改请移步 改派教程
    • 使用WeMod的修改器可以开启Console/Dev Mode in Ironman,即可以在铁人模式下使用控制台。

由于部分名称过长,因此P社采用代号来简化,具体代号为同类型的加载顺序(即:特质的代号即为特质的加载顺序,例如traits下的文件名按照升序排列,然后每个文件内的按照从上到下的顺序递增),代号从0开始。

  • 目前 并非所有指令都可以使用代号

effect组合命令

effect命令可以跟一些命令或者预置脚本组合成一组控制台命令,如:

  • 与add_modifier(为所选星球添加修正)、remove_modifier(为所选星球移除修正)等控制台命令组合(参见文末附录)
  • effect = { reroll_deposits = yes }可以为所选星球重新生成矿藏
  • effect = { clear_blockers = yes }可以清理所选星球的障碍
  • 也可以用更复杂的组合,例如effect = { begin_event_chain = { event_chain = "baol_chain"} }可以开启巴奥事件链(但没后续效果)

所有的组合可以参见 Stellaris\common\scripted_effects\ 目录下的预置脚本文档。如果开了MOD,那么MOD里的预置脚本同样可以。

更多组合详见 控制台/常见组合

注:如果增加的资源数超过1000000,可能增加的资源会归0。 相关附加代码(点击下列链接即可跳转到对应表格位置) event <事件id> <触发事件> 触发编号为 <id> 的事件,注意,ship_event需要选择舰船来触发,planet_event需要选择星球来触发,country_event一般不需要选取即可触发。部分被触发 事件 可能由于没有对象和不满足条件等原因触发出现问题 add_ship <舰船设计名称> 在你选定的物品旁增加一艘 舰船 。舰船设计可以是预置的 舰船设计 方案( global_ship_design ) 添加战略资源 planet_resource < 战略资源代码 > <数值> 指定 的行星添加 战略资源(活金属,育兰晶体,中子矿石之类),不加具体数值或者具体资源代码会无法使用。 energy <数值> 增加 <数值> 数量的 Energy.png 能量币 。只输入 energy cash ,不加具体数值,会增加5000能量币。 cash <数值> minerals <数值> 增加 <数值> 数量的 Minerals.png 矿物 。只输入 minerals 不加具体数值,会增加5000矿物。 food <数值> 增加 <数值> 数量的 Food.png 食物 。只输入 food 不加具体数值,会增加5000食物。 alloys <数值> 增加 <数值> 数量的 Alloys.png 合金 。只输入 alloys 不加具体数值,会增加5000合金。 influence <数值> 增加 <数值> 数量的 Influence.png 影响力 。只输入 influence ,不加具体数值,会增加5000影响力(不开instant_build时会超过上限,所以实际只加到上限值)。 unity <数值> 增加 <数值> 数量的 Unity.png 凝聚力 。只输入 unity ,不加具体数值,会增加5000凝聚力。 只输入 rr ,增加所有资源至上限。经实测,未拥有开采科技的稀有战略资源(天然气,沼气等)不会有任何增加。

所有资源全满(直译) max_resources max_resources与rr同理。 工业科研点数 engineering <数值> 增加 <数值> 数量的 Engineering research.png 工程学研究 。只输入 engineering ,不加具体数值,会增加5000工程学点数。 社会研究点数 society <数值> 增加 <数值> 数量的 Society research.png 社会学研究 。只输入 society ,不加具体数值,会增加5000社会学点数。 物理学点数 physics <数值> 增加 <数值> 数量的 Physics research.png 物理学研究 。只输入 physics ,不加具体数值,会增加5000物理学点数。 科技全开(1.0.X-2.0.1) research_technologies 瞬间研究所有科技。 数值1 为1时包括事件和飞升科技,0不包括, 数值2 为循环科技等级。
可以省去数值2,也可以两个均省去。两数值默认值均为0

  • research_technologies 1 X 会让游戏卡顿一段时间,数值小卡顿不明显,数值越大卡顿越久,数值过大(与电脑性能有关)可能直接卡死。
  • 循环层数过高,科研需求值可能溢出而变为负数,此时显示需求值为0,可以在次日瞬间完成
科技全开(2.0.2-未来版本) research_all_technologies <数值1><数值2> 瞬间研究所有科技。 数值1 为事件武器和天灾武器和飞升武器 1为研究 0为不研究, 数值2 为循环科技等级
  • 指令格式:research_all_technologires X X为循环科技等级
  • research_all_technologies 1 X 会让游戏卡顿一段时间,数值小卡顿不明显,数值越大卡顿越久,数值过大(与电脑性能有关)可直接卡死(v2.0.2略有好转,但数值过大依然会卡死,2.3版本后已修复此bug,但仍然有机会卡死,具体表现在是否有异常研究、或者类似弹窗事件在同时完成。建议用此指令前存档,读档后在暂停状态下输入此条指令,循环层数经测试,500层比较舒服-_d)
  • 循环层数过高,科研需求值可能溢出而变为负数,此时显示需求值为0,可以瞬间(次日)完成
  • 2.0.3 2.0.4 2.0.5无法通过本指令解锁特殊科技,如事件武器(包括天灾武器、巨像武器等),但可以使用 research_technology XX (XX为科技名)来解锁指定科技
  • 2.1以后如果拥有遥远的群星DLC 那么 research_all_technologies 1 X 会导致L星门线索收集完成也无法打开L星门 解决方法百度贴吧有或者在圈了L星门后再进行科技
瞬间研究某项科技(2.0.2-未来版本) research_technology < 科技代码 > 瞬间研究指定科技。 瞬间完成当前科技 finish_research 将当前所有科研槽的研发项目与特殊项目(如果存在)的进度更改为100%,于第二天结束研究 瞬间完成特殊项目 finish_special_projects 瞬间完成状态日志中所有特殊项目,事件链项目容易产生bug。 instant_build 开关命令 瞬间建造(包括升级太空港、添加太空港插槽模块),且建造费用为0,注意陆军、建造太空港需要第二天完成。
如果开启瞬间建造之前已经有队列,则需要第二天才能完成。瞬间建造不包括机械人口。警告:这也适用于敌人AI。 survey 瞬间调查所有星球。危机警告:会导致先驱者任务线卡住 instant_colony 殖民船瞬间殖民(宜居度够即可) 舰队瞬间移动 tweakergui instant_move 开关命令 创建一个开关舰队瞬间移动的窗口 invincible 开关命令 我方舰队/空间站的闪避率提高到100%,因此不受伤害。 kill_country <国家代码> 使目标ID的国家瞬间灭亡 领导人死亡 kill_leader 领导人ID 使目标ID的领导人死亡 POP死亡 kill_pop pop ID 使目标ID的POP死亡 统治者死亡 kill_ruler ID 使目标ID的统治者死亡 新一轮选举 election 开始新一轮选举 GUI隐藏 nogui 隐藏GUI。 修改星球类型 planet_class < 星球类型代码 > 修改选定星球的星球类型
未选定时修改所有行星和天然卫星(包括轨道栖息地和已建成的环世界,不包括恒星、小行星)。 planetclass < 星球类型代码 > 修改星球大小 planet_size <数值> 修改选定星球的大小,如果是可居住星球(包括轨道居住地),也会改变地块数量。 planetsize <数值> crash 使游戏崩溃 surrender <x(投降者编号)> <y(战胜者编号)> 使x在对y的战斗中投降。 techweights <phy/soc/eng> 显示当前的物理/社会/工程科技的权重,权重越大,下一个出现的概率越高。 更换科技列表 techupdate 重新生成可用科技的列表。 damage <数值> 对选定的舰队造成 <数值> 点伤害。(需要注意的是,这个伤害的来源将被认为是来自于空玩家) yesmen debug_yesmen 开关命令 AI总是同意玩家提出的条约(包括共同防御、组建联邦、停战协议、交易等) nomen debug_nomen 开关命令 AI总是拒绝玩家提出的条约 play <数值> 玩id为 <数值> 的国家,包括失落帝国、原始文明、太空城邦、野怪、天灾等势力 tag <数值> control <数值> 控制(相当于陆军占领后的状态)id为 <数值> 的星球,没标明数值时控制选定星球或恒星基地。太空港归控制者。若双方未交战则自动归还。 选定即控制 control paint 开关命令 开启后,选定的星球均会被玩家控制。 获得星球的所有权 own <数值> 占有id为 <数值> 的星球,若为未殖民星球则会产生一个主体种族人口。没标明数值时占有选定星球或恒星基地。 选定即拥有 own paint 开关命令 开启后,选定的星球均会被玩家占有。 星球类型统计 planets 显示各种类型星球的数目的统计值及百分比。 资源点统计 deposits 显示各种资源点(deposit)的数目的统计值级百分比(因为会统计空白,所以百分比意义不大)。 增加异常点 add_anomaly 在星球上增加一个异常点,异常点列表见 project:查询表/异常点 。 自由政府状态 free_government 可自由切换政治制度和修改国民理念而无需等待。 填满星球人口 populate 将选定星球填满人口(注意:该指令对机械帝国和非机械帝国均有效。但在新的2.2版本及以上对于非机械帝国,该指令对目标行星仅能生效一次,特定情况下使目标行星人口正好超出住房上限,建造增加住房的区划和建筑,使可用住房为正值时可再次使用该指令。对于机械帝国,populate指令仍可生效且增加的pop数偶尔多于非机械帝国殖民相同的行星后使用该指令)。如需为目标行星添加非装配的"自然增长人口(非机器pop)"需使用“ grow_pops +[自然增长进度1的数量(以下简称数量)]”指令进行添加,装配的"非自然增长人口(机器pop)"可用“ build_pops +[数量]"指令增加。 在选定的星球上添加资源 effect add_deposit = 在选定的星球上(最好是无人的)添加各种战略资源,最多10个单位。 war <进攻方国家代码> <防御方国家代码> <进攻方战争目标> 使一个国家向另一个国家宣战。

战争目标:[wg_colossus]全面战争 [wg_humiliation]羞辱 [wg_independence]独立 [wg_conquest]征服 [需要补充更多战争目标] 解锁传统和飞升槽 activate_all_traditions 解锁所有传统并解锁和传统数量一样的飞升槽,如加载更多飞升槽MOD只需多收入几次

解锁传统后传统呈灰色未解锁状态,保存重新加载即可 增加灾飞威慑度 menace <数值> 增加天灾飞升的数值,无法一次性增至满级,需要研究对应科技继续增加即可 移除星海共同体议案冷却时间 skip_galactic_community_cooldowns 无需在提出一项议案后等待很久才能提出该议案的更高级议案,监管人特权也没有冷却时间 直接进入参议院投票 force_senate_vote 取消本次休会时间 结束参议院投票 end_senate_session 跳过投票时间,直接得出投票结果 联邦法律切换无冷却时间 skip_federation_cooldowns 无需改变法律后等待十年才能再次更改 生成星界裂缝 spawn_astral_rift 需要在恒星系地图内使用 裂隙快速完成 finish_rift_stage 需要在裂隙界面内使用

  • 注: 开关命令 在奇数次输入时开启对应的效果,偶数次输入时关闭对应的效果。

官方wiki 控制台指令

  • 文中带有 <> 符号代表着需要你执行某些动作让指令正确运行。比如 <Select Planet> 意味着先在游戏中选中一个星球后再输入并执行控制台指令。如果你需要知道某些事物的 ID 你可以在控制台中使用以下代码 tweakergui debugtooltip (pre 1.1) 或者 debugtooltip (1.1)。特殊的 ID 将会在特殊信息栏内显示。
指令
Command 说明
Description 指令参数
Parameters 示例
Example 显示一个指令的帮助文档。 [指令名]
[command name] help human_ai helphelp 才不会给你帮助呢!哼! 看什么看!? 别..别添啊! 3dstats 开关命令 3D统计信息。显示FPS和渲染时间 3dstats achievement_status 非开关命令 打印成就状态。到底能干什么? achievement_status finish_research 完成所有当前的研究。 finish_research finish_special_projects 完成所有特殊项目。 finish_special_projects activate_ascension_perk
<天赋名> 激活飞升天赋,把 ap 放在天赋名前。 activate_ascension_perk ap_mind_over_matter activate_tradition <名字> 激活传统 (需要使用 debugtooltip 获取名字)。 activate_tradition tr_prosperity_sct add_anomaly 为星球添加异常点(类)。 [异常点类名]
[anomaly category name] <Select Planet> add_anomaly life_asteroid_category add_ethic_pop 给人口添加思潮。 [Pop ID] [Ethic Key] add_ethic_pop purged ethic_fanatic_collectivist add_opinion 增加 '甲' 对 '乙' 的好感度(可以使用负数减少好感度)。 [甲][乙][数额]
[target country id] [target country id] [amount] add_opinion 01 00 500 add_ship 创建一艘指定型号的舰船。 [design name] add_ship Avatar create_navy 创建一个舰队,使用你最新的设计 create_navy [战力]1表示100% create_navy 0.8 add_spynetwork_value 增加间谍网络价值。在[目标]上增加[数量]渗透进度 [target] [amount]

[目标][数量] add_spynetwork_value 1 1000 add_trait_leader 给领袖添加特性。 [领袖ID] [特性名或索引]
[leader id] [trait key or index] add_trait_leader 1 leader_trait_gale_speed add_trait_species 给物种添加特性。 [物种ID] [特性名]
[species id] [trait key] add_trait_species 5 intelligent 开关命令 开关AI。 alienfx 尝试使用Alien FX改变电脑的灯光。 ambient_object 产生指定类型的环境对象。 [type] ambient_object medium_debris_02_object attackallfleets 使所有舰队瞄准所有其他舰队。 添加 [数量] 能源币。默认为5000。 [数额]
[amount] cash 500 colonize 复制一个给予的人口开始选中星球的殖民过程。 <select planet> [colonizer pop id] <select planet> colonize 1 communications 开关命令 开关所有交易。 [目标国家ID]
[target country id] contact 开关命令 开关所有提案。 contact control 用于占领行星。如果与[planet id]的拥有者没有战争,控制权会立即恢复。 [planet id] control 50 copy_pop 使用 ID 复制一个人口至选中的星球。 [pop id] copy_pop 1247 crash 使游戏崩溃。(如果你要生成崩溃日志) crash create_megastructure 创建一个特定的巨型建筑。 [megastructure id] create_megastructure think_tank_1 damage 选择舰船造成 x 伤害。 <选中舰船>
<Select Ship> damage 50 debug_nomen 所有AI控制的国家永远不同意你的交易和提案。 debug_nomen debug_yesmen 所有AI控制的国家永远同意你的交易和提案。 debug_yesmen force_integrate 迫使目标国家合并至玩家国家。 force_integrate [国家id] force_integrate 5 force_attitude 更改目标国家对玩家的态度。 force_attitude [国家id] 外交态度key force_attitude 1 friendly effect shift_ethic = 改变国家思潮 [Ethic Key] Ethic gestalt consciousness.png 格式塔意识 :effect shift_ethic = ethic_gestalt_consciousness
Ethic fanatic militarist.png 极端军国主义 :effect shift_ethic = ethic_fanatic_militarist
Ethic fanatic xenophobe.png 极端排外主义 :effect shift_ethic = ethic_fanatic_xenophobe
Ethic fanatic egalitarian.png 极端平等主义 :effect shift_ethic = ethic_fanatic_egalitarian
Ethic fanatic materialist.png 极端唯物主义 :effect shift_ethic = ethic_fanatic_materialist
Ethic fanatic pacifist.png 极端和平主义 :effect shift_ethic = ethic_fanatic_pacifist
Ethic fanatic xenophile.png 极端亲外主义 :effect shift_ethic = ethic_fanatic_xenophile
Ethic fanatic authoritarian.png 极端威权主义 :effect shift_ethic = ethic_fanatic_authoritarian
Ethic fanatic spiritualist.png 极端唯心主义 :effect shift_ethic = ethic_fanatic_spiritualist
(不想要“极端”的话,请去掉“fanatic_”)。 democratic_election 开始民主统治者选举。 election 开始一个统治者的选举。 election federation_add_experience 增加联邦等级经验,默认1000 [数额]
[amount] federation_add_experience 1000 federation_add_cohesion 增加联邦团结度,默认200 [数额]
[amount] federation_add_cohesion 200 federation_add_cohesion_speed 增加联邦每月团结度,默认10 [数额]
[amount] federation_add_cohesion_speed 10 federation_examine_leader 立即选举联邦主席 federation_examine_leader free_government 开关命令 允许玩家在没有时间限制的情况下改革政府(每次20年的限制) free_government free_policies 开关命令 允许玩家更改政策而不受限制,包括以前禁用的策略。 free_policies engineering 添加工程技术点。 默认为5000。 [数额]
[amount] engineering 500 error 在日志中显示错误。 error event 执行一个事件。 [事件ID] [目标ID]
[event id] [target id] event story.5

小灰是 event graygoo.401 event crisis.
10/100/1000/2000
执行末日危机事件:
“10” 开始 Prethoryn Swarm,
“100” 群虫女王 子事件,
“1000” 次元入侵者
“2000” AI 暴乱。 [event id] crisis.[target id] event crisis.1000 eventscopes 显示当前事件的范围树。 <Event open> eventscopes eventstats 显示事件统计信息。 eventstats fast_forward 快进至设置的天数。

(快进时按下ESC可终止快进)

该代码是让玩家挂机到指定天数,快进期间其它帝国以及相关事件依旧在进行。

唯一不同的就是玩家帝国一直在原地挂机。 [amount of days]

(无效)[observer] fast_forward 100 开关命令 开关无限制FTL。 fullscreen 开关命令 切换至全屏。 fullscreen game_over 执行指定的游戏结束类型。 [胜利类型索引]
[victory type index] game_over 0 移动视角至[x] [y] [x] [y] goto 10 10 grow_pops 添加一个成长中的人口至选中的星球。在指令后添加数字加快成长。数值对应人口 <Select Planet> grow_pops 100 开关命令 切换 HDR。 将RGB转换为HSV。 hsv 25 25 25 human_ai 开关命令 将玩家帝国托管给电脑。

玩家依旧可以操作帝国,但是无法抉择大部分事件以及外交提案。 human_ai influence 添加 [数量] 的影响力。默认为5000. [数额]
[amount] influence 500 开关命令 开关Debug信息。 instant_build 开关命令 会立即完成地表建筑物,升级,舰船,站点的建造。警告:这同样适用于敌方AI。 instant_build invincible 玩家的舰队将不会受到伤害。 invincible kill_country 玩家当前主控的帝国直接灭亡。 kill_country kill_leader 杀死指定的领袖。 [leader id] kill_leader ? kill_pop 杀死当前的人口 [pop id] kill_pop 745 kill_ruler 杀死当前的统治者。 Kills current ruler. lockcamera 锁定视角到当前的位置。 [debug_lockcamera, lockcamera] lockcamera map_names 重新生成地图名称。 map_names mature_galaxy

模拟一个100年后的银河系。

该外码会强制将年份定在 开局+100年 的时间点上,即便当时已经过了100年。会引发游戏逻辑错误导致崩溃。 mature_galaxy message 在顶栏显示所有类型的信息。 message minerals 添加矿物。默认为5000。 [数额]
[amount] minerals 500 nogui 开关命令 切换GUI。 nogui nomouse 开关命令 切换鼠标滚轮 nomouse observe 开启观海模式 observe overnight 把游戏设置成通宵模式。 [ticks per turn] overnight 2 获取指定星球的所有权和控制权。 [planet id] [paint] own 5 在星系之间寻找路径。 [from index] [to index] path 0 1 physics 添加物理技术点。默认为5000。 [数额]
[amount] physics 500 planet_class 改变选中的星球类型至指定的类型。 [planet class name] <Select Planet> planet_class pc_tropical planet_happiness 增加选中星球的幸福度,具体来说,向选中星球添加了一个增加幸福度的buff,但是,不会超过因为其他因素影响的最大幸福度。 [数额]
[amount] <Select Planet> planet_happiness 100 planet_resource 添加资源到资源块,每块地的资源数量是随机的,总和就是输入的数额。 [资源类型] [数额]
[resource] [amount] <Select Planet> planet_resource minerals 50
新版本2.2.X废弃 planet_size 调整星球和地表块的大小,最大的地表块尺寸为25块,但是星球的大小可以在25之后继续增加。警告:极端大小能、也将会破坏游戏。 [planet size] <Select Planet> planet_size 25 planets 列出每一种类型的行星和每个行星的数量。 planets 允许你使用帝国的ID切换游玩的帝国。00是玩家的帝国,AI帝国是01及以上。 即使是土著、野怪、天灾也可以游玩 [tag] [country index] play 01 pop_happiness 与 tweakergui 一起使用,使人口幸福度达到特定的等级。 tweakergui pop_happiness 给予玩家矿物 [数额]
[amount] pp 1000 random_ruler 用一个新的随机统治者替换当前统治者。 random_rulerrandom_ruler recalc_fleet_presence 重新计算舰队驻留缓存,如果载入旧存档则很有用。 recalc_fleet_presence reload 重新加载 assets [file name] reload main.gui reload_galaxy 重新加载系统初始化脚本以及重新生成星系。 reload_graphical_map 重新加载图形地图。 reload_graphical_map reloadfx 重新加载着色器。 [arguments: map/mapname/postfx or *.fx filename] reloadfx arrow remove_ethic_pop 移除一个选中的人口的一个思潮。 [pop id] [ethic key] remove_ethic_pop ? ethic_xenophobe remove_notification 移除所有属于玩家的所有通知。 [数额]
[amount] remove_notification 1 remove_trait_leader 移除领袖特质。 [leader id] [trait key or index] remove_trait_leader 17 trait_leader_meticulous remove_trait_species 移除物种特质。 [species id] [trait key] remove_trait_species 5 intelligent rendertype 显示当前的渲染类型。 rendertype research_technologies 立即研究所有非循环科技的科技。 布尔值
Boolean (如果参数为1)立即研究所有科技,包括生物和末日危机科技。 resource 添加 [数量] 于 [资源]。 默认为5000。 [数额]
[amount] resource minerals 500 resources 显示星球资源。 resources reverse_diplo 从目标派遣一个外交指挥官到玩家。 [diplo] [id] reverse_diplo action_invite_to_alliance 01 skills 为每个玩家控制的领袖添加一定数额的技能等级。 [数额]
[amount] skills 5 所有领袖等级+5 society 添加社会技术点。默认为5000。 [数额]
[amount] society 500 surrender 投降并同意所有要求。只使用 [country id] 来列出该国家正在进行的所有战争的编号。 [country id] [war id] List all wars for country with country_id = 5 along with their war_ids: surrender 5. Force country with country_id = 5 to surrender in war with war_id = 19975: surrender 5 19975. survey 探索所有星球。 survey observe 在地图上展示一切,但你不能游玩。使用play x指令,恢复游玩。 observe play x 在观察命令[observe]之后继续游玩。 play x techupdate 重新生成玩家的科技树。 techupdate terraforming_resources 设定星球上特殊资源的数量。 [数额]
[amount] <Select Planet> terraforming_resources 10 unlock_edicts 提供颁布任何法令的能力,以及不能用于玩家使用的法令。 unlock_edicts unity 添加凝聚力。 [数额]
[amount] unity 500 volume 修改音乐音量 [volume delta] volume 20 (代码已确认无效) war_on_player 迫使目标国家向玩家宣战。 [country id] war_on_player 05 warscore 为帝国所有激活的战争添加给予的战争分数。 [数额]
[amount] warscore 75 effect add_deposit = 为选定星球添加对应资源 [Planetary Deposits] <Select Planet> effect add_deposit = d_exotic_gases_1 tweakergui instant_colony 开关命令 打开一个GUI窗口勾选后迅速殖民,但是殖民船落地殖民时间无法跳过,只能跳过殖民过程期间的进度条。。

  • 注: 开关命令 在奇数次输入时开启对应的效果,偶数次输入时关闭对应的效果。

由于篇幅限制,部分列表移至相关子页面,点击链接即可查看详细列表

推荐使用wiki检索器来搜索相关分类的key
  • 这些可以用于 activate_ascension_perk 命令。与其他命令的用法还未确认。
  • 飞升天赋列表

    名称 代码 代号
    Ap lord of war.png Empire flag 64 frame.png 战争之王 activate_ascension_perk ap_lord_of_war 0
    Ap become the crisis.png Empire flag 64 frame.png 星海天罚 activate_ascension_perk ap_become_the_crisis 1
    Ap hydrocentric.png Empire flag 64 frame.png 水之心 activate_ascension_perk ap_hydrocentric 2
    Ap enigmatic engineering.png Empire flag 64 frame.png 天机工程 activate_ascension_perk ap_enigmatic_engineering 3
    Ap nihilistic acquisition.png Empire flag 64 frame.png 强取豪夺 activate_ascension_perk ap_nihilistic_acquisition 4
    Ap colossus.png Empire flag 64 frame.png 巨像计划 activate_ascension_perk ap_colossus 5
    Ap engineered evolution.png Empire flag 64 frame.png 设计进化 activate_ascension_perk ap_engineered_evolution 6
    Ap evolutionary mastery.png Empire flag 64 frame.png 掌控进化 activate_ascension_perk ap_evolutionary_mastery 7
    Ap the flesh is weak.png Empire flag 64 frame.png 血肉苦弱 activate_ascension_perk ap_the_flesh_is_weak 8
    Ap synthetic evolution.png Empire flag 64 frame.png 合成进化 activate_ascension_perk ap_synthetic_evolution 9
    Ap mind over matter.png Empire flag 64 frame.png 心胜于物 activate_ascension_perk ap_mind_over_matter 10
    Ap transcendence.png Empire flag 64 frame.png 超凡入圣 activate_ascension_perk ap_transcendence 11
    Ap world shaper.png Empire flag 64 frame.png 星球塑形师 activate_ascension_perk ap_world_shaper 12
    Ap galactic force projection.png Empire flag 64 frame.png 星河力量投射 activate_ascension_perk ap_galactic_force_projection 13
    Ap organo machine interfacing.png Empire flag 64 frame.png 有机机械交互 activate_ascension_perk ap_organo_machine_interfacing 14
    Ap defender of the galaxy.png Empire flag 64 frame.png 星河卫士 activate_ascension_perk ap_defender_of_the_galaxy 14
    Ap interstellar dominion.png Empire flag 64 frame.png 星际主权 activate_ascension_perk ap_interstellar_dominion 15
    Ap grasp the void.png Empire flag 64 frame.png 掌握太虚 activate_ascension_perk ap_grasp_the_void 16
    Ap eternal vigilance.png Empire flag 64 frame.png 戒心永存 activate_ascension_perk ap_eternal_vigilance 17
    Ap galactic contender.png Empire flag 64 frame.png 逐鹿星河 activate_ascension_perk ap_galactic_contender 18
    Ap technological ascendancy.png Empire flag 64 frame.png 科技至上 activate_ascension_perk ap_technological_ascendancy 19
    Ap one vision.png Empire flag 64 frame.png 万众一心 activate_ascension_perk ap_one_vision 20
    Ap consecrated worlds.png Empire flag 64 frame.png 祝圣世界 activate_ascension_perk ap_consecrated_worlds 21
    Ap mastery of nature.png Empire flag 64 frame.png 掌控自然 activate_ascension_perk ap_mastery_of_nature 22
    Ap imperial prerogative.png Empire flag 64 frame.png 中央特权 activate_ascension_perk ap_imperial_prerogative 23
    Ap executive vigor.png Empire flag 64 frame.png 高效行政 activate_ascension_perk ap_executive_vigor 24
    Ap transcendent learning.png Empire flag 64 frame.png 卓越学术 activate_ascension_perk ap_transcendent_learning 25
    Ap shared destiny.png Empire flag 64 frame.png 共同命运 activate_ascension_perk ap_shared_destiny 26
    Ap voidborn.png Empire flag 64 frame.png 太空子民 activate_ascension_perk ap_voidborn 27
    Ap master builders.png Empire flag 64 frame.png 建筑大师 activate_ascension_perk ap_master_builders 28
    Ap galactic wonders.png Empire flag 64 frame.png 星河奇迹 activate_ascension_perk ap_galactic_wonders_utopia 29
    Ap galactic wonders.png Empire flag 64 frame.png 星河奇迹 activate_ascension_perk ap_galactic_wonders_megacorp 30
    Ap galactic wonders.png Empire flag 64 frame.png 星河奇迹 activate_ascension_perk ap_galactic_wonders_utopia_and_megacorp 31
    Ap synthetic age.png Empire flag 64 frame.png 合成时代 activate_ascension_perk ap_synthetic_age 32
    Ap machine worlds.png Empire flag 64 frame.png 机械世界 activate_ascension_perk ap_machine_worlds 33
    Ap hive worlds.png Empire flag 64 frame.png 蜂巢星球 activate_ascension_perk ap_hive_worlds 34
    Ap arcology project.png Empire flag 64 frame.png 理想城计划 activate_ascension_perk ap_arcology_project 35
    Ap xeno compatibility.png Empire flag 64 frame.png 跨物种杂交 activate_ascension_perk ap_xeno_compatibility 36
    Ap universal transactions.png Empire flag 64 frame.png 寰宇贸易 activate_ascension_perk ap_universal_transactions 37
    Ap detox.png Empire flag 64 frame.png 排毒 activate_ascension_perk ap_detox 40

    星球类型列表

    名称 代码 代号
    Planet type 1.png 沙漠星球 planet_class pc_desert 0
    Planet type 2.png 干旱星球 planet_class pc_arid 1
    Planet type 20.png 草原星球 planet_class pc_savannah 2
    Planet type 5.png 热带星球 planet_class pc_tropical 3
    Planet type 4.png 陆地星球 planet_class pc_continental 4
    Planet type 6.png 海洋星球 planet_class pc_ocean 5
    Planet type 3.png 苔原星球 planet_class pc_tundra 6
    Planet type 7.png 极地星球 planet_class pc_arctic 7
    Planet type 19.png 高山星球 planet_class pc_alpine 8
    Planet type 14.png 气态巨行星 planet_class pc_gas_giant 9
    Planet type 18.png 小行星 planet_class pc_asteroid 10
    Planet type 18.png 冰晶小行星 planet_class pc_ice_asteroid 11
    Planet type 18.png 晶态小行星 planet_class pc_rare_crystal_asteroid 12
    Planet type 12.png 熔融星球 planet_class pc_molten 13
    Planet type 10.png 荒芜星球 planet_class pc_barren 14
    Planet type 9.png 荒芜星球 planet_class pc_barren_cold 15
    Planet type 11.png 剧毒星球 planet_class pc_toxic 16
    Planet type 13.png 冰封星球 planet_class pc_frozen 17
    Planet type 17.png 死寂星球 planet_class pc_nuked 18
    Planet type 16.png 蜂巢星球 planet_class pc_hive 19
    Planet type 15.png 机械星球 planet_class pc_machine 20
    Planet type 2.png 屏障星球 planet_class pc_shielded 21
    Planet type 15.png 人工智能星球 planet_class pc_ai 22
    Planet type 16.png 孵化星球 planet_class pc_infested 23
    Planet type 8.png 盖亚星球 planet_class pc_gaia 24
    Planet type 21.png 环形世界 planet_class pc_cybrex 25
    文件:GFX planet type a b star.png B型恒星 planet_class pc_b_star 26
    Planet type 29.png A型恒星 planet_class pc_a_star 27
    文件:GFX planet type f g star.png F型恒星 planet_class pc_f_star 28
    Planet type 27.png G型恒星 planet_class pc_g_star 29
    Planet type 28.png K型恒星 planet_class pc_k_star 30
    Planet type 26.png M型恒星 planet_class pc_m_star 31
    Planet type 26.png M型红巨星 planet_class pc_m_giant_star 32
    文件:GFX planet type gas giant.png T型褐矮星 planet_class pc_t_star 33
    Planet type 32.png 黑洞 planet_class pc_black_hole 34
    Planet type 31.png 中子星 planet_class pc_neutron_star 35
    Planet type 30.png 脉冲星 planet_class pc_pulsar 36
    Planet type 21.png 环形世界 planet_class pc_ringworld_habitable 37
    Planet type 21.png 破损的环形世界 planet_class pc_ringworld_habitable_damaged 38
    Planet type 21.png 环形世界 planet_class pc_ringworld_tech 39
    Planet type 21.png 破损的环形世界 planet_class pc_ringworld_tech_damaged 40
    Planet type 21.png 环形世界 planet_class pc_ringworld_seam 41
    Planet type 21.png 破损的环形世界 planet_class pc_ringworld_seam_damaged 42
    Planet type 21.png 破碎之环 planet_class pc_shattered_ring_habitable 43
    Planet type 22.png 轨道居住站 planet_class pc_habitat 44
    Planet type 23.png 虚境星球 planet_class pc_shrouded 45
    Planet type 10.png 崩坏星球 planet_class pc_broken 46
    Planet type 10.png 粉碎星球 planet_class pc_shattered 47
    Planet type 11.png 纳米星球 planet_class pc_gray_goo 48
    Planet type 10.png 破碎星球 planet_class pc_egg_cracked 49
    Planet type 18.png 晶态小行星 planet_class pc_crystal_asteroid 50
    Planet type 21.png 被屏蔽的环形世界区段 planet_class pc_ringworld_shielded 51
    Planet type 22.png 被屏蔽的居住站 planet_class pc_habitat_shielded 52
    Planet type 25.png 都市星球 planet_class pc_city 53
    Planet type 17.png 遗落星球 planet_class pc_relic 54
    Planet type 10.png 粉碎星球 planet_class pc_shattered_2 55
  • 这些可以用于 resource 命令。与其他命令的用法还未确认。
  • 名称 代码 代号
    Time.png 时间 resource time 0
    Energy.png 能量币 resource energy 1
    Minerals.png 矿物 resource minerals 2
    Food.png 食物 resource food 3
    Physics research.png 物理学研究 resource physics_research 4
    Society research.png 社会学研究 resource society_research 5
    Engineering research.png 工程学研究 resource engineering_research 6
    Influence.png 影响力 resource influence 7
    Unity.png 凝聚力 resource unity 8
    Consumer goods.png 消费品 resource consumer_goods 9
    Alloys.png 合金 resource alloys 10
    Volatile motes.png 易爆微粒 resource volatile_motes 11
    Exotic gases.png 异星天然气 resource exotic_gases 12
    Rare crystals.png 稀有水晶 resource rare_crystals 13
    Sr living metal.png 活体金属 resource sr_living_metal 14
    Sr zro.png 泽珞 resource sr_zro 15
    Sr dark matter.png 暗物质 resource sr_dark_matter 16
    Nanites.png 纳米机器人 resource nanites 17
    Minor artifacts.png 稀有文物 resource minor_artifacts 18
    Menace.png 威慑力 resource menace 19

    星界丝缕:resource astral_threads 10000

    • 资源添加给非生命星球代码如下
    • 一次性可以加1-10的(加在代码末尾,如effect add_deposit = d_energy_8,就可以给选定星球加8点能量币)此处往后数值用n代替
    1. Energy.png 能量币 effect add_deposit=d_energy_n
    2. Minerals.png 矿物 effect add_deposit=d_minerals_n
    3. Physics research.png 物理学研究 effect add_deposit=d_physics_n
    4. Society research.png 社会学研究 effect add_deposit=d_society_n
    5. Engineering research.png 工程学研究 effect add_deposit=d_engineering_n
    • 一次性可以加1-5的
    1. Alloys.png 合金 effect add_deposit=d_alloys_n
    2. Volatile motes.png 易爆微粒 effect add_deposit=d_volatile_motes_n
    3. Exotic gases.png 异星天然气 effect add_deposit=d_exotic_gases_n
    4. Rare crystals.png 稀有水晶 effect add_deposit=d_rare_crystals_n
    5. “” 贸易价值 effect add_deposit=d_trade_value_n (时间流淌一个月后出现)
    6. Sr zro.png 泽珞 effect add_deposit=d_zro_deposit_n
    1. Sr dark matter.png 暗物质 effect add_deposit=d_dark_matter_deposit_n (1-3)
    2. Nanites.png 纳米机器人 effect add_deposit=d_nanites_deposit (没有参数n,输一遍+1,只能一遍遍输)
    3. Sr living metal.png 活体金属 effect add_deposit=d_living_metal_deposit (也没有参数n,输一遍+1,只能一遍遍输)
    4. Food.png 食物 effect add_deposit=d_food_3 (目前来看,食物仅能一次加3)
    • 其余无法添加或尚未找到添加方法
    • 注意,并不是什么行星都能添加某种资源的,你毕竟不可能给一个气体巨行星添加易爆微粒

    舰船生成代码

    由此进入>> 舰队生成代码

    特殊舰船生成代码

    add_ship NAME_Crisis_Star_Eater add_ship NAME_Infinity_Machine 直接输入,外观会变成彩箱。需要通过 debugtooltip 查看ID,查看当局无限神机的国家代码,假如当局无限神机的国家代码是:50,然后play 50 ,切换到无限神机的国家位置。然后在输入add_ship NAME_Infinity_Machine 刷出无限神机,就会变成正常的模型。然后在用play 0,切回到自己的国家,然后在输入own + 刷出来的无限神机的代码,就可以获得外观正常的无限神机了 灰蛊战列舰 add_ship NAME_Gray_Warship 纳米机器人个体 add_trait_leader @ leader_trait_governor_gray 不朽,行星效果 建费-40% 建速+40% 岗币产+15% 岗矿产+15% 清障费-40% 清障速+40% add_trait_leader @ leader_trait_chosen 不朽,行星效果 稳定度+10 岗位凝聚力产出+10%,管理星域首府 稳定度+5 岗位凝聚力产出+5% add_trait_leader @ leader_trait_composer_chosen 不朽,行星效果 人口增长速度+5% 岗位产出+5%,管理星域首府 人口增长速度+2% 岗位产出+2.5% add_trait_leader @ leader_trait_instrument_chosen 不朽,行星效果 奴隶产出+30% 稳定度+5,管理星域首府 奴隶产出+15% 稳定度+2.5 add_trait_leader @ leader_trait_eater_chosen 不朽,恒星系效果 舰船建造速度+25% 造舰费用-15% add_trait_leader @ leader_trait_governor_oracle 不朽,行星效果 稳定度+10 幸福度-10% 专家人口产出+10% 犯罪度-45,稳定度+5 幸福度-5% 专家人口产出+5% 犯罪度-22 腐蚀幸存者 add_trait_leader @ leader_trait_admiral_warform 不朽,作为内阁官员 每日装甲再生+5% 装甲硬化+15% 探测范围+1 舰船超空间探测+2 add_trait_leader @ trait_great_khan 不朽,舰队 武器射速+20% 武器伤害+20% 武器射程+20% 亚光速航速+20% 闪避+30% 船体值+20% 每日船体再生+10% 每日装甲再生+10%  add_trait_leader @ leader_trait_intemporal add_trait_leader @ leader_trait_whisperers_chosen add_trait_leader @ leader_trait_the_apparatus_luminary 不朽,能量币-50 add_trait_leader @ leader_trait_the_cybernetic_luminary 不朽,能量币-50,作为内阁官员 领袖储备+1 领袖维护费-25% 领袖花费+10% 领袖经验获得-25% 各领袖上限+1 虚境借道者 add_trait_leader @ leader_trait_the_psionic_luminary 不朽,泽珞-3,作为内阁官员 每月影响力+2 主流思潮吸引力+10% 犯罪度-20 破译+2 加密+2 add_trait_leader @ leader_trait_the_synth_luminary 不朽,合金-25,作为内阁官员 岗位生产资源+25% 思潮转化几率+25% 机器人口组装+1 幸福度-15% add_trait_leader @ leader_trait_the_genetic_luminary 不朽,食物-100,作为内阁官员 基因修饰点+1 有机物种特质选择+1 物种修饰项目花费-15% 人口增速-15% 军事监督者 add_trait_leader @ leader_trait_military_overseer 力量投射产出的最大影响力+2 军用舰船建造速度+25% 舰船初始经验+500 天才军械师 add_trait_leader @ leader_trait_armorer 护盾承受值+100 装甲值+100 装甲硬化+20% 护盾硬化+20% 战争构筑师 add_trait_leader @ leader_trait_maven_of_war 亚光速航速+15% 军用舰船建造速度+30% 研究速度(宇航技术)+10% 宇航技术选项概率+25% 崇敬军需官 add_trait_leader 49 leader_trait_bellicose 每个士兵海军容量+2星球防御部队+1 add_trait_leader @ leader_trait_great_researcher 研究速度+10% 重视建筑3 add_trait_leader @ trait_ruler_architectural_sense_3 建筑花费 -10% 区域花费 -10% 建筑维护费-5% 区划维护费-5% 行星建造速度+25% add_trait_leader @ leader_trait_reformer_3 每月凝聚力+15% 主流思潮吸引力+75% 外语学家3 add_trait_leader @ leader_trait_courtroom_training_3 信任度+75 煽风点火3 add_trait_leader @ leader_trait_ambassador_bully_3 对宿敌伤害+7%,宿敌产生的凝聚力+7.50 其疾如风3 add_trait_leader @ leader_trait_gale_speed_3 亚光速航速+15% 舰队后勤专家3 add_trait_leader @ leader_trait_armada_logistician_3 舰船维护费-10% 海军容量+7% 军事先驱3 add_trait_leader @ trait_ruler_military_pioneer_3 舰船建造速度+20% 造舰费用-10% 海军教官3 add_trait_leader @ leader_trait_crew_trainer_3 海军容量+60 舰船初始经验+200 出身士卒3 add_trait_leader @ trait_ruler_from_the_ranks_3 陆军经验获得+50% 陆军士气+25% add_trait_leader @ trait_ruler_recruiter_3   陆军建造速度+50% 陆军花费-20% 超级专注3 add_trait_leader @ leader_trait_maniacal_3 研究速度+15% 求知若渴3 add_trait_leader @ leader_trait_inquisitive_3 研究速度+8% 备选科技+1 扩张主义者3 add_trait_leader @ trait_ruler_expansionist_3 哨站建造花费-10% 恒星基地影响力花费-10% add_trait_leader @ leader_trait_science_communicator_3 考古技能+2 科学家经验获得+25%

    下面的代码在新版本用不了了,所以正在修改,旧的内容保存在上面的* 访问旧领导特质专题

    总督特性列表

    科学家特质

    科学家特性列表

    陆军领袖特质

    陆军领袖特性列表

    舰队司令特质

    舰队司令特性列表
    名称 代码 代号
    Leader trait fleet logistician.png 舰队后勤专家 add_trait_leader @ leader_trait_fleet_logistician 1
    Leader trait engineer.png 工程师 add_trait_leader @ leader_trait_engineer 2
    Leader trait aggressive.png 火力全开 add_trait_leader @ leader_trait_aggressive 3
    Leader trait cautious.png 谨慎 add_trait_leader @ leader_trait_cautious 4
    Leader trait scout.png 侦查专家 add_trait_leader @ leader_trait_scout 5
    Leader trait unyielding.png 不屈 add_trait_leader @ leader_trait_unyielding 6
    Leader trait nervous.png 神经质 add_trait_leader @ leader_trait_nervous 7
    Leader trait gale speed.png 其疾如风 add_trait_leader @ leader_trait_gale_speed 8
    Leader trait lethargic.png 懒散 add_trait_leader @ leader_trait_lethargic 9
    Leader trait sentinel.png 哨兵训练 add_trait_leader @ leader_trait_sentinel 10
    Leader trait fist.png 蜂巢亲和 add_trait_leader @ leader_trait_hive_affinity 11
    Leader trait ship.png 虚空猎手 add_trait_leader @ leader_trait_void_swimmer 12
    Leader trait ship.png 虚无缥缈 add_trait_leader @ leader_trait_ethereal 13
    Leader trait ship.png 次元巡航 add_trait_leader @ leader_trait_dimensional_stutter 14
    Leader trait glory seeker.png 屠龙者 add_trait_leader @ leader_trait_dragonslayer 15
    Trait aquatic.png 水生 add_trait_leader @ leader_trait_aquatic_admiral 16
    Trait erudite.png 博学多识 add_trait_leader @ leader_trait_admiral_erudite 17
    Leader trait cyborg.png 义体人 add_trait_leader @ leader_trait_admiral_cyborg 18
    Leader trait synthetic.png 合成人 add_trait_leader @ leader_trait_admiral_synthetic 19
    Leader trait psionic leader.png 灵媒 add_trait_leader @ leader_trait_admiral_psionic 20
    Leader trait psionic chosen one.png 天选之人 add_trait_leader @ leader_trait_admiral_chosen 21
    Leader trait fist.png 赛博勒克斯数据库 add_trait_leader @ leader_trait_cybrex 22
    Leader trait mercenary warrior.png 佣兵战士 add_trait_leader @ leader_trait_mercenary_warrior 23
    Leader trait great khan.png 大可汗 add_trait_leader @ leader_trait_great_khan 24
    Leader trait clone soldier.png 克隆人部队司令 add_trait_leader @ leader_trait_clone_army_admiral 25
    Leader trait clone soldier descendant.png 末裔克隆部队司令 add_trait_leader @ leader_trait_clone_army_fertile_admiral 26
    Leader trait clone soldier ascendant.png 先裔克隆部队司令 add_trait_leader @ leader_trait_clone_army_full_admiral 27
    Leader trait ship.png 命中注定相会 add_trait_leader @ leader_trait_foredoomed_to_a_rendezvous 67
    Leader trait fleet logistician.png 维护循环 add_trait_leader @ leader_trait_maintenance_loop 142
    Leader trait restore point.png 还原点 add_trait_leader @ leader_trait_restore_point 145
    Trait brainslugged.png 脑蛞蝓宿主 add_trait_leader @ leader_trait_admiral_brainslug 276
    Leader trait hells heart.png 地狱雄心 add_trait_leader @ leader_trait_admiral_hells_heart 277
    Leader trait caravan counter.png 行商拦截者 add_trait_leader @ leader_trait_caravan_counter 283
    Leader trait bulwark watcher.png 戍邦守望者 add_trait_leader @ leader_trait_bulwark_watcher 294
    Leader trait bulwark retaliator.png 戍邦反击大师 add_trait_leader @ leader_trait_bulwark_retaliator 295
    Leader trait bulwark sentinel.png 戍邦哨兵 add_trait_leader @ leader_trait_bulwark_sentinel 296
    碰触虚境的舰队司令(闪避、追踪、舰船维护费+20%)leader_trait_admiral_mind_wipe_01特性编号306

    碰触虚境的舰队司令(射速、射程、舰船维护费+10%)leader_trait_admiral_mind_wipe_02特性编号307

    碰触虚境的海军子个体(闪避、追踪、舰船维护费+20%)gestalt_trait_admiral_mind_wipe_01特性编号314

    碰触虚境的海军子个体(射速、射程、舰船维护费+10%)gestalt_trait_admiral_mind_wipe_02特性编号315

    物种特性代码,部分待完善 add_trait_species @ trait_hive_mind 图标误用为领袖特质图标了,希望有人能帮忙修正 add_trait_species @ machine_unit 图标误用为领袖特质图标了,希望有人能帮忙修正 add_trait_species @ mechanical · 在恒星上建造巨构代码:create_megastructure XXX
    · 在指定星球上建造巨构代码:
    effect = { solar_system = { spawn_megastructure = { type = "XXX" planet = from owner = owner graphical_culture = owner }
    其中XXX为巨构代码
    · effect remove_megastructure = this 移除选中巨构
    · effect finish_upgrade = yes 使升级中的巨型建筑立刻完成
    一般来说最后的数字,0是基址,列表中是成品

  • 这些可以用于 effect add_deposit 命令,格式为 effect add_deposit=d_英文代号_n (n为数量,有的有限制,有的没有这个参数,只能一个,可以叠加,数量过大需要自行摸索) 。与其他命令的用法还未确认。
  • 需要选定星球再使用控制台
  • 修正列表: 矿脉专题 矿藏控制台列表

    矿物等资源很容易在列表中找到,这边给出较为难找的科研增益; 常用的科研加成地形(加成较为强力的)

  • 这些可以用于 effect add_modifier 命令,格式为 effect add_modifier = { modifier = <名称> days = <时间,其中-1为永久> } 。与其他命令的用法还未确认。
  • 需要选定星球再使用控制台修正列表: 修正控制台列表
    • 这些依旧用于 effect add_modifier 命令
    • 需要选定舰队使用控制台修正列表: 舰队修正列表
  • 这些可以用于 research_technology 命令。与其他命令的用法还未确认。
  • 巨型装配系统 research_technology tech_mega_assembly
    名称 代码 代号
    Tech colossus.png 巨像 research_technology tech_colossus 0
    Tech pk cracker.png 地爆天星 research_technology tech_pk_cracker 1
    Tech pk shielder.png 安乐天使 research_technology tech_pk_shielder 2
    Tech pk neutron.png 中子灭杀 research_technology tech_pk_neutron 3
    Tech pk godray.png 神圣激素 research_technology tech_pk_godray 4
    Tech pk nanobots.png 大气纳米机器人散布 research_technology tech_pk_nanobots 5
    Tech btc 1.png 星爆器 research_technology tech_btc_1 6
    Tech gargantuan evolution.png 超体进化 research_technology tech_gargantuan_evolution 7
    Tech lgate activation.png L-星门启动 research_technology tech_lgate_activation 8
    Tech repeatable lcluster clue.png L-星门认知 research_technology tech_repeatable_lcluster_clue 9
    Tech experimental subspace navigation.png 试验性超空间导航 research_technology tech_experimental_subspace_navigation 10
    Tech neuroregeneration.png 神经组织工程 research_technology tech_neuroregeneration 11
    Tech nanite repair system.png 纳米修复系统 research_technology tech_nanite_repair_system 12
    Tech solar panel network.png 轨道能源转化技术 research_technology tech_solar_panel_network 13
    Tech space exploration.png 太空探索 research_technology tech_space_exploration 14
    Tech corvettes.png 护卫舰 research_technology tech_corvettes 15
    Tech destroyers.png 驱逐舰 research_technology tech_destroyers 16
    Tech cruisers.png 巡洋舰 research_technology tech_cruisers 17
    Tech battleships.png 战列舰 research_technology tech_battleships 18
    Tech titans.png 泰坦 research_technology tech_titans 19
    Tech juggernaut.png 主宰 research_technology tech_juggernaut 20
    Tech corvette build speed.png 标准化护卫舰模板 research_technology tech_corvette_build_speed 21
    Tech corvette hull 1.png 改进护卫舰船体 research_technology tech_corvette_hull_1 22
    Tech corvette hull 2.png 先进护卫舰船体 research_technology tech_corvette_hull_2 23
    Tech destroyer build speed.png 标准化驱逐舰模板 research_technology tech_destroyer_build_speed 24
    Tech destroyer hull 1.png 改进驱逐舰船体 research_technology tech_destroyer_hull_1 25
    Tech destroyer hull 2.png 先进驱逐舰船体 research_technology tech_destroyer_hull_2 26
    Tech cruiser build speed.png 标准化巡洋舰模板 research_technology tech_cruiser_build_speed 27
    Tech cruiser hull 1.png 改进巡洋舰船体 research_technology tech_cruiser_hull_1 28
    Tech cruiser hull 2.png 先进巡洋舰船体 research_technology tech_cruiser_hull_2 29
    Tech battleship build speed.png 标准化战列舰模板 research_technology tech_battleship_build_speed 30
    Tech battleship hull 1.png 改进战列舰船体 research_technology tech_battleship_hull_1 31
    Tech battleship hull 2.png 先进战列舰船体 research_technology tech_battleship_hull_2 32
    Tech titan hull 1.png 改进泰坦船体 research_technology tech_titan_hull_1 33
    Tech titan hull 2.png 先进泰坦船体 research_technology tech_titan_hull_2 34
    Tech starbase 1.png 恒星基地建设 research_technology tech_starbase_1 35
    Tech starbase 2.png 星港 research_technology tech_starbase_2 36
    Tech starbase 3.png 星垒 research_technology tech_starbase_3 37
    Tech starbase 4.png 星堡 research_technology tech_starbase_4 38
    Tech starbase 5.png 擎天堡 research_technology tech_starbase_5 39
    Tech habitat 1.png 轨道居住站 research_technology tech_habitat_1 40
    Tech habitat 2.png 居住站扩建 research_technology tech_habitat_2 41
    Tech habitat 3.png 高级太空居住站 research_technology tech_habitat_3 42
    Tech modular engineering.png 模块化工程 research_technology tech_modular_engineering 43
    Tech space defense station improvement.png 工兵部队 research_technology tech_space_defense_station_improvement 44
    Tech strike craft 1.png 航母作战 research_technology tech_strike_craft_1 45
    Tech strike craft 2.png 改良型舰载机 research_technology tech_strike_craft_2 46
    Tech strike craft 3.png 先进型舰载机 research_technology tech_strike_craft_3 47
    Tech assault armies.png 星际远征军 research_technology tech_assault_armies 48
    Tech ship armor 1.png 纳米复合材料 research_technology tech_ship_armor_1 49
    Tech ship armor 2.png 瓷金复合材料 research_technology tech_ship_armor_2 50
    Tech ship armor 3.png 塑钢材料 research_technology tech_ship_armor_3 51
    Tech ship armor 4.png 耐钢材料 research_technology tech_ship_armor_4 52
    Tech ship armor 5.png 零素材料 research_technology tech_ship_armor_5 53
    Tech crystal armor 1.png 水晶复合镀层 research_technology tech_crystal_armor_1 54
    Tech crystal armor 2.png 水晶锻造镀层 research_technology tech_crystal_armor_2 55
    Tech thrusters 1.png 化学推进器 research_technology tech_thrusters_1 56
    Tech thrusters 2.png 离子推进器 research_technology tech_thrusters_2 57
    Tech thrusters 3.png 等离子推进器 research_technology tech_thrusters_3 58
    Tech thrusters 4.png 脉冲推进器 research_technology tech_thrusters_4 59
    Tech space defense station 1.png 深空防御 research_technology tech_space_defense_station_1 60
    Tech defense platform hull 1.png 改善结构完整性 research_technology tech_defense_platform_hull_1 61
    Tech basic industry.png 工业基地 research_technology tech_basic_industry 62
    Tech mechanized mining.png 机械化开采 research_technology tech_mechanized_mining 63
    Tech powered exoskeletons.png 动力外骨骼 research_technology tech_powered_exoskeletons 64
    Tech space mining 1.png 零重力精炼厂 research_technology tech_space_mining_1 65
    Tech space mining 2.png 远距离矿物扫描仪 research_technology tech_space_mining_2 66
    Tech space mining 3.png 矿石切割束 research_technology tech_space_mining_3 67
    Tech space mining 4.png 自动采矿无人机 research_technology tech_space_mining_4 68
    Tech space mining 5.png 纳米矿物探测器 research_technology tech_space_mining_5 69
    Tech mining 1.png 地热水力压裂 research_technology tech_mining_1 70
    Tech mining 2.png 地心开采 research_technology tech_mining_2 71
    Tech mining 3.png 矿物分离 research_technology tech_mining_3 72
    Tech mineral purification 1.png 矿物提纯 research_technology tech_mineral_purification_1 73
    Tech mineral purification 2.png 先进矿物提纯 research_technology tech_mineral_purification_2 74
    Tech alloys 1.png 固态全息铸模 research_technology tech_alloys_1 75
    Tech alloys 2.png 纳米分离器 research_technology tech_alloys_2 76
    Tech advanced metallurgy 1.png 陶瓷合金 research_technology tech_advanced_metallurgy_1 77
    Tech advanced metallurgy 2.png 耐钢合金 research_technology tech_advanced_metallurgy_2 78
    Tech luxuries 1.png 纳米电路装配 research_technology tech_luxuries_1 79
    Tech luxuries 2.png 复制机终端 research_technology tech_luxuries_2 80
    Tech engineering 1.png 纳米力学 research_technology tech_engineering_1 81
    Tech engineering 2.png 超固体材料 research_technology tech_engineering_2 82
    Tech engineering 3.png 超流体材料 research_technology tech_engineering_3 83
    Tech robotic workers.png 机器人劳工 research_technology tech_robotic_workers 84
    Tech droid workers.png 智能人 research_technology tech_droid_workers 85
    Tech synthetic workers.png 合成人 research_technology tech_synthetic_workers 86
    Tech synthetic leaders.png 合成人人格矩阵 research_technology tech_synthetic_leaders 87
    Tech space construction.png 外太空建设 research_technology tech_space_construction 88
    Tech afterburners 1.png 加力燃烧室 research_technology tech_afterburners_1 89
    Tech afterburners 2.png 先进加力燃烧室 research_technology tech_afterburners_2 90
    Tech assembly pattern.png 装配模式 research_technology tech_assembly_pattern 91
    Tech construction templates.png 建造模板 research_technology tech_construction_templates 92
    Tech housing 1.png 气候控制系统 research_technology tech_housing_1 93
    Tech housing 2.png 反重力工程 research_technology tech_housing_2 94
    Tech repeatable improved tile mineral output.png 提取模式 research_technology tech_repeatable_improved_tile_mineral_output 95
    Tech repeatable improved military station damage.png 同步开火模式 research_technology tech_repeatable_improved_military_station_damage 96
    Tech repeatable improved military station health.png 强化核心层 research_technology tech_repeatable_improved_military_station_health 97
    Tech repeatable improved armor output.png 物质压缩 research_technology tech_repeatable_improved_armor_output 98
    Tech repeatable weapon type explosive damage.png 热力学当量控制 research_technology tech_repeatable_weapon_type_explosive_damage 99
    Tech repeatable weapon type explosive fire rate.png 小型预点火装置 research_technology tech_repeatable_weapon_type_explosive_fire_rate 100
    Tech repeatable weapon type kinetic damage.png 高密度弹药 research_technology tech_repeatable_weapon_type_kinetic_damage 101
    Tech repeatable weapon type kinetic fire rate.png 装载效率 research_technology tech_repeatable_weapon_type_kinetic_fire_rate 102
    Tech repeatable weapon type strike craft fire damage.png 突触拦截器 research_technology tech_repeatable_weapon_type_strike_craft_fire_damage 103
    Tech repeatable weapon type strike craft fire rate.png 迭代式飞行员培训 research_technology tech_repeatable_weapon_type_strike_craft_fire_rate 104
    Tech repeatable reduced building time.png 组装算法 research_technology tech_repeatable_reduced_building_time 105
    Tech mass drivers 1.png 质量投射器 research_technology tech_mass_drivers_1 106
    Tech mass drivers 2.png 线圈炮 research_technology tech_mass_drivers_2 107
    Tech mass drivers 3.png 轨道炮 research_technology tech_mass_drivers_3 108
    Tech mass drivers 4.png 先进轨道炮 research_technology tech_mass_drivers_4 109
    Tech mass drivers 5.png 高斯炮 research_technology tech_mass_drivers_5 110
    Tech kinetic artillery 1.png 动能火炮 research_technology tech_kinetic_artillery_1 111
    Tech kinetic artillery 2.png 先进动能火炮 research_technology tech_kinetic_artillery_2 112
    Tech mass accelerator 1.png 兆级加农炮 research_technology tech_mass_accelerator_1 113
    Tech mass accelerator 2.png 千兆级加农炮 research_technology tech_mass_accelerator_2 114
    Tech autocannons 1.png 机关炮 research_technology tech_autocannons_1 115
    Tech autocannons 2.png 撕裂者机关炮 research_technology tech_autocannons_2 116
    Tech autocannons 3.png 火风暴机关炮 research_technology tech_autocannons_3 117
    Tech flak batteries 1.png 高射炮 research_technology tech_flak_batteries_1 118
    Tech flak batteries 2.png 高射加农炮 research_technology tech_flak_batteries_2 119
    Tech flak batteries 3.png 重型高射炮 research_technology tech_flak_batteries_3 120
    Tech missiles 1.png 核导弹 research_technology tech_missiles_1 121
    Tech missiles 2.png 聚变核导弹 research_technology tech_missiles_2 122
    Tech missiles 3.png 反物质导弹 research_technology tech_missiles_3 123
    Tech missiles 4.png 量子导弹 research_technology tech_missiles_4 124
    Tech missiles 5.png 掠夺者导弹 research_technology tech_missiles_5 125
    Tech swarmer missiles 1.png 蜂群导弹 research_technology tech_swarmer_missiles_1 126
    Tech swarmer missiles 2.png 旋风导弹 research_technology tech_swarmer_missiles_2 127
    Tech torpedoes 1.png 太空鱼雷 research_technology tech_torpedoes_1 128
    Tech torpedoes 2.png 装甲鱼雷 research_technology tech_torpedoes_2 129
    Tech torpedoes 3.png 毁灭者鱼雷 research_technology tech_torpedoes_3 130
    Tech dark matter deflector.png 暗物质偏导护盾 research_technology tech_dark_matter_deflector 131
    Tech dark matter power core.png 暗物质能源 research_technology tech_dark_matter_power_core 132
    Tech dark matter propulsion.png 暗物质推进 research_technology tech_dark_matter_propulsion 133
    Tech akx worm 1.png 熵递归 research_technology tech_akx_worm_1 134
    Tech akx worm 2.png 学说:奇异循环 research_technology tech_akx_worm_2 135
    Tech akx worm 3.png 欧米伽理论 research_technology tech_akx_worm_3 136
    Tech dragon armor.png 人造龙鳞装甲 research_technology tech_dragon_armor 137
    Tech enigmatic encoder.png 神秘编码器 research_technology tech_enigmatic_encoder 138
    Tech enigmatic decoder.png 神秘解码器 research_technology tech_enigmatic_decoder 139
    Tech orbital trash dispersal.png 轨道垃圾散布 research_technology tech_orbital_trash_dispersal 140
    Tech xeno tourism agency.png 外星拓展中介 research_technology tech_xeno_tourism_agency 141
    Tech executive retreat.png 高管休闲项目 research_technology tech_executive_retreat 142
    Tech mega engineering.png 巨型结构工程 research_technology tech_mega_engineering 143
    Tech science nexus.png 科学枢纽 research_technology tech_science_nexus 144
    Tech sentry array.png 哨兵阵列 research_technology tech_sentry_array 145
    Tech strategic coordination.png 战略指挥中心 research_technology tech_strategic_coordination 146
    Tech interstellar assembly.png 星际集会 research_technology tech_interstellar_assembly 147
    Tech mega art.png 巨型艺术设施 research_technology tech_mega_art 148
    Tech gateway activation.png 星门激活 research_technology tech_gateway_activation 149
    Tech gateway construction.png 星门建造 research_technology tech_gateway_construction 150
    Tech dyson sphere.png 戴森球 research_technology tech_dyson_sphere 151
    Tech matter decompressor.png 物质解压器 research_technology tech_matter_decompressor 152
    Tech ring world.png 环形世界 research_technology tech_ring_world 153
    Tech mega shipyard.png 巨型船坞 research_technology tech_mega_shipyard 154
    Tech quantum catapult.png 量子弹弓 research_technology tech_quantum_catapult 155
    Tech orbital ring tier 1.png 星环基地 research_technology tech_orbital_ring_tier_1 156
    Tech hyper relays.png 超空间中继器 research_technology tech_hyper_relays 157
    Tech basic science lab 1.png 科学方法 research_technology tech_basic_science_lab_1 158
    Tech basic science lab 2.png 外星材料实验室 research_technology tech_basic_science_lab_2 159
    Tech basic science lab 3.png 多维研究 research_technology tech_basic_science_lab_3 160
    Tech global research initiative.png 跨行星研究倡议 research_technology tech_global_research_initiative 161
    Tech curator lab.png 策展人探索实验室 research_technology tech_curator_lab 162
    Tech archeology lab.png 策展人考古实验室 research_technology tech_archeology_lab_ancrel 163
    Tech archeology lab.png 策展人考古实验室 research_technology tech_archeology_lab 164
    Tech space science 1.png 零重力实验室 research_technology tech_space_science_1 165
    Tech space science 2.png 微型遏制力场 research_technology tech_space_science_2 166
    Tech space science 3.png 量子探测器 research_technology tech_space_science_3 167
    Tech space science 4.png 自主运行空间站协议 research_technology tech_space_science_4 168
    Tech space science 5.png 多维分析 research_technology tech_space_science_5 169
    Tech physics 1.png 量子理论 research_technology tech_physics_1 170
    Tech physics 2.png 应用量子力学 research_technology tech_physics_2 171
    Tech physics 3.png 时空理论 research_technology tech_physics_3 172
    Tech administrative ai.png 管理型人工智能 research_technology tech_administrative_ai 173
    Tech cryostasis 1.png 人工智能殖民船 research_technology tech_cryostasis_1 174
    Tech cryostasis 2.png 自我意识殖民船 research_technology tech_cryostasis_2 175
    Tech self aware logic.png 自我演化逻辑 research_technology tech_self_aware_logic 176
    Tech automated exploration.png 自动探索协议 research_technology tech_automated_exploration 177
    Tech sapient ai.png 正电子人工智能 research_technology tech_sapient_ai 178
    Tech positronic implants.png 正电子脑植入体 research_technology tech_positronic_implants 179
    Tech combat computers 1.png 特种作战计算机 research_technology tech_combat_computers_1 180
    Tech combat computers 2.png 拓展战斗算法 research_technology tech_combat_computers_2 181
    Tech combat computers 3.png 知性战斗模拟 research_technology tech_combat_computers_3 182
    Tech combat computers autonomous.png 自律舰船智能 research_technology tech_combat_computers_autonomous 183
    Tech auxiliary fire control.png 辅助火控 research_technology tech_auxiliary_fire_control 184
    Tech synchronized defences.png 同步防御 research_technology tech_synchronized_defences 185
    Tech consumer good refinement 1.png 市场分析算法 research_technology tech_consumer_good_refinement_1 186
    Tech consumer good refinement 2.png 预测消费 research_technology tech_consumer_good_refinement_2 187
    Tech encryption 1.png 量子防火墙 research_technology tech_encryption_1 188
    Tech encryption 2.png 同时崩塌存储 research_technology tech_encryption_2 189
    Tech encryption 3.png 负时间密钥 research_technology tech_encryption_3 190
    Tech decryption 1.png 量子骇客 research_technology tech_decryption_1 191
    Tech decryption 2.png 模拟社会工程 research_technology tech_decryption_2 192
    Tech decryption 3.png 准维映射 research_technology tech_decryption_3 193
    Tech fission power.png 裂变能源 research_technology tech_fission_power 194
    Tech fusion power.png 聚变能源 research_technology tech_fusion_power 195
    Tech cold fusion power.png 冷核聚变能源 research_technology tech_cold_fusion_power 196
    Tech antimatter power.png 反物质能源 research_technology tech_antimatter_power 197
    Tech zero point power.png 零点能源 research_technology tech_zero_point_power 198
    Tech reactor boosters 1.png 反应堆增压器 research_technology tech_reactor_boosters_1 199
    Tech reactor boosters 2.png 改良反应堆增压器 research_technology tech_reactor_boosters_2 200
    Tech reactor boosters 3.png 先进反应堆增压器 research_technology tech_reactor_boosters_3 201
    Tech shields 1.png 偏射盾 research_technology tech_shields_1 202
    Tech shields 2.png 改良偏射盾 research_technology tech_shields_2 203
    Tech shields 3.png 护盾 research_technology tech_shields_3 204
    Tech shields 4.png 先进护盾 research_technology tech_shields_4 205
    Tech shields 5.png 超级护盾 research_technology tech_shields_5 206
    Tech shield rechargers 1.png 护盾电容 research_technology tech_shield_rechargers_1 207
    Tech planetary shield generator.png 行星护盾 research_technology tech_planetary_shield_generator 208
    Tech sensors 2.png 重力传感器 research_technology tech_sensors_2 209
    Tech sensors 3.png 亚空间传感器 research_technology tech_sensors_3 210
    Tech sensors 4.png 快子传感器 research_technology tech_sensors_4 211
    Tech power plant 1.png 高能电容器 research_technology tech_power_plant_1 212
    Tech power plant 2.png 力场调制 research_technology tech_power_plant_2 213
    Tech power plant 3.png 量子能态 research_technology tech_power_plant_3 214
    Tech power plant 4.png 量子场操控 research_technology tech_power_plant_4 215
    Tech power hub 1.png 全球能源管理 research_technology tech_power_hub_1 216
    Tech power hub 2.png 行星电力网 research_technology tech_power_hub_2 217
    Tech hyper drive 1.png 超空间移动 research_technology tech_hyper_drive_1 218
    Tech hyper drive 2.png 超空间航道突破点 research_technology tech_hyper_drive_2 219
    Tech hyper drive 3.png 超空间滑流 research_technology tech_hyper_drive_3 220
    Tech wormhole stabilization.png 虫洞稳定 research_technology tech_wormhole_stabilization 221
    Tech jump drive 1.png 跃迁引擎 research_technology tech_jump_drive_1 222
    Tech ftl inhibitor.png 超光速抑制 research_technology tech_ftl_inhibitor 223
    Tech bio reactor.png 生物反应堆 research_technology tech_bio_reactor 224
    Tech repeatable improved tile energy output.png 超导应用 research_technology tech_repeatable_improved_tile_energy_output 225
    Tech repeatable improved shield output.png 护盾数律分析 research_technology tech_repeatable_improved_shield_output 226
    Tech repeatable weapon type energy damage.png 聚焦阵列 research_technology tech_repeatable_weapon_type_energy_damage 227
    Tech repeatable weapon type energy fire rate.png 快速冷却剂 research_technology tech_repeatable_weapon_type_energy_fire_rate 228
    Tech repeatable reduced building cost.png 引力分析 research_technology tech_repeatable_reduced_building_cost 229
    Tech lasers 1.png 红激光发射器 research_technology tech_lasers_1 230
    Tech lasers 2.png 蓝激光发射器 research_technology tech_lasers_2 231
    Tech lasers 3.png 紫外激光发射器 research_technology tech_lasers_3 232
    Tech lasers 4.png X射线发射器 research_technology tech_lasers_4 233
    Tech lasers 5.png 伽马激光 research_technology tech_lasers_5 234
    Tech energy lance 1.png 粒子光矛 research_technology tech_energy_lance_1 235
    Tech energy lance 2.png 快子光矛 research_technology tech_energy_lance_2 236
    Tech plasma 1.png 等离子发射器 research_technology tech_plasma_1 237
    Tech plasma 2.png 等离子加速器 research_technology tech_plasma_2 238
    Tech plasma 3.png 等离子加农炮 research_technology tech_plasma_3 239
    Tech arc emitter 1.png 电弧发射器 research_technology tech_arc_emitter_1 240
    Tech arc emitter 2.png 聚能电弧发射器 research_technology tech_arc_emitter_2 241
    Tech disruptors 1.png 裂解炮 research_technology tech_disruptors_1 242
    Tech disruptors 2.png 离子裂解炮 research_technology tech_disruptors_2 243
    Tech disruptors 3.png 相位裂解炮 research_technology tech_disruptors_3 244
    Tech energy torpedoes 1.png 质子发射器 research_technology tech_energy_torpedoes_1 245
    Tech energy torpedoes 2.png 中子发射器 research_technology tech_energy_torpedoes_2 246
    Tech pd tracking 1.png 主动反制 research_technology tech_pd_tracking_1 247
    Tech pd tracking 2.png 互联支援系统 research_technology tech_pd_tracking_2 248
    Tech pd tracking 3.png 预测算法 research_technology tech_pd_tracking_3 249
    Tech extradimensional weapon 1.png 高维武器 research_technology tech_extradimensional_weapon_1 250
    Tech mining drone weapon 1.png 采矿无人机激光 research_technology tech_mining_drone_weapon_1 251
    Tech space cloud weapon 1.png 雷云导线 research_technology tech_space_cloud_weapon_1 252
    Null void beam.png 太虚光束 research_technology null_void_beam 253
    Tech planetary defenses.png 行星防御 research_technology tech_planetary_defenses 254
    Tech interplanetary commerce.png 星际贸易 research_technology tech_interplanetary_commerce 255
    Tech space trading.png 外星贸易公司 research_technology tech_space_trading 256
    Tech interstellar economics.png 星际经济学 research_technology tech_interstellar_economics 257
    Tech galactic markets.png 泛星系贸易市场 research_technology tech_galactic_markets 258
    Tech prescient data modeling.png 拜金教数据建模 research_technology tech_prescient_data_modeling 259
    Tech industrial farming.png 农业工业化 research_technology tech_industrial_farming 260
    Tech eco simulation.png 生态模拟 research_technology tech_eco_simulation 261
    Tech gene crops.png 转基因作物 research_technology tech_gene_crops 262
    Tech nano vitality crops.png 纳米活性作物 research_technology tech_nano_vitality_crops 263
    Tech nutrient replication.png 营养复制 research_technology tech_nutrient_replication 264
    Tech hydroponics.png 水培农业 research_technology tech_hydroponics 265
    Tech food processing 1.png 食品加工 research_technology tech_food_processing_1 266
    Tech food processing 2.png 高级食品加工 research_technology tech_food_processing_2 267
    Tech society 1.png 生物多样性研究 research_technology tech_society_1 268
    Tech society 2.png 异种生物学 research_technology tech_society_2 269
    Tech society 3.png 生命的秘密 research_technology tech_society_3 270
    Tech alien life studies.png 异种生物学 research_technology tech_alien_life_studies 271
    Tech arcane deciphering.png 奥术解密 research_technology tech_arcane_deciphering 272
    Tech colonization 1.png 新世界协议 research_technology tech_colonization_1 273
    Tech colonization 2.png 大气过滤 research_technology tech_colonization_2 274
    Tech colonization 3.png 恶劣环境适应 research_technology tech_colonization_3 275
    Tech colonization 4.png 外星土壤肥化 research_technology tech_colonization_4 276
    Tech colonization 5.png 生态整合研究 research_technology tech_colonization_5 277
    Tech tomb world adaption.png 死寂星球适应 research_technology tech_tomb_world_adaption 278
    Tech frontier health.png 基因健康保障 research_technology tech_frontier_health 279
    Tech frontier hospital.png 细胞修复 research_technology tech_frontier_hospital 280
    Tech mountain range.png 地表重塑 research_technology tech_mountain_range 281
    Tech volcano.png 地壳深部工程 research_technology tech_volcano 282
    Tech dangerous wildlife.png 清除危险野生动物 research_technology tech_dangerous_wildlife 283
    Tech dense jungle.png 选择性脱叶剂 research_technology tech_dense_jungle 284
    Tech quicksand basin.png 土壤修复 research_technology tech_quicksand_basin 285
    Tech noxious swamp.png 异种水力掌控 research_technology tech_noxious_swamp 286
    Tech massive glacier.png 气候控制网络 research_technology tech_massive_glacier 287
    Tech toxic kelp.png 海洋生态管理 research_technology tech_toxic_kelp 288
    Tech deep sinkhole.png 地下殖民 research_technology tech_deep_sinkhole 289
    Tech terrestrial sculpting.png 地表塑造 research_technology tech_terrestrial_sculpting 290
    Tech ecological adaptation.png 生态适应 research_technology tech_ecological_adaptation 291
    Tech climate restoration.png 气候复苏 research_technology tech_climate_restoration 292
    Tech genome mapping.png 基因图谱 research_technology tech_genome_mapping 293
    Tech vitality boosters.png 活性增强剂 research_technology tech_vitality_boosters 294
    Tech epigenetic triggers.png 表观遗传学机制 research_technology tech_epigenetic_triggers 295
    Tech cloning.png 克隆 research_technology tech_cloning 296
    Tech gene banks.png 基因库 research_technology tech_gene_banks 297
    Tech gene seed purification.png 基因种子纯化 research_technology tech_gene_seed_purification 298
    Tech morphogenetic field mastery.png 形态发生学精通 research_technology tech_morphogenetic_field_mastery 299
    Tech gene tailoring.png 基因剪裁 research_technology tech_gene_tailoring 300
    Tech glandular acclimation.png 腺体适应 research_technology tech_glandular_acclimation 301
    Tech genetic resequencing.png 基因重组 research_technology tech_genetic_resequencing 302
    Tech gene expressions.png 基因定向表达 research_technology tech_gene_expressions 303
    Tech selected lineages.png 择优血脉 research_technology tech_selected_lineages 304
    Tech capacity boosters.png 能力增强 research_technology tech_capacity_boosters 305
    Tech regenerative hull tissue.png 再生舰体组织 research_technology tech_regenerative_hull_tissue 306
    Tech doctrine fleet size 1.png 学说:太空战斗 research_technology tech_doctrine_fleet_size_1 307
    Tech doctrine fleet size 2.png 学说:灵巧编队 research_technology tech_doctrine_fleet_size_2 308
    Tech doctrine fleet size 3.png 学说:星际战争 research_technology tech_doctrine_fleet_size_3 309
    Tech doctrine fleet size 4.png 学说:机动舰队模板 research_technology tech_doctrine_fleet_size_4 310
    Tech doctrine fleet size 5.png 学说:舰队阵型 research_technology tech_doctrine_fleet_size_5 311
    Tech interstellar fleet traditions.png 星际舰队传统 research_technology tech_interstellar_fleet_traditions 312
    Tech refit standards.png 改装标准 research_technology tech_refit_standards 313
    Tech command matrix.png 指挥矩阵 research_technology tech_command_matrix 314
    Tech doctrine navy size 1.png 学说:舰队支援 research_technology tech_doctrine_navy_size_1 315
    Tech doctrine navy size 2.png 学说:支援船队 research_technology tech_doctrine_navy_size_2 316
    Tech doctrine navy size 3.png 学说:星际后勤 research_technology tech_doctrine_navy_size_3 317
    Tech doctrine navy size 4.png 学说:舰队联络 research_technology tech_doctrine_navy_size_4 318
    Tech centralized command.png 集中指挥 research_technology tech_centralized_command 319
    Tech combat training.png 战斗训练 research_technology tech_combat_training 320
    Tech ground defense planning.png 地面防御计划 research_technology tech_ground_defense_planning 321
    Tech global defense grid.png 全球防御网络 research_technology tech_global_defense_grid 322
    Tech psionic theory.png 灵能理论 research_technology tech_psionic_theory 323
    Tech telepathy.png 心灵感应 research_technology tech_telepathy 324
    Tech precognition interface.png 预知接口 research_technology tech_precognition_interface 325
    Tech thought enforcement.png 思想钢印 research_technology tech_thought_enforcement 326
    Tech psi jump drive 1.png 灵能跃迁引擎 research_technology tech_psi_jump_drive_1 327
    Tech galactic ambitions.png 星际扩张 research_technology tech_galactic_ambitions 328
    Tech manifest destiny.png 昭昭天命 research_technology tech_manifest_destiny 329
    Tech interstellar campaigns.png 星际战役 research_technology tech_interstellar_campaigns 330
    Tech galactic campaigns.png 星河战役 research_technology tech_galactic_campaigns 331
    Tech planetary government.png 行星政府 research_technology tech_planetary_government 332
    Tech planetary unification.png 行星统一 research_technology tech_planetary_unification 333
    Tech colonial centralization.png 殖民集中 research_technology tech_colonial_centralization 334
    Tech galactic administration.png 星系管理 research_technology tech_galactic_administration 335
    Tech planetary infrastructure 1.png 瓷金基础设施 research_technology tech_planetary_infrastructure_1 336
    Tech planetary infrastructure 2.png 耐钢基础设施 research_technology tech_planetary_infrastructure_2 337
    Tech subdermal stimulation.png 皮下刺激 research_technology tech_subdermal_stimulation 338
    Tech tracking implants.png 追踪植入体 research_technology tech_tracking_implants 339
    Tech global production strategy.png 全球生产策略 research_technology tech_global_production_strategy 340
    Tech adaptive bureaucracy.png 灵活机构 research_technology tech_adaptive_bureaucracy 341
    Tech effective bureaucracy.png 高效吏治 research_technology tech_effective_bureaucracy 342
    Tech colonial bureaucracy.png 殖民官僚制 research_technology tech_colonial_bureaucracy 343
    Tech galactic bureaucracy.png 星河官僚制 research_technology tech_galactic_bureaucracy 344
    Tech living state.png 活体国度 research_technology tech_living_state 345
    Tech collective self.png 集体自我 research_technology tech_collective_self 346
    Tech autonomous agents.png 自主代理 research_technology tech_autonomous_agents 347
    Tech embodied dynamism.png 具现物力论 research_technology tech_embodied_dynamism 348
    Tech neural implants.png 神经植入体 research_technology tech_neural_implants 349
    Tech artificial moral codes.png 人工道德规范 research_technology tech_artificial_moral_codes 350
    Tech synthetic thought patterns.png 综合思维模式 research_technology tech_synthetic_thought_patterns 351
    Tech unity of purpose.png 齐心协力 research_technology tech_unity_of_purpose 352
    Tech collective production methods.png 集体生产方法 research_technology tech_collective_production_methods 353
    Tech resource processing algorithms.png 资源处理算法 research_technology tech_resource_processing_algorithms 354
    Tech holo entertainment.png 全息影像娱乐 research_technology tech_holo_entertainment 355
    Tech hyper entertainment forum.png 极乐广场 research_technology tech_hyper_entertainment_forum 356
    Tech paradise dome.png 田园建筑学 research_technology tech_paradise_dome 357
    Tech cultural heritage.png 社会文化历史 research_technology tech_cultural_heritage 358
    Tech heritage site.png 传承遗迹 research_technology tech_heritage_site 359
    Tech hypercomms forum.png 本地超通讯 research_technology tech_hypercomms_forum 360
    Tech autocurating vault.png 自动综合处理算法 research_technology tech_autocurating_vault 361
    Tech holographic rituals.png 全息仪式 research_technology tech_holographic_rituals 362
    Tech consecration fields.png 授圣力场 research_technology tech_consecration_fields 363
    Tech transcendent faith.png 超意识信仰 research_technology tech_transcendent_faith 364
    Tech hive node.png 突触建筑 research_technology tech_hive_node 365
    Tech hive cluster.png 簇状突触 research_technology tech_hive_cluster 366
    Tech hive confluence.png 思想集簇 research_technology tech_hive_confluence 367
    Tech ascension theory.png 飞升理论 research_technology tech_ascension_theory 368
    Tech psionic barrier.png 灵能屏障 research_technology tech_psionic_barrier 369
    Tech psionic shield.png 灵能护盾 research_technology tech_psionic_shield 370
    Tech penal colonies.png 流放地 research_technology tech_penal_colonies 371
    Tech resort colonies.png 度假星球 research_technology tech_resort_colonies 372
    Tech slave colonies.png 奴隶星球 research_technology tech_slave_colonies 373
    Tech housing agrarian idyll.png 农业乌托邦 research_technology tech_housing_agrarian_idyll 374
    Tech xeno diplomacy.png 异种外交 research_technology tech_xeno_diplomacy 375
    Tech xeno relations.png 异星关系学 research_technology tech_xeno_relations 376
    Tech capital productivity 1.png 改进生产 research_technology tech_capital_productivity_1 377
    Tech capital productivity 2.png 规模效应 research_technology tech_capital_productivity_2 378
    Tech capital productivity 3.png 最大化产能 research_technology tech_capital_productivity_3 379
    Tech repeatable improved tile food output.png 转基因作物 research_technology tech_repeatable_improved_tile_food_output 380
    Tech repeatable improved core system cap.png 行政效率 research_technology tech_repeatable_improved_core_system_cap 381
    Tech repeatable improved army damage.png 主动适应 research_technology tech_repeatable_improved_army_damage 382
    Tech repeatable improved army health.png 神经抑制器 research_technology tech_repeatable_improved_army_health 383
    Tech repeatable improved leader life span.png 细胞活力 research_technology tech_repeatable_improved_leader_life_span 384
    Tech repeatable naval cap.png 舰队管理规程 research_technology tech_repeatable_naval_cap 385
    Tech repeatable command limit.png 司令幕僚 research_technology tech_repeatable_command_limit 386
    Tech repeatable improved starbase capacity.png 星际扩张 research_technology tech_repeatable_improved_starbase_capacity 387
    Tech amoeba strike craft 1.png 变形虫育种计划 research_technology tech_amoeba_strike_craft_1 388
    Tech swarm strike craft 1.png 虫群产卵池 research_technology tech_swarm_strike_craft_1 389
    Tech scourge missile 1.png 天灾导弹 research_technology tech_scourge_missile_1 390
    Tech space whale weapon 1.png 频率调谐 research_technology tech_space_whale_weapon_1 391
    Tech mine living metal.png 活体金属 research_technology tech_mine_living_metal 392
    Tech mine betharian.png 贝赛里安精炼 research_technology tech_mine_betharian 393
    Tech volatile motes.png 微粒稳定化 research_technology tech_mine_volatile_motes 394
    Tech volatile motes.png 易爆材料生产厂 research_technology tech_volatile_motes 395
    Tech exotic gases.png 异星天然气开采 research_technology tech_mine_exotic_gases 396
    Tech exotic gases.png 异星天然气精炼 research_technology tech_exotic_gases 397
    Tech mine rare crystals.png 稀有水晶开采 research_technology tech_mine_rare_crystals 398
    Tech rare crystals.png 稀有水晶生产 research_technology tech_rare_crystals 399
    Tech mine zro.png 蒸馏泽珞 research_technology tech_mine_zro 400
    Tech mine dark matter.png 暗物质收集 research_technology tech_mine_dark_matter 401
    Tech nanite transmutation.png 纳米变形 research_technology tech_nanite_transmutation 402
    Tech robomodding m.png 机械模板系统 research_technology tech_robomodding_m 403
    Tech robomodding.png 机械模板系统 research_technology tech_robomodding 404
    Tech robomodding points 1.png 交叉模组标准化 research_technology tech_robomodding_points_1 405
    Tech robomodding points 2.png 可替换电路 research_technology tech_robomodding_points_2 406
    Tech binary motivators.png 二进制内驱程序 research_technology tech_binary_motivators 407
    Tech nanite assemblers.png 纳米装配机 research_technology tech_nanite_assemblers 408
    Tech mega assembly.png 巨型装配系统 research_technology tech_mega_assembly 409
    Tech adaptive combat algorithms.png 自适应作战算法 research_technology tech_adaptive_combat_algorithms 410
    Tech biomechanics.png 生物力学 research_technology tech_biomechanics 411
    Tech micro replicators.png 微型复制机 research_technology tech_micro_replicators 412
    Tech self assembling components.png 自动组装部件 research_technology tech_self_assembling_components 413
    Tech nanite autocannon.png 纳米机关炮 research_technology tech_nanite_autocannon 1145140