New (originally very old) feature: merc relations are influenced by appearance/refinement/racism/nationality/sexism. See http://www.bears-pit.com/board/ubbthreads.php/topics/326828.html#Post326828 for more info.

Also includes classes for creation of dropdown menua, see Laptop/DropDown.h.

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6510 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2013-10-19 16:33:43 +00:00
parent 73be285e09
commit b9ac50aaac
29 changed files with 3624 additions and 21 deletions
+27
View File
@@ -2388,6 +2388,33 @@ extern STR16 gszPocketPopupText[];
extern STR16 szBackgroundText_Flags[];
extern STR16 szBackgroundText_Value[];
// Flugente: personality
enum
{
PERSONALITYTEXT_YOULOOK,
PERSONALITYTEXT_ANDAPPEARANCEIS,
PERSONALITYTEXT_IMPORTANTTOYOU,
PERSONALITYTEXT_YOUHAVE,
PERSONALITYTEXT_ANDCARE,
PERSONALITYTEXT_ABOUTTHAT,
PERSONALITYTEXT_YOUARE,
PERSONALITYTEXT_ADHATEEVERYONE,
PERSONALITYTEXT_DOT,
PERSONALITYTEXT_RACISTAGAINSTNON,
PERSONALITYTEXT_PEOPLE,
PERSONALITYTEXT_MAX,
};
extern STR16 szPersonalityDisplayText[];
extern STR16 szRaceText[];
extern STR16 szAppearanceText[];
extern STR16 szRefinementText[];
extern STR16 szNationalityText[];
extern STR16 szNationalityText_Special[];
extern STR16 szCareLevelText[];
extern STR16 szRacistText[];
extern STR16 szSexistText[];
// Enumeration support
typedef struct Str8EnumLookupType {
int value;