Jump to content
Korean Random

Можно ли?


Gissh

Recommended Posts

Можно ли изменить или сделать свой тип рейтинга. Допустим, между зеленым и бирюзовым вставить еще одну группу, синюю к примеру

Link to comment
Short link
Share on other sites

Можно настроить цвета рейтинга как вам угобно. Редактируйте секцию конфига colors

Мне нужен не цвет. Допустим, фиолетовый начинается с 2000 кпд, а я хочу чтобы он начинался с 1900, такое возможно сделать?

Link to comment
Short link
Share on other sites

Вот в colors.xc и меняйте.

    // Dynamic color by WN8 rating
    // Динамический цвет по рейтингу WN8
    "wn8": [
      { "value": 380,  "color": ${"def.colorRating.very_bad" } },  //    0 - 379  - very bad   (20% of players)
      { "value": 860,  "color": ${"def.colorRating.bad"      } },  //  380 - 859  - bad        (better then 20% of players)
      { "value": 1420, "color": ${"def.colorRating.normal"   } },  //  860 - 1419 - normal     (better then 60% of players)
      { "value": 2105, "color": ${"def.colorRating.good"     } },  // 1420 - 2104 - good       (better then 90% of players)
      { "value": 2770, "color": ${"def.colorRating.very_good"} },  // 2105 - 2769 - very good  (better then 99% of players)
      { "value": 9999, "color": ${"def.colorRating.unique"   } }   // 2770 - *    - unique     (better then 99.9% of players)
    ],

Edited by ktulho
  • Upvote 1
Link to comment
Short link
Share on other sites

Только учтите, что в дефолте все градации придуманы не от желания левой пятки, а по проценту превосходства .
Так что изменять их не рекомендуется .

Link to comment
Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...