mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
- New Feature: Arulco special division controls other features to fight the player. For more info, see http://thepit.ja-galaxy-forum.com/index.php?t=tree&goto=343706&#msg_343706
- New Feature: Enemy helicopters allow the AI to rapidly deploy troops aross the map. For more info, see http://thepit.ja-galaxy-forum.com/index.php?t=tree&goto=343707&#msg_343707. GameDir <= r2279 is required. - Fix: income of mine 0 was not correctly calculated git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8015 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -4159,6 +4159,7 @@ STR16 pMapPopUpInventoryText[] =
|
||||
{
|
||||
L"Inwentarz",
|
||||
L"Zamknij",
|
||||
L"Repair", // TODO.Translate
|
||||
};
|
||||
|
||||
// town strings
|
||||
@@ -4529,6 +4530,7 @@ STR16 pTransactionText[] =
|
||||
L"Ransom for released prisoners", // Flugente: prisoner system TODO.Translate
|
||||
L"WHO data subscription", // Flugente: disease TODO.Translate
|
||||
L"Payment to Kerberus", // Flugente: PMC
|
||||
L"SAM site repair", // Flugente: SAM repair // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 pTransactionAlternateText[] =
|
||||
@@ -8919,6 +8921,7 @@ STR16 szBackgroundText_Value[]=
|
||||
L" %s%d hearing range during the night\n",
|
||||
L" %s%d hearing range during the day\n",
|
||||
L" %s%d effectivity at disarming traps\n", // TODO.Translate
|
||||
L" %s%d%% CTH with SAMs\n", // TODO.Translate
|
||||
|
||||
L" %s%d%% effectiveness to friendly approach\n",
|
||||
L" %s%d%% effectiveness to direct approach\n",
|
||||
@@ -10867,4 +10870,19 @@ STR16 szMilitiaStrategicMovementText[] =
|
||||
L"Militia Volunteers: %d (+%5.3f)",
|
||||
};
|
||||
|
||||
STR16 szEnemyHeliText[] = // TODO.Translate
|
||||
{
|
||||
L"Enemy helicopter shot down in %s!",
|
||||
L"We... uhm... currently don't control that site, commander...",
|
||||
L"The SAM does not need maintenance at the moment.",
|
||||
L"We've already ordered the repair, this will take time.",
|
||||
|
||||
L"We do not have enough resources to do that.",
|
||||
L"Repair SAM site? This will cost %d$ and take %d hours.",
|
||||
L"Enemy helicopter hit in %s.",
|
||||
L"%s fires %s at enemy helicopter in %s.",
|
||||
|
||||
L"SAM in %s fires at enemy helicopter in %s.",
|
||||
};
|
||||
|
||||
#endif //POLISH
|
||||
|
||||
Reference in New Issue
Block a user