Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. common/subject_types/00_subject_types.txt +12 -10
common/subject_types/00_subject_types.txt CHANGED
@@ -1282,24 +1282,27 @@ hereditary_pronoia_subject_type = {
1282
1282
  modifier_subject = {
1283
1283
  modifier = BYZ_extra_forcelimit_for_pronoiars
1284
1284
  trigger = {
1285
- overlord = {
1286
- has_country_flag = BYZ_extra_forcelimit_for_pronoiars_flag
1285
+ custom_trigger_tooltip = {
1286
+ tooltip = BYZ_extra_forcelimit_for_pronoiars_tt
1287
+ overlord = { has_country_flag = BYZ_extra_forcelimit_for_pronoiars_flag }
1287
1288
  }
1288
1289
  }
1289
1290
  }
1290
1291
  modifier_subject = {
1291
1292
  modifier = BYZ_army_trad
1292
1293
  trigger = {
1293
- overlord = {
1294
- has_country_flag = BYZ_pronoia_subjects_get_3_yearly_army_tradition_flag
1294
+ custom_trigger_tooltip = {
1295
+ tooltip = BYZ_army_trad_tt
1296
+ overlord = { has_country_flag = BYZ_pronoia_subjects_get_3_yearly_army_tradition_flag }
1295
1297
  }
1296
1298
  }
1297
1299
  }
1298
1300
  modifier_subject = {
1299
1301
  modifier = BYZ_discipline
1300
1302
  trigger = {
1301
- overlord = {
1302
- has_country_flag = BYZ_pronoia_will_get_5_discipline_flag
1303
+ custom_trigger_tooltip = {
1304
+ tooltip = BYZ_discipline_tt
1305
+ overlord = { has_country_flag = BYZ_pronoia_will_get_5_discipline_flag }
1303
1306
  }
1304
1307
  }
1305
1308
  }
@@ -1319,10 +1322,9 @@ hereditary_pronoia_subject_type = {
1319
1322
  modifier_overlord = {
1320
1323
  modifier = BYZ_pronoia_land_forcelimit_penalty
1321
1324
  trigger = {
1322
- NOT = {
1323
- overlord = {
1324
- has_country_flag = BYZ_no_pronoia_forcelimit_penalty
1325
- }
1325
+ custom_trigger_tooltip = {
1326
+ tooltip = BYZ_pronoia_land_forcelimit_penalty_tt
1327
+ NOT = { overlord = { has_country_flag = BYZ_no_pronoia_forcelimit_penalty } }
1326
1328
  }
1327
1329
  }
1328
1330
  }