卡厄思
梦
境
菜单
首页
回到首页
WIKI工具
全站样式
全站JS
修改导航栏
测试
沙盒
可视化管理器
战斗员管理器
卡牌管理器
伙伴管理器
装备管理器
词典管理器
图鉴
战斗员
伙伴
装备
怪物卡牌
中立卡牌
词典
小工具
配队模拟器
节奏榜生成器
搜索
链入页面
相关更改
特殊页面
页面信息
最近更改
登录
查看“︁配队模拟器”︁的源代码
←
配队模拟器
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
{{#微件:配队模拟器}} <div id="team-simulator"> <!-- 添加保存按钮 --> <div style="padding: 20px; text-align: center;"> <button id="save-team-btn" style="padding: 12px 30px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; border: none; border-radius: 8px; font-size: 16px; font-weight: bold; cursor: pointer; box-shadow: 0 4px 6px rgba(0,0,0,0.1);"> 保存队伍为图片 </button> </div> <div id="team-content" style="background: white; padding: 20px;"> <!-- 角色1 --> <div class="character-unit" data-unit-index="1" style="margin-bottom: 30px; padding: 20px; border: 2px solid #e0e0e0; border-radius: 10px;"> <h3 style="margin: 0 0 15px 0; color: #333;">角色 1</h3> <div style="display: flex; gap: 20px;"> <!-- 左侧区域 --> <div style="display: flex; flex-direction: column; gap: 20px; width: 150px;"> <!-- 战斗员选择 --> <div class="character-slot" style="width: 150px; height: 265px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white; position: relative;"> <div class="placeholder" style="font-size: 48px; color: #ccc;">+</div> </div> <!-- 伙伴选择 --> <div class="partner-slot" style="width: 150px; height: 77px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white;"> <div class="placeholder" style="font-size: 24px; color: #ccc;">+</div> </div> </div> <!-- 中部区域 --> <div style="flex: 1; display: flex; flex-direction: column; gap: 20px;"> <!-- 卡组区域 --> <div class="deck-area" style="min-height: 360px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white; padding: 20px;"> <div style="font-size: 48px; color: #ccc;">+</div> </div> </div> <!-- 右侧区域 --> <div style="width: 124px; display: flex; flex-direction: column; gap: 20px;"> <!-- 武器 --> <div class="weapon-slot equipment-slot" data-equipment-type="weapon" style="width: 100px; height: 100px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white;"> <div style="font-size: 24px; color: #ccc;">+</div> </div> <!-- 装甲 --> <div class="armor-slot equipment-slot" data-equipment-type="armor" style="width: 100px; height: 100px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white;"> <div style="font-size: 24px; color: #ccc;">+</div> </div> <!-- 戒指 --> <div class="ring-slot equipment-slot" data-equipment-type="ring" style="width: 100px; height: 100px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white;"> <div style="font-size: 24px; color: #ccc;">+</div> </div> </div> </div> </div> <!-- 角色2 --> <div class="character-unit" data-unit-index="2" style="margin-bottom: 30px; padding: 20px; border: 2px solid #e0e0e0; border-radius: 10px;"> <h3 style="margin: 0 0 15px 0; color: #333;">角色 2</h3> <div style="display: flex; gap: 20px;"> <div style="display: flex; flex-direction: column; gap: 20px; width: 150px;"> <div class="character-slot" style="width: 150px; height: 265px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white; position: relative;"> <div class="placeholder" style="font-size: 48px; color: #ccc;">+</div> </div> <div class="partner-slot" style="width: 150px; height: 77px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white;"> <div class="placeholder" style="font-size: 24px; color: #ccc;">+</div> </div> </div> <div style="flex: 1; display: flex; flex-direction: column; gap: 20px;"> <div class="deck-area" style="min-height: 360px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white; padding: 20px;"> <div style="font-size: 48px; color: #ccc;">+</div> </div> </div> <div style="width: 124px; display: flex; flex-direction: column; gap: 20px;"> <div class="weapon-slot equipment-slot" data-equipment-type="weapon" style="width: 100px; height: 100px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white;"> <div style="font-size: 24px; color: #ccc;">+</div> </div> <div class="armor-slot equipment-slot" data-equipment-type="armor" style="width: 100px; height: 100px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white;"> <div style="font-size: 24px; color: #ccc;">+</div> </div> <div class="ring-slot equipment-slot" data-equipment-type="ring" style="width: 100px; height: 100px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white;"> <div style="font-size: 24px; color: #ccc;">+</div> </div> </div> </div> </div> <!-- 角色3 --> <div class="character-unit" data-unit-index="3" style="margin-bottom: 30px; padding: 20px; border: 2px solid #e0e0e0; border-radius: 10px;"> <h3 style="margin: 0 0 15px 0; color: #333;">角色 3</h3> <div style="display: flex; gap: 20px;"> <div style="display: flex; flex-direction: column; gap: 20px; width: 150px;"> <div class="character-slot" style="width: 150px; height: 265px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white; position: relative;"> <div class="placeholder" style="font-size: 48px; color: #ccc;">+</div> </div> <div class="partner-slot" style="width: 150px; height: 77px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white;"> <div class="placeholder" style="font-size: 24px; color: #ccc;">+</div> </div> </div> <div style="flex: 1; display: flex; flex-direction: column; gap: 20px;"> <div class="deck-area" style="min-height: 360px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white; padding: 20px;"> <div style="font-size: 48px; color: #ccc;">+</div> </div> </div> <div style="width: 124px; display: flex; flex-direction: column; gap: 20px;"> <div class="weapon-slot equipment-slot" data-equipment-type="weapon" style="width: 100px; height: 100px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white;"> <div style="font-size: 24px; color: #ccc;">+</div> </div> <div class="armor-slot equipment-slot" data-equipment-type="armor" style="width: 100px; height: 100px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white;"> <div style="font-size: 24px; color: #ccc;">+</div> </div> <div class="ring-slot equipment-slot" data-equipment-type="ring" style="width: 100px; height: 100px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white;"> <div style="font-size: 24px; color: #ccc;">+</div> </div> </div> </div> </div> </div> <!-- 角色选择弹窗 --> <div id="character-modal" style="display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1000;"> <div style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: white; padding: 20px; border-radius: 10px; max-width: 90%; max-height: 80%; overflow: auto;"> <div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;"> <h3 style="margin: 0;">选择战斗员</h3> <span id="close-character-modal" style="font-size: 24px; cursor: pointer; padding: 5px;">×</span> </div> <div id="character-list" style="display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;"> {{#ask:[[分类:战斗员]] |?名称 |?稀有度 |?职业 |?属性 |sort=实装日期,稀有度,id |order=desc,desc,desc |mainlabel=- |link=none |template=配队/战斗员 |headers=hide |format=template |limit=1000 }} </div> </div> </div> <!-- 伙伴选择弹窗 --> <div id="partner-modal" style="display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1000;"> <div style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: white; padding: 20px; border-radius: 10px; max-width: 90%; max-height: 80%; overflow: auto;"> <div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;"> <h3 style="margin: 0;">选择伙伴</h3> <span id="close-partner-modal" style="font-size: 24px; cursor: pointer; padding: 5px;">×</span> </div> <div id="partner-list" style="display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;"> {{#ask:[[分类:伙伴]] |?名称 |?稀有度 |?职业 |?id |sort=实装日期,稀有度,id |order=desc,desc,desc |mainlabel=- |link=none |template=配队/伙伴 |headers=hide |format=template |limit=1000 }} </div> </div> </div> <!-- 装备选择弹窗 --> <div id="equipment-modal" style="display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1000;"> <div style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: white; padding: 20px; border-radius: 10px; max-width: 90%; max-height: 80%; overflow: auto;"> <div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;"> <h3 id="equipment-modal-title" style="margin: 0;">选择装备</h3> <span id="close-equipment-modal" style="font-size: 24px; cursor: pointer; padding: 5px;">×</span> </div> <div id="equipment-list" style="display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;"> <!-- 装备列表将动态加载 --> </div> </div> </div> </div>
该页面使用的模板:
模板:提示
(
查看源代码
)
模板:施工中
(
查看源代码
)
模板:配队/伙伴
(
查看源代码
)
模板:配队/战斗员
(
查看源代码
)
模板:面包屑
(
查看源代码
)
返回
配队模拟器
。