Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zousuikakka committed Sep 21, 2021
1 parent 8474ccd commit 207f159
Show file tree
Hide file tree
Showing 75 changed files with 2,762 additions and 1,601 deletions.
2 changes: 1 addition & 1 deletion jct/common/name_lists/PLANT3.txt
Expand Up @@ -134,7 +134,7 @@ PLANT3 = {

generic = {
names = {
"ロンビティアム" "コーローニアム" "ニマーリアム" "ミタニアム" "ラモニアム" "ヘナミアム" "ジャナーシアム" "ファギャティアム" "パノキリアム" "バーラニアム" "バージューレアム" "ローメニアム" "ローノービリアム" "バーリキニアム" "コビューノーリアム" "オーモーダーリアム" "イビニディアム" "マデーセニアム" "エスパーリアム" "ハーベアリーアム" "ボーバー3イアム" "ジトーリアム" "ベボーレアム" "リボーリアム" "リモーリアム" "ドロフィリアム" "デンドトリティアム" "エローリアム" "ベンドーリアム" "セプトーリアム" "スティリアム" "ブロバーリアム" "ニリアム" "レモーリアム" "ケトビリアム" "ケトーリアム" "グロニアム" "レビアム" "ヘニミアム" "ナーリアム"
"ロンビティアム" "コーローニアム" "ニマーリアム" "ミタニアム" "ラモニアム" "ヘナミアム" "ジャナーシアム" "ファギャティアム" "パノキリアム" "バーラニアム" "バージューレアム" "ローメニアム" "ローノービリアム" "バーリキニアム" "コビューノーリアム" "オーモーダーリアム" "イビニディアム" "マデーセニアム" "エスパーリアム" "ハーベアリーアム" "ボーバーリアム" "ジトーリアム" "ベボーレアム" "リボーリアム" "リモーリアム" "ドロフィリアム" "デンドトリティアム" "エローリアム" "ベンドーリアム" "セプトーリアム" "スティリアム" "ブロバーリアム" "ニリアム" "レモーリアム" "ケトビリアム" "ケトーリアム" "グロニアム" "レビアム" "ヘニミアム" "ナーリアム"
}
}

Expand Down
72 changes: 51 additions & 21 deletions jct/common/random_names/00_empire_names.txt
Expand Up @@ -1357,25 +1357,6 @@ empire_name_parts_list = {
"王朝連合" = 2
}
}
# Machine Intelligence
empire_name_parts_list = {
key = "machine_intelligence"
parts = {
"機械知性"
"ロボット国"
}

}

# Machine Intelligence
empire_name_parts_list = {
key = "machine_terminator"
parts = {
"エアーウェブ"
"冷鉄国"
"殺戮装置"
}
}

### GENERIC DESCRIPTIVES

Expand Down Expand Up @@ -1444,7 +1425,7 @@ empire_name_parts_list = {
"界群" = 4
"星系連合" = 4
"恒星群" = 4
"コロニーズ" = 3
"植民地連合" = 3
"領国群" = 1
"県群" = 1
"国群" = 3
Expand All @@ -1466,7 +1447,7 @@ empire_name_parts_list = {
empire_name_parts_list = {
key = "various_states"
parts = {
"コロニーズ" = 3
"植民地連合" = 3
"領国群" = 1
"県群" = 2
"国群" = 3
Expand Down Expand Up @@ -4614,6 +4595,26 @@ empire_name_format = {
# Human 帝国
}

# Hive Mind
empire_name_format = {
random_weight = {
factor = 0
modifier = {
add = 10
has_government = "gov_hive_mind"
has_origin = origin_necrophage
is_pirate = no
is_primitive = no
NOT = { is_country_type = fallen_empire }
NOT = { is_country_type = awakened_fallen_empire }
}
}
format = "format.necrophage_hive_mind.1"
noun = "[This.GetSpeciesName]"
prefix_format = ""#[This.GetSpeciesName] <hive_mind>"
# Hungry Human Empire
}

# Devouring Swarm
empire_name_format = {
random_weight = {
Expand All @@ -4633,6 +4634,26 @@ empire_name_format = {
# Human Empire
}

# Devouring Swarm
empire_name_format = {
random_weight = {
factor = 0
modifier = {
add = 10
has_government = "gov_devouring_swarm"
has_origin = origin_necrophage
is_pirate = no
is_primitive = no
NOT = { is_country_type = fallen_empire }
NOT = { is_country_type = awakened_fallen_empire }
}
}
format = "format.necrophage_devouring_swarm.1"
noun = "[This.GetSpeciesName]"
prefix_format = ""#[This.GetSpeciesName] <devouring_swarm>"
# Human Empire
}


# Megacorporation
empire_name_format = {
Expand Down Expand Up @@ -5587,6 +5608,9 @@ empire_name_parts_list = {
"複合体" = 10
"多様体" = 10
"アニムス" = 10
"エアウェブ" = 1
"冷徹体" = 1
"破壊機構" = 1
}
}

Expand Down Expand Up @@ -5656,6 +5680,8 @@ empire_name_parts_list = {
"複合体" = 10
"多様体" = 10
"アニムス" = 10
"機械知性" = 10
"スマートボット" = 5
}
}

Expand Down Expand Up @@ -5858,6 +5884,7 @@ empire_name_format = {
modifier = {
add = 2
has_origin = origin_necrophage
is_hive_empire = no
}
}
format = "format.necrophage.1"
Expand All @@ -5873,6 +5900,7 @@ empire_name_format = {
modifier = {
add = 2
has_origin = origin_necrophage
is_hive_empire = no
}
}
format = "format.necrophage.2"
Expand All @@ -5888,6 +5916,7 @@ empire_name_format = {
modifier = {
add = 8
has_origin = origin_necrophage
is_hive_empire = no
}
}
format = "format.necrophage.3"
Expand All @@ -5903,6 +5932,7 @@ empire_name_format = {
modifier = {
add = 4
has_origin = origin_necrophage
is_hive_empire = no
}
}
format = "format.necrophage.4"
Expand Down
4 changes: 2 additions & 2 deletions jct/common/random_names/00_pop_faction_names.txt
Expand Up @@ -435,7 +435,7 @@ pop_faction_name_format = {
is_pop_faction_type = "xenoist"
}
}
format = "<xenoist_names_1><xenoist_names_2><xenoist_names_3>"
format = "format.pop_faction.xenoist"

}

Expand Down Expand Up @@ -467,5 +467,5 @@ pop_faction_name_format = {
is_pop_faction_type = "manifesti"
}
}
format = "<manifesti_names_1>・<manifesti_names_2>"
format = "format.pop_faction.manifesti"
}
4 changes: 4 additions & 0 deletions jct/common/random_names/base/00_random_names.txt
Expand Up @@ -1797,6 +1797,10 @@ star_names = {
Fenni
Romin
Teige
Emdin
Toluc-Ei
Regis
Lem
}

nebula_names = {
Expand Down
2 changes: 1 addition & 1 deletion jct/descriptor.mod
Expand Up @@ -4,4 +4,4 @@ tags={
"Translation"
}
picture="galaxy.jpg"
supported_version="3.0.2"
supported_version="3.1.1"
2 changes: 1 addition & 1 deletion jct/localisation/english/achievements_l_english.yml
Expand Up @@ -40,7 +40,7 @@
NEW_ACHIEVEMENT_2_20_NAME:0 "優越"
NEW_ACHIEVEMENT_2_20_DESC:0 "別の帝国との戦争に勝利する"
NEW_ACHIEVEMENT_2_21_NAME:0 "女王"
NEW_ACHIEVEMENT_2_21_DESC:0 "プレスリンの女王を捕獲"
NEW_ACHIEVEMENT_2_21_DESC:0 "プレスリンの女王を捕獲する"
NEW_ACHIEVEMENT_2_22_NAME:0 "次元の裂け目を封印"
NEW_ACHIEVEMENT_2_22_DESC:0 "異次元侵略者の次元ポータルを破壊する"
NEW_ACHIEVEMENT_2_23_NAME:0 "フォークト=カンプフ検査"
Expand Down

0 comments on commit 207f159

Please sign in to comment.