Commit 4388aa8a authored by wyykak's avatar wyykak

add THC_DSReimu

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 646a9341
#created by ...
#main
74561023
16011501
14050011
14050011
10278
74561023
74561023
74561020
74561020
74562017
74562017
74562017
16010003
74561011
74561011
14000267
14000267
82434
82434
82434
82435
82435
82435
16000006
16000006
10278
10020
10020
10020
14050018
14050018
14050018
74563011
74563011
74563011
86379728
86379728
86379728
14050011
16011501
16011501
#extra
74561045
74561045
74561045
23504
23504
23504
!side
74561004
23501
This diff is collapsed.
......@@ -1336,12 +1336,16 @@ namespace WindBot.Game
count = packet.ReadByte();
for (int i = 0; i < count; ++i)
{
packet.ReadInt32(); // card id
int tempId = packet.ReadInt32(); // card id
int con = GetLocalPlayer(packet.ReadByte());
CardLocation loc = (CardLocation)packet.ReadByte();
int seq = packet.ReadByte();
ClientCard card = _duel.GetCard(con, loc, seq);
if (card == null) continue;
if (loc == CardLocation.Deck)
{
card.SetId(tempId);
}
card.ActionIndex[k] = i;
switch (k)
{
......
......@@ -87,6 +87,7 @@
<Compile Include="Game\AI\Decks\MokeyMokeyKingExecutor.cs" />
<Compile Include="Game\AI\Decks\MokeyMokeyExecutor.cs" />
<Compile Include="Game\AI\Decks\ThunderDragonExecutor.cs" />
<Compile Include="Game\AI\Decks\THC_DSReimuExecutor.cs" />
<Compile Include="Game\AI\Decks\TimeThiefExecutor.cs" />
<Compile Include="Game\AI\Decks\ToadallyAwesomeExecutor.cs" />
<Compile Include="Game\AI\Decks\NekrozExecutor.cs" />
......
{
"windbots": [
{
"name": "伊芙·墨菲",
"deck": "Toadally Awesome",
"dialog": "wof-Eve-Murphy"
},
{
"name": "梦前菜菜",
"deck": "Rainbow",
"dialog": "wof-Yumesaki-Nana"
},
{
"name": "石砂原奈绪",
"deck": "Dragunity",
"dialog": "wof-Isagohara-Nao"
},
{
"name": "鸣野凪子",
"deck": "Rank V",
"dialog": "wof-Shigino-Nagiko"
},
{
"name": "绫濑亚梦",
"deck": "Zexal Weapons",
"dialog": "wof-Ayase-Amu"
},
{
"name": "埃莉丝·科菲",
"deck": "Level VIII",
"dialog": "wof-Elyse-Coffey"
},
{
"name": "城崎千夏",
"deck": "Zoodiac",
"dialog": "wof-Jougasaki-Chinatsu"
},
{
"name": "下垣鸣海凛央奈",
"deck": "Blue-Eyes",
"dialog": "wof-Shimogakinarumi-Riona"
},
{
"name": "鹭泽由依",
"deck": "Yosenju",
"dialog": "wof-Sagisawa-Yui"
},
{
"name": "十十六木花奏子",
"deck": "Qliphort",
"dialog": "wof-Todoroki-Kanako"
},
{
"name": "七草一花",
"deck": "Trickstar",
"dialog": "wof-Nanakusa-Ichika"
},
{
"name": "凯瑟琳·罗森塔尔",
"deck": "Altergeist",
"dialog": "wof-Catherine-Rosenthal"
},
{
"name": "白石唯",
"deck": "Nekroz",
"dialog": "wof-Shiraishi-Yui"
},
{
"name": "水晶艾蕾娜",
"deck": "ST1732",
"dialog": "wof-Suisho-Erena"
},
{
"name": "音羽真寻",
"deck": "Lightsworn",
"dialog": "wof-Otoha-Mahiro"
},
{
"name": "神崎春瑚",
"deck": "Blackwing",
"dialog": "wof-Kanzaki-Haruko"
},
{
"name": "樱庭小梅",
"deck": "CyberDragon",
"dialog": "wof-Sakuraba-Koume"
},
{
"name": "淡野美妙子",
"deck": "Evilswarm",
"dialog": "wof-Awaya-Mieko"
},
{
"name": "璃池樱空",
"deck": "Gravekeeper",
"dialog": "wof-Akiike-Sara"
},
{
"name": "月白五十铃",
"deck": "Graydle",
"dialog": "wof-Tsukishiro-Isuzu"
},
{
"name": "晴海夏佳",
"deck": "OldSchool",
"dialog": "wof-Harumi-Natsuka"
},
{
"name": "濑名歌铃",
"deck": "SkyStriker",
"dialog": "wof-Sena-Karin"
},
{
"name": "椎名咪玉",
"deck": "DarkMagician",
"dialog": "wof-Shiina-Miu"
},
{
"name": "薇薇安·伊文捷琳",
"deck": "Orcust",
"dialog": "wof-Vivian-Evangeline"
},
{
"name": "海伦·薇萨拉兹",
"deck": "Salamangreat",
"dialog": "wof-Helen-Virsaladze"
},
{
"name": "蓝叶雾叶",
"deck": "Dragun",
"dialog": "wof-Aiha-Kiriha"
},
{
"name": "诺玛·林斯科特",
"deck": "MathMech",
"dialog": "wof-Norma-Linscott"
},
{
"name": "砂冢明音",
"deck": "TimeThief",
"dialog": "wof-Sunazuka-Akane"
},
{
"name": "早见虹羽",
"deck": "PureWinds",
"dialog": "wof-Hayami-Nijiha"
},
{
"name": "白雪安娜",
"deck": "Witchcraft",
"dialog": "wof-Shirayuki-Anna"
},
{
"name": "星希花音",
"deck": "Burn",
"dialog": "wof-Hoshiki-Kanon"
},
{
"name": "浅见空子",
"deck": "Frog",
"dialog": "wof-Asami-Sorako"
},
{
"name": "佐佐木茜",
"deck": "Horus",
"dialog": "wof-Sasaki-Akane"
},
{
"name": "克里斯汀·罗森塔尔",
"deck": "BlueEyesMaxDragon",
"dialog": "wof-Christine-Rosenthal"
},
{
"name": "白鸟芽衣",
"deck": "Phantasm",
"dialog": "wof-Shiratori-Mei"
},
{
"name": "八宫一月",
"deck": "GrenMajuThunderBoarder",
"dialog": "wof-Hachimiya-Kaduki"
},
{
"name": "浅仓纱花",
"deck": "ChainBurn",
"dialog": "wof-Asukura-Sayaka"
},
{
"name": "黑崎智秋",
"deck": "FamiliarPossessed",
"dialog": "wof-Kurosaki-Chiaki"
},
{
"name": "神代心春",
"deck": "Brave",
"dialog": "wof-Kamishiro-Koharu"
}
]
}
......@@ -225,6 +225,11 @@
"name": "神数不神",
"deck": "Kashtira",
"dialog": "Zefra.zh-CN"
},
{
"name": "摆烂型王圆圆",
"deck": "THC_DSReimu",
"dialog": "default"
}
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment