Jump to content

Expected Damage Broken


Recommended Posts

The WN8 expected damage and average damage are broken on the tank carousel after .41 installed.
There's no longer any color on average damage, and the expected damage is missing.
Have the macros changed?


tSa3uM9.jpg
 
Here is the code I'm using for the expected damage on the carousel:

    // AVERAGE DAMAGE / XVM EXPECTED DAMAGE
    { "x": 0, "y": 45,
      "format": "<img src='img://gui/maps/icons/library/damage.png' width='13' height='13'>" },
    { "x": 14, "y": 44,
      "format": "<b><font size='11' face='$FieldFont' color='{{v.c_wn8effd}}'>{{v.tdb%-4d|--}}</font></b>",
          "shadow": { "color": "0x000000", "alpha": 0.8, "blur": 2, "strength": 5, "distance": 0, "angle": 0 }},
    { "x": 37, "y": 44,
      "format": "<b><font face='$FieldFont' size='11'><font color='#FFFFFF'>/ {{v.wn8expd%-4d|--}}</font></b>",
      "shadow": {"blur":8, "strength": 3}
    }
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.