\CTP2_DATA\DEFAULT\AIDATA\DiplomacyThreat.txt
This file defines the variables for each threat type available in diplomacy and primarily affects the UI.
Example:
THREAT_DECLARE_WAR
{
This file defines the variables for each threat type available in diplomacy and primarily affects the UI.
| Variable | Description |
| Type | String name of a valid threat type. These names are primarily used for debugging as well as SLIC scripting though they must be registered in the game to work correctly. Valid values: NONE, DESTROY_CITY, TRADE_EMBARGO & DECLARE_WAR. |
| Title | String ID of string to use in the UI list of available threats. String must be defined in one of the string files. (dip2_str.txt for CTP2 threat title strings) |
| Arg1 | This defines any arguments that the threat may take. I.e. what city to destroy. Valid values: ThirdParty, HisCity, SpecialAttack & AgreementId. |
| Details | This is the String ID of the text that is displayed in the threat proposal. String must be defined in one of the string files. (dip2_str.txt for CTP2 threat strings) |
THREAT_DECLARE_WAR
{
Type "DECLARE_WAR"
Title DIP_THREAT_DECLARE_WAR
Details DIP_DETAILS_THREAT_DECLARE_WAR
}Title DIP_THREAT_DECLARE_WAR
Details DIP_DETAILS_THREAT_DECLARE_WAR


