Excavation starting

This commit is contained in:
Heidesommer 2026-06-02 02:58:30 -04:00
parent ab0d893250
commit 21f3ff5fe3
19 changed files with 7723 additions and 2 deletions

View file

@ -4735,3 +4735,29 @@ RegionalPeasantHeadgearPlural = {
parent = RegionalPeasantHeadgear
suffix = "_plural"
}
GetRegionalLootedMaterialType = {
type = character
random_valid = yes
text = {
trigger = {
location = {
terrain = tells
}
}
localization_key = looted_material_type_copper_wire
}
text = {
trigger = {
location = {
geographical_region = world_europe_south_east
}
}
localization_key = looted_material_type_cut_marble
}
text = {
localization_key = looted_material_type_relic_sack
fallback = yes
}
}