britian changes + some more map tweks
This commit is contained in:
parent
05e5bdc617
commit
14c8980fd9
29 changed files with 3824 additions and 443 deletions
2177
common/religion/holy_sites/00_holy_sites.txt
Normal file
2177
common/religion/holy_sites/00_holy_sites.txt
Normal file
File diff suppressed because it is too large
Load diff
17
common/religion/holy_sites/_holy_sites.info
Normal file
17
common/religion/holy_sites/_holy_sites.info
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
Faiths can have holy sites, giving various effects (mostly through references elsewhere in script).
|
||||
|
||||
== Structure ==
|
||||
holy_site_name = {
|
||||
county = c_somewhere
|
||||
|
||||
flag = flag1
|
||||
flag = flag2
|
||||
|
||||
character_modifier = { # Optional. Applied to all characters of any faith with this holy site when the holder of the barony is of their faith
|
||||
some effects
|
||||
}
|
||||
}
|
||||
|
||||
== Localisation ==
|
||||
The name of the holy site will be "holy_site_<key>_name".
|
||||
The custom effect description will be "holy_site_<key>_ effects". It'll be used in addition to the character modifier (if any).
|
||||
Loading…
Add table
Add a link
Reference in a new issue