-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeck.xml
More file actions
114 lines (105 loc) · 2.39 KB
/
deck.xml
File metadata and controls
114 lines (105 loc) · 2.39 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<?xml version="1.0" encoding="UTF-8"?>
<deck>
<cards>
<card id="1">
<id>1</id>
<displayName>1st Ray</displayName>
<fileName>1st Ray</fileName>
<left>1</left>
<top>6</top>
<right>2</right>
<bottom>2</bottom>
<level>1</level>
</card>
<card id="2">
<id>2</id>
<displayName>Abadon</displayName>
<fileName>Abadon</fileName>
<left>5</left>
<top>6</top>
<right>8</right>
<bottom>4</bottom>
<level>1</level>
</card>
<card id="3">
<id>2</id>
<displayName>Abyss Worm</displayName>
<fileName>Abyss Worm</fileName>
<left>5</left>
<top>7</top>
<right>2</right>
<bottom>3</bottom>
<level>1</level>
</card>
<card id="4">
<id>2</id>
<displayName>Adamantoise</displayName>
<fileName>Adamantoise</fileName>
<left>6</left>
<top>4</top>
<right>5</right>
<bottom>5</bottom>
<level>1</level>
</card>
<card id="5">
<id>2</id>
<displayName>Adel</displayName>
<fileName>Adel</fileName>
<left>9</left>
<top>3</top>
<right>9</right>
<bottom>5</bottom>
<level>1</level>
</card>
<card id="6">
<id>2</id>
<displayName>Adramelk</displayName>
<fileName>Adramelk</fileName>
<left>9</left>
<top>3</top>
<right>2</right>
<bottom>9</bottom>
<level>1</level>
</card>
<card id="7">
<id>2</id>
<displayName>Aeris the FlowerGirl</displayName>
<fileName>Aeris the FlowerGirl</fileName>
<left>1</left>
<top>5</top>
<right>3</right>
<bottom>5</bottom>
<level>1</level>
</card>
<card id="8">
<id>2</id>
<displayName>Aeris</displayName>
<fileName>Aeris</fileName>
<left>9</left>
<top>5</top>
<right>5</right>
<bottom>10</bottom>
<level>1</level>
</card>
<card id="9">
<id>2</id>
<displayName>Aero</displayName>
<fileName>Aero</fileName>
<left>5</left>
<top>5</top>
<right>3</right>
<bottom>7</bottom>
<level>1</level>
</card>
<card id="10">
<id>2</id>
<displayName>Agrias</displayName>
<fileName>Agrias</fileName>
<left>2</left>
<top>6</top>
<right>9</right>
<bottom>10</bottom>
<level>1</level>
</card>
</cards>
</deck>