added new disability "Self-Harming"

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8359 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2017-01-11 22:32:33 +00:00
parent 322d307980
commit 4d48876c1f
20 changed files with 160 additions and 0 deletions
+1
View File
@@ -346,6 +346,7 @@ extern STR16 gzIMPDisabilityTraitEmailTextDeaf[]; // added by Flugente
extern STR16 gzIMPDisabilityTraitEmailTextShortSighted[];
extern STR16 gzIMPDisabilityTraitEmailTextHemophiliac[]; // added by Flugente
extern STR16 gzIMPDisabilityTraitEmailTextAfraidOfHeights[]; // added by Flugente
extern STR16 gzIMPDisabilityTraitEmailTextSelfHarm[]; // added by Flugente
extern STR16 sEnemyTauntsFireGun[];
extern STR16 sEnemyTauntsFireLauncher[];
extern STR16 sEnemyTauntsThrow[];
+7
View File
@@ -7834,6 +7834,7 @@ STR16 gzIMPDisabilityTraitText[]=
L"近视眼", //L"Shortsighted",
L"血友病",//L"Hemophiliac",
L"Fear of Heights", // TODO.Translate
L"Self-Harming",
L"I.M.P. 性格缺陷",
};
@@ -7861,6 +7862,12 @@ STR16 gzIMPDisabilityTraitEmailTextAfraidOfHeights[]= // TODO.Translate
L"You prefer missions where you don't have to scale tall buildings or mountains. We recommend conquering the Netherlands.",
};
STR16 gzIMPDisabilityTraitEmailTextSelfHarm[] =
{
L"Might want to make sure your knives are always clean.",
L"You have some issues with knives. Not that you tend to avoid them, quite the opposite, really.",
};
// HEADROCK HAM 3.6: Error strings for assigning a merc to a facility
STR16 gzFacilityErrorMessage[]=
{
+7
View File
@@ -7847,6 +7847,7 @@ STR16 gzIMPDisabilityTraitText[]=
L"Shortsighted",
L"Hemophiliac", // TODO.Translate
L"Fear of Heights",
L"Self-Harming",
L"I.M.P. Disabilities",
};
@@ -7874,6 +7875,12 @@ STR16 gzIMPDisabilityTraitEmailTextAfraidOfHeights[]= // TODO.Translate
L"You prefer missions where you don't have to scale tall buildings or mountains. We recommend conquering the Netherlands.",
};
STR16 gzIMPDisabilityTraitEmailTextSelfHarm[] =
{
L"Might want to make sure your knives are always clean.",
L"You have some issues with knives. Not that you tend to avoid them, quite the opposite, really.",
};
// TODO.Translate
// HEADROCK HAM 3.6: Error strings for assigning a merc to a facility
STR16 gzFacilityErrorMessage[]=
+7
View File
@@ -7835,6 +7835,7 @@ STR16 gzIMPDisabilityTraitText[]=
L"Shortsighted",
L"Hemophiliac",
L"Fear of Heights",
L"Self-Harming",
L"I.M.P. Disabilities",
};
@@ -7862,6 +7863,12 @@ STR16 gzIMPDisabilityTraitEmailTextAfraidOfHeights[]=
L"You prefer missions where you don't have to scale tall buildings or mountains. We recommend conquering the Netherlands.",
};
STR16 gzIMPDisabilityTraitEmailTextSelfHarm[] =
{
L"Might want to make sure your knives are always clean.",
L"You have some issues with knives. Not that you tend to avoid them, quite the opposite, really.",
};
// HEADROCK HAM 3.6: Error strings for assigning a merc to a facility
STR16 gzFacilityErrorMessage[]=
{
+7
View File
@@ -7841,6 +7841,7 @@ STR16 gzIMPDisabilityTraitText[]=
L"Mauvaise vue",
L"Hemophiliac", // TODO.Translate
L"Fear of Heights",
L"Self-Harming",
L"IMP : Handicaps",
};
@@ -7868,6 +7869,12 @@ STR16 gzIMPDisabilityTraitEmailTextAfraidOfHeights[]= // TODO.Translate
L"You prefer missions where you don't have to scale tall buildings or mountains. We recommend conquering the Netherlands.",
};
STR16 gzIMPDisabilityTraitEmailTextSelfHarm[] =
{
L"Might want to make sure your knives are always clean.",
L"You have some issues with knives. Not that you tend to avoid them, quite the opposite, really.",
};
// HEADROCK HAM 3.6: Error strings for assigning a merc to a facility
STR16 gzFacilityErrorMessage[]=
{
+7
View File
@@ -7668,6 +7668,7 @@ STR16 gzIMPDisabilityTraitText[]=
L"Kurzsichtigkeit",
L"Bluter",
L"Höhenangst"
L"Selbstverletzend",
L"Ihre größte Schwäche",
};
@@ -7695,6 +7696,12 @@ STR16 gzIMPDisabilityTraitEmailTextAfraidOfHeights[]= // TODO.Translate
L"You prefer missions where you don't have to scale tall buildings or mountains. We recommend conquering the Netherlands.",
};
STR16 gzIMPDisabilityTraitEmailTextSelfHarm[] =
{
L"Might want to make sure your knives are always clean.",
L"You have some issues with knives. Not that you tend to avoid them, quite the opposite, really.",
};
// HEADROCK HAM 3.6: Error strings for assigning a merc to a facility
STR16 gzFacilityErrorMessage[]=
{
+7
View File
@@ -7837,6 +7837,7 @@ STR16 gzIMPDisabilityTraitText[]=
L"Shortsighted",
L"Hemophiliac", // TODO.Translate
L"Fear of Heights",
L"Self-Harming",
L"I.M.P. Disabilities",
};
@@ -7864,6 +7865,12 @@ STR16 gzIMPDisabilityTraitEmailTextAfraidOfHeights[]= // TODO.Translate
L"You prefer missions where you don't have to scale tall buildings or mountains. We recommend conquering the Netherlands.",
};
STR16 gzIMPDisabilityTraitEmailTextSelfHarm[] =
{
L"Might want to make sure your knives are always clean.",
L"You have some issues with knives. Not that you tend to avoid them, quite the opposite, really.",
};
// TODO.Translate
// HEADROCK HAM 3.6: Error strings for assigning a merc to a facility
STR16 gzFacilityErrorMessage[]=
+1
View File
@@ -479,6 +479,7 @@ STR16 gzIMPDisabilitiesHelpTexts[]=
L"减少视力范围", // L"Reduced sight range.",
L"大大增加的流血速度.", //L"Drastically increased bleeding.",
L"Performance suffers while on a rooftop.", // TODO.Translate
L"Occasionally harms self.",
};
STR16 gzIMPProfileCostText[]=
+1
View File
@@ -478,6 +478,7 @@ STR16 gzIMPDisabilitiesHelpTexts[]=
L"Reduced sight range.",
L"Drastically increased bleeding.", // TODO.Translate
L"Performance suffers while on a rooftop.", // TODO.Translate
L"Occasionally harms self.",
};
+1
View File
@@ -479,6 +479,7 @@ STR16 gzIMPDisabilitiesHelpTexts[]=
L"Reduced sight range.",
L"Drastically increased bleeding.",
L"Performance suffers while on a rooftop.",
L"Occasionally harms self.",
};
STR16 gzIMPProfileCostText[]=
+1
View File
@@ -478,6 +478,7 @@ STR16 gzIMPDisabilitiesHelpTexts[]=
L"Distance de vision réduit.",
L"Drastically increased bleeding.", // TODO.Translate
L"Performance suffers while on a rooftop.", // TODO.Translate
L"Occasionally harms self.",
};
+1
View File
@@ -480,6 +480,7 @@ STR16 gzIMPDisabilitiesHelpTexts[]=
L"Geringere Sichtweite.",
L"Drastically increased bleeding.", // TODO.Translate
L"Performance suffers while on a rooftop.", // TODO.Translate
L"Occasionally harms self.",
};
STR16 gzIMPProfileCostText[]=
+1
View File
@@ -476,6 +476,7 @@ STR16 gzIMPDisabilitiesHelpTexts[]=
L"Reduced sight range.",
L"Drastically increased bleeding.", // TODO.Translate
L"Performance suffers while on a rooftop.", // TODO.Translate
L"Occasionally harms self.",
};
+1
View File
@@ -478,6 +478,7 @@ STR16 gzIMPDisabilitiesHelpTexts[]=
L"Reduced sight range.",
L"Drastically increased bleeding.", // TODO.Translate
L"Performance suffers while on a rooftop.", // TODO.Translate
L"Occasionally harms self.",
};
+1
View File
@@ -479,6 +479,7 @@ STR16 gzIMPDisabilitiesHelpTexts[]=
L"Сниженная дальность видимости.",
L"Drastically increased bleeding.", // TODO.Translate
L"Performance suffers while on a rooftop.", // TODO.Translate
L"Occasionally harms self.",
};
STR16 gzIMPProfileCostText[]=
+7
View File
@@ -7852,6 +7852,7 @@ STR16 gzIMPDisabilityTraitText[]=
L"Shortsighted",
L"Hemophiliac", // TODO.Translate
L"Fear of Heights",
L"Self-Harming",
L"Niepełnosprawności I.M.P.-a",
};
@@ -7879,6 +7880,12 @@ STR16 gzIMPDisabilityTraitEmailTextAfraidOfHeights[]= // TODO.Translate
L"You prefer missions where you don't have to scale tall buildings or mountains. We recommend conquering the Netherlands.",
};
STR16 gzIMPDisabilityTraitEmailTextSelfHarm[] =
{
L"Might want to make sure your knives are always clean.",
L"You have some issues with knives. Not that you tend to avoid them, quite the opposite, really.",
};
// HEADROCK HAM 3.6: Error strings for assigning a merc to a facility
STR16 gzFacilityErrorMessage[]=
{
+7
View File
@@ -7835,6 +7835,7 @@ STR16 gzIMPDisabilityTraitText[]=
L"Близорукий",
L"Hemophiliac", // TODO.Translate
L"Fear of Heights",
L"Self-Harming",
L"I.M.P.: Недостатки", //I.M.P. Disabilities
};
@@ -7862,6 +7863,12 @@ STR16 gzIMPDisabilityTraitEmailTextAfraidOfHeights[]= // TODO.Translate
L"You prefer missions where you don't have to scale tall buildings or mountains. We recommend conquering the Netherlands.",
};
STR16 gzIMPDisabilityTraitEmailTextSelfHarm[] =
{
L"Might want to make sure your knives are always clean.",
L"You have some issues with knives. Not that you tend to avoid them, quite the opposite, really.",
};
// HEADROCK HAM 3.6: Error strings for assigning a merc to a facility
STR16 gzFacilityErrorMessage[]=
{