ck2plus / CK2Plus_Rewrite

Home of the complete rewrite of the CK2Plus Mod
15 stars 4 forks source link

Ambitions #239

Open Waschbaerkebab opened 4 years ago

Waschbaerkebab commented 4 years ago

TODO list


Added adopt_a_lifestyle ambition

Worth to mention:

Also commented out:

if = {
     limit = {
          NOR = {
               has_character_modifier = plot_assisted_spying
               has_character_modifier = plot_assisted_spying2
               has_character_modifier = plot_assisted_spying3
               has_character_modifier = plot_assisted_spying4
               has_character_modifier = plot_assisted_spying5
          }
     }
     add_character_modifier = {
     name = plot_assisted_spying
     duration = 90
     }
}

and

liege = { has_law = female_council_law_4 }
[...]
has_game_rule = {
     name = gender
     value = plus
}

I commented out that stuff because I didn't want to add too much stuff outside of the ambitions. If you wish, I'll implement for example the traits, but not any events/decisions to actually receive the trait (which would make it unnecessary to implement the traits yet, but I'm not sure how you want to handle it)

And, as mentioned on discord, changed is_pagan_religion = yes to religion_group = pagan_group, but i mentioned it in the code as comment

From testing, the events and the ambition itself seems to work just fine

Waschbaerkebab commented 4 years ago

Added following ambitions:

noteworthy: