项目

一般

简介

PgAddMpPer » 历史记录 » 版本 1

machenhe, 2022-04-29 17:24

1 1 machenhe
_*%{color:green}pgAddMpPer%*_
2
3
比例调整角色魔法值
4
5
标签:命令定义|pgAddMpPer
6
7
*格式*
8
|命令名		|参数1		|参数2		|参数3			|参数4		|
9
|pgAddMpPer	|操作符		|比例值		|按照当前蓝量计算	|分母基数	|
10
11
说明:
12
* 参数1:操作符(+,-,=)
13
 
14
* 参数2:比例值
15
16
* 参数3:是否按照当前蓝量计算
17
** 1:按照当前蓝量计算
18
** 0:按照最大蓝量计算
19
20
* 参数4:分母基数
21
** 空:默认为百分比
22
23
*%{color:deepskyblue}特戒引擎脚本示例:%*:
24
25
bq. [<notextile>@</notextile>PG调整蓝量加]
26
#act
27
_*%{color:green}pgAddMpPer%*_ + 10 1 
28
29
bq. [<notextile>@</notextile>PG调整蓝量减]
30
#act
31
pgAddMpPer - 100 0 1000
32
33
bq. [<notextile>@</notextile>PG调整蓝量等]
34
#act
35
pgAddMpPer = 5000 0 10000