This commit is contained in:
Fishedotjpg 2026-02-25 20:46:16 +00:00
parent bbd44e2a61
commit b92cc3ab2d
19 changed files with 29483 additions and 166 deletions

View file

@ -466,7 +466,7 @@ camp_main_04 = {
supply_tent_01 = {
internal_slots = 1
construction_time = @camp_building_main_slot_construction_duration_t1
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
cost = { gold = supply_tent_01_domicile_building_gold_cost_value }
refund = {
@ -513,7 +513,7 @@ supply_tent_01 = {
}
supply_tent_02 = {
construction_time = @camp_building_main_slot_construction_duration_t2
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = supply_tent_01
internal_slots = 2
@ -563,7 +563,7 @@ supply_tent_02 = {
}
supply_tent_03 = {
construction_time = @camp_building_main_slot_construction_duration_t3
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = supply_tent_02
internal_slots = 3
@ -614,7 +614,7 @@ supply_tent_03 = {
}
supply_tent_04 = {
construction_time = @camp_building_main_slot_construction_duration_t4
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = supply_tent_03
internal_slots = 4
@ -666,7 +666,7 @@ supply_tent_04 = {
}
supply_tent_05 = {
construction_time = @camp_building_main_slot_construction_duration_t5
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = supply_tent_04
internal_slots = 5
@ -719,7 +719,7 @@ supply_tent_05 = {
}
supply_tent_06 = {
construction_time = @camp_building_main_slot_construction_duration_t6
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = supply_tent_05
internal_slots = 6
@ -775,7 +775,7 @@ supply_tent_06 = {
supply_tent_sutler = { # Sutler
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t1
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = supply_tent_01
cost = { gold = supply_tent_sutler_domicile_building_gold_cost_value }
@ -829,7 +829,7 @@ supply_tent_sutler = { # Sutler
supply_tent_mender = { # Mender
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t1
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = supply_tent_01
cost = { gold = supply_tent_mender_domicile_building_gold_cost_value }
@ -884,7 +884,7 @@ supply_tent_mender = { # Mender
supply_tent_smithy = { # Smithy
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t2
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = supply_tent_01
cost = { gold = supply_tent_smithy_domicile_building_gold_cost_value }
@ -952,7 +952,7 @@ supply_tent_smithy = { # Smithy
supply_tent_arsenal = { # Arsenal
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t3
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = supply_tent_01
cost = { gold = supply_tent_arsenal_domicile_building_gold_cost_value }
@ -1009,7 +1009,7 @@ supply_tent_arsenal = { # Arsenal
supply_tent_reserve_provisions = { # Reserve Provisions
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t2
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = supply_tent_01
cost = { gold = supply_tent_reserve_provisions_domicile_building_gold_cost_value }
@ -1077,7 +1077,7 @@ supply_tent_reserve_provisions = { # Reserve Provisions
supply_tent_reserve_water = { # Reserve Water
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t2
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = supply_tent_01
cost = { gold = supply_tent_reserve_water_domicile_building_gold_cost_value }
@ -1144,7 +1144,7 @@ supply_tent_reserve_water = { # Reserve Water
supply_tent_climbing_gear = { # Climbing Gear
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t1
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = supply_tent_01
cost = { gold = supply_tent_climbing_gear_domicile_building_gold_cost_value }
@ -1208,7 +1208,7 @@ supply_tent_climbing_gear = { # Climbing Gear
supply_tent_subdued_gear = { # Subdued Gear
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t2
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = supply_tent_01
cost = { gold = supply_tent_subdued_gear_domicile_building_gold_cost_value }
@ -1889,7 +1889,7 @@ barber_tent_morticians_tools = { # Mortician's Tools
baggage_train_01 = {
internal_slots = 1
construction_time = @camp_building_main_slot_construction_duration_t1
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
cost = { gold = baggage_train_01_domicile_building_gold_cost_value }
refund = {
@ -1939,7 +1939,7 @@ baggage_train_01 = {
}
baggage_train_02 = {
construction_time = @camp_building_main_slot_construction_duration_t2
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = baggage_train_01
internal_slots = 2
@ -1992,7 +1992,7 @@ baggage_train_02 = {
}
baggage_train_03 = {
construction_time = @camp_building_main_slot_construction_duration_t3
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = baggage_train_02
internal_slots = 3
@ -2046,7 +2046,7 @@ baggage_train_03 = {
}
baggage_train_04 = {
construction_time = @camp_building_main_slot_construction_duration_t4
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = baggage_train_03
internal_slots = 4
@ -2101,7 +2101,7 @@ baggage_train_04 = {
}
baggage_train_05 = {
construction_time = @camp_building_main_slot_construction_duration_t5
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = baggage_train_04
internal_slots = 5
@ -2157,7 +2157,7 @@ baggage_train_05 = {
}
baggage_train_06 = {
construction_time = @camp_building_main_slot_construction_duration_t6
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = baggage_train_05
internal_slots = 6
@ -2216,7 +2216,7 @@ baggage_train_06 = {
baggage_train_ample_steeds = { # Ample Steeds
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t2
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = baggage_train_01
cost = { gold = baggage_train_ample_steeds_domicile_building_gold_cost_value }
@ -2283,7 +2283,7 @@ baggage_train_ample_steeds = { # Ample Steeds
baggage_train_porters = { # Porters
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t1
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = baggage_train_01
cost = { gold = baggage_train_porters_domicile_building_gold_cost_value }
@ -2347,7 +2347,7 @@ baggage_train_porters = { # Porters
baggage_train_trackers = { # Trackers
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t2
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = baggage_train_01
cost = { gold = baggage_train_trackers_domicile_building_gold_cost_value }
@ -2410,7 +2410,7 @@ baggage_train_trackers = { # Trackers
baggage_train_kennel = { # Kennel
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t2
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = baggage_train_01
cost = { gold = baggage_train_kennel_domicile_building_gold_cost_value }
@ -2467,7 +2467,7 @@ baggage_train_kennel = { # Kennel
baggage_train_siege_engineers = { # Siege Engineers
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t3
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = baggage_train_01
cost = { gold = baggage_train_siege_engineers_domicile_building_gold_cost_value }
@ -2530,7 +2530,7 @@ baggage_train_siege_engineers = { # Siege Engineers
baggage_train_shrine = { # Shrine
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t2
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = baggage_train_01
cost = { gold = baggage_train_shrine_domicile_building_gold_cost_value }
@ -2598,7 +2598,7 @@ baggage_train_shrine = { # Shrine
baggage_train_scribes = { # Scribes
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t2
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = baggage_train_01
cost = { gold = baggage_train_scribes_domicile_building_gold_cost_value }
@ -2661,7 +2661,7 @@ baggage_train_scribes = { # Scribes
baggage_train_bartering_grounds = { # Bartering Grounds
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t1
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = baggage_train_01
cost = { gold = baggage_train_bartering_grounds_domicile_building_gold_cost_value }
@ -2718,7 +2718,7 @@ baggage_train_bartering_grounds = { # Bartering Grounds
baggage_train_proof_of_claims = { # Proof of Claims
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t3
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = baggage_train_01
cost = { gold = baggage_train_proof_of_claims_domicile_building_gold_cost_value }
@ -2844,7 +2844,7 @@ baggage_train_ransom_cages = { # Ransom Cages
baggage_train_negotiators = { # Negotiators
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t2
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
previous_building = baggage_train_01
cost = { gold = baggage_train_negotiators_domicile_building_gold_cost_value }
@ -4423,7 +4423,7 @@ camp_fire_juicy_rumors = { # Juicy Rumors
proving_grounds_01 = {
internal_slots = 1
construction_time = @camp_building_main_slot_construction_duration_t1
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community }
cost = { gold = proving_grounds_01_domicile_building_gold_cost_value }
refund = {
@ -4469,7 +4469,7 @@ proving_grounds_01 = {
}
proving_grounds_02 = {
construction_time = @camp_building_main_slot_construction_duration_t2
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community}
previous_building = proving_grounds_01
internal_slots = 2
@ -4518,7 +4518,7 @@ proving_grounds_02 = {
}
proving_grounds_03 = {
construction_time = @camp_building_main_slot_construction_duration_t3
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community}
previous_building = proving_grounds_02
internal_slots = 3
@ -4567,7 +4567,7 @@ proving_grounds_03 = {
}
proving_grounds_04 = {
construction_time = @camp_building_main_slot_construction_duration_t4
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community}
previous_building = proving_grounds_03
internal_slots = 4
@ -4619,7 +4619,7 @@ proving_grounds_04 = {
}
proving_grounds_05 = {
construction_time = @camp_building_main_slot_construction_duration_t5
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community}
previous_building = proving_grounds_04
internal_slots = 5
@ -4670,7 +4670,7 @@ proving_grounds_05 = {
}
proving_grounds_06 = {
construction_time = @camp_building_main_slot_construction_duration_t6
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community}
previous_building = proving_grounds_05
internal_slots = 6
@ -4725,7 +4725,7 @@ proving_grounds_06 = {
proving_grounds_horse_run = { # Horse Run
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t2
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community}
previous_building = proving_grounds_01
cost = { gold = proving_grounds_horse_run_domicile_building_gold_cost_value }
@ -4790,7 +4790,7 @@ proving_grounds_horse_run = { # Horse Run
proving_grounds_camel_run = { # Camel Run
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t2
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community}
previous_building = proving_grounds_01
cost = { gold = proving_grounds_camel_run_domicile_building_gold_cost_value }
@ -4859,7 +4859,7 @@ proving_grounds_camel_run = { # Camel Run
proving_grounds_elephantry_reserve = { # Elephantry Reserve
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t3
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community}
previous_building = proving_grounds_01
cost = { gold = proving_grounds_elephantry_reserve_domicile_building_gold_cost_value }
@ -4922,7 +4922,7 @@ proving_grounds_elephantry_reserve = { # Elephantry Reserve
proving_grounds_nightly_barding_drills = { # Nightly Barding Drills
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t3
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community}
previous_building = proving_grounds_01
cost = { gold = proving_grounds_nightly_barding_drills_domicile_building_gold_cost_value }
@ -4987,7 +4987,7 @@ proving_grounds_nightly_barding_drills = { # Nightly Barding Drills
proving_grounds_life_in_the_saddle = { # Life in the Saddle
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t3
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community}
previous_building = proving_grounds_01
cost = { gold = proving_grounds_life_in_the_saddle_domicile_building_gold_cost_value }
@ -5065,7 +5065,7 @@ proving_grounds_life_in_the_saddle = { # Life in the Saddle
proving_grounds_the_stump = { # The Stump
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t3
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community}
previous_building = proving_grounds_01
cost = { gold = proving_grounds_the_stump_domicile_building_gold_cost_value }
@ -5130,7 +5130,7 @@ proving_grounds_the_stump = { # The Stump
proving_grounds_personal_bouts = { # Personal Bouts
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t3
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community}
previous_building = proving_grounds_01
cost = { gold = proving_grounds_personal_bouts_domicile_building_gold_cost_value }
@ -5196,7 +5196,7 @@ proving_grounds_personal_bouts = { # Personal Bouts
proving_grounds_training_circle = { # Training Circle
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t3
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community}
previous_building = proving_grounds_01
cost = { gold = proving_grounds_training_circle_domicile_building_gold_cost_value }
@ -5262,7 +5262,7 @@ proving_grounds_training_circle = { # Training Circle
proving_grounds_mock_battle_drills = { # Mock Battle Drills
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t3
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community}
previous_building = proving_grounds_01
cost = { gold = proving_grounds_mock_battle_drills_domicile_building_gold_cost_value }
@ -5327,7 +5327,7 @@ proving_grounds_mock_battle_drills = { # Mock Battle Drills
proving_grounds_lockwagon = { # Lockwagon
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t2
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community}
previous_building = proving_grounds_01
cost = { gold = proving_grounds_lockwagon_domicile_building_gold_cost_value }
@ -5392,7 +5392,7 @@ proving_grounds_lockwagon = { # Lockwagon
proving_grounds_martial_study = { # Martial Study
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t3
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community}
previous_building = proving_grounds_01
cost = { gold = proving_grounds_martial_study_domicile_building_gold_cost_value }
@ -5454,7 +5454,7 @@ proving_grounds_martial_study = { # Martial Study
proving_grounds_the_stick_game = { # The Stick Game
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t1
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community}
previous_building = proving_grounds_01
cost = { gold = proving_grounds_the_stick_game_domicile_building_gold_cost_value }
@ -5514,7 +5514,7 @@ proving_grounds_the_stick_game = { # The Stick Game
proving_grounds_bodyguard_drills = { # Bodyguard Drills
slot_type = internal
construction_time = @camp_building_internal_slot_construction_duration_t3
allowed_domicile_types = { camp }
allowed_domicile_types = { camp minority_community}
previous_building = proving_grounds_01
cost = { gold = proving_grounds_bodyguard_drills_domicile_building_gold_cost_value }