﻿# obfusCKate:hidden information兼容
# https://steamcommunity.com/sharedfiles/filedetails/?id=3508469370
dt_is_obf_loaded = {
	scope = character

	is_shown = {
		has_global_variable = obf_is_loaded
	}
}

dt_is_not_obf_loaded = {
	scope = character

	is_shown = {
		NOT = { has_global_variable = obf_is_loaded }
	}
}

dt_is_siege_devastation_loaded = {
	scope = character

	is_shown = {
		NAND = {
			has_game_rule = siege_building_destruction_disabled
			has_game_rule = siege_building_destruction_enabled
		}
	}
}