Ah you mismatched the brackets when copying my code in, the trigger, gold cost, gold time etc are inside the from scope rather than on the building itself. Corrected by moving them down to the outermost bracket.@HandicapdHippo Sadly it won't let me upload all the files inside their proper folder so I will just upload all of the modified files.
EDIT: Sorry about the multi uploads, just click one of the Dorwinion_Buildings and ignore the Buildings.txt.
Code:
ct_dorwinion_vineyard_1 = {
desc = ct_dorwinion_vineyard_1_desc
potential = {
OR = {
province_id = 559 #Crimea
province_id = 560 #Cherson
province_id = 561 #Theodosia
province_id = 562 #Korchev
province_id = 598 #Tmutarakan
}
FROM = {
AND = {
culture = old_saxon
OR = {
has_landed_title = d_dorwinion
has_landed_title = k_dorwinion
any_liege = {
OR = {
has_landed_title = d_dorwinion
has_landed_title = k_dorwinion
}
}
}
}
}
}
trigger = { TECH_CITY_CONSTRUCTION = 2 }
gold_cost = 500
build_time = 730
tax_income = 6
ai_creation_factor = 110
add_number_to_name = no
}