opinion_modifiers = {
    CZD_positive_relation = { value = 20 decay = 1 months = 24 }
    CZD_negative_relation = { value = -20 decay = 1 months = 24 }
    CZD_broken_relation = { value = -50 decay = 1 months = 36 }
    CZD_avenged_asia = {
			value = 200 # 直接拉满，以此表达感激
			decay = 0   # 永不衰减，这是历史性的功绩
		}
    CZD_comintern_gratitude = {
        value = 50
        decay = 0
    }
    CZD_faction_support = {
        value = 30
        decay = 1
        months = 36
    }
    
    # 主体思想外交相关
    CZD_brother_nation = {
        value = 50
        decay = 0.5
        months = 60
    }
    
    positive_trade_relations = {
        value = 25
        decay = 1
        months = 36
    }
    
    # 东京大屠杀相关
    CZD_tokyo_massacre = {
        value = -100
        decay = 0.5
        months = 120
    }
    
    CZD_tokyo_massacre_communist = {
        value = -30
        decay = 1
        months = 60
    }
    
    CZD_just_tribunal = {
        value = 30
        decay = 1
        months = 48
    }
    
    CZD_limited_reprisals = {
        value = -30
        decay = 1
        months = 36
    }
    
    CZD_massacre_never_forget = {
        value = -200
        decay = 0
    }
    
    # 领土外交相关
    CZD_territorial_concession = {
        value = -20
        decay = 1
        months = 24
    }
    
    CZD_territorial_gain = {
        value = -10
        decay = 1
        months = 12
    }
    
    CZD_refused_demand = {
        value = -50
        decay = 1
        months = 36
    }
    
    # 间岛问题相关
    CZD_gando_understanding = {
        value = 30
        decay = 0.5
        months = 48
    }
    
    # 地下党合作
    CZD_underground_cooperation = {
        value = 25
        decay = 0.5
        months = 36
    }
    
    # 高句丽复兴相关
    CZD_goguryeo_support = {
        value = 20
        decay = 0.5
        months = 24
    }
    
    CZD_goguryeo_concern = {
        value = -30
        decay = 1
        months = 24
    }
    
    # 党的指导思想相关
    CZD_ideological_alignment = {
        value = 25
        decay = 0.5
        months = 60
    }
    
    CZD_ideological_split = {
        value = -30
        decay = 1
        months = 48
    }
}