andorra fort
This commit is contained in:
parent
f70fadc96a
commit
82b39589b0
3 changed files with 58 additions and 1 deletions
51
N3OW/common/buildings/NEOW_special_buildings.txt
Normal file
51
N3OW/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 = {
|
||||
religion = religion:catholic_religion
|
||||
}
|
||||
}
|
||||
|
||||
is_enabled = {
|
||||
scope:holder = {
|
||||
religion = religion:catholic_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
|
||||
}
|
||||
|
|
@ -1095,6 +1095,7 @@
|
|||
culture = andorra
|
||||
religion = iberian
|
||||
holding = city_holding
|
||||
special_building = fortress_andorra_01
|
||||
}
|
||||
###c_urgell
|
||||
8801 = {
|
||||
|
|
|
|||
|
|
@ -16,4 +16,9 @@
|
|||
building_tell_mines_07:1 "Scholars and Alchemists "
|
||||
building_tell_mines_07_desc:1 "WIP."
|
||||
building_tell_mines_08:2 "Forges of Antediluvia"
|
||||
building_tell_mines_08_desc:2 "WIP."
|
||||
building_tell_mines_08_desc:2 "WIP."
|
||||
|
||||
building_type_fortress_andorra_01:1 "$building_fortress_andorra_01$"
|
||||
building_type_fortress_andorra_01_desc:0 "WIP."
|
||||
building_fortress_andorra_01:0 "Fortress Monastery of Andorra"
|
||||
building_fortress_andorra_01_desc:0 "$building_type_fortress_andorra_01_desc$"
|
||||
Loading…
Add table
Add a link
Reference in a new issue