Skip to content

Commit

Permalink
1.13- update traits.info, 01_suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
edmund-h committed Sep 24, 2024
1 parent 6082629 commit c3f9379
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
10 changes: 5 additions & 5 deletions common/suggestions/01_suggestions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@ suggestion_increase_opinion = {
target = root
value <= 0
}
is_landed = no
is_landed_or_landless_administrative = no
OR = {
#excluding spouse for this one
has_council_position = councillor_marshal
Expand Down Expand Up @@ -1439,7 +1439,7 @@ suggestion_increase_opinion = {
value <= 0
}
is_councillor_of = root
is_landed = no
is_landed_or_landless_administrative = no
OR = {
has_council_position = councillor_marshal
has_council_position = councillor_chancellor
Expand Down Expand Up @@ -1769,7 +1769,7 @@ suggestion_request_war_aid_petition = {

is_valid = {
NOT = { is_decision_on_cooldown = petition_liege_decision }
is_landed = yes
is_playable_character = yes
is_independent_ruler = no
liege = { has_royal_court = yes }
is_at_war_with_liege = no
Expand Down Expand Up @@ -1803,8 +1803,8 @@ suggestion_create_nation_fracturing_faction = {
# Warcraft [disable this suggestion]
always = no
has_fp2_dlc_trigger = yes
is_local_player = yes
is_landed = yes
#is_local_player = yes # TODO_CD commented out due to causing errors
is_playable_character = yes
is_independent_ruler = no
is_a_faction_member = no
is_a_faction_leader = no
Expand Down
5 changes: 0 additions & 5 deletions common/traits/_traits.info
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,6 @@ portrait_extremity_shift = 0.25 # When gaining this trait, every single morph

ugliness_portrait_extremity_shift = 0.75 # When gaining this trait, every single morph gene associated with the character's most extreme single trait (as defined in common/genes) shifted by this percentage towards 0 or 1; whichever it is closest to. E.G., 0.4 will shift 25% towards 0, resulting in 0.3. "Most extreme" is decided simply by taking the feature whose genes have the highest average deviation from 50% strength

portrait_pose = { # Portrait pose to overwrite the default one
name = <key> # Key of the post
score = int # Score for if this pose in the trait should be used vs another trait
}

### Special opinion impacts

same_opinion = 10 # Opinion impact if two characters share the trait
Expand Down

0 comments on commit c3f9379

Please sign in to comment.