赞 | 0 |
VIP | 0 |
好人卡 | 0 |
积分 | 7 |
经验 | 0 |
最后登录 | 2024-11-13 |
在线时间 | 94 小时 |
Lv2.观梦者
- 梦石
- 0
- 星屑
- 658
- 在线时间
- 94 小时
- 注册时间
- 2022-3-2
- 帖子
- 33
|
6楼
楼主 |
发表于 2024-1-9 17:04:12
|
只看该作者
顺便附一段有“User atk param”的示例和解释,是否是我的理解有问题?
USER stat PARAM eval
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Replace 'stat' with either 'atk', 'def', 'mat', 'mdf', 'agi', 'luk',
'maxhp', 'maxmp', 'hp', 'mp', 'hp%', 'mp%', or 'level' to run it in a
condition check again to see if the action gets passed. If the user's param
matches the conditions, the check is fulfilled.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Example: User HP% param <= 50%: Heal, Lowest HP%
User MP param > 90: Mana Drain, Highest MP
User ATK param > user.atk: Power Break, Highest ATK |
|