mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
Skill Tooltip on Merc Portrait (by Buggler)
- Skills/Traits tooltip over merc portrait in Tactical & Strategic screen - Fixed Traits tooltip on 'more' popup in personnel screen - Increased Energy Bar Color Contrast - Swapped Mechanical & Explosive Skill in Tactical & Strategic screen to standardize across all screens including AIM, MERC & Personnel screen Optional Skill Tooltip On Merc Portrait (by Buggler) - Option to show skill/traits tooltip on merc portrait in AIM/MERC hire screen - Enhanced merc inventory tooltip to show full BR info in AIM/MERC hire screen - Fixed BR heavy weapon AP tooltip display bug - Fixed MERC Exp Lv statistic color git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5802 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -1830,8 +1830,8 @@ STR16 pShortAttributeStrings[] =
|
||||
L"Wij", // wisdom
|
||||
L"Niv", // experience level
|
||||
L"Tre", // marksmanship skill
|
||||
L"Exp", // explosive skill
|
||||
L"Tec", // mechanical skill
|
||||
L"Exp", // explosive skill
|
||||
L"Med", // medical skill
|
||||
};
|
||||
|
||||
@@ -4216,7 +4216,7 @@ STR16 MercInfo[] =
|
||||
L"Ingehuurd",
|
||||
L"Salaris:",
|
||||
L"Per Dag",
|
||||
L"Aanv. Uitrusting:",
|
||||
L"Gear:", //TODO.Translate
|
||||
L"Totaal:",
|
||||
L"Overleden",
|
||||
|
||||
@@ -4653,7 +4653,7 @@ STR16 CharacterInfo[] =
|
||||
L"Extra Info", // Title for the additional info for the merc's bio
|
||||
L"Actieve Leden", //20 // Title of the page
|
||||
L"Aanv. Uitrusting:", // Displays the optional gear cost
|
||||
L"gear", //"gear", //tais: Displays the optional gear cost in nsgi, this moved and can have only a small room, so just make it "gear" without extra's
|
||||
L"gear", //"gear", //tais: Displays the optional gear cost in nsgi, this moved and can have only a small room, so just make it "gear" without extra's //TODO.Translate
|
||||
L"MEDISCHE aanbetaling nodig", // If the merc required a medical deposit, this is displayed
|
||||
L"Uitrusting 1", // Text on Starting Gear Selection Button 1 // TODO.Translate
|
||||
L"Uitrusting 2", // Text on Starting Gear Selection Button 2
|
||||
|
||||
Reference in New Issue
Block a user