mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10: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:
@@ -1834,8 +1834,8 @@ STR16 pShortAttributeStrings[] =
|
||||
L"智慧", // wisdom
|
||||
L"级别", // experience level
|
||||
L"枪法", // marksmanship skill
|
||||
L"爆破", // explosive skill
|
||||
L"机械", // mechanical skill
|
||||
L"爆破", // explosive skill
|
||||
L"医疗", // medical skill
|
||||
};
|
||||
|
||||
@@ -4214,7 +4214,7 @@ STR16 MercInfo[] =
|
||||
L"已雇佣", //"Hired",
|
||||
L"日薪: ", //"Salary:",
|
||||
L"每日", //"per Day",
|
||||
L"可选装备: ", //"Optional Gear:",
|
||||
L"装备: ", //"Gear:",
|
||||
L"合计: ", //"Total:",
|
||||
L"阵亡", //"Deceased",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user