|
@@ -11,6 +11,16 @@ interaction = {
|
|
|
11
11
|
}
|
|
12
12
|
effect = {
|
|
13
13
|
if = {
|
|
14
|
+
limit = {
|
|
15
|
+
religion = inti
|
|
16
|
+
check_variable = {
|
|
17
|
+
which = inca_amount_of_mummies
|
|
18
|
+
value = 1
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
INC_sell_crownland_modified_by_mummies = yes
|
|
22
|
+
}
|
|
23
|
+
else_if = {
|
|
14
24
|
limit = {
|
|
15
25
|
NOT = { has_government_attribute = no_crownland_money_loss_to_age }
|
|
16
26
|
NOT = { has_country_flag = enable_full_ducat_gain_from_selling_crownland_flag }
|
|
@@ -336,6 +346,16 @@ interaction = {
|
|
|
336
346
|
}
|
|
337
347
|
set_country_flag = recent_land_seizure
|
|
338
348
|
if = {
|
|
349
|
+
limit = {
|
|
350
|
+
religion = inti
|
|
351
|
+
check_variable = {
|
|
352
|
+
which = inca_amount_of_mummies
|
|
353
|
+
value = 1
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
INC_seize_crownland_modified_by_mummies = yes
|
|
357
|
+
}
|
|
358
|
+
else_if = {
|
|
339
359
|
limit = {
|
|
340
360
|
NOT = { has_government_attribute = can_seize_crownland_of_single_estates }
|
|
341
361
|
NOT = { has_country_flag = can_seize_crownland_to_estates_targeted_flag }
|
|
@@ -344,6 +364,16 @@ interaction = {
|
|
|
344
364
|
take_estate_land_share_massive = { estate = all }
|
|
345
365
|
custom_tooltip = SEPERATOR_TOOLTIP
|
|
346
366
|
if = {
|
|
367
|
+
limit = {
|
|
368
|
+
has_country_flag = ned_lands_generality_flag
|
|
369
|
+
}
|
|
370
|
+
add_estate_loyalty = {
|
|
371
|
+
estate = all
|
|
372
|
+
loyalty = -10
|
|
373
|
+
short = yes
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
else_if = {
|
|
347
377
|
limit = {
|
|
348
378
|
has_government_attribute = seizing_land_loyalty
|
|
349
379
|
}
|