diff --git a/src/common/characters/az_CHY_characters.txt b/src/common/characters/az_CHY_characters.txt index 94e7d93..7575c71 100755 --- a/src/common/characters/az_CHY_characters.txt +++ b/src/common/characters/az_CHY_characters.txt @@ -1188,6 +1188,222 @@ characters={ } } } + CHY_weizhang = { + name = CHY_weizhang + portraits={ + army = { + large="gfx/leaders/CHY/weizhang.png" + small="gfx/interface/ideas/idea_weizhang.png" + } + } + corps_commander = { + visible = { + NOT = { has_character_flag = xiujia_doing } + OR = { + NOT = { tag = TAN } + is_ai = no + } + } + traits = { zhanlie_army media_personality bearer_of_artillery } + skill = 2 + attack_skill = 2 + defense_skill = 2 + planning_skill = 2 + logistics_skill = 1 + } + } + CHY_ruoyue = { + name = CHY_ruoyue + portraits={ + army = { + large="gfx/leaders/CHY/ruoyue.png" + small="gfx/interface/ideas/idea_ruoyue.png" + } + } + corps_commander = { + visible = { + NOT = { has_character_flag = xiujia_doing } + OR = { + NOT = { tag = TAN } + is_ai = no + } + } + traits = { quzhu_army } + skill = 1 + attack_skill = 1 + defense_skill = 1 + planning_skill = 1 + logistics_skill = 1 + } + } + CHY_liangyue = { + name = CHY_liangyue + portraits={ + army = { + large="gfx/leaders/CHY/liangyue.png" + small="gfx/interface/ideas/idea_liangyue.png" + } + } + corps_commander = { + visible = { + NOT = { has_character_flag = xiujia_doing } + OR = { + NOT = { tag = TAN } + is_ai = no + } + } + traits = { quzhu_army inflexible_strategist } + skill = 2 + attack_skill = 1 + defense_skill = 2 + planning_skill = 2 + logistics_skill = 2 + } + } + CHY_i168 = { + name = CHY_i168 + portraits={ + army = { + large="gfx/leaders/CHY/i168.png" + small="gfx/interface/ideas/idea_i168.png" + } + } + navy_leader = { + visible = { + NOT = { has_character_flag = xiujia_doing } + OR = { + NOT = { tag = TAN } + is_ai = no + } + } + traits = { qianting_navy seawolf } + skill = 2 + attack_skill = 2 + defense_skill = 2 + planning_skill = 2 + logistics_skill = 1 + } + } + CHY_haifeng = { + name = CHY_haifeng + portraits={ + army = { + large="gfx/leaders/CHY/haifeng.png" + small="gfx/interface/ideas/idea_haifeng.png" + } + } + navy_leader = { + visible = { + NOT = { has_character_flag = xiujia_doing } + OR = { + NOT = { tag = TAN } + is_ai = no + } + } + traits = { quzhu_navy chief_Engineer } + skill = 2 + attack_skill = 2 + defense_skill = 1 + planning_skill = 2 + logistics_skill = 2 + } + } + CHY_gecheng = { + name = CHY_gecheng + portraits={ + army = { + large="gfx/leaders/CHY/gecheng.png" + small="gfx/interface/ideas/idea_gecheng.png" + } + } + corps_commander = { + visible = { + NOT = { has_character_flag = xiujia_doing } + OR = { + NOT = { tag = TAN } + is_ai = no + } + } + traits = { hangmu_army } + skill = 3 + attack_skill = 3 + defense_skill = 2 + planning_skill = 3 + logistics_skill = 2 + } + } + CHY_fengyun = { + name = CHY_fengyun + portraits={ + army = { + large="gfx/leaders/CHY/fengyun.png" + small="gfx/interface/ideas/idea_fengyun.png" + } + } + corps_commander = { + visible = { + NOT = { has_character_flag = xiujia_doing } + OR = { + NOT = { tag = TAN } + is_ai = no + } + } + traits = { quzhu_army bearer_of_artillery } + skill = 3 + attack_skill = 2 + defense_skill = 3 + planning_skill = 2 + logistics_skill = 3 + } + } + CHY_dashan = { + name = CHY_dashan + portraits={ + army = { + large="gfx/leaders/CHY/dashan.png" + small="gfx/interface/ideas/idea_dashan.png" + } + } + field_marshal = { + visible = { + NOT = { has_character_flag = xiujia_doing } + OR = { + NOT = { tag = TAN } + is_ai = no + } + } + traits = { zhanlie_army inflexible_strategist } + skill = 3 + attack_skill = 2 + defense_skill = 3 + planning_skill = 2 + logistics_skill = 3 + } + } + CHY_chuyue = { + name = CHY_chuyue + portraits={ + army = { + large="gfx/leaders/CHY/chuyue.png" + small="gfx/interface/ideas/idea_chuyue.png" + } + } + corps_commander = { + visible = { + NOT = { has_character_flag = xiujia_doing } + OR = { + NOT = { tag = TAN } + is_ai = no + } + } + traits = { quzhu_army } + skill = 2 + attack_skill = 2 + defense_skill = 2 + planning_skill = 2 + logistics_skill = 1 + } + } CHY_siwanshi = { name = CHY_siwanshi portraits={ diff --git a/src/gfx/interface/ideas/idea_chuyue.png b/src/gfx/interface/ideas/idea_chuyue.png new file mode 100755 index 0000000..6f973ab Binary files /dev/null and b/src/gfx/interface/ideas/idea_chuyue.png differ diff --git a/src/gfx/interface/ideas/idea_dashan.png b/src/gfx/interface/ideas/idea_dashan.png new file mode 100755 index 0000000..7894b1b Binary files /dev/null and b/src/gfx/interface/ideas/idea_dashan.png differ diff --git a/src/gfx/interface/ideas/idea_fengyun.png b/src/gfx/interface/ideas/idea_fengyun.png new file mode 100755 index 0000000..992449b Binary files /dev/null and b/src/gfx/interface/ideas/idea_fengyun.png differ diff --git a/src/gfx/interface/ideas/idea_gecheng.png b/src/gfx/interface/ideas/idea_gecheng.png new file mode 100755 index 0000000..2c4d8f5 Binary files /dev/null and b/src/gfx/interface/ideas/idea_gecheng.png differ diff --git a/src/gfx/interface/ideas/idea_haifeng.png b/src/gfx/interface/ideas/idea_haifeng.png new file mode 100755 index 0000000..ae8699e Binary files /dev/null and b/src/gfx/interface/ideas/idea_haifeng.png differ diff --git a/src/gfx/interface/ideas/idea_i168.png b/src/gfx/interface/ideas/idea_i168.png new file mode 100755 index 0000000..4944c06 Binary files /dev/null and b/src/gfx/interface/ideas/idea_i168.png differ diff --git a/src/gfx/interface/ideas/idea_liangyue.png b/src/gfx/interface/ideas/idea_liangyue.png new file mode 100755 index 0000000..bdb949f Binary files /dev/null and b/src/gfx/interface/ideas/idea_liangyue.png differ diff --git a/src/gfx/interface/ideas/idea_ruoyue.png b/src/gfx/interface/ideas/idea_ruoyue.png new file mode 100755 index 0000000..4c72586 Binary files /dev/null and b/src/gfx/interface/ideas/idea_ruoyue.png differ diff --git a/src/gfx/interface/ideas/idea_weizhang.png b/src/gfx/interface/ideas/idea_weizhang.png new file mode 100755 index 0000000..db9d54c Binary files /dev/null and b/src/gfx/interface/ideas/idea_weizhang.png differ diff --git a/src/gfx/leaders/CHY/chuyue.png b/src/gfx/leaders/CHY/chuyue.png new file mode 100755 index 0000000..623d7d3 Binary files /dev/null and b/src/gfx/leaders/CHY/chuyue.png differ diff --git a/src/gfx/leaders/CHY/dashan.png b/src/gfx/leaders/CHY/dashan.png new file mode 100755 index 0000000..964cf78 Binary files /dev/null and b/src/gfx/leaders/CHY/dashan.png differ diff --git a/src/gfx/leaders/CHY/fengyun.png b/src/gfx/leaders/CHY/fengyun.png new file mode 100755 index 0000000..5d1f5d1 Binary files /dev/null and b/src/gfx/leaders/CHY/fengyun.png differ diff --git a/src/gfx/leaders/CHY/gecheng.png b/src/gfx/leaders/CHY/gecheng.png new file mode 100755 index 0000000..a5ca830 Binary files /dev/null and b/src/gfx/leaders/CHY/gecheng.png differ diff --git a/src/gfx/leaders/CHY/haifeng.png b/src/gfx/leaders/CHY/haifeng.png new file mode 100755 index 0000000..6399076 Binary files /dev/null and b/src/gfx/leaders/CHY/haifeng.png differ diff --git a/src/gfx/leaders/CHY/i168.png b/src/gfx/leaders/CHY/i168.png new file mode 100755 index 0000000..caa86af Binary files /dev/null and b/src/gfx/leaders/CHY/i168.png differ diff --git a/src/gfx/leaders/CHY/liangyue.png b/src/gfx/leaders/CHY/liangyue.png new file mode 100755 index 0000000..04f0009 Binary files /dev/null and b/src/gfx/leaders/CHY/liangyue.png differ diff --git a/src/gfx/leaders/CHY/ruoyue.png b/src/gfx/leaders/CHY/ruoyue.png new file mode 100755 index 0000000..51ea149 Binary files /dev/null and b/src/gfx/leaders/CHY/ruoyue.png differ diff --git a/src/gfx/leaders/CHY/weizhang.png b/src/gfx/leaders/CHY/weizhang.png new file mode 100755 index 0000000..35bb6c0 Binary files /dev/null and b/src/gfx/leaders/CHY/weizhang.png differ diff --git a/src/history/countries/CHY - Chongying.txt b/src/history/countries/CHY - Chongying.txt index a96a364..f15cb8c 100755 --- a/src/history/countries/CHY - Chongying.txt +++ b/src/history/countries/CHY - Chongying.txt @@ -350,6 +350,16 @@ recruit_character = CHY_wuzang recruit_character = CHY_wuqi recruit_character = CHY_nengdai recruit_character = CHY_siwanshi +recruit_character = CHY_weizhang +recruit_character = CHY_ruoyue +recruit_character = CHY_liangyue +recruit_character = CHY_i168 +recruit_character = CHY_haifeng +recruit_character = CHY_gecheng +recruit_character = CHY_fengyun +recruit_character = CHY_dashan +recruit_character = CHY_chuyue + if = { limit = { not = { has_dlc = "Man the Guns" } diff --git a/src/interface/az_ideas_and_portraits.gfx b/src/interface/az_ideas_and_portraits.gfx index ab9af50..de49aae 100755 --- a/src/interface/az_ideas_and_portraits.gfx +++ b/src/interface/az_ideas_and_portraits.gfx @@ -220,6 +220,42 @@ spriteTypes = { name = "GFX_idea_tuzuo" texturefile = "gfx/interface/ideas/idea_tuzuo.png" } + spriteType = { + name = "GFX_idea_weizhang" + texturefile = "gfx/interface/ideas/idea_weizhang.png" + } + spriteType = { + name = "GFX_idea_ruoyue" + texturefile = "gfx/interface/ideas/idea_ruoyue.png" + } + spriteType = { + name = "GFX_idea_liangyue" + texturefile = "gfx/interface/ideas/idea_liangyue.png" + } + spriteType = { + name = "GFX_idea_i168" + texturefile = "gfx/interface/ideas/idea_i168.png" + } + spriteType = { + name = "GFX_idea_haifeng" + texturefile = "gfx/interface/ideas/idea_haifeng.png" + } + spriteType = { + name = "GFX_idea_gecheng" + texturefile = "gfx/interface/ideas/idea_gecheng.png" + } + spriteType = { + name = "GFX_idea_fengyun" + texturefile = "gfx/interface/ideas/idea_fengyun.png" + } + spriteType = { + name = "GFX_idea_dashan" + texturefile = "gfx/interface/ideas/idea_dashan.png" + } + spriteType = { + name = "GFX_idea_chuyue" + texturefile = "gfx/interface/ideas/idea_chuyue.png" + } spriteType = { name = "GFX_idea_bisimai" texturefile = "gfx/interface/ideas/idea_bisimai.png" diff --git a/src/localisation/simp_chinese/az_allcharacters_l_simp_chinese.yml b/src/localisation/simp_chinese/az_allcharacters_l_simp_chinese.yml index 10e0713..60d2093 100755 --- a/src/localisation/simp_chinese/az_allcharacters_l_simp_chinese.yml +++ b/src/localisation/simp_chinese/az_allcharacters_l_simp_chinese.yml @@ -430,6 +430,15 @@ CHY_wuqi:0"吾妻" CHY_nengdai:0"能代" CHY_siwanshi:"四万十" + CHY_weizhang:0"尾张" + CHY_ruoyue:0"若月" + CHY_liangyue:0"凉月" + CHY_i168:0"伊168" + CHY_haifeng:0"海风" + CHY_gecheng:0"葛城" + CHY_fengyun:0"风云" + CHY_dashan:0"大山" + CHY_chuyue:"初月" #科研 HUJ_chaijun:0"柴郡"