mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Added new laptop merc data subpage to display more stats that weren't displayed before, like dialogue approach points and whether merc is a 'good guy'
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8372 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -11221,4 +11221,22 @@ STR16 szInteractiveActionText[] =
|
||||
L"This machine doesn't seem to be working.", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 szLaptopStatText[] = // TODO.Translate
|
||||
{
|
||||
L"threaten effectiveness %d\n",
|
||||
L"leadership %d\n",
|
||||
L"approach modifier %.2f\n",
|
||||
L"background modifier %.2f\n",
|
||||
|
||||
L"+50 (other) for assertive\n",
|
||||
L"-50 (other) for malicious\n",
|
||||
L"Good Guy",
|
||||
L"%s eschews excessive violence and will refuse to attack non-hostiles.",
|
||||
|
||||
L"Friendly approach",
|
||||
L"Direct approach",
|
||||
L"Friendly approach",
|
||||
L"Friendly approach",
|
||||
};
|
||||
|
||||
#endif //DUTCH
|
||||
|
||||
Reference in New Issue
Block a user