forked from DFHack/scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
diplomacy | ||
========= | ||
|
||
.. dfhack-tool:: | ||
:summary: View or alter diplomatic relationships. | ||
:tags: fort armok inspection military | ||
|
||
This tool can report on or modify the diplomatic relationships (i.e. war vs. | ||
peace) you have with other contacted civilizations. Note that a civilization | ||
is only at peace if **both** you are at peace with them **and** they are at | ||
peace with you. | ||
|
||
Usage | ||
----- | ||
|
||
:: | ||
|
||
diplomacy | ||
diplomacy <CIV_ID> <RELATIONSHIP> | ||
|
||
Examples | ||
-------- | ||
|
||
``diplomacy`` | ||
See current diplomatic relationships between you and all other contacted | ||
civs. | ||
``diplomacy 224 war`` | ||
Changes both your stance towards civilization 224 and their stance towards | ||
you to War. |