Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
desc = ca_legionary_barracks_desc
potential = {
OR = {
FROM = { culture = ghiscari } # If the owner of the holding is ghiscari culture
has_religion_feature = religion_feature_harpy # Legionary Traditions. It can be built when either of the two is satisfied.
}
}
trigger = {
TECH_CASTLE_CONSTRUCTION = 0
}
prerequisites = { ca_asoiaf_ghiscari_basevalue_3 } # After the basevalue_3 of the ghiscari region is built
ca_legionary_barracks = {
desc = ca_legionary_barracks_desc
potential = {
OR = {
culture = ghiscari
has_religion_feature = religion_feature_harpy
}
}
trigger = {
TECH_CASTLE_CONSTRUCTION = 0
}
prerequisites = { ca_asoiaf_ghiscari_basevalue_3 }
potential = { culture = ghiscari } #If the province culture is ghiscari, it means that it can be built.
prerequisites = { ca_asoiaf_ghiscari_basevalue_3 } means that the basevalue_3 of the ghiscari region is required to build.
In fact, they both mean the same
It seems right to use FROM = {culture = ghiscari} instead of culture = ghiscari.
Unsub to my mod and download the AGOT Reformations.zip from my dropbox and extract it in the mod folder, should work out of the box. If the manual installation doesn't work I'm not really sure how to help unless we screen shared. I've heard ck2 and the workshop gets shitty with dependencies on mods, which was why the AGOT mod was removed from here I think.