项目

一般

简介

GetAllCustomItemValue » 历史记录 » 版本 1

tejie, 2024-07-02 11:25

1 1 tejie
h4. _*{color:green}getAllCustomItemValue*_
2
3
获取指定绑定显示属性,指定值的点数和,单件百分比和,全身百分比和
4
5
gee系列兼容
6
7
标签:命令定义|getAllCustomItemValue>getAllCustomItemValue
8
9
*格式*
10
|命令名			|参数1			|参数2			|参数3			|参数4		|参数5			|
11
|getAllCustomItemValue	|被绑定显示属性id	|变量1返回直接加点和	|变量2返回单件百分比和	|取哪个值	|变量3全身百分比和	|
12
13
14
-
15
-
16
17
h4. *%{color:deepskyblue}特戒引擎脚本示例:%*
18
19
bq. <notextile>[@main]</notextile>
20
#if
21
[[checkUseItem]] 0
22
[[checkUseItem]] 1
23
#act
24
goto <notextile>@通用设定</notextile>
25
#elseAct
26
[[sendTipsMsg]] 请穿戴武器衣服后测试/scolor=222
27
break
28
<notextile></notextile>
29
#if
30
#say
31
<被绑定显示属性8_值1统计/<notextile>@</notextile>值1统计> \ \
32
<被绑定显示属性8_值2统计/<notextile>@</notextile>值2统计> \ \
33
<被绑定显示属性8_值3统计/<notextile>@</notextile>值3统计>
34
<notextile></notextile>
35
<notextile></notextile>
36
[<notextile>@</notextile>通用设定]
37
#act
38
%{color:lightGrey};-武器 属性0 绑定显示属性8%
39
[[setCustomItemAbil]] 1 0 1 8
40
<notextile></notextile>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
41
%{color:lightGrey};-武器 属性0 赋值 值1 值2 值3%
42
[[setCustomItemValueEx]] 1 0 = 10 20 30
43
<notextile></notextile>
44
%{color:lightGrey};-衣服 属性0 绑定显示属性8%
45
[[setCustomItemAbil]] 0 0 1 8
46
<notextile></notextile>
47
%{color:lightGrey};-衣服 属性0 赋值 值1 值2 值3%
48
[[setCustomItemValueEx]] 0 0 = 1 2 3
49
<notextile></notextile>
50
[<notextile>@</notextile>值1统计]
51
#act
52
*{color:green}getAllCustomItemValue* 8 N1 N2 0 N3
53
[[print]] 被绑定显示属性8_值1求和
54
[[print]] 直接加点和:<$str(N1)>,单件百分比和:<notextile><$str(N2)>,全身百分比和:<$str(N3)></notextile>
55
<notextile></notextile>
56
[<notextile>@</notextile>值2统计]
57
#act
58
*{color:green}getAllCustomItemValue* 8 N1 N2 1 N3
59
[[print]] 被绑定显示属性8_值2求和
60
[[print]] 直接加点和:<notextile><$str(N1)>,单件百分比和:<$str(N2)>,全身百分比和:<$str(N3)></notextile>
61
<notextile></notextile>
62
[<notextile>@</notextile>值3统计]
63
#act
64
*{color:green}getAllCustomItemValue* 8 N1 N2 2 N3
65
[[print]] 被绑定显示属性8_值3求和
66
[[print]] 直接加点和:<notextile><$str(N1)>,单件百分比和:<$str(N2)>,全身百分比和:<$str(N3)></notextile>