That is the only thing that is new. I dunno where they removed the "they try to win the same victory as us" option.
From my thread
http://forums.civfanatics.com/showthread.php?t=439101
Grand Strategic Modifiers
Measures how your grand strategy affects each individual AI leader. Proximity, AI’s own grand strategy and your overall interactions affect these. Essentially, whilst bilateral modifiers can often offer a fixed penalty or bonus, grand strategic modifiers 'score' a civilization's grand strategy and this value is relative and fluctuates between civilizations and leaders, providing a level of tension and unpredictability to diplomatic relations.
Overall, These are less understood than the bilateral opinion modifiers but are ironically often the only major items listed on the diplomacy screen, whereas opinion modifiers are often less apparent.
Code:
Land (They covet our land)
Fierce 30 Strong 20 Weak 10 None -6
[B]Victory (They believe you are trying to win in the same manner)
Fierce 30 Strong 20 Weak 10 None -6[/B]
Wonder (They believe you are competing for the same wonders)
Fierce 20 Strong 15 Weak 10 None 0
City States (They believe you are competing for the same city states)
Fierce 30 Strong 20 Weak 10 None 0
Warmonger (They believe you are a warmonger)
Critical 100 Severe 70 Major 40 Minor 15 None 0
Those were the grand strategy modifiers current as of last November.
Checking the .XML, looks like they aded a whole new category,
'issues of dispute' there's a whole lot more nuance there. But the values seem higher.
Maybe they just removed it from the tooltip? The old opinion weighting on victory dispute is still there with the same values.
Code:
<Row Name="OPINION_WEIGHT_VICTORY_FIERCE">
<Value>30</Value>
</Row>
<Row Name="OPINION_WEIGHT_VICTORY_STRONG">
<Value>20</Value>
</Row>
<Row Name="OPINION_WEIGHT_VICTORY_WEAK">
<Value>10</Value>
</Row>
<Row Name="OPINION_WEIGHT_VICTORY_NONE">
<Value>-6</Value>
Issues of Dispute
Code:
- <Row Name="VICTORY_DISPUTE_FIERCE_THRESHOLD">
<Value>80</Value>
</Row>
- <Row Name="VICTORY_DISPUTE_STRONG_THRESHOLD">
<Value>50</Value>
</Row>
- <Row Name="VICTORY_DISPUTE_WEAK_THRESHOLD">
<Value>30</Value>
</Row>
Edit: There's also another entry for 'Victory Dispute' for 'Grand Strategy'.
The numbers are buckets are different. I don't believe this was there before.
Code:
<Row Name="VICTORY_DISPUTE_GRAND_STRATEGY_MATCH_POSITIVE">
<Value>14</Value>
</Row>
<Row Name="VICTORY_DISPUTE_GRAND_STRATEGY_MATCH_LIKELY">
<Value>10</Value>
</Row>
<Row Name="VICTORY_DISPUTE_GRAND_STRATEGY_MATCH_UNSURE">
<Value>6</Value>
</Row>