Skip to content

Commit

Permalink
Added National Composer Trait
Browse files Browse the repository at this point in the history
  • Loading branch information
LordR19 committed Dec 28, 2023
1 parent e9c6cf0 commit 2a7a3e2
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
28 changes: 28 additions & 0 deletions common/character_traits/elgar_traits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,34 @@ elgar_great_composer = { #TODO change values
value = 3
}

elgar_national_composer = { #TODO change values
type = skill
texture = "gfx/interface/icons/character_trait_icons/elgar_national_composer.dds"

character_modifier = {
character_popularity_add = 25
}

agitator_modifier = {
interest_group_in_government_approval_add = 1
interest_group_in_opposition_approval_add = -1
}

country_modifier = {
country_prestige_add = 50
}

interest_group_modifier = {
interest_group_pop_attraction_mult = 0.02
}

possible = {
always = no
}

value = 3
}

elgar_travelling_composer = { #TODO change values
type = skill
texture = "gfx/interface/icons/character_trait_icons/elgar_composer_travelling.dds"
Expand Down
3 changes: 3 additions & 0 deletions localization/english/1_update_l_english.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,9 @@

### Elgar ###

elgar_national_composer: "National Composer"
elgar_national_composer_desc: "Their own Nation is very important for this Composer. It is not possible to hire Them in a Nation that is not part of their Nation."

elgar_travelling_composer: "Travelling Composer"
elgar_travelling_composer_desc: "Travelling Composers are Composers that are not bound by contract to a specific country but instead travel the world."

Expand Down

0 comments on commit 2a7a3e2

Please sign in to comment.