比例调整MP
PGAddMpPer
参数1:+ - =
参数2:百分比值
参数3:是否按照当前蓝量计算,1是0否
参数4:分母,如果该参数省略则默认按照百分比算
实例
[@main]
#if
#act
PGAddMpPer + 10 1
SendMsg 6 已经帮你增加了你当前蓝量的10%
PGAddMpPer + 10
SendMsg 6 已经帮你增加了你最大蓝量的10%
PGAddMpPer + 10 1 150
SendMsg 6 已经帮你增加了你当前蓝量的150分之10
比例调整MP
PGAddMpPer
参数1:+ - =
参数2:百分比值
参数3:是否按照当前蓝量计算,1是0否
参数4:分母,如果该参数省略则默认按照百分比算
实例
[@main]
#if
#act
PGAddMpPer + 10 1
SendMsg 6 已经帮你增加了你当前蓝量的10%
PGAddMpPer + 10
SendMsg 6 已经帮你增加了你最大蓝量的10%
PGAddMpPer + 10 1 150
SendMsg 6 已经帮你增加了你当前蓝量的150分之10