mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
New Feature: Campaign History collects combat data and displays battle reports on the website.
requires GameDir >= r1901. For more info, see http://www.bears-pit.com/board/ubbthreads.php/topics/329205.html#Post329205 git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6705 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+165
-4
@@ -1827,7 +1827,7 @@ STR16 pAssignmentStrings[] =
|
||||
L"M.Militia", //training moving militia units
|
||||
L"Trainer", // training a teammate
|
||||
L"Student", // being trained by someone else
|
||||
L"Move Item", // move items
|
||||
L"MoveItem", // move items
|
||||
L"Staff", // operating a strategic facility
|
||||
L"Eat", // eating at a facility (cantina etc.)
|
||||
L"Rest", // Resting at a facility
|
||||
@@ -1965,7 +1965,7 @@ STR16 pLongAssignmentStrings[] =
|
||||
L"Train Mobiles", // Missing
|
||||
L"Train Teammate",
|
||||
L"Student",
|
||||
L"Move Item", // move items
|
||||
L"MoveItem", // move items
|
||||
L"Staff Facility", // Missing
|
||||
L"Rest at Facility", // Missing
|
||||
L"Interrogate prisoners", // Flugente: interrogate prisoners
|
||||
@@ -2091,7 +2091,7 @@ STR16 pAssignMenuStrings[] =
|
||||
L"Repair", // the merc is repairing items
|
||||
L"Radio Scan", // Flugente: the merc is scanning for patrols in neighbouring sectors
|
||||
L"Train", // the merc is training
|
||||
L"Move Item", // move items
|
||||
L"MoveItem", // move items
|
||||
L"Facility", // the merc is using/staffing a facility
|
||||
L"Cancel", // cancel this menu
|
||||
};
|
||||
@@ -4158,6 +4158,7 @@ STR16 pBookMarkStrings[] =
|
||||
L"Cancel",
|
||||
L"Encyclopedia",
|
||||
L"Briefing Room",
|
||||
L"Campaign History",
|
||||
};
|
||||
|
||||
STR16 pBookmarkTitle[] =
|
||||
@@ -4266,6 +4267,10 @@ STR16 pWebPagesTitles[] =
|
||||
L"McGillicutty's Mortuary",
|
||||
L"",
|
||||
L"URL not found.",
|
||||
L"Arulco Press Council - Conflict Summary",
|
||||
L"Arulco Press Council - Battle Reports",
|
||||
L"Arulco Press Council - Latest News",
|
||||
L"Arulco Press Council - About us",
|
||||
L"Bobby Ray's - Recent Shipments",
|
||||
L"Encyclopedia",
|
||||
L"Encyclopedia - Data",
|
||||
@@ -7381,7 +7386,7 @@ STR16 szUDBGenExplosiveStatsExplanationsTooltipText[]=
|
||||
L"\n \nThis value represents a chance (out of 100) for this\nexplosive to spontaneously explode whenever it is damaged\n(for instance, when other explosions go off nearby).\n \nCarrying highly-volatile explosives into combat\nis therefore extremely risky and should be avoided.\n \nScale: 0-100.\nLower is better.",
|
||||
L"\n \nDetermines how difficult it is to repair these explosives.\n \ngreen = Anybody can repair them.\n \nred = This item can't be repaired.\n \nHigher is better.",
|
||||
};
|
||||
|
||||
|
||||
STR16 szUDBGenCommonStatsTooltipText[]=
|
||||
{
|
||||
L"|R|e|p|a|i|r |E|a|s|e",
|
||||
@@ -8148,4 +8153,160 @@ STR16 sSpecialCharacters[] =
|
||||
L"%", // Percentage character
|
||||
};
|
||||
|
||||
STR16 szSoldierClassName[]=
|
||||
{
|
||||
L"Mercenary",
|
||||
L"Green militia",
|
||||
L"Regular militia",
|
||||
L"Elite militia",
|
||||
|
||||
L"Civilian",
|
||||
|
||||
L"Administrator",
|
||||
L"Army Soldier",
|
||||
L"Elite Soldier",
|
||||
L"Tank",
|
||||
|
||||
L"Creature",
|
||||
L"Zombie",
|
||||
};
|
||||
|
||||
STR16 szCampaignHistoryWebSite[]=
|
||||
{
|
||||
L"Arulco Press Council",
|
||||
L"Ministry for Arulcan Information Distribution",
|
||||
L"Arulco Revolutionary Movement",
|
||||
L"The Times International",
|
||||
L"International Times",
|
||||
L"R.I.S. (Recon Intelligence Service)",
|
||||
|
||||
L"A collection of press sources from Arulco",
|
||||
L"We are a neutral source of information. We collect different news articles from Arulco. We do not judge these sources - we merely publish them, so you can judge yourself. We post articles from various sources, among them",
|
||||
|
||||
L"Conflict Summary",
|
||||
L"Battle reports",
|
||||
L"News",
|
||||
L"About us",
|
||||
};
|
||||
|
||||
STR16 szCampaignHistoryDetail[]=
|
||||
{
|
||||
L"%s, %s %s %s in %s.",
|
||||
|
||||
L"rebel forces",
|
||||
L"the army",
|
||||
|
||||
L"attacked",
|
||||
L"ambushed",
|
||||
L"airdropped",
|
||||
|
||||
L"The attack came from %s.",
|
||||
L"%s were reinforced from %s.",
|
||||
L"The attack came from %s, %s were reinforced from %s.",
|
||||
L"north",
|
||||
L"east",
|
||||
L"south",
|
||||
L"west",
|
||||
|
||||
L"Buildings in the sector were damaged. %s civilians were killed and %s wounded.",
|
||||
L"During the attack, %s and %s called reinforcements.",
|
||||
L"During the attack, %s called reinforcements.",
|
||||
L"Eyewitnesses report the use of chemical weapons from both sides.",
|
||||
L"Chemical weapons were used by %s.",
|
||||
L"In a serious escalation of the conflict, both sides deployed tanks.",
|
||||
L"%d tanks were used by %s, %d of them were destroyed in the fierce fighting.",
|
||||
L"Both sides are said to have used snipers.",
|
||||
L"Unverified reports indicate %s snipers were involved in the firefight."
|
||||
};
|
||||
|
||||
STR16 szCampaignHistoryTimeString[]=
|
||||
{
|
||||
L"Deep in the night", // 23 - 3
|
||||
L"At dawn", // 3 - 6
|
||||
L"Early in the morning", // 6 - 8
|
||||
L"In the morning hours", // 8 - 11
|
||||
L"At noon", // 11 - 14
|
||||
L"On the afternoon", // 14 - 18
|
||||
L"On the evening", // 18 - 21
|
||||
L"During the night", // 21 - 23
|
||||
};
|
||||
|
||||
STR16 szCampaignHistoryMoneyTypeString[]=
|
||||
{
|
||||
L"Initial funding",
|
||||
L"Mine income",
|
||||
L"Trade",
|
||||
L"Other sources",
|
||||
};
|
||||
|
||||
STR16 szCampaignHistoryConsumptionTypeString[]=
|
||||
{
|
||||
L"Ammunition",
|
||||
L"Explosives",
|
||||
L"Food",
|
||||
L"Medical gear",
|
||||
L"Item maintenance",
|
||||
};
|
||||
|
||||
STR16 szCampaignHistoryResultString[]=
|
||||
{
|
||||
L"In an extremely one-sided battle, the army force was wiped out without much resistance.",
|
||||
|
||||
L"The rebels easily defeated the army, inflicting heavy losses.",
|
||||
L"Without much effort, the rebels inflicted heavy losses upon the army and took several prisoners.",
|
||||
|
||||
L"In a bloody fight, the rebels finally overcame the opposition. The army had severe losses.",
|
||||
L"The rebels had losses but defeated the royalists. Unverified information says several soldiers might have been taken prisoner.",
|
||||
|
||||
L"In a phyrric victory, the rebels defeated the royalists but had severe casualties of their own. Wether they will be able to hold this position against continued attacks is doubtful.",
|
||||
|
||||
L"The army's superiority in numbers came into full play. The rebels never had a chance and had to either retreat or be killed or captured.",
|
||||
L"Despite the high number of rebels in this sector, the army easily dispatched them.",
|
||||
|
||||
L"The rebels were clearly unprepared against the army's superiority in numbers an equipment. They were easily defeated.",
|
||||
L"Even though the rebels had more boots on the ground, the army was better equipped. The rebels clearly lost.",
|
||||
|
||||
L"Fierce fighting saw significant losses on both sides, but in the end, the army's higher number of bodies decided the battle. The rebel force was destroyed. There might have been survivors, but we cannot verify this at this point.",
|
||||
L"In an intense firefight, the superior training of the arulcan armed forces tipped the scales. The rebels had to retreat.",
|
||||
|
||||
L"Neither side was willing to yield. While the army ultimately removed the rebel threat in the area, the staggering losses have resulted in the army unit continuing to exist in name only. But it is clear the rebels will soon be out of men and women if the army can keep on this rate of attrition.",
|
||||
};
|
||||
|
||||
STR16 szCampaignHistoryImportanceString[]=
|
||||
{
|
||||
L"Irrelevant",
|
||||
L"Insignificant",
|
||||
L"Notable",
|
||||
L"Noteworthy",
|
||||
L"Significant",
|
||||
L"Interesting",
|
||||
L"Important",
|
||||
L"Very important",
|
||||
L"Grave",
|
||||
L"Major",
|
||||
L"Momentous",
|
||||
};
|
||||
|
||||
STR16 szCampaignHistoryWebpageString[]=
|
||||
{
|
||||
L"Killed",
|
||||
L"Wounded",
|
||||
L"Prisoners",
|
||||
L"Shots fired",
|
||||
|
||||
L"Money earned",
|
||||
L"Consumption",
|
||||
L"Losses",
|
||||
L"Participants",
|
||||
|
||||
L"Promotions",
|
||||
L"Summary",
|
||||
L"Detail",
|
||||
L"Previous",
|
||||
|
||||
L"Next",
|
||||
L"Incident",
|
||||
L"Day",
|
||||
};
|
||||
|
||||
#endif //ENGLISH
|
||||
|
||||
Reference in New Issue
Block a user