Commit 3f231833 authored by mercury233's avatar mercury233

version

parent 5d176811
......@@ -49,6 +49,11 @@ Name=尼亚 Deck=Qliphort Dialog=near.zh-CN
机壳卡组。
SUPPORT_MASTER_RULE_3 SUPPORT_NEW_MASTER_RULE
!尼亚-淘气仙星
Name=尼亚 Deck=Trickstar Dialog=near.zh-CN
淘气仙星卡组。
SUPPORT_NEW_MASTER_RULE
!永远之魂-削血
Name=永远之魂 Deck=Burn Dialog=soul.zh-CN
老式削血卡组。
......@@ -78,3 +83,13 @@ SUPPORT_MASTER_RULE_3 SUPPORT_NEW_MASTER_RULE
Name=试作型机器人1732 Deck=ST1732 Dialog=zh-CN
由三盒ST17和三盒SD32组成的卡组。
SUPPORT_NEW_MASTER_RULE
!奇異果
Name=奇異果 Deck=LightswornShaddoldinosour Dialog=kiwi.zh-TW
光道影依恐龙卡组。
SUPPORT_MASTER_RULE_3 SUPPORT_NEW_MASTER_RULE
!燃血鬥士
Name=燃血鬥士 Deck=ChainBurn Dialog=kiwi.zh-TW
连锁烧卡组。
SUPPORT_MASTER_RULE_3 SUPPORT_NEW_MASTER_RULE
......@@ -73,6 +73,8 @@ WindBot can run as a "server", provide a http interface to create bot.
* Toadally Awesome (old lflist, master rule 3 only)
* Trickstar
* Yosenju
* Zexal Weapons
......@@ -83,6 +85,8 @@ WindBot can run as a "server", provide a http interface to create bot.
* Blackwing
* ChainBurn
* CyberDragon
* Evilswarm
......@@ -93,6 +97,8 @@ WindBot can run as a "server", provide a http interface to create bot.
* Lightsworn
* LightswornShaddoldinosour
* Nekroz
### Server mode
......@@ -107,12 +113,24 @@ The parameters are same as commandlines, but low cased.
### Known issues
* The attack won't be canceled when battle replay happens.
* If one chain includes two activation that use `AI.SelectCard`, the second one won't select correctly.
### Changelog
#### v0x1343 (2018-04-11)
- Update YGOPro protrol to 0x1343
- New decks: Trickstar, LightswornShaddoldinosour, ChainBurn
- Update `OnBattle`, add `Executor.OnSelectAttacker` and `Executor.OnSelectAttackTarget`
- Add `Executor.OnSelectPosition`, `Executor.OnSelectBattleReplay`
- Add `Bot.BattlingMonster`
- Add and update some default executors
- Change `Duel.LifePoints[0]` to `Bot.LifePoints`
- Change `LastChainPlayer` and `CurrentChain` to `Duel` class
- Change `ChainContainsCard` and `GetLastChainCard` etc. to `AI.Utils` class
- Fix turn count in match duel
- Fix don't turn 0 atk monster to atk pos
#### v0x1342 (2017-12-26)
- Update YGOPro protrol to 0x1342
......@@ -173,8 +191,6 @@ The parameters are same as commandlines, but low cased.
* Get equip of card.
* Get attack target.
* Better new master rule support
* Update the known card enums
......
......@@ -21,7 +21,7 @@ namespace WindBot
Host = "127.0.0.1";
Port = 7911;
HostInfo = "";
Version = 0x1342;
Version = 0x1343;
Hand = 0;
}
}
......
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