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
26
common/scripted_triggers/00_clan_triggers.txt
Normal file
26
common/scripted_triggers/00_clan_triggers.txt
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
### CLAN TRIGGERS ###
|
||||
is_in_clan_trigger = {
|
||||
exists = house
|
||||
government_has_flag = government_is_clan
|
||||
top_liege = house.house_head
|
||||
}
|
||||
|
||||
is_in_same_clan_as_trigger = {
|
||||
exists = house
|
||||
exists = $CHARACTER$.house
|
||||
OR = {
|
||||
government_has_flag = government_is_clan
|
||||
$CHARACTER$ = { government_has_flag = government_is_clan }
|
||||
}
|
||||
house = $CHARACTER$.house
|
||||
top_liege = $CHARACTER$.top_liege
|
||||
}
|
||||
|
||||
check_tax_collector_aptitude = {
|
||||
$CHARACTER$ = {
|
||||
tax_collector_aptitude = {
|
||||
tax_slot_type = clan_tax_slot
|
||||
value = $VALUE$
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue