Skip to content

Commit

Permalink
Merge pull request #25 from Hi-no-to-ri/develop
Browse files Browse the repository at this point in the history
Compatible with vanilla 1.12.10
  • Loading branch information
Hi-no-to-ri committed Feb 21, 2023
2 parents 95129ab + 1174f76 commit 43c3b2e
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 7 deletions.
54 changes: 54 additions & 0 deletions common/game_rules/00_game_rules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2235,4 +2235,58 @@ obsolete_focus_branches_visibility = {
}
}

## ### # ## ### ## ## # ## ###
# # # # # # # # # # # # # #
## ## ### # ## # # # # ## ##
# # # # # # # # # # # # #
# ### # # ## ### ## ## # # # ###

peace_score_to_overlord = {
name = "PEACE_SCORE_TO_OVERLORD"
group = "RULE_GROUP_PEACE_SCORE"
option = {
name = YES
text = "RULE_OPTION_YES"
desc = "RULE_OPTION_PEACE_SCORE_TO_OVERLORD_YES_DESC"
allow_achievements = yes
}
default = {
name = NO
text = "RULE_OPTION_NO"
desc = "RULE_OPTION_PEACE_SCORE_TO_OVERLORD_NO_DESC"
}
}

peace_score_to_faction_leader = {
name = "PEACE_SCORE_TO_FACTION_LEADER"
group = "RULE_GROUP_PEACE_SCORE"
option = {
name = YES
text = "RULE_OPTION_YES"
desc = "RULE_OPTION_PEACE_SCORE_TO_FACTION_LEADER_YES_DESC"
allow_achievements = yes
}
default = {
name = NO
text = "RULE_OPTION_NO"
desc = "RULE_OPTION_PEACE_SCORE_TO_FACTION_LEADER_NO_DESC"
}
}

peace_score_reset_low_scores = {
name = "PEACE_SCORE_RESET_LOW_SCORES"
group = "RULE_GROUP_PEACE_SCORE"
option = {
name = YES
text = "RULE_OPTION_YES"
desc = "RULE_OPTION_PEACE_SCORE_RESET_LOW_SCORES_YES_DESC"
allow_achievements = yes
}
default = {
name = NO
text = "RULE_OPTION_NO"
desc = "RULE_OPTION_PEACE_SCORE_RESET_LOW_SCORES_NO_DESC"
}
}

#We could add stuff for political advisor visibility filters here too, in the future
12 changes: 6 additions & 6 deletions common/national_focus/germany.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2419,12 +2419,12 @@ focus_tree = {
}
icon = "GFX_GER_basic_medium_tank_medium"
}
}
add_tech_bonus = {
name = armor_bonus
bonus = 1.0
uses = 2
category = armor
add_tech_bonus = {
name = armor_bonus
bonus = 1.0
uses = 2
category = armor
}
}
}
else = {
Expand Down
2 changes: 1 addition & 1 deletion descriptor.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version="KPD2.1.6"
version="KPD2.1.7"
tags={
"Alternative History"
"Events"
Expand Down

0 comments on commit 43c3b2e

Please sign in to comment.