77 lines
1.2 KiB
Text
77 lines
1.2 KiB
Text
journey_events_30_custom_loc = {
|
|
type = province
|
|
|
|
text = {
|
|
localization_key = journey_events_30_custom_loc_oasis
|
|
trigger = {
|
|
terrain = oasis
|
|
}
|
|
}
|
|
|
|
text = {
|
|
localization_key = journey_events_30_custom_loc_desert
|
|
trigger = {
|
|
terrain = desert
|
|
}
|
|
}
|
|
|
|
text = {
|
|
localization_key = journey_events_30_custom_loc_mountains
|
|
trigger = {
|
|
OR = {
|
|
terrain = desert_mountains
|
|
terrain = mountains
|
|
}
|
|
}
|
|
}
|
|
|
|
text = {
|
|
localization_key = journey_events_30_custom_loc_forest
|
|
trigger = {
|
|
terrain = forest
|
|
}
|
|
}
|
|
|
|
text = {
|
|
localization_key = journey_events_30_custom_loc_fallback
|
|
}
|
|
}
|
|
|
|
journey_events_30_short_custom_loc = {
|
|
type = province
|
|
|
|
text = {
|
|
localization_key = journey_events_30_short_custom_loc_oasis
|
|
trigger = {
|
|
terrain = oasis
|
|
}
|
|
}
|
|
|
|
text = {
|
|
localization_key = journey_events_30_short_custom_loc_desert
|
|
trigger = {
|
|
terrain = desert
|
|
}
|
|
}
|
|
|
|
text = {
|
|
localization_key = journey_events_30_short_custom_loc_mountains
|
|
trigger = {
|
|
OR = {
|
|
terrain = desert_mountains
|
|
terrain = mountains
|
|
}
|
|
}
|
|
}
|
|
|
|
text = {
|
|
localization_key = journey_events_30_short_custom_loc_forest
|
|
trigger = {
|
|
terrain = forest
|
|
}
|
|
}
|
|
|
|
text = {
|
|
localization_key = journey_events_30_short_custom_loc_fallback
|
|
}
|
|
}
|