Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Reminder) Diplomacy creation #11

Closed
IohannesIohannium opened this issue Apr 2, 2020 · 1 comment
Closed

(Reminder) Diplomacy creation #11

IohannesIohannium opened this issue Apr 2, 2020 · 1 comment

Comments

@IohannesIohannium
Copy link
Contributor

Holy Roman Emperor
Sets the current Holy Roman Emperor

<year>.<month>.<day> = {
    emperor = <tag>
}
Celestial Emperor
Sets the current Celestial Emperor

<year>.<month>.<day> = {
    celestial_emperor = <tag>
}
Relations
All relations follow this format:

<type> = {
    first = <tag>       # The overlord, if the relation is a overlord-subject relation
    second = <tag>      # The subject, if the relation is a overlord-subject relation
    start_date = <date> # When to start applying the relationship
    end_date = <date>   # When to stop applying the relationship
}
These are the following valid relations:

alliance
royal_marriage
guarantee
warning
vassal
march
union
Dependency
For custom subject types, you can use the dependency effect, which allows to specify subject_type:

dependency = {
    subject_type = "<subject type>"
    first = <tag>       # The overlord, if the relation is a overlord-subject relation
    second = <tag>      # The subject, if the relation is a overlord-subject relation
    start_date = <date> # When to start applying the relationship
    end_date = <date>   # When to stop applying the relationship
}
@IohannesIohannium
Copy link
Contributor Author

Solved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant