09-11-2017, 19:07
Merhabalar, bildiğiniz üzere Fatih Sultan Mehmet'in hayali olan Roma İmparatorluğu'nu tekrar kurma görevinin Osmanlı için de olması gerektiğini düşünüyorum. Oyunun dosyalarında "Decisions" bölümü altında "RomanianNation" txt dosyasında bulunuyor. Benim amacım ise bu decisions'ı Osmanlı için uyumlu hale getirmek. Bunu nasıl yapabilirim? Kodlar aşağıdaki gibidir:
Kod:
country_decisions = {
romanian_nation = {
major = yes
potential = {
normal_or_historical_nations = yes
NOT = { has_country_flag = formed_romania_flag }
OR = {
ai = no
is_playing_custom_nation = no
}
NOT = { tag = HLR }
NOT = { tag = PAP }
NOT = { exists = RMN }
primary_culture = romanian
is_colonial_nation = no
OR = {
is_former_colonial_nation = no
AND = {
is_former_colonial_nation = yes
ai = no
}
}
}
allow = {
is_free_or_tributary_trigger = yes
is_nomad = no
is_at_war = no
NOT = { exists = BYZ }
owns_core_province = 158 # Transylvania
owns_core_province = 159 # Silistria
owns_core_province = 160 # Oltenia
owns_core_province = 161 # Wallachia
owns_core_province = 268 # Bessarabia
owns_core_province = 1756 # Budjak
}
effect = {
change_tag = RMN
if = {
limit = {
is_part_of_hre = yes
is_elector = no
is_emperor = no
}
every_owned_province = {
limit = {
is_part_of_hre = yes
}
set_in_empire = no
}
}
if = {
limit = {
NOT = {
government_rank = 2
}
}
set_government_rank = 2
}
random_owned_province = {
add_base_tax = 1
}
add_country_modifier = {
name = "centralization_modifier"
duration = 7300
}
add_prestige = 25
RMN = {
set_capital = 161
}
if = {
limit = { has_custom_ideas = no }
country_event = { id = ideagroups.1 } #Swap Ideas
}
set_country_flag = formed_romania_flag
}
ai_will_do = {
factor = 1
}
}
}