Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. /**
  2. * Normal carousel cells settings
  3. * Настройки ячеек карусели обычного размера
  4. */
  5. {
  6. // Definitions
  7. // Шаблоны
  8. "def": {
  9. // Text fields shadow.
  10. // Тень текстовых полей.
  11. "textFieldShadow": { "enabled": true, "color": "0x000000", "alpha": 80, "blur": 2, "strength": 2, "distance": 0, "angle": 0 }
  12. },
  13. "normal": {
  14. // Cell width
  15. // Ширина ячейки
  16. "width": 160,
  17. // Cell height
  18. // Высота ячейки
  19. "height": 100,
  20. // Spacing between carousel cells.
  21. // Отступ между ячейками карусели.
  22. "gap": 10,
  23. // Standard cell elements.
  24. // Стандартные элементы ячеек.
  25. "fields": {
  26. // "enabled" - the visibility of the element / видимость элемента
  27. // "dx" - horizontal shift / смещение по горизонтали
  28. // "dy" - vertical shift / смещение по вертикали
  29. // "alpha" - transparency / прозрачность
  30. // "scale" - scale / масштаб
  31. //
  32. // Vehicle class icon.
  33. // Иконка типа техники.
  34. "tankType": { "enabled": true, "dx": 0, "dy": 0, "alpha": 100, "scale": 1 },
  35. // Vehicle level.
  36. // Уровень техники
  37. "level": { "enabled": true, "dx": 0, "dy": 0, "alpha": 100, "scale": 1 },
  38. // Double XP icon
  39. // Иконка не сбитого опыта за первую победу в день.
  40. "xp": { "enabled": true, "dx": 0, "dy": 0, "alpha": 100, "scale": 1 },
  41. // Vehicle name.
  42. // Название танка.
  43. "tankName": { "enabled": true, "dx": 0, "dy": 0, "alpha": 100, "scale": 1 },
  44. // Vehicle rent info text.
  45. // Инфо текст аренды танка.
  46. "rentInfo": { "enabled": true, "dx": 0, "dy": 0, "alpha": 100, "scale": 1 },
  47. // Info text (Crew incomplete, Repairs required)
  48. // Инфо текст (Неполный экипаж, Требуется ремонт).
  49. "info": { "enabled": true, "dx": 0, "dy": 0, "alpha": 100, "scale": 1 },
  50. // Info text for "Buy vehicle" and "Buy slot" slots.
  51. // Инфо текст для слотов "Купить машину" и "Купить слот".
  52. "infoBuy": { "enabled": true, "dx": 0, "dy": 0, "alpha": 100, "scale": 1 },
  53. // Clan lock timer
  54. // Таймер блокировки танка
  55. "clanLock": { "enabled": true, "dx": 0, "dy": 0, "alpha": 100 },
  56. // Price
  57. // Цена
  58. "price": { "enabled": true, "dx": 0, "dy": 0, "alpha": 100 },
  59. // Action price
  60. // Акционная цена
  61. "actionPrice": { "enabled": true, "dx": 0, "dy": 0, "alpha": 100 }
  62. },
  63. // Extra cell fields (see playersPanel.xc).
  64. // Дополнительные поля ячеек (см. playersPanel.xc).
  65. "extraFields": [
  66. { "Name": "SlotBackground", "x": 1, "y": 1, "layer": "substrate", "width": 160, "height": 100, "bgColor": "0x0A0A0A" },
  67. { "Name": "MarksOnGunSymbol", "x": 135, "y": 18, "format": "<img src='xvm://res/carousel_gunmark/img/mog{{v.marksOnGun|x}}.png' width='14' height='17'>" },
  68. { "Name": "MarksOnGunNumber", "x": 144, "y": "{{v.marksOnGun?18|17}}", "align": "center", "format": "<b><font size='9' color='#C8C8B5'>{{v.marksOnGun|x}}</font></b>", "shadow": { "color": "0x000000", "alpha": 0.8, "blur": 2, "strength": 5, "distance": 0, "angle": 0 } },
  69. { "Name": "WinrateOnTank", "x": 2, "y": 27, "format": "<font face='XVM' size='13' color='#CCCCCC'>B</font> <b><font size='12' face='$FieldFont' color='{{v.c_winrate}}'>{{v.winrate%2d~%|--}}</font></b>", "shadow": { "color": "0x000000", "alpha": 0.8, "blur": 2, "strength": 5, "distance": 0, "angle": 0 } },
  70. { "Name": "vwn8effd", "x": 70, "y": -3, "format": "<font face='XVM' size='11' color='#CCCCCC'>@</font> <b><font size='11' face='$FieldFont' color='{{v.c_wn8effd}}'>{{v.wn8effd%0.2f}}</font></b>", "shadow": { "color": "0x000000", "alpha": 0.8, "blur": 2, "strength": 5, "distance": 0, "angle": 0 } }
  71. ]
  72. }
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement