Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

flavor_bah.1000 夺取“菲罗扎王座”

时间范围:1337.1.1 - 1400.1.1 (每月 5% 概率)

触发条件

  • 玩家国家(root不拥有瓦朗加尔地区(location:warangal)。
  • 瓦朗加尔地区的所有者:
    • 处于和平状态(at_war = no)。
    • 不是附庸国(is_subject = no)。
  • 瓦朗加尔地区内存在名为“菲罗扎王座”(work_of_art:takht_i_firoza)的艺术品。

关键效果

  • 选项 A (历史选项)
    • 将“菲罗扎王座”艺术品移至玩家首都(root.capital)。
    • 与瓦朗加尔地区的所有者国家(scope:target_country)签订停战协议(add_truce_with)。
    • 向瓦朗加尔地区的所有者国家触发事件 flavor_bah.1001
  • 选项 B
    • 无具体效果(仅显示自定义提示 bah_no_deal_tt)。

背景介绍: “菲罗扎王座”是一件珍贵的艺术品,在14世纪存在于印度德干地区的瓦朗加尔。巴曼尼苏丹国(BAH)作为该地区新兴的伊斯兰政权,对这件象征着权力与威望的宝物产生了浓厚兴趣。此事件模拟了巴曼尼苏丹国试图通过外交或强制手段,从瓦朗加尔的统治者手中获取这件宝物的历史可能性,反映了当时南印度诸国间关于文化遗产与政治象征的争夺。

完整事件代码

flavor_bah.1000 = {
	type = country_event
	title = flavor_bah.1000.title
	desc = flavor_bah.1000.desc
    historical_info = flavor_bah.1000.historical_info
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = BAH
		from = 1337.1.1
		to = 1400.1.1
		monthly_chance = 5
	}

	trigger = {
        location:warangal.owner != root
        location:warangal.owner ?= {
            at_war = no
			is_subject = no
        }
        location:warangal = {
            any_work_of_art_in_location = {
                this = work_of_art:takht_i_firoza
            }
        }
	}
	
	illustration_tags = {
		10 = interior
		10 = regular
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }

        location:warangal.owner ?= {
            save_scope_as = target_country
            ruler_or_regent ?= {
                save_scope_as = target_character
            }
        }

		location:warangal = {
			random_work_of_art_in_location = {
                limit = {
                    this = work_of_art:takht_i_firoza
                }
                save_scope_as = target_art
            }
		}

		save_scope_as = target_country2

		ruler_or_regent ?= {
			save_scope_as = target_character2
		}
	}

	option = {
		name = flavor_bah.1000.a
		historical_option = yes

        show_as_tooltip = {
            scope:target_art = {
                move_art = root.capital
            }
            add_truce_with = { target = scope:target_country }
        }

		custom_tooltip = bah_target_must_accept_tt

		scope:target_country = {
			trigger_event_non_silently = flavor_bah.1001
		}

	}
	
	option = {
		name = flavor_bah.1000.b

		custom_tooltip = bah_no_deal_tt
	}
}