ガレージの2段表示と各車両に戦績を表示させます
①ガレージ表示の設定を書き換えます。
保管場所:[World_of_Tanks]-[res_mods]-[configs]-[xvm]-[default]-[carousel.xc]
●ガレージの表示段数<数字の段数になります>
"rows": 2,
●車両枠に戦績を表示『"extraFields": [』に追記
●●●出撃数
{ "x": -1, "y": 14, "format": "<font color='{{v.c_battles}}'>({{v.battles|?}}戦)</font>"},
●●●勝率
{ "x": -1, "y": 29, "format": "<font color='{{v.c_winrate|#FF0000}}'>(勝率{{v.winrate%d~%|?}})</font>"},
●●●Mバッチ
{ "x": 130, "y": 55, "format": "<img src='img://gui/maps/icons/library/proficiency/class_icons_{{v.mastery}}.png' width='23' height='23'>" },
●●●平均与ダメージ
{ "x": -1, "y": 45, "format": "<font face='Tahoma' size='11'>({{v.tdb%1.0i|---}}dmg)</font>", "shadow": {} },
●●●平均獲得経験値
{ "x": -1, "y": 60, "format": "<font face='Tahoma' size='11'>({{v.xp%1.0i|---}}xp)</font>", "shadow": {} },
●●●優等パーセント
{ "x": 1, "y": 75, "format": "<font size='14' face='$FieldFont' color='{{v.c_damageRating}}'>(優等{{v.damageRating%-5.2f~%}})</font>",
"shadow": { "color": "0x000000", "alpha": 0.8, "blur": 2, "strength": 5, "distance": 0, "angle": 0 }}
],
最終更新:2016年06月10日 01:40