Excavation starting
This commit is contained in:
parent
ab0d893250
commit
21f3ff5fe3
19 changed files with 7723 additions and 2 deletions
17
common/scripted_triggers/NEOW_excavation_triggers.txt
Normal file
17
common/scripted_triggers/NEOW_excavation_triggers.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
can_excavate_trigger = {
|
||||
NOR = {
|
||||
has_trait = wounded_2
|
||||
has_trait = wounded_3
|
||||
has_trait = infirm
|
||||
has_trait = maimed
|
||||
has_trait = blind
|
||||
}
|
||||
has_contagious_deadly_disease_trigger = no
|
||||
}
|
||||
|
||||
is_valid_excavation_site = {
|
||||
OR = {
|
||||
terrain = tells
|
||||
has_special_building_slot = yes
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue