Commit 969dd333 authored by nanahira's avatar nanahira

Merge branch 'master' of github.com:moecube/windbot

parents 9f08543f 2d0d7816
...@@ -34,6 +34,11 @@ Name=谜之剑士LV4 Deck='Zexal Weapons' Dialog=swordsman.zh-CN ...@@ -34,6 +34,11 @@ Name=谜之剑士LV4 Deck='Zexal Weapons' Dialog=swordsman.zh-CN
神装电光皇卡组。 神装电光皇卡组。
AI_LV2 SUPPORT_MASTER_RULE_3 SUPPORT_NEW_MASTER_RULE SUPPORT_MASTER_RULE_2020 AI_LV2 SUPPORT_MASTER_RULE_3 SUPPORT_NEW_MASTER_RULE SUPPORT_MASTER_RULE_2020
!谜之剑士LV4-8星同调
Name=谜之剑士LV4 Deck='Level VIII' Dialog=swordsman.zh-CN
8星同调卡组。
AI_LV2 SUPPORT_MASTER_RULE_3 SUPPORT_NEW_MASTER_RULE SUPPORT_MASTER_RULE_2020
!琪露诺-彩虹 !琪露诺-彩虹
Name=琪露诺 Deck=Rainbow Dialog=cirno.zh-CN Name=琪露诺 Deck=Rainbow Dialog=cirno.zh-CN
全属性凡骨卡组。 全属性凡骨卡组。
...@@ -189,7 +194,7 @@ Name=朱露咲浅羽 Deck=Salamangreat Dialog=nlch.zh-CN ...@@ -189,7 +194,7 @@ Name=朱露咲浅羽 Deck=Salamangreat Dialog=nlch.zh-CN
浅羽的香喷喷曲奇。 浅羽的香喷喷曲奇。
AI_LV3 SUPPORT_NEW_MASTER_RULE SUPPORT_MASTER_RULE_2020 AI_LV3 SUPPORT_NEW_MASTER_RULE SUPPORT_MASTER_RULE_2020
!我太帅了 !朱露咲浅羽-真红眼
Name=朱露咲浅羽 Deck=Dragun Dialog=nlch.zh-CN Name=朱露咲浅羽 Deck=Dragun Dialog=nlch.zh-CN
超魔导真红眼龙骑士卡组。 超魔导真红眼龙骑士卡组。
AI_LV3 SUPPORT_NEW_MASTER_RULE SUPPORT_MASTER_RULE_2020 AI_LV3 SUPPORT_NEW_MASTER_RULE SUPPORT_MASTER_RULE_2020
...@@ -41,9 +41,9 @@ ...@@ -41,9 +41,9 @@
40605147 40605147
40605147 40605147
#extra #extra
37818794 100259001
37818794 100259001
37818794 100259001
96334243 96334243
63519819 63519819
50588353 50588353
......
...@@ -36,7 +36,7 @@ namespace WindBot.Game.AI.Decks ...@@ -36,7 +36,7 @@ namespace WindBot.Game.AI.Decks
public const int InfiniteImpermanence = 10045474; public const int InfiniteImpermanence = 10045474;
public const int SolemnStrike = 40605147; public const int SolemnStrike = 40605147;
public const int DragunofRedEyes = 37818794; public const int DragunofRedEyes = 100259001;
public const int SeaMonsterofTheseus = 96334243; public const int SeaMonsterofTheseus = 96334243;
public const int ThousandEyesRestrict = 63519819; public const int ThousandEyesRestrict = 63519819;
public const int CrystronHalqifibrax = 50588353; public const int CrystronHalqifibrax = 50588353;
......
...@@ -10,6 +10,16 @@ ...@@ -10,6 +10,16 @@
"deck": "Rainbow", "deck": "Rainbow",
"dialog": "cirno.zh-CN" "dialog": "cirno.zh-CN"
}, },
{
"name": "琪露诺",
"deck": "Toadally Awesome",
"dialog": "cirno.zh-CN"
},
{
"name": "琪露诺",
"deck": "Toadally Awesome",
"dialog": "cirno.zh-CN"
},
{ {
"name": "谜之剑士LV4", "name": "谜之剑士LV4",
"deck": "Dragunity", "deck": "Dragunity",
...@@ -25,6 +35,11 @@ ...@@ -25,6 +35,11 @@
"deck": "Zexal Weapons", "deck": "Zexal Weapons",
"dialog": "swordsman.zh-CN" "dialog": "swordsman.zh-CN"
}, },
{
"name": "谜之剑士LV4",
"deck": "Level VIII",
"dialog": "swordsman.zh-CN"
},
{ {
"name": "复制植物", "name": "复制植物",
"deck": "Zoodiac", "deck": "Zoodiac",
...@@ -120,6 +135,11 @@ ...@@ -120,6 +135,11 @@
"deck": "Salamangreat", "deck": "Salamangreat",
"dialog": "nlch.zh-CN" "dialog": "nlch.zh-CN"
}, },
{
"name": "朱露咲浅羽",
"deck": "Dragun",
"dialog": "nlch.zh-CN"
},
{ {
"name": "永远之魂", "name": "永远之魂",
"deck": "Burn", "deck": "Burn",
......
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