Advertisement
Guest User

Untitled

a guest
Dec 30th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. "totalEfficiency": {
  2. "enabled": false,
  3. "updateEvent": "PY(ON_TOTAL_EFFICIENCY), ON_PANEL_MODE_CHANGED",
  4. "x": "{{pp.mode=0?5|{{py:math.sum({{pp.widthLeft}},50)}}}}",
  5. "y": "{{pp.mode=0?65|35}}",
  6. "width": 300,
  7. "height": 22,
  8. "textFormat": { "size": 16 },
  9. "format": "<textformat tabstops='[65,130,196]' leading='-2' ><img src='xvm://res/icons/Efficiency/damage.png' vspace='-2'> <font color='{{py:xvm.totalDamage>0?{{py:xvm.totalDamageColor}}}}'>{{py:xvm.totalDamage}}</font><tab><img src='xvm://res/icons/Efficiency/assist.png' vspace='-2'> {{py:xvm.totalAssist}}<tab><img src='xvm://res/icons/Efficiency/reflect.png' vspace='-2'> {{py:xvm.totalBlocked}}<tab><img src='xvm://res/icons/Efficiency/discover.png' vspace='-2'> {{py:xvm.detection}}</textformat>"
  10. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement