idk why I dont have a cursor
This commit is contained in:
parent
701d55c01f
commit
cda3acdcea
349 changed files with 78627 additions and 7804 deletions
62
common/scripted_triggers/00_commander_triggers.txt
Normal file
62
common/scripted_triggers/00_commander_triggers.txt
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
#Triggers relating to Commander Characters
|
||||
|
||||
commander_in_terrain_specialisation = {
|
||||
OR = {
|
||||
AND = {
|
||||
has_trait = desert_warrior
|
||||
location = {
|
||||
terrain = desert
|
||||
terrain = desert_mountains
|
||||
}
|
||||
}
|
||||
AND = {
|
||||
has_trait = jungle_stalker
|
||||
location = { terrain = jungle }
|
||||
}
|
||||
AND = {
|
||||
has_trait = open_terrain_expert
|
||||
location = {
|
||||
terrain = farmlands
|
||||
terrain = plains
|
||||
terrain = steppe
|
||||
}
|
||||
}
|
||||
AND = {
|
||||
has_trait = rough_terrain_expert
|
||||
location = {
|
||||
terrain = hills
|
||||
terrain = mountains
|
||||
terrain = wetlands
|
||||
}
|
||||
}
|
||||
AND = {
|
||||
has_trait = forest_fighter
|
||||
location = {
|
||||
terrain = forest
|
||||
terrain = taiga
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
has_commander_trait_trigger = {
|
||||
OR = {
|
||||
has_trait = logistician
|
||||
has_trait = military_engineer
|
||||
has_trait = aggressive_attacker
|
||||
has_trait = unyielding_defender
|
||||
has_trait = forder
|
||||
has_trait = flexible_leader
|
||||
has_trait = desert_warrior
|
||||
has_trait = jungle_stalker
|
||||
has_trait = reaver
|
||||
has_trait = reckless
|
||||
has_trait = holy_warrior
|
||||
has_trait = open_terrain_expert
|
||||
has_trait = rough_terrain_expert
|
||||
has_trait = forest_fighter
|
||||
has_trait = cautious_leader
|
||||
has_trait = organizer
|
||||
has_trait = winter_soldier
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue