Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
mercury233 committed Apr 11, 2018
1 parent 5d17681 commit 3f23183
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 5 deletions.
15 changes: 15 additions & 0 deletions BotWrapper/bot.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
老式削血卡组。
Expand Down Expand Up @@ -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
24 changes: 20 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -83,6 +85,8 @@ WindBot can run as a "server", provide a http interface to create bot.

* Blackwing

* ChainBurn

* CyberDragon

* Evilswarm
Expand All @@ -93,6 +97,8 @@ WindBot can run as a "server", provide a http interface to create bot.

* Lightsworn

* LightswornShaddoldinosour

* Nekroz

### Server mode
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion WindBotInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public WindBotInfo()
Host = "127.0.0.1";
Port = 7911;
HostInfo = "";
Version = 0x1342;
Version = 0x1343;
Hand = 0;
}
}
Expand Down

0 comments on commit 3f23183

Please sign in to comment.