游戏达人
  
- 贡献度
- 175
- 金元
- 26067
- 积分
- 3307
- 精华
- 0
- 注册时间
- 2009-11-3
|
本帖最后由 king9402 于 2022-10-23 13:18 编辑
用记事本打开这个文件找到下面内容。
// This color is used for the show items selected label background
"inGameShowItemsSelectedBackgroundColor": [ 0, 0.25, 0.5, 1.0 ],
"substringColor": "$FontColorLightGray",
"healthColor": [ 0.31, 0, 0, 1.0 ],
"borderColor": "$TooltipBorderColor",
"DefaultColor": "$FontColorWhite",
"QuestColor": "$FontColorGoldYellow",
"RareColor": "$FontColorYellow",
"CraftedColor": "$FontColorOrange",
"TemperedColor": "$FontColorDarkGreen",
"MagicColor": "$FontColorBlue",
"SetColor": "$FontColorGreen",
"UniqueColor": "$FontColorGoldYellow",
"SocketedColor": "$FontColorGrey",
"EtherealColor": "$FontColorGrey",
"HealthPotionColor": "$FontColorLightRed", ----红色部分是自定义的药水颜色了,如果是"HealthPotionColor": "$FontColorGrey", 药水就显示灰色 "ManaPotionColor": "$FontColorLightBlue",
"RejuvPotionColor": "$FontColorLightPurple",
"GoldColor": "$FontColorCurrencyGold",
"RuneColor": "$FontColorOrange",
"EventItemsColor": "$FontColorOrange",
|
|