Перейти к содержанию
News Ticker
  • Открытие x1200 Interlude Classic-PvP 26-го Декабря в 20:00 GMT +3
  • ОБТ 23-го Декабря в 20:00 GMT +3 Новый обновлённый x1200 Classic-PvP Новые временные зоны новые локации WARFrey.eu Лучший сервер Interlude

    Поиск сообщества

    Показаны результаты для тегов 'read this article in english'.

    • Поиск по тегам

      Введите теги через запятую.
    • Поиск по автору

    Тип контента


    Форумы

    • Главная категория
      • Описание игрового мира WarFrey x1200
      • Новости
      • Информация разработчиков
      • Кланы / Clans ⚔️WARFrey [x1200] — Открытие 20 Марта! 20:00 GMT +3
      • Акции и Ивенты
    • Архив тем
      • Архив тем

    Поиск результатов в...

    Поиск контента, содержащего...


    Дата создания

    • Начало

      Конец


    Дата обновления

    • Начало

      Конец


    Фильтр по количеству...

    Регистрация

    • Начало

      Конец


    Группа


    About Me

    Найдено: 1 результат

    1. Новый взгляд на олимпиаду [Обсуждение] Описание · Баланс / механики · Обсуждение Описание Ув. игроки, для того чтобы разнообразить и сбалансировать олимпиаду, мы решили проделать ряд изменений и внести некоторые обновления в стандратную, устаревшую систему олимпиады interlude. Читать эту статью на русском языке Конечно же мы понимаем, что великая олимпиада это одна из важнейших частей, всеми нами любимой, Lineage 2 Interlude, поэтому все изменения будут поэтапными. На каждом этапе будет включена определенная часть нововведений, после чего мы будем смотреть и оценивать реакцию игроков, на основе которой сможем понять на сколько эта тема Вам интересна. На первом этапе изменения коснутся арен олимпиады. Представляем Вашему вниманию 4 новые арены для проведения сражений за звание героя Read this article in English Uv. players, in order to diversify and balance the Olympiad, we decided to make a number of changes and make some updates to the outdated system of the outdated interlude Olympiad. Of course, we understand that the great Olympiad is one of the most important parts, beloved by all of us, Lineage 2 Interlude, so all changes will be phased. At each stage, a certain part of the innovations will be included, after which we will watch and evaluate the reaction of the players, on the basis of which we can understand how interesting this topic is to you. At the first stage, changes will affect the arenas of the Olympiad. We present to your attention 4 new arenas for battles for the title of hero Попасть в зону можно через Олимп Менеджера Описание локации Описание локации JOIN Как присоединиться? Информация Регистрация Описание сервера /* ===== Core palette (both themes) ===== */ .tbc-winter { --radius: 16px; --radius-sm: 12px; --pad: 18px; --gap: 14px; --accent: #00aaff; --accent-soft: #7cdcff; --glass-bg: 255, 255, 255; --glass-alpha: 0.08; --shadow: 0 10px 30px rgba(0, 0, 0, .25); --f: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Helvetica, Arial, sans-serif; font-family: var(--f); position: relative; overflow: hidden; border-radius: var(--radius); } :root .tbc-winter { --bg: #f8fbff; --bg2: #e6efff; --ink: #0f141c; --muted: rgba(15, 20, 28, .65); --card: rgba(255, 255, 255, .75); --stroke: rgba(15, 20, 28, .08); } [data-focus-scheme="dark"] .tbc-winter { --bg: #0f141c; --bg2: #1e2838; --ink: #f3f6ff; --muted: rgba(243, 246, 255, .7); --card: rgba(255, 255, 255, .06); --stroke: rgba(255, 255, 255, .08); } .tbc-winter { background: radial-gradient(1200px 500px at 20% -10%, var(--bg2) 0%, transparent 60%), radial-gradient(1000px 400px at 80% -10%, color-mix(in oklab, var(--bg2) 70%, transparent) 0%, transparent 70%), linear-gradient(180deg, var(--bg) 0%, color-mix(in oklab, var(--bg2) 50%, var(--bg)) 100%); border: 1px solid var(--stroke); box-shadow: var(--shadow); padding: clamp(16px, 3vw, 28px); } .tbc-head { display: grid; gap: 8px; margin-bottom: 12px; } .tbc-title { font-weight: 700; font-size: clamp(20px, 3vw, 28px); color: var(--ink); letter-spacing: .2px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; } .title-icon { font-size: clamp(22px, 3.3vw, 30px); color: var(--accent); } .title-separator { color: var(--accent); margin: 0 4px; } .tbc-sub { color: var(--muted); font-size: 15px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; } .sub-item { display: inline-flex; align-items: center; gap: 6px; } .sub-item i { color: var(--accent); font-size: 12px; } .sub-separator { color: var(--muted); opacity: 0.5; } .tbc-card { background: color-mix(in oklab, rgba(var(--glass-bg), var(--glass-alpha)) 100%, transparent); -webkit-backdrop-filter: blur(12px) saturate(130%); backdrop-filter: blur(12px) saturate(130%); border: 1px solid var(--stroke); border-radius: var(--radius); padding: clamp(14px, 2.4vw, 22px); } .tbc-section { position: relative; border-radius: var(--radius); padding: 20px; border: 1px solid var(--stroke); background: var(--card); margin-bottom: 10px; transition: all 0.3s ease; } .tbc-section:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1); border-color: var(--accent); } .tbc-tag { position: absolute; top: -12px; left: 16px; padding: 6px 10px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: #002233; background: linear-gradient(180deg, #bde8ff, #7cdcff); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5), 0 8px 18px rgba(0, 0, 0, .08); } .tbc-section[data-type="intro"] .tbc-tag { background: linear-gradient(180deg, #cfe3ff, #9ec5ff); } .tbc-section[data-type="stage1"] .tbc-tag { background: linear-gradient(180deg, #ffb3b3, #ff6b6b); } .tbc-section[data-type="stage2"] .tbc-tag { background: linear-gradient(180deg, #a8d8ff, #6bb6ff); } .tbc-section[data-type="stage3"] .tbc-tag { background: linear-gradient(180deg, #d4b3ff, #b06bff); } .tbc-section[data-type="summary"] .tbc-tag{ background: linear-gradient(180deg, #ffd700, #ffb700); } .tbc-section h3 { margin: 16px 0 10px; font-size: 20px; font-weight: 700; color: var(--ink); position: relative; padding-bottom: 8px; } .tbc-section h3::after { content: ''; position: absolute; bottom: 0; left: 0; width: 40px; height: 3px; background: linear-gradient(90deg, var(--accent), transparent); border-radius: 2px; } .tbc-section h3 i { margin-right: 8px; font-size: 18px; color: var(--accent); } .tbc-section h4 { margin: 10px 0 6px; font-size: 16px; font-weight: 600; color: var(--ink); } .tbc-section h4 i { margin-right: 6px; font-size: 14px; color: var(--accent); } .tbc-section p { line-height: 1.6; color: var(--ink); margin: 8px 0; font-size: 15px; } .tbc-section a { color: var(--accent); font-weight: 700; text-decoration: none; } .tbc-section a:hover { text-decoration: underline; } .tbc-winter img { border-radius: 12px; max-width: 100%; height: auto; } .divider { height: 2px; background: linear-gradient(90deg, transparent, var(--stroke), transparent); margin: 25px 0; position: relative; } .image-container { text-align: center; margin: 20px 0; } .content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; margin: 16px 0; } .content-block { background: rgba(var(--glass-bg), 0.05); border: 1px solid var(--stroke); border-radius: 10px; padding: 16px; transition: all 0.3s ease; } .content-block:hover { background: rgba(var(--glass-bg), 0.08); border-color: var(--accent); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); } .content-block h4 { margin-top: 0; font-size: 16px; color: var(--accent); } .content-block ul { margin: 8px 0 0 0; padding-left: 18px; } .content-block li { font-size: 15px; margin: 4px 0; } .stage-motto { background: linear-gradient(135deg, rgba(var(--glass-bg), 0.1), rgba(var(--glass-bg), 0.05)); border: 1px solid var(--stroke); border-radius: 10px; padding: 14px; margin: 16px 0 0 0; text-align: center; font-size: 16px; font-weight: 600; color: var(--ink); } .restrictions.info-list { list-style: none; padding-left: 0; margin: 12px 0; } .restrictions.info-list li { display: flex; gap: 10px; align-items: flex-start; padding: 10px 12px; margin: 8px 0; border-radius: 10px; border: 1px solid var(--stroke); background: rgba(var(--glass-bg), 0.04); } .restrictions.info-list i { margin-top: 2px; color: var(--accent); } .action-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-top: 18px; } .play-button, .to-top-button { position: relative; display: inline-block; padding: 14px 40px; font-size: 17px; font-weight: bold; text-align: center; text-decoration: none; color: white !important; border: none; outline: none; overflow: hidden; transform: skewX(-15deg); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); cursor: pointer; } .play-button span, .to-top-button span { display: inline-flex; gap: 10px; align-items: center; transform: skewX(15deg); } .play-button { background: linear-gradient(45deg, #f39c12, #e74c3c); text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } .play-button::before, .to-top-button::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); transition: 0.5s; } .play-button:hover { transform: skewX(-15deg) scale(1.05); box-shadow: 0 10px 20px rgba(231, 76, 60, 0.3); } .play-button:hover::before, .to-top-button:hover::before { left: 100%; } .to-top-button { background: linear-gradient(45deg, #3498db, #2c3e50); text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } .to-top-button:hover { transform: skewX(-15deg) scale(1.05); box-shadow: 0 10px 20px rgba(44, 62, 80, 0.3); } @media (max-width: 600px) { .action-buttons { flex-direction: column; align-items: center; gap: 15px; } .play-button, .to-top-button { width: 80%; padding: 12px 20px; font-size: 16px; } .content-grid { grid-template-columns: 1fr; } }
    ×
    ×
    • Создать...