-
Notifications
You must be signed in to change notification settings - Fork 160
MajorCivOpinionType
HungryForFood edited this page Feb 2, 2021
·
1 revision
The MajorCivOpinionType pseudo-type is actually a regular integer. Pseudo-types do not exist in Lua, they only serve a documentation purpose on the wiki.
Value | Type |
---|---|
-1 | NO_MAJOR_CIV_OPINION |
0 | MAJOR_CIV_OPINION_UNFORGIVABLE |
1 | MAJOR_CIV_OPINION_ENEMY |
2 | MAJOR_CIV_OPINION_COMPETITOR |
3 | MAJOR_CIV_OPINION_NEUTRAL |
4 | MAJOR_CIV_OPINION_FAVORABLE |
5 | MAJOR_CIV_OPINION_FRIEND |
6 | MAJOR_CIV_OPINION_ALLY |