-
Notifications
You must be signed in to change notification settings - Fork 0
/
testLevelProfileXML.xml
72 lines (52 loc) · 1.55 KB
/
testLevelProfileXML.xml
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="utf-8"?>
<Level number="1">
<!-- Global Attributes of a level -->
<Name>Supercalifragilisticexpialidocious</Name>
<Type>Puzzle</Type>
<!-- Frequencies of tiles and multipliers -->
<TileFrequency>
<Tile number="1" frequency="16.6"></Tile>
<Tile number="2" frequency="832"></Tile>
<Tile number="3" frequency="2398"></Tile>
<Tile number="4" frequency="238"></Tile>
<Tile number="5" frequency="2389"></Tile>
<Tile number="6" frequency="823"></Tile>
<Multiplier times="2" frequency="33.3"></Multiplier>
<Multiplier times="3" frequency="33.3"></Multiplier>
</TileFrequency>
<!-- Number of special moves -->
<SpecialMoveConstraints>
<ResetBoard>100</ResetBoard>
<SwapTile>104</SwapTile>
<RemoveTile>120</RemoveTile>
<OtherMove>140</OtherMove>
</SpecialMoveConstraints>
<!-- Star point thresholds -->
<PointThresholds>
<Point>100</Point>
<Point>200</Point>
<Point>300</Point>
</PointThresholds>
<!-- Player constraints for level -->
<PlayingConstraints>
<MoveCount>5</MoveCount>
<Timer>10</Timer>
</PlayingConstraints>
<!-- Board -->
<Board>
<!-- Legend: -->
<!-- U = null spot -->
<!-- N = number spot -->
<!-- T = Target Tile -->
<!-- S = six tile -->
<Row>N N N N N N N N N</Row>
<Row>N N N N N N N N N</Row>
<Row>N N N N N N N N N</Row>
<Row>N N N N N N N N N</Row>
<Row>N N N N N N N N N</Row>
<Row>N N N N N N N N N</Row>
<Row>N N N N N N N N N</Row>
<Row>N N N N N N N N N</Row>
<Row>N N N N N N N N N</Row>
</Board>
</Level>