Skip to content

Commit

Permalink
Merge pull request #4 from cocolinfff/master
Browse files Browse the repository at this point in the history
Update 1/8 #1
  • Loading branch information
Ryifer authored Aug 1, 2022
2 parents 5f62c8a + 79e26ff commit d1e5c31
Show file tree
Hide file tree
Showing 15 changed files with 2,762 additions and 2,255 deletions.
9 changes: 8 additions & 1 deletion common/governments/civics/00_origins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,13 @@ origin_subterranean = {
traits = {
trait = trait_cave_dweller
}

modifier = {
planet_structures_cost_mult = 0.10
planet_structures_upkeep_mult = 0.10
planet_building_build_speed_mult = -0.10
planet_orbital_bombardment_damage = -0.75
}

random_weight = {
base = 5
Expand Down Expand Up @@ -1172,4 +1179,4 @@ origin_imperial_vassal_overlord = { # AI Only
random_weight = {
base = 0
}
}
}
98 changes: 98 additions & 0 deletions common/governments/civics/ethic_civics_nationality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3007,3 +3007,101 @@ civic_pleasure_seekers = {
base = 3
}
}

# 银河子宫
civic_galactic_uterus = {
description = "civic_galactic_uterus_effects"
potential = {
ethics = {
NOT = {
value = ethic_gestalt_consciousness
}
}
authority = {
NOT = {
value = auth_corporate
}
}
civics = {
NOR = {
value = civic_galactic_sovereign_megacorp
value = civic_family_business
value = civic_world_cooperative
}
}
}
possible = {
ethics = {
OR = {
value = ethic_capitalism
value = ethic_fanatic_capitalism
}
}
civics = {
NOR = {
value = civic_asceticism
}
NOR = {
text = civic_tooltip_not_network_of_the_mind
value = civic_network_of_the_mind
value = civic_network_of_the_mind_machine
value = civic_network_of_the_mind_true_hive
}
}
}
modifier = {
}
random_weight = {
base = 3
}
}

# 英雄家庭
civic_hero_family = {
description = "civic_hero_family_effects"
potential = {
ethics = {
NOT = {
value = ethic_gestalt_consciousness
}
}
authority = {
NOT = {
value = auth_corporate
}
}
civics = {
NOR = {
value = civic_galactic_sovereign_megacorp
value = civic_family_business
value = civic_world_cooperative
}
}
}
possible = {
ethics = {
OR = {
value = ethic_socialism
value =ethic_fanatic_socialism
}
}
civics = {
NOR = {
value = civic_asceticism
}
NOR = {
text = civic_tooltip_not_network_of_the_mind
value = civic_network_of_the_mind
value = civic_network_of_the_mind_machine
value = civic_network_of_the_mind_true_hive
}
}
}
modifier = {
planet_jobs_produces_mult = -0.15
planet_pops_consumer_goods_upkeep_mult = 0.1
}
random_weight = {
base = 3
}
}
28 changes: 27 additions & 1 deletion common/governments/civics/ethic_civics_red.txt
Original file line number Diff line number Diff line change
Expand Up @@ -543,4 +543,30 @@ civic_du_contrat_social = {
random_weight = {
base = 50
}
}
}

#朝闻道(红标)
civic_zhaowen_dao = {
description = civic_zhaowen_dao_effects
potential = {
ethics = {
NOT = {
value = ethic_gestalt_consciousness
}
}
}
possible = {
ethics = {
value = ethic_fanatic_materialist
NOT = { value = ethic_fanatic_pacifist }
}
}

modifier = {
planet_researchers_produces_mult = 1
}

random_weight = {
base = 0
}
}
1 change: 1 addition & 0 deletions common/on_actions/ethic_rebuild_on_actions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ on_yearly_pulse_country = {
ethic_conciliatory.2
ethic_corpus_event.1
ethic_economic.2
zhao_wen_dao.2
}
}

Expand Down
Loading

0 comments on commit d1e5c31

Please sign in to comment.