🌐中文翻译 |中文翻译版 (点击这里)
新闻/公告
班级对抗赛
申请将于下周开放。申请将通过网站或启动器进行(更多详细信息将在专门的新闻帖子中公布)。
黑色星期五捐赠活动
$50 VIP:10,000 枚金币 -> 15,000 枚金币 + 鲨鱼坐骑
$100 VIP会员:25,000 枚金币-> 37,500 枚金币 + 雪地摩托坐骑随机盒
雪地摩托、金色雪地摩托或蓝色雪地摩托
El-Mar Triton(改进)
小改进
改进了掉落机制、掉落分布和陷阱机制。
详细信息
地下城改进
EXP增加
改进
我们正在致力于为新玩家和老玩家改进和改造旧地下城。
第一次改进主要集中在 EXP 上,然而,未来的改进将更加全面(EXP、掉落等)
在未来的更新中,EXP 可能会进一步增加。
注意:在某些情况下,EXP 设置为最大值。在其他情况下,它是动态的,并将随着 EXP 事件而增加。
地下城以下的经验值已经增加
沉船(困难) |卡斯特里奥蒂大厦 |尖叫洞穴
冰雪城堡升级 经验值 + 新奖励
改进
深渊冰城堡已更新,与我们之前对死亡前线进行的改进类似。
EXP大幅增加
卡克 [Boss] - 已添加掉落
语言
项目
食人鱼的骨头 |堆叠:1 |计数:3-3
死亡月光石 |堆叠:1 |数量:3-8
破碎的龙鳞 |堆叠:1 |数量:3-6
DK 硬币 |堆叠:1 |计数:1-3
完成/退出时添加奖励框。
斗兽场 PTM 排名 [开启]第 15 季--> 2 对 2
第 15 季信息
日期: 2024 年 11 月 29 日 -> 2024 年 12 月 30 日
队伍规模: 2 对 2
必须进行至少 100 场比赛(整个赛季)才有资格获得奖品。
奖励
武器皮肤
获得第一名的 冠军徽章将获得武器皮肤
冠军徽章
获得第一名的 冠军徽章将获得武器皮肤
硬币
位置
奖
前 1 名 (各班级)
3,000 枚硬币
前 2 名 (每个班级)
2,000 枚硬币
前3-5名(各班级)
1,000 枚硬币
排名系统指南和信息
指南(英语)
指南(中文)
/* Reset Styles */
.patch-reset * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* Body Styles */
.patch-body {
background-color: #1a1a1a;
color: #f2f2f2;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
padding: 20px;
}
/* Container */
.patch-container {
max-width: 1200px;
margin: 0 auto;
}
/* Header Styles */
.patch-header {
text-align: center;
margin-bottom: 40px;
}
.patch-header p {
font-size: 1.2em;
color: #cccccc;
}
/* Section Styles */
.patch-section {
background-color: #2a2a2a; /* Opaque background */
padding: 25px;
margin-bottom: 30px;
border-radius: 8px;
}
/* Section Title with Image */
.patch-section-title {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.patch-section-title img {
width: 200px; /* Ensures image is at least 200px wide */
height: auto;
border-radius: 8px;
margin-right: 20px;
}
.patch-section-title h2 {
font-size: 2.5em;
color: #99ffff;
}
/* Patch Titles */
.patch-title {
font-size: 1.8em;
color: #66ff99;
margin-bottom: 10px;
background-color: #000000;
display: inline-block;
padding: 5px 10px;
border-radius: 5px;
}
/* List Styles */
.patch-section ul {
list-style-type: disc;
padding-left: 20px;
margin-bottom: 15px;
}
.patch-section ul li {
margin-bottom: 10px;
}
.patch-section ul li ul {
list-style-type: circle;
margin-top: 5px;
padding-left: 20px;
}
/* Table Styles */
.patch-section table {
width: 100%;
border-collapse: collapse;
margin-top: 20px;
font-size: 1em;
}
.patch-section table th,
.patch-section table td {
padding: 12px 15px;
text-align: center;
}
.patch-section table th {
background-color: #0074D9;
color: #ffffff;
}
.patch-section table tr:nth-child(even) {
background-color: #d9eaff;
}
.patch-section table tr:nth-child(odd) {
background-color: #f2f2f2;
}
/* Image Styles */
.patch-section img {
max-width: 100%;
height: auto;
border-radius: 5px;
margin-bottom: 15px;
}
/* Unique Boss Mechanics Styles */
.patch-mechanics-container {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin-top: 20px;
}
.patch-mechanic {
background-color: #333333; /* Opaque background */
padding: 15px;
border-radius: 8px;
flex: 1 1 300px;
display: flex;
flex-direction: column;
align-items: center;
}
.patch-mechanic img {
width: 100%;
max-width: 400px;
height: auto;
border-radius: 5px;
margin-bottom: 10px;
}
.patch-mechanic h3 {
font-size: 1.5em;
color: #99ffff;
margin-bottom: 10px;
text-align: center;
background-color: #000000;
padding: 5px 10px;
border-radius: 5px;
width: 100%;
}
.patch-mechanic ul {
list-style-type: disc;
padding-left: 20px;
width: 100%;
}
.patch-mechanic ul li {
margin-bottom: 8px;
color: #66ccff;
font-weight: bold;
}
/* Footer Styles */
.patch-footer {
text-align: center;
margin-top: 40px;
color: #777777;
font-size: 0.9em;
}
/* Responsive Design */
@media (max-width: 768px) {
.patch-header h1 {
font-size: 2.5em;
}
.patch-section-title {
flex-direction: column;
align-items: center;
text-align: center;
}
.patch-section-title img {
margin-right: 0;
margin-bottom: 15px;
width: 200px; /* Ensures image remains at least 200px wide */
}
.patch-section-title h2 {
font-size: 2em;
}
.patch-section table th,
.patch-section table td {
padding: 8px 10px;
}
.patch-mechanics-container {
flex-direction: column;
align-items: center;
}
.patch-mechanic {
width: 100%;
}
}
/* Optional Hover Effects for Mechanic Cards */
.patch-mechanic:hover {
transform: translateY(-5px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
transition: transform 0.3s, box-shadow 0.3s;
}
/* Enhanced Patch Notes Header Styles */
.patch-header h1 {
font-size: 3em;
color: #66ff99;
margin-bottom: 10px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
position: relative; /* Ensure positioning context for pseudo-element */
}
/* Decorative Underline for Patch Notes Header */
.patch-header h1::after {
content: '';
display: block;
width: 200px; /* Increased from 80px to 200px */
height: 6px; /* Slightly thicker for better visibility */
background-color: #66ff99;
margin: 10px auto 0; /* Centers the underline */
border-radius: 3px; /* Rounded corners for a smoother look */
}
/* Responsive Adjustments for Patch Notes Header */
@media (max-width: 768px) {
.patch-header h1 {
font-size: 2.5em;
}
.patch-header h1::after {
width: 150px; /* Adjust width for smaller screens */
height: 4px; /* Adjust thickness for smaller screens */
margin: 8px auto 0;
}
}
/* Translation Button Styles */
.translate-button-container {
text-align: center;
margin-bottom: 30px; /* Space below the button */
}
.translate-button {
display: inline-flex;
align-items: center;
background-color: rgba(0, 0, 0, 0.9);
color: #66ffff;
font-size: 16px;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.3s ease, transform 0.2s ease;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
.translate-button:hover {
background-color: rgba(0, 0, 0, 1);
transform: translateY(-2px);
box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4);
}
.translate-button .icon {
margin-right: 8px;
font-size: 20px; /* Icon size */
}
/* Responsive Adjustments for Translation Button */
@media (max-width: 768px) {
.translate-button {
font-size: 14px;
padding: 8px 16px;
}
.translate-button .icon {
font-size: 18px;
margin-right: 6px;
}
}