Added Mont-Saint-Michel
Added Mont-Saint-Michel in France ; moved the generic university from Rennes to Caen
This commit is contained in:
parent
79b8e65b25
commit
d2562f9518
4 changed files with 64 additions and 1 deletions
|
|
@ -1901,6 +1901,60 @@ port_of_la_rochelle_03 = {
|
|||
flag = travel_point_of_interest_economic
|
||||
}
|
||||
|
||||
##########
|
||||
# Mont-Saint-Michel
|
||||
##########
|
||||
|
||||
mont_saint_michel_01 = {
|
||||
|
||||
constrcution_time = very_slow_construction_time
|
||||
|
||||
type_icon = "icon_structure_maiden_tower.dds"
|
||||
|
||||
can_construct_potential = {
|
||||
building_requirement_tribal = no
|
||||
}
|
||||
|
||||
cost_gold = 750
|
||||
|
||||
county_holder_character_modifier = {
|
||||
monthly_piety = 0.20
|
||||
holy_order_hire_cost_mult = -0.10
|
||||
clergy_opinion = 5
|
||||
}
|
||||
|
||||
county_modifier = {
|
||||
tax_mult = 0.15
|
||||
development_growth = 0.15
|
||||
development_growth_factor = 0.15
|
||||
defender_holding_advantage = 5
|
||||
hostile_raid_time = 0.50
|
||||
}
|
||||
|
||||
province_modifier = {
|
||||
monthly_income = 1.50
|
||||
fort_level = 4
|
||||
garrison_size = 0.15
|
||||
travel_danger = -20
|
||||
}
|
||||
|
||||
ai_value = {
|
||||
base = 100
|
||||
ai_general_building_modifier = yes
|
||||
directive_to_build_economy_modifier = yes
|
||||
ai_economical_building_preference_modifier = yes
|
||||
modifier = { # Fill all building slots before going for special buildings
|
||||
factor = 0
|
||||
free_building_slots > 0
|
||||
}
|
||||
}
|
||||
|
||||
type = special
|
||||
|
||||
flag = travel_point_of_interest_religious
|
||||
}
|
||||
|
||||
|
||||
########################################
|
||||
# IBERIA
|
||||
########################################
|
||||
|
|
|
|||
BIN
gfx/interface/icons/building_types/icon_structure_maiden_tower.dds
(Stored with Git LFS)
Normal file
BIN
gfx/interface/icons/building_types/icon_structure_maiden_tower.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
|
|
@ -52,7 +52,6 @@
|
|||
culture = galo
|
||||
religion = numenorian
|
||||
holding = castle_holding
|
||||
special_building_slot = generic_university
|
||||
1066.1.1 = {
|
||||
buildings = {
|
||||
ramparts_01
|
||||
|
|
@ -62,6 +61,7 @@
|
|||
}
|
||||
2282 = {
|
||||
holding = city_holding
|
||||
special_building = mont_saint_michel_01
|
||||
}
|
||||
9740 = {
|
||||
holding = church_holding
|
||||
|
|
@ -473,6 +473,7 @@
|
|||
culture = normaund
|
||||
religion = orleaniste
|
||||
holding = castle_holding
|
||||
special_building_slot = generic_university
|
||||
}
|
||||
2170 = {
|
||||
holding = city_holding
|
||||
|
|
|
|||
|
|
@ -145,6 +145,11 @@
|
|||
building_port_of_la_rochelle_03:0 "Grand Port"
|
||||
building_port_of_la_rochelle_03_desc:0 "As trade grew increasingly, several new docks were set up, covering almost the entire coastline of the city. New harbor storage and cargo cranes were needed. With the increased need for ships, several shipyards popped up to facilitate the new demand."
|
||||
|
||||
building_type_mont_saint_michel_01:1 "Mont-Saint-Michel"
|
||||
building_type_mont_saint_michel_01_desc:0 "$building_mont_saint_michel_01_desc$"
|
||||
building_mont_saint_michel_01:0 "Mont-Saint-Michel"
|
||||
building_mont_saint_michel_01_desc:0 "Fortress surrounded by sea, only connected with a small road. With high walls and a sizable garrison, Mont-Saint-Michel is a formidable fortress. The roots of Mont-Saint-Michel stretch all the way into the 8th century . Even though it started as a small monastery, it slowly grew into the fortress that stands there today."
|
||||
|
||||
building_type_fortress_andorra_01:1 "$building_fortress_andorra_01$"
|
||||
building_type_fortress_andorra_01_desc:0 "$building_fortress_andorra_01_desc$"
|
||||
building_fortress_andorra_01:0 "Fortress Monastery of Andorra"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue