英白拉多:罗马
ParaWikis
最新百科
都市天际线2百科
英雄无敌3百科
维多利亚3百科
奇妙探险队2百科
罪恶帝国百科
英白拉多:罗马百科
热门百科
群星百科
欧陆风云4百科
十字军之王2百科
十字军之王3百科
钢铁雄心4百科
维多利亚2百科
ParaWikis
申请建站
ParaWikis
ParaCommons
最近更改
随机页面
加入QQ群
工具
链入页面
相关更改
特殊页面
页面信息
页面值
帮助
译名手册
字词转换
编辑指南
编辑规范
练手沙盒
资助我们
资助我们
×
欢迎访问英白拉多:罗马百科!
注册一个账号
,一起参与编写吧!这里是
当前的工程
。
全站已采用新UI,任何使用上的问题请点击
这里
。欢迎所有对百科感兴趣的同学加入QQ群:
497888338
。
阅读
查看源代码
查看历史
讨论
查看“修正列表”的源代码
←
修正列表
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
{{version|1.0}} '''修正'''(modifier)是一种数值,它影响各种属性,具体取决于它被使用的作用域(scope)。 == 概述 == All modifiers operate on specific scopes when used in script. In Imperator these scopes can be: country, state, province or character. All modifiers stack additively. For example, if you apply <code>land_morale = 0.1</code> and then apply <code>land_morale_modifier = 0.3</code>, the country will have <code>land_morale_modifier = 0.4</code>. However, the effect the modifier value has on its base value can be additive or multiplicative. For example: <code>global_unrest = 1</code> adds the value to the base Global Unrest, whereas <code>build_cost = 0.1</code> multiplies the base value by the modifier value. == 国家修正 == {{SVersion|1.0}} {| class="wikitable sortable" width="100%" ! width="20%" | 修正 ! width="20%" | 例子 ! width="30%" | 描述 ! width="10%" | 效果类型 ! width="10%" | 添加的版本 |- |all_power_cost |<code>all_power_cost = 0.1</code> |Modifies the cost of all prices for a country |乘法 |1.0 |- |<price>_cost_modifier |<code>stability_cost_modifier = 0.1</code> |Modifies the cost the specified price. Note this is generated for all the price entries in the prices folder. |乘法 |1.0 |- |war_exhaustion |<code>war_exhaustion = 0.1</code> |Modifies the war exhaustion gained by a country. |加法 |1.0 |- |max_war_exhaustion |<code>max_war_exhaustion = -10</code> |Modifies the maximum war exhaustion of a country. |加法 |1.0 |- |monthly_military_experience |<code>monthly_military_experience = 0.1</code> |每月军事经验。 |加法 |1.0 |- |monthly_political_influence |<code>monthly_political_influence = 0.1</code> |每月政治影响。 |加法 |1.0 |- |monthly_centralization |<code>monthly_centralization = 0.1</code> |Modifies the monthly centralization gained by a country. |加法 |1.0 |- |monthly_legitimacy |<code>monthly_legitimacy = 0.1</code> |Modifies the monthly legitimacy gained by a country. |加法 |1.0 |- |monthly_corruption |<code>monthly_corruption = 0.1</code> |Modifies the monthly corruption gained by characters in a country. |加法 |1.0 |- |monthly_tyranny |<code>monthly_tyranny = 0.1</code> |Modifies the monthly tyranny gained by a country. |加法 |1.0 |- |global_unrest |<code>global_unrest = 1</code> |Modifies the unrest across all cities in a country. |加法 |1.0 |- |country_civilization_value |<code>country_civilization_value = 1</code> |Modifies the civilization value in a country. |加法 |1.0 |- |global_monthly_civilization |<code>global_monthly_civilization = 0.1</code> |Modifies the monthly civilization value gained in a country. |乘法 |1.0 |- |pirate_spawn_chance |<code>pirate_spawn_chance = 0.1</code> |Modifies the spawn chance of pirates by the coast of a country. |乘法 |1.0 |} === 经济 === {{SVersion|1.0}} {| class="wikitable sortable" width="100%" ! width="20%" | 修正 ! width="20%" | 例子 ! width="30%" | 描述 ! width="10%" | 效果类型 ! width="10%" | 添加的版本 |- |global_tax_income |<code>global_tax_income = 1</code> |Modifies the tax income gained by a country. |加法 |1.0 |- |global_tax_modifier |<code>global_tax_modifier = 0.1</code> |Modifies the tax income of a country. |乘法 |1.0 |- |global_capital_trade_routes |<code>global_capital_trade_routes = 1</code> |Modifies the number of capital trade routes available in a country. |加法 |1.0 |- |global_state_trade_routes |<code>global_state_trade_routes = 1</code> |Modifies the number of state trade routes available in a country. |加法 |1.0 |- |commerce_value |<code>commerce_value = 0.1</code> |Modifies the commerce income gained in a country. |加法 |1.0 |- |global_commerce_modifier |<code>global_commerce_modifier = 0.1</code> |Modifies the commerce income in a country. |乘法 |1.0 |- |<building>_cost |<code>population_building_cost = 0.1</code> |Modifies the cost the specified building. Note this is generated for all the building entries in the buildings folder. |乘法 |1.0 |- |build_cost |<code>build_cost = 0.1</code> |Modifies the build cost of buildings in a country. |乘法 |1.0 |- |build_time |<code>build_time = 0.1</code> |Modifies the build time of buildings in a country. |乘法 |1.0 |- |global_building_slot |<code>global_building_slot = 1</code> |Modifies the base amount of building slots each city has in a country. |加法 |1.0 |} === 政府 === {{SVersion|1.0}} {| class="wikitable sortable" width="100%" ! width="20%" | 修正 ! width="20%" | 例子 ! width="30%" | 描述 ! width="10%" | 效果类型 ! width="10%" | 添加的版本 |- |senate_influence |<code>senate_influence = 0.1</code> |Modifies the senate influence in a country. |加法 |1.0 |- |election_term_duration |<code>election_term_duration = 1</code> |Modifies the election term duration for a country. |加法 |1.0 |- |<party>_influence |<code>civic_party_influence = 0.1</code> |Modifies the influence of the specified party. Note this is generated for all the party entries in the party_types folder. |乘法 |1.0 |} === 科技 === {{SVersion|1.0}} {| class="wikitable sortable" width="100%" ! width="20%" | 修正 ! width="20%" | 例子 ! width="30%" | 描述 ! width="10%" | 效果类型 ! width="10%" | 添加的版本 |- |technology_investment |<code>technology_investment = 0.1</code> |Modifies the investment into all technologies in a country. |加法 |1.0 |- |research_points |<code>research_points = 1</code> |Modifies the amount of research points gained in a country. |加法 |1.0 |- |research_points_modifier |<code>research_points_modifier = 0.1</code> |Modifies the amount of research points gained from citizens in a country. |乘法 |1.0 |- |<tech>_investment |<code>military_tech_investment = 0.1</code> |Modifies the amount of investment into the specified technology. Note this is generated for all the technology entries in the technology_tables folder. |加法 |1.0 |- |monthly_<tech>_loyalty |<code>monthly_military_tech_loyalty = 0.1</code> |Modifies the monthly loyalty gained by those holding the researcher position for the specified technology. Note this is generated for all the technology entries in the technology_tables folder. |乘法 |1.0 |} === 宗教 === {{SVersion|1.0}} {| class="wikitable sortable" width="100%" ! width="20%" | 修正 ! width="20%" | 例子 ! width="30%" | 描述 ! width="10%" | 效果类型 ! width="10%" | 添加的版本 |- |omen_power |<code>omen_power = 0.1</code> |Modifies the amount of Omen Power in a country. |加法 |1.0 |- |omen_duration |<code>omen_duration = 0.1</code> |Modifies the duration of an omen in a country. |omen_duration |1.0 |} === 外交 === {{SVersion|1.0}} {| class="wikitable sortable" width="100%" ! width="20%" | 修正 ! width="20%" | 例子 ! width="30%" | 描述 ! width="10%" | 效果类型 ! width="10%" | 添加的版本 |- |diplomatic_reputation |<code>diplomatic_reputation = 1</code> |Modifies the amount of diplomatic reputation a country has. |加法 |1.0 |- |diplomatic_relations |<code>diplomatic_relations = 1</code> |Modifies the amount of diplomatic relations a country has. |加法 |1.0 |- |agressive_expansion_impact |<code>agressive_expansion_impact = 0.1</code> |Modifies the impact of aggressive expansion in a country. |乘法 |1.0 |- |agressive_expansion_monthly_change |<code>agressive_expansion_monthly_change = 0.1</code> |Modifies the monthly change in aggressive expansion in a country. |乘法 |1.0 |- |agressive_expansion_monthly_decay |<code>agressive_expansion_monthly_decay = 0.1</code> |Modifies the monthly decay of aggressive expansion in a country. |乘法 |1.0 |- |tribute_income_modifier |<code>tribute_income_modifier = 0.1</code> |Modifies the income from tributaries in a country. |乘法 |1.0 |- |integrate_speed |<code>integrate_speed = 0.1</code> |Modifies the speed of integration of subjects by a country. |乘法 |1.0 |- |subject_opinions |<code>subject_opinions = 0.1</code> |Modifies the opinion of subjects for their overlord country. Used by the overlord. |乘法 |1.0 |- |subject_loyalty |<code>subject_loyalty = 0.1</code> |Modifies the loyalty of subjects for their overlord country. Used by the overlord. |乘法 |1.0 |- |loyalty_to_overlord |<code>loyalty_to_overlord = 0.1</code> |Modifies the loyalty of subjects for their overlord country. Used by the subject. |乘法 |1.0 |- |improve_relation_impact |<code>improve_relation_impact = 0.1</code> |Modifies the impact of the Improve Relations opinion gain. |乘法 |1.0 |- |war_score_cost |<code>war_score_cost = 0.1</code> |Modifies the war score cost of peace terms. |乘法 |1.0 |} === 军事 === {{SVersion|1.0}} {| class="wikitable sortable" width="100%" ! width="20%" | 修正 ! width="20%" | 例子 ! width="30%" | 描述 ! width="10%" | 效果类型 ! width="10%" | 添加的版本 |- |global_manpower |<code>global_manpower = 0.1</code> |Modifies the manpower in a country. |加法 |1.0 |- |global_manpower_modifier |<code>global_manpower_modifier = 0.1</code> |Modifies the manpower in a country. |乘法 |1.0 |- |manpower_recovery_speed |<code>manpower_recovery_speed = 0.1</code> |Modifies the recovery speed of manpower in a country. |乘法 |1.0 |- |global_supply_limit_modifier |<code>global_supply_limit_modifier = 0.1</code> |Modifies the supply limit of owned provinces in a country. |乘法 |1.0 |- |global_cohort_recruit_speed |<code>global_cohort_recruit_speed = 0.1</code> |Modifies the recruitment speed of land units. |乘法 |1.0 |- |global_ship_recruit_speed |<code>global_ship_recruit_speed = 0.1</code> |Modifies the recruitment speed of naval units. |乘法 |1.0 |- |fort_maintenance_cost |<code>fort_maintenance_cost = 0.1</code> |Modifies the maintenance cost of forts. |乘法 |1.0 |- |army_maintenance_cost |<code>army_maintenance_cost = 0.1</code> |Modifies the maintenance cost of a country's army. |乘法 |1.0 |- |navy_maintenance_cost |<code>navy_maintenance_cost = 0.1</code> |Modifies the maintenance cost of a country's navy. |乘法 |1.0 |- |mercenary_maintenance_cost |<code>mercenary_maintenance_cost = 0.1</code> |Modifies the maintenance cost of mercenaries hired by a country. |乘法 |1.0 |- |global_start_experience |<code>global_start_experience = 0.1</code> |Modifies the starting experience of recruited units. |乘法 |1.0 |- |experience_decay |<code>experience_decay = 0.1</code> |Modifies the experience decay of units. |乘法 |1.0 |- |retreat_delay |<code>retreat_delay = 0.1</code> |Modifies the delay for retreating units. |乘法 |1.0 |- |hostile_attrition |<code>hostile_attrition = 1</code> |Modifies the hostile attrition experienced by enemy units. |加法 |1.0 |} === 陆战 === {{SVersion|1.0}} {| class="wikitable sortable" width="100%" ! width="20%" | 修正 ! width="20%" | 例子 ! width="30%" | 描述 ! width="10%" | 效果类型 ! width="10%" | 添加的版本 |- |<unit>_<terrain>_combat_bonus |<code>archers_plains_combat_bonus = 0.1</code> |Modifies the combat bonus on the specified terrain for the specified unit. Note this is generated for all the unit entries in the units folder, for all the terrain entries in the terrain_types folder. |乘法 |1.0 |- |<unit>_discipline |<code>archers_discipline = 0.1</code> |Modifies the discipline of the specified unit. Note this is generated for all the unit entries in the units folder |乘法 |1.0 |- |<unit>_morale |<code>archers_morale = 0.1</code> |Modifies the morale of the specified unit. Note this is generated for all the unit entries in the units folder |乘法 |1.0 |- |<unit>_offensive |<code>archers_offensive = 0.1</code> |Modifies the offensive power of the specified unit. Note this is generated for all the unit entries in the units folder |乘法 |1.0 |- |<unit>_defensive |<code>archers_defensive = 0.1</code> |Modifies the defensive power of the specified unit. Note this is generated for all the unit entries in the units folder |乘法 |1.0 |- |<unit>_cost |<code>archers_cost = 0.1</code> |Modifies the build cost of the specified unit. Note this is generated for all the unit entries in the units folder |乘法 |1.0 |- |<unit>_maintenance_cost |<code>archers_maintenance_cost = 0.1</code> |Modifies the maintenance cost of the specified unit. Note this is generated for all the unit entries in the units folder |乘法 |1.0 |- |<unit>_movement_speed |<code>archers_movement_speed = 0.1</code> |Modifies the movement speed of the specified unit. Note this is generated for all the unit entries in the units folder |乘法 |1.0 |- |land_morale |<code>land_morale = 0.1</code> |Modifies the land morale for land units. |加法 |1.0 |- |land_morale_modifier |<code>land_morale_modifier = 0.1</code> |Modifies the land morale for land units. |乘法 |1.0 |- |land_unit_attrition |<code>land_unit_attrition = 0.1</code> |Modifies the attrition experienced by land units. |乘法 |1.0 |- |discipline |<code>discipline = 0.1</code> |Modifies the discipline of land units. |乘法 |1.0 |- |global_defensive |<code>global_defensive = 0.1</code> |Modifies the defensiveness of land units. |乘法 |1.0 |- |cohort_reinforcement_speed |<code>cohort_reinforcement_speed = 0.1</code> |Modifies the reinforcement speed of land units. |乘法 |1.0 |- |land_morale_recovery |<code>land_morale_recovery = 0.1</code> |Modifies the morale recovery speed of land units. |加法 |1.0 |- |siege_ability |<code>siege_ability = 0.1</code> |Modifies the siege speed of land units. |乘法 |1.0 |- |assault_ability |<code>assault_ability = 0.1</code> |Modifies the assault effectiveness of land units. |乘法 |1.0 |- |siege_engineers |<code>siege_engineers = 0.1</code> | |乘法 |1.0 |- |global_cohort_start_experience |<code>global_cohort_start_experience = 0.1</code> |Modifies the starting experience of recruited land units. |乘法 |1.0 |} === 海战 === {{SVersion|1.0}} {| class="wikitable sortable" width="100%" ! width="20%" | 修正 ! width="20%" | 例子 ! width="30%" | 描述 ! width="10%" | 效果类型 ! width="10%" | 添加的版本 |- |naval_morale |<code>naval_morale = 0.1</code> |Modifies the naval morale for naval units. |加法 |1.0 |- |naval_morale_modifier |<code>naval_morale_modifier = 0.1</code> |Modifies the naval morale for naval units. |乘法 |1.0 |- |naval_unit_attrition |<code>naval_unit_attrition = 0.1</code> |Modifies the attrition experienced by naval units. |乘法 |1.0 |- |naval_morale_recovery |<code>naval_morale_recovery = 0.1</code> |Modifies the morale recovery of naval units. |加法 |1.0 |- |blockade_efficiency |<code>blockade_efficiency = 0.1</code> |Modifies the blockade efficiency of naval units. |乘法 |1.0 |- |global_ship_start_experience |<code>global_ship_start_experience = 0.1</code> |Modifies the starting experience of recruited naval units. |乘法 |1.0 |- |ship_repair_at_sea |<code>ship_repair_at_sea = 0.1</code> |Modifies the amount of ship repair whilst at sea. |加法 |1.0 |} === 人口 === {{SVersion|1.0}} {| class="wikitable sortable" width="100%" ! width="20%" | 修正 ! width="20%" | 例子 ! width="30%" | 描述 ! width="10%" | 效果类型 ! width="10%" | 添加的版本 |- |global_<pop>_output |<code>global_slaves_output = 0.1</code> |Modifies the output of the specified pop type. Note this is generated for all the pop entries in the pop_types folder |乘法 |1.0 |- |global_<pop>_happyness |<code>global_slaves_happyness = 0.1</code> |Modifies the happiness of the specified pop type. Note this is generated for all the pop entries in the pop_types folder |加法 |1.0 |- |global_<pop>_promotion_cost_modifier |<code>global_slaves_promotion_cost_modifier = 0.1</code> |Modifies the promotion cost of the specified pop type. Note this is generated for all the pop entries in the pop_types folder |乘法 |1.0 |- |global_population_growth |<code>global_population_growth = 0.1</code> |Modifies the population growth in cities. |加法 |1.0 |- |global_goods_from_slaves |<code>global_goods_from_slaves = 0.1</code> |Modifies the amount of slaves needed for a surplus good. |加法 |1.0 |- |enslavement_efficiency |<code>enslavement_efficiency = 0.1</code> |Modifies the effectiveness of slaves. |乘法 |1.0 |} === 人物 === {{SVersion|1.0}} {| class="wikitable sortable" width="100%" ! width="20%" | 修正 ! width="20%" | 例子 ! width="30%" | 描述 ! width="10%" | 效果类型 ! width="10%" | 添加的版本 |- |ruler_popularity_gain |<code>ruler_popularity_gain = 0.1</code> |Modifies the popularity gain of the ruler in a country. |加法 |1.0 |- |max_loyalty |<code>max_loyalty = 10</code> |Modifies the maximum loyalty in a country. |加法 |1.0 |- |global_monthly_state_loyalty |<code>global_monthly_state_loyalty = 0.1</code> |Modifies the monthly loyalty gain in states. |加法 |1.0 |- |monthly_wage_modifier |<code>monthly_wage_modifier = 0.1</code> |Modifies the wage costs for characters in a country. |乘法 |1.0 |- |monthly_governor_wage |<code>monthly_governor_wage = 0.1</code> |Modifies the wage costs for governors in a country. |乘法 |1.0 |- |loyalty_gain_chance_modifier |<code>loyalty_gain_chance_modifier = 0.1</code> |Modifies the loyalty gain chance for characters in a country. |乘法 |1.0 |- |monthly_general_loyalty |<code>monthly_general_loyalty = 0.1</code> |Modifies the loyalty gain for general characters in a country. |加法 |1.0 |- |monthly_admiral_loyalty |<code>monthly_admiral_loyalty = 0.1</code> |Modifies the loyalty gain for admiral characters in a country. |加法 |1.0 |- |monthly_governor_loyalty |<code>monthly_governor_loyalty = 0.1</code> |Modifies the loyalty gain for governor characters in a country. |加法 |1.0 |- |monthly_office_<office>_loyalty |<code>monthly_office_pontifex_loyalty = 0.1</code> |Modifies the monthly loyalty of the character employed in the specified office position. Note this is generated for all the office entries in the offices folder. |加法 |1.0 |} == 省份修正 == {{SVersion|1.0}} {| class="wikitable sortable" width="100%" ! width="20%" | 修正 ! width="20%" | 例子 ! width="30%" | 描述 ! width="10%" | 效果类型 ! width="10%" | 添加的版本 |- |local_monthly_state_loyalty |<code>local_monthly_state_loyalty = 0.1</code> |Modifies the monthly loyalty gain in a state. |加法 |1.0 |- |local_state_trade_routes |<code>local_state_trade_routes = 1</code> |Modifies the amount of trade routes in a state. |加法 |1.0 |} == 地方省份修正 == {{SVersion|1.0}} {| class="wikitable sortable" width="100%" ! width="20%" | 修正 ! width="20%" | 例子 ! width="30%" | 描述 ! width="10%" | 效果类型 ! width="10%" | 添加的版本 |- |local_<pop>_output |<code>local_citizen_output = 0.1</code> |Modifies the output of the specified pop. Note this is generated for all the pop entries in the pop_types folder. |乘法 |1.0 |- |local_<pop>_happyness |<code>local_citizen_happyness = 0.1</code> |Modifies the happiness of the specified pop. Note this is generated for all the pop entries in the pop_types folder. |乘法 |1.0 |- |tax_income |<code>tax_income = 0.1</code> |Modifies the tax income in a province. |加法 |1.0 |- |local_tax_modifier |<code>local_tax_modifier = 0.1</code> |Modifies the tax income in a province. |乘法 |1.0 |- |local_building_slot |<code>local_building_slot = 0.1</code> |本地城市建筑槽 |加法 |1.0 |- |local_population_growth |<code>local_population_growth = 0.1</code> |本地人口增长 |加法 |1.0 |- |local_output_modifier |<code>local_output_modifier = 0.1</code> |本地人口产出 |乘法 |1.0 |- |happiness_for_wrong_culture_modifier |<code>happiness_for_wrong_culture_modifier = 0.1</code> |不同文化幸福度 |乘法 |1.0 |- |happiness_for_same_culture_modifier |<code>happiness_for_same_culture_modifier = 0.1</code> |主流与已整合文化幸福度 |乘法 |1.0 |- |local_goods_from_slaves |<code>local_goods_from_slaves = -1</code> |本地盈余所需奴隶 |加法 |1.0 |- |base_resources |<code>base_resources = 0.1</code> | |加法 |1.0 |- |city_monthly_state_loyalty |<code>city_monthly_state_loyalty = 0.1</code> | |加法 |1.0 |- |minimum_unrest |<code>minimum_unrest = 0.1</code> | |加法 |1.0 |- |local_unrest |<code>local_unrest = 0.1</code> | |加法 |1.0 |- |local_country_civilization_value |<code>local_country_civilization_value = 0.1</code> | |加法 |1.0 |- |barbarian_growth |<code>barbarian_growth = 0.1</code> | |加法 |1.0 |- |barbarian_spawn_chance |<code>barbarian_spawn_chance = 0.1</code> | |加法 |1.0 |- |monthly_local_governor_wage |<code>monthly_local_governor_wage = 0.1</code> | |乘法 |1.0 |- |local_manpower |<code>local_manpower = 0.1</code> | |加法 |1.0 |- |local_manpower_modifier |<code>local_manpower_modifier = 0.1</code> | |乘法 |1.0 |- |attrition |<code>attrition = 0.1</code> | |加法 |1.0 |- |max_attrition |<code>max_attrition = 0.1</code> | |加法 |1.0 |- |supply_limit |<code>supply_limit = 0.1</code> | |加法 |1.0 |- |supply_limit_modifier |<code>supply_limit_modifier = 0.1</code> | |乘法 |1.0 |- |fort_level |<code>fort_level = 1</code> |堡垒级别 |加法 |1.0 |- |local_ship_recruit_speed |<code>local_ship_recruit_speed = 0.1</code> | |乘法 |1.0 |- |local_cohort_recruit_speed |<code>local_cohort_recruit_speed = 0.1</code> | |乘法 |1.0 |- |garrison_size |<code>garrison_size = 0.1</code> | |乘法 |1.0 |- |garrison_growth |<code>garrison_growth = 0.1</code> | |乘法 |1.0 |- |movement_cost |<code>movement_cost = 0.1</code> | |乘法 |1.0 |- |army_movement_speed |<code>army_movement_speed = 0.1</code> | |乘法 |1.0 |- |navy_movement_speed |<code>navy_movement_speed = 0.1</code> | |乘法 |1.0 |- |movement_speed_if_no_road |<code>movement_speed_if_no_road = 0.1</code> | |乘法 |1.0 |- |local_research_points_modifier |<code>local_research_points_modifier = 0.1</code> | |乘法 |1.0 |- |local_defensive |<code>local_defensive = 0.1</code> | |乘法 |1.0 |- |local_commerce_modifier |<code>local_commerce_modifier = 0.1</code> | |乘法 |1.0 |- |local_monthly_civilization |<code>local_monthly_civilization = 0.1</code> | |乘法 |1.0 |- |local_start_experience |<code>local_start_experience = 0.1</code> | |乘法 |1.0 |- |local_cohort_start_experience |<code>local_cohort_start_experience = 0.1</code> | |乘法 |1.0 |- |local_ship_start_experience |<code>local_ship_start_experience = 0.1</code> | |乘法 |1.0 |- |local_pirate_spawn_chance |<code>local_pirate_spawn_chance = 0.1</code> | |乘法 |1.0 |- |local_hostile_attrition |<code>local_hostile_attrition = 0.1</code> | |乘法 |1.0 |- |local_<pop>_desired_pop_ratio |<code>local_freemen_desired_pop_ratio = 0.1</code> |本地人口期望比例 |乘法 | |- |local_migration_attraction |<code>local_migration_attraction = 0.1</code> |本地移民吸引力 |加法 | |- |local_population_capacity |<code>local_population_capacity = 1</code> |本地人口容量 |加法 | |- |local_population_capacity_modifier |<code>local_population_capacity_modifier = 0.1</code> |本地人口容量 |乘法 | |- |local_monthly_food_modifier |<code>local_monthly_food_modifier = 0.1</code> |本地每月食物修正 |乘法 | |} == 人物修正 == {{SVersion|1.0}} {| class="wikitable sortable" width="100%" ! width="20%" | 修正 ! width="20%" | 例子 ! width="30%" | 描述 ! width="10%" | 效果类型 ! width="10%" | 添加的版本 |- |martial |<code>martial = 1</code> | |加法 |1.0 |- |finesse |<code>finesse = 1</code> | |加法 |1.0 |- |charisma |<code>charisma = 1</code> | |加法 |1.0 |- |zeal |<code>zeal = 1</code> | |加法 |1.0 |- |fertility |<code>fertility = 1</code> | |加法 |1.0 |- |health |<code>health = 0.1</code> | |加法 |1.0 |- |prominence |<code>prominence = 0.1</code> | |加法 |1.0 |- |current_corruption |<code>current_corruption = 0.1</code> | |加法 |1.0 |- |disallow_job |<code>disallow_job = yes</code> | |Boolean |1.0 |- |disallow_office |<code>disallow_office = yes</code> | |Boolean |1.0 |- |disallow_command |<code>disallow_command = yes</code> | |Boolean |1.0 |- |control_range_modifier |<code>control_range_modifier = 0.1</code> | |乘法 |1.0 |- |diplomatic_range_modifier |<code>diplomatic_range_modifier = 0.1</code> | |乘法 |1.0 |- |monthly_character_wealth |<code>monthly_character_wealth = 0.1</code> | |加法 |1.0 |- |primary_heir_attraction |<code>primary_heir_attraction = 0.1</code> | |乘法 |1.0 |- |support_for_character_as_heir |<code>support_for_character_as_heir = 0.1</code> | |乘法 |1.0 |- |next_ruler_legitimacy |<code>next_ruler_legitimacy = 0.1</code> | |加法 |1.0 |- |num_of_clan_chiefs |<code>num_of_clan_chiefs = 1</code> | |加法 |1.0 |- |clan_retinue_size |<code>clan_retinue_size = 0.1</code> | |乘法 |1.0 |- |max_rivals |<code>max_rivals = 1</code> | |加法 |1.0 |- |max_friends |<code>max_friends = 1</code> | |加法 |1.0 |- |monthly_wage_for_character |<code>monthly_wage_for_character = 0.1</code> | |加法 |1.0 |- |monthly_wage_on_character_modifier |<code>monthly_wage_on_character_modifier = 0.1</code> | |乘法 |1.0 |- |monthly_character_loyalty |<code>monthly_character_loyalty = 0.1</code> | |加法 |1.0 |- |monthly_character_popularity |<code>monthly_character_popularity = 0.1</code> | |加法 |1.0 |- |monthly_character_popularity_decay |<code>monthly_character_popularity_decay = 0.1</code> | |加法 |1.0 |- |monthly_character_prominence |<code>monthly_character_prominence = 0.1</code> | |加法 |1.0 |- |monthly_character_fam_prestige |<code>monthly_character_fam_prestige = 0.1</code> | |加法 |1.0 |- |loyalty_gain_chance |<code>loyalty_gain_chance = 0.1</code> | |加法 |1.0 |- |monthly_<party>_conviction |<code>monthly_civic_party_conviction = 0.1</code> | |加法 |1.0 |} == 参考资料 == <references/> ===修正本地化对照=== 手工整理的修正图标<ref>脚本代码位于:{{path|game/common/modifier_icons/00_modifier_icons.txt}}。</ref>和本地化<ref>本地化代码位于:{{path|localization/simp_chinese/modifiers_l_simp_chinese.yml}}和{{path|localization/english/modifiers_l_english.yml}}。</ref>对照表。对应关系可能有错误,仅供参考。 <references/> {| class="wikitable sortable" |- ! 代码关键字 !! 图标 !! 本地化关键字 !! 中文 !! 英文 |- |agressive_expansion_impact||[[File:agressive_expansion_impact.png|28px]]|| MODIFIER_AGRESSIVE_EXPANSION_IMPACT||侵略性扩张影响||Aggressive Expansion Impact |- |agressive_expansion_monthly_change||[[File:agressive_expansion_monthly_change.png|28px]]|| MODIFIER_AGRESSIVE_EXPANSION_MONTHLY_CHANGE||侵略性扩张变化||Aggressive Expansion Change |- |agressive_expansion_monthly_decay||[[File:agressive_expansion_monthly_decay.png|28px]]|| MODIFIER_AGRESSIVE_EXPANSION_MONTHLY_DECAY||侵略性扩张衰退||Aggressive Expansion Decay |- |archers_cost||[[File:archers_cost.png|28px|链接=Special:FilePath/Archers_cost.png]]|| archers_cost||弓兵花费||Archers Cost |- |archers_defensive||[[File:archers_defensive.png|28px]]|| archers_defensive||弓兵防御||Archers Defense |- |archers_discipline||[[File:archers_discipline.png|28px|链接=Special:FilePath/Archers_discipline.png]]|| archers_discipline||弓兵训练度||Archers Discipline |- |archers_forest_combat_bonus||[[File:archers_forest_combat_bonus.png|28px]]|| archers_forest_combat_bonus||弓兵森林战斗加成||Archers Forest Combat Bonus |- |archers_hills_combat_bonus||[[File:archers_hills_combat_bonus.png|28px|链接=Special:FilePath/Archers_hills_combat_bonus.png]]|| archers_hills_combat_bonus||弓兵丘陵战斗加成||Archers Hills Combat Bonus |- |archers_maintenance_cost||[[File:archers_maintenance_cost.png|28px|链接=Special:FilePath/Archers_maintenance_cost.png]]|| archers_maintenance_cost||弓兵维护费||Archer Maintenance Cost |- |archers_morale||[[File:archers_morale.png|28px]]|| archers_morale||弓兵士气||Archers Morale |- |archers_mountain_combat_bonus||[[File:archers_mountain_combat_bonus.png|28px|链接=Special:FilePath/Archers_mountain_combat_bonus.png]]|| archers_mountain_combat_bonus||弓兵山地战斗加成||Archers Mountain Combat Bonus |- |archers_movement_speed||[[File:archers_movement_speed.png|28px|链接=Special:FilePath/Archers_movement_speed.png]]|| archers_movement_speed||弓兵移动速度||Archers Movement Speed |- |archers_offensive||[[File:archers_offensive.png|28px]]|| archers_offensive||弓兵进攻||Archers Offense |- |army_maintenance_cost||[[File:army_maintenance_cost.png|28px]]|| MODIFIER_ARMY_MAINTENANCE_COST||陆军维护费||Army Maintenance Cost |- |army_movement_speed||[[File:army_movement_speed.png|28px]]|| MODIFIER_ARMY_MOVEMENT_SPEED||陆军移动速度||Army Movement Speed |- |assassinate_attempt_cost_modifier||[[File:assassinate_attempt_cost_modifier.png|28px|链接=Special:FilePath/Assassinate_attempt_cost_modifier.png]]|| assassinate_attempt_cost_modifier||暗杀花费||Assassinate Cost |- |assault_ability||[[File:assault_ability.png|28px]]|| MODIFIER_ASSAULT_ABILITY||攻击能力||Assault Ability |- |assault_cost_modifier||[[File:assault_cost_modifier.png|28px|链接=Special:FilePath/Assault_cost_modifier.png]]|| assault_cost_modifier||强攻花费||Assault Cost |- |assimilate_pop_cost_modifier||[[File:assimilate_pop_cost_modifier.png|28px|链接=Special:FilePath/Assimilate_pop_cost_modifier.png]]|| assimilate_pop_cost_modifierr||同化人口花费||Assimilate Pop Cost |- |attrition||[[File:attrition.png|28px]]|| MODIFIER_ATTRITION||损耗||Attrition |- |barbarian_growth||[[File:barbarian_growth.png|28px|链接=Special:FilePath/Barbarian_growth.png]]|| MODIFIER_BARBARIAN_GROWTH||蛮族增长||Barbarian Growth |- |barbarian_spawn_chance||[[File:barbarian_spawn_chance.png|28px|链接=Special:FilePath/Barbarian_spawn_chance.png]]|| MODIFIER_BARBARIAN_SPAWN_CHANCE||蛮族出现几率||Barbarian Spawn Chance |- |base_resources||[[File:base_resources.png|28px]]|| MODIFIER_BASE_RESOURCE||基础资源生产||Base Resource Production |- |blockade_efficiency||[[File:blockade_efficiency.png|28px]]|| MODIFIER_BLOCKADE_EFFICIENCY||封锁效率||Blockade Efficiency |- |bribe_character_cost_modifier||[[File:bribe_character_cost_modifier.png|28px|链接=Special:FilePath/Bribe_character_cost_modifier.png]]|| bribe_character_cost_modifier||贿赂人物花费||Bribe Character Cost |- |build_cost||[[File:build_cost.png|28px]]|| MODIFIER_BUILD_COST||建造花费||Build Cost |- |build_time||[[File:build_time.png|28px]]|| MODIFIER_BUILD_TIME||建造时间||Build Time |- |buy_invention_cost_modifier||[[File:buy_invention_cost_modifier.png|28px]]|| buy_invention_cost_modifier||发明花费||Invention Cost |- |buy_military_tradition_cost_modifier||[[File:buy_military_tradition_cost_modifier.png|28px|链接=Special:FilePath/Buy_military_tradition_cost_modifier.png]]|| buy_military_tradition_cost_modifier||军事传统花费||Military Tradition Cost |- |call_omen_cost_modifier||[[File:call_omen_cost_modifier.png|28px|链接=Special:FilePath/Call_omen_cost_modifier.png]]|| call_omen_cost_modifier||祈求预兆花费||Call Omen Cost |- |camels_cost||[[File:camels_cost.png|28px|链接=Special:FilePath/Camels_cost.png]]|| camels_cost||骆驼骑兵花费||Camel Cost |- |camels_defensive||[[File:camels_defensive.png|28px|链接=Special:FilePath/Camels_defensive.png]]|| camels_defensive||骆驼骑兵防御||Camel Defense |- |camels_desert_combat_bonus||[[File:camels_desert_combat_bonus.png|28px|链接=Special:FilePath/Camels_desert_combat_bonus.png]]|| camels_desert_combat_bonus||骆驼骑兵沙漠战斗加成||Camel Desert Combat Bonus |- |camels_discipline||[[File:camels_discipline.png|28px|链接=Special:FilePath/Camels_discipline.png]]|| camels_discipline||骆驼骑兵训练度||Camel Discipline |- |camels_maintenance_cost||[[File:camels_maintenance_cost.png|28px|链接=Special:FilePath/Camels_maintenance_cost.png]]|| camels_maintenance_cost||骆驼骑兵维护费||Camel Maintenance Cost |- |camels_morale||[[File:camels_morale.png|28px|链接=Special:FilePath/Camels_morale.png]]|| camels_morale||骆驼骑兵士气||Camel Morale |- |camels_movement_speed||[[File:camels_movement_speed.png|28px|链接=Special:FilePath/Camels_movement_speed.png]]|| camels_movement_speed||骆驼移动速度||Camels Movement Speed |- |camels_offensive||[[File:camels_offensive.png|28px|链接=Special:FilePath/Camels_offensive.png]]|| camels_offensive||骆驼骑兵进攻||Camel Offense |- |camels_plains_combat_bonus||[[File:camels_plains_combat_bonus.png|28px|链接=Special:FilePath/Camels_plains_combat_bonus.png]]|| camels_plains_combat_bonus||骆驼骑兵平原战斗加成||Camel Plains Combat Bonus |- |change_diplomatic_stance_cost_modifier||[[File:change_diplomatic_stance_cost_modifier.png|28px]]|| change_diplomatic_stance_cost_modifier||外交立场花费||Diplomatic Stance Cost |- |change_governor_policy_cost_modifier||[[File:change_governor_policy_cost_modifier.png|28px|链接=Special:FilePath/Change_governor_policy_cost_modifier.png]]|| change_governor_policy_cost_modifier||改变总督政策花费||Change Governor Policy Cost |- |chariots_cost||[[File:chariots_cost.png|28px]]|| chariots_cost||战车花费||Chariot Cost |- |chariots_defensive||[[File:chariots_defensive.png|28px]]|| chariots_defensive||战车防御||Chariot Defense |- |chariots_discipline||[[File:chariots_discipline.png|28px|链接=Special:FilePath/Chariots_discipline.png]]|| chariots_discipline||战车训练度||Chariot Discipline |- |chariots_maintenance_cost||[[File:chariots_maintenance_cost.png|28px|链接=Special:FilePath/Chariots_maintenance_cost.png]]|| chariots_maintenance_cost||战车维护费||Chariot Maintenance Cost |- |chariots_morale||[[File:chariots_morale.png|28px]]|| chariots_morale||战车士气||Chariot Morale |- |chariots_movement_speed||[[File:chariots_movement_speed.png|28px|链接=Special:FilePath/Chariots_movement_speed.png]]|| chariots_movement_speed||战车移动速度||Chariot Movement Speed |- |chariots_offensive||[[File:chariots_offensive.png|28px|链接=Special:FilePath/Chariots_offensive.png]]|| chariots_offensive||战车进攻||Chariot Offense |- |chariots_plains_combat_bonus||[[File:chariots_plains_combat_bonus.png|28px]]|| chariots_plains_combat_bonus||战车平原战斗加成||Chariot Plains Combat Bonus |- |charisma||[[File:charisma.png|28px]]|| MODIFIER_CHARISMA||魅力||Charisma |- |citizen_move_cost_modifier||[[File:citizen_move_cost_modifier.png|28px|链接=Special:FilePath/Citizen_move_cost_modifier.png]]|| citizen_move_cost_modifier||移动公民花费||Move Citizens Cost |- |citizen_promotion_cost_modifier||[[File:citizen_promotion_cost_modifier.png|28px|链接=Special:FilePath/Citizen_promotion_cost_modifier.png]]|| citizen_promotion_cost_modifier||公民升级花费||Citizen Promotion Cost |- |city_monthly_state_loyalty||[[File:local_monthly_state_loyalty.png|28px]]|| MODIFIER_CITY_MONTHLY_STATE_LOYALTY||城市省份忠诚度||City Provincial Loyalty |- |civic_party_influence||[[File:civic_party_influence.png|28px|链接=Special:FilePath/Civic_party_influence.png]]|| civic_party_influence||民政派系影响力||Civic Faction Influence |- |civic_tech_investment||[[File:civic_tech_investment.png|28px|链接=Special:FilePath/Civic_tech_investment.png]]|| civic_tech_investment||民政科技投资||Civic Tech Investment |- |clan_retinue_size||[[File:clan_retinue_size.png|28px|链接=Special:FilePath/Clan_retinue_size.png]]|| MODIFIER_CLAN_RETINUE_SIZE||氏族亲兵规模||Size of Clan Retinue |- |cohort_reinforcement_speed||[[File:cohort_reinforcement_speed.png|28px|链接=Special:FilePath/Cohort_reinforcement_speed.png]]|| MODIFIER_COHORT_REINFORCEMENT_SPEED||补员速度||Reinforcement Speed |- |commerce_value||[[File:commerce_value.png|28px]]|| MODIFIER_COMMERCE_VALUE||商业价值||Commerce Value |- |control_range_modifier||[[File:control_range_modifier.png|28px]]|| MODIFIER_CONTROL_RANGE||控制范围修正||Control range modifier |- |country_civilization_value||[[File:country_civilization_value.png|28px|链接=Special:FilePath/Country_civilization_value.png]]|| MODIFIER_COUNTRY_CIVILIZATION_VALUE||国家文明度等级||Country Civilization Level |- |current_corruption||[[File:current_corruption.png|28px|链接=Special:FilePath/Current_corruption.png]]|| MODIFIER_CURRENT_CORRUPTION||腐败||Corruption |- |diplomatic_relations||[[File:diplomatic_relations.png|28px]]|| MODIFIER_DIPLOMATIC_RELATIONS||外交关系||Diplomatic Relations |- |diplomatic_reputation||[[File:diplomatic_reputation.png|28px]]|| MODIFIER_DIPLOMATIC_REPUTATION||外交声誉||Diplomatic Reputation |- |disallow_command||[[File:disallow_command.png|28px|链接=Special:FilePath/Disallow_command.png]]|| MODIFIER_DISALLOW_COMMAND||拒绝指挥||Disallow command |- |disallow_job||[[File:disallow_job.png|28px|链接=Special:FilePath/Disallow_job.png]]|| MODIFIER_DISALLOW_JOB||拒绝工作||Disallow job |- |disallow_office||[[File:disallow_office.png|28px|链接=Special:FilePath/Disallow_office.png]]|| MODIFIER_DISALLOW_OFFICE||拒绝官职||Disallow office |- |discipline||[[File:discipline.png|28px]]|| MODIFIER_DISCIPLINE||训练度||Discipline |- |election_term_duration||[[File:election_term_duration.png|28px|链接=Special:FilePath/Election_term_duration.png]]|| MODIFIER_ELECTION_TERM_DURATION||任期||Election Term Duration |- |enact_law_cost_modifier||[[File:enact_law_cost_modifier.png|28px]]|| enact_law_cost_modifier||颁布法律花费||Enact Law Cost |- |endorse_party_cost_modifier||[[File:endorse_party_cost_modifier.png|28px]]|| endorse_party_cost_modifier||支持派系花费||Endorse Party Cost |- |enslavement_efficiency||[[File:enslavement_efficiency.png|28px]]|| MODIFIER_ENSLAVEMENT_EFFICIENCY||抓奴效率||Enslavement Efficiency |- |experience_decay||[[File:experience_decay.png|28px]]|| MODIFIER_EXPERIENCE_DECAY||战术损失||Experience Decay |- |fabricate_claim_cost_modifier||[[File:fabricate_claim_cost_modifier.png|28px]]|| fabricate_claim_cost_modifier||伪造宣称花费||Fabricate Claim Cost |- |fertility||[[File:fertility.png|28px]]|| MODIFIER_FERTILITY||生育能力||Fertility |- |finesse||[[File:finesse.png|28px]]|| MODIFIER_FINESSE||智略||Finesse |- |fort_level||[[File:fort_level.png|28px|链接=Special:FilePath/Fort_level.png]]|| MODIFIER_FORT_LEVEL||堡垒级别||Fort Level |- |fort_maintenance_cost||[[File:fort_maintenance_cost.png|28px]]|| MODIFIER_FORT_MAINTENANCE_COST||要塞维护费||Fort Maintenance |- |freemen_move_cost_modifier||[[File:freemen_move_cost_modifier.png|28px|链接=Special:FilePath/Freemen_move_cost_modifier.png]]|| freemen_move_cost_modifier||移动自由民花费||Move Freemen Cost |- |freemen_promotion_cost_modifier||[[File:freemen_promotion_cost_modifier.png|28px|链接=Special:FilePath/Freemen_promotion_cost_modifier.png]]|| freemen_promotion_cost_modifier||自由民升级花费||Freeman Promotion Cost |- |garrison_growth||[[File:garrison_growth.png|28px|链接=Special:FilePath/Garrison_growth.png]]|| MODIFIER_GARRISON_GROWTH||守军增加||Garrison Growth |- |garrison_size||[[File:garrison_size.png|28px|链接=Special:FilePath/Garrison_size.png]]|| MODIFIER_GARRISON_SIZE||守军规模||Garrison Size |- |global_building_slot||[[File:global_building_slot.png|28px|链接=Special:FilePath/Global_building_slot.png]]|| MODIFIER_GLOBAL_BUILDING_SLOT||建筑栏位||Building Slots |- |global_capital_trade_routes||[[File:global_capital_trade_routes.png|28px|链接=Special:FilePath/Global_capital_trade_routes.png]]|| MODIFIER_GLOBAL_CAPITAL_TRADE_ROUTES||首都进口路线||Capital Import Routes |- |global_citizen_happyness||[[File:global_citizen_happyness.png|28px|链接=Special:FilePath/Global_citizen_happyness.png]]|| global_citizen_happyness||全国公民幸福度||National Citizen Happiness |- |global_citizen_output||[[File:global_citizen_output.png|28px|链接=Special:FilePath/Global_citizen_output.png]]|| global_citizen_output||全国公民产出||National Citizen Output |- |global_cohort_recruit_speed||[[File:global_cohort_recruit_speed.png|28px|链接=Special:FilePath/Global_cohort_recruit_speed.png]]|| MODIFIER_GLOBAL_COHORT_RECRUIT_SPEED||大队招募速度||Cohort Recruit Speed |- |global_cohort_start_experience||[[File:global_cohort_start_experience.png|28px|链接=Special:FilePath/Global_cohort_start_experience.png]]|| MODIFIER_GLOBAL_COHORT_START_EXPERIENCE||大队初始经验||Cohort Starting Experience |- |global_commerce_modifier||[[File:global_commerce_modifier.png|28px]]|| MODIFIER_GLOBAL_COMMERCE_MODIFIER||国家商业收入||National Commerce Income |- |global_defensive||[[File:global_defensive.png|28px|链接=Special:FilePath/Global_defensive.png]]|| MODIFIER_GLOBAL_DEFENSIVE||要塞防御||Fort Defense |- |global_freemen_happyness||[[File:global_freemen_happyness.png|28px|链接=Special:FilePath/Global_freemen_happyness.png]]|| global_freemen_happyness||全国自由民幸福度||National Freeman Happiness |- |global_freemen_output||[[File:global_freemen_output.png|28px|链接=Special:FilePath/Global_freemen_output.png]]|| global_freemen_output||全国自由民产出||National Freeman Output |- |global_goods_from_slaves||[[File:global_goods_from_slaves.png|28px|链接=Special:FilePath/Global_goods_from_slaves.png]]|| MODIFIER_GLOBAL_GOODS_FROM_SLAVES||盈余所需奴隶||Slaves needed for Surplus |- |global_manpower||[[File:global_manpower.png|28px|链接=Special:FilePath/Global_manpower.png]]|| MODIFIER_GLOBAL_MANPOWER||国家人力||National Manpower |- |global_manpower_modifier||[[File:global_manpower_modifier.png|28px|链接=Special:FilePath/Global_manpower_modifier.png]]|| MODIFIER_GLOBAL_MANPOWER_MODIFIER||国家人力||National Manpower |- |global_monthly_civilization||[[File:global_monthly_civilization.png|28px|链接=Special:FilePath/Global_monthly_civilization.png]]|| MODIFIER_GLOBAL_MONTHLY_CIVILIZATION||每月文明度变化||Monthly Civilization Change |- |global_monthly_state_loyalty||[[File:global_monthly_state_loyalty.png|28px|链接=Special:FilePath/Global_monthly_state_loyalty.png]]|| MODIFIER_GLOBAL_MONTHLY_STATE_LOYALTY||省份忠诚度||Provincial Loyalty |- |global_population_growth||[[File:global_population_growth.png|28px]]|| MODIFIER_GLOBAL_POPULATION_GROWTH||国家人口增长||National Population Growth |- |global_ship_recruit_speed||[[File:global_ship_recruit_speed.png|28px|链接=Special:FilePath/Global_ship_recruit_speed.png]]|| MODIFIER_GLOBAL_SHIP_RECRUIT_SPEED||船只招募速度||Ship Recruit Speed |- |global_ship_start_experience||[[File:global_ship_start_experience.png|28px|链接=Special:FilePath/Global_ship_start_experience.png]]|| MODIFIER_GLOBAL_SHIP_START_EXPERIENCE||船只初始经验||Ship Starting Experience |- |global_slaves_happyness||[[File:global_slaves_happyness.png|28px|链接=Special:FilePath/Global_slaves_happyness.png]]|| global_slaves_happyness||全国奴隶幸福度||National Slave Happiness |- |global_slaves_output||[[File:global_slaves_output.png|28px|链接=Special:FilePath/Global_slaves_output.png]]|| global_slaves_output||全国奴隶产出||National Slave Output |- |global_start_experience||[[File:global_start_experience.png|28px|链接=Special:FilePath/Global_start_experience.png]]|| MODIFIER_GLOBAL_START_EXPERIENCE||初始经验||Starting Experience |- |global_state_trade_routes||[[File:global_state_trade_routes.png|28px]]|| MODIFIER_GLOBAL_STATE_TRADE_ROUTES||省份进口路线||Province Import Routes |- |global_supply_limit_modifier||[[File:global_supply_limit_modifier.png|28px|链接=Special:FilePath/Global_supply_limit_modifier.png]]|| MODIFIER_GLOBAL_SUPPLY_LIMIT_MODIFIER||补给上限||Supply Limit |- |global_tax_income||[[File:global_tax_income.png|28px|链接=Special:FilePath/Global_tax_income.png]]|| MODIFIER_GLOBAL_TAX_INCOME||基础税收||Base Tax |- |global_tax_modifier||[[File:global_tax_modifier.png|28px|链接=Special:FilePath/Global_tax_modifier.png]]|| MODIFIER_GLOBAL_TAX_MODIFIER||国家税收||National Tax |- |global_tribesmen_happyness||[[File:global_tribesmen_happyness.png|28px|链接=Special:FilePath/Global_tribesmen_happyness.png]]|| global_tribesmen_happyness||全国部落民幸福度||National Tribesman Happiness |- |global_tribesmen_output||[[File:global_tribesmen_output.png|28px|链接=Special:FilePath/Global_tribesmen_output.png]]|| global_tribesmen_output||全国部落民产出||National Tribesman Output |- |global_unrest||[[File:global_unrest.png|28px]]|| MODIFIER_GLOBAL_UNREST||国家不满值||National Unrest |- |government_bonus_cost_modifier||[[File:government_bonus_cost_modifier.png|28px]]|| government_bonus_cost_modifier||政体奖励系数||Government Bonus Multiplier |- |happiness_for_same_culture_modifier||[[File:happiness_for_same_culture_modifier.png|28px]]|| MODIFIER_HAPPINESS_FOR_SAME_CULTURE_MODIFIER||主流文化幸福度||Primary Culture Happiness |- |happiness_for_wrong_culture_group_modifier||[[File:happiness_for_wrong_culture_group_modifier.png|28px]]|| MODIFIER_HAPPINESS_FOR_WRONG_CULTURE_GROUP_MODIFIER||不同文化组幸福度||Wrong Culture-Group Happiness |- |happiness_for_wrong_culture_modifier||[[File:happiness_for_wrong_culture_modifier.png|28px]]|| MODIFIER_HAPPINESS_FOR_WRONG_CULTURE_MODIFIER||不同文化幸福度||Wrong Culture Happiness |- |health||[[File:health.png|28px]]|| MODIFIER_HEALTH||健康||Health |- |heavy_cavalry_cost||[[File:heavy_cavalry_cost.png|28px|链接=Special:FilePath/Heavy_cavalry_cost.png]]|| heavy_cavalry_cost||重骑兵花费||Heavy Cavalry Cost |- |heavy_cavalry_defensive||[[File:heavy_cavalry_defensive.png|28px|链接=Special:FilePath/Heavy_cavalry_defensive.png]]|| heavy_cavalry_defensive||重骑兵防御||Heavy Cavalry Defense |- |heavy_cavalry_desert_combat_bonus||[[File:heavy_cavalry_desert_combat_bonus.png|28px|链接=Special:FilePath/Heavy_cavalry_desert_combat_bonus.png]]|| heavy_cavalry_desert_combat_bonus||重骑兵沙漠战斗加成||Heavy Cavalry Desert Combat Bonus |- |heavy_cavalry_discipline||[[File:heavy_cavalry_discipline.png|28px|链接=Special:FilePath/Heavy_cavalry_discipline.png]]|| heavy_cavalry_discipline||重骑兵训练度||Heavy Cavalry Discipline |- |heavy_cavalry_maintenance_cost||[[File:heavy_cavalry_maintenance_cost.png|28px|链接=Special:FilePath/Heavy_cavalry_maintenance_cost.png]]|| heavy_cavalry_maintenance_cost||重骑兵维护费||Heavy Cavalry Maintenance Cost |- |heavy_cavalry_morale||[[File:heavy_cavalry_morale.png|28px|链接=Special:FilePath/Heavy_cavalry_morale.png]]|| heavy_cavalry_morale||重骑兵士气||Heavy Cavalry Morale |- |heavy_cavalry_movement_speed||[[File:heavy_cavalry_movement_speed.png|28px|链接=Special:FilePath/Heavy_cavalry_movement_speed.png]]|| heavy_cavalry_movement_speed||重骑兵移动速度||Heavy Cavalry Movement Speed |- |heavy_cavalry_offensive||[[File:heavy_cavalry_offensive.png|28px|链接=Special:FilePath/Heavy_cavalry_offensive.png]]|| heavy_cavalry_offensive||重骑兵进攻||Heavy Cavalry Offense |- |heavy_cavalry_plains_combat_bonus||[[File:heavy_cavalry_plains_combat_bonus.png|28px|链接=Special:FilePath/Heavy_cavalry_plains_combat_bonus.png]]|| heavy_cavalry_plains_combat_bonus||重骑兵平原战斗加成||Heavy Cavalry Plains Combat Bonus |- |heavy_infantry_cost||[[File:heavy_infantry_cost.png|28px|链接=Special:FilePath/Heavy_infantry_cost.png]]|| heavy_infantry_cost||重步兵花费||Heavy Infantry Cost |- |heavy_infantry_defensive||[[File:heavy_infantry_defensive.png|28px]]|| heavy_infantry_defensive||重步兵防御||Heavy Infantry Defense |- |heavy_infantry_discipline||[[File:heavy_infantry_discipline.png|28px|链接=Special:FilePath/Heavy_infantry_discipline.png]]|| heavy_infantry_discipline||重步兵训练度||Heavy Infantry Discipline |- |heavy_infantry_forest_combat_bonus||[[File:heavy_infantry_forest_combat_bonus.png|28px|链接=Special:FilePath/Heavy_infantry_forest_combat_bonus.png]]|| heavy_infantry_forest_combat_bonus||重步兵森林战斗加成||Heavy Infantry Forest Combat Bonus |- |heavy_infantry_jungle_combat_bonus||[[File:heavy_infantry_jungle_combat_bonus.png|28px|链接=Special:FilePath/Heavy_infantry_jungle_combat_bonus.png]]|| heavy_infantry_jungle_combat_bonus||重步兵丛林战斗加成||Heavy Infantry Jungle Combat Bonus |- |heavy_infantry_maintenance_cost||[[File:heavy_infantry_maintenance_cost.png|28px|链接=Special:FilePath/Heavy_infantry_maintenance_cost.png]]|| heavy_infantry_maintenance_cost||重步兵维护费||Heavy Infantry Maintenance Cost |- |heavy_infantry_morale||[[File:heavy_infantry_morale.png|28px|链接=Special:FilePath/Heavy_infantry_morale.png]]|| heavy_infantry_morale||重步兵士气||Heavy Infantry Morale |- |heavy_infantry_mountain_combat_bonus||[[File:heavy_infantry_mountain_combat_bonus.png|28px|链接=Special:FilePath/Heavy_infantry_mountain_combat_bonus.png]]|| heavy_infantry_mountain_combat_bonus||重步兵山地战斗加成||Heavy Infantry Mountain Combat Bonus |- |heavy_infantry_movement_speed||[[File:heavy_infantry_movement_speed.png|28px|链接=Special:FilePath/Heavy_infantry_movement_speed.png]]|| heavy_infantry_movement_speed||重步兵移动速度||Heavy Infantry Movement Speed |- |heavy_infantry_offensive||[[File:heavy_infantry_offensive.png|28px]]|| heavy_infantry_offensive||重步兵进攻||Heavy Infantry Offense |- |hold_triumph_cost_modifier||[[File:hold_triumph_cost_modifier.png|28px|链接=Special:FilePath/Hold_triumph_cost_modifier.png]]|| hold_triumph_cost_modifier||举办凯旋式花费||Hold Triumph Cost |- |horse_archers_cost||[[File:horse_archers_cost.png|28px|链接=Special:FilePath/Horse_archers_cost.png]]|| horse_archers_cost||弓骑兵花费||Horse Archers Cost |- |horse_archers_defensive||[[File:horse_archers_defensive.png|28px|链接=Special:FilePath/Horse_archers_defensive.png]]|| horse_archers_defensive||弓骑兵防御||Horse Archer Defense |- |horse_archers_desert_combat_bonus||[[File:horse_archers_desert_combat_bonus.png|28px|链接=Special:FilePath/Horse_archers_desert_combat_bonus.png]]|| horse_archers_desert_combat_bonus||弓骑兵沙漠战斗加成||Horse Archer Desert Combat Bonus |- |horse_archers_discipline||[[File:horse_archers_discipline.png|28px|链接=Special:FilePath/Horse_archers_discipline.png]]|| horse_archers_discipline||弓骑兵训练度||Horse Archer Discipline |- |horse_archers_maintenance_cost||[[File:horse_archers_maintenance_cost.png|28px|链接=Special:FilePath/Horse_archers_maintenance_cost.png]]|| horse_archers_maintenance_cost||弓骑兵维护费||Horse Archer Maintenance Cost |- |horse_archers_morale||[[File:horse_archers_morale.png|28px|链接=Special:FilePath/Horse_archers_morale.png]]|| horse_archers_morale||弓骑兵士气||Horse Archers Morale |- |horse_archers_movement_speed||[[File:horse_archers_movement_speed.png|28px|链接=Special:FilePath/Horse_archers_movement_speed.png]]|| horse_archers_movement_speed||弓骑兵移动速度||Horse Archer Movement Speed |- |horse_archers_offensive||[[File:horse_archers_offensive.png|28px|链接=Special:FilePath/Horse_archers_offensive.png]]|| horse_archers_offensive||弓骑兵进攻||Horse Archer Offense |- |hostile_attrition||[[File:hostile_attrition.png|28px|链接=Special:FilePath/Hostile_attrition.png]]|| MODIFIER_HOSTILE_ATTRITION||敌方损耗||Hostile Attrition |- |improve_relation_cost_modifier||[[File:improve_relation_cost_modifier.png|28px]]|| improve_relation_cost_modifier||改善关系花费||Improve Relation Cost |- |improve_relation_impact||[[File:improve_relation.png|28px]]|| MODIFIER_IMPROVE_RELATION_IMPACT||提高好感度的最大值||Improve Opinion Maximum |- |increase_legitimacy_cost_modifier||[[File:increase_legitimacy_cost_modifier.png|28px|链接=Special:FilePath/Increase_legitimacy_cost_modifier.png]]|| increase_legitimacy_cost_modifier||提高正统性花费||Increase Legitimacy Cost |- |inspire_devotio_cost_modifier||[[File:inspire_devotio_cost_modifier.png|28px|链接=Special:FilePath/Inspire_devotio_cost_modifier.png]]|| inspire_devotio_cost_modifier||祈求虔诚花费||Invoke Devotio Cost |- |inspire_disloyalty_cost_modifier||[[File:inspire_disloyalty_cost_modifier.png|28px|链接=Special:FilePath/Inspire_disloyalty_cost_modifier.png]]|| inspire_disloyalty_cost_modifier||教唆不忠花费||Inspire Disloyalty Cost |- |integrate_speed||[[File:integrate_speed.png|28px]]|| MODIFIER_INTEGRATE_SPEED||整合速度||Integration Speed |- |land_morale||[[File:land_morale.png|28px]]|| MODIFIER_LAND_MORALE||陆军士气||Morale of Armies |- |land_morale_modifier||[[File:land_morale_modifier.png|28px|链接=Special:FilePath/Land_morale_modifier.png]]|| MODIFIER_LAND_MORALE_MODIFIER||陆军士气||Morale of Armies |- |land_morale_recovery||[[File:land_morale_recovery.png|28px]]|| MODIFIER_LAND_MORALE_RECOVERY||陆军士气恢复||Army Morale Recovery |- |land_unit_attrition||[[File:land_unit_attrition.png|28px]]|| MODIFIER_LAND_UNIT_ATTRITION||陆军单位负担修正||Army Weight Modifier |- |light_cavalry_cost||[[File:light_cavalry_cost.png|28px]]|| light_cavalry_cost||轻骑兵花费||Light Cavalry Cost |- |light_cavalry_defensive||[[File:light_cavalry_defensive.png|28px|链接=Special:FilePath/Light_cavalry_defensive.png]]|| light_cavalry_defensive||轻骑兵防御||Light Cavalry Defense |- |light_cavalry_desert_combat_bonus||[[File:light_cavalry_desert_combat_bonus.png|28px|链接=Special:FilePath/Light_cavalry_desert_combat_bonus.png]]|| light_cavalry_desert_combat_bonus||轻骑兵沙漠战斗加成||Light Cavalry Desert Combat Bonus |- |light_cavalry_discipline||[[File:light_cavalry_discipline.png|28px|链接=Special:FilePath/Light_cavalry_discipline.png]]|| light_cavalry_discipline||轻骑兵训练度||Light Cavalry Discipline |- |light_cavalry_maintenance_cost||[[File:light_cavalry_maintenance_cost.png|28px|链接=Special:FilePath/Light_cavalry_maintenance_cost.png]]|| light_cavalry_maintenance_cost||轻骑兵维护费||Light Cavalry Maintenance Cost |- |light_cavalry_morale||[[File:light_cavalry_morale.png|28px|链接=Special:FilePath/Light_cavalry_morale.png]]|| light_cavalry_morale||轻骑兵士气||Light Cavalry Morale |- |light_cavalry_movement_speed||[[File:light_cavalry_movement_speed.png|28px|链接=Special:FilePath/Light_cavalry_movement_speed.png]]|| light_cavalry_movement_speed||轻骑兵移动速度||Light Cavalry Movement Speed |- |light_cavalry_offensive||[[File:light_cavalry_offensive.png|28px]]|| light_cavalry_offensive||轻骑兵进攻||Light Cavalry Offense |- |light_cavalry_plains_combat_bonus||[[File:light_cavalry_plains_combat_bonus.png|28px|链接=Special:FilePath/Light_cavalry_plains_combat_bonus.png]]|| light_cavalry_plains_combat_bonus||轻骑兵平原战斗加成||Light Cavalry Plains Combat Bonus |- |light_infantry_cost||[[File:light_infantry_cost.png|28px]]|| light_infantry_cost||轻步兵花费||Light Infantry Cost |- |light_infantry_defensive||[[File:light_infantry_defensive.png|28px]]|| light_infantry_defensive||轻步兵防御||Light Infantry Defense |- |light_infantry_discipline||[[File:light_infantry_discipline.png|28px]]|| light_infantry_discipline||轻步兵训练度||Light Infantry Discipline |- |light_infantry_forest_combat_bonus||[[File:light_infantry_forest_combat_bonus.png|28px]]|| light_infantry_forest_combat_bonus||轻步兵森林战斗加成||Light Infantry Forest Combat Bonus |- |light_infantry_hills_combat_bonus||[[File:light_infantry_hills_combat_bonus.png|28px|链接=Special:FilePath/Light_infantry_hills_combat_bonus.png]]|| light_infantry_hills_combat_bonus||轻步兵丘陵战斗加成||Light Infantry Hills Combat Bonus |- |light_infantry_jungle_combat_bonus||[[File:light_infantry_jungle_combat_bonus.png|28px|链接=Special:FilePath/Light_infantry_jungle_combat_bonus.png]]|| light_infantry_jungle_combat_bonus||轻步兵丛林战斗加成||Light Infantry Jungle Combat Bonus |- |light_infantry_maintenance_cost||[[File:light_infantry_maintenance_cost.png|28px|链接=Special:FilePath/Light_infantry_maintenance_cost.png]]|| light_infantry_maintenance_cost||轻步兵维护费||Light Infantry Maintenance Cost |- |light_infantry_morale||[[File:light_infantry_morale.png|28px]]|| light_infantry_morale||轻步兵士气||Light Infantry Morale |- |light_infantry_mountain_combat_bonus||[[File:light_infantry_mountain_combat_bonus.png|28px|链接=Special:FilePath/Light_infantry_mountain_combat_bonus.png]]|| light_infantry_mountain_combat_bonus||轻步兵山地战斗加成||Light Infantry Mountain Combat Bonus |- |light_infantry_movement_speed||[[File:light_infantry_movement_speed.png|28px|链接=Special:FilePath/Light_infantry_movement_speed.png]]|| light_infantry_movement_speed||轻步兵移动速度||Light Infantry Movement Speed |- |light_infantry_offensive||[[File:light_infantry_offensive.png|28px|链接=Special:FilePath/Light_infantry_offensive.png]]|| light_infantry_offensive||轻步兵进攻||Light Infantry Offense |- |light_infantry_plains_combat_bonus||[[File:light_infantry_plains_combat_bonus.png|28px]]|| light_infantry_plains_combat_bonus||轻步兵平原战斗加成||Light Infantry Plains Combat Bonus |- |local_building_slot||[[File:local_building_slot.png|28px]]|| MODIFIER_LOCAL_BUILDING_SLOT||建筑栏位||Building Slots |- |local_citizen_happyness||[[File:local_citizen_happyness.png|28px|链接=Special:FilePath/Local_citizen_happyness.png]]|| local_citizen_happyness||本地公民幸福度||Local Citizen Happiness |- |local_citizen_output||[[File:local_citizen_output.png|28px|链接=Special:FilePath/Local_citizen_output.png]]|| local_citizen_output||本地公民产出||Local Citizen Output |- |local_cohort_recruit_speed||[[File:local_cohort_recruit_speed.png|28px]]|| MODIFIER_LOCAL_COHORT_RECRUIT_SPEED||大队招募速度||Cohort Recruit Speed |- |local_cohort_start_experience||[[File:local_cohort_start_experience.png|28px|链接=Special:FilePath/Local_cohort_start_experience.png]]|| MODIFIER_LOCAL_COHORT_START_EXPERIENCE||大队初始经验||Cohort Starting Experience |- |local_commerce_modifier||[[File:local_commerce_modifier.png|28px|链接=Special:FilePath/Local_commerce_modifier.png]]|| MODIFIER_LOCAL_COMMERCE_MODIFIER||商业收入||Commerce Income |- |local_country_civilization_value||[[File:country_civilization_value.png|28px|链接=Special:FilePath/Country_civilization_value.png]]|| MODIFIER_LOCAL_COUNTRY_CIVILIZATION_VALUE||本地文明度等级||Local Civilization Level |- |local_defensive||[[File:local_defensive.png|28px]]|| MODIFIER_LOCAL_DEFENSIVE||本地要塞防御||Local Fort Defense |- |local_freemen_happyness||[[File:local_freemen_happyness.png|28px|链接=Special:FilePath/Local_freemen_happyness.png]]|| local_freemen_happyness||本地自由民幸福度||Local Freeman Happiness |- |local_freemen_output||[[File:local_freemen_output.png|28px|链接=Special:FilePath/Local_freemen_output.png]]|| local_freemen_output||本地自由民产出||Local Freeman Output |- |local_goods_from_slaves||[[File:local_goods_from_slaves.png|28px|链接=Special:FilePath/Local_goods_from_slaves.png]]|| MODIFIER_LOCAL_GOODS_FROM_SLAVES||本地盈余所需奴隶||Slaves needed for Local Surplus |- |local_hostile_attrition||[[File:local_hostile_attrition.png|28px|链接=Special:FilePath/Local_hostile_attrition.png]]|| MODIFIER_LOCAL_HOSTILE_ATTRITION||敌方损耗||Hostile Attrition |- |local_manpower||[[File:local_manpower.png|28px]]|| MODIFIER_LOCAL_MANPOWER||本地人力||Local Manpower |- |local_manpower_modifier||[[File:local_manpower_modifier.png|28px|链接=Special:FilePath/Local_manpower_modifier.png]]|| MODIFIER_LOCAL_MANPOWER_MODIFIER||本地人力||Local Manpower |- |local_monthly_civilization||[[File:local_monthly_civilization.png|28px|链接=Special:FilePath/Local_monthly_civilization.png]]|| MODIFIER_LOCAL_MONTHLY_CIVILIZATION||每月文明度变化||Monthly Civilization Change |- |local_monthly_state_loyalty||[[File:local_monthly_state_loyalty.png|28px]]|| MODIFIER_LOCAL_MONTHLY_STATE_LOYALTY||地方省份忠诚度||Local Provincial Loyalty |- |local_output_modifier||[[File:local_output_modifier.png|28px|链接=Special:FilePath/Local_output_modifier.png]]|| MODIFIER_LOCAL_OUTPUT_MODIFIER||人口产出||Population Output |- |local_pirate_spawn_chance||[[File:local_pirate_spawn_chance.png|28px|链接=Special:FilePath/Local_pirate_spawn_chance.png]]|| MODIFIER_LOCAL_PIRATE_SPAWN_CHANCE||海盗出现几率||Pirate Spawn Chance |- |local_population_growth||[[File:local_population_growth.png|28px]]|| MODIFIER_LOCAL_POPULATION_GROWTH||本地人口增长||Local Population Growth |- |local_research_points_modifier||[[File:local_research_points_modifier.png|28px|链接=Special:FilePath/Local_research_points_modifier.png]]|| MODIFIER_LOCAL_RESEARCH_POINTS_MODIFIER||研究点||Research Points |- |local_ship_recruit_speed||[[File:local_ship_recruit_speed.png|28px]]|| MODIFIER_LOCAL_SHIP_RECRUIT_SPEED||船只招募速度||Ship Recruit Speed |- |local_ship_start_experience||[[File:local_ship_start_experience.png|28px]]|| MODIFIER_LOCAL_SHIP_START_EXPERIENCE||船只初始经验||Ship Starting Experience |- |local_slaves_happyness||[[File:local_slaves_happyness.png|28px|链接=Special:FilePath/Local_slaves_happyness.png]]|| local_slaves_happyness||本地奴隶幸福度||Local Slave Happiness |- |local_slaves_output||[[File:local_slaves_output.png|28px|链接=Special:FilePath/Local_slaves_output.png]]|| local_slaves_output||本地奴隶产出||Local Slave Output |- |local_start_experience||[[File:local_start_experience.png|28px]]|| MODIFIER_LOCAL_START_EXPERIENCE||初始经验||Starting Experience |- |local_state_trade_routes||[[File:local_state_trade_routes.png|28px]]|| MODIFIER_LOCAL_STATE_TRADE_ROUTES||本地进口路线||Local Import Routes |- |local_tax_modifier||[[File:local_tax_modifier.png|28px|链接=Special:FilePath/Local_tax_modifier.png]]|| MODIFIER_LOCAL_TAX_MODIFIER||本地税收||Local Tax |- |local_tribesmen_happyness||[[File:local_tribesmen_happyness.png|28px|链接=Special:FilePath/Local_tribesmen_happyness.png]]|| local_tribesmen_happyness||本地部落民幸福度||Local Tribesman Happiness |- |local_tribesmen_output||[[File:local_tribesmen_output.png|28px|链接=Special:FilePath/Local_tribesmen_output.png]]|| local_tribesmen_output||本地部落民产出||Local Tribesman Output |- |local_unrest||[[File:local_unrest.png|28px|链接=Special:FilePath/Local_unrest.png]]|| MODIFIER_LOCAL_UNREST||本地不满值||Local Unrest |- |loyalty_gain_chance||[[File:loyalty_gain_chance.png|28px]]|| MODIFIER_LOYALTY_GAIN_CHANCE||忠诚增加几率||Loyalty Gain Chance |- |loyalty_gain_chance_modifier||[[File:loyalty_gain_chance.png|28px]]|| MODIFIER_LOYALTY_GAIN_CHANCE_MODIFIER||忠诚增加几率||Loyalty Gain Chance |- |loyalty_to_overlord||[[File:loyalty_to_overlord.png|28px]]|| MODIFIER_LOYALTY_TO_OVERLORD||忠于宗主国||Loyalty to Overlord |- |manpower_recovery_speed||[[File:manpower_recovery_speed.png|28px]]|| MODIFIER_MANPOWER_RECOVERY_SPEED||人力恢复速度||Manpower Recovery Speed |- |martial||[[File:martial.png|28px]]|| MODIFIER_MARTIAL||军略||Martial |- |max_attrition||[[File:max_attrition.png|28px|链接=Special:FilePath/Max_attrition.png]]|| MODIFIER_MAX_ATTRITION||最大损耗||Maximum Attrition |- |max_friends||[[File:max_friends.png|28px]]|| MODIFIER_MAX_FRIENDS||最大好友数量||Max. Friends |- |max_loyalty||[[File:max_loyalty.png|28px|链接=Special:FilePath/Max_loyalty.png]]|| MODIFIER_MAX_LOYALTY||最大忠诚度||Max Loyalty |- |max_rivals||[[File:max_rivals.png|28px]]|| MODIFIER_MAX_RIVALS||最大仇敌数量||Max. Rivals |- |max_war_exhaustion||[[File:max_war_exhaustion.png|28px|链接=Special:FilePath/Max_war_exhaustion.png]]|| MODIFIER_MAX_WAR_EXHAUSTION||最高厌战||Maximum War Exhaustion |- |mercantile_party_influence||[[File:mercantile_party_influence.png|28px|链接=Special:FilePath/Mercantile_party_influence.png]]|| mercantile_party_influence||商业派系影响力||Mercantile Faction Influence |- |mercenary_maintenance_cost||[[File:mercenary_maintenance_cost.png|28px|链接=Special:FilePath/Mercenary_maintenance_cost.png]]|| MODIFIER_MERCENARY_MAINTENANCE_COST||雇佣兵维护费||Mercenary Maintenance |- |military_building_cost||[[File:military_building_cost.png|28px|链接=Special:FilePath/Military_building_cost.png]]|| military_building_cost||训练营花费||Training Camp Cost |- |military_party_influence||[[File:military_party_influence.png|28px|链接=Special:FilePath/Military_party_influence.png]]|| military_party_influence||军事派系影响力||Military Faction Influence |- |military_tech_investment||[[File:military_tech_investment.png|28px]]|| military_tech_investment||军事科技投资||Military Tech Investment |- |minimum_unrest||[[File:minimum_unrest.png|28px|链接=Special:FilePath/Minimum_unrest.png]]|| MODIFIER_MINIMUM_UNREST||最低不满值||Minimum Unrest |- |monthly_admiral_loyalty||[[File:monthly_admiral_loyalty.png|28px|链接=Special:FilePath/Monthly_admiral_loyalty.png]]|| MODIFIER_MONTHLY_ADMIRAL_LOYALTY||每月海军将领忠诚度||Monthly Admiral Loyalty |- |monthly_centralization||[[File:monthly_centralization.png|28px|链接=Special:FilePath/Monthly_centralization.png]]|| MODIFIER_MONTHLY_CENTRALIZATION||每月集权度||Monthly Centralization |- |monthly_character_fam_prestige||[[File:monthly_character_fam_prestige.png|28px|链接=Special:FilePath/Monthly_character_fam_prestige.png]]|| MODIFIER_MONTHLY_CHARACTER_FAM_PRESTIGE||每月家族威望||Monthly Family Prestige |- |monthly_character_loyalty||[[File:monthly_character_loyalty.png|28px]]|| MODIFIER_MONTHLY_CHARACTER_LOYALTY||每月忠诚||Monthly Loyalty |- |monthly_character_popularity||[[File:monthly_character_popularity.png|28px|链接=Special:FilePath/Monthly_character_popularity.png]]|| MODIFIER_MONTHLY_CHARACTER_POPULARITY||每月人气||Monthly Popularity |- |monthly_character_popularity_decay||[[File:monthly_character_popularity_decay.png|28px|链接=Special:FilePath/Monthly_character_popularity_decay.png]]|| MODIFIER_MONTHLY_CHARACTER_POPULARITY_DECAY||每月人气衰减||Monthly Popularity Decay |- |monthly_character_prominence||[[File:monthly_character_prominence.png|28px|链接=Special:FilePath/Monthly_character_prominence.png]]|| MODIFIER_MONTHLY_CHARACTER_PROMINENCE||每月人物名望||Monthly Character Prominence |- |monthly_character_wealth||[[File:monthly_character_wealth.png|28px|链接=Special:FilePath/Monthly_character_wealth.png]]|| MODIFIER_MONTHLY_CHARACTER_WEALTH||每月财富||Monthly Wealth |- |monthly_civic_party_conviction||[[File:monthly_civic_party_conviction.png|28px|链接=Special:FilePath/Monthly_civic_party_conviction.png]]|| monthly_civic_party_conviction||民政信念||Civic Conviction |- |monthly_corruption||[[File:monthly_corruption.png|28px]]|| MODIFIER_MONTHLY_CORRUPTION||每月腐败||Monthly Corruption |- |monthly_general_loyalty||[[File:monthly_general_loyalty.png|28px|链接=Special:FilePath/Monthly_general_loyalty.png]]|| MODIFIER_MONTHLY_GENERAL_LOYALTY||每月将领忠诚度||Monthly General Loyalty |- |monthly_governor_loyalty||[[File:monthly_governor_loyalty.png|28px|链接=Special:FilePath/Monthly_governor_loyalty.png]]|| MODIFIER_MONTHLY_GOVERNOR_LOYALTY||每月总督忠诚度||Monthly Governor Loyalty |- |monthly_governor_wage||[[File:monthly_governor_wage.png|28px]]|| MODIFIER_MONTHLY_GOVERNOR_WAGE||总督报酬||Governor Wage |- |monthly_legitimacy||[[File:monthly_legitimacy.png|28px|链接=Special:FilePath/Monthly_legitimacy.png]]|| MODIFIER_MONTHLY_LEGITIMACY||每月正统性||Monthly Legitimacy |- |monthly_local_governor_wage||[[File:monthly_local_governor_wage.png|28px|链接=Special:FilePath/Monthly_local_governor_wage.png]]|| MODIFIER_MONTHLY_LOCAL_GOVERNOR_WAGE||总督报酬||Governor Wage |- |monthly_mercantile_party_conviction||[[File:monthly_mercantile_party_conviction.png|28px|链接=Special:FilePath/Monthly_mercantile_party_conviction.png]]|| monthly_mercantile_party_conviction||商业信念||Mercantile Conviction |- |monthly_military_party_conviction||[[File:monthly_military_party_conviction.png|28px|链接=Special:FilePath/Monthly_military_party_conviction.png]]|| monthly_military_party_conviction||军事信念||Military Conviction |- |monthly_populist_party_conviction||[[File:monthly_populist_party_conviction.png|28px|链接=Special:FilePath/Monthly_populist_party_conviction.png]]|| monthly_populist_party_conviction||民粹信念||Populist Conviction |- |monthly_religious_party_conviction||[[File:monthly_religious_party_conviction.png|28px|链接=Special:FilePath/Monthly_religious_party_conviction.png]]|| monthly_religious_party_conviction||宗教信念||Religious Conviction |- |monthly_tyranny||[[File:monthly_tyranny.png|28px]]|| MODIFIER_MONTHLY_TYRANNY||每月暴政度||Monthly Tyranny |- |monthly_wage_for_character||[[File:monthly_wage_for_character.png|28px|链接=Special:FilePath/Monthly_wage_for_character.png]]|| MODIFIER_MONTHLY_WAGE_FOR_CHARACTER||每月报酬||Monthly Wage |- |monthly_wage_modifier||[[File:monthly_wage_modifier.png|28px]]|| MODIFIER_MONTHLY_WAGE_MODIFIER||每月人物报酬||Monthly Wages for Characters |- |monthly_wage_on_character_modifier||[[File:monthly_wage_on_character_modifier.png|28px]]|| MODIFIER_MONTHLY_WAGE_ON_CHARACTER_MODIFIER||每月报酬||Monthly Wage |- |movement_cost||[[File:movement_cost.png|28px]]|| MODIFIER_MOVEMENT_COST||移动花费||Movement Cost |- |movement_speed_if_no_road||[[File:movement_speed_if_no_road.png|28px|链接=Special:FilePath/Movement_speed_if_no_road.png]]|| MODIFIER_MOVEMENT_SPEED_IF_NO_ROAD||陆军无道路移动||Army Movement Without Roads |- |naval_morale||[[File:naval_morale.png|28px]]|| MODIFIER_NAVAL_MORALE||海军士气||Morale of Navies |- |naval_morale_modifier||[[File:naval_morale_modifier.png|28px]]|| MODIFIER_NAVAL_MORALE_MODIFIER||海军士气||Morale of Navies |- |naval_morale_recovery||[[File:naval_morale_recovery.png|28px|链接=Special:FilePath/Naval_morale_recovery.png]]|| MODIFIER_NAVAL_MORALE_RECOVERY||海军士气恢复||Navy Morale Recovery |- |naval_unit_attrition||[[File:naval_unit_attrition.png|28px|链接=Special:FilePath/Naval_unit_attrition.png]]|| MODIFIER_NAVAL_UNIT_ATTRITION||海军损耗||Navy Attrition |- |navy_maintenance_cost||[[File:navy_maintenance_cost.png|28px]]|| MODIFIER_NAVY_MAINTENANCE_COST||海军维护费||Navy Maintenance Cost |- |navy_movement_speed||[[File:navy_movement_speed.png|28px]]|| MODIFIER_NAVY_MOVEMENT_SPEED||海军移动速度||Naval Movement Speed |- |next_ruler_legitimacy||[[File:next_ruler_legitimacy.png|28px|链接=Special:FilePath/Next_ruler_legitimacy.png]]|| MODIFIER_NEXT_RULER_LEGITIMACY||下任统治者的正统性||Next Rulers Legitimacy |- |num_of_clan_chiefs||[[File:num_of_clan_chiefs.png|28px|链接=Special:FilePath/Num_of_clan_chiefs.png]]|| MODIFIER_NUM_OF_CLAN_CHIEFS||氏族酋长数量||Number of Clan Chiefs |- |omen_duration||[[File:omen_duration.png|28px]]|| MODIFIER_OMEN_DURATION||预兆持续时间||Omen Duration |- |omen_power||[[File:omen_power.png|28px|链接=Special:FilePath/Omen_power.png]]|| MODIFIER_OMEN_POWER||预兆威能||Omen Power |- |oratory_tech_investment||[[File:oratory_tech_investment.png|28px]]|| oratory_tech_investment||雄辩科技投资||Oratory Tech Investment |- |order_shattered_retreat_cost_modifier||[[File:order_shattered_retreat_cost_modifier.png|28px|链接=Special:FilePath/Order_shattered_retreat_cost_modifier.png]]|| order_shattered_retreat_cost_modifier||撤退花费||Retreat Cost |- |pirate_spawn_chance||[[File:pirate_spawn_chance.png|28px|链接=Special:FilePath/Pirate_spawn_chance.png]]|| MODIFIER_PIRATE_SPAWN_CHANCE||海盗出现几率||Pirate Spawn Chance |- |populist_party_influence||[[File:populist_party_influence.png|28px|链接=Special:FilePath/Populist_party_influence.png]]|| populist_party_influence||民粹派系影响力||Populist Faction Influence |- |power_conversion_cost_modifier||[[File:power_conversion_cost_modifier.png|28px|链接=Special:FilePath/Power_conversion_cost_modifier.png]]|| MODIFIER_POWER_CONVERSION_COST_MODIFIER||点数转换花费||Power Conversion Cost |- |price_execute_cost_modifier||[[File:price_execute_cost_modifier.png|28px|链接=Special:FilePath/Price_execute_cost_modifier.png]]|| price_execute_cost_modifier||处决花费||Execute Cost |- |price_imprison_cost_modifier||[[File:price_imprison_cost_modifier.png|28px|链接=Special:FilePath/Price_imprison_cost_modifier.png]]|| price_imprison_cost_modifier||囚禁花费||Imprison Cost |- |primary_heir_attraction||[[File:primary_heir_attraction.png|28px|链接=Special:FilePath/Primary_heir_attraction.png]]|| MODIFIER_PRIMARY_HEIR_ATTRACTION||第一继承人吸引力||Primary Heir Attraction |- |prominence||[[File:prominence.png|28px]]|| MODIFIER_PROMINENCE||名望||Prominence |- |recover_cost_modifier||[[File:recover_cost_modifier.png|28px|链接=Special:FilePath/Recover_cost_modifier.png]]|| recover_cost_modifier||部队整编花费||Unit Reorganization Cost |- |recruit_general_cost_modifier||[[File:recruit_general_cost_modifier.png|28px|链接=Special:FilePath/Recruit_general_cost_modifier.png]]|| recruit_general_cost_modifier||招募陆军将领花费||Recruit General Cost |- |recruit_mercenary_cost_modifier||[[File:recruit_mercenary_cost_modifier.png|28px]]|| recruit_mercenary_cost_modifier||雇佣雇佣兵花费||Recruit Mercenary Cost |- |religious_party_influence||[[File:religious_party_influence.png|28px|链接=Special:FilePath/Religious_party_influence.png]]|| religious_party_influence||宗教派系影响力||Religious Faction Influence |- |religious_tech_investment||[[File:religious_tech_investment.png|28px]]|| religious_tech_investment||宗教科技投资||Religious Tech Investment |- |research_points||[[File:research_points.png|28px]]|| MODIFIER_RESEARCH_POINTS||研究点||Research Points |- |research_points_modifier||[[File:research_points_modifier.png|28px]]|| MODIFIER_RESEARCH_POINTS_MODIFIER||研究点||Research Points |- |retreat_delay||[[File:retreat_delay.png|28px]]|| MODIFIER_RETREAT_DELAY||撤退延迟||Retreat Delay |- |ruler_popularity_gain||[[File:ruler_popularity_gain.png|28px]]|| MODIFIER_RULER_POPULARITY_GAIN||统治者人气增加||Ruler Popularity Gain |- |senate_influence||[[File:senate_influence.png|28px]]|| MODIFIER_SENATE_INFLUENCE||元老院影响力||Senate Influence |- |ship_repair_at_sea||[[File:ship_repair_at_sea.png|28px]]|| MODIFIER_SHIP_REPAIR_AT_SEA||每月海上船只修理||Monthly Ship Repair at Sea |- |siege_ability||[[File:siege_ability.png|28px|链接=Special:FilePath/Siege_ability.png]]|| MODIFIER_SIEGE_ABILITY||围攻能力||Siege Ability |- |siege_engineers||[[File:siege_engineers.png|28px]]|| MODIFIER_SIEGE_ENGINEERS||攻城专家||Siege Engineers |- |slaves_move_cost_modifier||[[File:slaves_move_cost_modifier.png|28px]]|| slaves_move_cost_modifier||移动奴隶花费||Move Slaves Cost |- |smear_character_cost_modifier||[[File:smear_character_cost_modifier.png|28px|链接=Special:FilePath/Smear_character_cost_modifier.png]]|| smear_character_cost_modifier||诋毁声誉花费||Smear Reputation Cost |- |stability_cost_modifier||[[File:stability_cost_modifier.png|28px]]|| MODIFIER_STABILITY_COST_MODIFIER||稳定度花费||Stability Cost |- |start_migration_cost_modifier||[[File:start_migration_cost_modifier.png|28px]]|| start_migration_cost_modifier||移民花费||Migration Cost |- |subject_loyalty||[[File:subject_loyalty.png|28px]]|| MODIFIER_SUBJECT_LOYALTY||附属国忠诚||Loyalty of Subject States |- |subject_opinions||[[File:subject_opinions.png|28px|链接=Special:FilePath/Subject_opinions.png]]|| MODIFIER_SUBJECT_OPINIONS||朝贡国对我们的好感||Tributary Opinion of Us |- |supply_limit||[[File:supply_limit.png|28px]]|| MODIFIER_SUPPLY_LIMIT||补给上限||Supply Limit |- |supply_limit_modifier||[[File:supply_limit_modifier.png|28px|链接=Special:FilePath/Supply_limit_modifier.png]]|| MODIFIER_SUPPLY_LIMIT_MODIFIER||补给上限||Supply Limit |- |support_for_character_as_heir||[[File:support_for_character_as_heir.png|28px|链接=Special:FilePath/Support_for_character_as_heir.png]]|| MODIFIER_SUPPORT_FOR_CHARACTER_AS_HEIR||作为继承人的吸引力||Attraction as Heir |- |tax_income||[[File:commerce_value.png|28px]]|| MODIFIER_TAX_INCOME||基础税收||Base Tax |- |technology_investment||[[File:technology_investment.png|28px|链接=Special:FilePath/Technology_investment.png]]|| MODIFIER_TECHNOLOGY_INVESTMENT||科技速度||Technology Speed |- |tribesmen_move_cost_modifier||[[File:tribesmen_move_cost_modifier.png|28px|链接=Special:FilePath/Tribesmen_move_cost_modifier.png]]|| tribesmen_move_cost_modifier||移动部落民花费||Move Tribesmen Cost |- |tribute_income_modifier||[[File:tribute_income_modifier.png|28px|链接=Special:FilePath/Tribute_income_modifier.png]]|| MODIFIER_TRIBUTE_INCOME_MODIFIER||贡金收入||Tribute Income |- |trireme_cost||[[File:trireme_cost.png|28px|链接=Special:FilePath/Trireme_cost.png]]|| trireme_cost||三层划桨战船花费||Trireme Cost |- |trireme_defensive||[[File:trireme_defensive.png|28px|链接=Special:FilePath/Trireme_defensive.png]]|| trireme_defensive||三层划桨战船防御||Trireme Defense |- |trireme_discipline||[[File:trireme_discipline.png|28px|链接=Special:FilePath/Trireme_discipline.png]]|| trireme_discipline||三层划桨战船训练度||Trireme Discipline |- |trireme_maintenance_cost||[[File:trireme_maintenance_cost.png|28px|链接=Special:FilePath/Trireme_maintenance_cost.png]]|| trireme_maintenance_cost||三层划桨战船维护费||Trireme Maintenance Cost |- |trireme_morale||[[File:trireme_morale.png|28px|链接=Special:FilePath/Trireme_morale.png]]|| trireme_morale||三层划桨战船士气||Trireme Morale |- |trireme_movement_speed||[[File:trireme_movement_speed.png|28px|链接=Special:FilePath/Trireme_movement_speed.png]]|| trireme_movement_speed||三层划桨战船移动速度||Trireme Movement Speed |- |trireme_offensive||[[File:trireme_offensive.png|28px|链接=Special:FilePath/Trireme_offensive.png]]|| trireme_offensive||三层划桨战船进攻||Trireme Offense |- |war_exhaustion||[[File:war_exhaustion.png|28px]]|| MODIFIER_WAR_EXHAUSTION||每月厌战||Monthly War Exhaustion |- |war_score_cost||[[File:war_score_cost.png|28px|链接=Special:FilePath/War_score_cost.png]]|| MODIFIER_WAR_SCORE_COST||战争分数花费||Warscore Cost |- |warelephant_cost||[[File:warelephant_cost.png|28px|链接=Special:FilePath/Warelephant_cost.png]]|| warelephant_cost||战象花费||War Elephants Cost |- |warelephant_defensive||[[File:warelephant_defensive.png|28px|链接=Special:FilePath/Warelephant_defensive.png]]|| warelephant_defensive||战象防御||War Elephant Defense |- |warelephant_discipline||[[File:warelephant_discipline.png|28px|链接=Special:FilePath/Warelephant_discipline.png]]|| warelephant_discipline||战象训练度||War Elephant Discipline |- |warelephant_forest_combat_bonus||[[File:warelephant_forest_combat_bonus.png|28px|链接=Special:FilePath/Warelephant_forest_combat_bonus.png]]|| warelephant_forest_combat_bonus||战象森林战斗加成||War Elephant Forest Combat Bonus |- |warelephant_jungle_combat_bonus||[[File:warelephant_jungle_combat_bonus.png|28px|链接=Special:FilePath/Warelephant_jungle_combat_bonus.png]]|| warelephant_jungle_combat_bonus||战象丛林战斗加成||War Elephant Jungle Combat Bonus |- |warelephant_maintenance_cost||[[File:warelephant_maintenance_cost.png|28px|链接=Special:FilePath/Warelephant_maintenance_cost.png]]|| warelephant_maintenance_cost||战象维护费||War Elephant Maintenance Cost |- |warelephant_morale||[[File:warelephant_morale.png|28px|链接=Special:FilePath/Warelephant_morale.png]]|| warelephant_morale||战象士气||War Elephant Morale |- |warelephant_movement_speed||[[File:warelephant_movement_speed.png|28px|链接=Special:FilePath/Warelephant_movement_speed.png]]|| warelephant_movement_speed||战象移动速度||War Elephant Movement Speed |- |warelephant_offensive||[[File:warelephant_offensive.png|28px|链接=Special:FilePath/Warelephant_offensive.png]]|| warelephant_offensive||战象进攻||War Elephant Offense |- |zeal||[[File:zeal.png|28px]]|| MODIFIER_ZEAL||热忱||Zeal |- ||| || academy_of_athens||学院||Academy |- ||| || ACTION_COST||行动花费||Action Cost |- ||| || aggressive_expansion||侵略性扩张||Aggressive Expansion |- ||| || alexanders_legacy_city_boon||亚历山大的遗产||Alexander's Legacy |- ||| || alexandria||亚历山大里亚||Alexandria |- ||| || ALLOW_UNIT_TYPE||允许“$WHICH|Y$”单位。||Allows '$WHICH|Y$' Units. |- ||| || angry_mob||愤怒的暴民||Angry Mob |- ||| || anticorruption_tenets_bill|||| |- ||| || antigonid_resurgence||安提柯的复兴||Antigonid Resurgence |- ||| || anu_temple||安神庙||Anu Temple |- ||| || any_character_trigger||任意人物||Any Character |- ||| || aqueducts_in_disrepair||忽略市政||Civic Neglect |- ||| || architectural_influences||建筑影响||Architectural Influences |- ||| || area_troops||总督的地方部队||Governors Local Troops |- ||| || argead_empire_modifier||阿吉德的统一||Argead Unification |- ||| || arkadia_formable_modifier||传奇建立者||Legendary Founders |- ||| || army_leader_less||缺乏将领||Lack of General |- ||| || artemis_temple||阿耳忒弥斯神庙||Artemis Temple |- ||| || asklepion||阿斯克勒庇翁||Asklepion |- ||| || assimilate_pop||文化同化花费||Cultural Assimilation Cost |- ||| || attempted_assassination_own_ruler||暗杀未遂!||Attempted Assassination! |- ||| || attempted_murder||谋杀未遂!||Attempted Murderer! |- ||| || bad_gambling_loss||悲惨的赌博失败||Dire Gambling Loss |- ||| || bad_research_general_modifier||低效行政||Administrative Inefficiency |- ||| || barbarian_mercenaries||蛮族佣兵||Barbarian Mercenaries |- ||| || BARBARIAN_SPAW_MOD_UNUSED||蛮族出现概率:||Chance of barbarian rising: |- ||| || barbarians_exacting_tribute||蛮族强征贡品||Barbarians Exacting Tribute |- ||| || barred_from_office||禁止入职||Barred from Office |- ||| || base_values||基础||Base |- ||| || being_financially_supported||接受财务援助||Receiving Financial Aid |- ||| || better_morale||更强的部队||Better Troops |- ||| || better_organization||更好的组织度||Better Organization |- ||| || bharatavarsha_capital_modifier||次大陆的首都||Capital of the Subcontinent |- ||| || bharatavarsha_modifier||婆罗多国||Bharatavarsha |- ||| || blessed_by_the_gods||诸神祝福||Blessed by the Gods |- ||| || blessed_ruler||受祝福的统治者||Blessed Ruler |- ||| || blockaded||被封锁||Blockaded |- ||| || border_control_bill||边境安全法案||Secure Borders Bill |- ||| || border_dispute||边境争端||Border Dispute |- ||| || border_friends||边境好友||Border Friends |- ||| || bosporus||博斯普鲁斯海峡||Bosporus |- ||| || build_expensive_roads_cost_modifier||修建道路花费||Build Roads Cost |- ||| || building_exceeds_expectations||建筑超出预期||Building Exceeds Expectations |- ||| || call_for_peace||呼唤和平||Call For Peace |- ||| || cancelled_loan||贷款已取消||Canceled Loan |- ||| || capital_barbarian_spawn_place||巨型蛮族堡垒||Great Barbarian Stronghold |- ||| || capital_import_ip_29||贸易保护政策||Trade Protection Policy |- ||| || carthage_military_harbor||改建迦太基军港||Qadr Hasht Military Harbor |- ||| || cedars_of_lebanon||诸神的雪松||Cedars of the Gods |- ||| || celebrations_ongoing||正在进行的庆典||Celebrations in Progress |- ||| || centralization_efforts||加强中央集权||Centralization Efforts |- ||| || changed_focus||改变焦点||Changed Focus |- ||| || char_improvement_cult_fortune||命运女神教派||Cult of Fortune |- ||| || char_improvement_cult_isis||伊西斯信徒||Isis Cultist |- ||| || character_base||基础||Base |- ||| || character_corruption||腐败||Corruption |- ||| || character_improvement_asclepian_wiseman||智者医师||Asclepian Wiseman |- ||| || character_improvement_attis_reborn||阿提斯再世||Attis Reborn |- ||| || character_improvement_blessing_of_tanit||祝福生育||Fertility Blessing |- ||| || character_improvement_buddhist_reborn_general||将军再世||Reborn General |- ||| || character_improvement_buddhist_reborn_philosopher||哲学家再世||Reborn Philosopher |- ||| || character_improvement_buddhist_reborn_reformer||改革者再世||Reborn Reformer |- ||| || character_improvement_buddhist_reborn_wiseman||智者再世||Reborn Wiseman |- ||| || character_improvement_jain_misconduct||不当行为||Improper Behavior |- ||| || character_improvement_stele_memory||铭记法则||Memorialized Rule |- ||| || character_improvement_thagimasadas_boon||撒基玛萨德斯赐福||Thagimasadas' Boon |- ||| || character_improvement_thagimasadas_champion||撒基玛萨德斯的捍卫者||Thagimasadas' Champion |- ||| || character_in_debt||负债||In Debt |- ||| || character_wealth_mod||财富||Wealth |- ||| || cheaper_buildings||建筑奇迹||Architectural Wonders |- ||| || citizen_move||公民移动花费||Citizen Movement Cost |- ||| || citizen_promotion||升级到公民花费||Promotion to Citizen Cost |- ||| || city_17_bonus_modifier||扩大税收区||Enlarged Tax District |- ||| || city_17_malus_modifier||当地群情激愤||Local Outrage |- ||| || city_population||城市人口||City Population |- ||| || civic_architecture_bill||民间支出法案||Civic Spending Bill |- ||| || civic_party_ticking_modifier||民政派系受到助长||Civic Faction Promoted |- ||| || civic_tech_cost_modifier||民政科技花费||Civic Technology Cost |- ||| || civil_war_decimation||军队清洗||Military Purge |- ||| || civilization_value||文明度||Civilization Value |- ||| || civilized_neighbor||文明的邻居||Civilized Neighbor |- ||| || civilized_tribe||正在开化的部落||Civilizing Tribe |- ||| || clan_chief_prominence_bad_demagogue||不善言辞||Inarticulate |- ||| || clan_chief_prominence_bad_leader||令人失望的首领||Disappointing Leader |- ||| || clan_chief_prominence_champion||部落捍卫者||Tribal Champion |- ||| || clan_chief_prominence_good_demagogue||能言善辩||Well-Spoken |- ||| || clan_chief_prominence_good_leader||好首领||Good Leader |- ||| || clan_chief_prominence_great_demagogue||伟大的演说家||Great Speaker |- ||| || clan_chief_prominence_great_leader||伟大的首领||Great Leader |- ||| || clan_chief_prominence_somewhat_irreverent||无信仰的首领||Irreligious Leader |- ||| || clan_chief_prominence_somewhat_reverent||宗教首领||Religious Leader |- ||| || clan_chief_prominence_terrible_demagogue||糟糕的演说家||Terrible Speaker |- ||| || clan_chief_prominence_terrible_leader||糟糕的首领||Terrible Leader |- ||| || clan_chief_prominence_very_irreverent||不敬神的首领||Irreverent Leader |- ||| || clan_chief_prominence_very_reverent||敬神的首领||Reverent Leader |- ||| || clan_martial_support||承诺军队||Troop Promise |- ||| || clan_treasury_support||承诺财富||Treasury Promise |- ||| || cloyalty_1_modifier||受激励||Inspired |- ||| || coastal||沿海||Coastal |- ||| || coastal_port||沿岸港口||Coastal Port |- ||| || coastal_sea||近海||Coastal Sea |- ||| || COHORT_RECRUIT_SPEED||大队招募速度||Cohort Recruitment Speed |- ||| || colonial_unrest||殖民地动乱||Colonial Unrest |- ||| || colony_level||殖民地级别||Colony Level |- ||| || command_restructuring||指挥重组||Command Restructuring |- ||| || controller_of_alexandria||控制亚历山大里亚||Controls Alexandria |- ||| || controller_of_antioch||控制安条克||Controls Antioch |- ||| || controller_of_carthage||控制迦太基||Controls Carthage |- ||| || controller_of_rome||控制罗马||Controls Rome |- ||| || convert_pop||宗教改信花费||Religious Conversion Cost |- ||| || convert_pop_cost_modifier||人口转教花费||Convert Pop Cost |- ||| || corruption||总督腐败||Governor Corruption |- ||| || country_attrition||军队损耗||Army Attrition |- ||| || country_diminishment_curse_of_baal||被巴力诅咒||Cursed by Ba'al |- ||| || country_diminishment_dde_struggling_administration||希腊难题||Hellenistic Complications |- ||| || country_diminishment_druidic_banishment||驱逐德鲁伊教||Druidic Banishment |- ||| || country_diminishment_oracle_of_delphi||得尔斐的预言||Prophecy of Delphi |- ||| || country_diminishment_satrap_overlord_bureaucratic_issues||官僚问题||Bureaucratic Issues |- ||| || country_diminishment_satrap_unfit_overlord||忠于不合格的宗主国||Loyal to Unfit Overlord |- ||| || country_improvement_alexandrian_technology||亚历山大时代技术||Alexandrian Technology |- ||| || country_improvement_appeased_maat||安抚玛亚特||Appeased Maat |- ||| || country_improvement_argonautica||史诗:阿尔戈船英雄纪||Epic: Argonautica |- ||| || country_improvement_athena_blessing||智慧祝福||Olive Blessing |- ||| || country_improvement_athenian_ideas||雅典理念||Athenian Ideas |- ||| || country_improvement_baal_harvest||丰收祝福||Harvest Blessing |- ||| || country_improvement_babylonian_experience||巴比伦的经验||Babylonian Experience |- ||| || country_improvement_blessed_by_stars||群星的祝福||Stars' Blessing |- ||| || country_improvement_blessing_of_baal||巴力的祝福||Blessing of Ba'al |- ||| || country_improvement_blessing_of_melqart||美刻尔的祝福||Blessing of Melqart |- ||| || country_improvement_carthaginian_fleet||迦太基舰队||Carthaginian Fleet |- ||| || country_improvement_commerce_blessing||贸易之神的祝福||Blessing of Commerce |- ||| || country_improvement_cybele_blessing||大地女神的祝福||Blessing of the Mother Goddess |- ||| || country_improvement_dde_greco_persian_administration||希腊纽带||Hellenistic Bonds |- ||| || country_improvement_dde_hellenistic_neighbor||欣欣向荣的贸易关系||Flourishing Trade Relations |- ||| || country_improvement_dionysus_blessing||酒神的祝福||Blessing of Wine |- ||| || country_improvement_druids_manpower||受到激励的民众||Inspired Populace |- ||| || country_improvement_druids_troop_morale||受到激励的军队||Inspired Troops |- ||| || country_improvement_enormous_library||古代文献||Ancient Texts |- ||| || country_improvement_epic||传奇史诗||Epic Tale |- ||| || country_improvement_found_guidance||先知指引||Oracle Guidance |- ||| || country_improvement_great_trade_routes||伟大贸易路线||Great Trade Routes |- ||| || country_improvement_heracles_blessing||力量之神的祝福||Blessing of Strength |- ||| || country_improvement_hindu_ceremony||节日福利||Festival Boon |- ||| || country_improvement_hindu_grand_ceremony||大型节日福利||Large Festival Boon |- ||| || country_improvement_inspiring_soldier||激励战士||Inspiring Soldier |- ||| || country_improvement_jainism_charity||耆那:慷慨||Jainism: Charitable |- ||| || country_improvement_jainism_chastity||耆那:贞洁||Jainism: Chastity |- ||| || country_improvement_jerusalemite_monuments||耶路撒冷纪念碑||Jerusalemite Monuments |- ||| || country_improvement_judaism_hellenistic_inspiration||希腊启发||Hellenistic Inspiration |- ||| || country_improvement_judaism_temple||伟大神殿||Great Temple |- ||| || country_improvement_judaism_traditions||古老传统||Ancient Traditions |- ||| || country_improvement_lysimacheian_materials||吕西玛刻亚的建材||Lysimacheian Materials |- ||| || country_improvement_memphian_goods||孟斐斯的商品||Memphian Goods |- ||| || country_improvement_mercenary_patron||雇佣兵老主顾||Mercenary Patron |- ||| || country_improvement_monuments_of_persepolis||波斯波利斯的纪念碑||Monuments of Persepolis |- ||| || country_improvement_oracle_of_delphi||得尔斐的预言||Prophecy of Delphi |- ||| || country_improvement_pellan_treasures||珀拉的财宝||Treasures of Pella |- ||| || country_improvement_rare_text||稀有文献||Rare Texts |- ||| || country_improvement_rhodesian_designs||罗得岛人设计||Rhodian Design |- ||| || country_improvement_roman_morale||罗马士气||Roman Morale |- ||| || country_improvement_satrap_project_good_army||经验丰富的陆军||Experienced Army |- ||| || country_improvement_satrap_project_good_income||商业福利||Merchant Boon |- ||| || country_improvement_satrap_project_good_peace||良好的官僚制度||Well-built Bureaucracy |- ||| || country_improvement_satrap_project_great_army||经验丰富的陆军||Experienced Army |- ||| || country_improvement_satrap_project_great_income||商业福利||Merchant Boon |- ||| || country_improvement_satrap_project_great_peace||良好的官僚制度||Well-built Bureaucracy |- ||| || country_improvement_satrap_project_ok_army||经验丰富的陆军||Experienced Army |- ||| || country_improvement_satrap_project_ok_income||商业福利||Merchant Boon |- ||| || country_improvement_satrap_project_ok_peace||良好的官僚制度||Well-built Bureaucracy |- ||| || country_improvement_seleucian_bureaucracy||塞琉古官僚体制||Seleucid Bureaucracy |- ||| || country_improvement_shrine_to_baal||巴力神殿||Shrine of Ba'al |- ||| || country_improvement_shrine_to_melqart||美刻尔神殿||Shrine of Melqart |- ||| || country_improvement_shrine_to_tanit||月亮女神神殿||Shrine of the Moon Goddess |- ||| || country_improvement_spartan_discipline||斯巴达纪律||Spartan Discipline |- ||| || country_improvement_syracusan_technology||叙拉古技术||Syracusan Technology |- ||| || country_improvement_taxed_druids||向德鲁伊收税||Taxed Druids |- ||| || country_improvement_temple_of_isis||月亮女神神庙||Temple of the Moon Goddess |- ||| || country_improvement_thracian_war_blessing||战争祝福||War Blessing |- ||| || country_improvement_tributary_commerce_boon||商业繁荣||Commercial Boon |- ||| || country_improvement_tributary_minor_commerce_boon||商业稍微繁荣||Minor Commercial Boon |- ||| || country_improvement_tyrian_resources||提洛人的财富||Tyrian Resources |- ||| || country_improvement_war_ares_blessing||战争之神的祝福||Blessing of War |- ||| || country_improvement_war_athena_blessing||智慧之神的祝福||Blessing of Wisdom |- ||| || country_improvement_war_hephaistos_blessing||锻造之神的祝福||Blessing of the Forge |- ||| || country_improvement_war_poseidon_blessing||海洋之神的祝福||Blessing of the Sea |- ||| || country_improvement_warelephants_of_pataliputra||波多利弗多罗战象||War Elephants of Pataliputra |- ||| || country_improvement_warm_period||暖期||Warm Period |- ||| || country_improvement_zoroastrianism_stability||被阿胡拉马兹达指引||Guided by Ahuramazda |- ||| || country_improvement_zoroastrianism_war||被阿胡拉马兹达指引||Guided by Ahuramazda |- ||| || country_modifier_arabian_ancestor_veneration_cult||祖先崇拜||Ancestor Veneration Cult |- ||| || country_modifier_arabian_removed_cult||消除祖先崇拜||Removed Ancestor Cult |- ||| || country_modifier_broken_museion||缪斯神庙废墟||Ruins of Museion |- ||| || country_modifier_closed_temples||封闭的神庙||Closed Temples |- ||| || country_modifier_opened_temples||开放的神庙||Open Temples |- ||| || country_modifier_unfit_overlord||不合格的宗主国||Unfit Overlord |- ||| || crucified_slaves||钉死叛乱的奴隶||Crucifixion of Slave Revolters |- ||| || cruel_tribesmen_option||拒绝迁移||Denied Movement |- ||| || cultural_displacement_monarchy||文化置换||Cultural Displacement |- ||| || cultural_influence||文化影响||Cultural Influence |- ||| || CV_ELECTION_TERM_TOTAL||每$TOTAL|Y$将举行一次选举。选举的时间间隔取决于:\n$GOVFORM$:$BASE|Y$\n$WHY$\n一个$TITLE$直到最近一次选举$DELAY|R$年后才可再次选举。||There is an election each $TOTAL|Y$ years. The duration between elections is due to:\n$GOVFORM$: $BASE|Y$\n$WHY$\nA $TITLE$ can not be re-elected until $DELAY|R$ years have passed since the end of the last term. |- ||| || cypriot_copper_mines||塞浦路斯铜矿||Copper Mines of Cyprus |- ||| || damaged_temple||神庙受损||Damaged Temple |- ||| || dde_argyraspides_modifier||银盾军||Argyraspides |- ||| || debt_paid_off||债务已还清||Debt Paid Off |- ||| || debt_payoff_toggle||偿还债务||Paying Off Debt |- ||| || dec_switched_char_religion||该人物最近皈依了一个不同的信仰,并虔诚地遵循它的信条。||This character recently converted to a different faith, and is devoutly following its tenets. |- ||| || decentralizing_realm||境内分权||Decentralizing Realm |- ||| || decreased_morale||士气低落||Decreased Morale |- ||| || DEFENSIVE||防御||Defense |- ||| || defensive_war||处于防御战争||In Defensive War |- ||| || deficit_character_loyalty||铁腕手段!||Strong-Armed! |- ||| || deficit_research_points||摈弃的发展||Progress Abandoned |- ||| || deified_ruler||神化君王||Deified Ruler |- ||| || deliberate_deceptiveness||蓄意诈骗||Deliberate Deceptiveness |- ||| || demoralized_troops||士气低落的部队||Demoralized Troops |- ||| || denied_pop_entry||拒绝难民入境||Denied Entry to Refugees |- ||| || depopulated_province||复原省份||Recovering Province |- ||| || desecrated||被毁坏了||Desecrated |- ||| || dictatorial_extension||独裁期||Dictatorial Term |- ||| || different_religion||不同宗教||Different Religion |- ||| || diminishing_trade||贸易萎缩||Diminishing Trade |- ||| || DIPLOMATIC_RANGE_TITLE||#T 外交距离#!\n||#T Diplomatic Range#!\n |- ||| || diplomatic_reputation||$MODIFIER_DIPLOMATIC_REPUTATION$||$MODIFIER_DIPLOMATIC_REPUTATION$ |- ||| || disagreements_between_leaders||领袖间的分歧||Disagreements Between Leaders |- ||| || DISCIPLINE||训练度||Discipline |- ||| || disconnected_problem_area||边境省份的蛮族威胁||Barbarian Threat in Border Province |- ||| || disenfranchised_greeks||剥夺希腊人特权||Disenfranchised Greeks |- ||| || dishonest_tax_collectors||狡诈的税吏||Dishonest Tax Collectors |- ||| || disinherited_mercenary||不被承认的觊觎者||Disavowed Pretender |- ||| || disloyal_family_head_cmod||愤怒的家族||Outraged Family |- ||| || disloyal_state_commander_modifier||已拒绝服务||Service Refused |- ||| || disorder_among_our_troops||部队中的混乱||Disorder Among Our Troops |- ||| || disorganized_troops||混乱的部队||Disorganized Troops |- ||| || eastern_sound_toll||东方海峡通行费||Eastern Sound Toll |- ||| || easy_ai||容易||Easy Difficulty |- ||| || easy_player||容易||Easy Difficulty |- ||| || egypt_hellenic_non_syncretic||目中无人的希腊文化||Defiant Hellenism |- ||| || electoral_extension_mod||延长独裁任期||Extended Dictatorship |- ||| || elephant_charge||战象冲锋||Elephant Charge |- ||| || embellished_temple_jupiter_optimus_maximus||被修缮的朱庇特神庙||Embellished Temple of Jupiter Optimus Maximus |- ||| || ENABLE_ABILITY||启用“$WHICH|Y$”能力\n||Enables the '$WHICH|Y$' Ability\n |- ||| || ENABLE_TACTIC||启用“$WHICH|Y$”战术\n||Enables the '$WHICH|Y$' Tactic\n |- ||| || enforced_conscription_bill||强征入伍法案||Enforced Conscription Bill |- ||| || enforced_return_of_slaves||被迫归还战利品||Enforced Return of Spoils |- ||| || enslaved_refugees||被奴役的移民||Enslaved Migrants |- ||| || excellent_commander||优秀的指挥官||Excellent Commander |- ||| || expanded_campus_martius||扩建的战神广场||Expanded Campus Martius |- ||| || faction_omen_cost_2||精心打造仪式||Elaborate Ritual |- ||| || failure_to_interpret_omen||未能解读预兆||Failure to Interpret Omen |- ||| || family_married_to_ruler_or_heir||与统治者家族联姻的家族||Family Married to Ruler Family |- ||| || financial_acumen||财务敏感度||Financial Acumen |- ||| || financially_supporting||提供财务援助||Sending Financial Aid |- ||| || flogged_bare||回天乏术!||Hopeless! |- ||| || focusing_centralization||注重加强中央集权||Focused Centralization Efforts |- ||| || focusing_decentralization||注重分权||Focused Decentralization Efforts |- ||| || foreign_citizen||外国公民||Foreign Citizen |- ||| || foreign_royalty||外国王室||Foreign Royalty |- ||| || formable_capital_huge_modifier||文明中心||Center of Civilization |- ||| || formable_capital_modifier||新生的都城||Emergent Capital |- ||| || formable_capital_tribal_modifier||新兴的文明中心||Emergent Center of Civilization |- ||| || formable_country_huge_modifier||国家精神||National Spirit |- ||| || formable_crete_capital_mod||克里特政府||Cretan Administration |- ||| || formable_crete_refuse_annexation||拒绝整合||Refused Integration |- ||| || FORT_LEVEL||堡垒级别||Fort Level |- ||| || fortifications_of_rhodes||罗得斯防御工事||Fortifications of Rhodes |- ||| || free_hands_cmod||全权||Free Hands |- ||| || freemen_move||自由民移动花费||Freemen Movement Cost |- ||| || freemen_promotion||升级到自由民花费||Promotion to Freeman Cost |- ||| || funded_arbitrator_office||资金充足的财政总管||Funded Arbitrator |- ||| || gades_garum||伽迪耳的鱼酱||Garum of Gadir |- ||| || gambling_loss||赌博失败||Gambling Loss |- ||| || gambling_win||赌博获胜||Gambling Win |- ||| || gardens_of_babylon||巴比伦空中花园||Gardens of Babylon |- ||| || GARRISON||守军||Garrison |- ||| || gathering_place||集会地点||Gathering Place |- ||| || generic_barbarian_spawn_place||蛮族堡垒||Barbarian Stronghold |- ||| || governor_high_loyalty||总督忠诚度||Governor Loyalty |- ||| || governor_low_loyalty||总督忠诚度||Governor Loyalty |- ||| || governor_wage||总督报酬||Governor Wage |- ||| || grand_fleet||大舰队||Grand Fleet |- ||| || grand_koine||希腊大联盟||Great Koine |- ||| || grand_temple_built||美丽的神殿||Beautiful Temple |- ||| || great_formable_koine_capital_modifier||希腊大联盟的首都||Great League Capital |- ||| || greek_unrest||希腊城市动乱||Unrest in Greek City |- ||| || happy_citizens||幸福的公民||Happy Citizens |- ||| || hard_ai||困难||Hard Difficulty |- ||| || hard_player||困难||Hard Difficulty |- ||| || head_of_family||族长||Head of Family |- ||| || hellespont||赫勒斯滂||Hellespont |- ||| || high_aggressive_expansion||高侵略性扩张||High Aggressive Expansion |- ||| || high_inefficiency||高效率||High Inefficiency |- ||| || high_tax_income||额外税收||Tax Bonus |- ||| || holy_site_desecrated||圣地废墟||Holy Site in Ruins |- ||| || ignored_omen||被忽略的预兆||Ignored Omen |- ||| || imported_ideas||引入的理念||Imported Ideas |- ||| || improved_office_charisma||改进的公职||Improved Office |- ||| || improved_office_finesse||改进的公职||Improved Office |- ||| || improved_office_martial||改进的公职||Improved Office |- ||| || improved_office_zeal||改进的公职||Improved Office |- ||| || improved_trading_conditions||贸易状况改善||Improved Trading Conditions |- ||| || in_deficit||财政赤字||In Deficit |- ||| || incense_route||香料之路||Incense Route |- ||| || incompetent_commander||不称职的指挥官||Incompetent Commander |- ||| || increased_efficiency||效率高涨||Increased Efficiency |- ||| || increased_family_wages||增加津贴||Increased Allowances |- ||| || increased_morale||士气高涨||Increased Morale |- ||| || increased_support||支持提升||Increased Support |- ||| || indo_greek_kingdom_modifier||为了印度||By the Indus |- ||| || inferior_tactics||低劣策略||Inferior Tactics |- ||| || inspire_disloyalty_modifier||受教唆的不忠||Disloyalty Inspired |- ||| || invaluable_experience||宝贵的经验||Invaluable Experience |- ||| || is_capital_area||首都区域||Capital Area |- ||| || is_capital_city||首都城市||Capital City |- ||| || is_capital_region||首都地区||Capital Region |- ||| || is_current_ruler||当前统治者||The Current Ruler |- ||| || is_exiled||被驱逐||In Exile |- ||| || is_imprisoned||被囚禁||Is Imprisoned |- ||| || is_monarchy||是君主国||Is Monarchy |- ||| || IS_NOT_ADULT_TRIGGER||未成年\n||Is NOT Adult\n |- ||| || IS_NOT_ALIVE||死亡||Is Dead |- ||| || is_republic||是共和国||Is Republic |- ||| || is_tribe||是部落||Is Tribe |- ||| || killed_fugitives||逃亡者被杀||Killed Fugitives |- ||| || lack_of_equipment||装备不足||Lack of Equipment |- ||| || lack_of_followers||缺乏追随者||Lack of Followers |- ||| || lack_of_iron||供铁不足||Lack of Iron |- ||| || lack_of_material||缺乏材料||Lack of Material |- ||| || LAND_BASE_MORALE||#T 陆军士气#! \n基础值:$VAL|Y$||#T Morale of Armies#!\nBase Value: $VAL|Y$ |- ||| || land_province||城市||City |- ||| || lapis_specularis_segobriga||石膏||Lapis Specularis |- ||| || lapse_of_authority||丧失权威||Lapse of Authority |- ||| || large_neighbour_city||邻国大城市||Large Neighbor City |- ||| || lenient_slave_handling||奴隶赦免||Slave Amnesty |- ||| || levies_manpower_depleted||紧张加剧||Increased Tension |- ||| || local_preparing_for_war||准备战争||Preparing for War |- ||| || local_tax_relief||局部减税||Localized Tax Relief |- ||| || looted||被劫掠||Looted |- ||| || looted_by_friends||遭到劫掠!||Looted! |- ||| || low_tax_income||额外税收||Tax Bonus |- ||| || lowered_tariffs_bill||降低关税法案||Lowered Tariffs Bill |- ||| || luck||幸运||Luck |- ||| || lucky_nation||幸运国家||Lucky Nation |- ||| || major_barbarian_spawn_place||大型蛮族堡垒||Major Barbarian Activity |- ||| || manpower||人力||Manpower |- ||| || marian_reforms_aristocracy_happy||如释重负的贵族||Aristocracy Relieved |- ||| || marian_reforms_modifier||惊诧的贵族||Aristocratic Dismay |- ||| || marian_reforms_monarchy_modifier||军事改革||Military Reforms |- ||| || masters_of_the_med||地中海之主||Masters of the Mediterranean |- ||| || mastian_gold_range||马斯提亚金矿||Gold Fields of Mastia |- ||| || mausoleum_of_mausolos||摩索拉斯陵墓||Mausoleum of Mausolus |- ||| || mediterranean_breadbasket||地中海粮仓||Mediterranean Breadbasket |- ||| || mediterranean_breadbaskets||地中海粮仓||Mediterranean Breadbaskets |- ||| || mediterranean_control||控制地中海||Mediterranean Control |- ||| || megarian_school||墨伽拉学派||Megarian School |- ||| || mercantile_party_ticking_modifier||商业派系受到助长||Mercantile Faction Promoted |- ||| || merchant_embargo||商业禁运||Merchant Embargo |- ||| || mercs_ransacked||被洗劫!||Ransacked! |- ||| || mercs_ransacked_pmod||被雇佣兵洗劫||Ransacked by Mercenaries |- ||| || metropolis||大都市||Metropolis |- ||| || mild_winter||温和的冬天||Mild Winter |- ||| || military_career||士气高涨||Increased Morale |- ||| || military_inspiration||军事启发||Military Inspiration |- ||| || military_party_ticking_modifier||军事派系受到助长||Military Faction Promoted |- ||| || military_prowess||军事实力||Military Prowess |- ||| || military_tech_cost_modifier||军事科技花费||Military Technology Cost |- ||| || minor_barbarian_spawn_place||小型蛮族堡垒||Minor Barbarian Stronghold |- ||| || minor_religious_disturbance||宗教骚乱||Religious Disturbance |- ||| || MODIFIER_BATTLE_EVENT_CHANCE||战斗事件几率||Battle Event Chance |- ||| || MODIFIER_CIVIC_CONVICTION||民政信念||Civic Conviction |- ||| || MODIFIER_CIVIC_INFLUENCE||民政派影响力||Civic Influence |- ||| || MODIFIER_CONTROL_RANGE_TT||$BASE|Y$ 乘以 $MODIFIER|Y$=$RESULT|Y$||$BASE|Y$ multiplied by $MODIFIER|Y$ = $RESULT|Y$ |- ||| || MODIFIER_CONTROL_RANGE_TT_IN_RANGE||[PROVINCE.GetName]在[COUNTRY.GetName]的控制范围内||[PROVINCE.GetName] is in control range of [COUNTRY.GetName] |- ||| || MODIFIER_CONTROL_RANGE_TT_IN_RANGE_DISLOYAL||[PROVINCE.GetName]不在[COUNTRY.GetName]的控制范围内,因为[STATE_CAPITAL.GetName]不忠||[PROVINCE.GetName] is not in control range of [COUNTRY.GetName] because [STATE_CAPITAL.GetName] is disloyal |- ||| || MODIFIER_CONTROL_RANGE_TT_NOT_IN_RANGE||[PROVINCE.GetName]不在[COUNTRY.GetName]的控制范围内($DISTANCE$ > [COUNTRY.GetControlRange])||[PROVINCE.GetName] is not in control range of [COUNTRY.GetName] ($DISTANCE$ > [COUNTRY.GetControlRange]) |- ||| || MODIFIER_COUNTRY_NAME||$NAME$的地位||Status of $NAME$ |- ||| || MODIFIER_DIPLOMACT_RANGE_TT||基础:$BASE|Y$\n||Base: $BASE|Y$\n |- ||| || MODIFIER_DIPLOMATIC_MISSIONS||外交成功||Diplomacy Success |- ||| || MODIFIER_IMPROVE_RELATION||改善关系||Improve Relation |- ||| || MODIFIER_INTRIGUE_MISSIONS||密谋成功||Intrigue Success |- ||| || MODIFIER_MERCANTILE_CONVICTION||商业信念||Mercantile Conviction |- ||| || MODIFIER_MERCANTILE_INFLUENCE||商业派影响力||Mercantile Influence |- ||| || MODIFIER_MERCENARY_COST||雇佣兵花费||Mercenary Cost |- ||| || MODIFIER_MILITARY_CONVICTION||军事信念||Military Conviction |- ||| || MODIFIER_MILITARY_INFLUENCE||军事派影响力||Military Influence |- ||| || MODIFIER_MONTHLY_CIVIC_CONVICTION||每月民政信念||Monthly Civic Conviction |- ||| || MODIFIER_MONTHLY_MERCANTILE_CONVICTION||每月商业信念||Monthly Mercantile Conviction |- ||| || MODIFIER_MONTHLY_MILITARY_CONVICTION||每月军事信念||Monthly Military Conviction |- ||| || MODIFIER_MONTHLY_POPULIST_CONVICTION||每月民粹信念||Monthly Populist Conviction |- ||| || MODIFIER_MONTHLY_RELIGIOUS_CONVICTION||每月宗教信念||Monthly Religious Conviction |- ||| || MODIFIER_NO_CURRENT||当前无修正。\n||Currently nothing modifying it.\n |- ||| || MODIFIER_OVERSEAS_INCOME||海外收入||Overseas Income |- ||| || MODIFIER_POPULIST_CONVICTION||民粹信念||Populist Conviction |- ||| || MODIFIER_POPULIST_INFLUENCE||民粹派影响力||Populist Influence |- ||| || MODIFIER_RELIGIOUS_CONVICTION||宗教信念||Religious Conviction |- ||| || MODIFIER_RELIGIOUS_INFLUENCE||宗教派影响力||Religious Influence |- ||| || MODIFIER_SEDECUSE_COST||策反花费||Seduce Cost |- ||| || MODIFIER_STABILITY_COST||稳定度花费||Stability Cost |- ||| || monthly_governor_wage||总督报酬||Governor Wage |- ||| || monthly_local_governor_wage||总督报酬||Governor Wage |- ||| || monthly_office_high_priest_monarchy_loyalty||每月大祭司忠诚度||Monthly High Priest Loyalty |- ||| || monthly_office_pontifex_loyalty||每月祭司忠诚度||Monthly Pontifex Loyalty |- ||| || monthly_office_steward_loyalty||每月总管忠诚度||Monthly Steward Loyalty |- ||| || morale_boost||士气高扬||Morale Boost |- ||| || morale_malus||士气低落||Low Morale |- ||| || move_pop_cost_modifier||移动人口花费||Move Pop Cost |- ||| || MULTIPLICATIVE_ATTRITION||下列修正数值为乘数:\n||The following modifiers are applied multiplicatively:\n |- ||| || museion_of_alexandria||亚历山大里亚的缪斯神庙||Museion of Alexandria |- ||| || native_aggressiveness||原住民攻击性||Native Aggressiveness |- ||| || natural_centralization||自然的集权||Natural Centralization |- ||| || naughty_thief||众所周知的窃贼||Known Thief |- ||| || naval_advancements||海军的发展||Naval Advancements |- ||| || NAVAL_BASE_MORALE||#T 海军士气#! \n基础值:$VAL|Y$||#T Morale of Navies#!\nBase Value: $VAL|Y$ |- ||| || naval_focus||海军焦点||Naval Focus |- ||| || naval_raiding_cilicia||奇里乞亚海盗||Cilician Pirates |- ||| || naval_supremacy_in_the_east||东方的制海权||Naval Supremacy in the East |- ||| || naval_supremacy_in_the_west||西方的制海权||Naval Supremacy in the West |- ||| || negative_centralization||负集权度||Negative Centralization |- ||| || negative_diplomatic_reputation||$MODIFIER_DIPLOMATIC_REPUTATION$||$MODIFIER_DIPLOMATIC_REPUTATION$ |- ||| || negative_legitimacy||负正统性||Negative Legitimacy |- ||| || negative_stability||负稳定||Negative Stability |- ||| || neglected_navy||改变焦点||Changed Focus |- ||| || new_followers||新追随者||New Followers |- ||| || new_philosophical_ideas||新的哲学理念||New Philosophical Ideas |- ||| || new_trade_hub||繁荣的人口中心||Flourishing Population Center |- ||| || nisean_horses||尼萨马||Nisean Horses |- ||| || no_adjacent_controlled||未控制邻近省份||No Adjacent Controlled |- ||| || no_governor||未指定总督||No Governor Appointed |- ||| || no_unrest||无不满值||No Unrest |- ||| || non_accepted_culture||不同文化组||Different Culture Group |- ||| || non_coastal||内陆||Non Coastal |- ||| || non_culture_cot||非核心贸易中心||Non Core Cot |- ||| || noric_steel||诺里克钢||Noric Steel |- ||| || normal_winter||正常的冬天||Normal Winter |- ||| || not_from_ruler_party||与统治者不在同一派系||Not same faction as ruler |- ||| || num_diplomatic_stance_changes||这个统治者的外交立场改变量||Amount of Diplomatic Stance Changes this Ruler |- ||| || num_foreign_exports||外国出口数量||Number of Foreign Exports |- ||| || num_power_conversions||这个统治者的点数转换量||Amount of Power Conversions this Ruler |- ||| || num_trade_routes||贸易路线数量||Number of Trade Routes |- ||| || obsolete_tactics||过时的战术||Obsolete Tactics |- ||| || occupied||被占领||Occupied |- ||| || offensive_war||处于侵略战争||In Aggressive War |- ||| || olympic_games_modifier||奥运会场地||Site of the Olympic Games |- ||| || olympic_mourning||奥利匹克哀悼||Olympic Mourning |- ||| || olympic_outrage||奥林匹克停战期战火再起||Olympic Truce Broken |- ||| || olympic_victor||奥林匹克胜利者||Olympic Victor |- ||| || olympics_refused||取消举办奥运会||Olympic Games Denied |- ||| || olympics_sanctioned||宣布举办奥运会||Olympic Games Declared |- ||| || omen_bonus_faction||民众的信仰||Faith of the Masses |- ||| || one_priest_too_many||一位祭司已太多||One Priest Too Many |- ||| || ongoing_slave_revolt||奴隶不满||Slave Unrest |- ||| || opinion_refused_royal_marriage_ci||拒绝王室联姻||Refused Royal Marriage |- ||| || opinion_royal_marriage_ci||王室联姻||Royal Marriage |- ||| || opinions_druidic_conflict||德鲁伊冲突||Druidic Conflict |- ||| || oratory_tech_cost_modifier||雄辩科技花费||Oratory Technology Cost |- ||| || orders_refused||命令被忽视||Orders Ignored |- ||| || out_of_supply||缺乏补给||Out of Supply |- ||| || overjoyed_cities_ip_6||喜悦的居民!||Residents Rejoicing! |- ||| || overseas||与首都无陆地连接||No Land Connection to Capital |- ||| || owned_money_by_state_cmod||借钱给国家||Lent Money to State |- ||| || owns_oracle||先知||Oracle |- ||| || panhellenic_games||泛希腊运动会||Panhellenic Games |- ||| || patron_modifier||赞助||Patronage |- ||| || patronage_of_the_arts_modifier||艺术赞助||Patronage of the Arts |- ||| || peace||处于和平||At Peace |- ||| || persia_unified||波斯一统||Unification of Persia |- ||| || PERSONAL_LOYALTY||忠于$WHO|Y$||Loyal to $WHO|Y$ |- ||| || petition_ignored||被忽视的诉求||Petition Ignored |- ||| || philosophical_advancements||哲学发展||Philosophical Advancements |- ||| || philosophical_inspiration||哲学启示||Philosophical Inspiration |- ||| || pillars_of_hercules||海格力斯之柱||Pillar of Hercules |- ||| || pit_defeat||地下角斗场的败者…||Defeat in the Pits... |- ||| || pit_victory||地下角斗场的胜者!||Victory in the Pits! |- ||| || plot_palace_gift||私人宫殿||Private Palace |- ||| || political_chaos||政治混乱||Political Chaos |- ||| || political_clash||政治冲突||Political Clash |- ||| || political_consensus||政治共识||Political Consensus |- ||| || political_disagreements||政治分歧||Political Disagreements |- ||| || political_unity||政治统一||Political Unity |- ||| || poor_conflict_resolution||蹩脚的冲突决断||Poor Conflict Resolution |- ||| || popular_unrest_ip_29||公众不满||Popular Dissatisfaction |- ||| || population_increase||庞大的供鱼量||An Enormous Supply of Fish |- ||| || populist_bonus_faction_1||面包和娱乐||Panem et Circenses |- ||| || populist_demagogue_oh_no||罪恶倾向||Nefarious Tendencies |- ||| || populist_party_ticking_modifier||民粹派系受到助长||Populist Faction Promoted |- ||| || port||港口||Port |- ||| || port_province_raided||被劫掠的港口||Port Raided |- ||| || positive_centralization||正集权度||Positive Centralization |- ||| || positive_diplomatic_reputation||$MODIFIER_DIPLOMATIC_REPUTATION$||$MODIFIER_DIPLOMATIC_REPUTATION$ |- ||| || positive_legitimacy||正正统性||Positive Legitimacy |- ||| || positive_stability||正稳定||Positive Stability |- ||| || power_relative_to_overlord||与宗主国力量对比||Power Relative to Overlord |- ||| || prestige||威望||Prestige |- ||| || priests_refusing_to_perform_rites||混乱的教士||Priests in Disarray |- ||| || primary_heir_modifier||第一继承人||Primary Heir |- ||| || promoted_local_customs_monarchy||推广地方习俗||Promoting Local Customs |- ||| || province_base_values||基础||Base |- ||| || province_diminishment_buddhism_religious_unrest||宗教动乱||Religious Unrest |- ||| || province_diminishment_dde_struggling_administration||艰难进行的行政机关||Struggling Administration |- ||| || province_diminishment_destroyed_volcano||被掩埋||Buried |- ||| || province_diminishment_druidic_conflict||冲突中的德鲁伊||Conflicted Druids |- ||| || province_diminishment_earthquake_affected||受地震影响||Affected by Earthquake |- ||| || province_diminishment_earthquake_destroyed||被地震摧毁||Destroyed by Earthquake |- ||| || province_diminishment_earthquake_ravaged||毁于地震||Ravaged by Earthquake |- ||| || province_diminishment_judaism_lacking_prayers||缺乏信仰||Lacking Faith |- ||| || province_diminishment_maenads||迈那得斯||Maenads |- ||| || province_diminishment_medium_looted||被劫掠||Looted |- ||| || province_diminishment_questionable_maat||不可靠的玛亚特||Questionable Maat |- ||| || province_diminishment_ravaged_volcano||火山喷发||Volcanic Destruction |- ||| || province_diminishment_religious_unrest||宗教动乱||Religious Unrest |- ||| || province_diminishment_satrap_project_bandits||强盗肆虐||Ravaged by Bandits |- ||| || province_diminishment_starvation_lighthouse||饥荒||Starvation |- ||| || province_diminishment_statue||废弃的雕像||Ruined Statue |- ||| || province_diminishment_super_looted||严重劫掠||Heavily Looted |- ||| || province_diminishment_thracian_religious_unrest||宗教动乱||Religious Unrest |- ||| || province_diminishment_tribal_overlord_local_outrage||当地群情激愤||Local Outrage |- ||| || province_diminishment_tribal_overlord_settlers||自由民移民||Freemen Settlers |- ||| || province_diminishment_tribal_vassal_frustrated_populace||沮丧的居民||Frustrated Populace |- ||| || province_diminishment_unrest_hindu||省份不满||Provincial Unrest |- ||| || province_improvement_arabian_religious_freedom||宗教自由||Religious Freedom |- ||| || province_improvement_asclepian_wiseman||智者医师||Asclepian Wiseman |- ||| || province_improvement_athena_shrine||智慧女神神殿||Wisdom Shrine |- ||| || province_improvement_baal_harvest||丰收祝福||Harvest Blessing |- ||| || province_improvement_buddhism_cooperation||友好关系||Friendly Relations |- ||| || province_improvement_buddhism_guru_teacher||上师||Guru Teacher |- ||| || province_improvement_buddhist_teachers||佛教僧侣||Buddhist Monks |- ||| || province_improvement_colossus_1||罗得斯太阳神巨像||Colossus of Rhodes |- ||| || province_improvement_colossus_2||罗得斯太阳神巨像||Colossus of Rhodes |- ||| || province_improvement_cybele_cult||库柏勒崇拜||Cybelene Cult |- ||| || province_improvement_cybelene_shrine||大地女神的雕像||Statue of the Mother Goddess |- ||| || province_improvement_dde_city_games||城市运动会||City Games |- ||| || province_improvement_dde_greco_persian_administration||欣欣向荣的希腊—波斯行政机关||Flourishing Greco-Persian Administration |- ||| || province_improvement_destroyed_colossus||破损的巨像||Broken Colossus |- ||| || province_improvement_eastern_religion_fertility_goddess||生育祭坛||Fertility Shrine |- ||| || province_improvement_eastern_religion_peaceful_relations||和平关系||Peaceful Relations |- ||| || province_improvement_eastern_religion_unrest||宗教动乱||Religious Unrest |- ||| || province_improvement_heraclean_path||赫拉克利航线||Heraclean Path |- ||| || province_improvement_hindu_pilgrimage_money||朝圣之地||Pilgrimage Location |- ||| || province_improvement_hindu_pilgrimage_peace||朝圣之地||Pilgrimage Location |- ||| || province_improvement_isis_cult||伊西斯教派的少数派||Minor Isis Cult |- ||| || province_improvement_isis_cult_center||伊西斯教派||Isis Cult |- ||| || province_improvement_isis_shrine||伊西斯的祭坛||Shrine of Isis |- ||| || province_improvement_judaism_grand_temple||宏大神殿||Grand Temple |- ||| || province_improvement_melqart_faith||麦勒卡特的信仰||Melqart's Faith |- ||| || province_improvement_merciful_conqueror||仁慈的征服者||Merciful Conqueror |- ||| || province_improvement_northern_fertility_rites||生育仪式||Fertility Rites |- ||| || province_improvement_pharos_lighthouse_1||法罗斯灯塔||Pharos Lighthouse |- ||| || province_improvement_pharos_lighthouse_2||法罗斯灯塔||Pharos Lighthouse |- ||| || province_improvement_pharos_lighthouse_3||法罗斯灯塔||Pharos Lighthouse |- ||| || province_improvement_philosopher_cyrenaicism||本地哲学家||Local Philosopher |- ||| || province_improvement_philosopher_epicureanism||本地哲学家||Local Philosopher |- ||| || province_improvement_philosopher_peripateticism||本地哲学家||Local Philosopher |- ||| || province_improvement_philosopher_sophism||本地哲学家||Local Philosopher |- ||| || province_improvement_philosopher_stoicism||本地哲学家||Local Philosopher |- ||| || province_improvement_roman_conquest_loyalty||忠诚的行省首府||Loyal Province Capital |- ||| || province_improvement_shadrafa_shrine||萨特拉普的祭坛||Shrine of Shadrafa |- ||| || province_improvement_shrine_of_fortune||命运女神的祭坛||Shrine of Fortune |- ||| || province_improvement_statue||国家雕像||National Statue |- ||| || province_improvement_temple_of_fortune||命运女神神庙||Temple of Fortune |- ||| || province_improvement_thracian_shrine||保护人的神庙||Shrine to our Patron |- ||| || province_improvement_touched_by_commerce_god||商业移民潮||Commerce Influx |- ||| || province_improvement_tributary_commerce_boon||商业繁荣||Commercial Boon |- ||| || province_improvement_tributary_growth_boon||人口流入||Population Influx |- ||| || province_improvement_tributary_overlord_commerce_boon||商业繁荣||Commercial Boon |- ||| || province_improvement_tributary_overlord_growth_boon||人口流入||Population Influx |- ||| || province_improvement_volcanic_ash||火山灰||Volcanic Ash |- ||| || province_improvements_monarchy||标准提高||Improved Standards |- ||| || province_modifier_arabian_ancestor_veneration_cult||祖先崇拜||Ancestor Veneration Cult |- ||| || province_modifier_arabian_cult_urban_decay||市区老化||Urban Decay |- ||| || province_modifier_arabian_wiseman||流浪智者||Wandering Wiseman |- ||| || province_modifier_recentralization_effort||重新加强中央集权||Recentralization Efforts |- ||| || province_razed_ua||被劫掠!||Razed! |- ||| || province_unrest_pirate||海盗动乱||Pirate Unrest |- ||| || provincial_tax_income||省份税收收入||Provincial Tax Income |- ||| || pyramid_complex||大金字塔||Great Pyramids |- ||| || raised_taxes||提高税收||Raised Taxes |- ||| || ransomed_from_enemy||感激赎回||Gratitude for Ransom |- ||| || re_united_argead_empire_babylon_capital_modifier||帝都巴比伦||Imperial Babylon |- ||| || re_united_argead_empire_dynastic_capital_modifier||帝都||Imperial Capital |- ||| || re_united_argead_empire_egypt_capital_modifier||帝都亚历山大里亚||Imperial Alexandria |- ||| || re_united_argead_empire_indus_capital_modifier||帝都印度河畔的亚历山大里亚||Imperial Alexandria on The Indus |- ||| || re_united_argead_empire_pella_capital_modifier||帝都珀拉||Imperial Pella |- ||| || recent_convert_modifier||宗教狂热||Religious Zeal |- ||| || recent_slave_revolt||最近的奴隶叛乱||Recent Slave Revolt |- ||| || recently_awarded_generalship||新近拔擢||Recently Promoted |- ||| || recruitment_problems||征兵问题||Recruitment Problems |- ||| || reduced_building_cost||建筑成本降低||Reduced Building Cost |- ||| || reduced_priest_working_hours||祭司减负||Priestly Relief |- ||| || reduced_recruitment_cost||征兵成本降低||Reduced Recruitment Cost |- ||| || reformed_gambler||改过自新的赌徒||Reformed Gambler |- ||| || regulated_indictments_bill||调整刑法典||Regulated Penal Code |- ||| || regulated_observance_bill||监管宗教仪式法案||Regulated Religious Observance Bill |- ||| || religious_discussion||宗教探讨||Religious Discussion |- ||| || religious_minorities||宗教少数派||Religious Minorities |- ||| || religious_outcast||宗教放逐||Religious Outcast |- ||| || religious_party_ticking_modifier||宗教派系受到助长||Religious Faction Promoted |- ||| || religious_superiority||宗教优势||Religious Superiority |- ||| || religious_tech_cost_modifier||宗教科技花费||Religious Technology Cost |- ||| || religious_unity||宗教统一||Religious Unity |- ||| || renovated_temple||整修神庙||Renovated Temple |- ||| || responsible_leaders||尽责领袖||Responsible Leaders |- ||| || retiring_general_ambition||满意退休||Contented Retirement |- ||| || returned_mercenary_successor||觊觎者归来||Pretender Returned |- ||| || rhodian_glass_workshops||罗德岛人玻璃工坊||Rhodian Glass Workshops |- ||| || royal_serapis_cult||王室塞拉皮斯崇拜||Royal Serapis Cult |- ||| || ruler_corruption||统治者腐败度||Ruler Corruption |- ||| || RULER_POPULARITY_GAIN||统治者人气增加||Ruler Popularity Gain |- ||| || ruler_popularity_mod||统治者人气||Ruler Popularity |- ||| || sabotage_modifier||纵火!||Arson! |- ||| || sacrifice_interaction_modifier||奉献祭||Votive Offering |- ||| || salt_shortage||食盐短缺||Salt Shortage |- ||| || same_culture_group||相同文化组||Same Culture Group |- ||| || same_religion_group||相同宗教组||Same Religion Group |- ||| || satrapy_bought_loyalty||收买忠诚||Bought Loyalty |- ||| || satrapy_not_following_traditions||充满敌意的总督||Hostile Satrap |- ||| || satrapy_refused_advisor||宗主拒绝顾问||Overlord Refused Advisor |- ||| || school_of_athens||雅典学院||School of Athens |- ||| || scientific_greatness||科学之光||Scientific Greatness |- ||| || scientific_supremacy||科学卓越||Scientific Supremacy |- ||| || scorned_family||受鄙视的家族||Scorned Family |- ||| || sculptural_greatness||雕塑之光||Sculptural Greatness |- ||| || sea_zone||海域||Sea Zone |- ||| || secret_gambler||秘密赌徒||Secret Gambler |- ||| || secret_pit_fighter||秘密地下角斗士||Secret Pit-Fighter |- ||| || self_proclaimed_deity||自封神祗||Self-Proclaimed Deity |- ||| || serapis_priest||塞拉皮斯祭司||Serapis Priest |- ||| || settled_slaves||被解放奴隶的定居地||Manumitted Slave Settlement |- ||| || severe_winter||严酷的冬天||Severe Winter |- ||| || SHIP_RECRUIT_SPEED||船只建造速度||Ship Construction Speed |- ||| || ships_in_port||港口有船只||Ships In Port |- ||| || siege_engineers||攻城专家||Siege Engineers |- ||| || silk_route||丝绸之路||Silk Route |- ||| || slave_maltreatment_bill||废除奴隶权法案||Abolish Slave Rights Bill |- ||| || slave_revolt_succesful||向奴隶让步||Concessions to Slaves |- ||| || slaves_move||奴隶移动花费||Slaves Movement Cost |- ||| || slaves_promotion_cost_modifier||奴隶升级花费||Slave Promotion Cost |- ||| || small_military_reform||军队改革||Military Reform |- ||| || social_unrest||社会动乱||Social Unrest |- ||| || spouse_inspires_the_army||鼓舞人心的配偶||Inspirational Consort |- ||| || spouse_inspires_the_army_better||鼓舞人心的配偶||Inspirational Consort |- ||| || spread_of_religious_ideas||宗教理念的传播||Spread of Religious Ideas |- ||| || stability||稳定度||Stability |- ||| || stability_cost_modifier||祭祀神灵花费||Sacrifice to the Gods Cost |- ||| || stability_increase||稳定度提高||Stability Increase |- ||| || STABILITY_INVESTMENT||每月稳定度投资||Monthly Stability Investment |- ||| || starvation||饥荒||Starvation |- ||| || starving_city||挨饿的城市||Starving City |- ||| || state_base_values||基础||Base |- ||| || state_owned_farmlands||国有农田||State Owned Farmlands |- ||| || static_charisma_mod||魅力||Charisma |- ||| || static_finesse_mod||智略||Finesse |- ||| || static_martial_mod||军略||Martial |- ||| || static_popularity_mod||人气||Popularity |- ||| || static_zeal_mod||热忱||Zeal |- ||| || strong_army||强大的军队||Strong Army |- ||| || stunted_growth||增长受阻||Stunted Growth |- ||| || subject_loyal_to_unfit_overlord||忠于不合格的宗主国||Loyal to Unfit Overlord |- ||| || subject_of_theft||盗窃案受害者!||Subject of Theft! |- ||| || subject_opinion_of_overlord||对宗主国好感||Opinion of Overlord |- ||| || successful_camps||军营制度实施成功||Successful Implementation of Military Camps |- ||| || suebia_modifier||统一苏维比亚||United Suebia |- ||| || superior_tactics||优质策略||Superior Tactics |- ||| || supply_limit||补给上限||Supply Limit |- ||| || support_for_other_heirs||支持觊觎者||Support for Pretenders |- ||| || support_from_central_government||来自中央政府的支援||Support from Central Government |- ||| || support_primary_heir_cmod||被强迫支持||Support Enforced |- ||| || supporting_rebels_abroad||支持国外叛乱||Supporting Rebellions Abroad |- ||| || supreme_ruler||最高统治者||Supreme Ruler |- ||| || switched_char_culture||转换文化||Converted Culture |- ||| || switched_char_religion||已皈依宗教||Converted Faith |- ||| || target_of_murder||谋杀目标!||Target of Murder! |- ||| || tax_dividends_bonus||商业红利||Commercial Dividends |- ||| || tax_on_wealthy_bill||提高财富税法案||Increased Wealth Tax Bill |- ||| || temp_dictator_term_length||独裁的反驳||Dictatorial Rebuttal |- ||| || temple_in_ruins||神庙废墟||Temple in Ruins |- ||| || terrible_storm_modifier||风灾损失||Catastrophic Storm Damage |- ||| || threat_of_punishment||惩罚的威胁||Threat of Punishment |- ||| || tolerant_society||宽容的社会||Tolerant Society |- ||| || trade_investments_province||地方贸易投资||Local Trade Investments |- ||| || trade_problems||香料歉收||Failed Spice Harvest |- ||| || trade_winds_good||信风||Trade Winds |- ||| || tribal_influx||部落移民潮||Tribal Influx |- ||| || tribal_movements||部落迁徙||Tribal Movement |- ||| || tribal_pol_2_population_efflux||人口流失||Population Efflux |- ||| || tribal_pol_2_population_influx||人口流入||Population Influx |- ||| || tribal_pol_6_rioters||暴乱闹事者||Rioting Troublemakers |- ||| || tribal_representation_bill||部落代表法案||Tribal Representation Bill |- ||| || tribal_tradition||部落传统||Tribal Tradition |- ||| || tribesmen_angry_moved||强迫迁移||Forced Removal |- ||| || tribesmen_move||部落民移动花费||Tribesman Movement Cost |- ||| || tribesmen_promotion_cost_modifier||部落民升级花费||Tribesman Promotion Cost |- ||| || tribute_from_a_neighbour||邻国的贡品||Tribute from our Neighbor |- ||| || TRIBUTE_INCOME_MODIFIER||贡金收入||Tribute Income |- ||| || tropical||热带||Tropical |- ||| || trust_in_the_gods||对神的信任||Trust in the Gods |- ||| || tutorial_boost||不败的罗马||Roma Invicta |- ||| || tutorial_build_cost_modifier||罗马建造技术||Roman Construction |- ||| || tutorial_capital_route||经济繁荣||Economic Boom |- ||| || tutorial_rome_victorious||罗马不可战胜!||Roma Invicta! |- ||| || tutorial_unrest_modifier||忠诚的国民||Loyal Subjects |- ||| || tyrian_purple||提尔紫||Tyrian Purple |- ||| || under_siege||被围攻||Under Siege |- ||| || underfunded_arbitrator_office||囊中羞涩的财政总管||Underfunded Arbitrator |- ||| || unexpected_reinforcement||意料之外的援军||Unexpected Reinforcement |- ||| || unfriendly_neighbors||不友好的邻居||Unfriendly Neighbors |- ||| || unit_martial_mod||军略||Martial |- ||| || unite_the_clans||统一的大益||United Dahae |- ||| || unrest||不满值||Unrest |- ||| || unsuccessful_camps||军营制度实施失败||Unsuccessful Implementation of Military Camps |- ||| || utterly_sacked||被洗劫||Sacked |- ||| || very_easy_ai||极易||Very Easy Difficulty |- ||| || very_easy_player||极易||Very Easy Difficulty |- ||| || very_hard_ai||极难||Very Hard Difficulty |- ||| || very_hard_player||极难||Very Hard Difficulty |- ||| || volcanic_eruption_effects||火山喷发后的余波||Aftermath of Volcanic Eruption |- ||| || volcanic_tax_exemption||火山免税||Volcanic Tax Exemption |- ||| || war_exhaustion||厌战度||War Exhaustion |- ||| || warchief_diminished_province||骚乱的省份||Tumultuous Province |- ||| || warchief_improved_province||战争酋长的努力||Warchief Efforts |- ||| || weak_army||羸弱的军队||Weak Army |- ||| || wealth_tax_relief||免征财富税||Wealth Tax Exemptions |- ||| || wealthy_family_lends_senate_support||高位之友||Friends in High Places |- ||| || with_foreign_ruler_friend||有外国统治者朋友||Has Foreign Ruler as Friend |- ||| || word_gets_around||流言四起||Word Gets Around |- ||| || wounded_during_plot||被密谋所伤!||Wounded During Plot! |- ||| || zeus_temple_at_olympia||宙斯神庙||Zeus Temple |- |} {{Modding navbox}} [[Category:模组制作]] [[en:Modifier list]]
本页使用的模板:
Template:Ambox
(
查看源代码
)
Template:Ambox/core
(
查看源代码
)
Template:Clear
(
查看源代码
)
Template:Modding navbox
(
查看源代码
)
Template:Navbox
(
查看源代码
)
Template:Navboxgroup
(
查看源代码
)
Template:Path
(
查看源代码
)
Template:SVersion
(
查看源代码
)
Template:Version
(
查看源代码
)
返回
修正列表
。
×
登录
密码
记住登录
加入英白拉多:罗马百科
忘记密码?
其他方式登录