Ame commited on
Commit ·
fc85133
0
Parent(s):
feat: establish Ab Integro 0.1.0 baseline
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .editorconfig +20 -0
- .gitattributes +44 -0
- .gitignore +19 -0
- CHANGELOG.md +18 -0
- README.md +44 -0
- VERSION +1 -0
- common/countries/Aachen.txt +116 -0
- common/countries/Abenaki.txt +109 -0
- common/countries/Abihka.txt +86 -0
- common/countries/Acoma.txt +73 -0
- common/countries/Adal.txt +103 -0
- common/countries/Aden.txt +99 -0
- common/countries/Afar.txt +103 -0
- common/countries/Afghanistan.txt +80 -0
- common/countries/Ahmadnagar.txt +129 -0
- common/countries/Ainu.txt +64 -0
- common/countries/Air.txt +152 -0
- common/countries/Ajuuraan.txt +87 -0
- common/countries/AkKoyunlu.txt +109 -0
- common/countries/Akamatsu.txt +292 -0
- common/countries/Aksumite Empire.txt +101 -0
- common/countries/Alaska.txt +316 -0
- common/countries/Albania.txt +158 -0
- common/countries/Alencon.txt +190 -0
- common/countries/Algiers.txt +120 -0
- common/countries/Algonquin.txt +140 -0
- common/countries/Alodia.txt +193 -0
- common/countries/Alsace.txt +197 -0
- common/countries/Altamaha.txt +86 -0
- common/countries/Amago.txt +274 -0
- common/countries/Andalusia.txt +123 -0
- common/countries/Andhra.txt +90 -0
- common/countries/Ando.txt +263 -0
- common/countries/AngevinEmpire.txt +784 -0
- common/countries/Anhalt.txt +131 -0
- common/countries/Anilco.txt +86 -0
- common/countries/Anizah.txt +86 -0
- common/countries/Annam.txt +132 -0
- common/countries/Ansbach.txt +119 -0
- common/countries/Antemoro.txt +65 -0
- common/countries/Aotearoa.txt +246 -0
- common/countries/Apache.txt +113 -0
- common/countries/Aquileia.txt +175 -0
- common/countries/Arabia.txt +183 -0
- common/countries/Aragon.txt +165 -0
- common/countries/Arakan.txt +139 -0
- common/countries/Arapaho.txt +117 -0
- common/countries/Arawak.txt +68 -0
- common/countries/Ardabil.txt +188 -0
- common/countries/Ardalan.txt +195 -0
.editorconfig
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
root = true
|
| 2 |
+
|
| 3 |
+
[*]
|
| 4 |
+
charset = utf-8
|
| 5 |
+
end_of_line = lf
|
| 6 |
+
insert_final_newline = true
|
| 7 |
+
indent_style = tab
|
| 8 |
+
indent_size = 4
|
| 9 |
+
|
| 10 |
+
[*.md]
|
| 11 |
+
indent_style = space
|
| 12 |
+
indent_size = 2
|
| 13 |
+
|
| 14 |
+
[*.json]
|
| 15 |
+
indent_style = space
|
| 16 |
+
indent_size = 2
|
| 17 |
+
|
| 18 |
+
# Generated by tools/localisation.ps1; edit localisation_source instead.
|
| 19 |
+
[localisation/**/*.yml]
|
| 20 |
+
charset = utf-8-bom
|
.gitattributes
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
* text=auto
|
| 2 |
+
|
| 3 |
+
*.md text eol=lf
|
| 4 |
+
*.txt text eol=lf
|
| 5 |
+
*.gfx text eol=lf
|
| 6 |
+
*.gui text eol=lf
|
| 7 |
+
*.shader text eol=lf
|
| 8 |
+
*.fxh text eol=lf
|
| 9 |
+
*.mod text eol=lf
|
| 10 |
+
*.ps1 text eol=lf
|
| 11 |
+
*.json text eol=lf
|
| 12 |
+
*.csv text eol=lf
|
| 13 |
+
*.yaml text eol=lf
|
| 14 |
+
*.yml text eol=lf
|
| 15 |
+
# These are generated EU4-ready files. Preserve the BOM and double-byte encoding.
|
| 16 |
+
localisation/**/*.yml -text -diff !eol linguist-generated=true
|
| 17 |
+
localisation_source/**/*.yml text eol=lf
|
| 18 |
+
# Binary game and source-art assets.
|
| 19 |
+
*.dds filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.tga filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.fnt filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.xcf filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.psd filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.mesh filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.anim filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.xac filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xsm filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.ttf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.otf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
localisation/**/*.yml filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
common/cultures/00_cultures.txt filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
events/WomenInHistory.txt filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Local development files
|
| 2 |
+
temp/
|
| 3 |
+
scratch/
|
| 4 |
+
scratch_*/
|
| 5 |
+
*.bak
|
| 6 |
+
*.tmp
|
| 7 |
+
*.log
|
| 8 |
+
*.orig
|
| 9 |
+
|
| 10 |
+
# Editor and operating-system files
|
| 11 |
+
.idea/
|
| 12 |
+
.vscode/
|
| 13 |
+
.DS_Store
|
| 14 |
+
Thumbs.db
|
| 15 |
+
desktop.ini
|
| 16 |
+
|
| 17 |
+
# Paradox and tooling caches
|
| 18 |
+
.launcher-cache/
|
| 19 |
+
shadercache/
|
CHANGELOG.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# 更新日志
|
| 2 |
+
|
| 3 |
+
本项目采用[语义化版本](https://semver.org/lang/zh-CN/)。在 1.0.0 之前,次版本号表示一批新的整合内容,修订号表示不改变整合范围的修复。
|
| 4 |
+
|
| 5 |
+
## [未发布]
|
| 6 |
+
|
| 7 |
+
## [0.1.0] - 2026-07-30
|
| 8 |
+
|
| 9 |
+
### 新增
|
| 10 |
+
|
| 11 |
+
- 建立首批综合整合基线,涵盖汉化、界面、视觉、操作体验和内容拓展。
|
| 12 |
+
- 加入可读汉化源文件及双字节编码维护工具。
|
| 13 |
+
|
| 14 |
+
### 调整
|
| 15 |
+
|
| 16 |
+
- 动态殖民领旗帜使用宗主国旗左上角 60% canton,并修复图集越界采样。
|
| 17 |
+
- 附庸染色改用独立事件文件,不再覆盖原版 `00_on_actions.txt`。
|
| 18 |
+
- “额外警报”移除设置界面及开关逻辑,六类警报默认启用。
|
README.md
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Ab Integro
|
| 2 |
+
|
| 3 |
+
**Ab Integro** 是一个面向《欧陆风云 IV》最终版本的综合模组。
|
| 4 |
+
|
| 5 |
+
EU4 的官方更新已经结束,但围绕它积累下来的优秀模组分散在不同项目中:有些改善界面与操作,有些修正细节,有些重绘地图和纹章,也有些补充原版未能充分展开的内容。Ab Integro 希望把这些彼此契合的成果整理、校正并统一到一个长期可用的整体中。
|
| 6 |
+
|
| 7 |
+
## 理念
|
| 8 |
+
|
| 9 |
+
- **合众为一**:整合实用性、性能、视觉与内容拓展模组,减少重复订阅、加载顺序和版本兼容负担。
|
| 10 |
+
- **尊重原作**:延续 EU4 的历史策略体验,不用无关系统和过量内容冲淡原版的核心。
|
| 11 |
+
- **统一体验**:整合不是简单堆叠。界面、文本、美术和机制需要彼此协调,冲突内容应经过取舍与重做。
|
| 12 |
+
- **面向终版**:以 EU4 最终版本为固定基础,不再追逐已经结束的官方更新周期。
|
| 13 |
+
- **持续整理**:修复来源模组遗留的问题,统一文件结构、命名、汉化和视觉风格,使其成为可以长期维护的完整项目。
|
| 14 |
+
|
| 15 |
+
## 整合方向
|
| 16 |
+
|
| 17 |
+
- 中文本地化与文本修订
|
| 18 |
+
- 界面与操作体验改善
|
| 19 |
+
- 性能优化与错误修复
|
| 20 |
+
- 地图、旗帜、纹章、地形及其他视觉增强
|
| 21 |
+
- 音效与氛围改善
|
| 22 |
+
- 与原版基调一致的机制和内容拓展
|
| 23 |
+
|
| 24 |
+
Ab Integro 的目标不是让所有东西同时存在,而是让值得保留的内容以一致、稳定、自然的方式共同工作。
|
| 25 |
+
|
| 26 |
+
## 当前版本
|
| 27 |
+
|
| 28 |
+
`0.1.0`,面向 EU4 `1.37.5.0`。
|
| 29 |
+
|
| 30 |
+
当前整合内容见[整合来源](docs/SOURCES.md),发生覆盖时的选择见[冲突裁决](docs/CONFLICTS.md),版本变化见[更新日志](CHANGELOG.md)。
|
| 31 |
+
|
| 32 |
+
## 安装
|
| 33 |
+
|
| 34 |
+
将仓库放入 EU4 用户模组目录,并让启动器载入 `descriptor.mod`。使用 Git 克隆时需安装 Git LFS,并在克隆后执行:
|
| 35 |
+
|
| 36 |
+
```powershell
|
| 37 |
+
git lfs pull
|
| 38 |
+
```
|
| 39 |
+
|
| 40 |
+
中文显示依赖 EU4 双字节汉化补丁。参与维护前请先阅读[汉化维护](docs/LOCALISATION.md)和[维护约定](docs/MAINTENANCE.md)。
|
| 41 |
+
|
| 42 |
+
## 来源与权利
|
| 43 |
+
|
| 44 |
+
Ab Integro 包含多个社区模组的整合内容。原始素材、代码与设计的权利归各自作者所有;来源记录见 `docs/SOURCES.md`。本仓库不以开源许可重新授权这些第三方内容。
|
VERSION
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
0.1.0
|
common/countries/Aachen.txt
ADDED
|
@@ -0,0 +1,116 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = westerngfx
|
| 3 |
+
color = { 157 51 167 }
|
| 4 |
+
revolutionary_colors = { 8 1 8 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
defensive_ideas
|
| 7 |
+
offensive_ideas
|
| 8 |
+
religious_ideas
|
| 9 |
+
economic_ideas
|
| 10 |
+
diplomatic_ideas
|
| 11 |
+
innovativeness_ideas
|
| 12 |
+
spy_ideas
|
| 13 |
+
trade_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
western_medieval_infantry
|
| 17 |
+
western_medieval_knights
|
| 18 |
+
western_men_at_arms
|
| 19 |
+
swiss_landsknechten
|
| 20 |
+
dutch_maurician
|
| 21 |
+
austrian_tercio
|
| 22 |
+
austrian_grenzer
|
| 23 |
+
austrian_hussar
|
| 24 |
+
austrian_white_coat
|
| 25 |
+
prussian_uhlan
|
| 26 |
+
austrian_jaeger
|
| 27 |
+
mixed_order_infantry
|
| 28 |
+
open_order_cavalry
|
| 29 |
+
napoleonic_square
|
| 30 |
+
napoleonic_lancers
|
| 31 |
+
}
|
| 32 |
+
monarch_names = {
|
| 33 |
+
"S�yr�p #0" = 100 # Friedrich #0
|
| 34 |
+
"��V�u^ #2" = 80 # Ludwig #2
|
| 35 |
+
"��nf��^yr #2" = 20 # Ruprecht #2
|
| 36 |
+
"�u� Z�^ #0" = 20 # Johann Wilhelm #0
|
| 37 |
+
"aSS #0" = 20 # Karl #0
|
| 38 |
+
"aSS #0 ��V�u^" = 20 # Karl #0 Ludwig
|
| 39 |
+
"aSS #0 �)Rnf" = 20 # Karl #0 Philipp
|
| 40 |
+
"aSS #0 yreYYS" = 20 # Karl #0 Theodor
|
| 41 |
+
"eYXb wm�V̑^ #0" = 20 # Otto Heinrich #0
|
| 42 |
+
"�)Rnf #0" = 20 # Philipp #0
|
| 43 |
+
"�)Rnf Z�^ #0" = 20 # Philipp Wilhelm #0
|
| 44 |
+
"wm�V̑^ #6 S�yr�p" = 15 # Heinrich #6 Friedrich
|
| 45 |
+
"�N�SqS'Y �<h���V #0" = 15 # Alexander Siegmund #0
|
| 46 |
+
"S�yr�p #0 �)Rnf" = 15 # Friedrich #0 Philipp
|
| 47 |
+
"�u� S�yr�p #0" = 15 # Johann Friedrich #0
|
| 48 |
+
"��V�u^ �RN #0" = 15 # Ludwig Anton #0
|
| 49 |
+
"��V�u^ �)Rnf #0" = 15 # Ludwig Philipp #0
|
| 50 |
+
"k�S�f #3 ��V�u^" = 10 # Hermann #3 Ludwig
|
| 51 |
+
"Z�^ #1" = 10 # Wilhelm #1
|
| 52 |
+
"?�S^��^yr #0" = 10 # Albrecht #0
|
| 53 |
+
"KQ̑�eXb+Y #0" = 10 # Christoph #0
|
| 54 |
+
"1r�VNS #0" = 10 # Eduard #0
|
| 55 |
+
"Vg(� ��V�u^ #0" = 10 # Franz Ludwig #0
|
| 56 |
+
"S�yr�p #0 Z�^" = 10 # Friedrich #0 Wilhelm
|
| 57 |
+
"<heYS<h #0" = 10 # Georg #0
|
| 58 |
+
"�S�eTX+Y ?�S�+Y #0" = 10 # Gustav Adolf #0
|
| 59 |
+
"�u� aS�s|S #0" = 10 # Johann Kasimir #0
|
| 60 |
+
"��V�u^ Z�^ #0" = 10 # Ludwig Wilhelm #0
|
| 61 |
+
"��̑(� #0" = 10 # Moritz #0
|
| 62 |
+
"��̑(� KQ̑�e���R #0" = 10 # Moritz Christian #0
|
| 63 |
+
"t�g�V #0" = 10 # Richard #0
|
| 64 |
+
"�lS+Y�Q <heYS<h #0" = 10 # Wolfgang Georg #0
|
| 65 |
+
"byrV̑�V #1" = 5 # Gottfried #1
|
| 66 |
+
"^���� #0" = 0 # Bruno #0
|
| 67 |
+
"byr�lSKQ #0" = 0 # Gottschalk #0
|
| 68 |
+
"^W<SFz�e #0" = 0 # Hieronymus #0
|
| 69 |
+
"O<h�u(� #0" = 0 # Ignatz #0
|
| 70 |
+
"l��^�e #0" = 0 # Markus #0
|
| 71 |
+
"�b�eS #0" = 0 # Raphael #0
|
| 72 |
+
"T�<h #0" = 0 # R�diger #0
|
| 73 |
+
"?����� #0" = -1 # Aleida #0
|
| 74 |
+
"�y�V�b #0" = -1 # Cordula #0
|
| 75 |
+
"!�jg�b #0" = -1 # Gundula #0
|
| 76 |
+
}
|
| 77 |
+
leader_names = {
|
| 78 |
+
"^̑yr�eY+Y" # Blittersdorf
|
| 79 |
+
"�Q <hSi`j��h" # von Gelnhausen
|
| 80 |
+
"�Q ��QKQ" # von Sch�neck
|
| 81 |
+
"�Q �^)R^" # von Dieblich
|
| 82 |
+
"KQSi`" # C�lln
|
| 83 |
+
",g�h���V" # Bensenraede
|
| 84 |
+
"?��VYt" # Adenau
|
| 85 |
+
"<h��OTX�h" # Gruithausen
|
| 86 |
+
"�i`�S�V" # Hohenfeld
|
| 87 |
+
"�Q �u�h�" # von Namedy
|
| 88 |
+
"�lS�w�<h" # Falkenberg
|
| 89 |
+
"�Q KQ�R�e^��k�" # von Clausbruch
|
| 90 |
+
"�&O�e!X" # Hillensberg
|
| 91 |
+
"9N؞�yr" # Dammerscheidt
|
| 92 |
+
"�WS�Ynfyr" # Elmpt
|
| 93 |
+
"�uKQ�e�v" # Naxleden
|
| 94 |
+
"�eS�V" # Schaluyn
|
| 95 |
+
"�Q ��i`" # von Leyen
|
| 96 |
+
"�R�h!X" # Ansembourg
|
| 97 |
+
"�l^<S(�GY" # Zebnitsch
|
| 98 |
+
}
|
| 99 |
+
ship_names = {
|
| 100 |
+
"��O�eTXyr" # Neustadt
|
| 101 |
+
"�Q�d�e�R�n" # Kaiserslautern
|
| 102 |
+
"�WS�Y�e�l�V" # Elmstein
|
| 103 |
+
"pQ�e�VS" # Landstuhl
|
| 104 |
+
"Wyr" # Rhodt
|
| 105 |
+
"�V4b�V�eIl�Y" # Deidesheim
|
| 106 |
+
"ؚ�e>mS" # Hochspeyer
|
| 107 |
+
"���V�WtQ" # Neunkirchen
|
| 108 |
+
"�lS+Y�e�l�V" # Wolfstein
|
| 109 |
+
")n��R" # Winnweiler
|
| 110 |
+
}
|
| 111 |
+
army_names = {
|
| 112 |
+
"$PROVINCE$�Q" # Armee von $PROVINCE$
|
| 113 |
+
}
|
| 114 |
+
fleet_names = {
|
| 115 |
+
"�W^0��" # Stadtflotte
|
| 116 |
+
}
|
common/countries/Abenaki.txt
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = northamericagfx
|
| 3 |
+
color = { 49 115 90 }
|
| 4 |
+
revolutionary_colors = { 8 13 10 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
religious_ideas
|
| 7 |
+
defensive_ideas
|
| 8 |
+
offensive_ideas
|
| 9 |
+
trade_ideas
|
| 10 |
+
diplomatic_ideas
|
| 11 |
+
plutocracy_ideas
|
| 12 |
+
spy_ideas
|
| 13 |
+
economic_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
native_indian_archer
|
| 17 |
+
native_indian_tribal_warfare
|
| 18 |
+
native_indian_horsemen
|
| 19 |
+
native_indian_mountain_warfare
|
| 20 |
+
iroquois_rifle_scout
|
| 21 |
+
sioux_dragoon
|
| 22 |
+
american_western_franchise_warfare
|
| 23 |
+
}
|
| 24 |
+
monarch_names = {
|
| 25 |
+
"NYi`�k<S�e #0" = 20 # Qualebeenewes #0
|
| 26 |
+
"l�YKQ�tY #0" = 20 # Madockawando #0
|
| 27 |
+
"�t�uRV�u #0" = 20 # Wanagemeshaw #0
|
| 28 |
+
"��<hZ^t�uS #0" = 20 # Bungawarrawit #0
|
| 29 |
+
"�uSNW�h #0" = 20 # Warrankansit #0
|
| 30 |
+
"�l���h #0" = 20 # Bomoseen #0
|
| 31 |
+
"O��WS�uNY #0" = 20 # Edaranaquin #0
|
| 32 |
+
"O�u�e #0" = 20 # Eneas #0
|
| 33 |
+
"��Xmt�e #0" = 20 # Iteansis #0
|
| 34 |
+
"pgNYyr #0" = 20 # Jackoit #0
|
| 35 |
+
"�v�Q^t #0" = 20 # Pequaret #0
|
| 36 |
+
"�u��Q�e #0" = 20 # Weebenoose #0
|
| 37 |
+
"�Q^tl�<h�e #0" = 20 # Caterramoggus #0
|
| 38 |
+
"�uKQ�Q�S�e #0" = 20 # Nuctungus #0
|
| 39 |
+
"f�ufk�e #0" = 20 # Quinnawus #0
|
| 40 |
+
"�^OS^�eyr #0" = 20 # Quirebooset #0
|
| 41 |
+
"<S<h�eaSZyr #0" = 20 # Neguscawit #0
|
| 42 |
+
"?��R�uZ #0" = 20 # Abinnaway #0
|
| 43 |
+
"�eaSZ�e #0" = 20 # Scaweeease #0
|
| 44 |
+
"?��NY #0" = 20 # Addeawando #0
|
| 45 |
+
"mt.TR�uKQ #0" = 20 # Segucewick #0
|
| 46 |
+
"�W�e�b9h<Syr #0" = 20 # Kissuragunnit #0
|
| 47 |
+
"�vTX^t�e�^�R�u #0" = 20 # Pittarisquanne #0
|
| 48 |
+
"��KQ�g #0" = 20 # Moxusson #0
|
| 49 |
+
"O��KQ��e #0" = 20 # Erixis #0
|
| 50 |
+
"�W�e�c�R #0" = 20 # Estien #0
|
| 51 |
+
"�u<Sidyr #0" = 20 # Wenemoet #0
|
| 52 |
+
"�l�Q�T��yr #0" = 20 # Whonumbamet #0
|
| 53 |
+
"QhZS� #0" = 20 # Sanboddies #0
|
| 54 |
+
"TN�y��?� #0" = 1 # Chocorua #0
|
| 55 |
+
"l�̑ #0" = -1 # Mali #0
|
| 56 |
+
"l�̑�R #0" = -1 # Malian #0
|
| 57 |
+
"l�)R?�PO<S�e #0" = -1 # Maliazonis #0
|
| 58 |
+
"?�PO�YN #0" = -1 # Azonis #0
|
| 59 |
+
"�s<hKNyr #0" = -1 # Malgelit #0
|
| 60 |
+
}
|
| 61 |
+
leader_names = {
|
| 62 |
+
"?����e�QO" # Amoskeay
|
| 63 |
+
"�gR�y" # Cocheco
|
| 64 |
+
"�^�tςKQ" # Cowasuck
|
| 65 |
+
"�RmtKQ" # Koasek
|
| 66 |
+
"l��e�v�e�lKQ" # Masipskwoik
|
| 67 |
+
"�u��S" # Nashua
|
| 68 |
+
"eY��v" # Ossipee
|
| 69 |
+
"iOs|<h�l�e" # Pemigewasset
|
| 70 |
+
"iO�u�^KQ" # Pennacook
|
| 71 |
+
"iO8YKQ" # Pequaket
|
| 72 |
+
"�v�eaSTX8Y" # Piscataqua
|
| 73 |
+
"ςwmu" # Souhegan
|
| 74 |
+
")n<S�k0t�R" # Winnibisauga
|
| 75 |
+
"?�l��e�^��" # Amaseconti
|
| 76 |
+
"?�R�NWyrKQ" # Alessikantekw
|
| 77 |
+
"�W<SiOKQ" # Kinipekw
|
| 78 |
+
"eY���uKQ" # Odanak
|
| 79 |
+
"eY��v" # Ossipee
|
| 80 |
+
"Xo�t^�eKQ" # Panawahpskek
|
| 81 |
+
"?��v8Y�W" # Apikwahki
|
| 82 |
+
"WaS�haS" # Rocameca
|
| 83 |
+
"�t�u�uKQ" # Wawinak
|
| 84 |
+
"�uup?�KQ" # W�linak
|
| 85 |
+
}
|
| 86 |
+
ship_names = {
|
| 87 |
+
"ΞfKN0W" # Abenaki
|
| 88 |
+
"�v�w�^8OKN0W" # Penobscot
|
| 89 |
+
"ba�w" # Maliseet
|
| 90 |
+
"�r՜KN0W" # Passamaquoddy
|
| 91 |
+
"�Ng�Y�S" # Mi'kmaq
|
| 92 |
+
"�r�r" # Alemos
|
| 93 |
+
"��l�" # Ahaso
|
| 94 |
+
"Αir" # Beziko
|
| 95 |
+
"|��" # Woboz
|
| 96 |
+
"pp�r" # Molsem
|
| 97 |
+
"ў�q" # Awasos
|
| 98 |
+
"ss" # Bezo
|
| 99 |
+
"�r�r" # Wokwses
|
| 100 |
+
"cm�q" # Azeban
|
| 101 |
+
"j�*s" # Kogw
|
| 102 |
+
"ΑTQ" # Mategwas
|
| 103 |
+
"�yp�" # Megeso
|
| 104 |
+
"ΑE�" # Wobtegwa
|
| 105 |
+
"�g.�" # Gokokhoko
|
| 106 |
+
"҇dž" # Skog
|
| 107 |
+
"LN��" # Doleba
|
| 108 |
+
"��" # Wawilomwa
|
| 109 |
+
}
|
common/countries/Abihka.txt
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = northamericagfx
|
| 3 |
+
color = { 18 139 228 }
|
| 4 |
+
revolutionary_colors = { 0 10 0 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
religious_ideas
|
| 7 |
+
defensive_ideas
|
| 8 |
+
offensive_ideas
|
| 9 |
+
trade_ideas
|
| 10 |
+
diplomatic_ideas
|
| 11 |
+
plutocracy_ideas
|
| 12 |
+
spy_ideas
|
| 13 |
+
economic_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
native_indian_archer
|
| 17 |
+
native_indian_tribal_warfare
|
| 18 |
+
algonkin_tomahawk_charge
|
| 19 |
+
native_indian_horsemen
|
| 20 |
+
commanche_swarm
|
| 21 |
+
creek_arquebusier
|
| 22 |
+
sioux_dragoon
|
| 23 |
+
american_western_franchise_warfare
|
| 24 |
+
}
|
| 25 |
+
monarch_names = {
|
| 26 |
+
"'k�lmt��Ŗ�m #0" = 20 # Opothleyaholo #0
|
| 27 |
+
"�Ws|�e�l!�b #0" = 10 # Emistesigo #0
|
| 28 |
+
"�l+Y #0" = 10 # Fife #0
|
| 29 |
+
"��lO ^̑ s|�y #0" = 10 # Hoboi-Hili-Miko #0
|
| 30 |
+
"�b��p`�c #0" = 20 # Lamochattee #0
|
| 31 |
+
"Ŗ�TTXTX�e�l�uKQ #0" = 20 # Yahatatastenake #0
|
| 32 |
+
"TX�eaS�R T �Tyr�W #0" = 20 # Taskanugi Hatke #0
|
| 33 |
+
"s|�y �s�bQY #0" = 20 # Mico Malatchi #0
|
| 34 |
+
"V�eaSyrRs|�y #0" = 20 # Fuskatchemico #0
|
| 35 |
+
"<SmtmKQ #0" = 20 # Neathlock #0
|
| 36 |
+
"�T�Rmtl�SmtS #0" = 20 # Hallethemalthle #0
|
| 37 |
+
"'k>ms|�y #0" = 20 # Opaymico #0
|
| 38 |
+
"Xbyr�Q�lTN #0" = 20 # Totkeshajou #0
|
| 39 |
+
"��lmts|�y #0" = 20 # Hopothemico #0
|
| 40 |
+
"'k�lXbTXR #0" = 20 # Opototaache #0
|
| 41 |
+
"0t�m�W!� #0" = 20 # Soholoesee #0
|
| 42 |
+
"'kQY�TTN #0" = 20 # Ocheehajou #0
|
| 43 |
+
"�V�e�Q�u #0" = 20 # Tuskenaah #0
|
| 44 |
+
"��sTX #0" = 20 # Homatah #0
|
| 45 |
+
"���u+R #0" = 20 # Chinnabie #0
|
| 46 |
+
"1g)Rv����sTX #0" = 20 # Juleetaulematah #0
|
| 47 |
+
"p`�lKQ)Rs|�y #0" = 20 # Chawooklymico #0
|
| 48 |
+
"�^(��V�w�lO #0" = 20 # Coosadeshopoy #0
|
| 49 |
+
"Fzmt�c #0" = 20 # Muthtee #0
|
| 50 |
+
"�e���sVyrQY�W #0" = 20 # Stimafutchkee #0
|
| 51 |
+
"�e��S�u)R�p #0" = 20 # Stilnaleeje #0
|
| 52 |
+
"Fz�spgQY #0" = 20 # Mumagechee #0
|
| 53 |
+
"s|�b�� #0" = -1 # Millaray #0
|
| 54 |
+
"^X�O #0" = -1 # Sehoy #0
|
| 55 |
+
"�Q�gyr #0" = -1 # Kecharte #0
|
| 56 |
+
"^X�uaS #0" = -1 # Scenanka #0
|
| 57 |
+
"TX̑(� #0" = -1 # Talisa #0
|
| 58 |
+
}
|
| 59 |
+
leader_names = {
|
| 60 |
+
"QYXb" # Chitto
|
| 61 |
+
"�T^X 'k�b" # Hasse Ola
|
| 62 |
+
"��l�Wmt" # Hopoethe
|
| 63 |
+
"TXmV �TSTN" # Talof Harjo
|
| 64 |
+
"Ŗ�m" # Yaholo
|
| 65 |
+
"�h�Q�t" # Menewa
|
| 66 |
+
"R�l�u" # Chebona
|
| 67 |
+
"eY�eY�b" # Osceola
|
| 68 |
+
"�mt���l�N" # Hothlepoya
|
| 69 |
+
"&Ok� p`��" # Lumhe Chati
|
| 70 |
+
}
|
| 71 |
+
ship_names = {
|
| 72 |
+
"OZS���R" # Ibofanga
|
| 73 |
+
tvpvsvnv
|
| 74 |
+
"eY�^KQ6wZ+Y" # Okhvtk� Yvhv
|
| 75 |
+
"eY<hZyr���KQY" # Okhvtk� Nokos�
|
| 76 |
+
"OZ�e�����KQY" # Lvst� Nokos�
|
| 77 |
+
"eY<hZyr��y�Y" # Okhvtk� Lvmhe
|
| 78 |
+
"aS�Ξ�Y" # Cat� lvmhe
|
| 79 |
+
"aS�?��u" # Cat� Ayo
|
| 80 |
+
"?��u�bKQ" # Ayo-rakko
|
| 81 |
+
"O�eTX)n�N" # Est-akwvnayv
|
| 82 |
+
"O(�<h�V�O�R�" # Esaugetuh Emissee
|
| 83 |
+
"�R�Q-�g�T" # Nunne Chaha
|
| 84 |
+
"^(� TTX�Ws|�" # Hisagita-imisi
|
| 85 |
+
"1Wk�W" # Sint Holo
|
| 86 |
+
}
|
common/countries/Acoma.txt
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = northamericagfx
|
| 3 |
+
color = { 114 145 117 }
|
| 4 |
+
revolutionary_colors = { 8 5 8 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
religious_ideas
|
| 7 |
+
defensive_ideas
|
| 8 |
+
offensive_ideas
|
| 9 |
+
trade_ideas
|
| 10 |
+
diplomatic_ideas
|
| 11 |
+
plutocracy_ideas
|
| 12 |
+
spy_ideas
|
| 13 |
+
economic_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
native_indian_archer
|
| 17 |
+
native_indian_tribal_warfare
|
| 18 |
+
algonkin_tomahawk_charge
|
| 19 |
+
commanche_swarm
|
| 20 |
+
native_indian_mountain_warfare
|
| 21 |
+
sioux_dragoon
|
| 22 |
+
american_western_franchise_warfare
|
| 23 |
+
}
|
| 24 |
+
monarch_names = {
|
| 25 |
+
"�liO #0" = 20 # Pop� #0
|
| 26 |
+
"�^ �cyr #0" = 20 # Ku-htihth #0
|
| 27 |
+
"�R)R�eyreY #0" = 20 # Galisteo #0
|
| 28 |
+
"^���Y #0" = 20 # Xenome #0
|
| 29 |
+
"'k̑Xb #0" = 20 # Ollito #0
|
| 30 |
+
"TX�S #0" = 20 # Tagu #0
|
| 31 |
+
"�l(��e #0" = 20 # Bolsas #0
|
| 32 |
+
"�upQ� #0" = 20 # Naranjo #0
|
| 33 |
+
"�R�c�c #0" = 20 # Catiti #0
|
| 34 |
+
"'kyraSw #0" = -1 # Ootcakao #0
|
| 35 |
+
"�t�� #0" = -1 # Wanna #0
|
| 36 |
+
"�ۆ #0" = -1 # Spider #0
|
| 37 |
+
}
|
| 38 |
+
leader_names = {
|
| 39 |
+
"?��yl�" # Acoma
|
| 40 |
+
"�gQY0W" # Cochiti
|
| 41 |
+
"O�e��TX" # Isleta
|
| 42 |
+
"pgs|yQ" # Jemez
|
| 43 |
+
"�b�S�u" # Laguna
|
| 44 |
+
"�u�" # Nambe
|
| 45 |
+
"eY�QeY)n�v" # Ohkay Owingeh
|
| 46 |
+
"�v�^̑�e" # Picuris
|
| 47 |
+
"�l�t�W" # Pojoaque
|
| 48 |
+
"Qh��N" # Sandia
|
| 49 |
+
"v��e" # Taos
|
| 50 |
+
"yrς�W" # Tesuque
|
| 51 |
+
"P��N" # Zia
|
| 52 |
+
"Vy<S" # Zuni
|
| 53 |
+
"��v" # Hopi
|
| 54 |
+
"�v��" # Piru
|
| 55 |
+
}
|
| 56 |
+
ship_names = {
|
| 57 |
+
"?��yl�" # Acoma
|
| 58 |
+
"�gQY0W" # Cochiti
|
| 59 |
+
"O�e��TX" # Isleta
|
| 60 |
+
"pgs|yQ" # Jemez
|
| 61 |
+
"�b�S�u" # Laguna
|
| 62 |
+
"�u�" # Nambe
|
| 63 |
+
"eY�QeY)n�v" # Ohkay Owingeh
|
| 64 |
+
"�v�^̑�e" # Picuris
|
| 65 |
+
"�l�t�W" # Pojoaque
|
| 66 |
+
"Qh��N" # Sandia
|
| 67 |
+
"v��e" # Taos
|
| 68 |
+
"yrς�W" # Tesuque
|
| 69 |
+
"P��N" # Zia
|
| 70 |
+
"Vy<S" # Zuni
|
| 71 |
+
"��v" # Hopi
|
| 72 |
+
"�v��" # Piru
|
| 73 |
+
}
|
common/countries/Adal.txt
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please seefilename.
|
| 2 |
+
graphical_culture = muslimgfx
|
| 3 |
+
color = { 145 70 130 }
|
| 4 |
+
revolutionary_colors = { 0 5 0 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
defensive_ideas
|
| 7 |
+
offensive_ideas
|
| 8 |
+
trade_ideas
|
| 9 |
+
religious_ideas
|
| 10 |
+
spy_ideas
|
| 11 |
+
economic_ideas
|
| 12 |
+
quantity_ideas
|
| 13 |
+
diplomatic_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
african_spearmen
|
| 17 |
+
bantu_tribal_warfare
|
| 18 |
+
african_hill_warfare
|
| 19 |
+
adal_gunpowder_warfare
|
| 20 |
+
westernized_adal
|
| 21 |
+
adal_guerilla_warfare
|
| 22 |
+
african_somali_cavalry
|
| 23 |
+
african_abyssinian_cavalry
|
| 24 |
+
african_abyssinian_light_cavalry
|
| 25 |
+
african_hussar
|
| 26 |
+
african_dragoon
|
| 27 |
+
}
|
| 28 |
+
monarch_names = {
|
| 29 |
+
"FzU؞�V #0" = 100 # Mohammed #0
|
| 30 |
+
"���Tȏ�V #0" = 60 # Ahmad #0
|
| 31 |
+
"fjS�b1k #0" = 60 # Ibrahim #0
|
| 32 |
+
"?�̑ #0" = 40 # 'Ali #0
|
| 33 |
+
"TXS�T #0" = 40 # Talha #0
|
| 34 |
+
"?�jSjg �bk��f #0" = 20 # Abd al-Rahman #0
|
| 35 |
+
"eYl�S N #0" = 20 # Umar Din #0
|
| 36 |
+
"�T�baSyr ,g eYl�S #0" = 20 # Barakat Bin Umar #0
|
| 37 |
+
"�T���N �VS�t�T�b #0" = 20 # Bat'iah D�l Wanbara #0
|
| 38 |
+
"�RS #0" = 20 # Nur #0
|
| 39 |
+
"eY�e�f #0" = 20 # 'Uthman #0
|
| 40 |
+
"�u�eS #0" = 20 # Nasr #0
|
| 41 |
+
"(��VN #0" = 20 # Sa'ad al-Din #0
|
| 42 |
+
"(�^SN #0" = 20 # Sabr al-Din #0
|
| 43 |
+
"(��kSN #0" = 20 # Sabir al-Din #0
|
| 44 |
+
"(��KQ #0" = 20 # Sadiq #0
|
| 45 |
+
"l��bKQ ?�9N #0" = 20 # Malaq Adam #0
|
| 46 |
+
"�T^�Y #0" = 20 # Hashim #0
|
| 47 |
+
"?�jSjg�b #0" = 20 # Abdallah #0
|
| 48 |
+
"?�^ =OKQS #0" = 20 # Abu Bakr #0
|
| 49 |
+
"�T�b�y #0" = 20 # Khalaf #0
|
| 50 |
+
"�Ts|�V #0" = 20 # Hamid #0
|
| 51 |
+
"O.t�y #0" = 20 # Yusuf #0
|
| 52 |
+
"aSNbV #0" = 0 # Kadhafo #0
|
| 53 |
+
"aSNbV FzU؞�V #0" = 0 # Kadhafo Muhammad #0
|
| 54 |
+
"�W����e #0" = 0 # Aydahis #0
|
| 55 |
+
"�R�l)R #0" = 0 # Anfari #0
|
| 56 |
+
"�W���e #0" = 0 # Aydays #0
|
| 57 |
+
"�TP�N #0" = 0 # Haqq al-Din #0
|
| 58 |
+
">�ȏN #0" = 0 # Jamal al-Din #0
|
| 59 |
+
"�T�V�� #0" = 0 # Badlay #0
|
| 60 |
+
"�l�Y�eN #0" = 0 # Shams al-Din #0
|
| 61 |
+
"Il�l�V #0" = 0 # Hanfadhe #0
|
| 62 |
+
"�Swm�N #0" = 0 # Yahya #0
|
| 63 |
+
"?�jSjg�R �l�^S #0" = 0 # Abd al-Shakur #0
|
| 64 |
+
"?�jSjg�R �T̑�Y #0" = 0 # Abd al-Karim #0
|
| 65 |
+
"�lk�SN #0" = 0 # Fakhr al-Din #0
|
| 66 |
+
"�fςS #0" = 0 # Mansur #0
|
| 67 |
+
"�Oi��V #0" = 0 # Husayn #0
|
| 68 |
+
"�TP��u #0" = 0 # Baziwi #0
|
| 69 |
+
"�l�S #0" = 0 # Fasil #0
|
| 70 |
+
"�R�T #0" = -1 # Nuha #0
|
| 71 |
+
"(����� #0" = -1 # Sadaf #0
|
| 72 |
+
"ˍ�c #0" = -1 # Bati #0
|
| 73 |
+
}
|
| 74 |
+
leader_names = {
|
| 75 |
+
"�l<h" # Tsige
|
| 76 |
+
"�T)R" # Barr�
|
| 77 |
+
"�lS" # Bol
|
| 78 |
+
"��" # Deng
|
| 79 |
+
"?�^�V�b^�V" # Abdelrashid
|
| 80 |
+
"mt�hS" # Semer
|
| 81 |
+
"�N�S^" # Yagoub
|
| 82 |
+
"��TX" # Leta
|
| 83 |
+
"���Y" # Lemn
|
| 84 |
+
"yraS" # Teka
|
| 85 |
+
}
|
| 86 |
+
ship_names = {
|
| 87 |
+
"eY�b" # Aura
|
| 88 |
+
"?��t�N" # Awash
|
| 89 |
+
"?�^XTX" # Asayita
|
| 90 |
+
"��b�R" # Berahle
|
| 91 |
+
"GY+Y�b" # Chifra
|
| 92 |
+
"��mS" # Dallol
|
| 93 |
+
"jgjS��" # Dubti
|
| 94 |
+
"jg�b6�" # Dulecha
|
| 95 |
+
"�W̑��" # Elidar
|
| 96 |
+
"�W�t" # Ewa
|
| 97 |
+
"b��" # Gewane
|
| 98 |
+
"�^�u�T" # Koneba
|
| 99 |
+
"s|S" # Mille
|
| 100 |
+
"^X�h�b" # Semera
|
| 101 |
+
"^Xs|m�k" # Simurobi
|
| 102 |
+
"ŖW" # Yalo
|
| 103 |
+
}
|
common/countries/Aden.txt
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = muslimgfx
|
| 3 |
+
color = { 233 155 81 }
|
| 4 |
+
revolutionary_colors = { 13 14 0 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
defensive_ideas
|
| 7 |
+
maritime_ideas
|
| 8 |
+
religious_ideas
|
| 9 |
+
offensive_ideas
|
| 10 |
+
trade_ideas
|
| 11 |
+
economic_ideas
|
| 12 |
+
spy_ideas
|
| 13 |
+
diplomatic_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
persian_footsoldier
|
| 17 |
+
persian_cavalry_charge
|
| 18 |
+
persian_shamshir
|
| 19 |
+
qizilbash_cavalry_unit
|
| 20 |
+
tofongchis_musketeer
|
| 21 |
+
topchis_artillery
|
| 22 |
+
afsharid_reformed
|
| 23 |
+
afsharid_reformed_infantry
|
| 24 |
+
muslim_mass_infantry
|
| 25 |
+
muslim_dragoon
|
| 26 |
+
persian_rifle
|
| 27 |
+
}
|
| 28 |
+
monarch_names = {
|
| 29 |
+
"O�e�hS #0" = 10 # Isma'il #0
|
| 30 |
+
"(��bN ���Tȏ�V #0" = 10 # Saladin Ahmad #0
|
| 31 |
+
"?�jSjg�b #0" = 10 # 'Abdallah #0
|
| 32 |
+
"�Swm�N #0" = 10 # Yahya #0
|
| 33 |
+
"O.t�y #1" = 10 # Yusuf #1
|
| 34 |
+
"(��bk�N �Ws|S #0" = 10 # Sal�h ad-Din 'Amir #0
|
| 35 |
+
"?�̑ #0" = 10 # 'Al� #0
|
| 36 |
+
"?�jSjg�R �t�TjS #0" = 10 # 'Abd al-Wahh�b #0
|
| 37 |
+
"eYl�S #0" = 10 # 'Umar #0
|
| 38 |
+
"FzTX�TS #3" = 10 # al-Mutahhar #3
|
| 39 |
+
"FzU؞�V #0" = 10 # Muhammad #0
|
| 40 |
+
"aS��Y #0" = 10 # al-Q�sim #0
|
| 41 |
+
"���Tȏ�V #0" = 10 # Ahmad #0
|
| 42 |
+
"�Oi��V #0" = 10 # al-Husayn #0
|
| 43 |
+
"?��b�e #0" = 10 # al-'Abb�s #0
|
| 44 |
+
"?�jSjg�b #0" = 10 # Abdallah #0
|
| 45 |
+
"^�T #0" = -1 # Hiba #0
|
| 46 |
+
"�l���s #0" = -1 # Fatimah #0
|
| 47 |
+
"�t)R�� #0" = -1 # Walida #0
|
| 48 |
+
"TX�T�V #0" = -1 # Tahani #0
|
| 49 |
+
"�l�l #0" = -1 # Safaa #0
|
| 50 |
+
"pQ�Y #0" = -1 # Randa #0
|
| 51 |
+
"^NNl��T #0" = -1 # Qismah #0
|
| 52 |
+
"����b #0" = -1 # Nadirah #0
|
| 53 |
+
"l�g #0" = -1 # Maram #0
|
| 54 |
+
"���b #0" = -1 # Layla #0
|
| 55 |
+
"aSs|�b #0" = -1 # Kamilah #0
|
| 56 |
+
">��x�b #0" = -1 # Jabirah #0
|
| 57 |
+
"|Tfe #0" = -1 # Hudun #0
|
| 58 |
+
"�l�V�t #0" = -1 # Fadwa #0
|
| 59 |
+
"��KNŖ #0" = -1 # Daliyah #0
|
| 60 |
+
"?�s|�b #0" = -1 # Amirah #0
|
| 61 |
+
"?��tS #0" = -1 # Abal #0
|
| 62 |
+
"�u��N #0" = -1 # Nadiyya #0
|
| 63 |
+
"���b #0" = -1 # Norah #0
|
| 64 |
+
"�l�T�� #0" = -1 # Fahda #0
|
| 65 |
+
}
|
| 66 |
+
leader_names = {
|
| 67 |
+
"?�̑" # Ali
|
| 68 |
+
"fjS�b1k" # Ibrahim
|
| 69 |
+
"�N�d" # Issa
|
| 70 |
+
"�ul�" # Jomaa
|
| 71 |
+
"�T̑̑" # Khalil
|
| 72 |
+
"�fςS" # Mansour
|
| 73 |
+
"(��V" # Saad
|
| 74 |
+
"�l�Y" # Shammas
|
| 75 |
+
"(�)Rk�" # Saleh
|
| 76 |
+
"(�?�jS" # Saab
|
| 77 |
+
}
|
| 78 |
+
ship_names = {
|
| 79 |
+
"?�̑�O,g��b.tS" # Ali ibn Rasul
|
| 80 |
+
"�fςS�eYl�S" # Mansur Umar
|
| 81 |
+
"NbayQ" # Zaizz
|
| 82 |
+
"�R�k�V" # Zabid
|
| 83 |
+
"FzNb�lS�O.t�y" # Muzaffar Yusuf
|
| 84 |
+
"l�)RKQ�FzŖ^�V" # Malik al-Mujahid
|
| 85 |
+
"0�k��eY�e�f" # Shaykh Uthman
|
| 86 |
+
"aS�t�V" # Al-Kawd
|
| 87 |
+
"�t�TGY�b" # Whaqra
|
| 88 |
+
"�t��T��" # Wadi Bana
|
| 89 |
+
"TXOyQ" # Ta'izz
|
| 90 |
+
"?�TXW�b" # At-Tubah
|
| 91 |
+
"�V�T�T�V" # Dhubab
|
| 92 |
+
"�T�b�hqS" # Jabal Kharaz
|
| 93 |
+
"Fz(�OS" # Musaymir
|
| 94 |
+
"l��u�N" # Mawiyah
|
| 95 |
+
"�T�lqS" # Jabal al-Hasha
|
| 96 |
+
"OjS" # Ibb
|
| 97 |
+
"�WTX�T" # Qa'tabah
|
| 98 |
+
"TX�sSqS" # Jabal Thamar
|
| 99 |
+
}
|
common/countries/Afar.txt
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please seefilename.
|
| 2 |
+
graphical_culture = muslimgfx
|
| 3 |
+
color = { 125 100 220 }
|
| 4 |
+
revolutionary_colors = { 10 0 13 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
defensive_ideas
|
| 7 |
+
offensive_ideas
|
| 8 |
+
trade_ideas
|
| 9 |
+
religious_ideas
|
| 10 |
+
spy_ideas
|
| 11 |
+
economic_ideas
|
| 12 |
+
quantity_ideas
|
| 13 |
+
diplomatic_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
african_spearmen
|
| 17 |
+
bantu_tribal_warfare
|
| 18 |
+
african_hill_warfare
|
| 19 |
+
adal_gunpowder_warfare
|
| 20 |
+
westernized_adal
|
| 21 |
+
adal_guerilla_warfare
|
| 22 |
+
african_somali_cavalry
|
| 23 |
+
african_abyssinian_cavalry
|
| 24 |
+
african_abyssinian_light_cavalry
|
| 25 |
+
african_hussar
|
| 26 |
+
african_dragoon
|
| 27 |
+
}
|
| 28 |
+
monarch_names = {
|
| 29 |
+
"FzU؞�V #0" = 100 # Mohammed #0
|
| 30 |
+
"���Tȏ�V #0" = 60 # Ahmad #0
|
| 31 |
+
"fjS�b1k #0" = 60 # Ibrahim #0
|
| 32 |
+
"?�̑ #0" = 40 # 'Ali #0
|
| 33 |
+
"TXS�T #0" = 40 # Talha #0
|
| 34 |
+
"?�jSjg�R �bk��f #0" = 20 # Abd al-Rahman #0
|
| 35 |
+
"eYl�S N #0" = 20 # Umar Din #0
|
| 36 |
+
"�T�baSyr ,g eYl�S #0" = 20 # Barakat Bin Umar #0
|
| 37 |
+
"�T���N �VS�t�T�b #0" = 20 # Bat'iah D�l Wanbara #0
|
| 38 |
+
"�RS #0" = 20 # Nur #0
|
| 39 |
+
"LN�e�f #0" = 20 # 'Uthman #0
|
| 40 |
+
"�u�eS #0" = 20 # Nasr #0
|
| 41 |
+
"(��VN #0" = 20 # Sa'ad al-Din #0
|
| 42 |
+
"(�^SN #0" = 20 # Sabr al-Din #0
|
| 43 |
+
"(��kSN #0" = 20 # Sabir al-Din #0
|
| 44 |
+
"(��KQ #0" = 20 # Sadiq #0
|
| 45 |
+
"l��bKQ ?�9N #0" = 20 # Malaq Adam #0
|
| 46 |
+
"�T^�Y #0" = 20 # Hashim #0
|
| 47 |
+
"?�jSjg�b #0" = 20 # Abdallah #0
|
| 48 |
+
"?�^ �TKQS #0" = 20 # Abu Bakr #0
|
| 49 |
+
"�T�b�y #0" = 20 # Khalaf #0
|
| 50 |
+
"�Ts|�V #0" = 20 # Hamid #0
|
| 51 |
+
"O.t�y #0" = 20 # Yusuf #0
|
| 52 |
+
"aSNbV #0" = 0 # Kadhafo #0
|
| 53 |
+
"aSNbV FzU؞�V #0" = 0 # Kadhafo Muhammad #0
|
| 54 |
+
"�W����e #0" = 0 # Aydahis #0
|
| 55 |
+
"�R�l)R #0" = 0 # Anfari #0
|
| 56 |
+
"�W���e #0" = 0 # Aydays #0
|
| 57 |
+
"�TP�N #0" = 0 # Haqq al-Din #0
|
| 58 |
+
">�ȏN #0" = 0 # Jamal al-Din #0
|
| 59 |
+
"�T�V�� #0" = 0 # Badlay #0
|
| 60 |
+
"�l�Y�eN #0" = 0 # Shams al-Din #0
|
| 61 |
+
"Il�l�V #0" = 0 # Hanfadhe #0
|
| 62 |
+
"�Swm�N #0" = 0 # Yahya #0
|
| 63 |
+
"?�jSjg�R �l�^S #0" = 0 # Abd al-Shakur #0
|
| 64 |
+
"?�jSjg�R �T̑�Y #0" = 0 # Abd al-Karim #0
|
| 65 |
+
"�lk�SN #0" = 0 # Fakhr al-Din #0
|
| 66 |
+
"�fςS #0" = 0 # Mansur #0
|
| 67 |
+
"�Oi��V #0" = 0 # Husayn #0
|
| 68 |
+
"�TP��u #0" = 0 # Baziwi #0
|
| 69 |
+
"�l�S #0" = 0 # Fasil #0
|
| 70 |
+
"�R�T #0" = -1 # Nuha #0
|
| 71 |
+
"(����� #0" = -1 # Sadaf #0
|
| 72 |
+
"�T�� #0" = -1 # Bati #0
|
| 73 |
+
}
|
| 74 |
+
leader_names = {
|
| 75 |
+
"�l<h" # Tsige
|
| 76 |
+
"�T)R" # Barr�
|
| 77 |
+
"�lS" # Bol
|
| 78 |
+
"��" # Deng
|
| 79 |
+
"?�^�V�b^�V" # Abdelrashid
|
| 80 |
+
"mt�hS" # Semer
|
| 81 |
+
"�N�S^" # Yagoub
|
| 82 |
+
"��TX" # Leta
|
| 83 |
+
"���Y" # Lemn
|
| 84 |
+
"yraS" # Teka
|
| 85 |
+
}
|
| 86 |
+
ship_names = {
|
| 87 |
+
"IQ�s" # Aura
|
| 88 |
+
"?��t�N" # Awash
|
| 89 |
+
"?�(�OTX" # Asayita
|
| 90 |
+
"��b�R" # Berahle
|
| 91 |
+
"GY+Y�b" # Chifra
|
| 92 |
+
"��mS" # Dallol
|
| 93 |
+
"jg�k" # Dubti
|
| 94 |
+
"jg�RQY" # Dulecha
|
| 95 |
+
"�W)R��" # Elidar
|
| 96 |
+
"�W�t" # Ewa
|
| 97 |
+
"<h�ti`" # Gewane
|
| 98 |
+
"�^�u�T" # Koneba
|
| 99 |
+
"s|�R" # Mille
|
| 100 |
+
"^Xs|�b" # Semera
|
| 101 |
+
"�FzW�k" # Simurobi
|
| 102 |
+
"ŖW" # Yalo
|
| 103 |
+
}
|
common/countries/Afghanistan.txt
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = muslimgfx
|
| 3 |
+
color = { 102 128 52 }
|
| 4 |
+
revolutionary_colors = { 1 5 9 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
defensive_ideas
|
| 7 |
+
offensive_ideas
|
| 8 |
+
trade_ideas
|
| 9 |
+
spy_ideas
|
| 10 |
+
economic_ideas
|
| 11 |
+
diplomatic_ideas
|
| 12 |
+
quality_ideas
|
| 13 |
+
religious_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
persian_footsoldier
|
| 17 |
+
persian_cavalry_charge
|
| 18 |
+
persian_shamshir
|
| 19 |
+
qizilbash_cavalry_unit
|
| 20 |
+
tofongchis_musketeer
|
| 21 |
+
topchis_artillery
|
| 22 |
+
afsharid_reformed
|
| 23 |
+
afsharid_reformed_infantry
|
| 24 |
+
muslim_mass_infantry
|
| 25 |
+
muslim_dragoon
|
| 26 |
+
durrani_swivel
|
| 27 |
+
durrani_rifled_musketeer
|
| 28 |
+
durrani_dragoon
|
| 29 |
+
}
|
| 30 |
+
monarch_names = {
|
| 31 |
+
"s|S �tO�e #0" = 20 # Mir Ways #0
|
| 32 |
+
"�wl�͖ #0" = 20 # Humayun #0
|
| 33 |
+
"���Tȏ�V #0" = 30 # Ahmad #0
|
| 34 |
+
"^(g?Q #0" = 20 # Timur #0
|
| 35 |
+
"�u>� FzSKQ #0" = 10 # Shoja al-Mulk #0
|
| 36 |
+
"FzU؞�V #0" = 20 # Muhammad #0
|
| 37 |
+
"�u>� #0" = 20 # Shoja #0
|
| 38 |
+
"�lyrk� �z<h #0" = 20 # Fath Jang #0
|
| 39 |
+
"�lk�nfS #0" = 20 # Shahpur #0
|
| 40 |
+
"Nb�f #0" = 20 # Zaman #0
|
| 41 |
+
"l��T��V #0" = 20 # Mahmud #0
|
| 42 |
+
"?�2S^ #0" = 20 # Ayub #0
|
| 43 |
+
"���tS #0" = -1 # Nawal #0
|
| 44 |
+
"Fz�Y�N #0" = -1 # Munya #0
|
| 45 |
+
"�T�Y�N #0" = -1 # Haniyya #0
|
| 46 |
+
"9���Nb #0" = -1 # Firoza #0
|
| 47 |
+
"ς9N<S�Y #0" = -1 # Sultanim #0
|
| 48 |
+
"?�KQ #0" = -1 # Ak #0
|
| 49 |
+
"�l���s #0" = -1 # Fatima #0
|
| 50 |
+
"���� #0" = -1 # Aisha #0
|
| 51 |
+
"�s̑�N�Y #0" = -1 # Maryam #0
|
| 52 |
+
"Ua���tS #0" = -1 # Munawar #0
|
| 53 |
+
}
|
| 54 |
+
leader_names = {
|
| 55 |
+
"�TXKQ" # Hotaki
|
| 56 |
+
"TX�b�W" # Taraki
|
| 57 |
+
"?�Oe" # Amin
|
| 58 |
+
"aSSȏ�R" # Karmal
|
| 59 |
+
"�u T^�b" # Najibullah
|
| 60 |
+
"?��" # Akhund
|
| 61 |
+
"�bk��f" # Rahman
|
| 62 |
+
"�RGY" # Ghazi
|
| 63 |
+
"���Tȏ�V" # Ahmad
|
| 64 |
+
"aS�S" # Qadir
|
| 65 |
+
}
|
| 66 |
+
ship_names = {
|
| 67 |
+
"?�Su��jS�l" # Arghandab
|
| 68 |
+
"�T�N�l" # Khash
|
| 69 |
+
"�l�bk�" # Farah
|
| 70 |
+
"�T��yr�l" # Harut
|
| 71 |
+
"�T̑���V�l" # Harirud
|
| 72 |
+
"FzS�R^�l" # Murghab
|
| 73 |
+
"�TSk�" # Balkh
|
| 74 |
+
"�yKQQY�l" # Kowkcheh
|
| 75 |
+
"�U^S" # Kabol
|
| 76 |
+
"PO^�l" # Zhob
|
| 77 |
+
"�vpg" # Kech
|
| 78 |
+
"���Nyr" # Dasht
|
| 79 |
+
"1kbS�l" # Hingol
|
| 80 |
+
}
|
common/countries/Ahmadnagar.txt
ADDED
|
@@ -0,0 +1,129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: See the Name of this File.
|
| 2 |
+
graphical_culture = indiangfx
|
| 3 |
+
color = { 74 87 138 }
|
| 4 |
+
revolutionary_colors = { 0 9 0 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
offensive_ideas
|
| 7 |
+
administrative_ideas
|
| 8 |
+
economic_ideas
|
| 9 |
+
quantity_ideas
|
| 10 |
+
aristocracy_ideas
|
| 11 |
+
trade_ideas
|
| 12 |
+
spy_ideas
|
| 13 |
+
diplomatic_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
indian_footsoldier
|
| 17 |
+
rajput_hill_fighters
|
| 18 |
+
indian_arquebusier
|
| 19 |
+
mughal_musketeer
|
| 20 |
+
rajput_musketeer
|
| 21 |
+
mughal_mansabdar
|
| 22 |
+
indian_elephant
|
| 23 |
+
bhonsle_infantry
|
| 24 |
+
indian_shock_cavalry
|
| 25 |
+
maharathan_cavalry
|
| 26 |
+
maharathan_guerilla_warfare
|
| 27 |
+
sikh_rifle
|
| 28 |
+
tipu_sultan_rocket
|
| 29 |
+
}
|
| 30 |
+
monarch_names = {
|
| 31 |
+
"�Oi��V #0" = 20 # Husayn #0
|
| 32 |
+
"FzSTXNb #0" = 20 # Murtaza #0
|
| 33 |
+
"l�g �wi��V #1" = 20 # Maran Husayn #1
|
| 34 |
+
"O�e�hS #0" = 20 # Isma'il #0
|
| 35 |
+
"^SWl #1" = 20 # Burhan #1
|
| 36 |
+
"fjS�b1k #0" = 20 # Ibrahim #0
|
| 37 |
+
"���Tȏ�V #0" = 20 # Ahmad #0
|
| 38 |
+
"�T�TjgS #0" = 20 # Bahadur #0
|
| 39 |
+
"�RWS #0" = 20 # Annam #0
|
| 40 |
+
"Ë%V)R #0" = 20 # Hamir #0
|
| 41 |
+
"l�)RKQ #0" = 0 # Malik #0
|
| 42 |
+
"(�?��� #0" = 0 # Sa'adat #0
|
| 43 |
+
"�b1g #0" = 0 # Raju #0
|
| 44 |
+
"�lyrk� #0" = 0 # Fath #0
|
| 45 |
+
"?�^�g #0" = 0 # Abhang #0
|
| 46 |
+
"O�V�W #0" = 0 # Miran #0
|
| 47 |
+
"?�+YNbS #0" = 0 # Afzal #0
|
| 48 |
+
"b T` #0" = 0 # Chengiz #0
|
| 49 |
+
"�k�b FzU؞�V #0" = 0 # Mullah Mohammad #0
|
| 50 |
+
"�T�yQ #0" = 0 # Hafiz #0
|
| 51 |
+
"�T�YNb #0" = 0 # Hamza #0
|
| 52 |
+
"�Ts|�V #0" = 0 # Hamid #0
|
| 53 |
+
"aS��Y #0" = 0 # Qasim #0
|
| 54 |
+
"Fz�eTX�l #0" = 0 # Mustafa #0
|
| 55 |
+
"�TQh #0" = 0 # Hassan #0
|
| 56 |
+
"��b�tS Wl #0" = 0 # Dilawar Khan #0
|
| 57 |
+
">�U #0" = 0 # Jahan #0
|
| 58 |
+
"�l��k� #0" = 0 # Farrukh #0
|
| 59 |
+
">��b�R #0" = 0 # Jalal #0
|
| 60 |
+
"ς9N #0" = 0 # Sultan #0
|
| 61 |
+
"l��T��V #0" = 0 # Mahmud #0
|
| 62 |
+
"�T̑�S #0" = 0 # Hanif #0
|
| 63 |
+
"Ol��V FzSKQ #0" = 0 # Imad al-Mulk #0
|
| 64 |
+
"O+Y�c�TS FzSKQ #0" = 0 # Iftikhar al-Mulk #0
|
| 65 |
+
"�u�S #0" = 0 # Nasir #0
|
| 66 |
+
"?�jSjg�b #0" = 0 # 'Abd Allah #0
|
| 67 |
+
"���eTX�Y #0" = 0 # Rustam #0
|
| 68 |
+
"�l�Y�e #0" = 0 # Shams #0
|
| 69 |
+
"kpw #0" = 0 # Khwaja #0
|
| 70 |
+
"�^�N�bLN #0" = 0 # Khusrau #0
|
| 71 |
+
"f�V �k�k #0" = -10 # Chand Bibi #0
|
| 72 |
+
"���Tȏ� #0" = -1 # Ahmadi #0
|
| 73 |
+
"Fz�YTXyQ #0" = -1 # Mumtaz #0
|
| 74 |
+
"�sKNaS #0" = -1 # Malika #0
|
| 75 |
+
}
|
| 76 |
+
leader_names = {
|
| 77 |
+
"�R�TS" # Ambar
|
| 78 |
+
"�T���U�N" # Badakshi
|
| 79 |
+
"^�T̑" # Bukhari
|
| 80 |
+
"b T`" # Changezi
|
| 81 |
+
" TpQ<S" # Gilani
|
| 82 |
+
"�TQh?��T�" # Hasanabadi
|
| 83 |
+
"VyS>�<S" # Jurjani
|
| 84 |
+
"aS^̑" # Kabuli
|
| 85 |
+
" TS�f<S" # Kirmani
|
| 86 |
+
"�^�YO" # Qummi
|
| 87 |
+
"gsS+R" # Uzbek
|
| 88 |
+
"�T�e)R" # Basri
|
| 89 |
+
"?��eTX�T�b�V" # Astarabadi
|
| 90 |
+
"�RN" # Gawan
|
| 91 |
+
"?�S���eTX<S" # Ardastani
|
| 92 |
+
"l� TFz��S" # Majmudar
|
| 93 |
+
"mR^" # Munshi
|
| 94 |
+
"FzNb�lS" # Muzzafar
|
| 95 |
+
"�^��" # Kudha
|
| 96 |
+
"�s��" # Banda
|
| 97 |
+
"^̑KQ" # Parikh
|
| 98 |
+
"l�m T" # Maloji
|
| 99 |
+
"�l T" # Shahji
|
| 100 |
+
"�T�e�R" # Bhosle
|
| 101 |
+
"Wl" # Khan
|
| 102 |
+
"�Vr^" # Dakhni
|
| 103 |
+
}
|
| 104 |
+
ship_names = {
|
| 105 |
+
"?�KNZ" # Alia
|
| 106 |
+
"?����l" # Arusa
|
| 107 |
+
"�̑" # Bori
|
| 108 |
+
"�l���s" # Fatimah
|
| 109 |
+
"4l�Q" # Jalsena
|
| 110 |
+
" TS�u�l" # Girna
|
| 111 |
+
"ў9�" # Kala Jahazi
|
| 112 |
+
"Wl" # Khan
|
| 113 |
+
"�u9�" # Lal Jahazi
|
| 114 |
+
"��S؞���l" # Narmada
|
| 115 |
+
"wm�Q" # Nausena
|
| 116 |
+
"�eb�X" # Nav ka Yudh
|
| 117 |
+
"�Y�SZyQ" # Niknaz
|
| 118 |
+
"݄9�" # Nila Jahazi
|
| 119 |
+
"<SbS�l" # Niloufa
|
| 120 |
+
"�RS" # Noor
|
| 121 |
+
"�sGY�b�l" # Panjhra
|
| 122 |
+
"'Ym" # Sagar
|
| 123 |
+
"�Ts^" # Salima
|
| 124 |
+
"9R�hZ" # Shameena
|
| 125 |
+
"ςwm�b" # Suhalia
|
| 126 |
+
"TXnf�c�l" # Tapi
|
| 127 |
+
"6w�`�" # Yasmine
|
| 128 |
+
"Nb^�b" # Zahira
|
| 129 |
+
}
|
common/countries/Ainu.txt
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = inuitgfx
|
| 3 |
+
color = { 201 197 124 }
|
| 4 |
+
revolutionary_colors = { 12 16 0 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
religious_ideas
|
| 7 |
+
defensive_ideas
|
| 8 |
+
offensive_ideas
|
| 9 |
+
trade_ideas
|
| 10 |
+
diplomatic_ideas
|
| 11 |
+
plutocracy_ideas
|
| 12 |
+
spy_ideas
|
| 13 |
+
economic_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
japanese_archer
|
| 17 |
+
eastern_bow
|
| 18 |
+
japanese_footsoldier
|
| 19 |
+
japanese_samurai
|
| 20 |
+
asian_arquebusier
|
| 21 |
+
asian_charge_cavalry
|
| 22 |
+
asian_mass_infantry
|
| 23 |
+
asian_musketeer
|
| 24 |
+
reformed_asian_musketeer
|
| 25 |
+
reformed_asian_cavalry
|
| 26 |
+
}
|
| 27 |
+
monarch_names = {
|
| 28 |
+
"�wbY��9S #0" = 15 # Koshamain #0
|
| 29 |
+
"�lmrbYAQ #0" = 15 # Shakushain #0
|
| 30 |
+
" V�EN�lO #0" = 15 # Kamokutain #0
|
| 31 |
+
"�N�kKN #0" = 15 # Onibishi #0
|
| 32 |
+
"�v̑ #0" = 15 # Penri #0
|
| 33 |
+
"9S̑�l�X #0" = 15 # Piripos #0
|
| 34 |
+
"Y V���U #0" = 15 # Takatsuki #0
|
| 35 |
+
"��Z^)R #0" = -1 # Monashir #0
|
| 36 |
+
"�������V #0" = -1 # Etunrachich #0
|
| 37 |
+
"YOYO #0" = -1 # Toitoi #0
|
| 38 |
+
}
|
| 39 |
+
leader_names = {
|
| 40 |
+
"^��l)R" # Shibushari
|
| 41 |
+
"�TO" # Hae
|
| 42 |
+
"+R" # Betsu
|
| 43 |
+
"�vw" # Shiraoi
|
| 44 |
+
"ENo�^" # Kurasi
|
| 45 |
+
"ΆT" # Kakizaki
|
| 46 |
+
"ZS<S�^iO" # Ponyanpe
|
| 47 |
+
"�WaS<S" # Shirokani
|
| 48 |
+
"eYY�u" # Otona
|
| 49 |
+
"��aS�" # Ekashi
|
| 50 |
+
"(���" # Saru
|
| 51 |
+
"LNς" # Usu
|
| 52 |
+
}
|
| 53 |
+
ship_names = {
|
| 54 |
+
"��Z^)R" # Monashir
|
| 55 |
+
"�������V" # Etunrachich
|
| 56 |
+
"YOYO" # Toitoi
|
| 57 |
+
"^�b�caS" # Shiratekka
|
| 58 |
+
"�aS�^�N" # Menkakush
|
| 59 |
+
"�SiO�g" # Horpecha
|
| 60 |
+
"�wO(�KQ" # Huisak
|
| 61 |
+
"'k�WKN" # Opere
|
| 62 |
+
")naS�V6w" # Unkatuye
|
| 63 |
+
"LN���Nl�yrKQ" # Umoshmatek
|
| 64 |
+
}
|
common/countries/Air.txt
ADDED
|
@@ -0,0 +1,152 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please seefilename.
|
| 2 |
+
graphical_culture = africangfx
|
| 3 |
+
color = { 30 31 162 }
|
| 4 |
+
revolutionary_colors = { 13 10 6 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
trade_ideas
|
| 7 |
+
defensive_ideas
|
| 8 |
+
offensive_ideas
|
| 9 |
+
spy_ideas
|
| 10 |
+
diplomatic_ideas
|
| 11 |
+
economic_ideas
|
| 12 |
+
religious_ideas
|
| 13 |
+
innovativeness_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
african_spearmen
|
| 17 |
+
mali_tribal_warfare
|
| 18 |
+
african_hill_warfare
|
| 19 |
+
niger_kongolese_gunpowder_warfare
|
| 20 |
+
westernized_niger_kongolese
|
| 21 |
+
african_western_franchise_warfare
|
| 22 |
+
african_mandelaku
|
| 23 |
+
african_tuareg_cavalry
|
| 24 |
+
african_mossi_horsemen
|
| 25 |
+
african_hussar
|
| 26 |
+
african_dragoon
|
| 27 |
+
}
|
| 28 |
+
monarch_names = {
|
| 29 |
+
"?�<h-?��T #0" = 120 # Agg-Abba #0
|
| 30 |
+
"?�f #0" = 160 # al-Amin #0
|
| 31 |
+
"�t)R #0" = 20 # al-Wali #0
|
| 32 |
+
"Uaf #0" = 20 # al-Mu'min #0
|
| 33 |
+
"eY�e�f #0" = 20 # Uthman #0
|
| 34 |
+
"?�<h-���� #0" = 20 # Agg-A'isha #0
|
| 35 |
+
"�wl��V #0" = 80 # Humad #0
|
| 36 |
+
"�Sl� #0" = 60 # Guma #0
|
| 37 |
+
"?���R #0" = 20 # al-Adil #0
|
| 38 |
+
"?�9N<S #0" = 40 # ad-Dani #0
|
| 39 |
+
"�TGY̑ #0" = 20 # al-Baqiri #0
|
| 40 |
+
"�t�l #0" = 20 # Waffa #0
|
| 41 |
+
"fjS�b1k �t�l #0" = 20 # Ibrahim Waffa #0
|
| 42 |
+
"aS�S #0" = 20 # al-Qadir #0
|
| 43 |
+
"?��b�l #0" = 0 # ar-Raffa #0
|
| 44 |
+
"?�jgς�W #0" = 0 # ad-Dusuki #0
|
| 45 |
+
"s|�WfW #0" = 0 # Mikitan #0
|
| 46 |
+
"?��bk��f #0" = 0 # ar-Rahman #0
|
| 47 |
+
"LN�s�� #0" = 0 # Umaru #0
|
| 48 |
+
"fjS�b1k #0" = 0 # ag-Ibrahim #0
|
| 49 |
+
"(��bk� #0" = 0 # Salah #0
|
| 50 |
+
"^S #0" = 0 # al-Khir #0
|
| 51 |
+
"2S�R�e #0" = 0 # Yunus #0
|
| 52 |
+
"?�<h �s�s #0" = 0 # Ag Mama #0
|
| 53 |
+
"�T T #0" = 0 # al-Hajj #0
|
| 54 |
+
"���Tȏ�V #0" = 0 # Ahmad #0
|
| 55 |
+
"�WTX��S #0" = 0 # Aytarel #0
|
| 56 |
+
"?��c^ #0" = 0 # Attici #0
|
| 57 |
+
"Fz(� #0" = 0 # Musa #0
|
| 58 |
+
"?��TFzKQ #0" = 0 # Akhamuk #0
|
| 59 |
+
"�h�e�bS #0" = 0 # Meslar #0
|
| 60 |
+
"�T�O #0" = 0 # Bayy #0
|
| 61 |
+
"wZ ^`i #1" = -1 # Tin Hinan #1
|
| 62 |
+
"TXaSl� #0" = -1 # Takama #0
|
| 63 |
+
"fWyrV���eyr #0" = -1 # Tanteflest #0
|
| 64 |
+
"TXS���� #0" = -1 # Tarayna #0
|
| 65 |
+
}
|
| 66 |
+
leader_names = {
|
| 67 |
+
"��yr m��i`" # Ait Loaien
|
| 68 |
+
"��<h �b)R" # Dag Rali
|
| 69 |
+
"O��pg���n" # Iregenaten
|
| 70 |
+
"KQS���b" # Kel Rela
|
| 71 |
+
"KQS!���yr" # Kel Silet
|
| 72 |
+
"�l�VKQ" # Taituq
|
| 73 |
+
"yrpgk� s|�Ryr" # Tg�h� Millet
|
| 74 |
+
"KQS?�ޘ�b" # Kel Afella
|
| 75 |
+
"KQSTX<h̑yr" # Kel Taghlit
|
| 76 |
+
"KQS�WςKQ" # Kel Essouk
|
| 77 |
+
"KQSeY�li`" # Kel Ouzzeyn
|
| 78 |
+
"O9�Sb�h�h" # Ifergoumessen
|
| 79 |
+
"Ȏ�N�w" # Iriyaken
|
| 80 |
+
"TX<hyr �hRyr" # Taghat Mellet
|
| 81 |
+
"O�VWS" # Idnan
|
| 82 |
+
"O�TTX�u�n" # Ibatanaten
|
| 83 |
+
"KQS�RW�e" # Kel Gharous
|
| 84 |
+
"KQSTX�V�R" # Kel Tadele
|
| 85 |
+
"KQS��l�yr" # Kel Tamat
|
| 86 |
+
"OaSyQaS^�" # Ikazkazan
|
| 87 |
+
"KQS�l�V" # Kel Fadey
|
| 88 |
+
"O<h��&O" # Igdalen
|
| 89 |
+
"KQS9�SN" # Kel Ferwan
|
| 90 |
+
"TX�T�T���n" # Tahabanaten
|
| 91 |
+
"O�RTX�" # Ighatafan
|
| 92 |
+
"OYu&O" # Irreulen
|
| 93 |
+
")R(�N" # Lisawan
|
| 94 |
+
"�c�WSl�yr" # Tiggirmat
|
| 95 |
+
"yr�Rs|�VyQ" # Tellemidez
|
| 96 |
+
"Ok�k�&O" # Ikhekheren
|
| 97 |
+
"�QS`i" # Kel Nan
|
| 98 |
+
}
|
| 99 |
+
ship_names = {
|
| 100 |
+
"?��<S�e" # Amenis
|
| 101 |
+
"Fz�b-Fz�b" # Mula-Mula
|
| 102 |
+
"?��O��" # Akhoudi
|
| 103 |
+
"TX�OS^yr" # Takhourhit
|
| 104 |
+
"LN&�" # Araleg
|
| 105 |
+
"?���yS" # Abaikor
|
| 106 |
+
"?�k���+Y" # Aheluf
|
| 107 |
+
"?�'k?�KQaS�e" # Aouak'k'as
|
| 108 |
+
"?��Y^�N" # Amschisch
|
| 109 |
+
"�W��" # �lou
|
| 110 |
+
"�Wς" # �sou
|
| 111 |
+
"�k!�" # Ekahi
|
| 112 |
+
"�W�e" # Eys
|
| 113 |
+
"?�KQ8l" # Aqjun
|
| 114 |
+
"TX�NaSyr" # Tahenkat
|
| 115 |
+
"?�l�Ŗ�e" # Amayas
|
| 116 |
+
"?��w)RS" # Ahulil
|
| 117 |
+
"*Y3�" # Tafuk
|
| 118 |
+
"TXS)Ryr" # Tallit
|
| 119 |
+
"�WyrpQ" # Etran
|
| 120 |
+
"�WSKQQh" # Elkessan
|
| 121 |
+
"f�eKNf" # Tatrit n tufat
|
| 122 |
+
"qS�" # Teschek-ulli
|
| 123 |
+
"���b�Yyr" # Talamt
|
| 124 |
+
"eY�b" # Aura
|
| 125 |
+
"YZf" # Schet-ehad
|
| 126 |
+
"?�l��uS" # Amanar
|
| 127 |
+
"�Wꏷ��l��uS" # Edi n Amanar
|
| 128 |
+
"TX�vyr" # Taggait
|
| 129 |
+
"?�^KQ��W�Q�v" # Abuk Eneden
|
| 130 |
+
"�hk��R" # Mehellau
|
| 131 |
+
"?���S" # Arer
|
| 132 |
+
"yr�RKQ" # Telek
|
| 133 |
+
"TX�y�T" # Takouba
|
| 134 |
+
"TXr^�l" # Taganz�
|
| 135 |
+
"�r4Y" # Amor
|
| 136 |
+
"�WSFz�" # Elmusi
|
| 137 |
+
"qS" # Adrar
|
| 138 |
+
"TX���" # Tasil�
|
| 139 |
+
addhar
|
| 140 |
+
"?��V�O" # Adhou
|
| 141 |
+
"�W�R<h" # Egagg
|
| 142 |
+
"�TS�sfW" # Harmattan
|
| 143 |
+
"yr�l�b�VS" # Tezelader
|
| 144 |
+
"i`YS-<S0�&O" # Nchar-n-icheren
|
| 145 |
+
"?�<hcRS" # Agzir
|
| 146 |
+
"?��l�R<h" # Azeggagh
|
| 147 |
+
"?��uSNW" # Averckan
|
| 148 |
+
"OS�b0�+Y�" # Illascchevhan
|
| 149 |
+
"?��t�b<h" # Awragh
|
| 150 |
+
"?��l�N" # Azegaw
|
| 151 |
+
"?��b�T�R" # Ahlahal
|
| 152 |
+
}
|
common/countries/Ajuuraan.txt
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please seefilename.
|
| 2 |
+
graphical_culture = muslimgfx
|
| 3 |
+
#color = { 53 188 0 }
|
| 4 |
+
color = { 230 240 255 }
|
| 5 |
+
revolutionary_colors = { 5 0 8 }
|
| 6 |
+
historical_idea_groups = {
|
| 7 |
+
religious_ideas
|
| 8 |
+
offensive_ideas
|
| 9 |
+
economic_ideas
|
| 10 |
+
diplomatic_ideas
|
| 11 |
+
trade_ideas
|
| 12 |
+
maritime_ideas
|
| 13 |
+
defensive_ideas
|
| 14 |
+
administrative_ideas
|
| 15 |
+
}
|
| 16 |
+
historical_units = {
|
| 17 |
+
african_spearmen
|
| 18 |
+
bantu_tribal_warfare
|
| 19 |
+
african_hill_warfare
|
| 20 |
+
adal_gunpowder_warfare
|
| 21 |
+
westernized_adal
|
| 22 |
+
adal_guerilla_warfare
|
| 23 |
+
african_somali_cavalry
|
| 24 |
+
african_abyssinian_cavalry
|
| 25 |
+
african_abyssinian_light_cavalry
|
| 26 |
+
african_hussar
|
| 27 |
+
african_dragoon
|
| 28 |
+
}
|
| 29 |
+
monarch_names = {
|
| 30 |
+
"?�)R�y #1" = 60 # Arliqo #1
|
| 31 |
+
"(� TS #0" = 60 # Sarjelle #0
|
| 32 |
+
"�ljg�� #0" = 40 # Fadumo #0
|
| 33 |
+
"eYl�S #0" = 40 # Umar #0
|
| 34 |
+
"FzU؞�V #0" = 20 # Muhammad #0
|
| 35 |
+
"Nb��^ #0" = -1 # Zaynab #0
|
| 36 |
+
"(����� #0" = -1 # Sadaf #0
|
| 37 |
+
"?�s|�b #0" = -1 # Amira #0
|
| 38 |
+
}
|
| 39 |
+
leader_names = {
|
| 40 |
+
"?�jSjg�b" # Abdallah
|
| 41 |
+
"?�jS�aS̑�Y" # Abdikarim
|
| 42 |
+
"?�^�TaSS" # Abubakar
|
| 43 |
+
"���Tȏ�V" # Ahmad
|
| 44 |
+
"?�2S^" # Ayub
|
| 45 |
+
"��Sl�" # Dalmar
|
| 46 |
+
"�v�" # Ghedi
|
| 47 |
+
"�TQh" # Hassan
|
| 48 |
+
"�T�z�V" # Khalid
|
| 49 |
+
"̑,g" # Liban
|
| 50 |
+
"l��T�V" # Mahad
|
| 51 |
+
"��(�" # Mosa
|
| 52 |
+
"FzU؞�V" # Muhammad
|
| 53 |
+
"eYl�S" # Omar
|
| 54 |
+
"�b^�Y" # Rahim
|
| 55 |
+
"(��V" # Saad
|
| 56 |
+
"(��KQ" # Sadiq
|
| 57 |
+
"�l̑+Y" # Sharif
|
| 58 |
+
}
|
| 59 |
+
ship_names = {
|
| 60 |
+
"?�+Yb6w" # Afgooye
|
| 61 |
+
"?��t�N" # Awash
|
| 62 |
+
"�T�b�" # Baraawe
|
| 63 |
+
"��b�R" # Berahle
|
| 64 |
+
"^ё" # Boocame
|
| 65 |
+
"��mS" # Dallol
|
| 66 |
+
"jg�" # Dooloow
|
| 67 |
+
"jgjS��" # Dubti
|
| 68 |
+
"jg�b6�" # Dulecha
|
| 69 |
+
"�W̑��" # Elidar
|
| 70 |
+
"�W�t" # Ewa
|
| 71 |
+
"ES�e" # Geedo
|
| 72 |
+
"b��" # Gewane
|
| 73 |
+
"�T�OaS" # Gobolka
|
| 74 |
+
"�T'k" # Hawo
|
| 75 |
+
"1g�T��" # Jubbada
|
| 76 |
+
"aS�R�k" # Kalabaydh
|
| 77 |
+
"l�aS" # Marka
|
| 78 |
+
"^X�h�b" # Semera
|
| 79 |
+
"^Xs|m�k" # Simurobi
|
| 80 |
+
"ŖW" # Yalo
|
| 81 |
+
}
|
| 82 |
+
army_names = {
|
| 83 |
+
"$PROVINCE$�Q" # Army of $PROVINCE$
|
| 84 |
+
}
|
| 85 |
+
fleet_names = {
|
| 86 |
+
"$PROVINCE$0��" # Fleet of $PROVINCE$
|
| 87 |
+
}
|
common/countries/AkKoyunlu.txt
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = muslimgfx
|
| 3 |
+
color = { 31 49 138 }
|
| 4 |
+
revolutionary_colors = { 8 0 8 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
expansion_ideas
|
| 7 |
+
religious_ideas
|
| 8 |
+
offensive_ideas
|
| 9 |
+
trade_ideas
|
| 10 |
+
administrative_ideas
|
| 11 |
+
defensive_ideas
|
| 12 |
+
diplomatic_ideas
|
| 13 |
+
economic_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
steppe_riders
|
| 17 |
+
steppe_lancers
|
| 18 |
+
steppe_mounted_raiders
|
| 19 |
+
steppe_cavalry
|
| 20 |
+
steppe_uhlans
|
| 21 |
+
steppe_raiders
|
| 22 |
+
steppe_footmen
|
| 23 |
+
steppe_musketeers
|
| 24 |
+
steppe_infantry
|
| 25 |
+
steppe_rifles
|
| 26 |
+
reformed_steppe_rifles
|
| 27 |
+
}
|
| 28 |
+
monarch_names = {
|
| 29 |
+
"�TLR ͖��KQ �e`� #0" = 10 # Qara Y�l�q Osman #0
|
| 30 |
+
"?�̑ #0" = 20 # Ali #0
|
| 31 |
+
"Yr�V^ #0" = 20 # Yaq�b #0
|
| 32 |
+
"�SUpg?Q #0" = 20 # Cihangir #0
|
| 33 |
+
"LNS �TQh #0" = 20 # Uzun Hasan #0
|
| 34 |
+
"�T̑�R #0" = 20 # Hal�l #0
|
| 35 |
+
"�b�RA�?Q #0" = 20 # Baysungur #0
|
| 36 |
+
"��`-� #0" = 20 # R�stem #0
|
| 37 |
+
"?�Tl� A�NQTr #0" = 20 # Ahmed G�vde #0
|
| 38 |
+
"(gLR� #0" = 20 # Mur�d #0
|
| 39 |
+
"?��R�R FzU؞�V #0" = 20 # Elvend Mehmed #0
|
| 40 |
+
"�T�YNb #0" = 10 # Hamza #0
|
| 41 |
+
"�VS ?�̑ #0" = 10 # Tur Ali #0
|
| 42 |
+
"�lk���N �V���� #0" = 10 # Fahredd�n Qutlu #0
|
| 43 |
+
"�TQh #0" = 10 # Hasan #0
|
| 44 |
+
"�TLR �TQh #0" = 10 # Qara Hasan #0
|
| 45 |
+
"FzU؞�V s|SNb #1" = 20 # Muhammed Mirz� #1
|
| 46 |
+
"(�S�tk� #1" = -1 # Salwah #1
|
| 47 |
+
"�T̑l� #1" = -1 # Halima #1
|
| 48 |
+
"?�O�� #1" = -1 # Aisha #1
|
| 49 |
+
"mp̑` #0" = -1 # Melis #0
|
| 50 |
+
"�b�k6w #0" = -1 # Rabia #0
|
| 51 |
+
"(��6w #0" = -1 # Safiye #0
|
| 52 |
+
"LNFzyr #0" = -1 # Umut #0
|
| 53 |
+
"P�HYyr #0" = -1 # Ziynet #0
|
| 54 |
+
"Vy�b�V #0" = -1 # Z�beyde #0
|
| 55 |
+
}
|
| 56 |
+
leader_names = {
|
| 57 |
+
"?�̑" # Ali
|
| 58 |
+
"���Tȏ�V" # Ahmed
|
| 59 |
+
"�SUpg?Q" # Cihangir
|
| 60 |
+
"�WS�e�V" # Elvend
|
| 61 |
+
"�lk���N" # Fahredd�n
|
| 62 |
+
"<hLN�N" # G�vde
|
| 63 |
+
"�T)R�R" # Halil
|
| 64 |
+
"�T�YNb" # Hamza
|
| 65 |
+
"�TQh" # Hasan
|
| 66 |
+
"s|SNb" # Mirz�
|
| 67 |
+
"FzU؞�V" # Muhammed
|
| 68 |
+
"Fz�b�V" # Mur�d
|
| 69 |
+
"eY�e�f" # Osman
|
| 70 |
+
"�TLR" # Qara
|
| 71 |
+
"�V����" # Qutlu
|
| 72 |
+
"���efW�Y" # R�stem
|
| 73 |
+
"LNS" # Uzun
|
| 74 |
+
"Ŗ�S^" # Yaq�b
|
| 75 |
+
"͖��KQ" # Y�l�q
|
| 76 |
+
}
|
| 77 |
+
ship_names = {
|
| 78 |
+
"?�k��byr" # Ahlat
|
| 79 |
+
"?�S���k�R" # Ardab�l
|
| 80 |
+
"�T�X�b" # Basra
|
| 81 |
+
"�TO^Syr" # Bayburt
|
| 82 |
+
"�T�^�VS" # Bay�nd�r
|
| 83 |
+
"��N�TKQS" # Diyar Baqr
|
| 84 |
+
"�WS%my�" # Erzincan
|
| 85 |
+
"O�e�lU" # Esfahan
|
| 86 |
+
"�lk���N��V����" # Fahredd�n Qutlu
|
| 87 |
+
" TpQ" # Gilan
|
| 88 |
+
"�Tl�9N" # Hamadan
|
| 89 |
+
"�TQh" # Hasan
|
| 90 |
+
"�TNbS" # Hazar
|
| 91 |
+
"aSS�T�b" # Karbala
|
| 92 |
+
"l�SN" # Mardin
|
| 93 |
+
"idςS" # Musul
|
| 94 |
+
"�TLR�͖��KQ" # Qara Y�l�q
|
| 95 |
+
"^SN" # Sirvan
|
| 96 |
+
"ς9N" # Sultan
|
| 97 |
+
"�VS�?�̑" # Tur Ali
|
| 98 |
+
"LNS�l" # Urfa
|
| 99 |
+
"�Q�W" # Van
|
| 100 |
+
"�NyQ�V" # Yazd
|
| 101 |
+
}
|
| 102 |
+
army_names = {
|
| 103 |
+
"$PROVINCE$�Q" # Army of $PROVINCE$
|
| 104 |
+
}
|
| 105 |
+
fleet_names = {
|
| 106 |
+
"ўwm0��" # Black Sea fleet
|
| 107 |
+
"̑wm0��" # Caspian Sea fleet
|
| 108 |
+
"�l�e�n0��" # Persian Gulf Fleet
|
| 109 |
+
}
|
common/countries/Akamatsu.txt
ADDED
|
@@ -0,0 +1,292 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = asiangfx
|
| 3 |
+
color = { 137 195 235 }
|
| 4 |
+
revolutionary_colors = { 14 0 14 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
offensive_ideas
|
| 7 |
+
defensive_ideas
|
| 8 |
+
naval_ideas
|
| 9 |
+
trade_ideas
|
| 10 |
+
quality_ideas
|
| 11 |
+
spy_ideas
|
| 12 |
+
diplomatic_ideas
|
| 13 |
+
administrative_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
japanese_archer
|
| 17 |
+
eastern_bow
|
| 18 |
+
japanese_footsoldier
|
| 19 |
+
japanese_samurai
|
| 20 |
+
asian_arquebusier
|
| 21 |
+
asian_charge_cavalry
|
| 22 |
+
asian_mass_infantry
|
| 23 |
+
asian_musketeer
|
| 24 |
+
reformed_asian_musketeer
|
| 25 |
+
reformed_asian_cavalry
|
| 26 |
+
}
|
| 27 |
+
monarch_names = { # Most Monarchs were named with "nori"
|
| 28 |
+
"INR #0" = 50 # Yoshinori #0
|
| 29 |
+
"RPy #0" = 50 # Norisuke #0
|
| 30 |
+
"�nPy #0" = 50 # Mitsusuke #0
|
| 31 |
+
"RQg #0" = 50 # Norimura #0
|
| 32 |
+
"?eR #0" = 50 # Masanori #0
|
| 33 |
+
"INQg #0" = 50 # Yoshimura #0
|
| 34 |
+
"tf?e #0" = 50 # Harumasa #0
|
| 35 |
+
"INPy #0" = 50 # Yoshisuke #0
|
| 36 |
+
"R?b #0" = 50 # Norifusa #0
|
| 37 |
+
"�R�y #0" = 50 # Norihide #0
|
| 38 |
+
"?eCQ #0" = 50 # Masamoto #0
|
| 39 |
+
"Qg�y #0" = 50 # Murahide #0
|
| 40 |
+
"?e�y #0" = 50 # Masahide #0
|
| 41 |
+
"PyuQ #0" = 50 # Suketaka #0
|
| 42 |
+
"ckV #0" = 50 # Masahiro #0
|
| 43 |
+
"�RR #0" = 50 # Sadanori #0
|
| 44 |
+
"S�R #0" = 50 # Michinori #0
|
| 45 |
+
"IN?e #0" = 50 # Yoshimasa #0
|
| 46 |
+
"��R #0" = 50 # Mochinori #0
|
| 47 |
+
"?eS #0" = 50 # Masanao #0
|
| 48 |
+
"?e� #0" = 50 # Masashige #0
|
| 49 |
+
"ck�o #0" = 50 # Masazumi #0
|
| 50 |
+
"V�|Q #0" = 50 # Yorikane #0
|
| 51 |
+
"?eS� #0" = 50 # Masamichi #0
|
| 52 |
+
"INl #0" = 50 # Yoshiuji #0
|
| 53 |
+
"�RQg #0" = 50 # Sadamura #0
|
| 54 |
+
"�RR #0" = 50 # Shigenori #0
|
| 55 |
+
"�R #0" = 50 # Norihisa #0
|
| 56 |
+
"cw #0" = -5 # Toku #0
|
| 57 |
+
"CS #0" = -5 # Sen #0
|
| 58 |
+
"�s #0" = -5 # Tama #0
|
| 59 |
+
"�u #0" = -5 # Aya #0
|
| 60 |
+
"Iz #0" = -5 # Ina #0
|
| 61 |
+
}
|
| 62 |
+
leader_names = { # Daimyo names
|
| 63 |
+
"d��g" # Akamatsu
|
| 64 |
+
"fzf" # Akechi
|
| 65 |
+
"��)R" # Ashikaga
|
| 66 |
+
"<SPR" # Amago
|
| 67 |
+
"�N�g" # Kyogoku
|
| 68 |
+
"mQ҉" # Rokkaku
|
| 69 |
+
"g�N" # Asakura
|
| 70 |
+
"EmΑ" # Asano
|
| 71 |
+
"?�ς" # Aso
|
| 72 |
+
"��Rb�" # Chosokabe
|
| 73 |
+
"O��" # Date
|
| 74 |
+
"���H�" # Hachisuka
|
| 75 |
+
"`uqS" # Hatakeyama
|
| 76 |
+
"Sag" # Hojo
|
| 77 |
+
"�u�T" # Hosokawa
|
| 78 |
+
"Nag" # Ichijo
|
| 79 |
+
"�k0u" # Keda
|
| 80 |
+
"�N�T" # Imagawa
|
| 81 |
+
"Nr�" # Isshiki
|
| 82 |
+
"ON" # Ito
|
| 83 |
+
"^y�O" # Jinbo
|
| 84 |
+
"ʃ`l" # Kikuchi
|
| 85 |
+
"�lΑ" # Kono
|
| 86 |
+
"MR0u" # Maeda
|
| 87 |
+
"�g8l" # Matsunaga
|
| 88 |
+
" NQg" # Mimura
|
| 89 |
+
" N�Y" # Miyoshi
|
| 90 |
+
"gN" # Mogami
|
| 91 |
+
"�k)R" # Mori
|
| 92 |
+
"��S" # Nabeshima
|
| 93 |
+
"�>S" # Nagao
|
| 94 |
+
"�u0u" # Oda
|
| 95 |
+
"S.r�S" # Ogasawara
|
| 96 |
+
"'Y�S" # Otomo
|
| 97 |
+
"'Y�Q" # Ouchi
|
| 98 |
+
"��.��R" # Ryuzoji
|
| 99 |
+
"�vo�" # Sagara
|
| 100 |
+
"�e�" # Saito
|
| 101 |
+
"w0u" # Sanada
|
| 102 |
+
"PO�z" # Satake
|
| 103 |
+
"̑��" # Satomi
|
| 104 |
+
"�e�l" # Shiba
|
| 105 |
+
"�e�S0u" # Shibata
|
| 106 |
+
"�S%m" # Shimazu
|
| 107 |
+
"S0�" # Shoni
|
| 108 |
+
"fk0u" # Takeda
|
| 109 |
+
"W�S" # Toki
|
| 110 |
+
"�V�T" # Tokugawa
|
| 111 |
+
"�gs^" # Matsudaira
|
| 112 |
+
"0N�" # Toyotomi
|
| 113 |
+
"Rr�N" # Tsutsui
|
| 114 |
+
"NIg" # Uesugi
|
| 115 |
+
"fmN" # Uragami
|
| 116 |
+
"qST" # Yamana
|
| 117 |
+
"qS�Q" # Yamauchi # Akamatsu Flavor
|
| 118 |
+
"d��g" # Akamatsu
|
| 119 |
+
"d��g" # Akamatsu
|
| 120 |
+
"d��g" # Akamatsu
|
| 121 |
+
"d��g" # Akamatsu
|
| 122 |
+
"d��g" # Akamatsu
|
| 123 |
+
"d��g" # Akamatsu
|
| 124 |
+
"d��g" # Akamatsu
|
| 125 |
+
"d��g" # Akamatsu
|
| 126 |
+
"d��g" # Akamatsu
|
| 127 |
+
"d��g" # Akamatsu
|
| 128 |
+
"d��g" # Akamatsu
|
| 129 |
+
"d��g" # Akamatsu
|
| 130 |
+
"d��g" # Akamatsu
|
| 131 |
+
"d��g" # Akamatsu
|
| 132 |
+
"d��g" # Akamatsu
|
| 133 |
+
"d��g" # Akamatsu
|
| 134 |
+
"d��g" # Akamatsu
|
| 135 |
+
"d��g" # Akamatsu
|
| 136 |
+
"d��g" # Akamatsu
|
| 137 |
+
"d��g" # Akamatsu # Retainers of the Akamatsu clan
|
| 138 |
+
"S�R" # Kodera
|
| 139 |
+
"S�R" # Kodera
|
| 140 |
+
"S�R" # Kodera
|
| 141 |
+
"S�R" # Kodera
|
| 142 |
+
"S�R" # Kodera
|
| 143 |
+
"+RNb" # Bessho
|
| 144 |
+
"+RNb" # Bessho
|
| 145 |
+
"+RNb" # Bessho
|
| 146 |
+
"+RNb" # Bessho
|
| 147 |
+
"+RNb" # Bessho
|
| 148 |
+
"fmN" # Uragami
|
| 149 |
+
"fmN" # Uragami
|
| 150 |
+
"fmN" # Uragami
|
| 151 |
+
"fmN" # Uragami
|
| 152 |
+
"fmN" # Uragami
|
| 153 |
+
"�y�S" # Fukuhara
|
| 154 |
+
"�y�S" # Fukuhara
|
| 155 |
+
"�y�S" # Fukuhara
|
| 156 |
+
"�y�S" # Fukuhara
|
| 157 |
+
"�y�S" # Fukuhara
|
| 158 |
+
"s^Α" # Hirano
|
| 159 |
+
"s^Α" # Hirano
|
| 160 |
+
"s^Α" # Hirano
|
| 161 |
+
"s^Α" # Hirano
|
| 162 |
+
"s^Α" # Hirano # Region Flavor: Chugoku
|
| 163 |
+
"fmN" # Uragami
|
| 164 |
+
"�g0u" # Matsuda
|
| 165 |
+
"�R�UY" # Ukita
|
| 166 |
+
"AS�l" # Togawa
|
| 167 |
+
"��?b" # Hanabusa
|
| 168 |
+
"f�w" # Akashi
|
| 169 |
+
"�u�T" # Hosokawa
|
| 170 |
+
"S" # Sho
|
| 171 |
+
" NQg" # Mimura
|
| 172 |
+
"�w�T" # Ishikawa
|
| 173 |
+
"�y�S" # Akiba
|
| 174 |
+
"n4l" # Shimizu
|
| 175 |
+
"�Y>S" # Senoo
|
| 176 |
+
" Nfm" # Miura
|
| 177 |
+
"qST" # Yamana
|
| 178 |
+
"WSag" # Nanjo
|
| 179 |
+
"fk0u" # Takeda
|
| 180 |
+
"<SPR" # Amago
|
| 181 |
+
" NRKS" # Mitoya
|
| 182 |
+
"d�T" # Akana
|
| 183 |
+
"�z�S" # Tachihara
|
| 184 |
+
"�RqS" # Uyama
|
| 185 |
+
"�V7b" # Shido
|
| 186 |
+
"qS-N" # Yamanaka
|
| 187 |
+
"���N" # Kamei
|
| 188 |
+
"�v0u" # Masuda
|
| 189 |
+
" T��" # Yoshimi
|
| 190 |
+
"qS�Q" # Yamauchi
|
| 191 |
+
"�k)R" # Mori
|
| 192 |
+
" T�T" # Kikkawa
|
| 193 |
+
"S�e�T" # Kobayakawa
|
| 194 |
+
"QgN" # Murakami
|
| 195 |
+
"�q7�" # Kumagai
|
| 196 |
+
"PO=O" # Saeki
|
| 197 |
+
"�y�S" # Fukuhara
|
| 198 |
+
"S0u" # Kodaga
|
| 199 |
+
"Bh" # Katsura
|
| 200 |
+
"�R7b" # Shishido
|
| 201 |
+
"�NN" # Inoue
|
| 202 |
+
"'Y�Q" # Ouchi
|
| 203 |
+
"v�" # Sue
|
| 204 |
+
"Ig" # Sugi
|
| 205 |
+
"�Q�" # Naito
|
| 206 |
+
}
|
| 207 |
+
ship_names = {
|
| 208 |
+
"F�eY8N" # Mutsu Maru
|
| 209 |
+
"�Q�8N" # Dewa Maru
|
| 210 |
+
"NΑ8N" # Shimotsuke Maru
|
| 211 |
+
"8^F�8N" # Hitachi Maru
|
| 212 |
+
"NI`8N" # Kazusa Maru
|
| 213 |
+
"NI`8N" # Shimousa Maru
|
| 214 |
+
"?��l8N" # Awa Maru
|
| 215 |
+
"fkυ8N" # Musashi Maru
|
| 216 |
+
"NΑ8N" # Kozuke Maru
|
| 217 |
+
"OF�8N" # Izu Maru
|
| 218 |
+
"��T8N" # Echigo Maru
|
| 219 |
+
"��-N8N" # Ettchu Maru
|
| 220 |
+
"�RH�8N" # Kaga Maru
|
| 221 |
+
"�w�v8N" # Noto Maru
|
| 222 |
+
"���l8N" # Suruga Maru
|
| 223 |
+
"ml8N" # Totomi Maru
|
| 224 |
+
"N�T8N" # Joshu Maru
|
| 225 |
+
"�T8N" # Enshu Maru
|
| 226 |
+
"fk�T8N" # Bushu Maru
|
| 227 |
+
"���T8N" # Esshu Maru
|
| 228 |
+
" N�l8N" # Mikawa Maru
|
| 229 |
+
"��T8N" # Ushu Maru
|
| 230 |
+
"�v�T8N" # Soushu Maru
|
| 231 |
+
"2��T8N" # Boushu Maru
|
| 232 |
+
"2u�e8N" # Kai Maru
|
| 233 |
+
"�O�T8N" # Shinshu Maru
|
| 234 |
+
"2u�T8N" # Koshu Maru
|
| 235 |
+
">S.V8N" # Owari Maru
|
| 236 |
+
">S�T8N" # Bishu Maru
|
| 237 |
+
"�Sm8N" # Mino Maru
|
| 238 |
+
"��MR8N" # Echizen Maru
|
| 239 |
+
"O�R8N" # Ise Maru
|
| 240 |
+
"�Vid8N" # Shima Maru
|
| 241 |
+
"яml8N" # Omi Maru
|
| 242 |
+
"ml�T8N" # Goushu Maru
|
| 243 |
+
"qS�W8N" # Yamashiro Maru
|
| 244 |
+
"��r8N" # Wakasa Maru
|
| 245 |
+
"9N�l8N" # Tanba Maru
|
| 246 |
+
"9NT8N" # Tango Maru
|
| 247 |
+
"'Y�T8N" # Yamato Maru
|
| 248 |
+
"�uO8N" # Kii Maru
|
| 249 |
+
"�u�T8N" # Kishu Maru
|
| 250 |
+
"OH�8N" # Iga Maru
|
| 251 |
+
"?��l8N" # Awa Maru
|
| 252 |
+
"^��S8N" # Sanuki Maru
|
| 253 |
+
"WPO8N" # Tosa Maru
|
| 254 |
+
"O�N8N" # Iyo Maru
|
| 255 |
+
"�d�x8N" # Harima Maru
|
| 256 |
+
"�d�T8N" # Banshu Maru
|
| 257 |
+
"=Ow8N" # Hoki Maru
|
| 258 |
+
"�Va^8N" # Inaba Maru
|
| 259 |
+
"YMR8N" # Bizen Maru
|
| 260 |
+
"�jO�R8N" # Mimasaka Maru
|
| 261 |
+
"Y�T8N" # Binshu Maru
|
| 262 |
+
"YT8N" # Bingo Maru
|
| 263 |
+
"Y-N8N" # Bittchu Maru
|
| 264 |
+
"�Rz�8N" # Aki Maru
|
| 265 |
+
"�Q�N8N" # Izumo Maru
|
| 266 |
+
"�w��8N" # Iwami Maru
|
| 267 |
+
"hT2�8N" # Suou Maru
|
| 268 |
+
"��8N" # Nagato Maru
|
| 269 |
+
"0NT8N" # Bungo Maru
|
| 270 |
+
"0NMR8N" # Buzen Maru
|
| 271 |
+
"QrMR8N" # Chikuzen Maru
|
| 272 |
+
"QrT8N" # Chikugo Maru
|
| 273 |
+
"�wMR8N" # Hizen Maru
|
| 274 |
+
"�wT8N" # Higo Maru
|
| 275 |
+
"Qr�T8N" # Chikushu Maru
|
| 276 |
+
"�eT8N" # Hyuga Maru
|
| 277 |
+
"'Y��8N" # Osumi Maru
|
| 278 |
+
"(�id8N" # Satsuma Maru
|
| 279 |
+
"(��T8N" # Sasshu Maru
|
| 280 |
+
}
|
| 281 |
+
army_names = {
|
| 282 |
+
"d��g�Q" # Akamatsu Gun
|
| 283 |
+
"$PROVINCE$�Q" # $PROVINCE$ Gun
|
| 284 |
+
"$PROVINCE$�R" # $PROVINCE$ Zei
|
| 285 |
+
"$PROVINCE$�V" # $PROVINCE$ Dan
|
| 286 |
+
}
|
| 287 |
+
fleet_names = {
|
| 288 |
+
"d��g4l�Q" # Akamatasu Suigun
|
| 289 |
+
"$PROVINCE$4l�Q" # $PROVINCE$ Suigun
|
| 290 |
+
"$PROVINCE$9��V" # $PROVINCE$ Sendan
|
| 291 |
+
"$PROVINCE$�" # $PROVINCE$ Tai
|
| 292 |
+
}
|
common/countries/Aksumite Empire.txt
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please seefilename.
|
| 2 |
+
graphical_culture = africangfx
|
| 3 |
+
color = { 110 120 191 }
|
| 4 |
+
revolutionary_colors = { 9 8 5 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
defensive_ideas
|
| 7 |
+
religious_ideas
|
| 8 |
+
offensive_ideas
|
| 9 |
+
influence_ideas
|
| 10 |
+
spy_ideas
|
| 11 |
+
diplomatic_ideas
|
| 12 |
+
economic_ideas
|
| 13 |
+
quality_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
african_spearmen
|
| 17 |
+
african_abyssinian_light_cavalry
|
| 18 |
+
bantu_tribal_warfare
|
| 19 |
+
ethiopian_mountain_warfare
|
| 20 |
+
ethiopian_gunpowder_warfare
|
| 21 |
+
westernized_ethiopian
|
| 22 |
+
ethiopian_guerilla_warfare
|
| 23 |
+
african_somali_cavalry
|
| 24 |
+
african_abyssinian_cavalry
|
| 25 |
+
african_mossi_horsemen
|
| 26 |
+
african_hussar
|
| 27 |
+
african_dragoon
|
| 28 |
+
}
|
| 29 |
+
monarch_names = {
|
| 30 |
+
"O�Nς #0" = 60 # Iy�s� #0
|
| 31 |
+
"TXKQ�b wml���yr #0" = 60 # Taqla H�ym�n�t #0
|
| 32 |
+
"NbW� #2" = 40 # Sal�m�n #2
|
| 33 |
+
"�u��Q�e #0" = 40 # Y�hannes #0
|
| 34 |
+
"wmyQKQ�N�e #0" = 40 # Hezqey�s #0
|
| 35 |
+
"-g�b ŖT^ #0" = 20 # Zar'a Y�qob #0
|
| 36 |
+
"��� l�̑�N�Y #1" = 20 # Ba'eda M�ry�m #1
|
| 37 |
+
"�^�efWN���e #3" = 20 # Quastant�n�s #3
|
| 38 |
+
"?��Y�� ^X2Si` #1" = 20 # 'Amda Sey�n #1
|
| 39 |
+
"�ueY�V #0" = 20 # N�'�d #0
|
| 40 |
+
"�R^�u 9N�RS #0" = 20 # Lebna Dengel #0
|
| 41 |
+
"<h�R�V�l�e #0" = 20 # Gal�wd�w�s #0
|
| 42 |
+
"s|�u�e #0" = 20 # M�n�s #0
|
| 43 |
+
"(�S�d 9N�RS #0" = 20 # Sarsa Dengel #0
|
| 44 |
+
"ŖT^ #0" = 20 # Y�'qob #0
|
| 45 |
+
"ς^X<S�u�e #0" = 20 # S�seny�s #0
|
| 46 |
+
"�l�)R�V�e #0" = 20 # F�s�ladas #0
|
| 47 |
+
"yr�lVm�e #0" = 20 # T�w�fl�s #0
|
| 48 |
+
"�u�eXb�e #0" = 20 # Y�st�s #0
|
| 49 |
+
"�u�u�e #0" = 20 # Y�nas #0
|
| 50 |
+
"���uyr #0" = 20 # D�w�t #0
|
| 51 |
+
"?��Y(� T�u T�e #0" = 20 # 'Amsa G�y�rg�s #0
|
| 52 |
+
"TXKQ�b wml���yr #0" = 20 # Tuqla G�y�rg�s #0
|
| 53 |
+
"�V�hyrW�e #0" = 20 # Demetros #0
|
| 54 |
+
" T�u T�e #0" = 20 # G�y�rg�s #0
|
| 55 |
+
"^�KQXbS #0" = 5 # Fiqtor #0
|
| 56 |
+
"s|�u�e #0" = 5 # Menas #0
|
| 57 |
+
"l��y�e #0" = 5 # Marqos #0
|
| 58 |
+
"�Tl�l� #0" = 5 # Hamalmal #0
|
| 59 |
+
"(��R KQ̑�eXb #0" = 5 # Saga Krestos #0
|
| 60 |
+
"l�STX KQ̑�eXb #0" = 5 # Malta Krestos #0
|
| 61 |
+
"�l�S #0" = 5 # F�s�l #0
|
| 62 |
+
"i`�V���N�e #1" = 1 # 'Endrey�s #1
|
| 63 |
+
"�N�d #1" = 1 # Yeshaq #1
|
| 64 |
+
"s|wmS #0" = 0 # Mika'el #0
|
| 65 |
+
"?��Y�� ^X2Si` #0" = 0 # Amda Seyon #0
|
| 66 |
+
"�Ryr�uyr�l�e #0" = 0 # Antenatewos #0
|
| 67 |
+
"�uS�V T�u T�e #0" = 0 # Welde Giyorgis #0
|
| 68 |
+
"s|wmS i��w #0" = 0 # Mika'el Sehul #0
|
| 69 |
+
"<h0t #0" = 0 # Gusho #0
|
| 70 |
+
"�e�V ��l^X #0" = 0 # Wand Bewossen #0
|
| 71 |
+
"wmS #0" = 0 # Haile #0
|
| 72 |
+
"�lS�� �R�T��S #0" = 0 # Wolda Gabrael #0
|
| 73 |
+
"?���T #0" = -1 # Abeba #0
|
| 74 |
+
"�Tb�e #0" = -1 # Hagos #0
|
| 75 |
+
"yr�u<h�Q #0" = -1 # Tenagne #0
|
| 76 |
+
}
|
| 77 |
+
leader_names = {
|
| 78 |
+
"�TO(�" # Bayisa
|
| 79 |
+
"�V��pg" # Dereje
|
| 80 |
+
"?��YZS" # Ambo
|
| 81 |
+
"?��e���e" # Asres
|
| 82 |
+
"�ts|" # Wami
|
| 83 |
+
"�W^Xyr" # Eshete
|
| 84 |
+
"�WNb�u" # Ezana
|
| 85 |
+
"�W2S^" # Eyob
|
| 86 |
+
"?��e�lLN" # Asfaw
|
| 87 |
+
"�V<h9�" # Degife
|
| 88 |
+
}
|
| 89 |
+
ship_names = {
|
| 90 |
+
"�u�yr" # Yodit
|
| 91 |
+
"�u?�" # Shewa
|
| 92 |
+
"l��b�TXKQ�b" # Mara Takla
|
| 93 |
+
"�b)R��b" # Lalibela
|
| 94 |
+
"6w�^���?�Fz�bKQ" # Yekuno Amlak
|
| 95 |
+
"�c<h��" # Tigray
|
| 96 |
+
"TXTXjg�Y" # Tatadum
|
| 97 |
+
"^X2S�Y" # Seyum
|
| 98 |
+
"KQjg�e��TS�" # Kedus Harbe
|
| 99 |
+
"�u?��^��Xb��b?�^" # Na'akueto La'ab
|
| 100 |
+
"6wyr�T�bKQ" # Yetbarak
|
| 101 |
+
}
|
common/countries/Alaska.txt
ADDED
|
@@ -0,0 +1,316 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = easterngfx
|
| 3 |
+
colonial_parent = RUS
|
| 4 |
+
random_nation_chance = 0
|
| 5 |
+
historical_score = 200
|
| 6 |
+
color = { 185 215 255 }
|
| 7 |
+
revolutionary_colors = { 0 13 8 }
|
| 8 |
+
historical_idea_groups = {
|
| 9 |
+
plutocracy_ideas
|
| 10 |
+
trade_ideas
|
| 11 |
+
economic_ideas
|
| 12 |
+
defensive_ideas
|
| 13 |
+
maritime_ideas
|
| 14 |
+
administrative_ideas
|
| 15 |
+
offensive_ideas
|
| 16 |
+
quantity_ideas
|
| 17 |
+
}
|
| 18 |
+
historical_units = {
|
| 19 |
+
bardiche_infantry
|
| 20 |
+
druzhina_cavalry
|
| 21 |
+
slavic_stradioti
|
| 22 |
+
eastern_militia
|
| 23 |
+
muscovite_musketeer
|
| 24 |
+
muscovite_caracolle
|
| 25 |
+
muscovite_soldaty
|
| 26 |
+
muscovite_cossack
|
| 27 |
+
russian_petrine
|
| 28 |
+
russian_lancer
|
| 29 |
+
russian_green_coat
|
| 30 |
+
russian_cuirassier
|
| 31 |
+
eastern_skirmisher
|
| 32 |
+
eastern_uhlan
|
| 33 |
+
eastern_carabinier
|
| 34 |
+
russian_mass
|
| 35 |
+
}
|
| 36 |
+
monarch_names = {
|
| 37 |
+
"�t�̑ #0" = 70 # Vasiliy #0
|
| 38 |
+
"O�Q #2" = 40 # Ivan #2
|
| 39 |
+
"�Vs|yȓ #5" = 20 # Dmitriy #5
|
| 40 |
+
"2S̑ #1" = 20 # Yuriy #1
|
| 41 |
+
"�R�V�p #3" = 10 # Andrei #3
|
| 42 |
+
"0�ׂ #1" = 10 # Semen #1
|
| 43 |
+
"9�eYYS #1" = 5 # Fyodor #1
|
| 44 |
+
"?��l�u� #0" = 0 # Afanasiy #0
|
| 45 |
+
"?��W�Y #0" = 0 # Akim #0
|
| 46 |
+
"�N�SqS'Y #0" = 0 # Aleksandr #0
|
| 47 |
+
"?�RKQ0� #0" = 0 # Alexei #0
|
| 48 |
+
"�R�uXb)R #0" = 0 # Anatoliy #0
|
| 49 |
+
"?�SaScR #0" = 0 # Arkadiy #0
|
| 50 |
+
"��̑�e #0" = 10 # Boris #0
|
| 51 |
+
"9N<SS #0" = 0 # Daniil #0
|
| 52 |
+
"YW9� #0" = 0 # Dorofey #0
|
| 53 |
+
"9�eYY� #0" = 0 # Feodosiy #0
|
| 54 |
+
"�reY��bKQyr #0" = 0 # Feofilakt #0
|
| 55 |
+
"�RV̑�R #0" = 0 # Gavriil #0
|
| 56 |
+
"�RV̑�R #0" = 0 # Innokentiy #0
|
| 57 |
+
"�umt+Y #0" = 0 # Iosif #0
|
| 58 |
+
"�b+Y&O�� #0" = 0 # Lavrentiy #0
|
| 59 |
+
"�s�Q^t #0" = 0 # Makariy #0
|
| 60 |
+
"l�yr�e #0" = 0 # Matveiy #0
|
| 61 |
+
"s|�TOS #0" = 0 # Mikhail #0
|
| 62 |
+
"�uNb̑ #0" = 0 # Nazariy #0
|
| 63 |
+
"<S�WiOS #0" = 0 # Nikifor #0
|
| 64 |
+
"eYR<h #0" = 0 # Oleg #0
|
| 65 |
+
"eY<S�� #0" = 0 # Onisim #0
|
| 66 |
+
"^�S #0" = 0 # Pavel #0
|
| 67 |
+
"nfW�g�k #0" = 0 # Prokopiy #0
|
| 68 |
+
"|V�V #0" = 0 # Pyotr #0
|
| 69 |
+
"�bYs|S #0" = 0 # Radomir #0
|
| 70 |
+
"(��ȗ #0" = 0 # Saveliy #0
|
| 71 |
+
"0�S�v #0" = 0 # Sergei #0
|
| 72 |
+
"wcޏcR #0" = 0 # Terentiy #0
|
| 73 |
+
"�tȒ #0" = 0 # Valeriy #0
|
| 74 |
+
"�N�W�Y #0" = 0 # Yakim #0
|
| 75 |
+
"Ŗ+Y�v<S #0" = 0 # Yevgeniy #0
|
| 76 |
+
"?��R�Z #0" = -1 # Agafya #0
|
| 77 |
+
"�e�uyr�bZ #0" = -1 # Svetlana #0
|
| 78 |
+
"2S)RZ #0" = -1 # Yuliya #0
|
| 79 |
+
}
|
| 80 |
+
leader_names = {
|
| 81 |
+
"?�nf�bKQ��" # Apraksin
|
| 82 |
+
"�T<h�bcRf" # Bagration
|
| 83 |
+
"�TKQ)R �V Xb)R" # Barclay de Tolly
|
| 84 |
+
"�k�k�y+Y" # Bibikoff
|
| 85 |
+
"ZS��e�y" # Bodisco
|
| 86 |
+
"ZSbS+Y��" # Boruffsin
|
| 87 |
+
"b)R�S" # Golitzin
|
| 88 |
+
"�Q^�b" # Kaibula
|
| 89 |
+
"aS�e�W" # Kamenski
|
| 90 |
+
"KQ��PO+Y" # Kolzoff
|
| 91 |
+
"^�y+Y" # Mensjikov
|
| 92 |
+
"Fz�ecR�e�b+Y�e�W" # Mustislavski
|
| 93 |
+
"eY�eyr�f XbS�e�l" # Ostermann Tolstoy
|
| 94 |
+
"�TR(��W" # Paletskij
|
| 95 |
+
"��6w+Y�e�W" # Rajevski
|
| 96 |
+
"��tm+Y" # Schuvalov
|
| 97 |
+
"0�Rs|pg+Y" # Sjeremetjev
|
| 98 |
+
"�ecRG�<S�Nyr�u+Y" # Sjtjenjatvev
|
| 99 |
+
"�c�hj��h" # Tiesenhusen
|
| 100 |
+
"�t�̑6w�uGY" # Vasiljevitj
|
| 101 |
+
"�Q ^KQ�ek�+Y�v" # von Buxhoevden
|
| 102 |
+
"�Q KQ���R" # von Knorring
|
| 103 |
+
"�Q �b�" # von Lascy
|
| 104 |
+
}
|
| 105 |
+
ship_names = {
|
| 106 |
+
"s�" # Aist
|
| 107 |
+
"?�FzS" # Amur
|
| 108 |
+
"?��lW" # Apollo
|
| 109 |
+
"��S" # Arkhipelag
|
| 110 |
+
"?�S��yr" # Armont
|
| 111 |
+
"?�&O�VS" # Arondel
|
| 112 |
+
"?��eyr�bU" # Astrakhan
|
| 113 |
+
"�N�u�N" # Aziia
|
| 114 |
+
"�N�" # Azov
|
| 115 |
+
")Y�`" # Blagodat
|
| 116 |
+
"s^�R" # Blagopoluchie
|
| 117 |
+
"NR��" # Britanniia
|
| 118 |
+
"^�g^��KQ" # Bulinbrok
|
| 119 |
+
"ŏOe" # Bystraia
|
| 120 |
+
"LN��" # Cherepakha
|
| 121 |
+
"��" # Chesma
|
| 122 |
+
"ck�v" # Chestnaia
|
| 123 |
+
"1�TQ" # Degas
|
| 124 |
+
"1rKNBh�Q" # Dekrondelivde
|
| 125 |
+
"wmZ�" # Delfin
|
| 126 |
+
"�cm" # Delos
|
| 127 |
+
"pgS�Ryr" # Derbent
|
| 128 |
+
"YS^yr" # Derpt
|
| 129 |
+
"�V�e�" # Devonshir
|
| 130 |
+
"4b�RZ" # Diana
|
| 131 |
+
"'Y T" # Dobraia
|
| 132 |
+
"9��" # Donder
|
| 133 |
+
"CS�ev�" # Drumkrakht
|
| 134 |
+
"N�ev�" # Dumkrat
|
| 135 |
+
"�r҉�Q" # Eingorn
|
| 136 |
+
"�SޏZ" # Elena
|
| 137 |
+
"Z�g" # Emgeiten
|
| 138 |
+
"�Wl��uOS" # Emmanuil
|
| 139 |
+
"�T�" # Endrakht
|
| 140 |
+
"^g" # Esperans
|
| 141 |
+
"�Wyr�u" # Etna
|
| 142 |
+
"'kW�T" # Evropa
|
| 143 |
+
"�lSKQ" # Falk
|
| 144 |
+
"�`�N" # Favoritka
|
| 145 |
+
"�Q�Q" # Feniks
|
| 146 |
+
"�e^" # Flag
|
| 147 |
+
"�yS�VZ" # Fortuna
|
| 148 |
+
"S�yr�p�eTXyr" # Fredrikhshtadt
|
| 149 |
+
"�jPw" # Fridemaker
|
| 150 |
+
"9�eYYS" # Fyodor
|
| 151 |
+
"Il!X" # Gamburg
|
| 152 |
+
"u�Syr" # Gangut
|
| 153 |
+
"k�KQXb3w" # Gektor
|
| 154 |
+
"��1�" # Gremiashchii
|
| 155 |
+
"<h̑b̑" # Grigorii
|
| 156 |
+
"�T��" # Grom
|
| 157 |
+
"6w7��OS" # Iagudiil
|
| 158 |
+
"lb!X" # Iamburg
|
| 159 |
+
"ŖW�e�b+Y" # Iaroslav
|
| 160 |
+
"Ŗ�" # Iassy
|
| 161 |
+
"�N��u" # Iezekiil
|
| 162 |
+
"�V<h̑�N" # Ingermanland
|
| 163 |
+
"�u�R" # Ioann
|
| 164 |
+
"1g�^yr" # Iupiter
|
| 165 |
+
"�x�w" # Kamen
|
| 166 |
+
"�p�g" # Khobot
|
| 167 |
+
"��N" # Khotin
|
| 168 |
+
"�S^�w" # Khvalnaia
|
| 169 |
+
"��" # Kit
|
| 170 |
+
"�^�efWN" # Konstantin
|
| 171 |
+
"�y�l̑6w" # Kopore
|
| 172 |
+
"�s�Q" # Korona
|
| 173 |
+
"�Tm0�" # Kreiser
|
| 174 |
+
"!X�W" # Krepost
|
| 175 |
+
"KQg�Nmyr" # Kronshlot
|
| 176 |
+
"�Ut�eTX�V" # Kronshtadt
|
| 177 |
+
"KQ��O�e" # Kruis
|
| 178 |
+
"KQ̑(g" # Krym
|
| 179 |
+
"pQjg" # Landsdou
|
| 180 |
+
"�NR" # Laskovaia
|
| 181 |
+
"�b�eyraS" # Lastka
|
| 182 |
+
"ZW�V" # Leferm
|
| 183 |
+
"���V" # Legkii
|
| 184 |
+
"�h�g" # Lesnoye
|
| 185 |
+
"R+Y" # Lev
|
| 186 |
+
"�vT" # Liliia
|
| 187 |
+
"��^Xyr" # Lizet
|
| 188 |
+
"&Ofe" # London
|
| 189 |
+
"qS+s" # Luks
|
| 190 |
+
"l�S!X" # Marlburg
|
| 191 |
+
"�XN)R" # Merkurii
|
| 192 |
+
"t" # Miach
|
| 193 |
+
"s|W" # Milo
|
| 194 |
+
"�R�m�t" # Minerva
|
| 195 |
+
"s|v�" # Mittau
|
| 196 |
+
"��N" # Modon
|
| 197 |
+
"�5u" # Molniia
|
| 198 |
+
"���k�w�V" # Monbekend
|
| 199 |
+
"b�vc�x^" # Monplezir
|
| 200 |
+
"id̑�N" # Moreia
|
| 201 |
+
"��̑�e" # Moris
|
| 202 |
+
"���e�y" # Moskva
|
| 203 |
+
"b�v�V�w" # Munker
|
| 204 |
+
"^g" # Nadezhda
|
| 205 |
+
"�uKQ��N" # Naktsiia
|
| 206 |
+
"�uS�t" # Narva
|
| 207 |
+
"�uTX)R�N" # Natalia
|
| 208 |
+
"�b�d�R" # Nazaret
|
| 209 |
+
"�eLe" # Nepobedimaia
|
| 210 |
+
"�mnf�" # Neptunus
|
| 211 |
+
"<S�NTXyr" # Nishtadt
|
| 212 |
+
"�e�Tnfm+Y�eKQ" # Novopavlovsk
|
| 213 |
+
"ir%m" # Oksford
|
| 214 |
+
"eYS�R" # Olga
|
| 215 |
+
"'Ya�" # Olifant
|
| 216 |
+
"�O3w+u�e" # Orfei
|
| 217 |
+
"p���" # Oryol
|
| 218 |
+
"^�gW�e" # Palyulos
|
| 219 |
+
"�TΞ" # Parizh
|
| 220 |
+
"^W�e" # Paros
|
| 221 |
+
"^yȓKQ)R" # Patriklii
|
| 222 |
+
"�s�s" # Perl
|
| 223 |
+
"iOS��+Y" # Pernov
|
| 224 |
+
"HQ�" # Pervyi
|
| 225 |
+
"|V�V!X" # Peterburg
|
| 226 |
+
"|V�V" # Piotr
|
| 227 |
+
"|V�V" # Piotr
|
| 228 |
+
II
|
| 229 |
+
"�g�b�V" # Plato
|
| 230 |
+
"�w)R" # Pobeda
|
| 231 |
+
"���T" # Pochtalon
|
| 232 |
+
"�lSTX�t" # Poltava
|
| 233 |
+
"�lTKQ�e" # Poluks
|
| 234 |
+
".^Kb" # Pomoshchnyi
|
| 235 |
+
"4g!k��e" # Portsmut
|
| 236 |
+
"%`R" # Pospeshnyi
|
| 237 |
+
"sY�X" # Prevoskhoditeinaia
|
| 238 |
+
"lQIN" # Printsessa
|
| 239 |
+
"�S�Y" # Priyatelnaya
|
| 240 |
+
"nfW�S" # Prokhor
|
| 241 |
+
"Oewc" # Provornyi
|
| 242 |
+
"�b�eS" # Rafail
|
| 243 |
+
"����" # Rak
|
| 244 |
+
"pQS�+Y" # Randolf
|
| 245 |
+
"fzf" # Razumnaia
|
| 246 |
+
"���u�R" # Revel
|
| 247 |
+
"̑�R" # Riga
|
| 248 |
+
"�OW�e" # Rossia
|
| 249 |
+
"W�ecR�e�b+Y" # Rostislav
|
| 250 |
+
"�spt" # Roza
|
| 251 |
+
"ss" # Rys
|
| 252 |
+
"kp%�4�" # Salamandra
|
| 253 |
+
"�SYR" # Samson
|
| 254 |
+
"(��bXb+Y" # Saratov
|
| 255 |
+
"x^�y" # Schastie
|
| 256 |
+
"�VPN" # Schastlivyi
|
| 257 |
+
"^X�b�lS" # Selafail
|
| 258 |
+
"up��" # Shkhelpol
|
| 259 |
+
"�e)R^XS!X" # Shlisselburg
|
| 260 |
+
"�QR" # Shpaga
|
| 261 |
+
"�Q�e" # Shtandart
|
| 262 |
+
"��" # Shval
|
| 263 |
+
"sYlQ5r" # Siiatelnaia
|
| 264 |
+
"!��R" # Sion
|
| 265 |
+
"�U1r" # Sklonnaia
|
| 266 |
+
")YN�" # Skorpion
|
| 267 |
+
"�e�RKQ" # Snuk
|
| 268 |
+
"s�r" # Sobaka
|
| 269 |
+
"Ėp�" # Sokol
|
| 270 |
+
"ёf" # Starn
|
| 271 |
+
"�efW�V" # Stein
|
| 272 |
+
"�eyr�b�y�V" # Straford
|
| 273 |
+
"P`�`" # Strakh
|
| 274 |
+
"�r" # Strela
|
| 275 |
+
"�eyr���e" # Strus
|
| 276 |
+
"h�g" # Sulitsa
|
| 277 |
+
"�e�u�NXb�e�b+Y" # Sviatoslav
|
| 278 |
+
"�Q�`" # Svirepaia
|
| 279 |
+
"TXuW<h" # Taganrog
|
| 280 |
+
"�ll��bS" # Taimalar
|
| 281 |
+
"�V�R�s�y�e" # Telemakus
|
| 282 |
+
"w�V" # Terpelivaia
|
| 283 |
+
"�c��" # Tino
|
| 284 |
+
"yr�uS" # Tver
|
| 285 |
+
"ZWHV" # Tvyordyi
|
| 286 |
+
"S�Y�R" # Ubornaia
|
| 287 |
+
"&�m`" # Uchtivaia
|
| 288 |
+
"2S)R��e" # Uliss
|
| 289 |
+
"LNS̑KQ7�" # Ulriksdal
|
| 290 |
+
"gg" # Upovanie
|
| 291 |
+
"LNRS" # Uriil
|
| 292 |
+
"�tk�yrȏ�eyr" # Vakhmeister
|
| 293 |
+
"�t�b^OS" # Varakhail
|
| 294 |
+
"�u��)R�N" # Vedraia
|
| 295 |
+
"ёf" # Venera
|
| 296 |
+
"�eKQ" # Venker
|
| 297 |
+
"�u�u�e" # Venus
|
| 298 |
+
".O�NuQ" # Vestovoi
|
| 299 |
+
"�uςZ" # Vesuvii
|
| 300 |
+
"�u�NR�e�b+Y" # Viacheslav
|
| 301 |
+
"�uY)R�N" # Viktoriia
|
| 302 |
+
"�j�b" # Vinkelgak
|
| 303 |
+
"b�X" # Voin
|
| 304 |
+
"�lW�m�e" # Voronez
|
| 305 |
+
"V0��lm�V" # Vsevolod
|
| 306 |
+
",r�N" # Vtoroi
|
| 307 |
+
"�u!X" # Vyborg
|
| 308 |
+
"4lms" # Vydra
|
| 309 |
+
"Ŗ�R�e" # Yanos
|
| 310 |
+
"�f" # Zabavnaia
|
| 311 |
+
"�Y�e" # Zadornaia
|
| 312 |
+
"�s�s" # Zhemchug
|
| 313 |
+
"ENSEN" # Zhurzha
|
| 314 |
+
"�kdž" # Zmeia
|
| 315 |
+
"f��" # Zvezda
|
| 316 |
+
}
|
common/countries/Albania.txt
ADDED
|
@@ -0,0 +1,158 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Albania
|
| 2 |
+
graphical_culture = easterngfx
|
| 3 |
+
color = { 181 0 20 }
|
| 4 |
+
revolutionary_colors = { 4 1 4 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
religious_ideas
|
| 7 |
+
defensive_ideas
|
| 8 |
+
spy_ideas
|
| 9 |
+
trade_ideas
|
| 10 |
+
offensive_ideas
|
| 11 |
+
economic_ideas
|
| 12 |
+
diplomatic_ideas
|
| 13 |
+
innovativeness_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
bardiche_infantry
|
| 17 |
+
eastern_knights
|
| 18 |
+
slavic_stradioti
|
| 19 |
+
eastern_militia
|
| 20 |
+
ottoman_sekban
|
| 21 |
+
ottoman_reformed_spahi
|
| 22 |
+
ottoman_reformed_janissary
|
| 23 |
+
ottoman_toprakli_hit_and_run
|
| 24 |
+
ottoman_nizami_cedid
|
| 25 |
+
ottoman_toprakli_dragoon
|
| 26 |
+
eastern_skirmisher
|
| 27 |
+
eastern_uhlan
|
| 28 |
+
eastern_carabinier
|
| 29 |
+
ottoman_new_model
|
| 30 |
+
ottoman_lancer
|
| 31 |
+
}
|
| 32 |
+
monarch_names = {
|
| 33 |
+
"pgScR #0" = 20 # Gjergj #0
|
| 34 |
+
"R�y #0" = 20 # Lek� #0
|
| 35 |
+
"�u�u #0" = 10 # Gjon #0
|
| 36 |
+
"�^�efWN #0" = 10 # Kostandin #0
|
| 37 |
+
"bSS%m #0" = 10 # Lul�zim #0
|
| 38 |
+
"�OW #0" = 0 # Pal #0
|
| 39 |
+
"�N�N���O #1" = 10 # Tanush #1
|
| 40 |
+
"�N�SqS'Y #0" = 10 # Aleksand�r #0
|
| 41 |
+
"�gS�e #2" = 1 # Karolus #2
|
| 42 |
+
"�)R�l #1" = 1 # Filippo #1
|
| 43 |
+
"?��VWS #0" = 1 # Adnan #0
|
| 44 |
+
"?�%m #0" = 1 # Agim #0
|
| 45 |
+
"�T�NKQ #0" = 1 # Bashkim #0
|
| 46 |
+
"�b�m�y #0" = 1 # Besnik #0
|
| 47 |
+
"^�NS #0" = 1 # Bujar #0
|
| 48 |
+
"��FO #0" = 1 # Dardan #0
|
| 49 |
+
"jg�g #0" = 1 # Dhurim #0
|
| 50 |
+
"�V̑yrm #0" = 1 # Drit�ro #0
|
| 51 |
+
"�W� #0" = 1 # Elidon #0
|
| 52 |
+
"�Wlb #0" = 1 # Erjon #0
|
| 53 |
+
"�lyrs| #0" = 1 # Fatmir #0
|
| 54 |
+
"V�b�Y #0" = 1 # Flamur #0
|
| 55 |
+
"VW�g #0" = 1 # Florin #0
|
| 56 |
+
"k��^pQ #0" = 1 # Hekuran #0
|
| 57 |
+
"ORS #0" = 1 # Ilir #0
|
| 58 |
+
"O�e�s�N #0" = 5 # Ismail #0
|
| 59 |
+
"KQm���R #0" = 1 # Klodian #0
|
| 60 |
+
"bS�eGY #0" = 1 # Luigj #0
|
| 61 |
+
"s|���Y #0" = 1 # Milaim #0
|
| 62 |
+
"<S�S�b #0" = 1 # Nikolla #0
|
| 63 |
+
"^�eaS #0" = 1 # Pashko #0
|
| 64 |
+
"�s��^ #1" = 5 # P�llumb #1
|
| 65 |
+
"iOS^̑�Y #0" = 1 # P�rparim #0
|
| 66 |
+
"|V�V #0" = 5 # Pjet�r #0
|
| 67 |
+
"WKQ #0" = 1 # Rrok #0
|
| 68 |
+
"mt��Y #0" = 1 # Shp�tim #0
|
| 69 |
+
"TX^S #0" = 1 # Tahir #0
|
| 70 |
+
"�uKQXb #0" = 1 # Viktor #0
|
| 71 |
+
"��t #0" = 1 # Xhevat #0
|
| 72 |
+
"OS̑ #0" = 1 # Ylli #0
|
| 73 |
+
"yQ�mS #0" = 1 # Zenel #0
|
| 74 |
+
"�T)R�R #0" = 1 # Halil #0
|
| 75 |
+
"?�̑ #0" = 10 # Ali #0
|
| 76 |
+
"Fz�eTX�l #0" = 10 # Mustafa #0
|
| 77 |
+
"NYl�S #0" = 1 # Qemal #0
|
| 78 |
+
"i`�uS #0" = 1 # Enver #0
|
| 79 |
+
"�h؞yr #0" = 1 # Mehmet #0
|
| 80 |
+
"�bs|yQ #0" = 1 # Ramiz #0
|
| 81 |
+
"�W� #0" = 1 # Edi #0
|
| 82 |
+
"��s&t #0" = 1 # Demaci #0
|
| 83 |
+
"���v #0" = 1 # Edon #0
|
| 84 |
+
"��aS T #0" = 10 # Dukagjin #0
|
| 85 |
+
"�T�W #0" = 10 # Haxhi #0
|
| 86 |
+
"̑�N�V̑ #0" = 1 # Lish�ndri #0
|
| 87 |
+
"��S #0" = 1 # Mensur #0
|
| 88 |
+
"�g̑�e�mKQ #0" = 1 # Kreshnik #0
|
| 89 |
+
"�bk��f #0" = 1 # Rahman #0
|
| 90 |
+
"i`^�^ #0" = 1 # Nxhiku #0
|
| 91 |
+
"̑Nb #0" = 1 # Riza #0
|
| 92 |
+
"��pgnf #0" = 1 # Rexhep #0
|
| 93 |
+
"�bl�9N #0" = 1 # Ramadan #0
|
| 94 |
+
"�f #0" = 10 # Sulejman #0
|
| 95 |
+
"^X)R�Y #0" = 1 # Selim #0
|
| 96 |
+
"!��^KQ #0" = 1 # Sadik #0
|
| 97 |
+
"ESOW #0" = -1 # Gjylo #0
|
| 98 |
+
"^�RTX #0" = -1 # Blerta #0
|
| 99 |
+
"�lyrs|S #0" = -1 # Fatmire #0
|
| 100 |
+
}
|
| 101 |
+
leader_names = {
|
| 102 |
+
"?�pQ<Syr" # Arianit
|
| 103 |
+
"�T�V�N" # Badera
|
| 104 |
+
"�TS�l" # Balsha
|
| 105 |
+
"^?�" # Bua
|
| 106 |
+
"�g�lTX" # Cervota
|
| 107 |
+
"�^HY<S�Nyr�e" # Comneniates
|
| 108 |
+
"jgaScR<S" # Dukagjini
|
| 109 |
+
"OyrR��̑" # Faqemiri
|
| 110 |
+
"�Thё" # Gojcin
|
| 111 |
+
"�PN�R" # Golemi
|
| 112 |
+
"aS�eyȓeY��" # Kastrioti
|
| 113 |
+
"m�l" # Losha
|
| 114 |
+
"Fz(�GY" # Musaki
|
| 115 |
+
"�e�Sm�e" # Sguros
|
| 116 |
+
"�e�T���e" # Shpata
|
| 117 |
+
"��T<S" # Spani
|
| 118 |
+
"yreY�k�N" # Thopia
|
| 119 |
+
"XbnfTXs|" # Toptani
|
| 120 |
+
"�u�l<S�W" # Vishanj
|
| 121 |
+
"�l�Q�u�e" # Zenevisi
|
| 122 |
+
"PO�S" # Zogu
|
| 123 |
+
"�KQ�e�T" # Hoxha
|
| 124 |
+
"�x�S<S" # �ar�ani
|
| 125 |
+
"Kd<S" # Chani
|
| 126 |
+
"5g�e�c" # Dosti
|
| 127 |
+
"����yQ" # Elezi
|
| 128 |
+
"jgaS" # Duka
|
| 129 |
+
"�l�U�W" # Fakaj
|
| 130 |
+
"�y�T�NpQ" # Corbajram
|
| 131 |
+
"�T̑̑" # Halili
|
| 132 |
+
"�T�YNb" # Hamza
|
| 133 |
+
"�SaS�W" # Gecaj
|
| 134 |
+
"�TO���b�R" # Hajdaraga
|
| 135 |
+
"�SSaS�W" # Gjokaj
|
| 136 |
+
"��SSaS" # Gjika
|
| 137 |
+
"0��l" # Shehu
|
| 138 |
+
"?�KNZ" # Alia
|
| 139 |
+
"O�N" # Vata
|
| 140 |
+
"�u^X)R" # Veseli
|
| 141 |
+
"S�T" # Xhumba
|
| 142 |
+
"Y�̑" # Xhaferi
|
| 143 |
+
"P��̑" # Ziberi
|
| 144 |
+
"LN^X<S" # Useni
|
| 145 |
+
"�N�h̑" # Ymeri
|
| 146 |
+
}
|
| 147 |
+
ship_names = {
|
| 148 |
+
"^�RKN>S" # Bishti i Palles
|
| 149 |
+
"�V�g�n" # Gjiri i Drinit
|
| 150 |
+
"WN�n" # Gjiri i Rondonit
|
| 151 |
+
"2S�" # Jube
|
| 152 |
+
"�V���e�W!X" # Kalaja e Turres
|
| 153 |
+
"WN҉" # Kepi i Rodonit
|
| 154 |
+
"�QR�^GY" # Kyrekuq
|
| 155 |
+
"1Wё" # Shengjin
|
| 156 |
+
"0�TX T" # Shetaj
|
| 157 |
+
"�u)R�lO" # Velipoje
|
| 158 |
+
}
|
common/countries/Alencon.txt
ADDED
|
@@ -0,0 +1,190 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = westerngfx
|
| 3 |
+
color = { 162 116 225 }
|
| 4 |
+
revolutionary_colors = { 8 15 8 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
defensive_ideas
|
| 7 |
+
trade_ideas
|
| 8 |
+
religious_ideas
|
| 9 |
+
diplomatic_ideas
|
| 10 |
+
economic_ideas
|
| 11 |
+
innovativeness_ideas
|
| 12 |
+
offensive_ideas
|
| 13 |
+
spy_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
western_medieval_infantry
|
| 17 |
+
western_medieval_knights
|
| 18 |
+
western_men_at_arms
|
| 19 |
+
swiss_landsknechten
|
| 20 |
+
dutch_maurician
|
| 21 |
+
french_caracolle
|
| 22 |
+
anglofrench_line
|
| 23 |
+
french_dragoon
|
| 24 |
+
french_bluecoat
|
| 25 |
+
french_carabinier
|
| 26 |
+
french_impulse
|
| 27 |
+
mixed_order_infantry
|
| 28 |
+
open_order_cavalry
|
| 29 |
+
napoleonic_square
|
| 30 |
+
napoleonic_lancers
|
| 31 |
+
}
|
| 32 |
+
monarch_names = {
|
| 33 |
+
"�f #0" = 80 # Louis #0
|
| 34 |
+
"�gt #1" = 60 # Charles #1
|
| 35 |
+
"�f-S��R #0" = 40 # Louis-Philippe #0
|
| 36 |
+
"S��R #0" = 40 # Philippe #0
|
| 37 |
+
"�R�e� #0" = 20 # Gaston #0
|
| 38 |
+
"�N)R-�N�SqS'Y #0" = 20 # Henri-Alexandre #0
|
| 39 |
+
"<S�S�b #0" = 20 # Nicolas #0
|
| 40 |
+
"�N�SqS'Y-�f #0" = 10 # Alexandre-Louis #0
|
| 41 |
+
"Vg0t�t #0" = 10 # Fran�ois #0
|
| 42 |
+
"�u� #0" = 5 # Jean #0
|
| 43 |
+
"�RXbN S��R #0" = 5 # Antoine Philippe #0
|
| 44 |
+
"�N<h #2" = 1 # Hughes #2
|
| 45 |
+
"W=Oyr #1" = 1 # Robert #1
|
| 46 |
+
"�N�SqS'Y #0" = 0 # Alexandre #0
|
| 47 |
+
"�R^���tyQ #0" = 0 # Ambroise #0
|
| 48 |
+
"?�S�� #0" = 0 # Armand #0
|
| 49 |
+
"�T�l�Rs| #0" = 0 # Barth�lemy #0
|
| 50 |
+
"=O�u�V #0" = 0 # Bernard #0
|
| 51 |
+
"KQm�V #0" = 0 # Claude #0
|
| 52 |
+
"9N<S�e #0" = 0 # Denis #0
|
| 53 |
+
"�S�V #0" = 0 # Eudes #0
|
| 54 |
+
"ESO #0" = 0 # Gui #0
|
| 55 |
+
"�u'S�Y #0" = 0 # Guillaume #0
|
| 56 |
+
"�S�eTX+Y #0" = 0 # Gustave #0
|
| 57 |
+
"�N)R #0" = 0 # Henri #0
|
| 58 |
+
"ŖKQ #0" = 0 # Jacques #0
|
| 59 |
+
"��-�T���eyr #0" = 0 # Jean-Baptiste #0
|
| 60 |
+
"��-S��R #0" = 0 # Jean-Philippe #0
|
| 61 |
+
"Q�R #0" = 0 # Jules #0
|
| 62 |
+
"l�KQ #0" = 0 # Marc #0
|
| 63 |
+
"��̑�e #0" = 0 # Maurice #0
|
| 64 |
+
"l�KQ�s|ޏ #0" = 0 # Maximilien #0
|
| 65 |
+
"s|GkS #0" = 0 # Michel #0
|
| 66 |
+
"�v�WS #0" = 0 # Pierre #0
|
| 67 |
+
"�bLNS #0" = 0 # Raoul #0
|
| 68 |
+
"�R�Q #0" = 0 # Ren� #0
|
| 69 |
+
"��� #0" = 0 # Simon #0
|
| 70 |
+
"��ZS #0" = 0 # Thibaut #0
|
| 71 |
+
"<hNb�u�W #0" = 0 # Xavier #0
|
| 72 |
+
"KQm�Z #0" = -10 # Claudine #0
|
| 73 |
+
"�Qmt3t #0" = -1 # Catherine #0
|
| 74 |
+
"�s<hKNyr #0" = -1 # Marguerite #0
|
| 75 |
+
"�sKN #0" = -1 # Marie #0
|
| 76 |
+
"��Z #0" = -1 # Jeanne #0
|
| 77 |
+
}
|
| 78 |
+
ship_names = {
|
| 79 |
+
"f^�t�e�l" # l'Amboise
|
| 80 |
+
"?�s|O" # l'Amilly
|
| 81 |
+
"?�SyrHY" # l'Artenay
|
| 82 |
+
"?��R�ȒY" # l'Azay-le-Rideau
|
| 83 |
+
"�bZS���bWg�V" # la Beaune-la-Rolande
|
| 84 |
+
"ZS�R�RS" # le Beauregard
|
| 85 |
+
"�b��R�R�V" # la Bellegarde
|
| 86 |
+
"^bS�t" # le Blois
|
| 87 |
+
"�b^̑�NS" # la Briare
|
| 88 |
+
"�b�l��yr" # la Chalette
|
| 89 |
+
"SZSS" # le Chambord
|
| 90 |
+
"�l�YW�R" # le Chamerolles
|
| 91 |
+
"�lXb��+Y" # le Ch�teauneuf
|
| 92 |
+
"�lXb-�R�uS" # le Ch�teau-Renard
|
| 93 |
+
"�l��8l-�y)R<S" # le Ch�tillon-Coligny
|
| 94 |
+
"0��" # le Ch�cy
|
| 95 |
+
"��Q0t" # le Chenonceau
|
| 96 |
+
"0��S<S" # le Cheverny
|
| 97 |
+
"��uO" # le Chevilly
|
| 98 |
+
"KQ��̑-1W�R�V�p" # le Cl�ry-Saint-Andr�
|
| 99 |
+
"TR^�R" # le Combleux
|
| 100 |
+
"�^yrHY" # le Courtenay
|
| 101 |
+
"��R�t" # le Dunois
|
| 102 |
+
"�b9�'km�e" # la Fay-aux-Loges
|
| 103 |
+
"V�R�e" # le Ferri�res
|
| 104 |
+
"1W'k�s!X" # la Fert�-Saint-Aubin
|
| 105 |
+
"V�Ȓ-��0t^V�" # le Fleury-les-Aubrais
|
| 106 |
+
"�pSs|<S" # le Germigny
|
| 107 |
+
"�e�R" # le Gien
|
| 108 |
+
"ŖS�" # le Jargeau
|
| 109 |
+
"�b�k�6wS" # la Bussi�re
|
| 110 |
+
"l��R^X^" # le Malesherbes
|
| 111 |
+
"bS�tS�lTu؞i`" # le Meung-sur-Loire
|
| 112 |
+
"��TX�e" # le Montargis
|
| 113 |
+
"���uS-'k^�t" # le Neuville-aux-Bois
|
| 114 |
+
"eY)R�" # l'Olivet
|
| 115 |
+
"LNTX�uS" # l'Outarville
|
| 116 |
+
"LNVy�W" # l'Ouzouer
|
| 117 |
+
"^�l" # le Patay
|
| 118 |
+
"�v���u6w" # le Pithiviers
|
| 119 |
+
"��+Y��" # le Pontchevron
|
| 120 |
+
"�v0t" # le Puiseaux
|
| 121 |
+
"1W���t" # le Saint-Beno�t
|
| 122 |
+
"1W��-�V^��" # le Saint-Jean-de-Braye
|
| 123 |
+
"1W��-�R^gKQ" # le Saint-Jean-le-Blanc
|
| 124 |
+
"ς̑" # le Sully
|
| 125 |
+
"TXS�" # le Talcy
|
| 126 |
+
"�eY�Y" # le Vend�me
|
| 127 |
+
"�u�R(��e" # le Villesavin
|
| 128 |
+
}
|
| 129 |
+
leader_names = {
|
| 130 |
+
"���t��" # d'Avaray
|
| 131 |
+
"�Tjg" # Badoux
|
| 132 |
+
"�V �T�uS" # de Barville
|
| 133 |
+
"�V ZS���" # de Beaugency
|
| 134 |
+
"�V ZS?�S�Q" # de Beauharnais
|
| 135 |
+
"�V ZS�R�RS" # de Beauregard
|
| 136 |
+
"� ���" # du Bellay
|
| 137 |
+
"=O�u�V �V ��yr�k�e" # Bernard de Montebise
|
| 138 |
+
"�V ^�t�m" # de Boigneux
|
| 139 |
+
"�V �lZS" # de Chabot
|
| 140 |
+
"�V �l��8l" # de Ch�tillon
|
| 141 |
+
"�V �W�ȗ" # d'Ennery
|
| 142 |
+
"�V ؚ�uS" # de Gauville
|
| 143 |
+
"�V <h�R�e�Y" # de Geresme
|
| 144 |
+
" T�u �V KQ�R�" # Giv�s de Creusy
|
| 145 |
+
"�RpQY" # Garandeau
|
| 146 |
+
"�V �RpQ�V" # de Garlande
|
| 147 |
+
"�V �b�e" # de Laage
|
| 148 |
+
"�V �b ^̑(�S��WS" # de La Brisardi�re
|
| 149 |
+
"�V �b �k�6wS" # de La Bussi�re
|
| 150 |
+
"�V �b �liO�R" # de La Chapelle
|
| 151 |
+
"�V �b Gk�uO" # de La Chesnaye
|
| 152 |
+
"�V �b �t��yr" # de La Valette
|
| 153 |
+
"�V ���e�V�t�R" # de L'Estoile
|
| 154 |
+
"�R �hyrS" # Le Ma�tre
|
| 155 |
+
"�R yrKQ��W" # Le Texier
|
| 156 |
+
"�V �fyr�Q" # de Maintenon
|
| 157 |
+
"�V l�m�R" # de Marolles
|
| 158 |
+
"�Vl�yrS �V�R�uKQ" # de Martel de R�nac
|
| 159 |
+
"�V ��=O0�" # de Montboissier
|
| 160 |
+
"�V ���c<S" # de Montigny
|
| 161 |
+
"�V ��KN^t" # de Montlh�ry
|
| 162 |
+
"�V ��+YaSS" # de Neufcarres
|
| 163 |
+
"�Wf �V 1W TS" # P�an de Saint-Gilles
|
| 164 |
+
"�V 9�)R��" # de Ph�line
|
| 165 |
+
"�V �^yr�uS" # de Pontville
|
| 166 |
+
"�V nfT�Q��" # de Prunel�
|
| 167 |
+
"�V g�^S" # de Rancourt
|
| 168 |
+
"�V ���hf �V eYS�t" # de R�m�on d'Orval
|
| 169 |
+
"�V (�^�R�y�t" # de Sabrecois
|
| 170 |
+
"�V 1W�y�Y" # de Saint-Cosme
|
| 171 |
+
"�V 1Wl�SKQ" # de Saint-Marc
|
| 172 |
+
"�V 1Wl�S" # de Saint-Mars
|
| 173 |
+
"�V (��R" # de Salles
|
| 174 |
+
"�e�yyr �V�^g�e" # Scott de Coulanges
|
| 175 |
+
"�V �h�u�uS" # de Senneville
|
| 176 |
+
"�V ^X̑ T" # de S�rizy
|
| 177 |
+
"^�bO�vmt�b" # Seurat de La Boullaye
|
| 178 |
+
"�V ���R�t" # de Tannoys
|
| 179 |
+
"�V �ȗ�W" # de Villiers
|
| 180 |
+
}
|
| 181 |
+
army_names = {
|
| 182 |
+
"^��0t�t�Q" # Arm�e du Bl�sois
|
| 183 |
+
"ZS�e�Q" # Arm�e de la Beauce
|
| 184 |
+
"��R�t�Q" # Arm�e du Dunois
|
| 185 |
+
"�R��Q�Q" # Arm�e du G�tinais
|
| 186 |
+
"0tm�m�Q" # Arm�e de Sologne
|
| 187 |
+
"�eY�v�t�Q" # Arm�e du Vend�mois
|
| 188 |
+
"bS�tS�Q" # Arm�e de la Loire
|
| 189 |
+
"$PROVINCE$�Q" # Arm�e de $PROVINCE$
|
| 190 |
+
}
|
common/countries/Algiers.txt
ADDED
|
@@ -0,0 +1,120 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = muslimgfx
|
| 3 |
+
color = { 230 225 110 }
|
| 4 |
+
revolutionary_colors = { 9 16 1 }
|
| 5 |
+
historical_score = 100
|
| 6 |
+
historical_idea_groups = {
|
| 7 |
+
trade_ideas
|
| 8 |
+
defensive_ideas
|
| 9 |
+
religious_ideas
|
| 10 |
+
naval_ideas
|
| 11 |
+
administrative_ideas
|
| 12 |
+
offensive_ideas
|
| 13 |
+
economic_ideas
|
| 14 |
+
expansion_ideas
|
| 15 |
+
}
|
| 16 |
+
historical_units = {
|
| 17 |
+
mamluk_archer
|
| 18 |
+
muslim_cavalry_archers
|
| 19 |
+
mamluk_duel
|
| 20 |
+
mamluk_musket_charge
|
| 21 |
+
muslim_mass_infantry
|
| 22 |
+
muslim_dragoon
|
| 23 |
+
ali_bey_reformed_infantry
|
| 24 |
+
}
|
| 25 |
+
monarch_names = {
|
| 26 |
+
"FzU؞�V #1" = 260 # Muhammad #1
|
| 27 |
+
"?�̑ #0" = 100 # 'Ali #0
|
| 28 |
+
"���Tȏ�V #0" = 90 # Ahmad #0
|
| 29 |
+
"�TQh #0" = 60 # Hasan #0
|
| 30 |
+
"�wi��V #0" = 60 # Husayn #0
|
| 31 |
+
"fjS�b1k #0" = 60 # Ibrahim #0
|
| 32 |
+
"Fz�eTX�l #0" = 60 # Mustafa #0
|
| 33 |
+
"?�jSjg�b #0" = 40 # 'Abdall�h #0
|
| 34 |
+
"?�jSjg �bk��f #2" = 20 # 'Abd ar-Rahm�n #2
|
| 35 |
+
"Fz(� #2" = 20 # M�s� #2
|
| 36 |
+
"?�jSjg�R �t^�V #0" = 20 # 'Abd al-W�hid #0
|
| 37 |
+
"?�^ TXς� #0" = 20 # Ab� T�shuf�n #0
|
| 38 |
+
"�TQh #0" = 20 # al-Hasan #0
|
| 39 |
+
"i�IN�V #0" = 20 # Sa'�d #0
|
| 40 |
+
"�l�s #0" = 20 # Sha'ban #0
|
| 41 |
+
"eYl�S #0" = 20 # 'Umar #0
|
| 42 |
+
"O.t�y #1" = 15 # Y�suf #1
|
| 43 |
+
"�T�T ?���pg #0" = 15 # Baba Aruj #0
|
| 44 |
+
"^�VS wmSN #0" = 15 # Khidr Khair ad-Din #0
|
| 45 |
+
"^X)R�Y #0" = 15 # Selim #0
|
| 46 |
+
"eY�e�f #2" = 10 # 'Uthm�n #2
|
| 47 |
+
"�N<hFz�b�e" = 10 # Yaghmuras�n #1
|
| 48 |
+
"?�jSjg�R �T)R�Y #0" = 0 # 'Abd al-Karim #0
|
| 49 |
+
"�T�baSyr #0" = 0 # Barakat #0
|
| 50 |
+
"�T^S #0" = 0 # Basir #0
|
| 51 |
+
"��LN�V #0" = 0 # Dawud #0
|
| 52 |
+
"�l̑�e #0" = 0 # Faris #0
|
| 53 |
+
"wm��S #0" = 0 # Haidar #0
|
| 54 |
+
"�T^�Y #0" = 0 # Hashim #0
|
| 55 |
+
">��TS #0" = 0 # Jabbar #0
|
| 56 |
+
">�ȏ�R #0" = 0 # Jamal #0
|
| 57 |
+
"1gHY�V #0" = 0 # Junayd #0
|
| 58 |
+
"�u T^ #0" = 0 # Najib #0
|
| 59 |
+
"aS��Y #0" = 0 # Qasim #0
|
| 60 |
+
"�b^�Y #0" = 0 # Rahim #0
|
| 61 |
+
"�b^�V #0" = 0 # Rash�d #0
|
| 62 |
+
"(�� #0" = 0 # Safi #0
|
| 63 |
+
"^Xk�S #0" = 0 # Sakhr #0
|
| 64 |
+
"�t^�V #0" = 0 # Wahid #0
|
| 65 |
+
"Nb^S #0" = 0 # Zahir #0
|
| 66 |
+
"pQ�� #0" = -1 # Randa #0
|
| 67 |
+
"TX�TQh #0" = -1 # Tabassum #0
|
| 68 |
+
"^KQl�yr #0" = -1 # Hikmat #0
|
| 69 |
+
"OZ�e #0" = -1 # Inas #0
|
| 70 |
+
"�T+Y��N #0" = -1 # Hafsia #0
|
| 71 |
+
"�l���s #0" = -1 # Fatima #0
|
| 72 |
+
">�Zyr #0" = -1 # Jannat #0
|
| 73 |
+
">�KN�b #0" = -1 # Jalila #0
|
| 74 |
+
"���� #0" = -1 # Aisha #0
|
| 75 |
+
"�T�� V #0" = -1 # Khadija #0
|
| 76 |
+
}
|
| 77 |
+
leader_names = {
|
| 78 |
+
"^X�Rs|" # Selmi
|
| 79 |
+
"?�l��b" # Amara
|
| 80 |
+
"�k�TS" # Behar
|
| 81 |
+
"O���e" # Ilaes
|
| 82 |
+
"�sP�HY" # Benzine
|
| 83 |
+
"O(��V" # Essaid
|
| 84 |
+
"�TyQ<S" # Hacini
|
| 85 |
+
",g�R" # Benzai
|
| 86 |
+
"�QSaSS" # Kelkal
|
| 87 |
+
"�h�b" # Merah
|
| 88 |
+
}
|
| 89 |
+
ship_names = {
|
| 90 |
+
"��Uw" # Barr
|
| 91 |
+
"�ؚw" # Muta'al
|
| 92 |
+
"�^�bw" # Wali
|
| 93 |
+
"���Vw" # Batin
|
| 94 |
+
"f>fw" # Zahir
|
| 95 |
+
"�+gw" # Akhir
|
| 96 |
+
"��Yw" # Awwal
|
| 97 |
+
"Tnw" # Mu'akhkhir
|
| 98 |
+
"P��Nw" # Muqaddim
|
| 99 |
+
"��ww" # Muqtadir
|
| 100 |
+
"hQ�ww" # Qadir
|
| 101 |
+
"� g8l gw" # Samad
|
| 102 |
+
"�rNwIN" # Wahid
|
| 103 |
+
"�S^�w" # Majid
|
| 104 |
+
"d�gw" # Wajed
|
| 105 |
+
"8lR`wIN" # Qayyum
|
| 106 |
+
"8luw" # Hayy
|
| 107 |
+
"�kmpw" # Mumit
|
| 108 |
+
"u�TKNIN" # Muhyi
|
| 109 |
+
"Y��w" # Mu'id
|
| 110 |
+
"�Y6Rw" # Mubdi
|
| 111 |
+
"���rw" # Muhsi
|
| 112 |
+
"�S^���w" # Hamid
|
| 113 |
+
"ߍ��w" # Waliyy
|
| 114 |
+
"ZW�Rw" # Matin
|
| 115 |
+
"�HVw" # Qawiyy
|
| 116 |
+
"�S�Ow" # Wakil
|
| 117 |
+
"w�Rw" # Haqq
|
| 118 |
+
"����w" # Shahid
|
| 119 |
+
"�Ow" # Ba'ith
|
| 120 |
+
}
|
common/countries/Algonquin.txt
ADDED
|
@@ -0,0 +1,140 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = northamericagfx
|
| 3 |
+
color = { 4 162 77 }
|
| 4 |
+
revolutionary_colors = { 0 6 0 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
religious_ideas
|
| 7 |
+
defensive_ideas
|
| 8 |
+
offensive_ideas
|
| 9 |
+
trade_ideas
|
| 10 |
+
diplomatic_ideas
|
| 11 |
+
plutocracy_ideas
|
| 12 |
+
spy_ideas
|
| 13 |
+
economic_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
native_indian_archer
|
| 17 |
+
native_indian_tribal_warfare
|
| 18 |
+
native_indian_horsemen
|
| 19 |
+
native_indian_mountain_warfare
|
| 20 |
+
iroquois_rifle_scout
|
| 21 |
+
sioux_dragoon
|
| 22 |
+
american_western_franchise_warfare
|
| 23 |
+
}
|
| 24 |
+
monarch_names = {
|
| 25 |
+
"�^���NKQ #0" = 20 # Pontiac #0
|
| 26 |
+
"eYZS� #0" = 20 # Aubauway #0
|
| 27 |
+
"aS�tRN #0" = 20 # Kawachewan #0
|
| 28 |
+
"0t�R�� #0" = 20 # Sawgamaw #0
|
| 29 |
+
"'k�R�e #0" = 20 # Ogouse #0
|
| 30 |
+
"�t�e�R^KQ #0" = 20 # Wasgashick #0
|
| 31 |
+
"aS�t߂�eaS�Y #0" = 20 # Kewagoushcum #0
|
| 32 |
+
"��w T�Q #0" = 20 # Nokawjegaun #0
|
| 33 |
+
"�WeYv�^ #0" = 20 # Keeotoawbe #0
|
| 34 |
+
"KQ����g���t #0" = 20 # Ketchemechinawaw #0
|
| 35 |
+
"���sce�e #0" = 20 # Eppesanse #0
|
| 36 |
+
"�Q<SZ #0" = 20 # Kayneewee #0
|
| 37 |
+
"��?�nfXb #0" = 20 # Moaputto #0
|
| 38 |
+
"�sR�v�uP��u� #0" = 20 # Matchepeenachewish #0
|
| 39 |
+
"O��u�eP��N #0" = 20 # Wewiskia #0
|
| 40 |
+
"<S�W #0" = 20 # Neagey #0
|
| 41 |
+
"eY�S�u #0" = 20 # Augooshaway #0
|
| 42 |
+
"�W���ls|KQ #0" = 20 # Keenoshameek #0
|
| 43 |
+
"�svQ�uTX #0" = 20 # Machiwetah #0
|
| 44 |
+
"���t���t #0" = 20 # Thowonawa #0
|
| 45 |
+
"mt�y #0" = 20 # Secaw #0
|
| 46 |
+
"*m��<S�R #0" = -1 # Hononegah #0
|
| 47 |
+
"�t�QaS #0" = -1 # Watseka #0
|
| 48 |
+
"�uIl^X�R #0" = -1 # Wehunsegah #0
|
| 49 |
+
"�V�u�y #0" = -1 # Inoquer #0
|
| 50 |
+
}
|
| 51 |
+
leader_names = {
|
| 52 |
+
"�Q��R" # Keinouche
|
| 53 |
+
"�W�eaSTR" # Kiskakon
|
| 54 |
+
"�u(��lKQ�" # Nassawaketon
|
| 55 |
+
"���>T" # Sinago
|
| 56 |
+
"���R�yGY" # Aegakotcheising
|
| 57 |
+
"?��us|�t��!�" # Anamiewatigong
|
| 58 |
+
"?��l��!�s|" # Apontigoumy
|
| 59 |
+
"R=O9h" # Cheboygan
|
| 60 |
+
"�W�u��" # Keweenaw
|
| 61 |
+
"l�no�Q" # Machonee
|
| 62 |
+
"l��Q�e0W" # Manistee
|
| 63 |
+
"s|Z�kyr�Q" # Menawzbetaunaung
|
| 64 |
+
"s|Gk)Rl��W�uKQ" # Michilimackinac
|
| 65 |
+
"l��e�W9h" # Muskegan
|
| 66 |
+
"eY�kpg�e" # Obidgewong
|
| 67 |
+
"�t�R�u�W�" # Waganakisi
|
| 68 |
+
"�KQ���" # Wequetonsing
|
| 69 |
+
"?��S�l�t�e" # Agushawas
|
| 70 |
+
"�h�e�Wl�2S" # Meshkemau
|
| 71 |
+
"eY!�yQ" # Ogontz
|
| 72 |
+
"eY8Y��(�" # Oquanoxa
|
| 73 |
+
"TX�t" # Tawa
|
| 74 |
+
"Xb��b<S" # Tondagonie
|
| 75 |
+
"�V�NKQ9h" # Tushquegan
|
| 76 |
+
"�lؚ" # Waugau
|
| 77 |
+
"�WaS�QXb�" # Ekanetoton
|
| 78 |
+
"l�<SXb�t�R" # Manitowaning
|
| 79 |
+
"l�<S�V�g" # Manitoulin
|
| 80 |
+
"^ T�R��" # Shenguiandah
|
| 81 |
+
"0�^X<h�t�R" # Shehsegwaning
|
| 82 |
+
"^�t�Q" # Bkwjwanong
|
| 83 |
+
"ZKQZs|TR" # Wikwemikong
|
| 84 |
+
"QY�t�R�Q" # Chequamegon
|
| 85 |
+
"s|GY�Rs|" # Mitchigami
|
| 86 |
+
"�l�TŖ!�" # Shabawywyagun
|
| 87 |
+
"�Q�uyrW�e" # Kaienatroene
|
| 88 |
+
"l��eaS�<SKQ" # Maskasinik
|
| 89 |
+
"<S�W�^6wKQ" # Nikikouek
|
| 90 |
+
"<S�eaS" # Niscak
|
| 91 |
+
"�R�TX9h" # Ontontagen
|
| 92 |
+
"�tR�e�Qςi`" # Ouacheskkesouen
|
| 93 |
+
"eYTX�taSs|�S" # Outaouakamigou
|
| 94 |
+
"(�<STX�uKOl�" # Sagnitaouigama
|
| 95 |
+
}
|
| 96 |
+
ship_names = {
|
| 97 |
+
"�h|�" # Keinouche
|
| 98 |
+
"�W�eaSTR" # Kiskakon
|
| 99 |
+
"�u(��lKQ�" # Nassawaketon
|
| 100 |
+
"���>T" # Sinago
|
| 101 |
+
"���R�yGY" # Aegakotcheising
|
| 102 |
+
"?��us|�t��!�" # Anamiewatigong
|
| 103 |
+
"?��l��!�s|" # Apontigoumy
|
| 104 |
+
"R=O9h" # Cheboygan
|
| 105 |
+
"�W�u��" # Keweenaw
|
| 106 |
+
"l�no�Q" # Machonee
|
| 107 |
+
"l��Q�e0W" # Manistee
|
| 108 |
+
"s|Z�kyr�Q" # Menawzbetaunaung
|
| 109 |
+
"s|Gk)Rl��W�uKQ" # Michilimackinac
|
| 110 |
+
"l��e�W9h" # Muskegan
|
| 111 |
+
"eY�kpg�e" # Obidgewong
|
| 112 |
+
"�t�R�u�W�" # Waganakisi
|
| 113 |
+
"�KQ���" # Wequetonsing
|
| 114 |
+
"?��S�l�t�e" # Agushawas
|
| 115 |
+
"�h�e�Wl�2S" # Meshkemau
|
| 116 |
+
"eY!�yQ" # Ogontz
|
| 117 |
+
"eY8Y��(�" # Oquanoxa
|
| 118 |
+
"TX�t" # Tawa
|
| 119 |
+
"Xb��b<S" # Tondagonie
|
| 120 |
+
"�V�NKQ9h" # Tushquegan
|
| 121 |
+
"�lؚ" # Waugau
|
| 122 |
+
"�WaS�QXb�" # Ekanetoton
|
| 123 |
+
"^yupKN�z" # Manitowaning
|
| 124 |
+
"l�<S�V�g" # Manitoulin
|
| 125 |
+
"^ T�R��" # Shenguiandah
|
| 126 |
+
"0�^X<h�t�R" # Shehsegwaning
|
| 127 |
+
"^�t�Q" # Bkwjwanong
|
| 128 |
+
"ZKQZs|TR" # Wikwemikong
|
| 129 |
+
"QY�t�R�Q" # Chequamegon
|
| 130 |
+
"s|GY�Rs|" # Mitchigami
|
| 131 |
+
"�l�TŖ!�" # Shabawywyagun
|
| 132 |
+
"�Q�uyrW�e" # Kaienatroene
|
| 133 |
+
"l��eaS�<SKQ" # Maskasinik
|
| 134 |
+
"<S�W�^6wKQ" # Nikikouek
|
| 135 |
+
"<S�eaS" # Niscak
|
| 136 |
+
"�R�TX9h" # Ontontagen
|
| 137 |
+
"�tR�e�Qςi`" # Ouacheskkesouen
|
| 138 |
+
"eYTX�taSs|�S" # Outaouakamigou
|
| 139 |
+
"(�<STX�uKOl�" # Sagnitaouigama
|
| 140 |
+
}
|
common/countries/Alodia.txt
ADDED
|
@@ -0,0 +1,193 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please seefilename.
|
| 2 |
+
graphical_culture = africangfx
|
| 3 |
+
color = { 135 144 180 }
|
| 4 |
+
revolutionary_colors = { 1 0 1 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
defensive_ideas
|
| 7 |
+
trade_ideas
|
| 8 |
+
religious_ideas
|
| 9 |
+
quantity_ideas
|
| 10 |
+
offensive_ideas
|
| 11 |
+
spy_ideas
|
| 12 |
+
economic_ideas
|
| 13 |
+
quality_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
african_spearmen
|
| 17 |
+
bantu_tribal_warfare
|
| 18 |
+
african_hill_warfare
|
| 19 |
+
adal_gunpowder_warfare
|
| 20 |
+
westernized_adal
|
| 21 |
+
adal_guerilla_warfare
|
| 22 |
+
african_somali_cavalry
|
| 23 |
+
african_abyssinian_cavalry
|
| 24 |
+
african_abyssinian_light_cavalry
|
| 25 |
+
african_hussar
|
| 26 |
+
african_dragoon
|
| 27 |
+
}
|
| 28 |
+
monarch_names = {
|
| 29 |
+
"�veYS�WLN #0" = 30 # Ge�rgiou #0
|
| 30 |
+
"�u�WS #1" = 20 # Ioel #1
|
| 31 |
+
"��� #0" = 20 # Siti #0
|
| 32 |
+
"�OW�e #0" = 10 # Paulos #0
|
| 33 |
+
"�T�S #0" = 5 # Basil #0
|
| 34 |
+
"�u�ȇ #0" = 5 # Nasri #0
|
| 35 |
+
"�T�k #0" = 5 # Papi #0
|
| 36 |
+
"S��W�V #0" = 5 # Daueid #0
|
| 37 |
+
"?�=O�b�Y #0" = 0 # Abraam #0
|
| 38 |
+
"?�&O #0" = 0 # Aron #0
|
| 39 |
+
"?����s #0" = 0 # Adama #0
|
| 40 |
+
"?��S�WeY�e #0" = 0 # Aberkios #0
|
| 41 |
+
"?��R�l�e #0" = 0 # Agapos #0
|
| 42 |
+
"�Rwc�eXb�S #0" = 0 # Aggestotil #0
|
| 43 |
+
"�RpgW�e #0" = 0 # Aggelos #0
|
| 44 |
+
"?�S�l #0" = 0 # Alpha #0
|
| 45 |
+
"�RN #0" = 0 # Anton #0
|
| 46 |
+
"�RN<S'k #0" = 0 # Antoniou #0
|
| 47 |
+
"�R�V�p�N�e #0" = 0 # Andreas #0
|
| 48 |
+
"l�aS̑ #0" = 0 # Makari #0
|
| 49 |
+
"l��N�w�� #0" = 0 # Mashshouda #0
|
| 50 |
+
"�fN�W�y�� #0" = 0 # Marturokouda #0
|
| 51 |
+
"��Z #0" = 0 # Mouna #0
|
| 52 |
+
"<h��� #0" = 0 # Gourresi #0
|
| 53 |
+
"�R^R�g�y�� #0" = 0 # Gabrielinkouda #0
|
| 54 |
+
"�R^̑�WS�^�� #0" = 0 # Gabrielkouda #0
|
| 55 |
+
"�veY�b�Rpg #0" = 0 # Georagaj� #0
|
| 56 |
+
"V�V^ #0" = 0 # Keddi #0
|
| 57 |
+
"�b�eS #0" = 0 # Raphael #0
|
| 58 |
+
"Fz^X�e #0" = 0 # M�us�s #0
|
| 59 |
+
"�c���O�e #0" = 0 # Timotheos #0
|
| 60 |
+
"��S�h #0" = 0 # Darme #0
|
| 61 |
+
"6wς�V�S�� #0" = 0 # I�souinkouda #0
|
| 62 |
+
"���Y� #0" = 0 # Tamsi #0
|
| 63 |
+
"^�g �h�u #0" = 0 # Papo Mena #0
|
| 64 |
+
"ς�W�c #0" = 0 # Soueti #0
|
| 65 |
+
"Oς #0" = 0 # Isou #0
|
| 66 |
+
"TX�T�b #0" = 0 # Tapara #0
|
| 67 |
+
"�T�T(� #0" = 0 # Papasa #0
|
| 68 |
+
"l�S�cWiOW�e #0" = 0 # Martyrophoros #0
|
| 69 |
+
"TN?�^X #0" = 0 # Joass� #0
|
| 70 |
+
"�h�c�yS #0" = 0 # Sentikol #0
|
| 71 |
+
"�� #0" = 0 # Simeon #0
|
| 72 |
+
"�eyr�Q���e #0" = 0 # Stephanos #0
|
| 73 |
+
"Xb�e�S�S�� #0" = 0 # Toskoukouda #0
|
| 74 |
+
"l�� #0" = 0 # Masi #0
|
| 75 |
+
"LN���WS #0" = 0 # Ourouel #0
|
| 76 |
+
"LN���u #0" = 0 # Ourouwi #0
|
| 77 |
+
"�h�u #0" = 0 # Mena #0
|
| 78 |
+
"�h�^̑eY�e #0" = 0 # Merkourios #0
|
| 79 |
+
"s|wmS�y #0" = 0 # Micha�lko #0
|
| 80 |
+
"�u�R<S�e #0" = 0 # Ioannes #0
|
| 81 |
+
"�T�WS�Rb�R #0" = 0 # Cha�lsongoja #0
|
| 82 |
+
"k�̑�eXb�yW�e #0" = 0 # Christophoros #0
|
| 83 |
+
"Fz�w�h�c #0" = 0 # Mouhoumeti #0
|
| 84 |
+
"O(��Q #0" = 0 # Isak� #0
|
| 85 |
+
"<heYS T #0" = 0 # Georgios #0
|
| 86 |
+
"�y�el� #0" = 0 # Kosma #0
|
| 87 |
+
"?�TN�b #0" = 0 # Ajola #0
|
| 88 |
+
"�u��� #0" = 0 # I�disi #0
|
| 89 |
+
"�RbO #0" = 0 # Songoj #0
|
| 90 |
+
"LNS�RSTX #0" = 0 # Ournourta #0
|
| 91 |
+
"eY���S�� #0" = 0 # Orounkouda #0
|
| 92 |
+
"eY�g�RSTX #0" = 0 # Orinourta #0
|
| 93 |
+
"|V�V #0" = 0 # Petri #0
|
| 94 |
+
"i` T��c�yS #0" = 0 # Ngissitikol #0
|
| 95 |
+
"l�KN6w�u #0" = 0 # Marieio #0
|
| 96 |
+
"l��g�S�� #0" = 0 # Marinkouda #0
|
| 97 |
+
"s|�g�S�� #0" = 0 # Milinkouda #0
|
| 98 |
+
"eYW^XS #0" = 0 # Or�sel #0
|
| 99 |
+
"LNTXS #0" = 0 # Outtal #0
|
| 100 |
+
"i`�R�WS #0" = 0 # Engngaeil #0
|
| 101 |
+
"i`�Rnf�� #0" = 0 # Ngapre #0
|
| 102 |
+
"jgaS� #0" = 0 # Doukasi #0
|
| 103 |
+
"�N�y^ #0" = 0 # Iakob #0
|
| 104 |
+
"O0t���y�� #0" = 0 # I�sousinkouda #0
|
| 105 |
+
"O�e��S #0" = 0 # Israel #0
|
| 106 |
+
"�hS�v #0" = 0 # Merk� #0
|
| 107 |
+
"l�eu�h #0" = 0 # Mariom� #0
|
| 108 |
+
"Xbё���u #0" = 0 # Tokinnaue #0
|
| 109 |
+
"S��c #0" = 0 # Dauti #0
|
| 110 |
+
"l�^X #0" = 0 # Mas� #0
|
| 111 |
+
"yr<S̑ #0" = 0 # Tenyri #0
|
| 112 |
+
"^Xl�� #0" = 0 # Semamun #0
|
| 113 |
+
"�aS� #0" = 0 # Loukasi #0
|
| 114 |
+
"NbW� #0" = 0 # Solomon #0
|
| 115 |
+
"ς�^(�^ #0" = 0 # Soukousapa #0
|
| 116 |
+
"�sKN�N�R #0" = 0 # Marianou #0
|
| 117 |
+
"iOyrW #0" = 0 # Petrou #0
|
| 118 |
+
"^���k #0" = 0 # Shirepi #0
|
| 119 |
+
"0�NW�� #0" = 0 # Shekanda #0
|
| 120 |
+
"�W�V #0" = 0 # Eittou #0
|
| 121 |
+
"�h�R)R #0" = 0 # Megali #0
|
| 122 |
+
"�Tl�?Q #0" = 0 # Qamar #0
|
| 123 |
+
"�OW #0" = 0 # Paul #0
|
| 124 |
+
"U�Qb #0" = 0 # Taanego #0
|
| 125 |
+
"LNS�c�R�� #0" = 0 # Urtigaddi #0
|
| 126 |
+
"�T�bKQ #0" = 0 # Barak #0
|
| 127 |
+
"�d�)R�N�e #0" = 0 # Zacharias #0
|
| 128 |
+
"Nb�T�g #0" = 0 # Zachariou #0
|
| 129 |
+
"�eTX�Y���e�S�� #0" = 0 # Stamnoskouda #0
|
| 130 |
+
"^^���y�� #0" = 0 # Papasinkouda #0
|
| 131 |
+
"�ev�W�S�S�� #0" = 0 # Staurosilkouda #0
|
| 132 |
+
"?��u�eTX�O�e #0" = 0 # Anastasios #0
|
| 133 |
+
"�TSXbmȏeY�e #0" = 0 # Bartholomaios #0
|
| 134 |
+
"Fz^X�e �veYS�WLN #0" = 0 # M�us�s Ge�rgiou #0
|
| 135 |
+
"�R�c�S�� #0" = 0 # Kattikouda #0
|
| 136 |
+
"�u�u� #0" = -1 # Neuesi #0
|
| 137 |
+
"�R�l�k #0" = -1 # Kapopi #0
|
| 138 |
+
"?��Q�Yb�� #0" = -1 # Anenikoli #0
|
| 139 |
+
"�T�Y�k!� #0" = -1 # Pampigon #0
|
| 140 |
+
"�W���sKNZ�h #0" = -1 # Enomariam� #0
|
| 141 |
+
"�sKNZ�h #0" = -1 # Mariam� #0
|
| 142 |
+
"�sKN�T�Y #0" = -1 # Mariham #0
|
| 143 |
+
"�s)R�N #0" = -1 # Maria #0
|
| 144 |
+
"�s�� #0" = -1 # Mari #0
|
| 145 |
+
"O� TTX #0" = -1 # Pongita #0
|
| 146 |
+
"�s� #0" = -1 # Pesi #0
|
| 147 |
+
"�sS� #0" = -1 # Persi #0
|
| 148 |
+
"�Rb�R�k�W #0" = -1 # Songojapiki #0
|
| 149 |
+
"i`9h�Z #0" = -1 # Ngonnen #0
|
| 150 |
+
"^^�e�Q #0" = -1 # Papasinen #0
|
| 151 |
+
"�T��Q #0" = -1 # Pasine #0
|
| 152 |
+
"�raS�b #0" = -1 # Thekla #0
|
| 153 |
+
"ȏ?� #0" = -1 # Maia #0
|
| 154 |
+
"?�pgpg #0" = -1 # Ajej� #0
|
| 155 |
+
"�W�e�s�R #0" = -1 # Eismal� #0
|
| 156 |
+
"?�S�Ryr #0" = -1 # Argate #0
|
| 157 |
+
"�R+R�Q #0" = -1 # Kapen� #0
|
| 158 |
+
"i`���Wi`b�R #0" = -1 # Enoeionngoka #0
|
| 159 |
+
"�uf�Q #0" = -1 # I�minne #0
|
| 160 |
+
"�u�b #0" = -1 # I�la #0
|
| 161 |
+
"�uaS�R #0" = -1 # I�kaja #0
|
| 162 |
+
"�WWTX� TS�W #0" = -1 # Eirotatoungngilki #0
|
| 163 |
+
"^�l�k #0" = -1 # Shipopi #0
|
| 164 |
+
"�RZ #0" = -1 # Anna #0
|
| 165 |
+
"OKN���v #0" = -1 # Elisabet #0
|
| 166 |
+
"s|wm)R�yS #0" = -1 # Michaelikol #0
|
| 167 |
+
"ς�sZ #0" = -1 # Susanna #0
|
| 168 |
+
}
|
| 169 |
+
leader_names = {
|
| 170 |
+
"?�^�V" # Abboud
|
| 171 |
+
"�Q" # Fung
|
| 172 |
+
"�Rg" # Garang
|
| 173 |
+
"�QS�b" # Kayra
|
| 174 |
+
"�Q�b" # Keira
|
| 175 |
+
"�Qeuo�" # Kelueljang
|
| 176 |
+
"bSbS" # Lugor
|
| 177 |
+
"�R�WS" # Nuer
|
| 178 |
+
"�wS" # Shol
|
| 179 |
+
"TX�T" # Taha
|
| 180 |
+
}
|
| 181 |
+
ship_names = {
|
| 182 |
+
"�r4Yb^y" # Apedemak
|
| 183 |
+
"�R�b^y" # Bes
|
| 184 |
+
"��kpKN^y" # Dedwen
|
| 185 |
+
"^yKNO4O" # Arensnuphis
|
| 186 |
+
"O^yKN�s" # Amon
|
| 187 |
+
"hQ�wKN^y" # Mandulis
|
| 188 |
+
"?��f<SS���e" # Amenirdis
|
| 189 |
+
"u�wsY^y" # Taweret
|
| 190 |
+
"�s�k" # Mut
|
| 191 |
+
"u�sY^y" # Tefnut
|
| 192 |
+
"v�WKN^y" # Khnum
|
| 193 |
+
}
|
common/countries/Alsace.txt
ADDED
|
@@ -0,0 +1,197 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = westerngfx
|
| 3 |
+
color = { 246 223 15 }
|
| 4 |
+
revolutionary_colors = { 16 0 16 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
defensive_ideas
|
| 7 |
+
religious_ideas
|
| 8 |
+
diplomatic_ideas
|
| 9 |
+
economic_ideas
|
| 10 |
+
innovativeness_ideas
|
| 11 |
+
spy_ideas
|
| 12 |
+
offensive_ideas
|
| 13 |
+
trade_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
western_medieval_infantry
|
| 17 |
+
western_medieval_knights
|
| 18 |
+
western_men_at_arms
|
| 19 |
+
swiss_landsknechten
|
| 20 |
+
dutch_maurician
|
| 21 |
+
french_caracolle
|
| 22 |
+
anglofrench_line
|
| 23 |
+
french_dragoon
|
| 24 |
+
french_bluecoat
|
| 25 |
+
french_cuirassier
|
| 26 |
+
french_impulse
|
| 27 |
+
mixed_order_infantry
|
| 28 |
+
open_order_cavalry
|
| 29 |
+
napoleonic_square
|
| 30 |
+
napoleonic_lancers
|
| 31 |
+
}
|
| 32 |
+
monarch_names = {
|
| 33 |
+
"Z�^ #1" = 40 # Wilhelm #1
|
| 34 |
+
"?�S�� #0" = 40 # Armand #0
|
| 35 |
+
"�u� #3" = 20 # Johann #3
|
| 36 |
+
"�^�b�V #3" = 20 # Konrad #3
|
| 37 |
+
"?�S^��^yr #0" = 20 # Albrecht #0
|
| 38 |
+
"O�b�e� #0" = 20 # Erasmus #0
|
| 39 |
+
"Vg(� �W!� #0" = 20 # Franz Egon #0
|
| 40 |
+
"�u� <heYS<h #0" = 20 # Johann Georg #0
|
| 41 |
+
"aSS #0" = 20 # Karl #0
|
| 42 |
+
")ReY�l�V #0" = 20 # Leopold #0
|
| 43 |
+
")ReY�l�V Z�^ #0" = 20 # Leopold Wilhelm #0
|
| 44 |
+
"�f�e �^�efWN #0" = 20 # Louis Constantine #0
|
| 45 |
+
"�f �R�Q #0" = 20 # Louis Ren� #0
|
| 46 |
+
"��nf��^yr #0" = 20 # Rupprecht #0
|
| 47 |
+
"Z�^ �W!� #0" = 20 # Wilhelm Egon #0
|
| 48 |
+
"�yr�S�V #2" = 10 # Berthold #2
|
| 49 |
+
"^KQ�T�V #2" = 10 # Burkhard #2
|
| 50 |
+
"S�yr�p #2" = 10 # Friedrich #2
|
| 51 |
+
"��S�+Y #2" = 10 # Rudolf #2
|
| 52 |
+
"��V�u^ #1" = 10 # Ludwig #1
|
| 53 |
+
"wm�V̑^ #4" = 5 # Heinrich #4
|
| 54 |
+
"�uS�u #2" = 5 # Werner #2
|
| 55 |
+
"�TSjg #1" = 5 # Balduin #1
|
| 56 |
+
"^���� #1" = 5 # Bruno #1
|
| 57 |
+
"�W=O�T�V #1" = 5 # Eberhard #1
|
| 58 |
+
"<h^�Tyr #1" = 5 # Gebhard #1
|
| 59 |
+
"byrV̑�V #1" = 5 # Gottfried #1
|
| 60 |
+
"�^�� #1" = 5 # Kuno #1
|
| 61 |
+
"pQ=Oyr #1" = 5 # Lambert #1
|
| 62 |
+
"eYXb #1" = 5 # Otto #1
|
| 63 |
+
"�lSyr #1" = 5 # Walter #1
|
| 64 |
+
"?�S�+Y #0" = 0 # Adolf #0
|
| 65 |
+
"?�SV���V #0" = 0 # Alfred #0
|
| 66 |
+
"�TS�VS #0" = 0 # Baldur #0
|
| 67 |
+
"�W̑^ #0" = 0 # Erich #0
|
| 68 |
+
"�e�WS #0" = 0 # Ferdinand #0
|
| 69 |
+
"Vg(� #0" = 0 # Franz #0
|
| 70 |
+
"�Qmt #0" = 0 # G�nther #0
|
| 71 |
+
"���u #0" = 0 # Rainer #0
|
| 72 |
+
"�eyr�Q #0" = 0 # Stefan #0
|
| 73 |
+
"�N�S�s�V�b #0" = -1 # Alexandra #0
|
| 74 |
+
"KQ̑�e���NZ #0" = -1 # Christiane #0
|
| 75 |
+
"1r�s #0" = -1 # Emma #0
|
| 76 |
+
}
|
| 77 |
+
leader_names = {
|
| 78 |
+
"�V �R�V��" # d'Andleau
|
| 79 |
+
"�V ?�i`�e�<h" # d'Arnsberg
|
| 80 |
+
"�V �i`�uS" # de Bainville
|
| 81 |
+
"�V �TS���e" # de Baltis
|
| 82 |
+
"�V �&O9�yQ" # de Berenfelz
|
| 83 |
+
"�V �S�Q�Y" # de Berckheim
|
| 84 |
+
"�V �i`�Syr" # de B�onholdt
|
| 85 |
+
"�V �SY9h" # de Beroldingen
|
| 86 |
+
"ZSKQ �V ^�b�ewm�Y" # Bock de Blasheim
|
| 87 |
+
"ZSKQ �V �W�R�e!X" # Bock de Erlenburg
|
| 88 |
+
"�V ZSKQ�g��" # de Bocklinsau
|
| 89 |
+
"�V ��S�<h" # de Dalberg
|
| 90 |
+
"�V jg���e �kGY" # de Deux-Ponts-Bitche
|
| 91 |
+
"�V Y�uk�" # de Dornach
|
| 92 |
+
"�V �l�w�e�l�V" # de Falkenstein
|
| 93 |
+
"�V V���w�efW" # de Fleckenstein
|
| 94 |
+
"�V V�e�n!X" # de Furstenberg
|
| 95 |
+
"�v�g �V ?�Syrwm�Y" # Gailing d'Altheim
|
| 96 |
+
"�V TS�e!X" # de Gielsberg
|
| 97 |
+
"�V �T9h�Tk�" # de Hagenbach
|
| 98 |
+
"�V �TYt )R^�n�<h" # de Hanau-Lichtenberg
|
| 99 |
+
"�V ��N�e�l�V" # de Hohenstein
|
| 100 |
+
"�V �N<h�e�l�V" # de Hungerstein
|
| 101 |
+
"�V �WmVwm�Y" # de Kippenheim
|
| 102 |
+
"�V �W^wm�Y" # de Kircheim
|
| 103 |
+
"�V pQ�VKQ" # de Landeck
|
| 104 |
+
"�V pQ�v�̑" # de Landenberg
|
| 105 |
+
"�g�ub ��eyr!X" # Linange-Westerburg
|
| 106 |
+
"�V bSnf��" # de Lupfen
|
| 107 |
+
"�V bS�h!X" # de Lutzelburg
|
| 108 |
+
"�V ��S�yr" # de Morimont
|
| 109 |
+
"�V Ua&Owm�Y" # de Mullenheim
|
| 110 |
+
"�V ��KQ" # de Munck
|
| 111 |
+
"�V ^�eTXyr" # de Pfasttatt
|
| 112 |
+
"�V �b�Y�e�l�V" # de Ramstein
|
| 113 |
+
"�V �b�e(��Yj��h" # de Rathsamhausen
|
| 114 |
+
"�V �� T�ewm�Y" # de R�guisheim
|
| 115 |
+
"�V V�tQ�e�l�V" # de Reichenstein
|
| 116 |
+
"Vy ��5�" # zu Rhein
|
| 117 |
+
"�V ��5��S�V" # de Rheinfeld
|
| 118 |
+
"�V ў�l�v�WS" # de Ribeaupierre
|
| 119 |
+
"�V �ui`!X" # de Schaunburg
|
| 120 |
+
"�V �e�R(�!X" # de Schmitzbourg
|
| 121 |
+
"�V �Yt" # de Schoenau
|
| 122 |
+
"�V �ё9h" # de Sickingen
|
| 123 |
+
"�V ��S�e�l�V" # de Thierstein
|
| 124 |
+
"�V �VSKQwm�Y" # de Turckheim
|
| 125 |
+
"�V LN�nwm�Y" # d'Uttenheim
|
| 126 |
+
"�V �tmt&Owm�Y" # de Wasselnheim
|
| 127 |
+
"�V �uyr�ewm�Y" # de Weitersheim
|
| 128 |
+
"�V �uS�e!X" # de Wildsberg
|
| 129 |
+
"�V )nyr^�V" # de Winterbescher
|
| 130 |
+
"OS+Y" # Wolff
|
| 131 |
+
"�V �lS�Y�e" # de Wormser
|
| 132 |
+
"�V RW,g" # de Zurlauben
|
| 133 |
+
}
|
| 134 |
+
ship_names = {
|
| 135 |
+
"?�Syr�WKQ" # Altkirch
|
| 136 |
+
"?����eZS" # Ammerschwihr
|
| 137 |
+
"fYS^X�Y" # Andolsheim
|
| 138 |
+
"�TS" # Barr
|
| 139 |
+
",g9�S�V" # Benfeld
|
| 140 |
+
"�k�N�u��S" # Bischwiller
|
| 141 |
+
"�kGY" # Bitche
|
| 142 |
+
"ZSS�u��S" # Bollwiller
|
| 143 |
+
"^Tl�yr" # Brumath
|
| 144 |
+
"^XSHY" # Cernay
|
| 145 |
+
"�ySl�" # Colmar
|
| 146 |
+
"���yrS" # Dieffenthal
|
| 147 |
+
"f�^X�Y" # Ensisheim
|
| 148 |
+
"�WS�efW" # Erstein
|
| 149 |
+
"�v^�u��S" # Guebwiller
|
| 150 |
+
"?�<h��" # Haguenau
|
| 151 |
+
"�N�tS�V" # Honwald
|
| 152 |
+
"eYS^S�u" # Horbourg-Wihr
|
| 153 |
+
"�R�e^KQ" # Hunspach
|
| 154 |
+
"�^yr^�R" # Kanterbrau
|
| 155 |
+
"�Q�l�S" # Kaysersberg
|
| 156 |
+
"�R�n�Tk�" # Lautenbach
|
| 157 |
+
"�Ryr!X" # Lauterburg
|
| 158 |
+
"&O�Tk�" # Lembach
|
| 159 |
+
"l�S�y�R^X�Y" # Marckolsheim
|
| 160 |
+
"��S^X�Y" # Molsheim
|
| 161 |
+
"s|Sj��h" # Mulhausen
|
| 162 |
+
"���eyr" # Munster
|
| 163 |
+
"s|P�<h" # Mutzig
|
| 164 |
+
"�e^̑(�KQ" # Neuf-Brisach
|
| 165 |
+
"eY��b�e�bKQ" # Oberhaslach
|
| 166 |
+
"eY�SHY" # Obernai
|
| 167 |
+
"eYS^�Y" # Olsheim
|
| 168 |
+
"eYS�" # Orbey
|
| 169 |
+
"���NeY��" # Reichshoffen
|
| 170 |
+
")RKQZS" # Riquewihr
|
| 171 |
+
"���lKQ" # Rouffach
|
| 172 |
+
"(��S�u" # Saverne
|
| 173 |
+
"0�S�u�R" # Scherwiller
|
| 174 |
+
"�e^S�h" # Schirmeck
|
| 175 |
+
"^X���eTX" # S�lestat
|
| 176 |
+
"ς�S�uS" # Souffelweyer
|
| 177 |
+
"ς+Y���Q�Y" # Soufflenheim
|
| 178 |
+
"ς(�l�yr" # Soultzmatt
|
| 179 |
+
"�eyr�b�e!X" # Strassburg
|
| 180 |
+
"fWi`" # Thann
|
| 181 |
+
"�VSKQwm�Y" # Turckheim
|
| 182 |
+
"�e�vwm�Y" # Vendenheim
|
| 183 |
+
"`�h!X" # Wissemburg
|
| 184 |
+
"�uyrSwm�Y" # Wittelsheim
|
| 185 |
+
}
|
| 186 |
+
army_names = {
|
| 187 |
+
"?�S(��e�Q" # Arm�e d'Alsace
|
| 188 |
+
"��5��Q" # Arm�e du Rhin
|
| 189 |
+
"ZR�e�Q" # Arm�e des Vosges
|
| 190 |
+
"�g�Vؚ�Q" # Arm�e du Sundgau
|
| 191 |
+
"kl�b�Q" # Arm�e du Jura
|
| 192 |
+
"eY�h�S�V�Q" # Arm�e de l'Ochsenfeld
|
| 193 |
+
"�b�T�Vyr�Q" # Arm�e de la Hardt
|
| 194 |
+
"Tw�v�Q" # Arm�e de la D�capole
|
| 195 |
+
"�eyr�b�e!X�Q" # Arm�e de Strasbourg
|
| 196 |
+
"$PROVINCE$�Q" # Arm�e de $PROVINCE$
|
| 197 |
+
}
|
common/countries/Altamaha.txt
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = northamericagfx
|
| 3 |
+
color = { 197 28 148 }
|
| 4 |
+
revolutionary_colors = { 0 10 0 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
religious_ideas
|
| 7 |
+
defensive_ideas
|
| 8 |
+
offensive_ideas
|
| 9 |
+
trade_ideas
|
| 10 |
+
diplomatic_ideas
|
| 11 |
+
plutocracy_ideas
|
| 12 |
+
spy_ideas
|
| 13 |
+
economic_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
native_indian_archer
|
| 17 |
+
native_indian_tribal_warfare
|
| 18 |
+
algonkin_tomahawk_charge
|
| 19 |
+
native_indian_horsemen
|
| 20 |
+
commanche_swarm
|
| 21 |
+
creek_arquebusier
|
| 22 |
+
sioux_dragoon
|
| 23 |
+
american_western_franchise_warfare
|
| 24 |
+
}
|
| 25 |
+
monarch_names = {
|
| 26 |
+
"'k�lmt��Ŗ�m #0" = 20 # Opothleyaholo #0
|
| 27 |
+
"�Ws|�e�l!�b #0" = 10 # Emistesigo #0
|
| 28 |
+
"�l+Y #0" = 10 # Fife #0
|
| 29 |
+
"��lO ^̑ s|�y #0" = 10 # Hoboi-Hili-Miko #0
|
| 30 |
+
"�b��p`�c #0" = 20 # Lamochattee #0
|
| 31 |
+
"Ŗ�TTXTX�e�l�uKQ #0" = 20 # Yahatatastenake #0
|
| 32 |
+
"TX�eaS�R T �Tyr�W #0" = 20 # Taskanugi Hatke #0
|
| 33 |
+
"s|�y �s�bQY #0" = 20 # Mico Malatchi #0
|
| 34 |
+
"V�eaSyrRs|�y #0" = 20 # Fuskatchemico #0
|
| 35 |
+
"<SmtmKQ #0" = 20 # Neathlock #0
|
| 36 |
+
"�T�Rmtl�SmtS #0" = 20 # Hallethemalthle #0
|
| 37 |
+
"'k>ms|�y #0" = 20 # Opaymico #0
|
| 38 |
+
"Xbyr�Q�lTN #0" = 20 # Totkeshajou #0
|
| 39 |
+
"��lmts|�y #0" = 20 # Hopothemico #0
|
| 40 |
+
"'k�lXbTXR #0" = 20 # Opototaache #0
|
| 41 |
+
"0t�m�W!� #0" = 20 # Soholoesee #0
|
| 42 |
+
"'kQY�TTN #0" = 20 # Ocheehajou #0
|
| 43 |
+
"�V�e�Q�u #0" = 20 # Tuskenaah #0
|
| 44 |
+
"��sTX #0" = 20 # Homatah #0
|
| 45 |
+
"���u+R #0" = 20 # Chinnabie #0
|
| 46 |
+
"1g)Rv����sTX #0" = 20 # Juleetaulematah #0
|
| 47 |
+
"p`�lKQ)Rs|�y #0" = 20 # Chawooklymico #0
|
| 48 |
+
"�^(��V�w�lO #0" = 20 # Coosadeshopoy #0
|
| 49 |
+
"Fzmt�c #0" = 20 # Muthtee #0
|
| 50 |
+
"�e���sVyrQY�W #0" = 20 # Stimafutchkee #0
|
| 51 |
+
"�e��S�u)R�p #0" = 20 # Stilnaleeje #0
|
| 52 |
+
"Fz�spgQY #0" = 20 # Mumagechee #0
|
| 53 |
+
"s|�b�� #0" = -1 # Millaray #0
|
| 54 |
+
"^X�O #0" = -1 # Sehoy #0
|
| 55 |
+
"�Q�gyr #0" = -1 # Kecharte #0
|
| 56 |
+
"^X�uaS #0" = -1 # Scenanka #0
|
| 57 |
+
"yr���� #0" = -1 # Talisa #0
|
| 58 |
+
}
|
| 59 |
+
leader_names = {
|
| 60 |
+
"QYXb" # Chitto
|
| 61 |
+
"�T^X 'k�b" # Hasse Ola
|
| 62 |
+
"��l�Wmt" # Hopoethe
|
| 63 |
+
"TXmV �TSTN" # Talof Harjo
|
| 64 |
+
"Ŗ�m" # Yaholo
|
| 65 |
+
"�h�Q�t" # Menewa
|
| 66 |
+
"R�l�u" # Chebona
|
| 67 |
+
"eY�eY�b" # Osceola
|
| 68 |
+
"�mt���l�N" # Hothlepoya
|
| 69 |
+
"&Ok� p`��" # Lumhe Chati
|
| 70 |
+
}
|
| 71 |
+
ship_names = {
|
| 72 |
+
"OZS���R" # Ibofanga
|
| 73 |
+
tvpvsvnv
|
| 74 |
+
"eY<hZyrO+Y" # Okhvtk� Yvhv
|
| 75 |
+
"eY<hZyr���KQY" # Okhvtk� Nokos�
|
| 76 |
+
"OZ�e�����KQY" # Lvst� Nokos�
|
| 77 |
+
"eY<hZyr��y�Y" # Okhvtk� Lvmhe
|
| 78 |
+
"aS�Ξ�Y" # Cat� lvmhe
|
| 79 |
+
"aS�?��u" # Cat� Ayo
|
| 80 |
+
"?��u�bKQ" # Ayo-rakko
|
| 81 |
+
"O�eTX)n�N" # Est-akwvnayv
|
| 82 |
+
"O(�<h�V�O�R�" # Esaugetuh Emissee
|
| 83 |
+
"�R�Q-�g�T" # Nunne Chaha
|
| 84 |
+
"^(� TTX�Ws|�" # Hisagita-imisi
|
| 85 |
+
"1Wk�W" # Sint Holo
|
| 86 |
+
}
|
common/countries/Amago.txt
ADDED
|
@@ -0,0 +1,274 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = asiangfx
|
| 3 |
+
color = { 205 94 60 }
|
| 4 |
+
revolutionary_colors = { 6 1 6 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
offensive_ideas
|
| 7 |
+
defensive_ideas
|
| 8 |
+
maritime_ideas
|
| 9 |
+
trade_ideas
|
| 10 |
+
quality_ideas
|
| 11 |
+
spy_ideas
|
| 12 |
+
diplomatic_ideas
|
| 13 |
+
administrative_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
japanese_archer
|
| 17 |
+
eastern_bow
|
| 18 |
+
japanese_footsoldier
|
| 19 |
+
japanese_samurai
|
| 20 |
+
asian_arquebusier
|
| 21 |
+
asian_charge_cavalry
|
| 22 |
+
asian_mass_infantry
|
| 23 |
+
asian_musketeer
|
| 24 |
+
reformed_asian_musketeer
|
| 25 |
+
reformed_asian_cavalry
|
| 26 |
+
}
|
| 27 |
+
monarch_names = { # Most Monarchs were named with "hisa"
|
| 28 |
+
"5�EN #0" = 50 # Takahisa #0
|
| 29 |
+
"cEN #0" = 50 # Mochihisa #0
|
| 30 |
+
"n�R #0" = 50 # Kiyosada #0
|
| 31 |
+
"x^EN #0" = 50 # Yukihisa #0
|
| 32 |
+
"ENL� #0" = 50 # Hisayuki #0
|
| 33 |
+
"ckEN #0" = 50 # Masahisa #0
|
| 34 |
+
"�QEN #0" = 50 # Okihisa #0
|
| 35 |
+
"��EN #0" = 50 # Kunihisa #0
|
| 36 |
+
"0NEN #0" = 50 # Toyohisa #0
|
| 37 |
+
"tfEN #0" = 50 # Haruhisa #0
|
| 38 |
+
"INEN #0" = 50 # Yoshihisa #0
|
| 39 |
+
"�EN #0" = 50 # Hidehisa #0
|
| 40 |
+
"xQEN #0" = 50 # Norihisa #0
|
| 41 |
+
"�REN #0" = 50 # Sanehisa #0
|
| 42 |
+
"�R�lEN #0" = 50 # Ujihisa #0
|
| 43 |
+
"�uEN #0" = 50 # Tsunehisa #0
|
| 44 |
+
"�wEN #0" = 50 # Katsuhisa #0
|
| 45 |
+
"nEN #0" = 50 # Kiyohisa #0
|
| 46 |
+
"�eEN #0" = 50 # Tokihisa #0
|
| 47 |
+
"cw #0" = -5 # Toku #0
|
| 48 |
+
"CS #0" = -5 # Sen #0
|
| 49 |
+
"�s #0" = -5 # Tama #0
|
| 50 |
+
"�u #0" = -5 # Aya #0
|
| 51 |
+
"Iz #0" = -5 # Ina #0
|
| 52 |
+
}
|
| 53 |
+
leader_names = { # Daimyo names
|
| 54 |
+
"d��g" # Akamatsu
|
| 55 |
+
"fzf" # Akechi
|
| 56 |
+
"��)R" # Ashikaga
|
| 57 |
+
"<SPR" # Amago
|
| 58 |
+
"�N�g" # Kyogoku
|
| 59 |
+
"mQ҉" # Rokkaku
|
| 60 |
+
"g�N" # Asakura
|
| 61 |
+
"EmΑ" # Asano
|
| 62 |
+
"?�ς" # Aso
|
| 63 |
+
"��Rb�" # Chosokabe
|
| 64 |
+
"O��" # Date
|
| 65 |
+
"���H�" # Hachisuka
|
| 66 |
+
"`uqS" # Hatakeyama
|
| 67 |
+
"Sag" # Hojo
|
| 68 |
+
"�u�T" # Hosokawa
|
| 69 |
+
"Nag" # Ichijo
|
| 70 |
+
"�k0u" # Keda
|
| 71 |
+
"�N�T" # Imagawa
|
| 72 |
+
"Nr�" # Isshiki
|
| 73 |
+
"ON" # Ito
|
| 74 |
+
"^y�O" # Jinbo
|
| 75 |
+
"ʃ`l" # Kikuchi
|
| 76 |
+
"�lΑ" # Kono
|
| 77 |
+
"MR0u" # Maeda
|
| 78 |
+
"�g8l" # Matsunaga
|
| 79 |
+
" NQg" # Mimura
|
| 80 |
+
" N�Y" # Miyoshi
|
| 81 |
+
"gN" # Mogami
|
| 82 |
+
"�k)R" # Mori
|
| 83 |
+
"��S" # Nabeshima
|
| 84 |
+
"�>S" # Nagao
|
| 85 |
+
"�u0u" # Oda
|
| 86 |
+
"S.r�S" # Ogasawara
|
| 87 |
+
"'Y�S" # Otomo
|
| 88 |
+
"'Y�Q" # Ouchi
|
| 89 |
+
"��.��R" # Ryuzoji
|
| 90 |
+
"�vo�" # Sagara
|
| 91 |
+
"�e�" # Saito
|
| 92 |
+
"w0u" # Sanada
|
| 93 |
+
"PO�z" # Satake
|
| 94 |
+
"̑��" # Satomi
|
| 95 |
+
"�e�l" # Shiba
|
| 96 |
+
"�g0u" # Shibata
|
| 97 |
+
"�S%m" # Shimazu
|
| 98 |
+
"S0�" # Shoni
|
| 99 |
+
"fk0u" # Takeda
|
| 100 |
+
"W�S" # Toki
|
| 101 |
+
"�V�T" # Tokugawa
|
| 102 |
+
"�gs^" # Matsudaira
|
| 103 |
+
"0N�" # Toyotomi
|
| 104 |
+
"Rr�N" # Tsutsui
|
| 105 |
+
"NIg" # Uesugi
|
| 106 |
+
"fmN" # Uragami
|
| 107 |
+
"qST" # Yamana
|
| 108 |
+
"qS�Q" # Yamauchi # Amago Flavor
|
| 109 |
+
"<SPR" # Amago
|
| 110 |
+
"<SPR" # Amago
|
| 111 |
+
"<SPR" # Amago
|
| 112 |
+
"<SPR" # Amago
|
| 113 |
+
"<SPR" # Amago
|
| 114 |
+
"<SPR" # Amago
|
| 115 |
+
"<SPR" # Amago
|
| 116 |
+
"<SPR" # Amago
|
| 117 |
+
"<SPR" # Amago
|
| 118 |
+
"<SPR" # Amago
|
| 119 |
+
"<SPR" # Amago
|
| 120 |
+
"<SPR" # Amago
|
| 121 |
+
"<SPR" # Amago
|
| 122 |
+
"<SPR" # Amago
|
| 123 |
+
"<SPR" # Amago
|
| 124 |
+
"<SPR" # Amago
|
| 125 |
+
"<SPR" # Amago
|
| 126 |
+
"<SPR" # Amago
|
| 127 |
+
"<SPR" # Amago
|
| 128 |
+
"<SPR" # Amago # Retainers of the Amago clan
|
| 129 |
+
"�R7b" # Shisido
|
| 130 |
+
"�R7b" # Shisido
|
| 131 |
+
"�R7b" # Shisido
|
| 132 |
+
"�R7b" # Shisido
|
| 133 |
+
"�R7b" # Shisido
|
| 134 |
+
"qS-N" # Yamanaka
|
| 135 |
+
"qS-N" # Yamanaka
|
| 136 |
+
"qS-N" # Yamanaka
|
| 137 |
+
"qS-N" # Yamanaka
|
| 138 |
+
"qS-N" # Yamanaka
|
| 139 |
+
"�N0W" # Kurachi
|
| 140 |
+
"�N0W" # Kurachi
|
| 141 |
+
"�N0W" # Kurachi
|
| 142 |
+
"�N0W" # Kurachi
|
| 143 |
+
"�N0W" # Kurachi
|
| 144 |
+
"���N" # Kamei
|
| 145 |
+
"���N" # Kamei
|
| 146 |
+
"���N" # Kamei
|
| 147 |
+
"���N" # Kamei
|
| 148 |
+
"���N" # Kamei
|
| 149 |
+
"�z�S" # Tachihara
|
| 150 |
+
"�z�S" # Tachihara
|
| 151 |
+
"�z�S" # Tachihara
|
| 152 |
+
"�z�S" # Tachihara
|
| 153 |
+
"�z�S" # Tachihara
|
| 154 |
+
"no" # Ushio
|
| 155 |
+
"no" # Ushio
|
| 156 |
+
"no" # Ushio
|
| 157 |
+
"no" # Ushio
|
| 158 |
+
"no" # Ushio
|
| 159 |
+
"�T�m" # Kawazoe
|
| 160 |
+
"�T�m" # Kawazoe
|
| 161 |
+
"�T�m" # Kawazoe
|
| 162 |
+
"�T�m" # Kawazoe
|
| 163 |
+
"�T�m" # Kawazoe
|
| 164 |
+
"�g0u" # Matsuda
|
| 165 |
+
"�g0u" # Matsuda
|
| 166 |
+
"�g0u" # Matsuda
|
| 167 |
+
"�g0u" # Matsuda
|
| 168 |
+
"�g0u" # Matsuda
|
| 169 |
+
"�rPg" # Kanzai
|
| 170 |
+
"�rPg" # Kanzai
|
| 171 |
+
"�rPg" # Kanzai
|
| 172 |
+
"�rPg" # Kanzai
|
| 173 |
+
"�rPg" # Kanzai
|
| 174 |
+
" N�l" # Misawa
|
| 175 |
+
" N�l" # Misawa
|
| 176 |
+
" N�l" # Misawa
|
| 177 |
+
" N�l" # Misawa
|
| 178 |
+
" N�l" # Misawa
|
| 179 |
+
"d�T" # Akana
|
| 180 |
+
"d�T" # Akana
|
| 181 |
+
"d�T" # Akana
|
| 182 |
+
"d�T" # Akana
|
| 183 |
+
"d�T" # Akana
|
| 184 |
+
" NRKS" # Mitoya
|
| 185 |
+
" NRKS" # Mitoya
|
| 186 |
+
" NRKS" # Mitoya
|
| 187 |
+
" NRKS" # Mitoya
|
| 188 |
+
" NRKS" # Mitoya
|
| 189 |
+
}
|
| 190 |
+
ship_names = {
|
| 191 |
+
"F�eY8N" # Mutsu Maru
|
| 192 |
+
"�Q�8N" # Dewa Maru
|
| 193 |
+
"NΑ8N" # Shimotsuke Maru
|
| 194 |
+
"8^F�8N" # Hitachi Maru
|
| 195 |
+
"NI`8N" # Kazusa Maru
|
| 196 |
+
"NI`8N" # Shimousa Maru
|
| 197 |
+
"?��l8N" # Awa Maru
|
| 198 |
+
"fkυ8N" # Musashi Maru
|
| 199 |
+
"NΑ8N" # Kozuke Maru
|
| 200 |
+
"OF�8N" # Izu Maru
|
| 201 |
+
"��T8N" # Echigo Maru
|
| 202 |
+
"��-N8N" # Ettchu Maru
|
| 203 |
+
"�RH�8N" # Kaga Maru
|
| 204 |
+
"�w�v8N" # Noto Maru
|
| 205 |
+
"���l8N" # Suruga Maru
|
| 206 |
+
"ml8N" # Totomi Maru
|
| 207 |
+
"N�T8N" # Joshu Maru
|
| 208 |
+
"�T8N" # Enshu Maru
|
| 209 |
+
"fk�T8N" # Bushu Maru
|
| 210 |
+
"���T8N" # Esshu Maru
|
| 211 |
+
" N�l8N" # Mikawa Maru
|
| 212 |
+
"��T8N" # Ushu Maru
|
| 213 |
+
"�v�T8N" # Soushu Maru
|
| 214 |
+
"2��T8N" # Boushu Maru
|
| 215 |
+
"2u�e8N" # Kai Maru
|
| 216 |
+
"�O�T8N" # Shinshu Maru
|
| 217 |
+
"2u�T8N" # Koshu Maru
|
| 218 |
+
">S.V8N" # Owari Maru
|
| 219 |
+
">S�T8N" # Bishu Maru
|
| 220 |
+
"�Sm8N" # Mino Maru
|
| 221 |
+
"��MR8N" # Echizen Maru
|
| 222 |
+
"O�R8N" # Ise Maru
|
| 223 |
+
"�Vid8N" # Shima Maru
|
| 224 |
+
"яml8N" # Omi Maru
|
| 225 |
+
"ml�T8N" # Goushu Maru
|
| 226 |
+
"qS�W8N" # Yamashiro Maru
|
| 227 |
+
"��r8N" # Wakasa Maru
|
| 228 |
+
"9N�l8N" # Tanba Maru
|
| 229 |
+
"9NT8N" # Tango Maru
|
| 230 |
+
"'Y�T8N" # Yamato Maru
|
| 231 |
+
"�uO8N" # Kii Maru
|
| 232 |
+
"�u�T8N" # Kishu Maru
|
| 233 |
+
"OH�8N" # Iga Maru
|
| 234 |
+
"^��S8N" # Sanuki Maru
|
| 235 |
+
"WPO8N" # Tosa Maru
|
| 236 |
+
"O�N8N" # Iyo Maru
|
| 237 |
+
"�d�x8N" # Harima Maru
|
| 238 |
+
"�d�T8N" # Banshu Maru
|
| 239 |
+
"=Ow8N" # Hoki Maru
|
| 240 |
+
"�Va^8N" # Inaba Maru
|
| 241 |
+
"YMR8N" # Bizen Maru
|
| 242 |
+
"�jO8N" # Mimasaka Maru
|
| 243 |
+
"Y�T8N" # Binshu Maru
|
| 244 |
+
"YT8N" # Bingo Maru
|
| 245 |
+
"Y-N8N" # Bittchu Maru
|
| 246 |
+
"�Rz�8N" # Aki Maru
|
| 247 |
+
"�Q�N8N" # Izumo Maru
|
| 248 |
+
"�w��8N" # Iwami Maru
|
| 249 |
+
"hT2�8N" # Suou Maru
|
| 250 |
+
"��8N" # Nagato Maru
|
| 251 |
+
"0NT8N" # Bungo Maru
|
| 252 |
+
"0NMR8N" # Buzen Maru
|
| 253 |
+
"QrMR8N" # Chikuzen Maru
|
| 254 |
+
"QrT8N" # Chikugo Maru
|
| 255 |
+
"�wMR8N" # Hizen Maru
|
| 256 |
+
"�wT8N" # Higo Maru
|
| 257 |
+
"Qr�T8N" # Chikushu Maru
|
| 258 |
+
"Qr�T8N" # Hyuga Maru
|
| 259 |
+
"'Y��8N" # Osumi Maru
|
| 260 |
+
"(�id8N" # Satsuma Maru
|
| 261 |
+
"(��T8N" # Sasshu Maru
|
| 262 |
+
}
|
| 263 |
+
army_names = {
|
| 264 |
+
"<SPR�Q" # Amago Gun
|
| 265 |
+
"$PROVINCE$�Q" # $PROVINCE$ Gun
|
| 266 |
+
"$PROVINCE$�R" # $PROVINCE$ Zei
|
| 267 |
+
"$PROVINCE$�V" # $PROVINCE$ Dan
|
| 268 |
+
}
|
| 269 |
+
fleet_names = {
|
| 270 |
+
"<SPR4l�Q" # Amago Suigun
|
| 271 |
+
"$PROVINCE$4l�Q" # $PROVINCE$ Suigun
|
| 272 |
+
"$PROVINCE$9��V" # $PROVINCE$ Sendan
|
| 273 |
+
"$PROVINCE$�" # $PROVINCE$ Tai
|
| 274 |
+
}
|
common/countries/Andalusia.txt
ADDED
|
@@ -0,0 +1,123 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = muslimgfx
|
| 3 |
+
color = { 240 230 155 }
|
| 4 |
+
revolutionary_colors = { 1 0 10 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
defensive_ideas
|
| 7 |
+
innovativeness_ideas
|
| 8 |
+
maritime_ideas
|
| 9 |
+
exploration_ideas
|
| 10 |
+
trade_ideas
|
| 11 |
+
diplomatic_ideas
|
| 12 |
+
economic_ideas
|
| 13 |
+
quality_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
mamluk_archer
|
| 17 |
+
mamluk_cavalry_charge
|
| 18 |
+
mamluk_duel
|
| 19 |
+
mamluk_musket_charge
|
| 20 |
+
muslim_mass_infantry
|
| 21 |
+
muslim_dragoon
|
| 22 |
+
ali_bey_reformed_infantry
|
| 23 |
+
}
|
| 24 |
+
monarch_names = {
|
| 25 |
+
"FzU؞�V #6" = 140 # Muhammad #6
|
| 26 |
+
"O.t�y #2" = 60 # Y�suf #2
|
| 27 |
+
"?�̑ #0" = 20 # 'Al� #0
|
| 28 |
+
"(�?��V #0" = 20 # Sa'd #0
|
| 29 |
+
"O�e�hS #2" = 10 # Isma'�l #2
|
| 30 |
+
"�ui�S #1" = 5 # Nasr #1
|
| 31 |
+
"?�jSjg�R aS̑�Y #0" = 0 # 'Abd al-Karim #0
|
| 32 |
+
"���f #0" = 0 # Ayman #0
|
| 33 |
+
"�T�baSyr #0" = 0 # Barakat #0
|
| 34 |
+
"+Rmt #0" = 0 # Basir #0
|
| 35 |
+
"��LN�V #0" = 0 # Dawud #0
|
| 36 |
+
"�l�T�V #0" = 0 # Fahd #0
|
| 37 |
+
"�l̑�e #0" = 0 # Faris #0
|
| 38 |
+
"�l��KQ #0" = 0 # Faruq #0
|
| 39 |
+
"9����e #0" = 0 # Firdaus #0
|
| 40 |
+
"�y?��V #0" = 0 # Fuad #0
|
| 41 |
+
"wm��S #0" = 0 # Haidar #0
|
| 42 |
+
"�T^�Y #0" = 0 # Hashim #0
|
| 43 |
+
"�w(��Y #0" = 0 # Husam #0
|
| 44 |
+
"OKQ�TS #0" = 0 # Iqbal #0
|
| 45 |
+
">��TS #0" = 0 # Jabbar #0
|
| 46 |
+
">��lS #0" = 0 # Ja'far #0
|
| 47 |
+
">�ȏ�R #0" = 0 # Jamal #0
|
| 48 |
+
"1gHY�V #0" = 0 # Junayd #0
|
| 49 |
+
"�T)RKQ #0" = 0 # Khaliq #0
|
| 50 |
+
"l�)RKQ #0" = 0 # Malik #0
|
| 51 |
+
"�fςS #0" = 0 # Mansur #0
|
| 52 |
+
"Fz�eTX�l #0" = 0 # Mustafa #0
|
| 53 |
+
"�u T^ #0" = 0 # Najib #0
|
| 54 |
+
"aS��Y #0" = 0 # Qasim #0
|
| 55 |
+
"�^i� #0" = 0 # Qusay #0
|
| 56 |
+
"�b^�Y #0" = 0 # Rahim #0
|
| 57 |
+
"�b^�V #0" = 0 # Rash�d #0
|
| 58 |
+
"(�� #0" = 0 # Safi #0
|
| 59 |
+
"^Xk�S #0" = 0 # Sakhr #0
|
| 60 |
+
"(�s|S #0" = 0 # Samir #0
|
| 61 |
+
"TX̑KQ #0" = 0 # Tariq #0
|
| 62 |
+
"LN�sS #0" = 0 # Umar #0
|
| 63 |
+
"�t^�V #0" = 0 # Wahid #0
|
| 64 |
+
"�g^S #0" = 0 # Zahir #0
|
| 65 |
+
"?���Z #0" = -1 # Aliya #0
|
| 66 |
+
"�l^�s #0" = -1 # Fahima #0
|
| 67 |
+
"wm�l #0" = -1 # Haifa #0
|
| 68 |
+
}
|
| 69 |
+
leader_names = {
|
| 70 |
+
"O,g ?�jSjg�R �bk��f" # Ibn Abd al-Rahman
|
| 71 |
+
"O,g ?��T�V" # Ibn Abbad
|
| 72 |
+
"O,g ?�jSjg�b" # Ibn Abd Allah
|
| 73 |
+
"O,g ?��k �T+Y�e" # Ibn Abi Hafs
|
| 74 |
+
"O,g-?�Nb�" # Ibn al-Azafi
|
| 75 |
+
"O,g ?�̑" # Ibn Ali
|
| 76 |
+
"O,g�TNW" # Ibn Hakan
|
| 77 |
+
"O,g �TFz�V" # Ibn Hammud
|
| 78 |
+
"O,g wm(��Y" # Ibn Hisam
|
| 79 |
+
"O,g �Oi��V" # Ibn Husayn
|
| 80 |
+
"O,g O�V̑�e" # Ibn Idris
|
| 81 |
+
"O,g O�lKQ" # Ibn Ishaq
|
| 82 |
+
"O,g O�e�s�N" # Ibn Isma'il
|
| 83 |
+
"O,g ��S�e" # Ibn Marwan
|
| 84 |
+
"O,g FzU؞�V" # Ibn Muhammad
|
| 85 |
+
"O,g �u�eS" # Ibn Nasr
|
| 86 |
+
"O,g aS��Y" # Ibn Qasim
|
| 87 |
+
"O,g (�S" # Ibn Sa'd
|
| 88 |
+
"O,g �f" # Ibn Sulayman
|
| 89 |
+
"O,g eYl�S" # Ibn Umar
|
| 90 |
+
"O,g LN�h" # Ibn Ummay
|
| 91 |
+
"O,g eYl�S" # Ibn Utman
|
| 92 |
+
"O,g �N�lS" # Ibn Ya'far
|
| 93 |
+
"O,g i�IN+Y" # Ibn Yahy�
|
| 94 |
+
"O,g O.t�y" # Ibn Yusuf
|
| 95 |
+
}
|
| 96 |
+
ship_names = {
|
| 97 |
+
"FzU؞�V�O,g��u�eS" # Muhammed ibn Nasr
|
| 98 |
+
"FzU؞�V" # Muhammed al-Faqih
|
| 99 |
+
"FzU؞�V NN" # Muhammed III
|
| 100 |
+
"�u�eS" # Nasr
|
| 101 |
+
"O�e�s�NNN" # Ismail I
|
| 102 |
+
"FzU؞�V�VN" # Muhammed IV
|
| 103 |
+
"O.t�yNN" # Yusuf I
|
| 104 |
+
"FzU؞�V�NN" # Muhammed V
|
| 105 |
+
"O�e�s�N�NN" # Ismail II
|
| 106 |
+
"FzU؞�VmQN" # Muhammed VI
|
| 107 |
+
"O.t�y�NN" # Yusuf II
|
| 108 |
+
"FzU؞�VNN" # Muhammed VII
|
| 109 |
+
"O.t�y NN" # Yusuf III
|
| 110 |
+
"FzU؞�VkQN" # Muhammed VIII
|
| 111 |
+
"FzU؞�VkNN" # Muhammed IX
|
| 112 |
+
"O.t�y�VN" # Yusuf IV
|
| 113 |
+
"O.t�y�NN" # Yusuf V
|
| 114 |
+
"FzU؞�VASN" # Muhammed X
|
| 115 |
+
}
|
| 116 |
+
army_names = {
|
| 117 |
+
"$PROVINCE$KN�Q" # Jaish Al $PROVINCE$
|
| 118 |
+
}
|
| 119 |
+
fleet_names = {
|
| 120 |
+
"?�S�lpQwm-N�" # Alboran Sea Squadron
|
| 121 |
+
"�T)R?�̑wm-N�" # Balaeric Sea Squadron
|
| 122 |
+
"TX̑KQqSR0��" # Jabal Tariq Squadron
|
| 123 |
+
}
|
common/countries/Andhra.txt
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: See the Name of this File.
|
| 2 |
+
graphical_culture = indiangfx
|
| 3 |
+
color = { 47 132 124 }
|
| 4 |
+
revolutionary_colors = { 10 8 10 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
religious_ideas
|
| 7 |
+
offensive_ideas
|
| 8 |
+
trade_ideas
|
| 9 |
+
quantity_ideas
|
| 10 |
+
defensive_ideas
|
| 11 |
+
economic_ideas
|
| 12 |
+
diplomatic_ideas
|
| 13 |
+
spy_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
indian_footsoldier
|
| 17 |
+
indian_archers
|
| 18 |
+
indian_arquebusier
|
| 19 |
+
sikh_hit_and_run
|
| 20 |
+
indian_rifle
|
| 21 |
+
tipu_sultan_rocket
|
| 22 |
+
}
|
| 23 |
+
monarch_names = {
|
| 24 |
+
"?����Y #2" = 30 # Anavota #2
|
| 25 |
+
"?���.Tid #2" = 30 # Anavema #2
|
| 26 |
+
".�idWw�S #2" = 30 # Kumaragiri #2
|
| 27 |
+
"nf�b�b�N�ul� #1" = 30 # Prolaya Vema #1
|
| 28 |
+
"�Y6w.Tid #0" = 30 # Kataya Vema #0
|
| 29 |
+
"nf�b�b�N�ul� #0" = 30 # Pedakomati Vema #0
|
| 30 |
+
"�b�g�ul� #0" = 30 # Racha Vema #0
|
| 31 |
+
"�WN� #0" = 30 # Allada #0
|
| 32 |
+
"�w�c�e �WN� #0" = 30 # Gondesi Allada #0
|
| 33 |
+
"�kWFZYW #0" = 30 # Veerabhadra #0
|
| 34 |
+
"�c�t��ˍ�f #0" = 0 # Devendravarman #0
|
| 35 |
+
"?���Yˍ�f #0" = 0 # Anantavarman #0
|
| 36 |
+
"?�WS�R #0" = 0 # Ananga #0
|
| 37 |
+
"�kid #0" = 0 # Bhima #0
|
| 38 |
+
"��W�PË #0" = 0 # Narasimha #0
|
| 39 |
+
"FZtY #0" = 0 # Bhanu #0
|
| 40 |
+
"��W�^ #0" = 0 # Narayan #0
|
| 41 |
+
"<h�v�u�e #0" = 0 # Gopinath #0
|
| 42 |
+
"|iN�W #0" = 0 # Rudra #0
|
| 43 |
+
"mr�QN� #0" = 0 # Mukunda #0
|
| 44 |
+
"�V�U #0" = 0 # Bira #0
|
| 45 |
+
"�KOY #0" = 0 # Jagat #0
|
| 46 |
+
"(�^jS #0" = 0 # Saheb #0
|
| 47 |
+
".�id #0" = 0 # Kumar #0
|
| 48 |
+
" T̑�bpg .�id)R #0" = -1 # Giriraj Kumari #0
|
| 49 |
+
"ς�bTXg�e<S �c�k #0" = -1 # Suratarangini Devi #0
|
| 50 |
+
"��̑mt�b�k�h6w #0" = -1 # Krishnapriya #0
|
| 51 |
+
"�k�R=r���h6w #0" = -1 # Bishnupriya #0
|
| 52 |
+
"^�7Y�V �c�k #0" = -1 # Tikayet Devi #0
|
| 53 |
+
}
|
| 54 |
+
leader_names = {
|
| 55 |
+
"�u�bl�" # Velama
|
| 56 |
+
"���" # Reddy
|
| 57 |
+
"b�u" # Gona
|
| 58 |
+
"��" # Rai
|
| 59 |
+
"u�u�N" # Gannaiah
|
| 60 |
+
"WO" # Roy
|
| 61 |
+
"�R���t" # Ambadeva
|
| 62 |
+
"Xo���t" # Pandava
|
| 63 |
+
"�b�g" # Racha
|
| 64 |
+
"ς)R6wˍI�" # Suryavamsa
|
| 65 |
+
}
|
| 66 |
+
ship_names = {
|
| 67 |
+
"W9R" # Rakshasa
|
| 68 |
+
"���R" # Naga
|
| 69 |
+
"Wzw" # Rahu
|
| 70 |
+
"���T" # Hidimba
|
| 71 |
+
"�b>����V̑" # Rajahmundry
|
| 72 |
+
"l�ς̑�s�VWS" # Masulipatnam
|
| 73 |
+
"fkcR�N�u�R�b��" # Vizianagaram
|
| 74 |
+
"�b�V�g��" # Rachakonda
|
| 75 |
+
"�V�t�b�yi`��" # Devarakonda
|
| 76 |
+
"�tg�RS" # Warangal
|
| 77 |
+
"�Y6w" # Kataya
|
| 78 |
+
".�id" # Kumar
|
| 79 |
+
"?���Yˍ�f" # Anantavarman
|
| 80 |
+
"�bzc�" # Konark
|
| 81 |
+
"K�T�m-V" # Lakshmi
|
| 82 |
+
"�T���t̑" # Godavari
|
| 83 |
+
"�kntY���h6w" # Bishnupriya
|
| 84 |
+
"��W�c�l" # Paradeep
|
| 85 |
+
"�qS^ysY" # Parvati
|
| 86 |
+
"��̑mt�b�k�h6w" # Krishnapriya
|
| 87 |
+
"�b��" # Radha
|
| 88 |
+
"ZW�RO�^�l" # Sarasvati
|
| 89 |
+
"(�TX^��" # Satapada
|
| 90 |
+
}
|
common/countries/Ando.txt
ADDED
|
@@ -0,0 +1,263 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = asiangfx
|
| 3 |
+
color = { 200 85 84 }
|
| 4 |
+
revolutionary_colors = { 4 0 4 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
offensive_ideas
|
| 7 |
+
defensive_ideas
|
| 8 |
+
naval_ideas
|
| 9 |
+
trade_ideas
|
| 10 |
+
quality_ideas
|
| 11 |
+
spy_ideas
|
| 12 |
+
diplomatic_ideas
|
| 13 |
+
administrative_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
japanese_archer
|
| 17 |
+
eastern_bow
|
| 18 |
+
japanese_footsoldier
|
| 19 |
+
japanese_samurai
|
| 20 |
+
asian_arquebusier
|
| 21 |
+
asian_charge_cavalry
|
| 22 |
+
asian_mass_infantry
|
| 23 |
+
asian_musketeer
|
| 24 |
+
reformed_asian_musketeer
|
| 25 |
+
reformed_asian_cavalry
|
| 26 |
+
}
|
| 27 |
+
monarch_names = {
|
| 28 |
+
"�cR #0" = 50 # Sadasue #0
|
| 29 |
+
"�cR #0" = 50 # Shugesue #0
|
| 30 |
+
"�lcR #0" = 50 # Norisue #0
|
| 31 |
+
"�RcR #0" = 50 # Munesue #0
|
| 32 |
+
"-fcR #0" = 50 # Akisue #0
|
| 33 |
+
"�vcR #0" = 50 # Morisue #0
|
| 34 |
+
"�^cR #0" = 50 # Yasusue #0
|
| 35 |
+
"INcR #0" = 50 # Yoshisue #0
|
| 36 |
+
"?ecR #0" = 50 # Masasue #0
|
| 37 |
+
"�VcR #0" = 50 # Tadasue #0
|
| 38 |
+
"�RcR #0" = 50 # Hirosue #0
|
| 39 |
+
"�cR #0" = 50 # Kiyosue #0
|
| 40 |
+
"�NcR #0" = 50 # Chikasue #0
|
| 41 |
+
"�RcR #0" = 50 # Sanesue #0
|
| 42 |
+
"�OcR #0" = 50 # Toshisue #0
|
| 43 |
+
"��cR #0" = 50 # Terusue #0
|
| 44 |
+
"�RcR #0" = 50 # Nobusue #0
|
| 45 |
+
"'ScR #0" = 50 # Takasue #0
|
| 46 |
+
"cw #0" = -5 # Toku #0
|
| 47 |
+
"CS #0" = -5 # Sen #0
|
| 48 |
+
"�s #0" = -5 # Tama #0
|
| 49 |
+
"�u #0" = -5 # Aya #0
|
| 50 |
+
"Iz #0" = -5 # Ina #0
|
| 51 |
+
}
|
| 52 |
+
leader_names = { # Daimyo names
|
| 53 |
+
"d��g" # Akamatsu
|
| 54 |
+
"fzf" # Akechi
|
| 55 |
+
"��)R" # Ashikaga
|
| 56 |
+
"<SPR" # Amago
|
| 57 |
+
"�N�g" # Kyogoku
|
| 58 |
+
"mQ҉" # Rokkaku
|
| 59 |
+
"g�N" # Asakura
|
| 60 |
+
"EmΑ" # Asano
|
| 61 |
+
"?�ς" # Aso
|
| 62 |
+
"��Rb�" # Chosokabe
|
| 63 |
+
"O��" # Date
|
| 64 |
+
"���H�" # Hachisuka
|
| 65 |
+
"`uqS" # Hatakeyama
|
| 66 |
+
"Sag" # Hojo
|
| 67 |
+
"�u�T" # Hosokawa
|
| 68 |
+
"Nag" # Ichijo
|
| 69 |
+
"�k0u" # Keda
|
| 70 |
+
"�N�T" # Imagawa
|
| 71 |
+
"Nr�" # Isshiki
|
| 72 |
+
"ON" # Ito
|
| 73 |
+
"^y�O" # Jinbo
|
| 74 |
+
"ʃ`l" # Kikuchi
|
| 75 |
+
"�lΑ" # Kono
|
| 76 |
+
"MR0u" # Maeda
|
| 77 |
+
"�g8l" # Matsunaga
|
| 78 |
+
" NQg" # Mimura
|
| 79 |
+
" N�Y" # Miyoshi
|
| 80 |
+
"gN" # Mogami
|
| 81 |
+
"�k)R" # Mori
|
| 82 |
+
"��S" # Nabeshima
|
| 83 |
+
"�>S" # Nagao
|
| 84 |
+
"�u0u" # Oda
|
| 85 |
+
"S.r�S" # Ogasawara
|
| 86 |
+
"'Y�S" # Otomo
|
| 87 |
+
"'Y�Q" # Ouchi
|
| 88 |
+
"��.��R" # Ryuzoji
|
| 89 |
+
"�vo�" # Sagara
|
| 90 |
+
"�e�" # Saito
|
| 91 |
+
"w0u" # Sanada
|
| 92 |
+
"PO�z" # Satake
|
| 93 |
+
"̑��" # Satomi
|
| 94 |
+
"�e�l" # Shiba
|
| 95 |
+
"�g0u" # Shibata
|
| 96 |
+
"�S%m" # Shimazu
|
| 97 |
+
"S0�" # Shoni
|
| 98 |
+
"fk0u" # Takeda
|
| 99 |
+
"W�S" # Toki
|
| 100 |
+
"�V�T" # Tokugawa
|
| 101 |
+
"�gs^" # Matsudaira
|
| 102 |
+
"0N�" # Toyotomi
|
| 103 |
+
"Rr�N" # Tsutsui
|
| 104 |
+
"NIg" # Uesugi
|
| 105 |
+
"fmN" # Uragami
|
| 106 |
+
"qST" # Yamana
|
| 107 |
+
"qS�Q" # Yamauchi # Ando Flavor
|
| 108 |
+
"�RN" # Ando
|
| 109 |
+
"�RN" # Ando
|
| 110 |
+
"�RN" # Ando
|
| 111 |
+
"�RN" # Ando
|
| 112 |
+
"�RN" # Ando
|
| 113 |
+
"�RN" # Ando
|
| 114 |
+
"�RN" # Ando
|
| 115 |
+
"�RN" # Ando
|
| 116 |
+
"�RN" # Ando
|
| 117 |
+
"�RN" # Ando
|
| 118 |
+
"�RN" # Ando
|
| 119 |
+
"�RN" # Ando
|
| 120 |
+
"�RN" # Ando
|
| 121 |
+
"�RN" # Ando
|
| 122 |
+
"�RN" # Ando
|
| 123 |
+
"�y0u" # Akita
|
| 124 |
+
"�y0u" # Akita
|
| 125 |
+
"�y0u" # Akita
|
| 126 |
+
"�y0u" # Akita
|
| 127 |
+
"�y0u" # Akita # Regional names:Tohoku
|
| 128 |
+
"�gMR" # Matsumae
|
| 129 |
+
"%m��" # Tsugaru
|
| 130 |
+
"jm�Q" # Namioka
|
| 131 |
+
"�e�l" # Shiba
|
| 132 |
+
"WS�" # Nanbu
|
| 133 |
+
"kN7b" # Kunohe
|
| 134 |
+
"�T�" # Kudo
|
| 135 |
+
"?��f�l" # Asonuma
|
| 136 |
+
"�TH�" # Waga
|
| 137 |
+
"ў�l" # Kurosawa
|
| 138 |
+
"(g0u" # Kita
|
| 139 |
+
"NX" # Hei
|
| 140 |
+
"�T�" # Kasai
|
| 141 |
+
"�N6�X" # Nikaido
|
| 142 |
+
"'YT" # Osaki
|
| 143 |
+
"���" # Sudo
|
| 144 |
+
"Yu�R" # Rusu
|
| 145 |
+
"Gr�N" # Katakura
|
| 146 |
+
"l�R" # Ujiie
|
| 147 |
+
"Yu�R" # Rusu
|
| 148 |
+
"ў�T" # Kurokawa
|
| 149 |
+
"�Nt" # Watari
|
| 150 |
+
"��^" # Moniwa
|
| 151 |
+
"�VR" # Kokubun
|
| 152 |
+
"�v�w" # Shiraishi
|
| 153 |
+
"�" # Endo
|
| 154 |
+
"�y0u" # Akita
|
| 155 |
+
"Em)R" # Asari
|
| 156 |
+
"SΑ�R" # Onodera
|
| 157 |
+
"7b�l" # Tozawa
|
| 158 |
+
"�vT" # Yuri
|
| 159 |
+
"�NH��O" # Nikaho
|
| 160 |
+
"gN" # Mogami
|
| 161 |
+
")Y�z" # Tendo
|
| 162 |
+
"���^" # Sakenobe
|
| 163 |
+
"�R�lml" # Sagae
|
| 164 |
+
"'Y�R�R" # Daihoji
|
| 165 |
+
"oi�Q" # Tateoka
|
| 166 |
+
"O��" # Date
|
| 167 |
+
"0uQg" # Tamura
|
| 168 |
+
"�w�T" # Ishikawa
|
| 169 |
+
"'Y�Q" # Ouchi
|
| 170 |
+
"`uqS" # Hatakeyama
|
| 171 |
+
"ǂT" # Ashina
|
| 172 |
+
"*sׂ�N" # Inawashiro
|
| 173 |
+
"�ul�" # Soma
|
| 174 |
+
"PO�" # Sato
|
| 175 |
+
"�S�W" # Iwaki
|
| 176 |
+
"�v�l" # Shirakawa
|
| 177 |
+
"ёN" # Kanagami
|
| 178 |
+
}
|
| 179 |
+
ship_names = {
|
| 180 |
+
"F�eY8N" # Mutsu Maru
|
| 181 |
+
"�Q�8N" # Dewa Maru
|
| 182 |
+
"NΑ8N" # Shimotsuke Maru
|
| 183 |
+
"8^F�8N" # Hitachi Maru
|
| 184 |
+
"NI`8N" # Kazusa Maru
|
| 185 |
+
"NI`8N" # Shimousa Maru
|
| 186 |
+
"fkυ8N" # Musashi Maru
|
| 187 |
+
"NΑ8N" # Kozuke Maru
|
| 188 |
+
"OF�8N" # Izu Maru
|
| 189 |
+
"��T8N" # Echigo Maru
|
| 190 |
+
"��-N8N" # Ettchu Maru
|
| 191 |
+
"�RH�8N" # Kaga Maru
|
| 192 |
+
"�w�v8N" # Noto Maru
|
| 193 |
+
"���l8N" # Suruga Maru
|
| 194 |
+
"ml8N" # Totomi Maru
|
| 195 |
+
"N�T8N" # Joshu Maru
|
| 196 |
+
"�T8N" # Enshu Maru
|
| 197 |
+
"fk�T8N" # Bushu Maru
|
| 198 |
+
"���T8N" # Esshu Maru
|
| 199 |
+
" N�l8N" # Mikawa Maru
|
| 200 |
+
"��T8N" # Ushu Maru
|
| 201 |
+
"�v�T8N" # Soushu Maru
|
| 202 |
+
"2��T8N" # Boushu Maru
|
| 203 |
+
"2u�e8N" # Kai Maru
|
| 204 |
+
"�O�T8N" # Shinshu Maru
|
| 205 |
+
"2u�T8N" # Koshu Maru
|
| 206 |
+
">S.V8N" # Owari Maru
|
| 207 |
+
">S�T8N" # Bishu Maru
|
| 208 |
+
"�Sm8N" # Mino Maru
|
| 209 |
+
"��MR8N" # Echizen Maru
|
| 210 |
+
"O�R8N" # Ise Maru
|
| 211 |
+
"�Vid8N" # Shima Maru
|
| 212 |
+
"яml8N" # Omi Maru
|
| 213 |
+
"ml�T8N" # Goushu Maru
|
| 214 |
+
"qS�W8N" # Yamashiro Maru
|
| 215 |
+
"��r8N" # Wakasa Maru
|
| 216 |
+
"9N�l8N" # Tanba Maru
|
| 217 |
+
"9NT8N" # Tango Maru
|
| 218 |
+
"'Y�T8N" # Yamato Maru
|
| 219 |
+
"�uO8N" # Kii Maru
|
| 220 |
+
"�u�T8N" # Kishu Maru
|
| 221 |
+
"OH�8N" # Iga Maru
|
| 222 |
+
"?��l8N" # Awa Maru
|
| 223 |
+
"^��S8N" # Sanuki Maru
|
| 224 |
+
"WPO8N" # Tosa Maru
|
| 225 |
+
"O�N8N" # Iyo Maru
|
| 226 |
+
"�d�x8N" # Harima Maru
|
| 227 |
+
"�d�T8N" # Banshu Maru
|
| 228 |
+
"=Ow8N" # Hoki Maru
|
| 229 |
+
"�Va^8N" # Inaba Maru
|
| 230 |
+
"YMR8N" # Bizen Maru
|
| 231 |
+
"�jO�R8N" # Mimasaka Maru
|
| 232 |
+
"Y�T8N" # Binshu Maru
|
| 233 |
+
"YT8N" # Bingo Maru
|
| 234 |
+
"Y-N8N" # Bittchu Maru
|
| 235 |
+
"�Rz�8N" # Aki Maru
|
| 236 |
+
"�Q�N8N" # Izumo Maru
|
| 237 |
+
"�w��8N" # Iwami Maru
|
| 238 |
+
"hT2�8N" # Suou Maru
|
| 239 |
+
"��8N" # Nagato Maru
|
| 240 |
+
"0NT8N" # Bungo Maru
|
| 241 |
+
"0NMR8N" # Buzen Maru
|
| 242 |
+
"QrMR8N" # Chikuzen Maru
|
| 243 |
+
"QrT8N" # Chikugo Maru
|
| 244 |
+
"�wMR8N" # Hizen Maru
|
| 245 |
+
"�wT8N" # Higo Maru
|
| 246 |
+
"Qr�T8N" # Chikushu Maru
|
| 247 |
+
"�eT8N" # Hyuga Maru
|
| 248 |
+
"'Y��8N" # Osumi Maru
|
| 249 |
+
"(�id8N" # Satsuma Maru
|
| 250 |
+
"(��T8N" # Sasshu Maru
|
| 251 |
+
}
|
| 252 |
+
army_names = {
|
| 253 |
+
"�RN�Q" # Ando Gun
|
| 254 |
+
"$PROVINCE$�Q" # $PROVINCE$ Gun
|
| 255 |
+
"$PROVINCE$�R" # $PROVINCE$ Zei
|
| 256 |
+
"$PROVINCE$�V" # $PROVINCE$ Dan
|
| 257 |
+
}
|
| 258 |
+
fleet_names = {
|
| 259 |
+
"�RN4l�Q" # Ando Suigun
|
| 260 |
+
"$PROVINCE$4l�Q" # $PROVINCE$ Suigun
|
| 261 |
+
"$PROVINCE$9��V" # $PROVINCE$ Sendan
|
| 262 |
+
"$PROVINCE$�" # $PROVINCE$ Tai
|
| 263 |
+
}
|
common/countries/AngevinEmpire.txt
ADDED
|
@@ -0,0 +1,784 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = westerngfx
|
| 3 |
+
color = { 110 0 140 }
|
| 4 |
+
revolutionary_colors = { 2 0 10 }
|
| 5 |
+
historical_score = 6550
|
| 6 |
+
historical_idea_groups = {
|
| 7 |
+
administrative_ideas
|
| 8 |
+
exploration_ideas
|
| 9 |
+
quality_ideas
|
| 10 |
+
maritime_ideas
|
| 11 |
+
economic_ideas
|
| 12 |
+
expansion_ideas
|
| 13 |
+
trade_ideas
|
| 14 |
+
naval_ideas
|
| 15 |
+
}
|
| 16 |
+
historical_units = {
|
| 17 |
+
western_medieval_infantry
|
| 18 |
+
chevauchee
|
| 19 |
+
western_longbow
|
| 20 |
+
gaelic_mercenary
|
| 21 |
+
gaelic_free_shooter
|
| 22 |
+
french_caracolle
|
| 23 |
+
irish_charge
|
| 24 |
+
anglofrench_line
|
| 25 |
+
french_dragoon
|
| 26 |
+
british_redcoat
|
| 27 |
+
british_hussar
|
| 28 |
+
british_square
|
| 29 |
+
mixed_order_infantry
|
| 30 |
+
open_order_cavalry
|
| 31 |
+
napoleonic_square
|
| 32 |
+
napoleonic_lancers
|
| 33 |
+
}
|
| 34 |
+
monarch_names = {
|
| 35 |
+
"TN�l #0" = 60 # George #0
|
| 36 |
+
"�R�Y #0" = -15 # Anne #0
|
| 37 |
+
"V���V̑KQ #0" = 15 # Frederick #0
|
| 38 |
+
"1r�VNS #5" = 10 # Edward #5
|
| 39 |
+
"Z�^ #3" = 10 # William #3
|
| 40 |
+
"Z�^ #3 �N)R" = 10 # William #3 Henry
|
| 41 |
+
"?�SV���V #1" = 10 # Alfred #1
|
| 42 |
+
"?�S�V�e #0" = 10 # Adolphus #0
|
| 43 |
+
"eY�S�eTX�e #0" = 10 # Augustus #0
|
| 44 |
+
"�W�Q�eyr #0 eY�S�eTX�e" = 10 # Ernest #0 Augustus
|
| 45 |
+
"V���V̑KQ #0 eY�S�eTX�e" = 10 # Frederick #0 Augustus
|
| 46 |
+
"V���V̑KQ #0 Z�^" = 10 # Frederick #0 William
|
| 47 |
+
"TN�l #0 Z�^" = 10 # George #0 William
|
| 48 |
+
"l�KQ�s|)R�R #0" = 10 # Maximilian #0
|
| 49 |
+
"KS'Y�u #0" = 10 # Octavius #0
|
| 50 |
+
"�N)R #8" = 5 # Henry #8
|
| 51 |
+
"t�g�V #3" = 5 # Richard #3
|
| 52 |
+
"�gS�e #2" = 5 # Charles #2
|
| 53 |
+
"y��Y�e #2" = 5 # James #2
|
| 54 |
+
"�NSV #0" = 0 # Adam #0
|
| 55 |
+
"�N�SqS'Y #0" = 0 # Alexander #0
|
| 56 |
+
"�R^W�e #0" = 0 # Ambrose #0
|
| 57 |
+
"�R�V�� #0" = 0 # Andrew #0
|
| 58 |
+
"�RN<S #0" = 0 # Anthony #0
|
| 59 |
+
"?�GYZSS�V #0" = 0 # Archibald #0
|
| 60 |
+
"�Nmt #0" = 0 # Arthur #0
|
| 61 |
+
",gpgf #0" = 0 # Benjamin #0
|
| 62 |
+
"KQ̑�e���R #0" = 0 # Christian #0
|
| 63 |
+
"KQ̑�eXbV #0" = 0 # Christopher #0
|
| 64 |
+
"9N<SS #0" = 0 # Daniel #0
|
| 65 |
+
"'YkS #0" = 0 # David #0
|
| 66 |
+
"�W�V�R #0" = 0 # Edgar #0
|
| 67 |
+
"Vg��e #0" = 0 # Francis #0
|
| 68 |
+
"pgV̑ #0" = 0 # Geoffrey #0
|
| 69 |
+
"�vO #0" = 0 # Guy #0
|
| 70 |
+
"��b�w #0" = 0 # Horatio #0
|
| 71 |
+
"O #0" = 0 # Hugh #0
|
| 72 |
+
"��(�KQ #0" = 0 # Isaac #0
|
| 73 |
+
"ŖT^ #0" = 0 # Jacob #0
|
| 74 |
+
"pg̑s| #0" = 0 # Jeremy #0
|
| 75 |
+
"TN�u�h #0" = 0 # Jonathan #0
|
| 76 |
+
"�u� #0" = 0 # John #0
|
| 77 |
+
"�umt+Y #0" = 0 # Joseph #0
|
| 78 |
+
"�R&O�e #0" = 0 # Lawrence #0
|
| 79 |
+
"l��O #0" = 0 # Matthew #0
|
| 80 |
+
"<Sk�ȏ�N #0" = 0 # Nehemiah #0
|
| 81 |
+
"eY)RV #0" = 0 # Oliver #0
|
| 82 |
+
"^X*S #0" = 0 # Samuel #0
|
| 83 |
+
"�`<S #0" = 0 # Sydney #0
|
| 84 |
+
"Xbl��e #0" = 0 # Thomas #0
|
| 85 |
+
")n�e� #0" = 0 # Winston #0
|
| 86 |
+
"�r #0" = -1 # Jane #0
|
| 87 |
+
"�s<hKNyr #0" = -5 # Margaret #0
|
| 88 |
+
"�uY)R�N #0" = -1 # Victoria #0
|
| 89 |
+
"�sKN #0" = -5 # Mary #0
|
| 90 |
+
"OKN���v #0" = -5 # Elisabeth #0
|
| 91 |
+
}
|
| 92 |
+
leader_names = {
|
| 93 |
+
"?�S�kl�S" # Albemarle
|
| 94 |
+
"?�؞�eyr" # Amherst
|
| 95 |
+
"�R�h" # Anson
|
| 96 |
+
"�vёIl" # Buckingham
|
| 97 |
+
"^�bYKQ" # Braddock
|
| 98 |
+
"�b&O" # Byron
|
| 99 |
+
"=Ob�V" # Burgoyne
|
| 100 |
+
"����e�y�V" # Beresford
|
| 101 |
+
"^WKQ" # Brock
|
| 102 |
+
",gZS" # Benbow
|
| 103 |
+
"^��KQ" # Blake
|
| 104 |
+
"��V�y�V" # Bedford
|
| 105 |
+
"ZS�e�yi`" # Boscawen
|
| 106 |
+
"�T��" # Baffin
|
| 107 |
+
"�T�" # Button
|
| 108 |
+
"KQ�b&O�e" # Clarence
|
| 109 |
+
"�V KQ)R�y�V" # de Clifford
|
| 110 |
+
"KQ&OZS" # Cromwell
|
| 111 |
+
"NW=OpQ" # Cumberland
|
| 112 |
+
"KQ�g�" # Clinton
|
| 113 |
+
"�^�l)R�e" # Cornwallis
|
| 114 |
+
"KQ��+Y" # Clive
|
| 115 |
+
"aS=Oyr" # Cabot
|
| 116 |
+
"aSS�" # Carleton
|
| 117 |
+
"aS�e��N" # Cavendish
|
| 118 |
+
"�^KQ" # Cook
|
| 119 |
+
"N TS" # Churchill
|
| 120 |
+
"9N�vS" # Dampier
|
| 121 |
+
"4b�u�e" # Davis
|
| 122 |
+
"�V��KQ" # Drake
|
| 123 |
+
"�W^XKQ�e" # Essex
|
| 124 |
+
"9�S�lKQ�e" # Fairfax
|
| 125 |
+
"VW�k�" # Frobisher
|
| 126 |
+
"<hm�eyr" # Gloucester
|
| 127 |
+
" TS=Oyr" # Gilbert
|
| 128 |
+
"j�" # Howe
|
| 129 |
+
"�NS�V" # Howard
|
| 130 |
+
"k�=Oyr" # Herbert
|
| 131 |
+
"�KQ" # Hawke
|
| 132 |
+
"�w�V" # Hood
|
| 133 |
+
"ў�e�^�e" # Hastings
|
| 134 |
+
"�T�VYR" # Hudson
|
| 135 |
+
"���eyr" # Leicester
|
| 136 |
+
"s|�VS�" # Middleton
|
| 137 |
+
"FzS" # Moore
|
| 138 |
+
"���h=OpQ" # Northumberland
|
| 139 |
+
"���yKQ" # Norfolk
|
| 140 |
+
"nfWKQyr" # Procter
|
| 141 |
+
"��KQ" # Rooke
|
| 142 |
+
"W�V<S" # Rodney
|
| 143 |
+
"W)R" # Raleigh
|
| 144 |
+
"0tSyQ=Ȏ" # Salisbury
|
| 145 |
+
"(�؞^Xyr" # Somerset
|
| 146 |
+
"(��yKQ" # Suffolk
|
| 147 |
+
"Qh�V�e" # Saunders
|
| 148 |
+
"�S�R�e" # Smith
|
| 149 |
+
"TXSZSyr" # Talbot
|
| 150 |
+
"TXS�" # Tarleton
|
| 151 |
+
"?�KQ�e^̑GY" # Uxbridge
|
| 152 |
+
"�l̑KQ" # Warwick
|
| 153 |
+
"�lS+Y" # Wolfe
|
| 154 |
+
"�uKQ" # York
|
| 155 |
+
}
|
| 156 |
+
ship_names = {
|
| 157 |
+
"?��k�<S�N" # Abyssinia
|
| 158 |
+
"?��U t�e" # Achilles
|
| 159 |
+
"ZW�Q" # Adamant
|
| 160 |
+
"O��" # Advantage
|
| 161 |
+
"�Qi�" # Adventure
|
| 162 |
+
"�VJT" # Advice
|
| 163 |
+
"?�^�)R�R" # Africa
|
| 164 |
+
"?�KO��Q" # Agamemnon
|
| 165 |
+
"?��R�e" # Agase
|
| 166 |
+
"?�ё�^S" # Agincourt
|
| 167 |
+
"�c�R" # Aid
|
| 168 |
+
"�W?��e" # Ajax
|
| 169 |
+
"?�S�kl�S" # Albemarle
|
| 170 |
+
"?�S�kf" # Albion
|
| 171 |
+
"?�SP��V" # Alcide
|
| 172 |
+
"?�S�V^��" # Aldborough
|
| 173 |
+
"�N�SqS'Y" # Alexander
|
| 174 |
+
"�N�SqS'Y̑�N" # Alexandria
|
| 175 |
+
"?�SV���V" # Alfred
|
| 176 |
+
"�)RZW" # America
|
| 177 |
+
"?�s|��" # Amity
|
| 178 |
+
"�R�V��" # Andrew
|
| 179 |
+
"�R<hS�" # Anglesea
|
| 180 |
+
"�R�Y" # Anne
|
| 181 |
+
"�R�Y��RpQyr" # Anne Gallant
|
| 182 |
+
"�R�h" # Anson
|
| 183 |
+
"TrY" # Answer
|
| 184 |
+
"��" # Antelope
|
| 185 |
+
"�p�V" # Ardent
|
| 186 |
+
"�mёw" # Argonaut
|
| 187 |
+
"?��vS" # Argyll
|
| 188 |
+
"�v�R�e�" # Ark Royal
|
| 189 |
+
"b0�" # Armada
|
| 190 |
+
"�Pba" # Arrogant
|
| 191 |
+
"?��c�T" # Artigo
|
| 192 |
+
"�N�u�N" # Asia
|
| 193 |
+
"�c�R" # Assistance
|
| 194 |
+
"Tw�u" # Association
|
| 195 |
+
"�O��" # Assurance
|
| 196 |
+
"��V" # Atlas
|
| 197 |
+
"�w'Y" # Audacious
|
| 198 |
+
"eY�S�eyr" # August
|
| 199 |
+
"eY�S�eTX" # Augusta
|
| 200 |
+
"<h�gZ�l�v�����b" # Barbara of Greenwich
|
| 201 |
+
"�TS+Y�R" # Barfleur
|
| 202 |
+
"�T�R�Y" # Barham
|
| 203 |
+
"^&OKN�" # Bark of Bullen
|
| 204 |
+
"�����eKN�" # Bark of Murless
|
| 205 |
+
"���" # Basing
|
| 206 |
+
"�q" # Bear
|
| 207 |
+
"wm�r" # Beaver
|
| 208 |
+
"��V�y�V" # Bedford
|
| 209 |
+
"���S" # Belleisle
|
| 210 |
+
"�g�RW0N" # Bellerophon
|
| 211 |
+
"�Yb" # Belliqueux
|
| 212 |
+
"b�NsY^y" # Bellona
|
| 213 |
+
",gZS" # Benbow
|
| 214 |
+
"�̑KQ" # Berwick
|
| 215 |
+
"�b�V�y�V" # Bideford
|
| 216 |
+
"ў9�" # Black Bark
|
| 217 |
+
"ўir" # Black Bull
|
| 218 |
+
"ў�r" # Black Dog
|
| 219 |
+
"ў^" # Black Galley
|
| 220 |
+
"ў�" # Black Pinnace
|
| 221 |
+
"ў*YPR" # Black Prince
|
| 222 |
+
"ўr��r0k" # Black Rave
|
| 223 |
+
"ў�pp�" # Black Spread Eagle
|
| 224 |
+
"^��KQidSsY�X" # Blackamoor Lady
|
| 225 |
+
"^��KQ�lS" # Blackwall
|
| 226 |
+
"^��KQ" # Blake
|
| 227 |
+
"^&Owm�Y" # Blenheim
|
| 228 |
+
"ZS�u�e�VS" # Bonaventure
|
| 229 |
+
"SΘ" # Boreas
|
| 230 |
+
"����" # Bounty
|
| 231 |
+
"ZSOi`" # Boyne
|
| 232 |
+
"^�b�V�y�V" # Bradford
|
| 233 |
+
"^����" # Breda
|
| 234 |
+
"^̑GY�lyr" # Bridgewater
|
| 235 |
+
"^̑u�^" # Brigantine
|
| 236 |
+
"^̑�eXbS" # Bristol
|
| 237 |
+
"NR��<S�N" # Britannia
|
| 238 |
+
"N&O^tKQ" # Brunswick
|
| 239 |
+
"�vёIl" # Buckingham
|
| 240 |
+
"lQir" # Bull
|
| 241 |
+
"ZW�v" # Bulwark
|
| 242 |
+
"=O�y�V" # Burford
|
| 243 |
+
"=Oup�" # Burlington
|
| 244 |
+
"z`�d" # Caesar
|
| 245 |
+
"�ȖY<S�N" # Caledonia
|
| 246 |
+
"QReh" # Cambridge
|
| 247 |
+
"�R�b'Y" # Canada
|
| 248 |
+
"NWyr=O��" # Canterbury
|
| 249 |
+
"9��" # Captain
|
| 250 |
+
"�R�v+Y" # Cardiff
|
| 251 |
+
"aS��S" # Carlisle
|
| 252 |
+
"YZKN�" # Carvel of Eve
|
| 253 |
+
"aS�eXb3w" # Castor
|
| 254 |
+
"�R�V" # Cato
|
| 255 |
+
"aS�e��N" # Cavendish
|
| 256 |
+
"�v+Y�" # Centurion
|
| 257 |
+
"0W�r�r" # Cerberus
|
| 258 |
+
"�gS�e" # Charles
|
| 259 |
+
"�gS�e��R)R" # Charles Galley
|
| 260 |
+
"�gt�NN" # Charles V
|
| 261 |
+
"�gTX�Y" # Chatham
|
| 262 |
+
"R�eyr" # Chester
|
| 263 |
+
"GYR�eyr" # Chichester
|
| 264 |
+
"�Wcw" # Christ
|
| 265 |
+
"KQ̑�eXbV" # Christopher
|
| 266 |
+
"^̑�Y�vKQ̑�eXbV" # Christopher of Bream
|
| 267 |
+
"KQ̑�eXbV��eiOi`" # Christopher Spayne
|
| 268 |
+
"KQ�b&O�e" # Clarence
|
| 269 |
+
"N��h" # Clove Tree
|
| 270 |
+
"�ySR�eyr" # Colchester
|
| 271 |
+
"�y�gO�V" # Collingwood
|
| 272 |
+
"�T�P" # Colossus
|
| 273 |
+
"�Vgw" # Conqueror
|
| 274 |
+
"�Vgw" # Conquestador
|
| 275 |
+
"8lR`i��e" # Constant Reformation
|
| 276 |
+
"8lR`NSZ" # Constant Warwick
|
| 277 |
+
"�^fWyr" # Content
|
| 278 |
+
"�^�l�^" # Convertine
|
| 279 |
+
"�ySCNeu" # Cornelius
|
| 280 |
+
"�^�lS" # Cornwall
|
| 281 |
+
"�R�Q" # Coronation
|
| 282 |
+
"�Rbew" # Courageux
|
| 283 |
+
"w�e�W" # Coventry
|
| 284 |
+
"aS�l�^" # Covertine
|
| 285 |
+
"�Nd�" # Crane
|
| 286 |
+
"KQ���" # Cressy
|
| 287 |
+
"Ĝ|�" # Crocodile
|
| 288 |
+
"�s�Q" # Crown
|
| 289 |
+
"�Q�r" # Crowned Lion
|
| 290 |
+
"aSm�v" # Culloden
|
| 291 |
+
"NW=OpQ" # Cumberland
|
| 292 |
+
"�u�T" # Dainty
|
| 293 |
+
"۞�" # Daisy
|
| 294 |
+
"��yr��e" # Dartmouth
|
| 295 |
+
"�S�W!X" # Deal Castle
|
| 296 |
+
"�" # Dee
|
| 297 |
+
"2��V" # Defence
|
| 298 |
+
"cb" # Defiance
|
| 299 |
+
"�Vnfyr�y�V" # Deptford
|
| 300 |
+
"�kmp" # Devastation
|
| 301 |
+
"�V�e�" # Devonshire
|
| 302 |
+
"�V�e�" # Devonshire
|
| 303 |
+
"�Q�Q" # Diadem
|
| 304 |
+
"���w" # Diamond
|
| 305 |
+
"�rY" # Dido
|
| 306 |
+
"�eYs|�V" # Diomede
|
| 307 |
+
"c�Rw" # Director
|
| 308 |
+
"wmZ�" # Dolphin
|
| 309 |
+
"Y^Xyr�" # Dorsetshire
|
| 310 |
+
"YiO" # Dover
|
| 311 |
+
"�T��" # Dragon
|
| 312 |
+
"�V��KQ" # Drake
|
| 313 |
+
"�eOu" # Dreadnaught
|
| 314 |
+
"�V��O" # Druid
|
| 315 |
+
"���g�g" # Dublin
|
| 316 |
+
"sYlQ5r" # Duchess
|
| 317 |
+
"��" # Due Repulse
|
| 318 |
+
"lQ5r" # Duke
|
| 319 |
+
"���T" # Dunbar
|
| 320 |
+
"���w" # Duncan
|
| 321 |
+
"��NW�Z" # Duncannon
|
| 322 |
+
"feIRSKQ" # Dunkirk
|
| 323 |
+
"Ėp�" # Eagle
|
| 324 |
+
"�W�V�R" # Edgar
|
| 325 |
+
"1rN!X" # Edinburgh
|
| 326 |
+
"1r�VNS�ZS�u�e�VS" # Edward Bonaventure
|
| 327 |
+
"1r�VNS��NS�V" # Edward Howard
|
| 328 |
+
"�W<h��yr" # Egmont
|
| 329 |
+
"a�" # Elephant
|
| 330 |
+
"�W)R�N�e" # Elias
|
| 331 |
+
"OKN���v" # Elizabeth
|
| 332 |
+
"OKN���v�TN�u�e" # Elizabeth Jonas
|
| 333 |
+
"��)R��S" # Ellynore
|
| 334 |
+
"�W^XKQ�e" # Essex
|
| 335 |
+
"'kW�T" # Europa
|
| 336 |
+
"SS��" # Excellent
|
| 337 |
+
"�NAm" # Exchange
|
| 338 |
+
"�WKQ^Xyr" # Exeter
|
| 339 |
+
"�WKQ�e��e" # Exmouth
|
| 340 |
+
"�V" # Expedition
|
| 341 |
+
"�R��" # Experiment
|
| 342 |
+
"�l!��e" # Fagons
|
| 343 |
+
"9�S�lKQ�e" # Fairfax
|
| 344 |
+
"p�" # Falcon
|
| 345 |
+
"�yKQpQ" # Falkland
|
| 346 |
+
"�lS��e" # Falmouth
|
| 347 |
+
"Tg" # Fame
|
| 348 |
+
"�lV�l�Y" # Faversham
|
| 349 |
+
"��1r" # Favourite
|
| 350 |
+
"T4O" # Fellowship
|
| 351 |
+
"ZW�V" # Ferme
|
| 352 |
+
"ZW�R" # Firm
|
| 353 |
+
"VpQZS��" # Flamborough
|
| 354 |
+
"V)RyrO�V" # Fleetwood
|
| 355 |
+
"V��yr" # Flight
|
| 356 |
+
"ؘ�" # Flirt
|
| 357 |
+
"�yKQ�e�" # Folkestone
|
| 358 |
+
"�eLe" # Formidable
|
| 359 |
+
"�y^t�eyr" # Forrester
|
| 360 |
+
"ZW�" # Fortitude
|
| 361 |
+
"x^Џ" # Fortune
|
| 362 |
+
"�Qa" # Foudroyant
|
| 363 |
+
"Vg��e" # Francis
|
| 364 |
+
"�lpQ��u�R�w" # French Ruby
|
| 365 |
+
"fg�N" # Friday
|
| 366 |
+
"�v�R�R�vR" # Gabriel Royal
|
| 367 |
+
"up�T" # Galley Subtile
|
| 368 |
+
"�RpQ�V" # Garland
|
| 369 |
+
"TN�l" # George
|
| 370 |
+
"�v^WN�" # Gibraltar
|
| 371 |
+
"�^CN��" # Gillyflower
|
| 372 |
+
"�st" # Globe
|
| 373 |
+
"<hm�eyr" # Gloucester
|
| 374 |
+
"ёl�" # Golden Horse
|
| 375 |
+
"ё�r" # Golden Lion
|
| 376 |
+
"ё�Q�Q" # Golden Phoenix
|
| 377 |
+
"Lk)R�N" # Goliath
|
| 378 |
+
"i`xQ" # Goodgrace
|
| 379 |
+
"I`cw" # Governor
|
| 380 |
+
"N^i`xQ" # Grace Dieu
|
| 381 |
+
"<h�b+Y�h" # Grafton
|
| 382 |
+
"��|�" # Grampus
|
| 383 |
+
"sYIN�N" # Grand Mistress
|
| 384 |
+
"<hpQmt�Y" # Grantham
|
| 385 |
+
"�Tm�" # Great Bark
|
| 386 |
+
"eYRSl�Tm�" # Great Bark Aiger
|
| 387 |
+
"O�U" # Great Charity
|
| 388 |
+
"O'Y�vOKN���v" # Great Elizabeth
|
| 389 |
+
"'Yhh^9�" # Great Galley
|
| 390 |
+
"�v<y" # Great Gift
|
| 391 |
+
"O'Y�v�T)R" # Great Harry
|
| 392 |
+
"O'Y�v<S�S�b�e" # Great Nicholas
|
| 393 |
+
"�T�" # Great Pinnace
|
| 394 |
+
"'Y�el�" # Great Zebra
|
| 395 |
+
"�u��" # Green Dragon
|
| 396 |
+
"<h�gZ�l" # Greenwich
|
| 397 |
+
"pps�r" # Greyhound
|
| 398 |
+
"<h̑��" # Griffin
|
| 399 |
+
"9h�" # Guernsey
|
| 400 |
+
"T�R" # Guide
|
| 401 |
+
" TS�y�V" # Guilford
|
| 402 |
+
"�Q�Q�N" # Guinea
|
| 403 |
+
"JSg" # Half Moon
|
| 404 |
+
"Ilnf�" # Hampshire
|
| 405 |
+
"Ilnf��R" # Hampton Court
|
| 406 |
+
"Il<S�b" # Hannibal
|
| 407 |
+
"ΑTQ" # Hare
|
| 408 |
+
"�T̑�QhZGY" # Harie Sandwich
|
| 409 |
+
"p���sY�Y" # Harpy
|
| 410 |
+
"�T�uGY" # Harwich
|
| 411 |
+
"ў�e�^�e" # Hastings
|
| 412 |
+
"�KQ" # Hawke
|
| 413 |
+
"�Qi�" # Hazardous
|
| 414 |
+
"�V�" # Heart
|
| 415 |
+
"k�KQXb" # Hector
|
| 416 |
+
"k�S�l�h" # Helverson
|
| 417 |
+
"�N)R�WTX��sKN�N" # Henrietta Maria
|
| 418 |
+
"NINP��y�N)R�s" # Henry Grace a Dieu
|
| 419 |
+
"�N)R�Ilnf�" # Henry Hampton
|
| 420 |
+
"k��bKQ�R�e" # Hercules
|
| 421 |
+
"�WSs|eY�u" # Hermione
|
| 422 |
+
"�Ė" # Hero
|
| 423 |
+
"^=O<S�N" # Hibernia
|
| 424 |
+
"�k�" # Hind
|
| 425 |
+
"�<h" # Hogue
|
| 426 |
+
"�)R<h�eyr��eiOi`" # Holighost Spayne
|
| 427 |
+
"^g" # Hope
|
| 428 |
+
"�nfKN�" # Hope Bark
|
| 429 |
+
"^g�Qi�" # Hopeful Adventure
|
| 430 |
+
"^txQ�NKN�R" # House of Sweeds
|
| 431 |
+
"�N=O" # Humber
|
| 432 |
+
"sKb" # Hunter
|
| 433 |
+
"����uQ" # Hussar
|
| 434 |
+
">fk�" # Illustrious
|
| 435 |
+
"brN�S4x" # Impregnable
|
| 436 |
+
"�cؚ" # Increase
|
| 437 |
+
"N�a" # Indefatigable
|
| 438 |
+
"ZWHV" # Inflexible
|
| 439 |
+
"�eOu" # Intrepid
|
| 440 |
+
"�eLe" # Invincible
|
| 441 |
+
"Onf�e�uGY" # Ipswich
|
| 442 |
+
"O^�e" # Isis
|
| 443 |
+
"���e)Rnf" # Islip
|
| 444 |
+
"y��Y�e" # James
|
| 445 |
+
"y��Y�ehh^9�" # James Galley
|
| 446 |
+
"k�S�vy��Y�e" # James of Hull
|
| 447 |
+
"t���" # Jennet
|
| 448 |
+
"�s�Yyr�nf^t)n" # Jennet Prywin
|
| 449 |
+
"s�y" # Jer Falcon
|
| 450 |
+
"�l�" # Jersey
|
| 451 |
+
"6w1z" # Jesus
|
| 452 |
+
"T�KQ�v6w1z" # Jesus of Lubeck
|
| 453 |
+
"�emw�u�" # John Baptist
|
| 454 |
+
"<h�gZ�l�v�u�" # John of Greenwich
|
| 455 |
+
"1g��" # Juno
|
| 456 |
+
"�Qyr3thh^9�" # Kateryn Galley
|
| 457 |
+
"�Qmt3t" # Katherine
|
| 458 |
+
"�Qmt3tKN�" # Katherine Bark
|
| 459 |
+
"�wyr" # Kent
|
| 460 |
+
"��" # Kingfisher
|
| 461 |
+
"ё�e�" # Kingston
|
| 462 |
+
"ё^XS" # Kinsale
|
| 463 |
+
"pQV�eyr" # Lancaster
|
| 464 |
+
"pQ�lyr" # Langport
|
| 465 |
+
"�bnf�e" # Lapwing
|
| 466 |
+
"�bKQ" # Lark
|
| 467 |
+
"gBh" # Laurel
|
| 468 |
+
")R�R�V" # Leander
|
| 469 |
+
"Ng" # Lee
|
| 470 |
+
"����KQ�e" # Lenox
|
| 471 |
+
"sy�" # Leopard
|
| 472 |
+
"���" # Less Bark
|
| 473 |
+
"S�" # Less Pinnace
|
| 474 |
+
"S�el�" # Less Zebra
|
| 475 |
+
")RGY�S�V" # Lichfield
|
| 476 |
+
"�g�w" # Lincoln
|
| 477 |
+
"|^�r" # Lion's Whelp
|
| 478 |
+
"S�T�T�b" # Little Barbara
|
| 479 |
+
"S�U" # Little Charity
|
| 480 |
+
"Im�l" # Lively
|
| 481 |
+
"%�4�" # Lizard
|
| 482 |
+
"&Ofe" # London
|
| 483 |
+
"m�u�eXbV" # Lowestoffe
|
| 484 |
+
"�Vڋ&Ofe" # Loyal London
|
| 485 |
+
"�b�Vm" # Ludlow
|
| 486 |
+
"���Y" # Lyme
|
| 487 |
+
"�vT��" # Lys
|
| 488 |
+
"l�<h���b" # Magdala
|
| 489 |
+
"�s'Y�w�u" # Magdeline
|
| 490 |
+
"�R�R" # Magnanime
|
| 491 |
+
"NSKN" # Magnificent
|
| 492 |
+
"�h�V�e�" # Maidstone
|
| 493 |
+
"Z%N" # Majestic
|
| 494 |
+
"4N�e" # Makeshift
|
| 495 |
+
"�s<hKNyr" # Margaret
|
| 496 |
+
"�sKN�Ilnf�" # Marie Hampton
|
| 497 |
+
"�sKN��eiOi`" # Marie Spayne
|
| 498 |
+
"N�Rʃ" # Marigold
|
| 499 |
+
"l�S=O�R" # Marlborough
|
| 500 |
+
"l�̑f" # Marlion
|
| 501 |
+
"l�؞jgKQ" # Marmaduke
|
| 502 |
+
"l�̑hg" # Marryan
|
| 503 |
+
"�sS�e" # Mars
|
| 504 |
+
"l��e�R��S" # Marston Moor
|
| 505 |
+
"l�N" # Martin
|
| 506 |
+
"�sKN" # Mary
|
| 507 |
+
"�s)R�N�T�umt+Y" # Mary and Joseph
|
| 508 |
+
"�sKN�T�u�" # Mary and John
|
| 509 |
+
"�sKN��Ryȓ�Y" # Mary Antrim
|
| 510 |
+
"�sKN�s�R" # Mary Fortune
|
| 511 |
+
"^���sKN" # Mary Gloria
|
| 512 |
+
"�sKNi`xQ" # Mary Grace
|
| 513 |
+
"�sKN� TS�y�V" # Mary Guildford
|
| 514 |
+
"�sKN�Il^��" # Mary Hambrough
|
| 515 |
+
"�sKN��NS�V" # Mary Howard
|
| 516 |
+
"�sKN^�V" # Mary Imperial
|
| 517 |
+
"�sKN�y��Y�e" # Mary James
|
| 518 |
+
"�sKN���ZS" # Mary Norwell
|
| 519 |
+
"�sKN�eY�i`" # Mary Odierne
|
| 520 |
+
"�sKN�W�e" # Mary Rose
|
| 521 |
+
"�sKN�Xbl��e" # Mary Thomas
|
| 522 |
+
"�sKN�Zm�k" # Mary Willoughby
|
| 523 |
+
"l��O" # Matthew
|
| 524 |
+
"l��O�!��h" # Matthew Gonson
|
| 525 |
+
"�Vnfyr�y�V�v�s�V�g" # Mawdlyn of Deptford
|
| 526 |
+
"�jg��" # Medusa
|
| 527 |
+
"�h�VZ" # Medway
|
| 528 |
+
"<S" # Meeanee
|
| 529 |
+
"�hS�uS" # Melville
|
| 530 |
+
"�XN)R" # Mercury
|
| 531 |
+
"�h?���" # Merhonour
|
| 532 |
+
"�h�g" # Merlin
|
| 533 |
+
"��N|�" # Mermaid
|
| 534 |
+
"ȏKQS" # Michael
|
| 535 |
+
"s|S�y�V" # Milford
|
| 536 |
+
"f�v" # Minden
|
| 537 |
+
"�N�N" # Minion
|
| 538 |
+
"s|<Sё" # Minnikin
|
| 539 |
+
"%V��v�" # Minotaur
|
| 540 |
+
")n�T" # Moderate
|
| 541 |
+
"TIN" # Monarch
|
| 542 |
+
"��KQ" # Monck
|
| 543 |
+
"��؞`" # Monmouth
|
| 544 |
+
"��TX�S" # Montagu
|
| 545 |
+
"g�N" # Moon
|
| 546 |
+
"FzS" # Moor
|
| 547 |
+
"��SVyr" # Mordaunt
|
| 548 |
+
"l�S<h��+Y" # Mulgrave
|
| 549 |
+
"��UaS" # Namur
|
| 550 |
+
"�Q�e�k" # Naseby
|
| 551 |
+
"�b��" # Nassau
|
| 552 |
+
"�mnf�" # Neptune
|
| 553 |
+
"�eV�" # New Bark
|
| 554 |
+
"�u�tKQ" # Newark
|
| 555 |
+
"�uaS�eS" # Newcastle
|
| 556 |
+
"Y��" # Nightingale
|
| 557 |
+
"�eLe" # Nonpareil
|
| 558 |
+
"�g�T" # Nonsuch
|
| 559 |
+
"���yKQ" # Norfolk
|
| 560 |
+
"���h=OpQ" # Northumberland
|
| 561 |
+
"���uGY" # Norwich
|
| 562 |
+
"��NIl" # Nottingham
|
| 563 |
+
"wmm" # Ocean
|
| 564 |
+
"eY�y�V" # Orford
|
| 565 |
+
"�Ȏ�" # Orion
|
| 566 |
+
"eY���V" # Ormonde
|
| 567 |
+
"eY0t̑" # Ossory
|
| 568 |
+
"ir%m" # Oxford
|
| 569 |
+
"^�b�e" # Pallas
|
| 570 |
+
"Xo�" # Pansy
|
| 571 |
+
"ўy�" # Panther
|
| 572 |
+
"f�I�" # Parrot
|
| 573 |
+
"^yȓKQ" # Patrick
|
| 574 |
+
"�OW" # Paul
|
| 575 |
+
"H�U�" # Pelican
|
| 576 |
+
"mV^WKQ" # Pembroke
|
| 577 |
+
"mV�v<S�e" # Pendennis
|
| 578 |
+
"�s3w�O�e" # Perseus
|
| 579 |
+
"|V�V" # Peter
|
| 580 |
+
"|V�V�w�i" # Peter Pomegranate
|
| 581 |
+
"S��R�T�sKN" # Philip and Mary
|
| 582 |
+
"�vyr" # Pitt
|
| 583 |
+
"nf)R��e" # Plymouth
|
| 584 |
+
"�lO��S�e" # Poictiers
|
| 585 |
+
"�lT�eid�e" # Polyphemus
|
| 586 |
+
"�ls^pg" # Popinjay
|
| 587 |
+
"j�*s" # Porcupine
|
| 588 |
+
"�lyrl�*m" # Port Mahon
|
| 589 |
+
"�lyrpQ" # Portland
|
| 590 |
+
"HV�R" # Powerful
|
| 591 |
+
"I`�u" # President
|
| 592 |
+
"nf���e�" # Preston
|
| 593 |
+
"nf̑�YW�e" # Primrose
|
| 594 |
+
"nf̑�YW�e��O" # Primrose Hoy
|
| 595 |
+
"�sPR" # Prince
|
| 596 |
+
"�N�s" # Prince Consort
|
| 597 |
+
"V���V̑KQ�sPR" # Prince Frederick
|
| 598 |
+
"TN�l�sPR" # Prince George
|
| 599 |
+
"eYpQ�l�N�s" # Prince of Orange
|
| 600 |
+
"ZS�X�N�s" # Prince of Wales
|
| 601 |
+
"�v*YPR" # Prince Royal
|
| 602 |
+
"?��h)R�NlQIN" # Princess Amelia
|
| 603 |
+
"aSW3tlQIN" # Princess Caroline
|
| 604 |
+
"�f��lQIN" # Princess Louisa
|
| 605 |
+
"�v�RlQIN" # Princess Royal
|
| 606 |
+
"nfW�Yyr" # Promt
|
| 607 |
+
"(�Na" # Prudent
|
| 608 |
+
"sY�s" # Queen
|
| 609 |
+
"YmyrsY�s" # Queen Charlotte
|
| 610 |
+
"f�MQ" # Quittance
|
| 611 |
+
"iVy�" # Rainbow
|
| 612 |
+
"Tt" # Raisonnable
|
| 613 |
+
"�bs|)R�e" # Ramillies
|
| 614 |
+
"pQ<S�b" # Ranelagh
|
| 615 |
+
"�u�r" # Red Lion
|
| 616 |
+
"leOu" # Redoubtable
|
| 617 |
+
"9ei�" # Reformation
|
| 618 |
+
"Dd?e" # Regent
|
| 619 |
+
"T��" # Renown
|
| 620 |
+
"�S�Q" # Repulse
|
| 621 |
+
"xvz" # Research
|
| 622 |
+
"��Y" # Reserve
|
| 623 |
+
"�b�b" # Resistance
|
| 624 |
+
"�Q�V" # Resolution
|
| 625 |
+
"Y��" # Restoration
|
| 626 |
+
"Y�N" # Revenge
|
| 627 |
+
"�v�S�vY�N" # Revenge of Whitehall
|
| 628 |
+
"̑mV" # Rippon
|
| 629 |
+
"WR�eyr" # Rochester
|
| 630 |
+
"WR�yyr" # Rochfort
|
| 631 |
+
"W�V<S" # Rodney
|
| 632 |
+
"W�TKQ" # Roebuck
|
| 633 |
+
"W�Y<S" # Romney
|
| 634 |
+
"��.�" # Roo
|
| 635 |
+
"2�Nhh^9�" # Rose Galley
|
| 636 |
+
"Lp(g" # Rosebush
|
| 637 |
+
"�v�R?��V���V" # Royal Adelaide
|
| 638 |
+
"�v�R?�SV���V" # Royal Alfred
|
| 639 |
+
"�v�R�R�YKN�" # Royal Anne Galley
|
| 640 |
+
"�v�R�gt" # Royal Charles
|
| 641 |
+
"�v�Ry��Y�e" # Royal James
|
| 642 |
+
"�v�R�Qmt3t" # Royal Katherine
|
| 643 |
+
"�v�Raj(g" # Royal Oak
|
| 644 |
+
"�v�R�S" # Royal Sovereign
|
| 645 |
+
"�v�RZ�^" # Royal William
|
| 646 |
+
"�u�R�w" # Ruby
|
| 647 |
+
"���syr" # Rupert
|
| 648 |
+
"W.t" # Russell
|
| 649 |
+
"(�KQ��yr" # Sacrett
|
| 650 |
+
"1WeYS,g�e" # Saint Albans
|
| 651 |
+
"1W�R�V��" # Saint Andrew
|
| 652 |
+
"1W'YkS" # Saint David
|
| 653 |
+
"1WTN�l" # Saint George
|
| 654 |
+
"1W�R&O�e" # Saint Lawrence
|
| 655 |
+
"1Ws|��R" # Saint Michael
|
| 656 |
+
"1W^yȓKQ" # Saint Patrick
|
| 657 |
+
"1W�N" # Saint
|
| 658 |
+
"�OW" # Paul
|
| 659 |
+
"s��" # Saker
|
| 660 |
+
"kp%�4�" # Salamander
|
| 661 |
+
"0tSyQ=Ȏ" # Salisbury
|
| 662 |
+
"Qhnf�h" # Sampson
|
| 663 |
+
"QhZGY" # Sandwich
|
| 664 |
+
"݄�R�w" # Sapphire
|
| 665 |
+
"�n��" # Satisfaction
|
| 666 |
+
"(��Vi`" # Saturn
|
| 667 |
+
"�le" # Saudadoes
|
| 668 |
+
"�eaS^W" # Scarborough
|
| 669 |
+
"��^?�" # Scipio
|
| 670 |
+
"wml�" # Seahorse
|
| 671 |
+
"�c0t" # Search
|
| 672 |
+
"^X TidS" # Sedgemoor
|
| 673 |
+
"^XS�k" # Selby
|
| 674 |
+
"Najh" # Seven Oaks
|
| 675 |
+
"Nf" # Seven Stars
|
| 676 |
+
"^X�e" # Severn
|
| 677 |
+
"^S�Q�e" # Sheerness
|
| 678 |
+
"�N���e=Ȏ" # Shrewsbury
|
| 679 |
+
"^X�X" # Siren
|
| 680 |
+
"�em(�<S" # Slothany
|
| 681 |
+
"S�qPR" # Small Swallow
|
| 682 |
+
"0tS�" # Solebay
|
| 683 |
+
"dR�r" # Solitaire
|
| 684 |
+
"(�؞^Xyr" # Somerset
|
| 685 |
+
"0tSup" # Sorlings
|
| 686 |
+
"WS�Rnffe" # Southampton
|
| 687 |
+
"WSwm!X" # Southsea Castle
|
| 688 |
+
"�S" # Sovereign
|
| 689 |
+
"wmN�S" # Sovereign of the Seas
|
| 690 |
+
"�N��N" # Speaker
|
| 691 |
+
" V�" # Speedwell
|
| 692 |
+
"�eXo^X" # Spencer
|
| 693 |
+
"�e��KQ�e" # Sphinx
|
| 694 |
+
"�w" # Splendid
|
| 695 |
+
"�|up" # Sprite
|
| 696 |
+
"�" # Stag
|
| 697 |
+
"b�e" # Standard
|
| 698 |
+
"�^%N" # Stately
|
| 699 |
+
"�eyrup!X" # Stirling Castle
|
| 700 |
+
"s�" # Stork
|
| 701 |
+
"�eTX�y�V" # Strafford
|
| 702 |
+
"�eyr���e" # Struss
|
| 703 |
+
"b�R" # Success
|
| 704 |
+
"(��yKQ" # Suffolk
|
| 705 |
+
"Qh�VpQ" # Sunderland
|
| 706 |
+
"Qh��" # Sunne
|
| 707 |
+
"�e�e" # Superb
|
| 708 |
+
"(�^XKQ�e" # Sussex
|
| 709 |
+
"(�mtpQ" # Sutherland
|
| 710 |
+
"�qPR" # Swallow
|
| 711 |
+
")YE�" # Swan
|
| 712 |
+
"L�l�" # Sweepstake
|
| 713 |
+
"ŏwc" # Swift
|
| 714 |
+
"Oewc" # Swiftsure
|
| 715 |
+
"��|�" # Tartar
|
| 716 |
+
"TX�u�eXbKQ" # Tavistock
|
| 717 |
+
"��؞^tS" # Temeraire
|
| 718 |
+
"�p�S" # Terrible
|
| 719 |
+
"�V�O�e" # Theseus
|
| 720 |
+
"Xbl��e" # Thomas
|
| 721 |
+
" N�s" # Three Kings
|
| 722 |
+
"���" # Thunderer
|
| 723 |
+
"wN�" # Tiger
|
| 724 |
+
"��S=Ȏ" # Tilbury
|
| 725 |
+
"Xb�" # Torbay
|
| 726 |
+
"Xb�g�" # Torrington
|
| 727 |
+
"Xb�u" # Towey
|
| 728 |
+
"yr�b��TX�u" # Tramontana
|
| 729 |
+
"yr����" # Tredagh
|
| 730 |
+
"T<hW�HY<h" # Trego Ronnyger
|
| 731 |
+
"�v'Y" # Tremendous
|
| 732 |
+
" N�Sb" # Trident
|
| 733 |
+
" NMONSO" # Trinity
|
| 734 |
+
" NN�N)R" # Trinity Henry
|
| 735 |
+
" NN�v�R" # Trinity Royal
|
| 736 |
+
"yȓT" # Triton
|
| 737 |
+
"�Q�e" # Triumph
|
| 738 |
+
"�S`�" # Trusty
|
| 739 |
+
"T��yr" # Trywright
|
| 740 |
+
"�S�r" # Two Lions
|
| 741 |
+
"�r҉�Q" # Unicorn
|
| 742 |
+
"TwT" # Union
|
| 743 |
+
"�uN" # Unity
|
| 744 |
+
"��R" # Valiant
|
| 745 |
+
"HQ�" # Vanguard
|
| 746 |
+
"�Sle" # Venerable
|
| 747 |
+
"�u�eTX" # Vestal
|
| 748 |
+
"�RS" # Veteran
|
| 749 |
+
"�w)R" # Victory
|
| 750 |
+
"�ub" # Vigo
|
| 751 |
+
"�N�" # Vindictive
|
| 752 |
+
"+tWpQ" # Violet
|
| 753 |
+
"��nm" # Volage
|
| 754 |
+
"�R�X" # Warrior
|
| 755 |
+
"�Sb" # Warspite
|
| 756 |
+
"�l̑KQ" # Warwick
|
| 757 |
+
"��eyr�vyr" # Westergate
|
| 758 |
+
"���e" # Weymouth
|
| 759 |
+
"�v�q" # White Bear
|
| 760 |
+
"�v&�" # White Raven
|
| 761 |
+
")n�V�eyr" # Winchester
|
| 762 |
+
")n��" # Windsor
|
| 763 |
+
")n���W!X" # Windsor Castle
|
| 764 |
+
"ޘ��" # Wivern
|
| 765 |
+
"OS�uGY" # Woolwich
|
| 766 |
+
"O�eyr" # Worcester
|
| 767 |
+
"Ŗ��e" # Yarmouth
|
| 768 |
+
"�uKQ" # York
|
| 769 |
+
"S�sPR" # Young Prince
|
| 770 |
+
"�r�p" # Zealous
|
| 771 |
+
}
|
| 772 |
+
army_names = {
|
| 773 |
+
"�v�RF��Q" # Royal Army
|
| 774 |
+
"ς<hpQ�Q" # Army of Scotland
|
| 775 |
+
"1rSpQ�Q" # Army of Ireland
|
| 776 |
+
}
|
| 777 |
+
fleet_names = {
|
| 778 |
+
"�v�Rwm�Q" # Royal Navy
|
| 779 |
+
"݄r�-N�" # Blue Squadron
|
| 780 |
+
"�ur�-N�" # Red Squadron
|
| 781 |
+
"�vr�-N�" # White Squadron
|
| 782 |
+
"Swm-N�" # North Sea Squadron
|
| 783 |
+
"wm�S-N�" # Channel Squadron
|
| 784 |
+
}
|
common/countries/Anhalt.txt
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = westerngfx
|
| 3 |
+
color = { 203 93 124 }
|
| 4 |
+
revolutionary_colors = { 5 10 0 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
religious_ideas
|
| 7 |
+
economic_ideas
|
| 8 |
+
defensive_ideas
|
| 9 |
+
offensive_ideas
|
| 10 |
+
innovativeness_ideas
|
| 11 |
+
spy_ideas
|
| 12 |
+
diplomatic_ideas
|
| 13 |
+
trade_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
western_medieval_infantry
|
| 17 |
+
western_medieval_knights
|
| 18 |
+
western_men_at_arms
|
| 19 |
+
swiss_landsknechten
|
| 20 |
+
dutch_maurician
|
| 21 |
+
austrian_tercio
|
| 22 |
+
austrian_grenzer
|
| 23 |
+
austrian_hussar
|
| 24 |
+
austrian_white_coat
|
| 25 |
+
austrian_jaeger
|
| 26 |
+
mixed_order_infantry
|
| 27 |
+
open_order_cavalry
|
| 28 |
+
napoleonic_square
|
| 29 |
+
napoleonic_lancers
|
| 30 |
+
}
|
| 31 |
+
monarch_names = {
|
| 32 |
+
"�u� <heYS<h #0" = 40 # Johann Georg #0
|
| 33 |
+
")ReY�l�V #0" = 40 # Leopold #0
|
| 34 |
+
"<heYS<h #0" = 20 # Georg #0
|
| 35 |
+
"ŖT^ i`�eyr #0" = 20 # Jakob Ernst #0
|
| 36 |
+
"�u?�^�Y i`�eyr #0" = 20 # Joachim Ernst #0
|
| 37 |
+
"�u� aS�s|S #0" = 20 # Johann Kasimir #0
|
| 38 |
+
")ReY�l�V #0 S�yr�p" = 20 # Leopold #0 Friedrich
|
| 39 |
+
")ReY�l�V #0 l�KQ�s|)R�R" = 20 # Leopold #0 Maximilian
|
| 40 |
+
"i`�eyr #0" = 20 # Ernst #0
|
| 41 |
+
"�<h���V #0" = 20 # Siegmund #0
|
| 42 |
+
"=Oi`�T�V #6" = 15 # Bernhard #6
|
| 43 |
+
"�tS�Vl� #5" = 15 # Waldemar #5
|
| 44 |
+
"�u� #4" = 15 # Johann #4
|
| 45 |
+
"��S�+Y #3" = 15 # Rudolf #3
|
| 46 |
+
"S�yr�p #0" = 15 # Friedrich #0
|
| 47 |
+
"S�yr�p aS�s|S #0" = 15 # Friedrich Kasimir #0
|
| 48 |
+
"<heYS<h ?�̑=Oyr #0" = 15 # Georg Aribert #0
|
| 49 |
+
"aSS #0" = 15 # Karl #0
|
| 50 |
+
"��̑(� #0" = 15 # Moritz #0
|
| 51 |
+
"Xbl��e #0" = 15 # Thomas #0
|
| 52 |
+
"Z�^ �S�eTX+Y #0" = 15 # Wilhelm Gustav #0
|
| 53 |
+
"?�S^��^yr #5" = 15 # Albrecht #5
|
| 54 |
+
"wm�V̑^ #4" = 10 # Heinrich #4
|
| 55 |
+
"?�S^��^yr S�yr�p #0" = 10 # Albrecht Friedrich #0
|
| 56 |
+
"eY�S�eyr #0" = 10 # August #0
|
| 57 |
+
"KQ̑�e���R #0" = 10 # Christian #0
|
| 58 |
+
"�yȓ^ #0" = 10 # Dietrich #0
|
| 59 |
+
"S�yr�p wm�V̑^ #0" = 10 # Friedrich Heinrich #0
|
| 60 |
+
"S�yr�p ��̑(� #0" = 10 # Friedrich Moritz #0
|
| 61 |
+
"wm�V̑^ O��V�s #0" = 10 # Heinrich Waldemar #0
|
| 62 |
+
"�u?�^�Y #0" = 10 # Joachim #0
|
| 63 |
+
"�u?�^�Y KQ̑�eXb+Y #0" = 10 # Joachim Christoph #0
|
| 64 |
+
"�u� i`�eyr #0" = 10 # Johann Ernst #0
|
| 65 |
+
"m&O(� #0" = 10 # Lorenz #0
|
| 66 |
+
"��V�u^ #0" = 10 # Ludwig #0
|
| 67 |
+
"�OW #0" = 10 # Paul #0
|
| 68 |
+
"Z�^ #0" = 10 # Wilhelm #0
|
| 69 |
+
"�R�V�p�N�e #0" = 0 # Andreas #0
|
| 70 |
+
"�Qmt #0" = 0 # G�nther #0
|
| 71 |
+
"s|Y�WS #0" = 0 # Michael #0
|
| 72 |
+
"LNS̑^ #0" = 0 # Ulrich #0
|
| 73 |
+
"ўSs|�Q #0" = -1 # Helmine #0
|
| 74 |
+
"TN�RZ #0" = -1 # Johanna #0
|
| 75 |
+
"��eY���b #0" = -1 # Leonore #0
|
| 76 |
+
}
|
| 77 |
+
leader_names = {
|
| 78 |
+
"�iO" # Hoppe
|
| 79 |
+
"k�(�!X" # Herzburg
|
| 80 |
+
"?�KQ�f" # Ackermann
|
| 81 |
+
"?�ZSS��" # Alberti
|
| 82 |
+
"?�S^��^yr" # Albrecht
|
| 83 |
+
"?�S�e�e��,g" # Alvensleben
|
| 84 |
+
"�R�f" # Amman
|
| 85 |
+
"�R�QKQ" # Annecke
|
| 86 |
+
"�R�" # Anthe
|
| 87 |
+
"��S" # Bauer
|
| 88 |
+
"��^X" # Bause
|
| 89 |
+
"�W&O�<h" # Ehrenberg
|
| 90 |
+
"�WKQ�e��,g" # Erxleben
|
| 91 |
+
"�yOS�eTXKQ" # Feuerstack
|
| 92 |
+
"V�bKQ�e�Tyr" # Flachsbart
|
| 93 |
+
"9hyr" # Genthe
|
| 94 |
+
"<h�e�" # Gerstung
|
| 95 |
+
"k�S�V" # Held
|
| 96 |
+
"��(�KQ" # Isaack
|
| 97 |
+
"Ŗ�QKQ" # Janeck
|
| 98 |
+
"lbyrKQ" # Jantke
|
| 99 |
+
"KQ�e�n" # Kersten
|
| 100 |
+
"KQ��Yt" # Kleinau
|
| 101 |
+
"��yQ" # M�rz
|
| 102 |
+
"�Qk�s|yQ" # Nehmiz
|
| 103 |
+
"g+Y" # Rumpf
|
| 104 |
+
"�lS���<h" # Scharfe
|
| 105 |
+
"�u^XS" # Schauseil
|
| 106 |
+
"-^KQ" # Schieck
|
| 107 |
+
"�Q ǑS^�eyr" # von Zerbst
|
| 108 |
+
}
|
| 109 |
+
ship_names = {
|
| 110 |
+
"?�S^��^yr0�q0" # Albrecht der B�r
|
| 111 |
+
"?���e=t,g" # Aschersleben
|
| 112 |
+
"k�S�f�eY�b���V" # Hermann Orlam�nde
|
| 113 |
+
"P�<hV̑�VINYe" # Bischof Siegfried
|
| 114 |
+
"�yȓ^��uS,g" # Dietrich Werben
|
| 115 |
+
"?�S^��^yr��T&O�e�lyr" # Albrecht Ballenstedt
|
| 116 |
+
"=Oi`�T�V��u�n�<h" # Bernhard Wittenberg
|
| 117 |
+
"wm�V̑^NN" # Heinrich I
|
| 118 |
+
"ǑS^�eyr" # Zerbst
|
| 119 |
+
"�y�e�u^" # Coswig
|
| 120 |
+
"�V�u" # Dessau
|
| 121 |
+
"KQ�n" # K�then
|
| 122 |
+
"�i`!X" # Bernburg
|
| 123 |
+
"^W�wqS" # Brocken
|
| 124 |
+
"�TS(�" # Hartz
|
| 125 |
+
"nf�R(�w" # Pl�tzkau
|
| 126 |
+
"pQ�<h" # Ramberg
|
| 127 |
+
"W�e�R" # Rosslau
|
| 128 |
+
}
|
| 129 |
+
army_names = {
|
| 130 |
+
"$PROVINCE$�Q" # Armee von $PROVINCE$
|
| 131 |
+
}
|
common/countries/Anilco.txt
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = northamericagfx
|
| 3 |
+
color = { 83 30 157 }
|
| 4 |
+
revolutionary_colors = { 0 10 0 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
religious_ideas
|
| 7 |
+
defensive_ideas
|
| 8 |
+
offensive_ideas
|
| 9 |
+
trade_ideas
|
| 10 |
+
diplomatic_ideas
|
| 11 |
+
plutocracy_ideas
|
| 12 |
+
spy_ideas
|
| 13 |
+
economic_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
native_indian_archer
|
| 17 |
+
native_indian_tribal_warfare
|
| 18 |
+
algonkin_tomahawk_charge
|
| 19 |
+
native_indian_horsemen
|
| 20 |
+
commanche_swarm
|
| 21 |
+
creek_arquebusier
|
| 22 |
+
sioux_dragoon
|
| 23 |
+
american_western_franchise_warfare
|
| 24 |
+
}
|
| 25 |
+
monarch_names = {
|
| 26 |
+
"'k�lmt��Ŗ�m #0" = 20 # Opothleyaholo #0
|
| 27 |
+
"�Ws|�e�l!�b #0" = 10 # Emistesigo #0
|
| 28 |
+
"�l+Y #0" = 10 # Fife #0
|
| 29 |
+
"��lO ^̑ s|�y #0" = 10 # Hoboi-Hili-Miko #0
|
| 30 |
+
"�b��p`�c #0" = 20 # Lamochattee #0
|
| 31 |
+
"Ŗ�TTXTX�e�l�uKQ #0" = 20 # Yahatatastenake #0
|
| 32 |
+
"TX�eaS�R T �Tyr�W #0" = 20 # Taskanugi Hatke #0
|
| 33 |
+
"s|�y �s�bQY #0" = 20 # Mico Malatchi #0
|
| 34 |
+
"V�eaSyrRs|�y #0" = 20 # Fuskatchemico #0
|
| 35 |
+
"<SmtmKQ #0" = 20 # Neathlock #0
|
| 36 |
+
"�T�Rmtl�SmtS #0" = 20 # Hallethemalthle #0
|
| 37 |
+
"'k>ms|�y #0" = 20 # Opaymico #0
|
| 38 |
+
"Xbyr�Q�lTN #0" = 20 # Totkeshajou #0
|
| 39 |
+
"��lmts|�y #0" = 20 # Hopothemico #0
|
| 40 |
+
"'k�lXbTXR #0" = 20 # Opototaache #0
|
| 41 |
+
"0t�m�W!� #0" = 20 # Soholoesee #0
|
| 42 |
+
"'kQY�TTN #0" = 20 # Ocheehajou #0
|
| 43 |
+
"�V�e�Q�u #0" = 20 # Tuskenaah #0
|
| 44 |
+
"��sTX #0" = 20 # Homatah #0
|
| 45 |
+
"���u+R #0" = 20 # Chinnabie #0
|
| 46 |
+
"1g)Rv����sTX #0" = 20 # Juleetaulematah #0
|
| 47 |
+
"p`�lKQ)Rs|�y #0" = 20 # Chawooklymico #0
|
| 48 |
+
"�^(��V�w�lO #0" = 20 # Coosadeshopoy #0
|
| 49 |
+
"Fzmt�c #0" = 20 # Muthtee #0
|
| 50 |
+
"�e���sVyrQY�W #0" = 20 # Stimafutchkee #0
|
| 51 |
+
"�e��S�u)R�p #0" = 20 # Stilnaleeje #0
|
| 52 |
+
"Fz�spgQY #0" = 20 # Mumagechee #0
|
| 53 |
+
"s|�b�� #0" = -1 # Millaray #0
|
| 54 |
+
"^X�O #0" = -1 # Sehoy #0
|
| 55 |
+
"�Q�gyr #0" = -1 # Kecharte #0
|
| 56 |
+
"^X�uaS #0" = -1 # Scenanka #0
|
| 57 |
+
"TX̑(� #0" = -1 # Talisa #0
|
| 58 |
+
}
|
| 59 |
+
leader_names = {
|
| 60 |
+
"QYXb" # Chitto
|
| 61 |
+
"�T^X 'k�b" # Hasse Ola
|
| 62 |
+
"��l�Wmt" # Hopoethe
|
| 63 |
+
"TXmV �TSTN" # Talof Harjo
|
| 64 |
+
"Ŗ�m" # Yaholo
|
| 65 |
+
"�h�Q�t" # Menewa
|
| 66 |
+
"R�l�u" # Chebona
|
| 67 |
+
"eY�eY�b" # Osceola
|
| 68 |
+
"�mt���l�N" # Hothlepoya
|
| 69 |
+
"&Ok� p`��" # Lumhe Chati
|
| 70 |
+
}
|
| 71 |
+
ship_names = {
|
| 72 |
+
"OZS���R" # Ibofanga
|
| 73 |
+
tvpvsvnv
|
| 74 |
+
"eY<hZyrO+Y" # Okhvtk� Yvhv
|
| 75 |
+
"eY<hZyr���KQY" # Okhvtk� Nokos�
|
| 76 |
+
"OZ�e�����KQY" # Lvst� Nokos�
|
| 77 |
+
"eY<hZyr��y�Y" # Okhvtk� Lvmhe
|
| 78 |
+
"aS�Ξ�Y" # Cat� lvmhe
|
| 79 |
+
"aS�?��u" # Cat� Ayo
|
| 80 |
+
"?��u�bKQ" # Ayo-rakko
|
| 81 |
+
"O�eTX)n�N" # Est-akwvnayv
|
| 82 |
+
"O(�<h�V�O�R�" # Esaugetuh Emissee
|
| 83 |
+
"�R�Q-�g�T" # Nunne Chaha
|
| 84 |
+
"^(� TTX�Ws|�" # Hisagita-imisi
|
| 85 |
+
"1Wk�W" # Sint Holo
|
| 86 |
+
}
|
common/countries/Anizah.txt
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = muslimgfx
|
| 3 |
+
color = { 143 222 169 }
|
| 4 |
+
revolutionary_colors = { 1 0 10 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
religious_ideas
|
| 7 |
+
defensive_ideas
|
| 8 |
+
trade_ideas
|
| 9 |
+
administrative_ideas
|
| 10 |
+
offensive_ideas
|
| 11 |
+
diplomatic_ideas
|
| 12 |
+
economic_ideas
|
| 13 |
+
quality_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
persian_footsoldier
|
| 17 |
+
persian_cavalry_charge
|
| 18 |
+
persian_shamshir
|
| 19 |
+
qizilbash_cavalry_unit
|
| 20 |
+
tofongchis_musketeer
|
| 21 |
+
topchis_artillery
|
| 22 |
+
afsharid_reformed
|
| 23 |
+
afsharid_reformed_infantry
|
| 24 |
+
muslim_mass_infantry
|
| 25 |
+
muslim_dragoon
|
| 26 |
+
persian_rifle
|
| 27 |
+
}
|
| 28 |
+
monarch_names = {
|
| 29 |
+
"l�<S #0" = 10 # Mani #0
|
| 30 |
+
"�b�k�N #0" = 10 # Rabi'a #0
|
| 31 |
+
"Fz(� #0" = 10 # Musa #0
|
| 32 |
+
"fjS�b1k #0" = 10 # Ibrahim #0
|
| 33 |
+
"l�SIl #0" = 10 # Markhan #0
|
| 34 |
+
"�tyr�s #0" = 10 # Watban #0
|
| 35 |
+
"�u�S #0" = 10 # Nasir #0
|
| 36 |
+
"O�V̑�e #0" = 10 # Idris #0
|
| 37 |
+
"?�jSjg�b #0" = 10 # 'Abd Allah #0
|
| 38 |
+
"�lyr #0" = 10 # Sa'ud #0
|
| 39 |
+
"NbO�V #0" = 10 # Zayid #0
|
| 40 |
+
"?�jSjg�b #0" = 10 # Abdullah #0
|
| 41 |
+
"FzU؞�V #0" = 10 # Muhammad #0
|
| 42 |
+
"?�jSjg ?�P�yQ #0" = 10 # Abd al Aziz #0
|
| 43 |
+
"?�jSjg�b #0" = 10 # 'Abdullah #0
|
| 44 |
+
"�VS�W #0" = 10 # Turki #0
|
| 45 |
+
"�l(�S #0" = 10 # Faisal #0
|
| 46 |
+
"?�jSjg �bk��f #0" = 10 # Abd Al-Rahman #0
|
| 47 |
+
"�T�z�V #0" = 10 # Khalid #0
|
| 48 |
+
"�l�T�V #0" = 10 # Fahd #0
|
| 49 |
+
"�u��N #0" = -5 # Nadiyya #0
|
| 50 |
+
"���b #0" = -5 # Norah #0
|
| 51 |
+
"�lk��� #0" = -5 # Fahda #0
|
| 52 |
+
"�R�b #0" = -5 # Nura #0
|
| 53 |
+
"�TX #0" = -5 # Seeta #0
|
| 54 |
+
"�l���s #0" = -1 # Fatimah #0
|
| 55 |
+
"�t)R�� #0" = -1 # Walida #0
|
| 56 |
+
"TX�T�V #0" = -1 # Tahani #0
|
| 57 |
+
"�l�l #0" = -1 # Safaa #0
|
| 58 |
+
"pQ�Y #0" = -1 # Randa #0
|
| 59 |
+
"^NNl��T #0" = -1 # Qismah #0
|
| 60 |
+
"����b #0" = -1 # Nadirah #0
|
| 61 |
+
}
|
| 62 |
+
leader_names = {
|
| 63 |
+
"���t�b" # Ruwallah
|
| 64 |
+
"�T�R �TKQ" # Banu Bakr
|
| 65 |
+
"�T�R �TCN�e" # Banu Hanifa
|
| 66 |
+
"�tS̑" # Al-Wa'ili
|
| 67 |
+
"�b�k�T" # Rabi`ah
|
| 68 |
+
"?�aS�T" # Al-kwakbah
|
| 69 |
+
"?����f" # Al-doughman
|
| 70 |
+
"Fz�R" # Al-murre
|
| 71 |
+
"�l��>�" # Al-frrejah
|
| 72 |
+
"?�>� ��>��w" # Al-ga' 'a' 'gaah
|
| 73 |
+
}
|
| 74 |
+
ship_names = {
|
| 75 |
+
"?�l�k�" # Al-Armah
|
| 76 |
+
"���T�b" # Ad-Dahna
|
| 77 |
+
"�V�t2SqS" # Jabal Tuwayo
|
| 78 |
+
"�Q+Y�V-��u9���S" # Naf�d Qunayfidahah
|
| 79 |
+
"�Q+Y�V-�aS^aS" # Naf�d Shuqayyiqah
|
| 80 |
+
"�TYr�`" # Al-Bayad
|
| 81 |
+
"�Q+Y�V-?��V^" # Naf�d Ad-Dahy
|
| 82 |
+
"�Q+Y�V-?�mt^�b" # Naf�d As-Sirrah
|
| 83 |
+
"?�)R�N�V" # Ar-Riyad
|
| 84 |
+
"?��V�pQ" # Ad-Dilam
|
| 85 |
+
"�lKQ�b" # Shaqra
|
| 86 |
+
}
|
common/countries/Annam.txt
ADDED
|
@@ -0,0 +1,132 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = asiangfx
|
| 3 |
+
color = { 186 14 92 }
|
| 4 |
+
special_unit_culture = south_east_asian_special
|
| 5 |
+
revolutionary_colors = { 16 8 16 }
|
| 6 |
+
historical_idea_groups = {
|
| 7 |
+
defensive_ideas
|
| 8 |
+
offensive_ideas
|
| 9 |
+
spy_ideas
|
| 10 |
+
trade_ideas
|
| 11 |
+
economic_ideas
|
| 12 |
+
diplomatic_ideas
|
| 13 |
+
religious_ideas
|
| 14 |
+
quantity_ideas
|
| 15 |
+
}
|
| 16 |
+
historical_units = {
|
| 17 |
+
east_asian_spearmen
|
| 18 |
+
eastern_bow
|
| 19 |
+
asian_arquebusier
|
| 20 |
+
asian_charge_cavalry
|
| 21 |
+
asian_mass_infantry
|
| 22 |
+
asian_musketeer
|
| 23 |
+
reformed_asian_musketeer
|
| 24 |
+
reformed_asian_cavalry
|
| 25 |
+
}
|
| 26 |
+
monarch_names = {
|
| 27 |
+
"�m #0" = 20 # Kim #0
|
| 28 |
+
"bo #0" = 20 # Hoang #0
|
| 29 |
+
"�y�n #0" = 20 # Phuc Nguyen #0
|
| 30 |
+
"�y�o #0" = 20 # Phuc Lan #0
|
| 31 |
+
"�y�o #0" = 20 # Phuc Tan #0
|
| 32 |
+
"�y�n #0" = 20 # Phuc Tran #0
|
| 33 |
+
"�y�m #0" = 20 # Phuc Chu #0
|
| 34 |
+
"�y�o #0" = 20 # Phuc Tru #0
|
| 35 |
+
"�y� #0" = 20 # Phuc Khoat #0
|
| 36 |
+
"�y�m #0" = 20 # Phuc Thuan #0
|
| 37 |
+
"�y.f #0" = 20 # Phuc Anh #0
|
| 38 |
+
"�y�w #0" = 20 # Phuc Dam #0
|
| 39 |
+
"ё� #0" = -1 # Kim Anh #0
|
| 40 |
+
"��m #0" = -1 # Thuy Tram #0
|
| 41 |
+
"�x�s #0" = -1 # Bich Ngoc #0
|
| 42 |
+
"��<� #0" = -1 # Phuong Nga #0
|
| 43 |
+
"nI� #0" = -1 # Thanh Thao #0
|
| 44 |
+
}
|
| 45 |
+
leader_names = {
|
| 46 |
+
"H�" # Tran
|
| 47 |
+
"�w" # Ho
|
| 48 |
+
"Ξ" # L�
|
| 49 |
+
"Ng" # Ly
|
| 50 |
+
"4T" # Ngo
|
| 51 |
+
"��" # Mac
|
| 52 |
+
"ѐ" # Trinh
|
| 53 |
+
".�" # Nguyen
|
| 54 |
+
"Ğ" # Huynh
|
| 55 |
+
"Xo" # Phan
|
| 56 |
+
"�" # Pham
|
| 57 |
+
"fk" # Vu
|
| 58 |
+
"��" # Dang
|
| 59 |
+
"�" # Bui
|
| 60 |
+
"jg" # Do
|
| 61 |
+
"hg" # Duong
|
| 62 |
+
"mV" # Banh
|
| 63 |
+
"ؚ" # Cao
|
| 64 |
+
"hT" # Chau
|
| 65 |
+
"1g" # Chu
|
| 66 |
+
"��" # Chung
|
| 67 |
+
"�S" # Diep
|
| 68 |
+
"-�" # Dam
|
| 69 |
+
"v�" # Dao
|
| 70 |
+
"N" # Dinh
|
| 71 |
+
"�k" # Doan
|
| 72 |
+
"ml" # Giang
|
| 73 |
+
"Y" # Ha
|
| 74 |
+
"�" # Han
|
| 75 |
+
"�w" # Kieu
|
| 76 |
+
"�m" # Kim
|
| 77 |
+
"W" # La
|
| 78 |
+
"Җ" # Lac
|
| 79 |
+
"�g" # Lam
|
| 80 |
+
"�g" # Lieu
|
| 81 |
+
"F�" # Luc
|
| 82 |
+
"�h" # Luong
|
| 83 |
+
"R" # Luu
|
| 84 |
+
"l�" # Ma
|
| 85 |
+
"��" # Mach
|
| 86 |
+
"�h" # Mai
|
| 87 |
+
"%N" # Nghiem
|
| 88 |
+
"�P" # Pho
|
| 89 |
+
"�Q" # Phung
|
| 90 |
+
"�" # Quach
|
| 91 |
+
"IQ" # Quang
|
| 92 |
+
"Cg" # Quyen
|
| 93 |
+
"0�" # Ta
|
| 94 |
+
"�w" # Thach
|
| 95 |
+
"!�" # Thai
|
| 96 |
+
"�e" # Thi
|
| 97 |
+
"4l" # Thuy
|
| 98 |
+
"'�" # Tieu
|
| 99 |
+
"ς" # To
|
| 100 |
+
"YR" # Ton
|
| 101 |
+
"�^" # Trang
|
| 102 |
+
"u�" # Trieu
|
| 103 |
+
".V" # Truong
|
| 104 |
+
"�e" # Van
|
| 105 |
+
"8l" # Vinh
|
| 106 |
+
"�s" # Vuong
|
| 107 |
+
}
|
| 108 |
+
ship_names = {
|
| 109 |
+
"H�Zq" # Tran Canh
|
| 110 |
+
"H�Cf" # Tran Hoang
|
| 111 |
+
"H�f" # Tran Kh�m
|
| 112 |
+
"H��p" # Tran Thuy�n
|
| 113 |
+
"H�cY" # Tran Manh
|
| 114 |
+
"H��e" # Tran Vuong
|
| 115 |
+
"H��f" # Tran Hao
|
| 116 |
+
"hg�e<y" # Duong Nhat L�
|
| 117 |
+
"H��f" # Tran Phu
|
| 118 |
+
"H��f" # Tran K�nh
|
| 119 |
+
"H�p�*�" # Tran Hien
|
| 120 |
+
"H���" # Tran Ngung
|
| 121 |
+
"H�P���" # Tran An
|
| 122 |
+
"*Y�R" # Th�i T�ng
|
| 123 |
+
"1W�R" # Th�nh T�ng
|
| 124 |
+
"�N�R" # Nh�n T�ng
|
| 125 |
+
"��R" # Anh T�ng
|
| 126 |
+
"f�R" # Minh T�ng
|
| 127 |
+
"�R�R" # Hien T�ng
|
| 128 |
+
"Ո�R" # Du T�ng
|
| 129 |
+
"z��R" # Nghe T�ng
|
| 130 |
+
"w�R" # Due T�ng
|
| 131 |
+
"z��R" # Thuan T�ng
|
| 132 |
+
}
|
common/countries/Ansbach.txt
ADDED
|
@@ -0,0 +1,119 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = westerngfx
|
| 3 |
+
color = { 130 77 119 }
|
| 4 |
+
revolutionary_colors = { 10 0 10 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
defensive_ideas
|
| 7 |
+
religious_ideas
|
| 8 |
+
economic_ideas
|
| 9 |
+
diplomatic_ideas
|
| 10 |
+
offensive_ideas
|
| 11 |
+
spy_ideas
|
| 12 |
+
quality_ideas
|
| 13 |
+
trade_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
western_medieval_infantry
|
| 17 |
+
western_medieval_knights
|
| 18 |
+
western_men_at_arms
|
| 19 |
+
swiss_landsknechten
|
| 20 |
+
dutch_maurician
|
| 21 |
+
austrian_tercio
|
| 22 |
+
austrian_grenzer
|
| 23 |
+
austrian_hussar
|
| 24 |
+
austrian_white_coat
|
| 25 |
+
prussian_uhlan
|
| 26 |
+
prussian_drill
|
| 27 |
+
mixed_order_infantry
|
| 28 |
+
open_order_cavalry
|
| 29 |
+
napoleonic_square
|
| 30 |
+
napoleonic_lancers
|
| 31 |
+
}
|
| 32 |
+
monarch_names = {
|
| 33 |
+
"S�yr�p #5" = 60 # Friedrich #5
|
| 34 |
+
"<heYS<h S�yr�p #0" = 40 # Georg Friedrich #0
|
| 35 |
+
"?�S^��^yr #1" = 20 # Albrecht #1
|
| 36 |
+
"?�S^��^yr #1 0?��U t�e0" = 20 # Albrecht #1 Achilles
|
| 37 |
+
"KQ̑�e���R ?�S^��^yr #0" = 20 # Christian Albrecht #0
|
| 38 |
+
"aSS �N�SqS'Y #0" = 20 # Karl Alexander #0
|
| 39 |
+
"<heYS<h #0" = 20 # Georg #0
|
| 40 |
+
"�u?�^�Y i`�eyr #0" = 20 # Joachim Ernst #0
|
| 41 |
+
"�u� S�yr�p #0" = 20 # Johann Friedrich #0
|
| 42 |
+
"aSS Z�^ S�yr�p #0" = 20 # Karl Wilhelm Friedrich #0
|
| 43 |
+
"Z�^ S�yr�p #0" = 20 # Wilhelm Friedrich #0
|
| 44 |
+
"�u� #3" = 15 # Johann #3
|
| 45 |
+
"?�S^��^yr i`�eyr #0" = 15 # Albrecht Ernst #0
|
| 46 |
+
"<heYS<h ?�S^��^yr #0" = 15 # Georg Albrecht #0
|
| 47 |
+
"�u� �^XW #0" = 15 # Johann Cicero #0
|
| 48 |
+
"aSS S�yr�p eY�S�eyr #0" = 15 # Karl Friedrich August #0
|
| 49 |
+
"aS�s|S #0" = 15 # Kasimir #0
|
| 50 |
+
")ReY�l�V S�yr�p #0" = 15 # Leopold Friedrich #0
|
| 51 |
+
"S�yr�p ?�S^��^yr #0" = 10 # Friedrich Albrecht #0
|
| 52 |
+
"S�yr�p eY�S�eyr #0" = 10 # Friedrich August #0
|
| 53 |
+
"S�yr�p aSS #0" = 10 # Friedrich Karl #0
|
| 54 |
+
"!�nf��^yr #0" = 10 # Gumprecht #0
|
| 55 |
+
"�u� ?�S^��^yr #0" = 10 # Johann Albrecht #0
|
| 56 |
+
"�u� <heYS<h #0" = 10 # Johann Georg #0
|
| 57 |
+
"�<h���V #0" = 10 # Siegmund #0
|
| 58 |
+
"Z�^ #0" = 10 # Wilhelm #0
|
| 59 |
+
"byrV̑�V #2" = 5 # Gottfried #2
|
| 60 |
+
"?�S�+Y #0" = 0 # Adolf #0
|
| 61 |
+
"KQ����e #0" = 0 # Clemens #0
|
| 62 |
+
"��V̑KQ #0" = 0 # Diederik #0
|
| 63 |
+
"�W=O�T�V #0" = 0 # Eberhard #0
|
| 64 |
+
"k�SFzyr #0" = 0 # Helmut #0
|
| 65 |
+
"k�S�f #0" = 0 # Hermann #0
|
| 66 |
+
"ŖT^ #0" = 0 # Jakob #0
|
| 67 |
+
"�fyr�l�V #0" = 0 # Luitpold #0
|
| 68 |
+
"l��^�e #0" = 0 # Markus #0
|
| 69 |
+
"���u #0" = 0 # Rainer #0
|
| 70 |
+
"P�<hV̑�V #0" = 0 # Siegfried #0
|
| 71 |
+
"�eyr�Q #0" = 0 # Stefan #0
|
| 72 |
+
"�uKQXb #0" = 0 # Viktor #0
|
| 73 |
+
"bSOyr V�V #0" = -1 # Luitgard #0
|
| 74 |
+
"s|Y�W�b #0" = -1 # Michaela #0
|
| 75 |
+
"W�e�sKN #0" = -1 # Rosemarie #0
|
| 76 |
+
}
|
| 77 |
+
leader_names = {
|
| 78 |
+
"9�^yrS�f" # Fichtelmann
|
| 79 |
+
"<h�g" # Grimm
|
| 80 |
+
"�e�Ryr" # Schmidt
|
| 81 |
+
"mtS" # S�ll
|
| 82 |
+
"0N�Y�R" # D�umler
|
| 83 |
+
"�rKQ" # Dick
|
| 84 |
+
"�GY" # Dietsch
|
| 85 |
+
"i`�eyr" # Ernst
|
| 86 |
+
"9��S" # Fischer
|
| 87 |
+
"9���e" # F�disch
|
| 88 |
+
"VgKQ" # Franck
|
| 89 |
+
"�+Y�f" # Hofmann
|
| 90 |
+
"k�mS" # H�hrer
|
| 91 |
+
"KQ�Q�eS�V" # Kn�rnschild
|
| 92 |
+
"pQwm�V̑^" # Langheinrich
|
| 93 |
+
"ȏS" # Maier
|
| 94 |
+
"�uS" # Narr
|
| 95 |
+
"eYyr" # Ott
|
| 96 |
+
"pQKQ" # Ranck
|
| 97 |
+
"��S�" # Rudl
|
| 98 |
+
"(�KQ" # Sack
|
| 99 |
+
"�e�t<hS" # Schwager
|
| 100 |
+
"�lS" # Seel
|
| 101 |
+
"^XS" # Sell
|
| 102 |
+
"�lKQ�f" # Teichmann
|
| 103 |
+
"�ui`̑^" # Weinrich
|
| 104 |
+
}
|
| 105 |
+
ship_names = {
|
| 106 |
+
"S�yr�p��Q��R�e�Tk�" # Friedrich von Ansbach
|
| 107 |
+
"?�S^��^yr0?��U t�e0" # Albrecht Achilles
|
| 108 |
+
"S�yr�p�NN" # Friedrich V
|
| 109 |
+
"<heYS<h" # Georg
|
| 110 |
+
"<heYS<h�S�yr�p" # Georg Friedrich
|
| 111 |
+
"��Nbyr" # Rezat
|
| 112 |
+
"eY���e�Tk�" # Onoldsbach
|
| 113 |
+
"��N0t&O" # Hohenzollern
|
| 114 |
+
"�^S�Y�Tk�" # Kulmbach
|
| 115 |
+
"�bWOyr" # Bayreuth
|
| 116 |
+
}
|
| 117 |
+
army_names = {
|
| 118 |
+
"$PROVINCE$�Q" # Armee von $PROVINCE$
|
| 119 |
+
}
|
common/countries/Antemoro.txt
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please seefilename.
|
| 2 |
+
graphical_culture = africangfx
|
| 3 |
+
color = { 51 183 51 }
|
| 4 |
+
revolutionary_colors = { 0 16 0 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
trade_ideas
|
| 7 |
+
defensive_ideas
|
| 8 |
+
offensive_ideas
|
| 9 |
+
spy_ideas
|
| 10 |
+
diplomatic_ideas
|
| 11 |
+
economic_ideas
|
| 12 |
+
innovativeness_ideas
|
| 13 |
+
religious_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
african_spearmen
|
| 17 |
+
niger_kongolese_tribal_warfare
|
| 18 |
+
niger_kongolese_forest_warfare
|
| 19 |
+
niger_kongolese_gunpowder_warfare
|
| 20 |
+
westernized_niger_kongolese
|
| 21 |
+
niger_kongolese_guerilla_warfare
|
| 22 |
+
african_mandelaku
|
| 23 |
+
african_tuareg_cavalry
|
| 24 |
+
african_mossi_horsemen
|
| 25 |
+
african_hussar
|
| 26 |
+
african_dragoon
|
| 27 |
+
}
|
| 28 |
+
monarch_names = {
|
| 29 |
+
"�b�<S�N #0" = 5 # Raminia #0
|
| 30 |
+
"Nb�aS��fZS� #0" = 5 # Zafikazimambobe #0
|
| 31 |
+
"�b��e�b�� #0" = 5 # Rabesirana #0
|
| 32 |
+
"�R�V̑�N^�R�b�T #0" = 5 # Andriapanolaha #0
|
| 33 |
+
"pQ TTX #0" = -10 # Rangita #0
|
| 34 |
+
"�b�R^ #0" = -5 # Rafohy #0
|
| 35 |
+
"J�POk�̑�u #0" = -5 # Rasoherina #0
|
| 36 |
+
"J��u�tmZ #0" = -5 # Ranavalona #0
|
| 37 |
+
"pQ�V^+Y�b #0" = -1 # Randapavola #0
|
| 38 |
+
}
|
| 39 |
+
leader_names = {
|
| 40 |
+
"P�s|Xb" # Tsimeto
|
| 41 |
+
"Nb��ZS�bP�" # Zafimbolazi
|
| 42 |
+
"?��uaS�b" # Anakara
|
| 43 |
+
"�RyrWT" # Anterotri
|
| 44 |
+
"�R�leY<S" # Anteoni
|
| 45 |
+
"�R�ll��TVy" # Antemahazo
|
| 46 |
+
"�R�lOQh^" # Anteisambo
|
| 47 |
+
"Nb�Q�V�bs|<S�N" # Zafindraminia
|
| 48 |
+
"Nb�aS�WS^" # Zafikasimambo
|
| 49 |
+
"mIl�V)R�N" # Rohandria
|
| 50 |
+
"l���^X�b�u" # Maroserana
|
| 51 |
+
}
|
| 52 |
+
ship_names = {
|
| 53 |
+
"���b��" # Darafify
|
| 54 |
+
"�lyr�b^TX�u�u" # Fatrapaitanana
|
| 55 |
+
"l��u�u�b" # Mananara
|
| 56 |
+
"?��Ryr�bVn" # Alaotra
|
| 57 |
+
"l��T�t�u�l" # Mahavavy
|
| 58 |
+
"l�<S�N�l" # Mania
|
| 59 |
+
"�fb�W�l" # Mangoky
|
| 60 |
+
"LN<S�b^�l" # Onilahy
|
| 61 |
+
"O�^^�l" # Ikopa
|
| 62 |
+
"ё�^<SVn" # Kinkony
|
| 63 |
+
"O�wyȓVn" # Ihotry
|
| 64 |
+
"�P�ZSaS" # Betsiboka
|
| 65 |
+
}
|
common/countries/Aotearoa.txt
ADDED
|
@@ -0,0 +1,246 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please seefilename.
|
| 2 |
+
graphical_culture = polynesiangfx
|
| 3 |
+
color = { 120 16 0 }
|
| 4 |
+
#revolutionary_colors = { 10 8 5 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
maritime_ideas
|
| 7 |
+
indigenous_ideas
|
| 8 |
+
economic_ideas
|
| 9 |
+
naval_ideas
|
| 10 |
+
religious_ideas
|
| 11 |
+
trade_ideas
|
| 12 |
+
defensive_ideas
|
| 13 |
+
spy_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
pacific_spearman
|
| 17 |
+
pacific_reformed_spearman
|
| 18 |
+
pacific_horseman
|
| 19 |
+
pacific_island_warriors
|
| 20 |
+
pacific_cavalry
|
| 21 |
+
pacific_arquebusier
|
| 22 |
+
pacific_hussar
|
| 23 |
+
pacific_swarm_cav
|
| 24 |
+
pacific_riflemen
|
| 25 |
+
pacific_dragoon
|
| 26 |
+
pacific_guerrillas
|
| 27 |
+
}
|
| 28 |
+
monarch_names = {
|
| 29 |
+
"?�?�TX #0" = 1 # Aata #0
|
| 30 |
+
"?�^aS #0" = 1 # Ahika #0
|
| 31 |
+
"?�aS�TTX #0" = 1 # Akahata #0
|
| 32 |
+
"?�l�j� #0" = 1 # Amahau #0
|
| 33 |
+
"?�iO�b #0" = 1 # Apera #0
|
| 34 |
+
"?�iO�b�Tl� #0" = 1 # Aperahama #0
|
| 35 |
+
"?��biOTX #0" = 1 # Arapeta #0
|
| 36 |
+
"?�̑ #0" = 1 # Ari #0
|
| 37 |
+
"?�TXl� #0" = 1 # Atama #0
|
| 38 |
+
"?�TX�lO #0" = 1 # Atawhai #0
|
| 39 |
+
"�Wyr�b #0" = 1 # Etera #0
|
| 40 |
+
"�T��u #0" = 1 # Hahona #0
|
| 41 |
+
"wm���u #0" = 1 # Haimona #0
|
| 42 |
+
"�T�bTX #0" = 1 # Harata #0
|
| 43 |
+
"j� #0" = 1 # Hau #0
|
| 44 |
+
"k��w #0" = 1 # Hehu #0
|
| 45 |
+
"k��QXbW #0" = 1 # Heketoro #0
|
| 46 |
+
"k��u�� #0" = 1 # Henare #0
|
| 47 |
+
"�k�^ #0" = 1 # Hohepa #0
|
| 48 |
+
"�w?�TX�� #0" = 1 # Huatare #0
|
| 49 |
+
"�w�u�l #0" = 1 # Hunapo #0
|
| 50 |
+
"�w�R #0" = 1 # Hunu #0
|
| 51 |
+
"O?����� #0" = 1 # Iarere #0
|
| 52 |
+
"O�W��T^TX #0" = 1 # Iehohapata #0
|
| 53 |
+
"O�W<S #0" = 1 # Ieni #0
|
| 54 |
+
"O�WyriO�� #0" = 1 # Ietepere #0
|
| 55 |
+
"O�WXbW #0" = 1 # Ietoro #0
|
| 56 |
+
"Owm?� #0" = 1 # Ihaia #0
|
| 57 |
+
"O�TaS #0" = 1 # Ihaka #0
|
| 58 |
+
"O�w #0" = 1 # Ihu #0
|
| 59 |
+
"OaSW?� #0" = 1 # Ikaroa #0
|
| 60 |
+
"OeY�bl� #0" = 1 # Iorama #0
|
| 61 |
+
"OeY�b�R #0" = 1 # Iorangi #0
|
| 62 |
+
"OeYTXl� #0" = 1 # Iotama #0
|
| 63 |
+
"OV�?� #0" = 1 # Iraia #0
|
| 64 |
+
"Ȏ�b�R #0" = 1 # Irirangi #0
|
| 65 |
+
"O�u #0" = 1 # Iwi #0
|
| 66 |
+
"aS�w�b�R #0" = 1 # Kahurangi #0
|
| 67 |
+
"aSO #0" = 1 # Kai #0
|
| 68 |
+
"�Qj��V #0" = 1 # Kaihautu #0
|
| 69 |
+
"aSl�aS #0" = 1 # Kamaka #0
|
| 70 |
+
"w̑ #0" = 1 # Kauri #0
|
| 71 |
+
"�y�baS #0" = 1 # Koraka #0
|
| 72 |
+
"l��TaS #0" = 1 # Mahaka #0
|
| 73 |
+
"l��u?��W #0" = 1 # Manaaki #0
|
| 74 |
+
"l�HY?� #0" = 1 # Manaia #0
|
| 75 |
+
"l��u�t #0" = 1 # Manawa #0
|
| 76 |
+
"l��cLN #0" = 1 # Matiu #0
|
| 77 |
+
"��?��u #0" = 1 # Moana #0
|
| 78 |
+
"<Sw #0" = 1 # Nikau #0
|
| 79 |
+
"nfSTX #0" = 1 # Purta #0
|
| 80 |
+
"nfTX #0" = 1 # Puta #0
|
| 81 |
+
"�b�R #0" = 1 # Rangi #0
|
| 82 |
+
"�b^TX #0" = 1 # Rapata #0
|
| 83 |
+
"�b�ȗ #0" = 1 # Rawiri #0
|
| 84 |
+
"W� #0" = 1 # Rongo #0
|
| 85 |
+
"W^TX #0" = 1 # Ropata #0
|
| 86 |
+
"���� #0" = 1 # Ruru #0
|
| 87 |
+
"�l #0" = 1 # Tai #0
|
| 88 |
+
"�laS #0" = 1 # Taika #0
|
| 89 |
+
"TXl� #0" = 1 # Tama #0
|
| 90 |
+
"TX�Q #0" = 1 # Tane #0
|
| 91 |
+
"TX�Ql��wTX #0" = 1 # Tanemahuta #0
|
| 92 |
+
"TXŖW?� #0" = 1 # Tangaroa #0
|
| 93 |
+
"TX��b #0" = 1 # Tawera #0
|
| 94 |
+
"TX�̑ #0" = 1 # Tawhiri #0
|
| 95 |
+
"TX�V #0" = 1 # Tayn #0
|
| 96 |
+
"yr-?�̑�W #0" = 1 # Te-Ariki #0
|
| 97 |
+
"�c?� #0" = 1 # Tia #0
|
| 98 |
+
"�VO #0" = 1 # Tui #0
|
| 99 |
+
"?�?�̑?� #0" = -1 # Aaria #0
|
| 100 |
+
"?�ȏ?� #0" = -1 # Amaia #0
|
| 101 |
+
"?�Z #0" = -1 # Ana #0
|
| 102 |
+
"?�Zk��b #0" = -1 # Anahera #0
|
| 103 |
+
"?�W�T #0" = -1 # Aroha #0
|
| 104 |
+
"?�TX?��w?� #0" = -1 # Ataahua #0
|
| 105 |
+
"?��Z #0" = -1 # Awhina #0
|
| 106 |
+
"�TZ #0" = -1 # Hana #0
|
| 107 |
+
"aS�w�b�R #0" = -1 # Kahurangi #0
|
| 108 |
+
"�Q?� #0" = -1 # Kaia #0
|
| 109 |
+
"aS�b #0" = -1 # Kara #0
|
| 110 |
+
"�y�b #0" = -1 # Kora #0
|
| 111 |
+
"ȏ?� #0" = -1 # Maia #0
|
| 112 |
+
"l�HY?� #0" = -1 # Manaia #0
|
| 113 |
+
"l��u�t #0" = -1 # Manawa #0
|
| 114 |
+
"��?��u #0" = -1 # Moana #0
|
| 115 |
+
"��O #0" = -1 # Rui #0
|
| 116 |
+
"yr-eY #0" = -1 # Te-Ao #0
|
| 117 |
+
"yr-?�W�T #0" = -1 # Te-Aroha #0
|
| 118 |
+
"�c?� #0" = -1 # Tia #0
|
| 119 |
+
"�VO #0" = -1 # Tui #0
|
| 120 |
+
}
|
| 121 |
+
leader_names = {
|
| 122 |
+
"?�?�TX" # Aata
|
| 123 |
+
"?�^aS" # Ahika
|
| 124 |
+
"?�aS�TTX" # Akahata
|
| 125 |
+
"?�l�j�" # Amahau
|
| 126 |
+
"?��Q�t" # Anewa
|
| 127 |
+
"?�iO�b" # Apera
|
| 128 |
+
"?�iO�b�Tl�" # Aperahama
|
| 129 |
+
"?��biOTX" # Arapeta
|
| 130 |
+
"?�̑" # Ari
|
| 131 |
+
"?�TXl�" # Atama
|
| 132 |
+
"?�TX�lO" # Atawhai
|
| 133 |
+
"�Wyr�b" # Etera
|
| 134 |
+
"�T��u" # Hahona
|
| 135 |
+
"wm���u" # Haimona
|
| 136 |
+
"�T�bTX" # Harata
|
| 137 |
+
"j�" # Hau
|
| 138 |
+
"k��w" # Hehu
|
| 139 |
+
"k��QXbW" # Heketoro
|
| 140 |
+
"k��u��" # Henare
|
| 141 |
+
"�k�^" # Hohepa
|
| 142 |
+
"�w?�TX��" # Huatare
|
| 143 |
+
"�w�u�l" # Hunapo
|
| 144 |
+
"�w�R" # Hunu
|
| 145 |
+
"O?�����" # Iarere
|
| 146 |
+
"O�W��T^TX" # Iehohapata
|
| 147 |
+
"O�W<S" # Ieni
|
| 148 |
+
"O�WyriO��" # Ietepere
|
| 149 |
+
"O�WXbW" # Ietoro
|
| 150 |
+
"Owm?�" # Ihaia
|
| 151 |
+
"O�TaS" # Ihaka
|
| 152 |
+
"O�w" # Ihu
|
| 153 |
+
"OaSW?�" # Ikaroa
|
| 154 |
+
"OeY�bl�" # Iorama
|
| 155 |
+
"OeY�b�R" # Iorangi
|
| 156 |
+
"OeYTXl�" # Iotama
|
| 157 |
+
"OV�?�" # Iraia
|
| 158 |
+
"Ȏ�b�R" # Irirangi
|
| 159 |
+
"O�u" # Iwi
|
| 160 |
+
"aS�w�b�R" # Kahurangi
|
| 161 |
+
"�Q" # Kai
|
| 162 |
+
"�Qj��V" # Kaihautu
|
| 163 |
+
"aSl�aS" # Kamaka
|
| 164 |
+
"w̑" # Kauri
|
| 165 |
+
"�y�baS" # Koraka
|
| 166 |
+
"l��TaS" # Mahaka
|
| 167 |
+
"l��u?��W" # Manaaki
|
| 168 |
+
"l�HY?�" # Manaia
|
| 169 |
+
"l��u�t" # Manawa
|
| 170 |
+
"l��cLN" # Matiu
|
| 171 |
+
"��?���" # Moana
|
| 172 |
+
"<Sw" # Nikau
|
| 173 |
+
"nfSTX" # Purta
|
| 174 |
+
"nfTX" # Puta
|
| 175 |
+
"�b�R" # Rangi
|
| 176 |
+
"�b^TX" # Rapata
|
| 177 |
+
"�b�ȗ" # Rawiri
|
| 178 |
+
"W�" # Rongo
|
| 179 |
+
"W^TX" # Ropata
|
| 180 |
+
"����" # Ruru
|
| 181 |
+
"�l" # Tai
|
| 182 |
+
"�laS" # Taika
|
| 183 |
+
"TXl�" # Tama
|
| 184 |
+
"TX�Q" # Tane
|
| 185 |
+
"TX�Ql��wTX" # Tanemahuta
|
| 186 |
+
"TXŖW?�" # Tangaroa
|
| 187 |
+
"TX��b" # Tawera
|
| 188 |
+
"TX�̑" # Tawhiri
|
| 189 |
+
"TX�V" # Tayn
|
| 190 |
+
"yr-?�̑�W" # Te-Ariki
|
| 191 |
+
"�c?�" # Tia
|
| 192 |
+
"�VO" # Tui
|
| 193 |
+
}
|
| 194 |
+
ship_names = {
|
| 195 |
+
"'k�c�N" # Aotea
|
| 196 |
+
"eYyr�NW�t" # Aotearoa
|
| 197 |
+
"�N�b�w�b" # Arahura
|
| 198 |
+
"?��bO�V��" # Araiteuru
|
| 199 |
+
"?�WTXTX" # Arautauta
|
| 200 |
+
"��u�W^w-eY-yr-��iO" # Hinakipakau-o-te-Rupe
|
| 201 |
+
"�OWTX" # Horouta
|
| 202 |
+
"aS�wTX�b" # Kahutara
|
| 203 |
+
"aS�b�W�b�W" # Karaerae
|
| 204 |
+
"�^�bfnf" # Kurahaupo
|
| 205 |
+
"�h�R�T�V?��Y�V�b" # Mahanhaatuamatua
|
| 206 |
+
"l��w�^-�W-yr-�b�R" # Mahuku-ki-te-Rangi
|
| 207 |
+
"l��RaS" # Manuka
|
| 208 |
+
"l�l�̑" # Mamari
|
| 209 |
+
"l�TX�V?�" # Mataatua
|
| 210 |
+
"l�TX�O��?�" # Matahourua
|
| 211 |
+
"��OaSaS�b" # Moekakara
|
| 212 |
+
"���V��?��q" # Motumotuahi
|
| 213 |
+
"��Xb�Wl�TX�eeY�b" # Ngatokimatawhaorua
|
| 214 |
+
"�R�^-�l-s|s|�T" # Nuku-tai-Memeha
|
| 215 |
+
"�R�^yr��" # Nukutere
|
| 216 |
+
"eY�y�W" # Okoki
|
| 217 |
+
"eY�V��̑eY" # Oturereao
|
| 218 |
+
"Xob�V��" # Pangatoru
|
| 219 |
+
"^teYaSaS�b" # Riukakara
|
| 220 |
+
"bSNZaS�b�h�N" # Ruakaramea
|
| 221 |
+
"TX�T�V��" # Tahatuna
|
| 222 |
+
"�l�y̑�N" # Taikoria
|
| 223 |
+
"�l^t�N" # Tairea
|
| 224 |
+
"TX�W�cFz" # Takitimu
|
| 225 |
+
"v��u�b" # Tauira
|
| 226 |
+
"TX�̑�b�R" # Tawhirirangi
|
| 227 |
+
"yr-?��bv��e�" # Te-Aratauwhaiti
|
| 228 |
+
"yr-?��byr�eeY" # Te-Aratawhao
|
| 229 |
+
"yr-?��b�t" # Te-Arawa
|
| 230 |
+
"yr-�w6w̑" # Te-Hoiere
|
| 231 |
+
"yr-�y�t�V�e���N" # Te-Kohatuwhenua
|
| 232 |
+
"yr-l��s��" # Te-Mamaru
|
| 233 |
+
"yr->m>m-�W-�bWmO?�" # Te-Paepae-ki-Rarotonga
|
| 234 |
+
"yr-�b�Rl�Xb��" # Te-Rangimatoru
|
| 235 |
+
"yr-�b�RLN?�Fz�V" # Te-Rangiuamutu
|
| 236 |
+
"yr-������" # Te-Ririno
|
| 237 |
+
"yr-�taS�gb�gaS" # Te-Wakaringaringa
|
| 238 |
+
"yr-�uaS�V�e���N" # Te-Wakatuwhenua
|
| 239 |
+
"����Z" # Tinana
|
| 240 |
+
"Xb�^l���" # Tokomaru
|
| 241 |
+
"XbTX�b-O-aS̑�N" # Totara-i-Karia
|
| 242 |
+
"�V�RO-?�-�b�R" # Tunui-a-Rangi
|
| 243 |
+
"�V�e��?�" # Tuwhenua
|
| 244 |
+
"LNeYaSnfpQ<S" # Uruaokapuarangi
|
| 245 |
+
"�tO^^" # Waipapa
|
| 246 |
+
}
|
common/countries/Apache.txt
ADDED
|
@@ -0,0 +1,113 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = northamericagfx
|
| 3 |
+
color = { 198 158 109 }
|
| 4 |
+
revolutionary_colors = { 0 5 6 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
religious_ideas
|
| 7 |
+
defensive_ideas
|
| 8 |
+
offensive_ideas
|
| 9 |
+
trade_ideas
|
| 10 |
+
diplomatic_ideas
|
| 11 |
+
plutocracy_ideas
|
| 12 |
+
spy_ideas
|
| 13 |
+
economic_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
native_indian_archer
|
| 17 |
+
native_indian_tribal_warfare
|
| 18 |
+
algonkin_tomahawk_charge
|
| 19 |
+
commanche_swarm
|
| 20 |
+
native_indian_mountain_warfare
|
| 21 |
+
sioux_dragoon
|
| 22 |
+
american_western_franchise_warfare
|
| 23 |
+
}
|
| 24 |
+
monarch_names = {
|
| 25 |
+
"�TXk��� #0" = 20 # Sitahle #0
|
| 26 |
+
"eY?�yraS #0" = 20 # Oahtekah #0
|
| 27 |
+
"?�k�Nbk� #0" = 20 # Ahzaah #0
|
| 28 |
+
"�^Nb #0" = 20 # Kootzzah #0
|
| 29 |
+
"��KQTX��V #0" = 20 # Moketaveto #0
|
| 30 |
+
"eYk�Xb?�k��Q0tXbk�eY #0" = 20 # Ohtoahnesotowheo #0
|
| 31 |
+
"�TSaSj��Y #0" = 20 # Harkkahome #0
|
| 32 |
+
"Fz�u�h�QKQ #0" = 20 # Munamenek #0
|
| 33 |
+
"eYXb?�<S�eXb #0" = 20 # Otoahnisto #0
|
| 34 |
+
"l�k��u^k� #0" = 20 # Mahvipah #0
|
| 35 |
+
"TNmtTX #0" = 20 # Choseta #0
|
| 36 |
+
"�uk�fW #0" = 20 # Nahtan #0
|
| 37 |
+
"TR�RTX�y #0" = 20 # Konzhontaco #0
|
| 38 |
+
"�TyQk�GY #0" = 20 # Bazheech #0
|
| 39 |
+
"�cS�baS #0" = 20 # Tillaka #0
|
| 40 |
+
"�RTR #0" = 20 # Chacon #0
|
| 41 |
+
"��Nb��-�T�W #0" = 20 # Dasoda-hae #0
|
| 42 |
+
"�yGY�e #0" = 20 # Cochise #0
|
| 43 |
+
"1gk� #0" = 20 # Juh #0
|
| 44 |
+
"�VSY #0" = 20 # Delshay #0
|
| 45 |
+
"WS<S �R�� #0" = 20 # Nanni Chaddi #0
|
| 46 |
+
"�u �ceY �c�N #0" = 20 # Na tio tish #0
|
| 47 |
+
"ؚ�N�R #0" = 30 # Goyaale #0
|
| 48 |
+
"��k�yr�eyr #0" = -1 # Dahteste #0
|
| 49 |
+
"OS�eb�l #0" = -1 # Ilthgozay #0
|
| 50 |
+
"b�^ #0" = -1 # Gouyen #0
|
| 51 |
+
"W^� #0" = -1 # Lozen #0
|
| 52 |
+
"Xb�T6w?� #0" = -1 # Tohayea #0
|
| 53 |
+
}
|
| 54 |
+
leader_names = {
|
| 55 |
+
"^aS̑�N" # Jicarilla
|
| 56 |
+
"�h�eaS��W" # Mescalero
|
| 57 |
+
"GY̑aS�t" # Chiricahua
|
| 58 |
+
")RXo" # Lipan
|
| 59 |
+
"�N�t>m" # Yavapai
|
| 60 |
+
"�Xb" # Tonto
|
| 61 |
+
"�u�t�" # Navajo
|
| 62 |
+
"�bl�k�" # Ramah
|
| 63 |
+
"���T�" # Mojave
|
| 64 |
+
"Xb�l0t" # Toboso
|
| 65 |
+
"TNm�h" # Cholome
|
| 66 |
+
"��y�h" # Jocome
|
| 67 |
+
"�ZSW" # Sibolo
|
| 68 |
+
"iO��" # Pelone
|
| 69 |
+
"�f0t" # Manso
|
| 70 |
+
"�W�t" # Kiva
|
| 71 |
+
"?�̑�tO^" # Arivaipa
|
| 72 |
+
"aS�b�u�e" # Carlanas
|
| 73 |
+
"GY̑aS�t" # Chiricahua
|
| 74 |
+
"1g�R�Z" # Ch'uuk'anen
|
| 75 |
+
"���Q" # Cibecue
|
| 76 |
+
"�y�uyrW" # Coyotero
|
| 77 |
+
"�l�beY�Q�e" # Faraones
|
| 78 |
+
" T����" # Gileno
|
| 79 |
+
"�WeY�t" # KIowa
|
| 80 |
+
"ޏ�QW" # Llanero
|
| 81 |
+
")R�v�N�Q�e" # Lipiyanes
|
| 82 |
+
"s|�Y���u�e" # Mimbrenos
|
| 83 |
+
"��b��" # Mogollon
|
| 84 |
+
"�uO�l" # Na'iisha
|
| 85 |
+
"�uTXpg�e" # Natages
|
| 86 |
+
"�v�uS" # Pinal
|
| 87 |
+
"KQ��TN�e" # Querechos
|
| 88 |
+
}
|
| 89 |
+
ship_names = {
|
| 90 |
+
"�r�r" # Goshe
|
| 91 |
+
"��l�" # Tij
|
| 92 |
+
"���" # Biih
|
| 93 |
+
"�l�r" # Chaa
|
| 94 |
+
"pp�r" # Ba'cho
|
| 95 |
+
"ў�q" # Ts�t'soy�
|
| 96 |
+
"qS�r" # Ndotkah
|
| 97 |
+
"cm�q" # Tulij
|
| 98 |
+
"�,�" # Golizhi
|
| 99 |
+
"j�*s" # Dahszin�
|
| 100 |
+
"ΑTQ" # Gah
|
| 101 |
+
"�g.�" # Na'iltsoh
|
| 102 |
+
"Ėp�" # Itsa
|
| 103 |
+
"LN&�" # Gaag�
|
| 104 |
+
"+s4Yp�" # Muh
|
| 105 |
+
"҇dž" # T'iish
|
| 106 |
+
"8n|�" # Tog
|
| 107 |
+
"R�ن" # Dl'ishtloh�
|
| 108 |
+
"��" # Gosnih
|
| 109 |
+
"�p�e" # Ya'ii
|
| 110 |
+
"s�r" # Chinii
|
| 111 |
+
"Am4l" # Koh
|
| 112 |
+
"�vg" # Tl'�'na'ai
|
| 113 |
+
}
|
common/countries/Aquileia.txt
ADDED
|
@@ -0,0 +1,175 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = westerngfx
|
| 3 |
+
color = { 34 30 174 }
|
| 4 |
+
revolutionary_colors = { 14 0 14 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
defensive_ideas
|
| 7 |
+
trade_ideas
|
| 8 |
+
economic_ideas
|
| 9 |
+
diplomatic_ideas
|
| 10 |
+
innovativeness_ideas
|
| 11 |
+
spy_ideas
|
| 12 |
+
religious_ideas
|
| 13 |
+
administrative_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
western_medieval_infantry
|
| 17 |
+
western_medieval_knights
|
| 18 |
+
western_men_at_arms
|
| 19 |
+
italian_condotta
|
| 20 |
+
spanish_tercio
|
| 21 |
+
austrian_tercio
|
| 22 |
+
austrian_grenzer
|
| 23 |
+
austrian_hussar
|
| 24 |
+
austrian_white_coat
|
| 25 |
+
austrian_jaeger
|
| 26 |
+
mixed_order_infantry
|
| 27 |
+
open_order_cavalry
|
| 28 |
+
napoleonic_square
|
| 29 |
+
napoleonic_lancers
|
| 30 |
+
}
|
| 31 |
+
monarch_names = {
|
| 32 |
+
"�RN<SeY #0" = 50 # Antonio #0
|
| 33 |
+
"mY�u�y #1" = 20 # Lodovico #1
|
| 34 |
+
"TN�t<S #5" = 15 # Giovanni #5
|
| 35 |
+
"�)R�l #2" = 15 # Filippo #2
|
| 36 |
+
"<S�ym #1" = 15 # Niccol� #1
|
| 37 |
+
"|V�VW #2" = 10 # Pietro #2
|
| 38 |
+
"�R�eXb�Q #1" = 10 # Gastone #1
|
| 39 |
+
"eYXbZS�� #1" = 10 # Ottobuono #1
|
| 40 |
+
"^�R�� #1" = 10 # Pagano #1
|
| 41 |
+
"����Y #1" = 10 # Raimondo #1
|
| 42 |
+
"?��W̑�e #0" = 0 # Achille #0
|
| 43 |
+
"?�S�Xb #0" = 0 # Alberto #0
|
| 44 |
+
"��Q�NXb #0" = 0 # Benedetto #0
|
| 45 |
+
"ZS<S�lTN #0" = 0 # Bonifacio #0
|
| 46 |
+
"aSs|m #0" = 0 # Camillo #0
|
| 47 |
+
"KQ�R�eY #0" = 0 # Claudio #0
|
| 48 |
+
"��̑eY #0" = 0 # Dario #0
|
| 49 |
+
"�V�hyȓeY #0" = 0 # Demetrio #0
|
| 50 |
+
"�Wl��R�W�� #0" = 0 # Emanuele #0
|
| 51 |
+
"�WS�h�e #0" = 0 # Ermes #0
|
| 52 |
+
"�l^̑P�eY #0" = 0 # Fabrizio #0
|
| 53 |
+
"9�)RR #0" = 0 # Felice #0
|
| 54 |
+
"VgR�e�y #0" = 0 # Francesco #0
|
| 55 |
+
"�R�WTX�� #0" = 0 # Gaetano #0
|
| 56 |
+
"pgW<S�� #0" = 0 # Geronimo #0
|
| 57 |
+
"-WY #0" = 0 # Guido #0
|
| 58 |
+
"O<S�NP�eY #0" = 0 # Ignazio #0
|
| 59 |
+
"Ŗ�S�l #0" = 0 # Jacopo #0
|
| 60 |
+
"��eY�uSY #0" = 0 # Leonardo #0
|
| 61 |
+
"��eY�lSY #0" = 0 # Leopoldo #0
|
| 62 |
+
"bS�W�� #0" = 0 # Luchino #0
|
| 63 |
+
"l�SRm #0" = 0 # Marcello #0
|
| 64 |
+
"l��s|)R�N�� #0" = 0 # Massimiliano #0
|
| 65 |
+
"l��leY #0" = 0 # Matteo #0
|
| 66 |
+
"eYTX�u�N�� #0" = 0 # Ottaviano #0
|
| 67 |
+
"�OW #0" = 0 # Paolo #0
|
| 68 |
+
"�b�mW #0" = 0 # Raniero #0
|
| 69 |
+
"(�S�tXb�� #0" = 0 # Salvatore #0
|
| 70 |
+
"�����leY #0" = 0 # Timoteo #0
|
| 71 |
+
"LN�Xb #0" = 0 # Uberto #0
|
| 72 |
+
"�uXb̑eY #0" = 0 # Vittorio #0
|
| 73 |
+
"�N�SqS�V�b #0" = -1 # Alessandra #0
|
| 74 |
+
"�RSs|Z #0" = -1 # Carmina #0
|
| 75 |
+
"iO�uZ #0" = -1 # Fulvia #0
|
| 76 |
+
}
|
| 77 |
+
leader_names = {
|
| 78 |
+
"?��V�b�eY" # Adelasio
|
| 79 |
+
"?�S�<S" # Aldini
|
| 80 |
+
"�N�SqS�V̑" # Alessandri
|
| 81 |
+
"?�SZS̑eY �h�b" # Arborio Mella
|
| 82 |
+
"�T�k�N�� �S&q�u0t" # Barbiano Belgioioso
|
| 83 |
+
"�TS<S�N<S" # Bargnani
|
| 84 |
+
"�k�^)R � �b�t" # Bigliori di Lava
|
| 85 |
+
"�k�bb" # Birago
|
| 86 |
+
"ZSW�heY" # Borromeo
|
| 87 |
+
"^���Q��" # Brunetti
|
| 88 |
+
"aS�WTX<S" # Caetani
|
| 89 |
+
"� NWnf�l�T0t" # di Campofregoso
|
| 90 |
+
"aS�bTNW" # Caracciolo
|
| 91 |
+
"aS�b�l" # Carafa
|
| 92 |
+
"� aSS�N" # di Card�
|
| 93 |
+
"�VS aS��Xb" # del Carreto
|
| 94 |
+
"TRTX̑<S" # Containi
|
| 95 |
+
"VpQ�W" # Franchi
|
| 96 |
+
" T�eȒ" # Ghislieri
|
| 97 |
+
"�Q(��R" # Gonzaga
|
| 98 |
+
"<h̑l�S� � ^�eaS" # Grimaldi di Busca
|
| 99 |
+
"�V �SyQ�f" # de Guzman
|
| 100 |
+
"pQ���" # Lamberti
|
| 101 |
+
"�V ���t" # de Leiva
|
| 102 |
+
"bSeY�" # Luosi
|
| 103 |
+
"bS^XS�u �k�^)R" # Luserna Bigliori
|
| 104 |
+
"bS^XS�u �V�b Xb��" # Luserna della Torre
|
| 105 |
+
"�fGY<S" # Mancini
|
| 106 |
+
"�,rGY � l�̑<S�N��" # Medici di Marignano
|
| 107 |
+
"�hSP�" # Melzi
|
| 108 |
+
"�V ��yr" # del Monte
|
| 109 |
+
"���eaS��" # Moscati
|
| 110 |
+
"eY�N�eaSS�W" # Odescalchi
|
| 111 |
+
"^��eYm T ��9��bXb" # Paleologi Montferrato
|
| 112 |
+
"^�b��" # Paradisi
|
| 113 |
+
"�kb" # Pico
|
| 114 |
+
"���R" # Ruga
|
| 115 |
+
"(��T��" # Sabbati
|
| 116 |
+
"� (�bSPO" # di Saluzzo
|
| 117 |
+
"(��lS�" # Savoldi
|
| 118 |
+
"�V�b �eaS�b" # della Scalla
|
| 119 |
+
"^XS�m<S" # Serbelloni
|
| 120 |
+
"�e�Q�V�b,r" # Sfondrati
|
| 121 |
+
"�e�ySNb" # Sforza
|
| 122 |
+
"0tl�̑�t" # Sommariva
|
| 123 |
+
"0tnfpQ�" # Sopransi
|
| 124 |
+
"�e�v���b" # Spinola
|
| 125 |
+
"�l�e��" # Testi
|
| 126 |
+
"��PO�m" # Tizzone
|
| 127 |
+
"�u�eTR��" # Visconti
|
| 128 |
+
}
|
| 129 |
+
ship_names = {
|
| 130 |
+
"?�)R�NTX" # Alliata
|
| 131 |
+
"�V��s|�N���v?�̑�Xb" # Ariberto d'Intimiano
|
| 132 |
+
"�R�eiOXb" # Ansperto
|
| 133 |
+
"?�PO<S��u�eTR��" # Azzone Visconti
|
| 134 |
+
"R&OTX��" # Celentano
|
| 135 |
+
"�y�h��R TS�Xb" # come Angilberto
|
| 136 |
+
"�y��" # Como
|
| 137 |
+
"�y�bY�NN" # Corrado II
|
| 138 |
+
"KQ�����u" # Cremona
|
| 139 |
+
"�)R�l �sKN�N" # Filippo Maria
|
| 140 |
+
"pQ^W�l" # Fiumi Lambro
|
| 141 |
+
"eYm�u�l" # Fiumi l'Olona
|
| 142 |
+
"^X�0t�l" # Fiume Seveso
|
| 143 |
+
"VgR�e�y��e�ySNb" # Francesco Sforza
|
| 144 |
+
" T�R��R���NPO��u�eTR��" # Gian Galeazzo Visconti
|
| 145 |
+
"���y" # Lecco
|
| 146 |
+
"m�" # Lodi
|
| 147 |
+
"&O�T,r" # Lombardia
|
| 148 |
+
"^�u�N" # Pavia
|
| 149 |
+
"?�SZS�V���s" # Re Alboino
|
| 150 |
+
"1W�T�k�b" # San Babila
|
| 151 |
+
"1W��u���KN��" # San Bernardino alle Ossa
|
| 152 |
+
"1WKQ̑�eXbiOW�ς��u�ȗeY" # San Cristoforo sul Naviglio
|
| 153 |
+
"TRaS�v1WTN�t<S" # San Giovanni in Conca
|
| 154 |
+
"1W�T��" # San Gottardo
|
| 155 |
+
"1Wm&OPO" # San Lorenzo
|
| 156 |
+
"1Wl��S" # San Marco
|
| 157 |
+
"1W�u�Rm�l�&q��" # San Nazaro Maggiore
|
| 158 |
+
"1W�e=O�z�R��" # San Simpliciano
|
| 159 |
+
"1W(���W" # San Satiro
|
| 160 |
+
"GY��1W�k" # Santa Maria dei Miracoli
|
| 161 |
+
"1WeY�S�eN" # Sant'Agostino
|
| 162 |
+
"1W�R^W&q" # Sant'Ambrogio
|
| 163 |
+
"1W'k�eXb TeY" # Sant'Eustorgio
|
| 164 |
+
"1W�eyr�Q��" # Santo Stefano
|
| 165 |
+
"�g�V̑eY" # Sondrio
|
| 166 |
+
"�l�b<S" # Terragni
|
| 167 |
+
"�leYY�g��" # Teodolinda
|
| 168 |
+
"Xb̑�N<S" # Torriani
|
| 169 |
+
"�tS�Xb" # Valperto
|
| 170 |
+
"�t���l" # Varese
|
| 171 |
+
"�uS T)ReY" # Virgilio
|
| 172 |
+
}
|
| 173 |
+
army_names = {
|
| 174 |
+
"$PROVINCE$�Q" # Armata de $PROVINCE$
|
| 175 |
+
}
|
common/countries/Arabia.txt
ADDED
|
@@ -0,0 +1,183 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = muslimgfx
|
| 3 |
+
color = { 76 141 58 }
|
| 4 |
+
revolutionary_colors = { 10 0 1 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
religious_ideas
|
| 7 |
+
defensive_ideas
|
| 8 |
+
trade_ideas
|
| 9 |
+
offensive_ideas
|
| 10 |
+
spy_ideas
|
| 11 |
+
diplomatic_ideas
|
| 12 |
+
quantity_ideas
|
| 13 |
+
economic_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
mamluk_archer
|
| 17 |
+
mamluk_cavalry_charge
|
| 18 |
+
mamluk_duel
|
| 19 |
+
mamluk_musket_charge
|
| 20 |
+
muslim_mass_infantry
|
| 21 |
+
muslim_dragoon
|
| 22 |
+
ali_bey_reformed_infantry
|
| 23 |
+
}
|
| 24 |
+
monarch_names = {
|
| 25 |
+
"FzU؞�V #4" = 40 # Muhammad #4
|
| 26 |
+
"u(�Ok� #0" = 40 # Q�nsawh #0
|
| 27 |
+
"T�f �O #0" = 40 # T�m�n Bay #0
|
| 28 |
+
"�T�baSyr #0" = 30 # Barak�t #0
|
| 29 |
+
"�TNb #0" = 10 # Hazza #0
|
| 30 |
+
"���Tȏ�V #2" = 50 # Ahmad #2
|
| 31 |
+
"�wȏ�� #1" = 10 # Humaida #1
|
| 32 |
+
"�vOyr #0" = 10 # Qa'it #0
|
| 33 |
+
"TXKQ�T #0" = 10 # Takaba #0
|
| 34 |
+
"�TQh #1" = 10 # Hassan #1
|
| 35 |
+
"?�^ TX)RjS #0" = 10 # Abu Talib #0
|
| 36 |
+
"?�^ �R O�V̑�e #0" = 10 # Abu Aun Idris #0
|
| 37 |
+
"Fz1k #0" = 10 # Mushin #0
|
| 38 |
+
"l�ς�V #0" = 30 # Mas'ud #0
|
| 39 |
+
"?�jSjg�b #0" = 20 # 'Abdullah #0
|
| 40 |
+
"�R�V #0" = 10 # Zaid #0
|
| 41 |
+
"�us| #0" = 10 # Nami #0
|
| 42 |
+
"(�?��V #0" = 10 # Sa'ad #0
|
| 43 |
+
"i�IN�V #0" = 20 # Sa'id #0
|
| 44 |
+
"?�jSjg�R �T)R�Y #0" = 10 # 'Abdul-Karim #0
|
| 45 |
+
"?�^ Fz1k #0" = 10 # 'Abul Muhsin #0
|
| 46 |
+
"?�jSjg�b #0" = 20 # 'Abd al-Ilah #0
|
| 47 |
+
"?�̑ #2" = 10 # 'Ali #2
|
| 48 |
+
"�Swm�N #0" = 10 # Yahya #0
|
| 49 |
+
"Fz�T�bKQ #0" = 10 # Mubarak #0
|
| 50 |
+
"l�i�IN�V #0" = 10 # Masa'id #0
|
| 51 |
+
">��lS #0" = 10 # Djafar #0
|
| 52 |
+
"O�u�R #0" = 20 # In�l #0
|
| 53 |
+
"�w`aS9N #1" = 20 # Khusqadam #1
|
| 54 |
+
"?�jSjg�R ?�P�yQ #0" = 20 # 'Abd al-'Aziz #0
|
| 55 |
+
"Fz�eTX�V #0" = 20 # al-Musta'in #0
|
| 56 |
+
"�u�?Q �lV� T #0" = 20 # al-Nasr Faraj #0
|
| 57 |
+
"�TS�e�b #0" = 20 # Barsbay #0
|
| 58 |
+
">��yl�KQ #0" = 20 # Jaqmaq #0
|
| 59 |
+
"aSOyr�T #0" = 20 # Q�yit Bay #0
|
| 60 |
+
"0�k� l��T�� #0" = 20 # Shaik al-Mahmudi #0
|
| 61 |
+
"^(g?QN�� #0" = 20 # Timurbugh� #0
|
| 62 |
+
"eY�e�f #0" = 20 # 'Uthman #0
|
| 63 |
+
"�S�R�b #0" = 20 # Yalbay #0
|
| 64 |
+
"`S^�byr #0" = 20 # J�nbul�t #0
|
| 65 |
+
"O.t�y #0" = 20 # Y�suf #0
|
| 66 |
+
"�TS�^KQ #1" = 15 # Barq�q #1
|
| 67 |
+
"?�̑ #2" = 10 # 'Al� #2
|
| 68 |
+
"�b�TS�e #2" = 10 # Baybars #2
|
| 69 |
+
"�T T #2" = 10 # H�jj� #2
|
| 70 |
+
"�l�s #2" = 10 # Sha'b�n #2
|
| 71 |
+
"?�^ �TaSS #1" = 10 # Ab� Bakr #1
|
| 72 |
+
"�TQh #1" = 10 # al-Hasan #1
|
| 73 |
+
"O�e�s�N #1" = 10 # Isma'�l #1
|
| 74 |
+
"�^HSKQ #1" = 10 # K�j�k #1
|
| 75 |
+
"�l̑k� #1" = 10 # S�lih #1
|
| 76 |
+
"?�jSjg�R l�)RKQ #0" = 0 # 'Abd al-Malik #0
|
| 77 |
+
"�T^S #0" = 0 # Basir #0
|
| 78 |
+
"�l�V�R #0" = 0 # Fadl #0
|
| 79 |
+
"�vyr #0" = 0 # Ghayth #0
|
| 80 |
+
"�T�c�Y #0" = 0 # Hatim #0
|
| 81 |
+
"O)R�N�e #0" = 0 # Ilyas #0
|
| 82 |
+
">��kS #0" = 0 # Jabir #0
|
| 83 |
+
"�u��Y #0" = 0 # Nadim #0
|
| 84 |
+
"<SNbS #0" = 0 # Nizar #0
|
| 85 |
+
"aS��Y #0" = 0 # Qasim #0
|
| 86 |
+
"(�� #0" = 0 # Sa'di #0
|
| 87 |
+
"i�IN�V #0" = 0 # Sayyid #0
|
| 88 |
+
"2S�R�e #0" = 0 # Yunus #0
|
| 89 |
+
"�b T�N #0" = -1 # Rajya #0
|
| 90 |
+
"�l^�b #0" = -1 # Shahira #0
|
| 91 |
+
"2S�e�b #0" = -1 # Yusra #0
|
| 92 |
+
"?��s #0" = -1 # Asma #0
|
| 93 |
+
}
|
| 94 |
+
leader_names = {
|
| 95 |
+
"O.t�y" # Youssef
|
| 96 |
+
"TX)R^" # Taleb
|
| 97 |
+
"fjS�b1k" # Ibrahim
|
| 98 |
+
"�T)R�R" # Khalil
|
| 99 |
+
"(�)Rk�" # Saleh
|
| 100 |
+
"�lS�Tyr" # Farhat
|
| 101 |
+
"�ll��e" # Chammas
|
| 102 |
+
"�fςS" # Mansour
|
| 103 |
+
"?��b�e" # Abbas
|
| 104 |
+
"�TFz�V" # Hammoud
|
| 105 |
+
"?�̑" # Ali
|
| 106 |
+
"�W�TKQ" # Aybak
|
| 107 |
+
"�b�TS�e" # Baibars
|
| 108 |
+
"�O" # Bay
|
| 109 |
+
"�O" # Bey
|
| 110 |
+
"^�T" # Bugha
|
| 111 |
+
"O�u�R" # In�l
|
| 112 |
+
"NWςS" # Kansur
|
| 113 |
+
"i��y�" # Sayfuddin
|
| 114 |
+
"^� T" # Zangi
|
| 115 |
+
}
|
| 116 |
+
ship_names = {
|
| 117 |
+
"Il�V" # Hijaz
|
| 118 |
+
" T��" # Jeddah
|
| 119 |
+
"���R" # Mecca
|
| 120 |
+
"��0W��" # Medina
|
| 121 |
+
"�b9NqS" # Jabal Baydan
|
| 122 |
+
"�l�t��qS" # Jabal Sawda
|
| 123 |
+
"?�^�TQhqS" # Jabal Abu Hasan
|
| 124 |
+
"1gV��bqS" # Jabal al-Jurayrah
|
| 125 |
+
"�W�NjS�q�S" # Harrat Al-Kishb
|
| 126 |
+
"�b�Tyr�q�S" # Harrat Rahat
|
| 127 |
+
"�u�t�V�q�S" # Harrat Nawasif
|
| 128 |
+
"�T9N�q�S" # Harrat Hadan
|
| 129 |
+
"^�S�Y�q�S" # Harrat Al-Buqum
|
| 130 |
+
"wm�bS�q�S" # Harrat Khaybar
|
| 131 |
+
"�^V�l��q�S" # Harrat Kurama
|
| 132 |
+
"LNHYOS�q�S" # Harrat al-Unayyir
|
| 133 |
+
"�R^S��TS�^KQ" # Zaher Barqooq
|
| 134 |
+
"�l�b<h�,g��TS�^KQ" # Farag Ben Barqooq
|
| 135 |
+
",g��TS�^KQ" # Ben Barqooq
|
| 136 |
+
"Fz>�^�V�0�k�" # Muyaid Sheikh
|
| 137 |
+
"?��f�Fz>�^�V" # Ahmen Muyaid
|
| 138 |
+
"�R^S���|�" # Zaher Tatar
|
| 139 |
+
"�ui�S�FzU؞�V" # Nasser Muhamed
|
| 140 |
+
"?��N�b+Y��TS�e�b" # Ashraf Barsbay
|
| 141 |
+
"?�P�yQ��Rl�S" # Aziz Gamal
|
| 142 |
+
"<SW�l" # Nahr an-Nil
|
| 143 |
+
"�l�b��b" # Al-Farafirah
|
| 144 |
+
"��k���" # Ad-D�khilah
|
| 145 |
+
"�T̑pg" # Al-Kharijah
|
| 146 |
+
"?�̑" # Al-Ali
|
| 147 |
+
"�Tk�̑6w" # Al-Bahriyah
|
| 148 |
+
"�Haw" # Rahman
|
| 149 |
+
"yrHaw" # Rahim
|
| 150 |
+
"T�s" # Malik
|
| 151 |
+
"�1Ww" # Quddus
|
| 152 |
+
"�R�Rw" # Salam
|
| 153 |
+
"�O��w" # Mu'min
|
| 154 |
+
"�R�bw" # Muhaymin
|
| 155 |
+
"Cg�ww" # Aziz
|
| 156 |
+
"'Y�ww" # Jabbar
|
| 157 |
+
"^ZSw" # Mutakabbir
|
| 158 |
+
"RNIN" # Khaliq
|
| 159 |
+
"�z�lw" # Bari
|
| 160 |
+
"QXbVw" # Musawwir
|
| 161 |
+
"�U`w" # Ghaffar
|
| 162 |
+
"�Vgw" # Qahhar
|
| 163 |
+
"P��yw" # Wahhab
|
| 164 |
+
"�O�uw" # Razzaq
|
| 165 |
+
"V=Tw" # Fattah
|
| 166 |
+
"hQ�ww" # Alim
|
| 167 |
+
"O�bkw" # Qabid
|
| 168 |
+
"�R�Rw" # Basit
|
| 169 |
+
",�*�w" # Khafid
|
| 170 |
+
"�dGSw" # Rafi
|
| 171 |
+
"P��Nc�ww" # Mu'izz
|
| 172 |
+
"�e�NIw��w" # Mudhill
|
| 173 |
+
"hQ,Tw" # Sami
|
| 174 |
+
"hQƉw" # Basir
|
| 175 |
+
"�N��w" # Hakam
|
| 176 |
+
"ckIN" # Adl
|
| 177 |
+
}
|
| 178 |
+
army_names = {
|
| 179 |
+
"$PROVINCE$KN�Q" # Jaish-al $PROVINCE$
|
| 180 |
+
}
|
| 181 |
+
fleet_names = {
|
| 182 |
+
"$PROVINCE$0��" # Istawal-al $PROVINCE$
|
| 183 |
+
}
|
common/countries/Aragon.txt
ADDED
|
@@ -0,0 +1,165 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = westerngfx
|
| 3 |
+
color = { 166 68 72 }
|
| 4 |
+
revolutionary_colors = { 4 8 4 }
|
| 5 |
+
historical_score = 400
|
| 6 |
+
historical_idea_groups = {
|
| 7 |
+
maritime_ideas
|
| 8 |
+
quantity_ideas
|
| 9 |
+
religious_ideas
|
| 10 |
+
trade_ideas
|
| 11 |
+
naval_ideas
|
| 12 |
+
economic_ideas
|
| 13 |
+
innovativeness_ideas
|
| 14 |
+
offensive_ideas
|
| 15 |
+
}
|
| 16 |
+
historical_units = {
|
| 17 |
+
western_medieval_infantry
|
| 18 |
+
western_medieval_knights
|
| 19 |
+
western_men_at_arms
|
| 20 |
+
spanish_tercio
|
| 21 |
+
french_caracolle
|
| 22 |
+
austrian_tercio
|
| 23 |
+
austrian_grenzer
|
| 24 |
+
austrian_hussar
|
| 25 |
+
austrian_white_coat
|
| 26 |
+
austrian_jaeger
|
| 27 |
+
mixed_order_infantry
|
| 28 |
+
open_order_cavalry
|
| 29 |
+
napoleonic_square
|
| 30 |
+
napoleonic_lancers
|
| 31 |
+
}
|
| 32 |
+
monarch_names = {
|
| 33 |
+
"9�SWSY #0" = 40 # Ferran #0
|
| 34 |
+
"?��e0t #4" = 20 # Alfons #4
|
| 35 |
+
"�u�R #1" = 20 # Joan #1
|
| 36 |
+
"aS���e #0" = 10 # Carles #0
|
| 37 |
+
"iO�� #4" = 5 # Pere #4
|
| 38 |
+
"Qh�e #1" = 5 # San� #1
|
| 39 |
+
"i`̑KQ #0" = 5 # Enric #0
|
| 40 |
+
"j��h #2" = 5 # Jaume #2
|
| 41 |
+
"l��� #0" = 20 # Mart� #0
|
| 42 |
+
"�R�V�� #0" = 0 # Andreu #0
|
| 43 |
+
"�RN<S #0" = 0 # Antoni #0
|
| 44 |
+
"?�SYt #0" = 0 # Arnau #0
|
| 45 |
+
"eY��N�e #0" = 0 # Ausi�s #0
|
| 46 |
+
"�TXb�hLN #0" = 0 # Bartomeu #0
|
| 47 |
+
"�S�uyr #0" = 0 # Bernat #0
|
| 48 |
+
"^X(�S #0" = 0 # C�sar #0
|
| 49 |
+
"Ys|<SKQ #0" = 0 # Dom�nec #0
|
| 50 |
+
"9�)RiO #0" = 0 # Felip #0
|
| 51 |
+
"Vg^X�eKQ #0" = 0 # Francesc #0
|
| 52 |
+
"V���V̑KQ #0" = 0 # Frederic #0
|
| 53 |
+
"�R�e^ #0" = 0 # Gaspar #0
|
| 54 |
+
" TS #0" = 0 # Gil #0
|
| 55 |
+
"!�(�S #0" = 0 # Gon�al #0
|
| 56 |
+
" TR�Y #0" = 0 # Guillem #0
|
| 57 |
+
"LN<h #0" = 0 # Hug #0
|
| 58 |
+
"O<h�u� #0" = 0 # Ignasi #0
|
| 59 |
+
"<S�� #0" = 0 # Ildefons #0
|
| 60 |
+
" TeY<S #0" = 0 # Jeroni #0
|
| 61 |
+
"�S� #0" = 0 # Jordi #0
|
| 62 |
+
" TeY�nf #0" = 0 # Josep #0
|
| 63 |
+
"W&OKQ #0" = 0 # Lloren� #0
|
| 64 |
+
"�f�e #0" = 0 # Llu�s #0
|
| 65 |
+
"iO�� �f�e #0" = 0 # Pere Llu�s #0
|
| 66 |
+
"�^�e #0" = 0 # Pon� #0
|
| 67 |
+
"�b�� #0" = 0 # Ramon #0
|
| 68 |
+
"W�V̑KQ #0" = 0 # Roderic #0
|
| 69 |
+
"MONARCH_NAME_SIMEO" = 0
|
| 70 |
+
"Xbl��e #0" = 0 # Tom�s #0
|
| 71 |
+
"���KQ #0" = 0 # D�dac #0
|
| 72 |
+
"�R��N #0" = 0 # Garc�a #0
|
| 73 |
+
"�N�Smg�V�b #0" = -5 # Alejandra #0
|
| 74 |
+
"NW�V�b #0" = -5 # Candela #0
|
| 75 |
+
"O�e^t�b #0" = -5 # Estrella #0
|
| 76 |
+
}
|
| 77 |
+
leader_names = {
|
| 78 |
+
"�V ?��b!�" # de Alag�n
|
| 79 |
+
"?�s|KQ" # Amic
|
| 80 |
+
"�V ?��b!�" # d'Arag�
|
| 81 |
+
"?�S^�e" # Arbu�s
|
| 82 |
+
"�V eY0W)R" # d'�ustria
|
| 83 |
+
"�V ?�6w�V�u" # de Ayerbe
|
| 84 |
+
"�T�b<hS" # Balaguer
|
| 85 |
+
"�T^Xm" # Barcel�
|
| 86 |
+
"�V �SGYyr" # de Belchite
|
| 87 |
+
"�S<h��" # Bergued�
|
| 88 |
+
"�S(�" # Bielsa
|
| 89 |
+
"�V ZSS�T" # de Borja
|
| 90 |
+
"�V aS^���b" # de Cabrera
|
| 91 |
+
"aS�TS" # Cajal
|
| 92 |
+
"�ym�Y" # Colom
|
| 93 |
+
"Ys|<SKQ" # Dom�nec
|
| 94 |
+
"�V i`nf̑�e" # d'Emp�ries
|
| 95 |
+
"9�SWS�V�e �V O�TS" # Fern�ndez de Hijar
|
| 96 |
+
"9��R" # Ferrer
|
| 97 |
+
"�ySKQ �V aSY�u" # Folc de Cardona
|
| 98 |
+
"iOg�T" # Franco
|
| 99 |
+
"�R�gY" # Galindo
|
| 100 |
+
" TS �V +R�V�s" # Gil de Biedma
|
| 101 |
+
" T�e=Oyr" # Gisbert
|
| 102 |
+
"�V T�h�b" # de Guimer�
|
| 103 |
+
"�V bXbS" # de Gotor
|
| 104 |
+
"�V �S���N" # de Gurrea
|
| 105 |
+
"�VOKQmt" # d'Ixer
|
| 106 |
+
"W����" # Loaisa
|
| 107 |
+
"�V bS�u" # de Luna
|
| 108 |
+
"l�XbW�b" # Martorell
|
| 109 |
+
"�V ��yraS��" # de Montcada
|
| 110 |
+
"��yr?��SY" # Monteagudo
|
| 111 |
+
"��fWZ" # Muntaner
|
| 112 |
+
"eY)R�t" # Oliva
|
| 113 |
+
"eYY�t�e" # Ordov�s
|
| 114 |
+
"�V�SS�e" # d'Ors
|
| 115 |
+
"iO<S�N" # Pe�a
|
| 116 |
+
"iO���e �V �yml�" # P�rez de Coloma
|
| 117 |
+
"�vKR" # Piquer
|
| 118 |
+
"�V ��KQ�h�e" # de Requesens
|
| 119 |
+
"�V �b )R=O" # de la Riba
|
| 120 |
+
"̑�lS" # Ripoll
|
| 121 |
+
"�V ̑iOS��" # de Ripperd�
|
| 122 |
+
"(��eyr��" # Sastre
|
| 123 |
+
"�V LNk�S" # d'Urgell
|
| 124 |
+
"�t���e" # Vall�s
|
| 125 |
+
"�S�VpQ" # Veldr�n
|
| 126 |
+
"��b�sKN" # Vilamar�
|
| 127 |
+
"�u�bW�N" # Villarroya
|
| 128 |
+
"�V (��lTX" # de Zaporta
|
| 129 |
+
}
|
| 130 |
+
ship_names = {
|
| 131 |
+
"�vr��gIQ" # Blanca Aurora
|
| 132 |
+
"1WŖT" # Sant Jacob
|
| 133 |
+
"�p0q" # Flama
|
| 134 |
+
"�k�r" # Lleona
|
| 135 |
+
"sp�" # Falc�
|
| 136 |
+
"�b�ZS�u�e�V�b" # La Bonaventura
|
| 137 |
+
"1W�RN<S" # Sant Antoni
|
| 138 |
+
"1Ws|<hS" # Sant Miquel
|
| 139 |
+
"1W=O�uyr" # Sant Bernat
|
| 140 |
+
"1WVg��e" # Sant Francesc
|
| 141 |
+
"1W?��RTX" # Santa �gata
|
| 142 |
+
"1W'k�b���N" # Santa Eul�lia
|
| 143 |
+
"1W�R+YRS" # Sant Gabriel
|
| 144 |
+
"1WKQ���yr" # Sant Climent
|
| 145 |
+
"1W�S�" # Sant Jordi
|
| 146 |
+
"�s�R" # La Reial
|
| 147 |
+
" NMONSO" # Trinitat
|
| 148 |
+
"1WASWR�g" # Santa Creu
|
| 149 |
+
"1W�s)R�N" # Santa Maria
|
| 150 |
+
"1WaS�lKNZ" # Santa Caterina
|
| 151 |
+
"1W�S�g" # Sant Joan Evangelista
|
| 152 |
+
"1W�����b" # Santa B�rbara
|
| 153 |
+
"Wl��v1W|V�V" # Sant Pere de Roma
|
| 154 |
+
"�w�" # La Gasela
|
| 155 |
+
"1W�s<h����Z" # Santa Magdalena
|
| 156 |
+
"1W�uKQXb" # Sant V�ctor
|
| 157 |
+
"Ξf" # Magnana
|
| 158 |
+
"1W���V�b" # Santa Ventura
|
| 159 |
+
"1W�yml�" # Santa Coloma
|
| 160 |
+
"1W�R^W�e" # Sant Ambr�s
|
| 161 |
+
"�UJ�" # La Garsa
|
| 162 |
+
}
|
| 163 |
+
army_names = {
|
| 164 |
+
"$PROVINCE$�Q�V" # Ter� de $PROVINCE$
|
| 165 |
+
}
|
common/countries/Arakan.txt
ADDED
|
@@ -0,0 +1,139 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = asiangfx
|
| 3 |
+
special_unit_culture = south_east_asian_special
|
| 4 |
+
color = { 212 211 151 }
|
| 5 |
+
revolutionary_colors = { 0 13 5 }
|
| 6 |
+
historical_idea_groups = {
|
| 7 |
+
defensive_ideas
|
| 8 |
+
offensive_ideas
|
| 9 |
+
trade_ideas
|
| 10 |
+
diplomatic_ideas
|
| 11 |
+
spy_ideas
|
| 12 |
+
quantity_ideas
|
| 13 |
+
administrative_ideas
|
| 14 |
+
religious_ideas
|
| 15 |
+
}
|
| 16 |
+
historical_units = {
|
| 17 |
+
east_asian_spearmen
|
| 18 |
+
eastern_bow
|
| 19 |
+
asian_arquebusier
|
| 20 |
+
asian_charge_cavalry
|
| 21 |
+
asian_mass_infantry
|
| 22 |
+
asian_musketeer
|
| 23 |
+
reformed_asian_musketeer
|
| 24 |
+
reformed_asian_cavalry
|
| 25 |
+
}
|
| 26 |
+
monarch_names = {
|
| 27 |
+
"W��ZN� #2" = 20 # Radzathu #2
|
| 28 |
+
"�h�� #0" = 20 # Thinggathu #0
|
| 29 |
+
"�Oid #3" = 20 # Saw Mon #3
|
| 30 |
+
"?�tY�VN� #0" = 20 # Anawrahta #0
|
| 31 |
+
"?��h #0" = 20 # Khayi #0
|
| 32 |
+
"V��WYr #0" = 20 # Letya #0
|
| 33 |
+
"��J�tY #0" = 20 # Naranu #0
|
| 34 |
+
"FZ�O�� #0" = 20 # Ba Saw Phyu #0
|
| 35 |
+
"v�S6w #0" = 20 # Dawlya #0
|
| 36 |
+
"FZ�OtY #0" = 20 # Ba Saw Nyo #0
|
| 37 |
+
"6w�V #0" = 20 # Ran Aung O #0
|
| 38 |
+
"�l�gKO�� #0" = 20 # Salingathu #0
|
| 39 |
+
"6wZ #0" = 20 # Raza #0
|
| 40 |
+
"��lFZ�c #0" = 20 # Gazapati #0
|
| 41 |
+
"�OLN #0" = 20 # Saw O #0
|
| 42 |
+
"�N�lY #0" = 20 # Thazata #0
|
| 43 |
+
"fm` #0" = 20 # Minkhaung #0
|
| 44 |
+
"fs^ #0" = 20 # Min Bin #0
|
| 45 |
+
"�c� #0" = 20 # Dikha #0
|
| 46 |
+
"�OW #0" = 20 # Saw Hla #0
|
| 47 |
+
"�`Y6w #0" = 20 # Sekkya #0
|
| 48 |
+
"�l�� #0" = 20 # Hpalaung #0
|
| 49 |
+
"f6wZ�� #0" = 20 # Razagri #0
|
| 50 |
+
"�˃ #0" = 20 # Khamaung #0
|
| 51 |
+
"�h)R��fid #0" = 20 # Thiri Thudhamma #0
|
| 52 |
+
"Z<S #0" = 20 # Sanay #0
|
| 53 |
+
"��W�l^ #0" = 20 # Narapati #0
|
| 54 |
+
"�N�b #0" = 20 # Thado #0
|
| 55 |
+
"�PN���fid #0" = 20 # Sanda Thudhamma #0
|
| 56 |
+
"OWfid #0" = 20 # Wara Dhamma #0
|
| 57 |
+
"mr<Sfid #0" = 20 # Mani Dhamma #0
|
| 58 |
+
"�PN���)R6w #0" = 30 # Sanda Thuriya #0
|
| 59 |
+
"��WY #0" = 20 # Nawrahta #0
|
| 60 |
+
"id>��k6w #0" = 20 # Mayonpiya #0
|
| 61 |
+
"�W�nN� #0" = 20 # Kalagandat #0
|
| 62 |
+
"��W�c�l^ #0" = 20 # Naradipati #0
|
| 63 |
+
"�PN��kidW #0" = 20 # Sanda Wimala #0
|
| 64 |
+
"�PN��k�l6w #0" = 20 # Sanda Wizaya #0
|
| 65 |
+
"��W�^�l^ #0" = 20 # Naradipadi #0
|
| 66 |
+
"��W�lOW #0" = 20 # Narapawara #0
|
| 67 |
+
"idN�)R #0" = 20 # Madarit #0
|
| 68 |
+
"��W?��l6w #0" = 20 # Nara Apaya #0
|
| 69 |
+
"�h)R�� #0" = 20 # Thirithu #0
|
| 70 |
+
"?��l6w #0" = 20 # Apaya #0
|
| 71 |
+
"�PN���id�� #0" = 20 # Sanda Thumana #0
|
| 72 |
+
"�PN��N�cN� #0" = 20 # Sanda Thaditha #0
|
| 73 |
+
"�NidN� #0" = 20 # Thammada #0
|
| 74 |
+
"�O�` #0" = -1 # Saw Sit #0
|
| 75 |
+
"�OFZtY #0" = -1 # Saw Pu Nyo #0
|
| 76 |
+
"�O�� #0" = -1 # Saw Pyauk #0
|
| 77 |
+
"ς�R(� #0" = -1 # Saw Pyinsa #0
|
| 78 |
+
"ς�Vs| #0" = -1 # Saw Yin Mi #0
|
| 79 |
+
}
|
| 80 |
+
leader_names = {
|
| 81 |
+
"?�1k" # Ashin
|
| 82 |
+
"��6w" # Binnya
|
| 83 |
+
"�s�N" # Banya
|
| 84 |
+
"�l" # Bo
|
| 85 |
+
"fqS" # Bogyoke
|
| 86 |
+
"S�" # Daw
|
| 87 |
+
"YO" # Duwa
|
| 88 |
+
"dW" # Khun
|
| 89 |
+
"�s" # Ko
|
| 90 |
+
"l�" # Ma
|
| 91 |
+
"l�i`" # Mahn
|
| 92 |
+
"ȏ" # Mai
|
| 93 |
+
"�R" # Me
|
| 94 |
+
"��" # Maung
|
| 95 |
+
"s|" # Mi
|
| 96 |
+
"Oe" # Min
|
| 97 |
+
"f" # Minh
|
| 98 |
+
"HY" # Nai
|
| 99 |
+
"WS" # Nang
|
| 100 |
+
"Yt" # Naw
|
| 101 |
+
"i�" # Sai
|
| 102 |
+
"(���" # Salai
|
| 103 |
+
"�u" # Sao
|
| 104 |
+
"ς" # Saw
|
| 105 |
+
"ς�T" # Sawbwa
|
| 106 |
+
"(�6w" # Saya
|
| 107 |
+
"(��Njg" # Sayadaw
|
| 108 |
+
"(��Nl�" # Sayama
|
| 109 |
+
"1k" # Shin
|
| 110 |
+
"�N�RY" # Tekkatho
|
| 111 |
+
"�V��" # Thakin
|
| 112 |
+
"�N^�s" # Theippan
|
| 113 |
+
U
|
| 114 |
+
}
|
| 115 |
+
ship_names = {
|
| 116 |
+
"?�S�w>m9�" # Alaumaphru
|
| 117 |
+
"?�ce�TmN��bNb" # Athinkhara Raza
|
| 118 |
+
"NW��ς^t�N" # Candasuriya
|
| 119 |
+
"���l�bNb" # Datharaza
|
| 120 |
+
"Vi`�h" # Foonthan
|
| 121 |
+
"be���^�" # Gandakudi
|
| 122 |
+
"�y̑�N" # Koliya
|
| 123 |
+
"�bKQ�N�Y`i" # Lakkyamunnan
|
| 124 |
+
"idËmr<S" # Mahamuni
|
| 125 |
+
"mR�Oid" # Mong Saw Mon
|
| 126 |
+
"�YLN" # Mrauk U
|
| 127 |
+
"mRaSvQ" # Mong Khaki
|
| 128 |
+
"mR�T" # Mong Ba
|
| 129 |
+
"mR�bNb<h" # Mong Razagree
|
| 130 |
+
"�X�T�^��eN�W" # Mahataing Candra
|
| 131 |
+
"VR`��" # Ngahnaloon
|
| 132 |
+
"ς̑�N" # Suriya
|
| 133 |
+
"ς̑�N��eN�W" # Suriya Candra
|
| 134 |
+
"�h�bNb" # Thiharaza
|
| 135 |
+
"(�GY�N<h�g" # Thakyawangree
|
| 136 |
+
"(�*t�N�Q�l" # Thakyawannge
|
| 137 |
+
"LNaS�T�b" # Ukkabala
|
| 138 |
+
"�t�V�T�s" # Waradhamma
|
| 139 |
+
}
|
common/countries/Arapaho.txt
ADDED
|
@@ -0,0 +1,117 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = northamericagfx
|
| 3 |
+
color = { 121 10 65 }
|
| 4 |
+
revolutionary_colors = { 5 0 1 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
religious_ideas
|
| 7 |
+
defensive_ideas
|
| 8 |
+
offensive_ideas
|
| 9 |
+
trade_ideas
|
| 10 |
+
diplomatic_ideas
|
| 11 |
+
plutocracy_ideas
|
| 12 |
+
spy_ideas
|
| 13 |
+
economic_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
native_indian_archer
|
| 17 |
+
native_indian_tribal_warfare
|
| 18 |
+
algonkin_tomahawk_charge
|
| 19 |
+
native_indian_horsemen
|
| 20 |
+
commanche_swarm
|
| 21 |
+
native_indian_mountain_warfare
|
| 22 |
+
sioux_dragoon
|
| 23 |
+
american_western_franchise_warfare
|
| 24 |
+
}
|
| 25 |
+
monarch_names = {
|
| 26 |
+
"�^�y�Y)R #0" = 20 # Comcomly #0
|
| 27 |
+
"W��S�e #0" = 10 # Tumulth #0
|
| 28 |
+
"�uiO(� #0" = 10 # Napesa #0
|
| 29 |
+
"�V T�e #0" = 10 # Injice #0
|
| 30 |
+
"TX� #0" = 10 # Tasyah #0
|
| 31 |
+
"�Q�KQ #0" = 10 # Nessick #0
|
| 32 |
+
"�Wyr�ul� #0" = 10 # Etnama #0
|
| 33 |
+
"Ri`&O�� #0" = 10 # Cheenlenten #0
|
| 34 |
+
"�u�N�N #0" = 10 # Nasyah #0
|
| 35 |
+
"?�^(�NYS #0" = 10 # Absaquil #0
|
| 36 |
+
"f��eYQh #0" = 10 # Quintioosan #0
|
| 37 |
+
"TXS(��vS #0" = 10 # Talsapeer #0
|
| 38 |
+
"ȏ�Q��TX #0" = 10 # Myneletta #0
|
| 39 |
+
"NY�N8Y�� #0" = 10 # Quiaquatty #0
|
| 40 |
+
"�NS�^�e #0" = 10 # Yalkus #0
|
| 41 |
+
"waSl� #0" = 10 # Kawkama #0
|
| 42 |
+
"�WS�e #0" = 10 # Kiles #0
|
| 43 |
+
"�y�t�V #0" = 10 # Kowahtough #0
|
| 44 |
+
"�RTX #0" = 10 # Anta #0
|
| 45 |
+
"NYJ��b #0" = 10 # Quilala #0
|
| 46 |
+
"�h8Y #0" = 10 # Mequah #0
|
| 47 |
+
"�NKQaS�c #0" = 10 # Yackatee #0
|
| 48 |
+
"XbiOS #0" = 10 # Tophor #0
|
| 49 |
+
"�T�b�R #0" = 10 # Hallale #0
|
| 50 |
+
"nfSKQTX #0" = 10 # Pulktah #0
|
| 51 |
+
"�V�Y�tS�e #0" = 10 # Tumwalth #0
|
| 52 |
+
"'k�s�u�T #0" = 10 # Obanahah #0
|
| 53 |
+
"�tp`�� #0" = 10 # Watchano #0
|
| 54 |
+
"���v<SKQ #0" = 10 # Teapinick #0
|
| 55 |
+
"�t�b�vaSyr #0" = 10 # Wallahpicate #0
|
| 56 |
+
"�bS�kKQ #0" = 10 # Lalbick #0
|
| 57 |
+
"�^aS�f�u #0" = 10 # Cuckamanna #0
|
| 58 |
+
"Xb��y�b #0" = 10 # Towyecolla #0
|
| 59 |
+
"�bU #0" = 10 # Laham #0
|
| 60 |
+
"^X�Q�pTX #0" = 10 # Senegertta #0
|
| 61 |
+
"nf)RNW #0" = 10 # Pulican #0
|
| 62 |
+
"yr�u #0" = 10 # Tena #0
|
| 63 |
+
"nfS�^nf���s #0" = 10 # Pulkuptima #0
|
| 64 |
+
"(��b+Y #0" = 10 # Sallaf #0
|
| 65 |
+
"�nf�w�QKQ #0" = 10 # Hoipkenek #0
|
| 66 |
+
"6wnfTX #0" = 10 # Yeptah #0
|
| 67 |
+
"(�N�l�e #0" = 10 # Satinvose #0
|
| 68 |
+
"�WS�t���e #0" = -1 # Elvamox #0
|
| 69 |
+
"�W�u+Y�eTX #0" = -1 # Ehyophsta #0
|
| 70 |
+
"s|�efW�e�VS #0" = -1 # Misstanstur #0
|
| 71 |
+
"TXTXXbO�e�Q #0" = -1 # Tahtahtoisneh #0
|
| 72 |
+
}
|
| 73 |
+
leader_names = {
|
| 74 |
+
"KQ�byr0tnf" # Clatsop
|
| 75 |
+
"aS�e�bs|yr" # Cathlamet
|
| 76 |
+
"�e�vSbSyr" # Skilloot
|
| 77 |
+
"aS�e�b�lyr�R" # Cathlapotle
|
| 78 |
+
"�YSyr��؞" # Multnomah
|
| 79 |
+
"�tyr�b�b" # Watlala
|
| 80 |
+
"KQm��t�b" # Clowwewalla
|
| 81 |
+
"KQ�bKQ؞�e" # Clackamas
|
| 82 |
+
"GYm�Wyr8Y" # Chiluckittequaw
|
| 83 |
+
"�VpQ" # Wishram
|
| 84 |
+
"�t�e�y" # Wasco
|
| 85 |
+
"?�yr�l��" # Atfalati
|
| 86 |
+
"�N�hS" # Yamel
|
| 87 |
+
"�bKQ*yr" # Lakmiut
|
| 88 |
+
"RiO�u�l" # Chepenafa
|
| 89 |
+
"ce�l�Y" # Santiam
|
| 90 |
+
"R�b�h�b" # Chelamela
|
| 91 |
+
"aS�bZS�N" # Calapooya
|
| 92 |
+
"8laS�b" # Yoncalla
|
| 93 |
+
}
|
| 94 |
+
ship_names = {
|
| 95 |
+
"'k�bKQ�e" # Oolax
|
| 96 |
+
"'k�^���e" # Oklumin
|
| 97 |
+
"Ng�ew�GY" # Ltsuq
|
| 98 |
+
"KQ�byr0tnf" # Clatsop
|
| 99 |
+
"aS�e�bs|yr" # Cathlamet
|
| 100 |
+
"�e�vSbSyr" # Skilloot
|
| 101 |
+
"aS�e�b�lyr�R" # Cathlapotle
|
| 102 |
+
"�YSyr��؞" # Multnomah
|
| 103 |
+
"�t)R�b" # Watlala
|
| 104 |
+
"KQm��t�b" # Clowwewalla
|
| 105 |
+
"KQ�bKQ؞�e" # Clackamas
|
| 106 |
+
"GYm�Wyr8Y" # Chiluckittequaw
|
| 107 |
+
"�VpQ" # Wishram
|
| 108 |
+
"�t�e�y" # Wasco
|
| 109 |
+
"?�yr�l��" # Atfalati
|
| 110 |
+
"�N�hS" # Yamel
|
| 111 |
+
"�bKQ*yr" # Lakmiut
|
| 112 |
+
"RiO�u�l" # Chepenafa
|
| 113 |
+
"ce�l�Y" # Santiam
|
| 114 |
+
"R�b�h�b" # Chelamela
|
| 115 |
+
"aS�bZS�N" # Calapooya
|
| 116 |
+
"8laS�b" # Yoncalla
|
| 117 |
+
}
|
common/countries/Arawak.txt
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = northamericagfx
|
| 3 |
+
color = { 102 120 225 }
|
| 4 |
+
revolutionary_colors = { 9 14 9 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
religious_ideas
|
| 7 |
+
defensive_ideas
|
| 8 |
+
offensive_ideas
|
| 9 |
+
maritime_ideas
|
| 10 |
+
trade_ideas
|
| 11 |
+
spy_ideas
|
| 12 |
+
diplomatic_ideas
|
| 13 |
+
economic_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
south_american_spearmen
|
| 17 |
+
south_american_warfare
|
| 18 |
+
inca_mountain_warfare
|
| 19 |
+
incan_slingshots
|
| 20 |
+
incan_axemen
|
| 21 |
+
south_american_gunpowder_warfare
|
| 22 |
+
south_american_reformed_gunpowder_warfare
|
| 23 |
+
south_american_arquebusier
|
| 24 |
+
westernized_incan
|
| 25 |
+
reformed_westernized_incan
|
| 26 |
+
incan_guerilla_warfare
|
| 27 |
+
}
|
| 28 |
+
leader_names = {
|
| 29 |
+
"aSmV!�" # Kapongong
|
| 30 |
+
"l��^�N" # Makushi
|
| 31 |
+
"�yW�T�TY" # Korobahado
|
| 32 |
+
"^�u�v" # Panapi
|
| 33 |
+
"UȃTXW" # Muritaro
|
| 34 |
+
"�l�b)R��" # Fararinno
|
| 35 |
+
"aSVTXO" # Kafotay
|
| 36 |
+
"UaS�aS�" # Mudaukaho
|
| 37 |
+
"�tO?�" # Waia
|
| 38 |
+
"l���<SZ" # Madinina
|
| 39 |
+
}
|
| 40 |
+
monarch_names = {
|
| 41 |
+
"�u�tNS�R�Y #0" = 10 # Wiwakaleme #0
|
| 42 |
+
"j��TΞ̑�N #0" = 10 # Haubariria #0
|
| 43 |
+
"Xb�b�Y�b #0" = 10 # Toratora #0
|
| 44 |
+
"?�idWTXk� j��TΞ̑�N #0" = 10 # Amorotahe Haubariria #0
|
| 45 |
+
"�Q�SGY #0" = 10 # Kaigouchi #0
|
| 46 |
+
"�u�y �b̑�t #0" = 10 # Shoko Laliwa #0
|
| 47 |
+
"?��b #0" = 10 # Arah #0
|
| 48 |
+
"�v̑�N #0" = 10 # Pirij� #0
|
| 49 |
+
"?��bTX #0" = 10 # Arata #0
|
| 50 |
+
"Xb^t #0" = 10 # Toru� #0
|
| 51 |
+
"id�kvQ #0" = 10 # Mbicy #0
|
| 52 |
+
"�lNY�b #0" = -1 # Takuiba #0
|
| 53 |
+
"�eb #0" = -1 # Twengga #0
|
| 54 |
+
"<S�N�t #0" = -1 # Neyawa #0
|
| 55 |
+
}
|
| 56 |
+
ship_names = {
|
| 57 |
+
".�irIN" # Adaiahuli
|
| 58 |
+
")Yyz" # Aiyunbana
|
| 59 |
+
"�tO?��l" # Waia
|
| 60 |
+
"dž(gKN�l" # Demerara
|
| 61 |
+
"ёRf�I�^y" # Koyaha Maka
|
| 62 |
+
"M��yKN0W" # Hairoun
|
| 63 |
+
"aS�h���m�S" # Camerhogne
|
| 64 |
+
"�sZtKN�S" # Kayryouacou
|
| 65 |
+
"1�%�KN�S" # Hiwanarau
|
| 66 |
+
"�SS" # Kairi
|
| 67 |
+
"����KN�S" # Madinina
|
| 68 |
+
}
|
common/countries/Ardabil.txt
ADDED
|
@@ -0,0 +1,188 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = muslimgfx
|
| 3 |
+
color = { 68 110 35 }
|
| 4 |
+
revolutionary_colors = { 13 8 11 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
defensive_ideas
|
| 7 |
+
religious_ideas
|
| 8 |
+
offensive_ideas
|
| 9 |
+
trade_ideas
|
| 10 |
+
spy_ideas
|
| 11 |
+
economic_ideas
|
| 12 |
+
diplomatic_ideas
|
| 13 |
+
administrative_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
persian_footsoldier
|
| 17 |
+
persian_cavalry_charge
|
| 18 |
+
persian_shamshir
|
| 19 |
+
qizilbash_cavalry_unit
|
| 20 |
+
tofongchis_musketeer
|
| 21 |
+
topchis_artillery
|
| 22 |
+
afsharid_reformed
|
| 23 |
+
afsharid_reformed_infantry
|
| 24 |
+
muslim_mass_infantry
|
| 25 |
+
muslim_dragoon
|
| 26 |
+
persian_rifle
|
| 27 |
+
}
|
| 28 |
+
monarch_names = { # Shared with Persia
|
| 29 |
+
"kyHY�V #0" = 30 # Joneid #0
|
| 30 |
+
"wm��S #0" = 30 # Haidar #0
|
| 31 |
+
"O�e�s�N #0" = 30 # Ism�'�l #0
|
| 32 |
+
"TXk�l��enf #0" = 20 # Tam�shp #0
|
| 33 |
+
"FzU؞�V �w���s�� #0" = 10 # Mohammad Kodab�nda #0
|
| 34 |
+
"?��b�e #0" = 30 # 'Abb�s #0
|
| 35 |
+
"(�� #0" = 15 # Safi #0
|
| 36 |
+
"�f #0" = 20 # Solaym�n #0
|
| 37 |
+
"�wi��V #0" = 10 # Hosayn #0
|
| 38 |
+
"�u�S #0 �l" = 10 # N�der #0 Sh�h
|
| 39 |
+
"?��S #0 �l" = 10 # '�del #0 Sh�h
|
| 40 |
+
"fjS�b1k #0" = 10 # Ebr�him #0
|
| 41 |
+
"�l�T�� #0" = 10 # Sh�h Rukh #0
|
| 42 |
+
"�u�S s|SNb #0" = 5 # N�der Mirza #0
|
| 43 |
+
"aS̑�Y #0 Wl" = 10 # Karim #0 Kh�n
|
| 44 |
+
"?�^�R �lyrk� #0" = 10 # Abu'l Fath #0
|
| 45 |
+
"FzU؞�V ?�̑ #0" = 10 # Mohammad Ali #0
|
| 46 |
+
"FzU؞�V (��Vk� #0" = 10 # Mohammad S�diq #0
|
| 47 |
+
"?�̑ Fz�b�V #0" = 10 # 'Ali Mor�d #0
|
| 48 |
+
">��lS #0" = 10 # Ja'far #0
|
| 49 |
+
"bS�V+Y ?�̑ #0" = 10 # Loft Ali #0
|
| 50 |
+
"?�� FzU؞�V #0" = 10 # Aga Muhammad #0
|
| 51 |
+
"�lyrk� ?�̑ #0" = 10 # Fath Al� #0
|
| 52 |
+
"?��cŖ #0" = -1 # Atiya #0
|
| 53 |
+
"^̑ #0" = -1 # Pari #0
|
| 54 |
+
"wmS �Y(� #0" = -1 # Khayr al-Nisa #0
|
| 55 |
+
"TX=e2� #0" = -1 # Tajlu #0
|
| 56 |
+
"��b�b�Y #0" = -1 # Dilaram #0
|
| 57 |
+
"�lk��T�R #0" = -1 # Shahbanu #0
|
| 58 |
+
"�bP��N #0" = -1 # Razia #0
|
| 59 |
+
"�s̑�N�Y #0" = -1 # Maryam #0
|
| 60 |
+
}
|
| 61 |
+
leader_names = {
|
| 62 |
+
"(��k)R" # Sabiri
|
| 63 |
+
">�)R)R" # Jalili
|
| 64 |
+
"?�P�yQ" # Azizi
|
| 65 |
+
"�l^" # Shahy
|
| 66 |
+
"�NO" # Daei
|
| 67 |
+
"aS�e" # Qazai
|
| 68 |
+
"��SN�V" # Dalwand
|
| 69 |
+
"?�k��b̑" # Ahrari
|
| 70 |
+
"�l��s|" # Fatemi
|
| 71 |
+
"(��kyr" # Sabet
|
| 72 |
+
"�R(�̑" # Ansari
|
| 73 |
+
}
|
| 74 |
+
ship_names = {
|
| 75 |
+
"?��T�VS" # Abathur
|
| 76 |
+
"���y�v�NSV" # Adamn Kasia
|
| 77 |
+
"2a`KNT�" # Aesma Daeva
|
| 78 |
+
"?��R�e" # Agas
|
| 79 |
+
"?�k�̑�f" # Ahriman
|
| 80 |
+
"?��w�b" # Ahura
|
| 81 |
+
"?��w�b�l�yQ��" # Ahura Mazda
|
| 82 |
+
"?��w�b<S" # Ahurani
|
| 83 |
+
"Ŗ)R�R�f" # Airyaman
|
| 84 |
+
"���V" # Aka Manah
|
| 85 |
+
"?��bN" # Aladdin
|
| 86 |
+
"?��b�V�Y" # Allatum
|
| 87 |
+
"?�l��l�eXo" # Amashaspan
|
| 88 |
+
"N�k" # Ameratat
|
| 89 |
+
"mQ'Y)YO" # Amesha Spentas
|
| 90 |
+
"�RZ^TX" # Anahita
|
| 91 |
+
"�R�T�b�f�u" # Angra Mainyu
|
| 92 |
+
"FyYe�wO" # Anjuman
|
| 93 |
+
"4lKNPR" # Apam-natat
|
| 94 |
+
"?�^eY(�" # Apaosa
|
| 95 |
+
"?����V�u" # Aredvi
|
| 96 |
+
"?�̑�NTXyr" # Arishtat
|
| 97 |
+
"?�S����" # Armaiti
|
| 98 |
+
"?�S�lKQ" # Arsaces
|
| 99 |
+
"pg�Qwt" # Asha vahista
|
| 100 |
+
"͂yz" # Asman
|
| 101 |
+
"�n��w" # Asto Vidatu
|
| 102 |
+
"ckINw" # Astvat-Ereta
|
| 103 |
+
"1Wkp" # Atar
|
| 104 |
+
"v`��" # Azi Dahaka
|
| 105 |
+
"���" # Baga
|
| 106 |
+
"�Tk��b�Y" # Bahram
|
| 107 |
+
"^̑KO�e" # Burijas
|
| 108 |
+
"^�NŖ�eTX" # Bushyasta
|
| 109 |
+
"^Ŗ�eTX" # Buyasta
|
| 110 |
+
"aS�YW�e" # Camros
|
| 111 |
+
"ck�O" # Daena
|
| 112 |
+
"�NO" # Daevas
|
| 113 |
+
"?��TaS" # Ahaka
|
| 114 |
+
"���TaS" # Dahhak
|
| 115 |
+
"�V�uqS" # Dena
|
| 116 |
+
"bqNKNT�" # Dev
|
| 117 |
+
"��u" # Diwe
|
| 118 |
+
"��v`" # Drug
|
| 119 |
+
"�VS�t�e^" # Drvaspa
|
| 120 |
+
"��Lq�vR.�" # Frashegird
|
| 121 |
+
"iO�b�tGY" # Fravashis
|
| 122 |
+
"R�V^t�t" # Gandarewa
|
| 123 |
+
"ir҉h" # Gao-kerena
|
| 124 |
+
"�R�u�s�V" # Gayomard
|
| 125 |
+
"�R�u�syr" # Gayomart
|
| 126 |
+
"b�S�e-�l�h" # Geus-Tasan
|
| 127 |
+
"b�S�e-LNN" # Geus-Urvan
|
| 128 |
+
"j���" # Haoma
|
| 129 |
+
"�wS�tTXyr" # Haurvatat
|
| 130 |
+
"�Q�Q" # Humay
|
| 131 |
+
"k��tS" # Hvar
|
| 132 |
+
"k��t�Rk��l�WTX" # Hvarekhshaeta
|
| 133 |
+
"�V��S" # Indar
|
| 134 |
+
"�VN�W" # Indra
|
| 135 |
+
"NgNb" # Izha
|
| 136 |
+
">��Y^�V" # Jamshid
|
| 137 |
+
"�up�" # Jeh
|
| 138 |
+
"�Q�e�vyr" # Karshipta
|
| 139 |
+
"��k" # Kavi
|
| 140 |
+
"�T�U" # Khara
|
| 141 |
+
"k��lyr�b��tȎ�N" # Khshathra vairya
|
| 142 |
+
"dW�VLN" # Kundrav
|
| 143 |
+
"�sk�" # Mah
|
| 144 |
+
"�sH�" # Mahre
|
| 145 |
+
"�swm�R<h" # Mahrianag
|
| 146 |
+
"l��R" # Manu
|
| 147 |
+
"�s�RRk�S" # Manuchihir
|
| 148 |
+
"mRoS" # Mao
|
| 149 |
+
"�sY�Y" # Mashyane
|
| 150 |
+
"�s3u�R" # Mashye
|
| 151 |
+
"l�9�" # Menog
|
| 152 |
+
"�Ryr�b" # Mithra
|
| 153 |
+
"WS2SQh�T" # Nairyosangha
|
| 154 |
+
"*�jZ" # Nanghaithya
|
| 155 |
+
"Oc^tQh" # Neriosang
|
| 156 |
+
"'kl�yQyr" # Ormazd
|
| 157 |
+
">m̑�e" # Peris
|
| 158 |
+
"�O�N������s" # Peshdadians
|
| 159 |
+
"�b�v�e)n" # Rapithwin
|
| 160 |
+
"�b�N�R" # Rashnu
|
| 161 |
+
"���eTX�Y" # Rustam
|
| 162 |
+
"kbS�t" # Saurva
|
| 163 |
+
"�Q�Q" # Simurgh
|
| 164 |
+
"1Wup" # Spenta Mainyu
|
| 165 |
+
"�e�R(�" # Sraosa
|
| 166 |
+
"�e�R`" # Srosh
|
| 167 |
+
"TX�uGY" # Tawrich
|
| 168 |
+
"�V�u^" # Thunaupa
|
| 169 |
+
"�c�eyr�b" # Tistrya
|
| 170 |
+
"�V�N�u�sTX" # Tushnamatay
|
| 171 |
+
"�tWSyr" # Vanant
|
| 172 |
+
"O�N" # Vata
|
| 173 |
+
"LN���e�b<h�u" # Verethragna
|
| 174 |
+
"ck�V" # Vohu Manah
|
| 175 |
+
"�lbS(�aS�l" # Vouruskasha
|
| 176 |
+
"�N�Y" # Yam
|
| 177 |
+
"�N�Nyr" # Yasht
|
| 178 |
+
"�N^�TX" # Yazata
|
| 179 |
+
"ŖyQ�" # Yezidi
|
| 180 |
+
"�Nl�" # Yima
|
| 181 |
+
"Nb̑" # Zal
|
| 182 |
+
"'Y0W" # Zam
|
| 183 |
+
"'Y�6q�k�N" # Zam-Armatay
|
| 184 |
+
"�g�b�V�eyr�b" # Zarathustra
|
| 185 |
+
"p�wKNT�" # Zarich
|
| 186 |
+
"^��V-?��u�eTX" # Zend-Avesta
|
| 187 |
+
"VySN" # Zurvan
|
| 188 |
+
}
|
common/countries/Ardalan.txt
ADDED
|
@@ -0,0 +1,195 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Country Name: Please see filename.
|
| 2 |
+
graphical_culture = muslimgfx
|
| 3 |
+
color = { 162 29 220 }
|
| 4 |
+
revolutionary_colors = { 16 0 10 }
|
| 5 |
+
historical_idea_groups = {
|
| 6 |
+
defensive_ideas
|
| 7 |
+
religious_ideas
|
| 8 |
+
offensive_ideas
|
| 9 |
+
trade_ideas
|
| 10 |
+
spy_ideas
|
| 11 |
+
economic_ideas
|
| 12 |
+
diplomatic_ideas
|
| 13 |
+
administrative_ideas
|
| 14 |
+
}
|
| 15 |
+
historical_units = {
|
| 16 |
+
persian_footsoldier
|
| 17 |
+
persian_cavalry_charge
|
| 18 |
+
persian_shamshir
|
| 19 |
+
qizilbash_cavalry_unit
|
| 20 |
+
tofongchis_musketeer
|
| 21 |
+
topchis_artillery
|
| 22 |
+
afsharid_reformed
|
| 23 |
+
afsharid_reformed_infantry
|
| 24 |
+
muslim_mass_infantry
|
| 25 |
+
muslim_dragoon
|
| 26 |
+
persian_rifle
|
| 27 |
+
}
|
| 28 |
+
monarch_names = {
|
| 29 |
+
"�T�t #0" = 30 # Bawa #0
|
| 30 |
+
"k�bS #0" = 30 # Helo #0
|
| 31 |
+
"^(g?Q #0" = 30 # Timur #0
|
| 32 |
+
"���Tȏ�V #0" = 20 # Ahmad #0
|
| 33 |
+
"�f #0" = 10 # Soleiman #0
|
| 34 |
+
"0t�s�S� #0" = 30 # Sobhanverdi #0
|
| 35 |
+
"��e�R #0" = 15 # Khosrow #0
|
| 36 |
+
"ZSPOS<h #0" = 20 # Bozorg #0
|
| 37 |
+
"�wi��V #0" = 10 # Hosayn #0
|
| 38 |
+
"?��f ?��b #0 �l?�" = 10 # Aman-Allah #0 Sh�h
|
| 39 |
+
"�lP� ���Tȏ�V #0 �l?�" = 10 # Faqi Ahmad #0 Sh�h
|
| 40 |
+
"FzU؞�V #0" = 10 # Mohammad #0
|
| 41 |
+
"���tLNjS �T�z�V #0" = 10 # Nawaub Khalid #0
|
| 42 |
+
"���tLNjS (�)R�Y #0" = 5 # Nawaub Salim #0
|
| 43 |
+
"?�jSjg�b #0 Wl" = 10 # Abdolla #0 Kh�n
|
| 44 |
+
"l��T��V #0" = 10 # Mahmoud #0
|
| 45 |
+
"fjS�b1k #0" = 10 # Ibrahim #0
|
| 46 |
+
"?�jSjg�bk��f #0" = 10 # Abdurrahman #0
|
| 47 |
+
"�^m�N #0" = 10 # Kulos #0
|
| 48 |
+
"O(� #0" = 10 # Isa #0
|
| 49 |
+
"s|S i��y� #0" = 10 # Mir Saifeddin #0
|
| 50 |
+
"i�IN� #0" = 10 # Saidi #0
|
| 51 |
+
"^��KQ #0" = 10 # Budak #0
|
| 52 |
+
"?��cŖ #0" = -1 # Atiya #0
|
| 53 |
+
"s|S �s^��V #0" = -1 # Mir Xanzad #0
|
| 54 |
+
"s|S �f #0" = -1 # Mir Suliman #0
|
| 55 |
+
}
|
| 56 |
+
leader_names = {
|
| 57 |
+
"Qh>��k" # Sanj�bi
|
| 58 |
+
"^k�cR" # Bukhti
|
| 59 |
+
"���yQ�^k�" # Ferozkohi
|
| 60 |
+
"�O" # Feyli
|
| 61 |
+
"b�uSKQ" # Gewirk
|
| 62 |
+
"��aS<S" # Rekani
|
| 63 |
+
"�T�V�T�T<S" # Hadhabani
|
| 64 |
+
"?�̑ �NN" # Ali Sherwan
|
| 65 |
+
"k�S�W" # Herki
|
| 66 |
+
">�)R�bN�V" # Jalilavand
|
| 67 |
+
"Nb�lpQbS" # Zafaranlu
|
| 68 |
+
"Nb�gaS+Y�N" # Zarrinkafsh
|
| 69 |
+
"�f�SS" # Mangur
|
| 70 |
+
">�+Y" # Jaff
|
| 71 |
+
"0�pQ)R" # Sheylanli
|
| 72 |
+
"�TSNb<S" # Barzani
|
| 73 |
+
}
|
| 74 |
+
ship_names = {
|
| 75 |
+
"?��T�VS" # Abathur
|
| 76 |
+
"���y�v�NSV" # Adamn Kasia
|
| 77 |
+
"2a`KNT�" # Aesma Daeva
|
| 78 |
+
"?��R�e" # Agas
|
| 79 |
+
"?�k�̑�f" # Ahriman
|
| 80 |
+
"?��w�b" # Ahura
|
| 81 |
+
"?��w�b�l�yQ��" # Ahura Mazda
|
| 82 |
+
"?��w�b<S" # Ahurani
|
| 83 |
+
"Ŗ)R�R�f" # Airyaman
|
| 84 |
+
"���V" # Aka Manah
|
| 85 |
+
"?��bN" # Aladdin
|
| 86 |
+
"?��b�V�Y" # Allatum
|
| 87 |
+
"?�l��l�eXo" # Amashaspan
|
| 88 |
+
"N�k" # Ameratat
|
| 89 |
+
"mQ'Y)YO" # Amesha Spentas
|
| 90 |
+
"�RZ^TX" # Anahita
|
| 91 |
+
"�R�T�b�f�u" # Angra Mainyu
|
| 92 |
+
"FyYe�wO" # Anjuman
|
| 93 |
+
"4lKNPR" # Apam-natat
|
| 94 |
+
"?�^eY(�" # Apaosa
|
| 95 |
+
"?����V�u" # Aredvi
|
| 96 |
+
"?�̑�NTXyr" # Arishtat
|
| 97 |
+
"?�S����" # Armaiti
|
| 98 |
+
"?�S�lKQ" # Arsaces
|
| 99 |
+
"pg�Qwt" # Asha vahista
|
| 100 |
+
"͂yz" # Asman
|
| 101 |
+
"�n��w" # Asto Vidatu
|
| 102 |
+
"ckINw" # Astvat-Ereta
|
| 103 |
+
"1Wkp" # Atar
|
| 104 |
+
"v`��" # Azi Dahaka
|
| 105 |
+
"���" # Baga
|
| 106 |
+
"�Tk��b�Y" # Bahram
|
| 107 |
+
"^̑KO�e" # Burijas
|
| 108 |
+
"^�NŖ�eTX" # Bushyasta
|
| 109 |
+
"^Ŗ�eTX" # Buyasta
|
| 110 |
+
"aS�YW�e" # Camros
|
| 111 |
+
"ck�O" # Daena
|
| 112 |
+
"�NO" # Daevas
|
| 113 |
+
"?��TaS" # Ahaka
|
| 114 |
+
"���TaS" # Dahhak
|
| 115 |
+
"�V�uqS" # Dena
|
| 116 |
+
"bqNKNT�" # Dev
|
| 117 |
+
"��u" # Diwe
|
| 118 |
+
"��v`" # Drug
|
| 119 |
+
"�VS�t�e^" # Drvaspa
|
| 120 |
+
"��Lq�vR.�" # Frashegird
|
| 121 |
+
"iO�b�tGY" # Fravashis
|
| 122 |
+
"R�V^t�t" # Gandarewa
|
| 123 |
+
"ir҉h" # Gao-kerena
|
| 124 |
+
"�R�u�s�V" # Gayomard
|
| 125 |
+
"�R�u�syr" # Gayomart
|
| 126 |
+
"b�S�e-�l�h" # Geus-Tasan
|
| 127 |
+
"b�S�e-LNN" # Geus-Urvan
|
| 128 |
+
"j���" # Haoma
|
| 129 |
+
"�wS�tTXyr" # Haurvatat
|
| 130 |
+
"�Q�Q" # Humay
|
| 131 |
+
"k��tS" # Hvar
|
| 132 |
+
"k��t�Rk��l�WTX" # Hvarekhshaeta
|
| 133 |
+
"�V��S" # Indar
|
| 134 |
+
"�VN�W" # Indra
|
| 135 |
+
"ONb" # Izha
|
| 136 |
+
">��Y^�V" # Jamshid
|
| 137 |
+
"pg" # Jeh
|
| 138 |
+
"�Q�e�vyr" # Karshipta
|
| 139 |
+
"��k" # Kavi
|
| 140 |
+
"�T�U" # Khara
|
| 141 |
+
"k��lyr�b��tȎ�N" # Khshathra vairya
|
| 142 |
+
"dW�VLN" # Kundrav
|
| 143 |
+
"�sk�" # Mah
|
| 144 |
+
"�hS" # Mahre
|
| 145 |
+
"l�̑�N�u<h" # Mahrianag
|
| 146 |
+
"l��R" # Manu
|
| 147 |
+
"�s�RRk�S" # Manuchihir
|
| 148 |
+
"mRoS" # Mao
|
| 149 |
+
"�sY�Y" # Mashyane
|
| 150 |
+
"�sY" # Mashye
|
| 151 |
+
"�h��<h" # Menog
|
| 152 |
+
"�Ryr�b" # Mithra
|
| 153 |
+
"�Q̑2SQh<h" # Nairyosangha
|
| 154 |
+
"*�jZ" # Nanghaithya
|
| 155 |
+
"�Q̑2SQh" # Neriosang
|
| 156 |
+
"'kl�yQyr" # Ormazd
|
| 157 |
+
">m̑�e" # Peris
|
| 158 |
+
"�O�N������s" # Peshdadians
|
| 159 |
+
"�b�v�e)n" # Rapithwin
|
| 160 |
+
"�b�N�R" # Rashnu
|
| 161 |
+
"���eTX�Y" # Rustam
|
| 162 |
+
"�mqN" # Saurva
|
| 163 |
+
"`id+Y" # Simurgh
|
| 164 |
+
"1Wup" # Spenta Mainyu
|
| 165 |
+
"�eW(�" # Sraosa
|
| 166 |
+
"�e�R`" # Srosh
|
| 167 |
+
"TX�uGY" # Tawrich
|
| 168 |
+
"�V�u^" # Thunaupa
|
| 169 |
+
"�c�eyr�b" # Tistrya
|
| 170 |
+
"�V�N�u�sTX" # Tushnamatay
|
| 171 |
+
"�tWSyr" # Vanant
|
| 172 |
+
"O�N" # Vata
|
| 173 |
+
"LN���e�b<h�u" # Verethragna
|
| 174 |
+
"ck�V" # Vohu Manah
|
| 175 |
+
"�lbS(�aS�l" # Vouruskasha
|
| 176 |
+
"�N�Y" # Yam
|
| 177 |
+
"�N�Nyr" # Yasht
|
| 178 |
+
"�N^�TX" # Yazata
|
| 179 |
+
"ŖyQ�" # Yezidi
|
| 180 |
+
"�Nl�" # Yima
|
| 181 |
+
"Nb̑" # Zal
|
| 182 |
+
"'Y0W" # Zam
|
| 183 |
+
"'Y�6q�k�N" # Zam-Armatay
|
| 184 |
+
"�g�b�V�eyr�b" # Zarathustra
|
| 185 |
+
"p�wKNT�" # Zarich
|
| 186 |
+
"^��V-?��u�eTX" # Zend-Avesta
|
| 187 |
+
"VySN" # Zurvan
|
| 188 |
+
}
|
| 189 |
+
army_names = {
|
| 190 |
+
"?�Syr(�" # Artesa
|
| 191 |
+
"$PROVINCE$"
|
| 192 |
+
}
|
| 193 |
+
fleet_names = {
|
| 194 |
+
"$PROVINCE$0��" # $PROVINCE$ Donanmas�
|
| 195 |
+
}
|