-
Notifications
You must be signed in to change notification settings - Fork 86
/
Copy pathuserinfo.plist
114 lines (114 loc) · 2.75 KB
/
userinfo.plist
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"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CurrentToon</key>
<integer>0</integer>
<key>Level</key>
<integer>1</integer>
<key>Coin</key>
<integer>0</integer>
<key>Experience</key>
<integer>0</integer>
<key>Highscore</key>
<integer>0</integer>
<key>Toons</key>
<dict>
<key>ModelToons</key>
<dict>
<key>Purchased</key>
<false/>
<key>Title</key>
<string>None</string>
<key>Description</key>
<array>
<string>She was born in the wilds and</string>
<string>raised by dragons. When dragons</string>
<string>fly with her, they earn 2x XP!</string>
</array>
<key>Level</key>
<integer>1</integer>
<key>Experience</key>
<integer>0</integer>
<key>BulletLevel</key>
<integer>1</integer>
</dict>
<key>Alpha</key>
<dict>
<key>Purchased</key>
<true/>
<key>Title</key>
<string>GUARDIAN OF DRAGONS</string>
<key>Description</key>
<array>
<string>She was born in the wilds and</string>
<string>raised by dragons. When dragons</string>
<string>fly with her, they earn 2x XP!</string>
</array>
<key>Level</key>
<integer>1</integer>
<key>Experience</key>
<integer>0</integer>
<key>BulletLevel</key>
<integer>1</integer>
</dict>
<key>Beta</key>
<dict>
<key>Purchased</key>
<false/>
<key>Title</key>
<string>GUARDIAN OF ADVENTURE</string>
<key>Description</key>
<array>
<string>Renowned, explorer, inventor, and</string>
<string>scientis, she is 2x faster</string>
<string>completing Quests!</string>
</array>
<key>Level</key>
<integer>1</integer>
<key>Experience</key>
<integer>0</integer>
<key>BulletLevel</key>
<integer>1</integer>
</dict>
<key>Celta</key>
<dict>
<key>Purchased</key>
<false/>
<key>Title</key>
<string>GUARDIAN OF TWILIGHT</string>
<key>Description</key>
<array>
<string>A mysterious loner, with a dark</string>
<string>and haunting past, some say she</string>
<string>acts as if she has 2 lives...</string>
</array>
<key>Level</key>
<integer>1</integer>
<key>Experience</key>
<integer>0</integer>
<key>BulletLevel</key>
<integer>1</integer>
</dict>
<key>Delta</key>
<dict>
<key>Purchased</key>
<false/>
<key>Title</key>
<string>GUARDIAN OF FORTUNE</string>
<key>Description</key>
<array>
<string>A master Alchemist and Mage of</string>
<string>the Third Order, she earns 2x</string>
<string>Coins. Cha-Ching!</string>
</array>
<key>Level</key>
<integer>1</integer>
<key>Experience</key>
<integer>0</integer>
<key>BulletLevel</key>
<integer>1</integer>
</dict>
</dict>
</dict>
</plist>