Skip to content

Commit

Permalink
i
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeldrin committed Jun 23, 2023
1 parent c3da3e2 commit 64c53b1
Show file tree
Hide file tree
Showing 14 changed files with 589 additions and 61 deletions.
24 changes: 24 additions & 0 deletions common/coat_of_arms/coat_of_arms/02_countries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1183,4 +1183,28 @@ TRU_CIVIL = {
color2 = "truidencian_yellow"
color3 = "truidencian_red"
}
AMB = {
pattern = "pattern_stripes_truidencia.dds"
color1 = "full_white"
color2 = "truidencian_yellow"
color3 = "truidencian_red"
colored_emblem = {
texture = "ce_truidencia_monarchy.dds"
color2 = "full_white"
color3 = "truidencian_red"
instance = { position { 0.5 0.5} scale = { 1 1 } }
}
}
TER = {
pattern = "pattern_stripes_truidencia.dds"
color1 = "full_white"
color2 = "truidencian_yellow"
color3 = "truidencian_red"
colored_emblem = {
texture = "ce_truidencia_monarchy.dds"
color2 = "full_white"
color3 = "truidencian_red"
instance = { position { 0.5 0.5} scale = { 1 1 } }
}
}
#####################
15 changes: 15 additions & 0 deletions common/country_definitions/00_countries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -245,3 +245,18 @@ EXI = {
cultures = { examplish }
}

AMB = {
capital = STATE_MIDDLE_AMBOISE
color = rgb { 175 130 209 }
country_type = recognized
tier = principality
cultures = { griffinian }
}

TER = {
capital = STATE_TERRA_NORTH_PLAINS
color = rgb { 175 130 209 }
country_type = recognized
tier = principality
cultures = { examplish }
}
27 changes: 27 additions & 0 deletions common/cultures/gangshian.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
gangshian = {
color = "black"
religion = non_religious
traits = { idk_heritage idk_culture_group english }
male_common_first_names={

}
female_common_first_names = {

}
noble_last_names = {

}
common_last_names={

}
male_regal_first_names = {

}
female_regal_first_names = {

}
graphics = asian
ethnicities = {
1 = minecrafter
}
}
48 changes: 48 additions & 0 deletions common/history/buildings/civ_buildings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -923,5 +923,53 @@
region_state:EXI = {
}
}
s:STATE_TERRA_ROOVED_FOREST = {
region_state:TER = {
}
}
s:STATE_TERRA_JUNGLE = {
region_state:TER = {
}
}
s:STATE_TERRA_NORTH_PLAINS = {
region_state:TER = {
create_building = {
building = building_government_administration
level = 1
reserves = 1
activate_production_methods = { pm_simple_organization_government_administration }
}
}
}
s:STATE_TERRA_SOUTH_PLAINS = {
region_state:TER = {
}
}
s:STATE_EAST_AMBOISE = {
region_state:AMB = {
}
}
s:STATE_MIDDLE_AMBOISE = {
region_state:AMB = {
create_building = {
building = building_government_administration
level = 1
reserves = 1
activate_production_methods = { pm_simple_organization_government_administration }
}
}
}
s:STATE_WEST_AMBOISE = {
region_state:AMB = {
}
}
s:STATE_MA_WALO = {
region_state:NAR = {
}
}
s:STATE_WEST_THRUITTANIA = {
region_state:TRU = {
}
}
}

28 changes: 26 additions & 2 deletions common/history/countries/civ_countries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,34 @@
activate_law = law_type:law_disarmed_nation
activate_law = law_type:law_majority_oldfriends
activate_law = law_type:law_simple_legal_system
}
}

c:TER = {
effect_starting_technology_tier_2_tech = yes

activate_law = law_type:law_mixed_economy
activate_law = law_type:law_no_migration_controls
activate_law = law_type:law_parliamentary_republic
activate_law = law_type:law_oligarchy
activate_law = law_type:law_proportional_taxation
activate_law = law_type:law_disarmed_nation
activate_law = law_type:law_majority_newfriends
activate_law = law_type:law_simple_legal_system
}
c:AMB = {
effect_starting_technology_tier_2_tech = yes

activate_law = law_type:law_mixed_economy
activate_law = law_type:law_no_migration_controls
activate_law = law_type:law_parliamentary_republic
activate_law = law_type:law_oligarchy
activate_law = law_type:law_proportional_taxation
activate_law = law_type:law_disarmed_nation
activate_law = law_type:law_majority_newfriends
activate_law = law_type:law_simple_legal_system
}
c:EXA = {
effect_starting_technology_tier_5_tech = yes

}
}
}
Loading

0 comments on commit 64c53b1

Please sign in to comment.