脚本效果
give_exceptional_gift
定义in_game/events/DHE/flavor_chi_treasure_expedition.txt:658
659if = {
663custom_tooltip = {
664text = chi_we_will_gift_cloves 我们将赠予Expedition Initiator一份丁香。
}
}
668else_if = {
672custom_tooltip = {
673text = chi_we_will_gift_giraffe 我们将赠予Expedition Initiator一头长颈鹿。
}
}
677else_if = {
681custom_tooltip = {
682text = chi_we_will_gift_persian_blue 我们将赠予Expedition Initiator一份本地染料。
}
}
686else = {
687error_log = "Unreachable script reached in give_exceptional_gift"
}