Re: Keho Blue V 1.10.0.0(updated 9th AUGUST 2020)
Published by Hawg on
BLACKWOT › Forums › Stats & Other Mods for World of Tanks › Soulzas Corner › Keho Blue V 1.10.0.0(updated 9th AUGUST 2020) › Re: Keho Blue V 1.10.0.0(updated 9th AUGUST 2020)
3 hours ago, soulza said:
That change that also and advg damage
Here is fix
“avgDamage”: {
“enabled”: true,
“updateEvent”: “PY(ON_TOTAL_EFFICIENCY)”,
“x”: -170,
“y”: 30,
“screenHAlign”: “center”,
“align”: “right”,
“shadow”: { “distance”: 1, “angle”: 90, “alpha”: 80, “blur”: 5, “strength”: 1.5 },
“textFormat”: { “size”: 15, “align”: “center” },
“format”: “{{py:xvm.total_hp.avgDamage(‘{{l10n:avgDamage}}: ‘,{{py:xvm.totalDamage}})}}”
},
// Threshold necessary for achievements “High caliber”.
“mainGun”: {
“enabled”: true,
“updateEvent”: “PY(ON_TOTAL_EFFICIENCY)”,
“x”: 170,
“y”: 30,
“screenHAlign”: “center”,
“shadow”: { “distance”: 1, “angle”: 90, “alpha”: 80, “blur”: 5, “strength”: 1.5 },
“textFormat”: { “size”: 15, “align”: “center” },
“format”: “{{py:xvm.total_hp.mainGun(‘{{l10n:mainGun}}: ‘,{{py:xvm.totalDamage}})}}”
},