Difference between revisions of "Diplomacy (Suggestion)"
From BotF2-Wiki
(→Embassy status and effects) |
(Regard) |
||
Line 1: | Line 1: | ||
+ | |||
+ | == [[Regard]] == | ||
+ | |||
+ | DiplomacyTables.txt | ||
+ | |||
+ | TotalWar 100 | ||
+ | ColdWar 300 | ||
+ | Neutral 500 | ||
+ | Friend 700 | ||
+ | Allied 900 | ||
+ | Unified 1000 | ||
+ | |||
+ | == Trust == | ||
== ClauseType == | == ClauseType == | ||
Line 42: | Line 55: | ||
TreatyFullAlliance, | TreatyFullAlliance, | ||
TreatyMembership | TreatyMembership | ||
− | |||
== Embassy status and effects == | == Embassy status and effects == |
Revision as of 18:55, 2 April 2016
Regard
DiplomacyTables.txt
TotalWar 100 ColdWar 300 Neutral 500 Friend 700 Allied 900 Unified 1000
Trust
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