1 Star 0 Fork 1

VarChar/Mir2CN

forked from JonasR/Mir2CN 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
MonsterAttackMethods.txt 768 Bytes
一键复制 编辑 原始数据 按行查看 历史
JonasR 提交于 2021-08-25 07:34 . 完整提交原本项目
The following current pre-made attack methods for monsters are available.
* Methods can be found at the bottom of Server.Library/MonsterObject.cs.
* All methods are virtual so can be overriden.
PoisonTarget(int chanceToPoison, long poisonDuration, PoisonType poison, long poisonTickSpeed = 1000)
LineAttack(int distance, int additionalDelay = 500)
HalfmoonAttack(int delay = 500)
RangeAttack(int minAttackStat, int maxAttackStat, byte rangeAttackTypeNumber = 0, DefenceType type = DefenceType.MACAgility, int additionalDelay = 500)
ArrowAttack(int minAttackStat, int maxAttackStat, DefenceType type = DefenceType.MACAgility, int additionalDelay = 500)
SinglePushAttack(int minAttackStat, int MaxAttackStat, DefenceType type = DefenceType.AC, int delay = 500)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/varchar32/Mir2CN.git
git@gitee.com:varchar32/Mir2CN.git
varchar32
Mir2CN
Mir2CN
main

搜索帮助