niuniu.xml
928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!-- edited with XMLSpy v2013 (http://www.altova.com) by () -->
<!--
-->
<root>
<!--
bet:抢庄
-->
<bet name="抢庄">
<!--
type:倍数
-->
<id type="1" />
<id type="2" />
<id type="3" />
<id type="4" />
</bet>
<betLimit name="抢庄限制">
<!--
scoreType:小于等于房间底分倍数
cnt:开放几个抢庄选项
-->
<id scoreType="1" cnt = "1"/>
<id scoreType="2" cnt = "2"/>
<id scoreType="3" cnt = "3"/>
</betLimit>
<!--
bet2:押注
-->
<bet2 name="押注">
<!--
type:押注
-->
<id type="5" />
<id type="10" />
<id type="15" />
<id type="20" />
<id type="25" />
</bet2>
<bet2Limit name="押注限制">
<!--
scoreType:小于等于房间底分倍数
cnt:开放几个押注选项
-->
<id scoreType="40" cnt = "2"/>
<id scoreType="60" cnt = "2"/>
<id scoreType="80" cnt = "3"/>
<id scoreType="100" cnt = "3"/>
</bet2Limit>
</root>