Compare commits
No commits in common. "1ec6914d34f42b6b41714a8aa45ebf7070d40fc7" and "40fd76551d3623114e07972a3715eec99e60b220" have entirely different histories.
1ec6914d34
...
40fd76551d
3 changed files with 13 additions and 70 deletions
|
|
@ -378,7 +378,6 @@ monotown_01 = {
|
||||||
|
|
||||||
can_construct_potential = {
|
can_construct_potential = {
|
||||||
barony_cannot_construct_holding = no
|
barony_cannot_construct_holding = no
|
||||||
government_has_flag = government_is_urepublic
|
|
||||||
}
|
}
|
||||||
|
|
||||||
can_construct = {
|
can_construct = {
|
||||||
|
|
@ -882,7 +881,6 @@ monotown_02 = {
|
||||||
|
|
||||||
can_construct_potential = {
|
can_construct_potential = {
|
||||||
building_requirement_tribal = no
|
building_requirement_tribal = no
|
||||||
government_has_flag = government_is_urepublic
|
|
||||||
}
|
}
|
||||||
can_construct = {
|
can_construct = {
|
||||||
trigger_if = {
|
trigger_if = {
|
||||||
|
|
@ -1359,7 +1357,6 @@ monotown_03 = {
|
||||||
|
|
||||||
can_construct_potential = {
|
can_construct_potential = {
|
||||||
building_requirement_tribal = no
|
building_requirement_tribal = no
|
||||||
government_has_flag = government_is_urepublic
|
|
||||||
}
|
}
|
||||||
can_construct = {
|
can_construct = {
|
||||||
trigger_if = {
|
trigger_if = {
|
||||||
|
|
@ -1839,7 +1836,6 @@ monotown_04 = {
|
||||||
|
|
||||||
can_construct_potential = {
|
can_construct_potential = {
|
||||||
building_requirement_tribal = no
|
building_requirement_tribal = no
|
||||||
government_has_flag = government_is_urepublic
|
|
||||||
}
|
}
|
||||||
can_construct = {
|
can_construct = {
|
||||||
trigger_if = {
|
trigger_if = {
|
||||||
|
|
|
||||||
|
|
@ -194,17 +194,14 @@ herder_camp_01 = {
|
||||||
|
|
||||||
is_enabled = {
|
is_enabled = {
|
||||||
scope:holder = { government_allows = replenishes_county_fertility }
|
scope:holder = { government_allows = replenishes_county_fertility }
|
||||||
scope:holder = { government_has_flag = government_is_true_herder }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
can_construct_potential = {
|
can_construct_potential = {
|
||||||
scope:holder = { government_allows = replenishes_county_fertility }
|
scope:holder = { government_allows = replenishes_county_fertility }
|
||||||
scope:holder = { government_has_flag = government_is_true_herder }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
can_construct_showing_failures_only = {
|
can_construct_showing_failures_only = {
|
||||||
scope:holder = { government_allows = replenishes_county_fertility }
|
scope:holder = { government_allows = replenishes_county_fertility }
|
||||||
scope:holder = { government_has_flag = government_is_true_herder }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cost_prestige = 1
|
cost_prestige = 1
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
temple_citadel_01 = {
|
temple_citadel_01 = {
|
||||||
construction_time = slow_construction_time
|
construction_time = slow_construction_time
|
||||||
|
|
||||||
#Meshes (Indented for readability)
|
assets = {
|
||||||
#Generic Base:
|
#Generic Base:
|
||||||
asset = {
|
asset = {
|
||||||
type = pdxmesh
|
type = pdxmesh
|
||||||
|
|
@ -625,24 +625,15 @@ temple_citadel_01 = {
|
||||||
}
|
}
|
||||||
graphical_regions = { graphical_western graphical_steppe graphical_east_asia graphical_siberia graphical_mediterranean graphical_india graphical_mena }
|
graphical_regions = { graphical_western graphical_steppe graphical_east_asia graphical_siberia graphical_mediterranean graphical_india graphical_mena }
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
can_construct_potential = {
|
can_construct_potential = {
|
||||||
barony_cannot_construct_holding = no
|
barony_cannot_construct_holding = no
|
||||||
scope:holder = {
|
scope:holder = { government_has_flag = government_is_mandala }
|
||||||
OR = {
|
|
||||||
government_has_flag = government_is_mandala
|
|
||||||
faith = { has_doctrine_parameter = NEOW_can_build_citadels }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
can_construct = {
|
can_construct = {
|
||||||
scope:holder = {
|
scope:holder = { government_has_flag = government_is_mandala }
|
||||||
OR = {
|
|
||||||
government_has_flag = government_is_mandala
|
|
||||||
faith = { has_doctrine_parameter = NEOW_can_build_citadels }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
can_construct_showing_failures_only = {
|
can_construct_showing_failures_only = {
|
||||||
|
|
@ -933,10 +924,7 @@ temple_citadel_01 = {
|
||||||
modifier = {
|
modifier = {
|
||||||
factor = 0
|
factor = 0
|
||||||
scope:holder = {
|
scope:holder = {
|
||||||
NOR = {
|
NOT = { government_has_flag = government_is_mandala }
|
||||||
government_has_flag = government_is_mandala
|
|
||||||
faith = { has_doctrine_parameter = NEOW_can_build_citadels }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -945,7 +933,7 @@ temple_citadel_01 = {
|
||||||
temple_citadel_02 = {
|
temple_citadel_02 = {
|
||||||
construction_time = slow_construction_time
|
construction_time = slow_construction_time
|
||||||
|
|
||||||
#Meshes (Indented for readability)
|
assets = {
|
||||||
### GENERIC ###
|
### GENERIC ###
|
||||||
#Generic Base:
|
#Generic Base:
|
||||||
asset = {
|
asset = {
|
||||||
|
|
@ -1644,13 +1632,6 @@ temple_citadel_02 = {
|
||||||
defender_holding_advantage = 3
|
defender_holding_advantage = 3
|
||||||
}
|
}
|
||||||
|
|
||||||
character_modifier = {
|
|
||||||
men_at_arms_cap = 1
|
|
||||||
}
|
|
||||||
county_culture_modifier = {
|
|
||||||
parameter = use_farmer_republics
|
|
||||||
county_fertility_decline_add = -2
|
|
||||||
}
|
|
||||||
flag = temple_citadel
|
flag = temple_citadel
|
||||||
|
|
||||||
on_complete = {
|
on_complete = {
|
||||||
|
|
@ -1779,7 +1760,7 @@ temple_citadel_02 = {
|
||||||
temple_citadel_03 = {
|
temple_citadel_03 = {
|
||||||
construction_time = slow_construction_time
|
construction_time = slow_construction_time
|
||||||
|
|
||||||
#Meshes (Indented for readability)
|
assets = {
|
||||||
### GENERIC ###
|
### GENERIC ###
|
||||||
#Generic Base:
|
#Generic Base:
|
||||||
asset = {
|
asset = {
|
||||||
|
|
@ -2589,7 +2570,7 @@ temple_citadel_03 = {
|
||||||
temple_citadel_04 = {
|
temple_citadel_04 = {
|
||||||
construction_time = slow_construction_time
|
construction_time = slow_construction_time
|
||||||
|
|
||||||
#Meshes (Indented for readability)
|
assets = {
|
||||||
### GENERIC ###
|
### GENERIC ###
|
||||||
#Generic Base:
|
#Generic Base:
|
||||||
asset = {
|
asset = {
|
||||||
|
|
@ -3409,8 +3390,6 @@ citadel_shrine_01 = {
|
||||||
|
|
||||||
can_construct_potential = {
|
can_construct_potential = {
|
||||||
has_building_or_higher = temple_citadel_01
|
has_building_or_higher = temple_citadel_01
|
||||||
|
|
||||||
scope:holder = { government_has_flag = government_is_mandala }
|
|
||||||
has_dlc = "All Under Heaven"
|
has_dlc = "All Under Heaven"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -3470,10 +3449,6 @@ citadel_shrine_02 = {
|
||||||
|
|
||||||
can_construct_potential = {
|
can_construct_potential = {
|
||||||
has_building_or_higher = temple_citadel_01
|
has_building_or_higher = temple_citadel_01
|
||||||
scope:holder = { government_has_flag = government_is_mandala }
|
|
||||||
culture = {
|
|
||||||
has_innovation = innovation_city_planning
|
|
||||||
}
|
|
||||||
has_dlc = "All Under Heaven"
|
has_dlc = "All Under Heaven"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -3521,7 +3496,6 @@ citadel_shrine_03 = {
|
||||||
|
|
||||||
can_construct = {
|
can_construct = {
|
||||||
has_building_or_higher = temple_citadel_02
|
has_building_or_higher = temple_citadel_02
|
||||||
scope:holder = { government_has_flag = government_is_mandala }
|
|
||||||
culture = {
|
culture = {
|
||||||
has_innovation = innovation_manorialism
|
has_innovation = innovation_manorialism
|
||||||
}
|
}
|
||||||
|
|
@ -3569,7 +3543,6 @@ citadel_shrine_04 = {
|
||||||
|
|
||||||
can_construct = {
|
can_construct = {
|
||||||
has_building_or_higher = temple_citadel_02
|
has_building_or_higher = temple_citadel_02
|
||||||
scope:holder = { government_has_flag = government_is_mandala }
|
|
||||||
culture = {
|
culture = {
|
||||||
has_innovation = innovation_manorialism
|
has_innovation = innovation_manorialism
|
||||||
}
|
}
|
||||||
|
|
@ -3617,7 +3590,6 @@ citadel_shrine_05 = {
|
||||||
|
|
||||||
can_construct = {
|
can_construct = {
|
||||||
has_building_or_higher = temple_citadel_03
|
has_building_or_higher = temple_citadel_03
|
||||||
scope:holder = { government_has_flag = government_is_mandala }
|
|
||||||
culture = {
|
culture = {
|
||||||
has_innovation = innovation_windmills
|
has_innovation = innovation_windmills
|
||||||
}
|
}
|
||||||
|
|
@ -3665,7 +3637,6 @@ citadel_shrine_06 = {
|
||||||
|
|
||||||
can_construct = {
|
can_construct = {
|
||||||
has_building_or_higher = temple_citadel_03
|
has_building_or_higher = temple_citadel_03
|
||||||
scope:holder = { government_has_flag = government_is_mandala }
|
|
||||||
culture = {
|
culture = {
|
||||||
has_innovation = innovation_windmills
|
has_innovation = innovation_windmills
|
||||||
}
|
}
|
||||||
|
|
@ -3713,7 +3684,6 @@ citadel_shrine_07 = {
|
||||||
|
|
||||||
can_construct = {
|
can_construct = {
|
||||||
has_building_or_higher = temple_citadel_04
|
has_building_or_higher = temple_citadel_04
|
||||||
scope:holder = { government_has_flag = government_is_mandala }
|
|
||||||
culture = {
|
culture = {
|
||||||
has_innovation = innovation_cranes
|
has_innovation = innovation_cranes
|
||||||
}
|
}
|
||||||
|
|
@ -3761,7 +3731,6 @@ citadel_shrine_08 = {
|
||||||
|
|
||||||
can_construct = {
|
can_construct = {
|
||||||
has_building_or_higher = temple_citadel_03
|
has_building_or_higher = temple_citadel_03
|
||||||
scope:holder = { government_has_flag = government_is_mandala }
|
|
||||||
culture = {
|
culture = {
|
||||||
has_innovation = innovation_cranes
|
has_innovation = innovation_cranes
|
||||||
}
|
}
|
||||||
|
|
@ -3811,7 +3780,6 @@ sacred_pool_01 = {
|
||||||
|
|
||||||
can_construct_potential = {
|
can_construct_potential = {
|
||||||
has_building_or_higher = temple_citadel_01
|
has_building_or_higher = temple_citadel_01
|
||||||
scope:holder = { government_has_flag = government_is_mandala }
|
|
||||||
has_dlc = "All Under Heaven"
|
has_dlc = "All Under Heaven"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -3879,7 +3847,11 @@ sacred_pool_02 = {
|
||||||
|
|
||||||
can_construct_potential = {
|
can_construct_potential = {
|
||||||
has_building_or_higher = temple_citadel_01
|
has_building_or_higher = temple_citadel_01
|
||||||
scope:holder = { government_has_flag = government_is_mandala }
|
has_dlc = "All Under Heaven"
|
||||||
|
}
|
||||||
|
|
||||||
|
can_construct_showing_failures_only = {
|
||||||
|
building_requirement_tribal = no
|
||||||
trigger_if = {
|
trigger_if = {
|
||||||
limit = {
|
limit = {
|
||||||
NOT = {
|
NOT = {
|
||||||
|
|
@ -3897,11 +3869,6 @@ sacred_pool_02 = {
|
||||||
has_cultural_parameter = may_build_sacred_pools_ahead_of_time
|
has_cultural_parameter = may_build_sacred_pools_ahead_of_time
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
has_dlc = "All Under Heaven"
|
|
||||||
}
|
|
||||||
|
|
||||||
can_construct_showing_failures_only = {
|
|
||||||
building_requirement_tribal = no
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cost_gold = normal_building_tier_2_cost
|
cost_gold = normal_building_tier_2_cost
|
||||||
|
|
@ -3947,7 +3914,6 @@ sacred_pool_03 = {
|
||||||
|
|
||||||
can_construct = {
|
can_construct = {
|
||||||
has_building_or_higher = temple_citadel_02
|
has_building_or_higher = temple_citadel_02
|
||||||
scope:holder = { government_has_flag = government_is_mandala }
|
|
||||||
trigger_if = {
|
trigger_if = {
|
||||||
limit = {
|
limit = {
|
||||||
NOT = {
|
NOT = {
|
||||||
|
|
@ -4019,7 +3985,6 @@ sacred_pool_04 = {
|
||||||
|
|
||||||
can_construct = {
|
can_construct = {
|
||||||
has_building_or_higher = temple_citadel_02
|
has_building_or_higher = temple_citadel_02
|
||||||
scope:holder = { government_has_flag = government_is_mandala }
|
|
||||||
trigger_if = {
|
trigger_if = {
|
||||||
limit = {
|
limit = {
|
||||||
NOT = {
|
NOT = {
|
||||||
|
|
@ -4090,7 +4055,6 @@ sacred_pool_05 = {
|
||||||
|
|
||||||
can_construct = {
|
can_construct = {
|
||||||
has_building_or_higher = temple_citadel_03
|
has_building_or_higher = temple_citadel_03
|
||||||
scope:holder = { government_has_flag = government_is_mandala }
|
|
||||||
trigger_if = {
|
trigger_if = {
|
||||||
limit = {
|
limit = {
|
||||||
NOT = {
|
NOT = {
|
||||||
|
|
@ -4161,7 +4125,6 @@ sacred_pool_06 = {
|
||||||
|
|
||||||
can_construct = {
|
can_construct = {
|
||||||
has_building_or_higher = temple_citadel_03
|
has_building_or_higher = temple_citadel_03
|
||||||
scope:holder = { government_has_flag = government_is_mandala }
|
|
||||||
trigger_if = {
|
trigger_if = {
|
||||||
limit = {
|
limit = {
|
||||||
NOT = {
|
NOT = {
|
||||||
|
|
@ -4232,7 +4195,6 @@ sacred_pool_07 = {
|
||||||
|
|
||||||
can_construct = {
|
can_construct = {
|
||||||
has_building_or_higher = temple_citadel_04
|
has_building_or_higher = temple_citadel_04
|
||||||
scope:holder = { government_has_flag = government_is_mandala }
|
|
||||||
trigger_if = {
|
trigger_if = {
|
||||||
limit = {
|
limit = {
|
||||||
NOT = {
|
NOT = {
|
||||||
|
|
@ -4303,7 +4265,6 @@ sacred_pool_08 = {
|
||||||
|
|
||||||
can_construct = {
|
can_construct = {
|
||||||
has_building_or_higher = temple_citadel_03
|
has_building_or_higher = temple_citadel_03
|
||||||
scope:holder = { government_has_flag = government_is_mandala }
|
|
||||||
trigger_if = {
|
trigger_if = {
|
||||||
limit = {
|
limit = {
|
||||||
NOT = {
|
NOT = {
|
||||||
|
|
@ -4375,7 +4336,6 @@ vihara_halls_01 = {
|
||||||
construction_time = standard_construction_time
|
construction_time = standard_construction_time
|
||||||
|
|
||||||
can_construct_potential = {
|
can_construct_potential = {
|
||||||
scope:holder = { government_has_flag = government_is_mandala }
|
|
||||||
has_building_or_higher = temple_citadel_01
|
has_building_or_higher = temple_citadel_01
|
||||||
has_dlc = "All Under Heaven"
|
has_dlc = "All Under Heaven"
|
||||||
}
|
}
|
||||||
|
|
@ -4444,11 +4404,7 @@ vihara_halls_02 = {
|
||||||
construction_time = standard_construction_time
|
construction_time = standard_construction_time
|
||||||
|
|
||||||
can_construct_potential = {
|
can_construct_potential = {
|
||||||
scope:holder = { government_has_flag = government_is_mandala }
|
|
||||||
has_building_or_higher = temple_citadel_01
|
has_building_or_higher = temple_citadel_01
|
||||||
culture = {
|
|
||||||
has_innovation = innovation_city_planning
|
|
||||||
}
|
|
||||||
has_dlc = "All Under Heaven"
|
has_dlc = "All Under Heaven"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -4501,7 +4457,6 @@ vihara_halls_03 = {
|
||||||
construction_time = standard_construction_time
|
construction_time = standard_construction_time
|
||||||
|
|
||||||
can_construct = {
|
can_construct = {
|
||||||
scope:holder = { government_has_flag = government_is_mandala }
|
|
||||||
has_building_or_higher = temple_citadel_02
|
has_building_or_higher = temple_citadel_02
|
||||||
culture = {
|
culture = {
|
||||||
has_innovation = innovation_manorialism
|
has_innovation = innovation_manorialism
|
||||||
|
|
@ -4555,7 +4510,6 @@ vihara_halls_04 = {
|
||||||
construction_time = standard_construction_time
|
construction_time = standard_construction_time
|
||||||
|
|
||||||
can_construct = {
|
can_construct = {
|
||||||
scope:holder = { government_has_flag = government_is_mandala }
|
|
||||||
has_building_or_higher = temple_citadel_02
|
has_building_or_higher = temple_citadel_02
|
||||||
culture = {
|
culture = {
|
||||||
has_innovation = innovation_manorialism
|
has_innovation = innovation_manorialism
|
||||||
|
|
@ -4609,7 +4563,6 @@ vihara_halls_05 = {
|
||||||
construction_time = standard_construction_time
|
construction_time = standard_construction_time
|
||||||
|
|
||||||
can_construct = {
|
can_construct = {
|
||||||
scope:holder = { government_has_flag = government_is_mandala }
|
|
||||||
has_building_or_higher = temple_citadel_03
|
has_building_or_higher = temple_citadel_03
|
||||||
culture = {
|
culture = {
|
||||||
has_innovation = innovation_windmills
|
has_innovation = innovation_windmills
|
||||||
|
|
@ -4663,7 +4616,6 @@ vihara_halls_06 = {
|
||||||
construction_time = standard_construction_time
|
construction_time = standard_construction_time
|
||||||
|
|
||||||
can_construct = {
|
can_construct = {
|
||||||
scope:holder = { government_has_flag = government_is_mandala }
|
|
||||||
has_building_or_higher = temple_citadel_03
|
has_building_or_higher = temple_citadel_03
|
||||||
culture = {
|
culture = {
|
||||||
has_innovation = innovation_windmills
|
has_innovation = innovation_windmills
|
||||||
|
|
@ -4717,7 +4669,6 @@ vihara_halls_07 = {
|
||||||
construction_time = standard_construction_time
|
construction_time = standard_construction_time
|
||||||
|
|
||||||
can_construct = {
|
can_construct = {
|
||||||
scope:holder = { government_has_flag = government_is_mandala }
|
|
||||||
has_building_or_higher = temple_citadel_04
|
has_building_or_higher = temple_citadel_04
|
||||||
culture = {
|
culture = {
|
||||||
has_innovation = innovation_cranes
|
has_innovation = innovation_cranes
|
||||||
|
|
@ -4771,7 +4722,6 @@ vihara_halls_08 = {
|
||||||
construction_time = standard_construction_time
|
construction_time = standard_construction_time
|
||||||
|
|
||||||
can_construct = {
|
can_construct = {
|
||||||
scope:holder = { government_has_flag = government_is_mandala }
|
|
||||||
has_building_or_higher = temple_citadel_03
|
has_building_or_higher = temple_citadel_03
|
||||||
culture = {
|
culture = {
|
||||||
has_innovation = innovation_cranes
|
has_innovation = innovation_cranes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue