Excavation starting
This commit is contained in:
parent
ab0d893250
commit
21f3ff5fe3
19 changed files with 7723 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue