Skip to content

Commit

Permalink
Small Update
Browse files Browse the repository at this point in the history
- Fixed more UI bugs
- The puppet war goal is based on population now
   - Nations with 1.5mil pops or lower can be puppeted
- Every Player gets John Cena except Unvicilized nations
   - John Cena General is 3-3 general rather than 4-4 in my other mod
- Mughals start 10% less civilization progress
- People now get mobilization pop up
  • Loading branch information
SF-Jake committed Sep 28, 2022
1 parent a2346fe commit f3096a2
Show file tree
Hide file tree
Showing 9 changed files with 6,681 additions and 6 deletions.
15 changes: 11 additions & 4 deletions common/cb_types.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1279,10 +1279,6 @@ make_puppet = {
good_relation_militancy_factor = 1

can_use = {
NOT = { is_our_vassal = THIS }
NOT = { number_of_states = 4 }
is_greater_power = no
is_vassal = no
NOT = {
OR = {
tag = JAN
Expand All @@ -1297,6 +1293,17 @@ make_puppet = {
}
}
}
OR = {
NOT = { total_pops = 1500000 }
AND = {
NOT = { total_pops = 4000000 }
THIS = { revolution_n_counterrevolution = 1 }
}
NOT = { number_of_states = 4 }
}
NOT = { is_our_vassal = THIS }
is_greater_power = no
is_vassal = no
}

# THIS - us
Expand Down
4 changes: 4 additions & 0 deletions common/event_modifiers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1269,3 +1269,7 @@ banker_income_timer = {
monthly_timer = {
icon = 8
}

john_cena_cooldown = {
icon = 15
}
7 changes: 7 additions & 0 deletions decisions/1 Setup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ political_decisions = {
duration = -1
}
}
any_country = {
limit = {
ai = no
civilized = yes
}
country_event = 91332
}
}
}
}
5 changes: 4 additions & 1 deletion decisions/NationalUnification.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,10 @@ unite_moldavia_wallachia = {
is_greater_power = yes
}
is_culture_group = scandinavian
in_sphere = THIS
OR = {
in_sphere = THIS
vassal_of = THIS
}
}
country_event = { id=11101 days=0 }
}
Expand Down
38 changes: 38 additions & 0 deletions events/913XX Miscellaneous Events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,44 @@ country_event = {
}
}

#########################################################################
# John Cena General #
#########################################################################
country_event = {
id = 91332
title = "John Cena General"
desc = "You can't see me."

trigger = {
ai = no
NOT = { has_leader = "�RJohn Cena�W" }
NOT = { has_leader = "�RJohn Xina�W" }
NOT = { has_country_modifier = john_cena_cooldown }
}
immediate = {
add_country_modifier = {
name = john_cena_cooldown
duration = 120
}
}
option = {
name = "�RJohn Cena�W"
define_general = {
name = "�RJohn Cena�W"
personality = defence_3.1
background = attack_3.1
}
}
option = {
name = "�RJohn Xina�W"
define_general = {
name = "�RJohn Xina�W"
personality = defence_3.1
background = attack_3.1
}
}
}



#Ghost Events
Expand Down
1 change: 0 additions & 1 deletion history/countries/MUG - Mughalistan.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ upper_house = {

admin_reform = yes_admin_reform
foreign_weapons = yes_foreign_weapons
foreign_training = yes_foreign_training
military_constructions = yes_military_constructions

post_napoleonic_thought = 1
Expand Down
Loading

0 comments on commit f3096a2

Please sign in to comment.