IceYGO / windbot

A C# bot for ygopro, compatible with the ygosharp server.
MIT License
80 stars 103 forks source link

Support windbot link core #169

Open YSPplayer opened 1 year ago

YSPplayer commented 1 year ago

【windbot和core挂钩,数据的获取和使用可以直接请求到core的数据,让ai智力相对提升】 主要修改内容: 增加和Lua对应的core函数,不包括void|Effect|参数带有group|以及可能和chain等相关的函数 (1)void:不考虑ai作弊 (2)effect:数据多,没想清楚怎么实现 (3)group参数:一次请求64byte,group参数可能会超出限制 (4)chainc等其他:不合时宜调用的函数可能无意义或报错 【函数量过大,可能会有处理缺失的部分】