idk why I dont have a cursor

This commit is contained in:
Magpie490 2025-06-02 16:22:24 +01:00
parent 701d55c01f
commit cda3acdcea
349 changed files with 78627 additions and 7804 deletions

View 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$
}
}
}