Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. common/opinion_modifiers/00_opinion_modifiers.txt +95 -1
common/opinion_modifiers/00_opinion_modifiers.txt CHANGED
@@ -219,6 +219,10 @@ want_subject_provinces = {
219
219
  opinion = -15
220
220
  min = -200
221
221
  }
222
+ want_your_and_subject_provinces = {
223
+ opinion = -15
224
+ min = -200
225
+ }
222
226
 
223
227
  border_friction = {
224
228
  opinion = -1
@@ -3706,6 +3710,34 @@ is_tributary = {
3706
3710
  opinion = 15
3707
3711
  }
3708
3712
 
3713
+ is_sphere_of_influence_overlord = {
3714
+ opinion = 15
3715
+ }
3716
+
3717
+ is_sphere_of_influence_subject = {
3718
+ opinion = 15
3719
+ }
3720
+
3721
+ left_our_sphere_of_influence = {
3722
+ opinion = -100
3723
+ yearly_decay = 2
3724
+ }
3725
+
3726
+ left_their_sphere_of_influence = {
3727
+ opinion = -100
3728
+ yearly_decay = 2
3729
+ }
3730
+
3731
+ was_removed_from_our_sphere_of_influence = {
3732
+ opinion = -100
3733
+ yearly_decay = 2
3734
+ }
3735
+
3736
+ removed_from_our_sphere_of_influence = {
3737
+ opinion = -100
3738
+ yearly_decay = 2
3739
+ }
3740
+
3709
3741
  is_trade_protectorate = {
3710
3742
  opinion = 20
3711
3743
  }
@@ -4885,7 +4917,7 @@ zan_has_embassy = {
4885
4917
  }
4886
4918
 
4887
4919
  zan_declined_embassy = {
4888
- opinion = -50
4920
+ opinion = -200
4889
4921
  yearly_decay = 1
4890
4922
  }
4891
4923
 
@@ -5233,4 +5265,66 @@ failed_province_purchase = {
5233
5265
  revoked_our_right_to_war = {
5234
5266
  opinion = -50
5235
5267
  yearly_decay = 2
5268
+ }
5269
+
5270
+ #Byzantium
5271
+ BYZ_spared_masjid = {
5272
+ opinion = 35
5273
+ yearly_decay = 1
5274
+ }
5275
+
5276
+ BYZ_orthodox_confraternity = {
5277
+ opinion = 30
5278
+ yearly_decay = 1
5279
+ }
5280
+
5281
+ BYZ_union_of_the_churches_op = {
5282
+ opinion = 125
5283
+ yearly_decay = 0
5284
+ }
5285
+
5286
+ BYZ_refused_union = {
5287
+ opinion = -75
5288
+ yearly_decay = 0.5
5289
+ }
5290
+
5291
+ #Persia
5292
+ per_traveling_artist = {
5293
+ opinion = 50
5294
+ yearly_decay = 5
5295
+ }
5296
+
5297
+ promote_good_reputation_opinion = {
5298
+ max = 100
5299
+ opinion = 25
5300
+ years = 10
5301
+ }
5302
+
5303
+ promote_good_reputation_upgraded_opinion = {
5304
+ max = 200
5305
+ opinion = 50
5306
+ years = 10
5307
+ }
5308
+
5309
+ royal_ambassador_visit = {
5310
+ max = 50
5311
+ opinion = 50
5312
+ years = 5
5313
+ }
5314
+
5315
+ converted_to_zoroastrian = {
5316
+ opinion = 50
5317
+ yearly_decay = 1
5318
+ }
5319
+
5320
+ #Mamluks
5321
+
5322
+ engaged_in_grain_trade_modifier = {
5323
+ opinion = 25
5324
+ yearly_decay = 2.5
5325
+ }
5326
+
5327
+ performed_hajj_modifier = {
5328
+ opinion = 30
5329
+ yearly_decay = 3
5236
5330
  }