Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ambitions #239

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
26c43d4
Clean setup
Waschbaerkebab Mar 24, 2020
84ca4de
Added 'adopt_a_lifestyle' w/o events
Waschbaerkebab Mar 24, 2020
9479ae4
Added 'adopt_a_lifestyle' ambition
Waschbaerkebab Mar 25, 2020
f46b45d
Fixed numbers (leftovers from debugging)
Waschbaerkebab Mar 25, 2020
91b7534
Added all 'amass_wealth' ambitions
Waschbaerkebab Mar 25, 2020
ad97601
Added 'be_legtimized' ambition + some fixes
Waschbaerkebab Mar 25, 2020
aabc198
Changed real_father to true_father_even_if_dead
Waschbaerkebab Mar 25, 2020
577a793
Added 'exalted_X' ambitions
Waschbaerkebab Mar 26, 2020
f235245
New icon for 'amass_wealth_X' ambition
Waschbaerkebab Mar 26, 2020
82a766a
Added 'become_independent' ambition
Waschbaerkebab Mar 26, 2020
7b15207
Added 'become_duke' ambition
Waschbaerkebab Mar 26, 2020
95c6c19
Added 'become_multiduke/emperor' ambitions
Waschbaerkebab Mar 27, 2020
b9fb569
Added 'befriend_liege/top_liege/relhead' amb
Waschbaerkebab Mar 27, 2020
f0d5051
Added 'escape_prison' ambition
Waschbaerkebab Mar 27, 2020
a28ea6b
Fix + Localisation for timer
Waschbaerkebab Mar 27, 2020
ee6f485
Adding prefix 'plus_' for ai_objective_timer
Waschbaerkebab Mar 27, 2020
a2eee1d
Added 'go_crusade' ambitions
Waschbaerkebab Mar 28, 2020
6887c2b
Added 'great_council' ambition
Waschbaerkebab Mar 29, 2020
b8205c9
Added 'have_X_children' ambitions
Waschbaerkebab Mar 29, 2020
09cffa1
Added prefix to modifier
Waschbaerkebab Mar 29, 2020
25530c6
Added 'known_for_virtu' ambition
Waschbaerkebab Mar 29, 2020
6669ebc
Added 'lower_decadence_X' ambitions
Waschbaerkebab Mar 29, 2020
5855c23
Several fixes (missing Localisations etc.)
Waschbaerkebab Mar 29, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion CK2Plus/common/event_modifiers/000_CK2Plus_event_modifiers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@
#
# INDEX
#
# Total = 4
# Total = 5
#
# plus_faction_abandoned
# plus_construction_focus
# plus_increased_spy_reports
# plus_new_roads
# plus_attentive_liege
# plus_estates_1
# plus_away_from_court
#
#########################################

Expand Down Expand Up @@ -118,3 +121,22 @@ plus_new_roads = {
levy_reinforce_rate = 0.2
}

#Attentive Liege
plus_attentive_liege = {
global_revolt_risk = -0.03
icon = 1
}

#Estates 1
plus_estates_1 = {
monthly_character_wealth = 0.2
monthly_character_prestige = 0.01
icon = 101
}

#Away From Court
plus_away_from_court = {
plot_discovery_chance = -0.25
fertility = -1.0
icon = 19
}
26 changes: 26 additions & 0 deletions CK2Plus/common/event_modifiers/000_CK2Plus_timers.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#######
#Plus Timers:
#
#Total = 05
#######

plus_ai_objective_timer = {
icon = 1
}

plus_loan_timer = {
icon = 24
monthly_character_piety = -0.25
}

plus_ai_austerity = {
icon = 1
}

plus_do_not_disturb = {
icon = 1
}

plus_lower_decadence_obj_timer={
icon = 15
}
37 changes: 37 additions & 0 deletions CK2Plus/common/minor_titles/000_CK2Plus_minor_titles.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@

########################################################
# CK2Plus MINOR TITLES
########################################################

title_lord = {
dignity = 0.1
show_as_title = yes
realm_in_name = yes
grant_limit = 1000
revoke_allowed = no
opinion_effect = 0
monthly_prestige = 0.05

allowed_to_hold = {
OR = {
primary_title = { temporary = no }
NOT = {
primary_title = {
always = yes
}
}
}
has_minor_title = title_lord
}

allowed_to_grant = {
always = no
}

gain_effect = {
}
lose_effect = {
}

message = no
}
10 changes: 10 additions & 0 deletions CK2Plus/common/nicknames/000_CK2Plus_nicknames.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#############################################
#Plus Nicknames:
#
#Total = 001
#############################################

# TRIGGERED ONLY
################

nick_the_quiverfull = {}
Loading