Advertisement
Guest User

hangar

a guest
Jan 31st, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. {
  2. "hangar": {
  3. "hidePricesInTechTree": false,
  4. // Показать кнопку "Общий чат"
  5. "showGeneralChatButton": true,
  6. //true - скрыть иконку и время активных резервов
  7. "hideActiveBooster": false,
  8. "hideTutorial": true,
  9. "enableCrewAutoReturn": false, //AVTO
  10. "masteryMarkInTankCarousel": true,
  11. "masteryMarkInTechTree": true,
  12. "pingServers": {
  13. "enabled": false, // Ping servers
  14. "alpha": 80,
  15. "columnGap": 10,
  16. "delimiter": ": ",
  17. "fontStyle": {
  18. "bold": true,
  19. "color": { "bad": "0xFF0000", "good": "0xFF6600", "great": "0x33CC00", "poor": "0xFFCC00" },
  20. "italic": false,
  21. "name": "$TextFont",
  22. "size": 12
  23. },
  24. "showTitle": false,
  25. "maxRows": 2,
  26. "shadow": { "alpha": 70, "angle": 0, "blur": 4, "color": "0x000000", "distance": 0, "enabled": true, "strength": 2 },
  27. "threshold": { "good": 60, "great": 35, "poor": 100 },
  28. "updateInterval": 10000,
  29. "x": 390,
  30. "y": 85
  31. },
  32. "onlineServers": {
  33. "enabled": false, // online servers
  34. "alpha": 80,
  35. "columnGap": 10,
  36. "delimiter": ": ",
  37. "fontStyle": {
  38. "bold": true,
  39. "color": { "bad": "0xFF0000", "good": "0xFF6600", "great": "0x33CC00", "poor": "0xFFCC00" },
  40. "italic": false,
  41. "name": "$TextFont",
  42. "size": 12
  43. },
  44. "showTitle": false,
  45. "maxRows": 2,
  46. "shadow": { "alpha": 70, "angle": 0, "blur": 4, "color": "0x000000", "distance": 0, "enabled": true, "strength": 2 },
  47. "threshold": { "good": 20000, "great": 40000, "poor": 10000, "bad": 2000 },
  48. "updateInterval": 10000,
  49. "x": -370,
  50. "y": 85
  51. },
  52. "carousel": ${"carousel.xc":"carousel"},
  53. "widgets": ${"widgets.xc":"widgets.lobby"}
  54. }
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement