AddHPPer » 历史记录 » 版本 1
machenhe, 2022-04-29 17:15
1 | 1 | machenhe | _*%{color:green}addHPPer%*_ |
---|---|---|---|
2 | |||
3 | 修改人物的百分比血量 |
||
4 | |||
5 | 标签:命令定义|addHPPer |
||
6 | |||
7 | *格式* |
||
8 | |命令名 |参数1 |参数2 | |
||
9 | |addHPPer |操作符 |百分比值 | |
||
10 | |||
11 | 说明: |
||
12 | * 参数1:操作符(+、-、=) |
||
13 | |||
14 | * 参数2:百分比值 |
||
15 | |||
16 | *%{color:deepskyblue}特戒引擎脚本示例:%*: |
||
17 | |||
18 | bq. [<notextile>@</notextile>设置血量10%] |
||
19 | #act |
||
20 | *%{color:green}addHPPer%* = 10 |
||
21 | |||
22 | bq. [<notextile>@</notextile>减少血量10%] |
||
23 | #act |
||
24 | addHPPer - 10 |
||
25 | |||
26 | bq. [<notextile>@</notextile>增加血量10%] |
||
27 | #act |
||
28 | addHPPer + 10 |