스크립트 효과
donate_gold_to_international_organization
신성 로마 제국국가 간 조직체if정의in_game/common/scripted_effects/country_effects.txt:2594
2595save_temporary_scope_as = root_country
2596if = {
2597limit = {
2597is_leader_of_international_organization = $international_organization$
}
2598custom_tooltip = {
2599text = donate_gold_to_international_organization_tt Recipient의 모든 관련 구성국은 현재 국고 규모에 비례해 얼마나 많은 두카트를 기부했는지에 따라 Actor에 대한 우호도가 상승합니다(최대 100까지)
2600$international_organization$ = {
2601if = {
2603every_country_with_special_status_of_type = {
2604type = elector
2606target = scope:root_country
2607value = $value$
2608international_organization = $international_organization$
}
}
2611every_country_with_special_status_of_type = {
2612type = archbishop_elector
2614target = scope:root_country
2615value = $value$
2616international_organization = $international_organization$
}
}
}
2620else = {
2621every_international_organization_member = {
2623target = scope:root_country
2624value = $value$
2625international_organization = $international_organization$
}
}
}
}
}
}
2632else = {
2633$international_organization$ = {
2634leader_country ?= {
2636target = scope:root_country
2637value = $value$
2638international_organization = $international_organization$
}
}
}
}
2643add_gold = {
2644value = $value$
2645multiply = -1
}