unfucking the mod
This commit is contained in:
parent
cbe3fbcda2
commit
d887392b56
1167 changed files with 26982 additions and 13 deletions
51
common/buildings/NEOW_special_buildings.txt
Normal file
51
common/buildings/NEOW_special_buildings.txt
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
##########
|
||||
# Fortress Monastery of Andorra
|
||||
##########
|
||||
|
||||
fortress_andorra_01 = {
|
||||
|
||||
construction_time = very_slow_construction_time
|
||||
|
||||
type_icon = "icon_structure_falak_ol_aflak_citadel.dds"
|
||||
|
||||
can_construct_potential = {
|
||||
scope:holder = {
|
||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
}
|
||||
}
|
||||
|
||||
is_enabled = {
|
||||
scope:holder = {
|
||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
}
|
||||
}
|
||||
|
||||
cost_gold = 1000
|
||||
|
||||
character_modifier = {
|
||||
monthly_piety_gain_mult = 0.1
|
||||
zealot_opinion = 5
|
||||
}
|
||||
|
||||
county_modifier = {
|
||||
hostile_raid_time = 0.5
|
||||
}
|
||||
|
||||
province_modifier = {
|
||||
fort_level = 4
|
||||
defender_holding_advantage = 4
|
||||
monthly_income = 1
|
||||
}
|
||||
|
||||
ai_value = {
|
||||
base = 100
|
||||
modifier = { # Fill all building slots before going for special buildings
|
||||
factor = 0
|
||||
free_building_slots > 0
|
||||
}
|
||||
}
|
||||
|
||||
type = special
|
||||
|
||||
flag = travel_point_of_interest_religious
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue