I was playing as the Fatimid caliph in the new 936 start date recently, and I noticed that, after I conquered Egypt, the decision mentioned in Dev Diary #128 to establish Cairo as the new capital was unavailable.
I checked the decision files, and I noticed that the file that includes that decision (LT_936_decisions.txt) was not in HIP's decisions folder. I checked the vanilla version, and saw that the requirements were as follows:
Since that decision is specifically meant for the Fatimid caliph, it should surely require d_ismaili instead of d_shiite in HIP, right? Was that an oversight, or is there a reason it's been left as-is?
This is with HIP Golden1/EMF v10.0, btw.
I checked the decision files, and I noticed that the file that includes that decision (LT_936_decisions.txt) was not in HIP's decisions folder. I checked the vanilla version, and saw that the requirements were as follows:
Code:
potential = {
has_landed_title = d_shiite
has_landed_title = k_egypt
OR = {
has_landed_title = c_cairo
any_realm_character = {
has_landed_title = c_cairo
}
}
b_cairo = { has_holder = no }
796 = {
NOT = { num_of_max_settlements = 7 }
}
is_alternate_start = no
NOT = { has_global_flag = established_cairo }
}
allow = {
prestige = 500
wealth = 500
has_landed_title = d_shiite
has_landed_title = k_egypt
OR = {
has_landed_title = c_cairo
any_realm_character = {
has_landed_title = c_cairo
}
}
}
Since that decision is specifically meant for the Fatimid caliph, it should surely require d_ismaili instead of d_shiite in HIP, right? Was that an oversight, or is there a reason it's been left as-is?
This is with HIP Golden1/EMF v10.0, btw.