mirror of
https://github.com/webxoss/webxoss-client.git
synced 2024-11-20 05:49:55 +01:00
add WX14 Mayu's room
This commit is contained in:
parent
d53d6f107f
commit
1ab691f0fd
1 changed files with 11 additions and 0 deletions
|
@ -149,6 +149,14 @@ DeckManager.prototype.checkMayusRoom = function (pids) {
|
|||
})) {
|
||||
return false;
|
||||
}
|
||||
// 禁止 台风蛇
|
||||
if (infos.some(function (info) {
|
||||
return info.cid === 957; // 台風一過
|
||||
}) && infos.some(function (info) {
|
||||
return (info.cid === 1652); // コードアンシエンツ ヘルボロス
|
||||
})) {
|
||||
return false;
|
||||
}
|
||||
// 限制
|
||||
var limitMap = {
|
||||
37: 2, // <忘得ぬ幻想 ヴァルキリー>
|
||||
|
@ -158,6 +166,9 @@ DeckManager.prototype.checkMayusRoom = function (pids) {
|
|||
689: 1, // <RAINY>
|
||||
474: 0, // <ノー・ゲイン>
|
||||
23: 0, // <大器晩成>
|
||||
689: 0, // <RAINY>
|
||||
1030: 0, // <四面楚火>
|
||||
1457: 0, // <サーバント Z>
|
||||
};
|
||||
for (var i = 0; i < infos.length; i++) {
|
||||
var info = infos[i];
|
||||
|
|
Loading…
Reference in a new issue