Diplomacy (Suggestion)
ClauseType
out of \Mainline\SupremacyCore\Diplomacy\Enums.cs
public enum ClauseType
{
NoClause,
----
OfferWithdrawTroops,
RequestWithdrawTroops,
----
OfferStopPiracy,
RequestStopPiracy,
----
OfferBreakAgreement,
RequestBreakAgreement,
----
OfferGiveCredits,
RequestGiveCredits,
----
OfferGiveResources,
RequestGiveResources,
----
OfferMapData,
RequestMapData,
----
OfferHonorMilitaryAgreement,
RequestHonorMilitaryAgreement,
----
OfferEndEmbargo,
RequestEndEmbargo,
----
TreatyWarPact,
TreatyCeaseFire,
TreatyNonAggression,
TreatyOpenBorders,
TreatyTradePact,
TreatyResearchPact,
TreatyAffiliation,
TreatyDefensiveAlliance,
TreatyFullAlliance,
TreatyMembership
Embassy status and effects
| entering foreign territory | exchange of data | Non Aggression Pact (NAP) | Open Borders (Trade routes) |
share ship range (Shipports) | ?? | ? | |
| no treaty | yes | no data exchange, only self-explored sectors known | - | no | no | no | - |
| Open Borders | yes | own colonies are shown to each other | no | yes | no | no | - |
| friendship | yes | explored sectors are shown to each other, details of these sectors are shown | yes | yes | no | no | - |
| ?? | yes | explored and also scanned sectors are shown | yes | yes | yes | no | - |
| war pact | yes | explored and also scanned sectors are shown, sensor range is shared | yes | yes | yes | yes | - |
| War | yes | - | no; System Assault available | no | no | - | - |
| Non Aggression Pact (NAP) | no | - | yes | no | no | no | - |
| ?? | yes | - | - | - | no | yes | - |
PS: taken from here