flavor_geo.8 格鲁吉亚与法国的通信
时间范围:1340.1.1 - 1375.3.14(每月 1% 概率)
触发条件:
- 国家
FRA(法国)存在。 - 触发国当前未处于战争状态。
- 国家
FRA满足以下条件:- 不是附庸国。
- 未处于破产状态。
- 省份
jerusalem(耶路撒冷)的顶层所有者满足以下条件:- 该所有者与触发国(
ROOT)相同,或者与FRA相同,或者是触发国的附庸。 - 该所有者与
GEO(格鲁吉亚)之间存在alliance(同盟)类型的互认脚本关系。
- 该所有者与触发国(
关键效果:
- 选项 A (flavor_geo.8.a)
- 历史选项:是
- 对
FRA(法国)非静默触发事件flavor_geo.9。 - 触发国损失一定数量的金钱(
change_gold_effect = { scale = -1 })。
- 选项 B (flavor_geo.8.b)
- 触发国获得少量威望惩罚(
add_prestige = prestige_weak_penalty)。
- 触发国获得少量威望惩罚(
背景介绍: 此事件模拟了14世纪中期,格鲁吉亚王国与法兰西王国之间可能发生的外交互动。当时,格鲁吉亚作为高加索地区的基督教王国,与西欧的十字军国家及天主教势力保持着联系。事件触发条件与耶路撒冷的所有权及同盟关系挂钩,暗示了双方在近东事务上的共同利益或协调,可能涉及关于圣地事务、军事合作或外交信函的往来。
完整事件代码:
flavor_geo.8 = { #Letters for [target_character2.GetLongName]
hide_portraits = yes
type = country_event
title = flavor_geo.8.title
desc = flavor_geo.8.desc
fire_only_once = yes
dynamic_historical_event = {
tag = GEO
from = 1340.1.1
to = 1375.3.14
monthly_chance = 1
}
trigger = {
country_exists = c:FRA
at_war = no
c:FRA = {
is_subject = no
is_during_bankruptcy = no
}
location:jerusalem.top_owner = {
NOR = {
this = ROOT
this = c:FRA
is_subject_or_below_of = ROOT
has_mutual_scripted_relation = {
type = relation_type:alliance
target = c:GEO
}
}
}
}
illustration_tags = {
10 = interior
10 = regular
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:nobles_estate }
save_scope_as = target_country
ruler_or_regent = { save_scope_as = target_character }
c:FRA = {
save_scope_as = target_country2
ruler_or_regent = { save_scope_as = target_character2 }
}
location:jerusalem = { save_scope_as = target_location }
}
option = {
name = flavor_geo.8.a
historical_option = yes
c:FRA = { trigger_event_non_silently = flavor_geo.9 }
change_gold_effect = { scale = -1 }
}
option = {
name = flavor_geo.8.b
add_prestige = prestige_weak_penalty
}
}