Added Leclerc Dyeworks, mines, more loc stuff
This commit is contained in:
parent
29f423976f
commit
3c2d065dca
18 changed files with 393 additions and 130 deletions
|
|
@ -439,4 +439,154 @@ tell_mines_08 = {
|
|||
directive_to_build_economy_modifier = yes
|
||||
ai_economical_building_preference_modifier = yes
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
### Leclerc Dyeworks
|
||||
|
||||
leclerc_dyeworks_01 = {
|
||||
construction_time = standard_construction_time
|
||||
|
||||
can_construct_potential = {
|
||||
building_leclerc_dyeworks_requirement_terrain = yes
|
||||
building_requirement_castle_city_church = { LEVEL = 01 }
|
||||
}
|
||||
|
||||
can_construct_showing_failures_only = {
|
||||
building_requirement_tribal = no
|
||||
county = { NOT = { has_county_modifier = backwater_county_modifier } }
|
||||
}
|
||||
|
||||
cost_gold = normal_building_tier_2_cost
|
||||
|
||||
province_modifier = {
|
||||
monthly_income = normal_building_tax_tier_2
|
||||
}
|
||||
|
||||
county_modifier = {
|
||||
development_growth_factor = normal_building_development_growth_factor_tier_2
|
||||
development_growth = normal_building_development_growth_tier_2
|
||||
}
|
||||
|
||||
character_modifier = {
|
||||
monthly_influence = 0.3
|
||||
}
|
||||
|
||||
on_complete = {
|
||||
creator_mandala_built_regular_building_piety_effect = yes
|
||||
}
|
||||
|
||||
next_building = leclerc_dyeworks_02
|
||||
|
||||
type_icon = "icon_building_murex_farms.dds"
|
||||
|
||||
ai_value = {
|
||||
base = 9
|
||||
ai_tier_1_economical_building_preference_modifier = yes
|
||||
ai_general_building_modifier = yes
|
||||
directive_to_build_economy_modifier = yes
|
||||
}
|
||||
}
|
||||
|
||||
leclerc_dyeworks_02 = {
|
||||
construction_time = standard_construction_time
|
||||
|
||||
can_construct_potential = {
|
||||
building_murex_farm_requirement_terrain = yes
|
||||
building_requirement_castle_city_church = { LEVEL = 03 }
|
||||
}
|
||||
|
||||
can_construct_showing_failures_only = {
|
||||
building_requirement_tribal = no
|
||||
county = { NOT = { has_county_modifier = backwater_county_modifier } }
|
||||
}
|
||||
|
||||
can_construct = {
|
||||
building_requirement_castle_city_church = { LEVEL = 02 }
|
||||
scope:holder.culture = {
|
||||
has_innovation = innovation_manorialism
|
||||
}
|
||||
}
|
||||
|
||||
cost_gold = normal_building_tier_5_cost
|
||||
|
||||
province_modifier = {
|
||||
monthly_income = normal_building_tax_tier_5
|
||||
}
|
||||
|
||||
county_modifier = {
|
||||
development_growth_factor = normal_building_development_growth_factor_tier_5
|
||||
development_growth = normal_building_development_growth_tier_5
|
||||
}
|
||||
|
||||
character_modifier = {
|
||||
monthly_influence = 1.3
|
||||
}
|
||||
|
||||
on_complete = {
|
||||
#Mandala Creator Aspect
|
||||
creator_mandala_built_regular_building_piety_effect = yes
|
||||
}
|
||||
|
||||
next_building = leclerc_dyeworks_03
|
||||
|
||||
type_icon = "icon_building_murex_farms.dds"
|
||||
|
||||
ai_value = {
|
||||
base = 6
|
||||
ai_tier_1_economical_building_preference_modifier = yes
|
||||
ai_general_building_modifier = yes
|
||||
directive_to_build_economy_modifier = yes
|
||||
}
|
||||
}
|
||||
|
||||
leclerc_dyeworks_03 = {
|
||||
construction_time = standard_construction_time
|
||||
|
||||
can_construct_potential = {
|
||||
building_murex_farm_requirement_terrain = yes
|
||||
building_requirement_castle_city_church = { LEVEL = 04 }
|
||||
}
|
||||
|
||||
can_construct_showing_failures_only = {
|
||||
building_requirement_tribal = no
|
||||
county = { NOT = { has_county_modifier = backwater_county_modifier } }
|
||||
}
|
||||
|
||||
can_construct = {
|
||||
building_requirement_castle_city_church = { LEVEL = 04 }
|
||||
scope:holder.culture = {
|
||||
has_innovation = innovation_cranes
|
||||
}
|
||||
}
|
||||
|
||||
cost_gold = normal_building_tier_7_cost
|
||||
|
||||
province_modifier = {
|
||||
monthly_income = normal_building_tax_tier_7
|
||||
}
|
||||
|
||||
county_modifier = {
|
||||
development_growth_factor = normal_building_development_growth_factor_tier_7
|
||||
development_growth = normal_building_development_growth_tier_7
|
||||
}
|
||||
|
||||
character_modifier = {
|
||||
monthly_influence = 2.3
|
||||
}
|
||||
|
||||
on_complete = {
|
||||
#Mandala Creator Aspect
|
||||
creator_mandala_built_regular_building_piety_effect = yes
|
||||
}
|
||||
|
||||
type_icon = "icon_building_murex_farms.dds"
|
||||
|
||||
ai_value = {
|
||||
base = 4
|
||||
ai_tier_1_economical_building_preference_modifier = yes
|
||||
ai_general_building_modifier = yes
|
||||
directive_to_build_economy_modifier = yes
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue