author | koda |
Wed, 23 Jan 2013 04:48:04 +0100 | |
changeset 8427 | 95289aea4bb9 |
parent 6105 | 29bf0ca70af9 |
child 11281 | 9c021eadd374 |
permissions | -rw-r--r-- |
4000
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
2 |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
3 |
<plist version="1.0"> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
4 |
<array> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
5 |
<dict> |
4210
caa9b08990eb
revert 4200:dd54999c2822 - it was breaking schemes. koda. just leave this alone until next release
nemo
parents:
4208
diff
changeset
|
6 |
<key>default</key> |
caa9b08990eb
revert 4200:dd54999c2822 - it was breaking schemes. koda. just leave this alone until next release
nemo
parents:
4208
diff
changeset
|
7 |
<integer>100</integer> |
caa9b08990eb
revert 4200:dd54999c2822 - it was breaking schemes. koda. just leave this alone until next release
nemo
parents:
4208
diff
changeset
|
8 |
<key>image</key> |
caa9b08990eb
revert 4200:dd54999c2822 - it was breaking schemes. koda. just leave this alone until next release
nemo
parents:
4208
diff
changeset
|
9 |
<string>Health</string> |
caa9b08990eb
revert 4200:dd54999c2822 - it was breaking schemes. koda. just leave this alone until next release
nemo
parents:
4208
diff
changeset
|
10 |
<key>max</key> |
caa9b08990eb
revert 4200:dd54999c2822 - it was breaking schemes. koda. just leave this alone until next release
nemo
parents:
4208
diff
changeset
|
11 |
<integer>200</integer> |
caa9b08990eb
revert 4200:dd54999c2822 - it was breaking schemes. koda. just leave this alone until next release
nemo
parents:
4208
diff
changeset
|
12 |
<key>min</key> |
caa9b08990eb
revert 4200:dd54999c2822 - it was breaking schemes. koda. just leave this alone until next release
nemo
parents:
4208
diff
changeset
|
13 |
<integer>50</integer> |
caa9b08990eb
revert 4200:dd54999c2822 - it was breaking schemes. koda. just leave this alone until next release
nemo
parents:
4208
diff
changeset
|
14 |
<key>title</key> |
caa9b08990eb
revert 4200:dd54999c2822 - it was breaking schemes. koda. just leave this alone until next release
nemo
parents:
4208
diff
changeset
|
15 |
<string>Initial Health</string> |
caa9b08990eb
revert 4200:dd54999c2822 - it was breaking schemes. koda. just leave this alone until next release
nemo
parents:
4208
diff
changeset
|
16 |
</dict> |
caa9b08990eb
revert 4200:dd54999c2822 - it was breaking schemes. koda. just leave this alone until next release
nemo
parents:
4208
diff
changeset
|
17 |
<dict> |
4211
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
18 |
<key>checkOverMax</key> |
4478 | 19 |
<false/> |
4605 | 20 |
<key>times1000</key> |
4488 | 21 |
<false/> |
22 |
<key>command</key> |
|
4211
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
23 |
<string>e$damagepct</string> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
24 |
<key>default</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
25 |
<integer>100</integer> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
26 |
<key>image</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
27 |
<string>Damage</string> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
28 |
<key>max</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
29 |
<integer>300</integer> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
30 |
<key>min</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
31 |
<integer>10</integer> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
32 |
<key>title</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
33 |
<string>Damage Modifier</string> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
34 |
</dict> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
35 |
<dict> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
36 |
<key>checkOverMax</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
37 |
<true/> |
4605 | 38 |
<key>times1000</key> |
39 |
<true/> |
|
40 |
<key>command</key> |
|
41 |
<string>e$turntime</string> |
|
42 |
<key>default</key> |
|
43 |
<integer>45</integer> |
|
44 |
<key>image</key> |
|
45 |
<string>Time</string> |
|
46 |
<key>max</key> |
|
47 |
<integer>100</integer> |
|
48 |
<key>min</key> |
|
49 |
<integer>1</integer> |
|
50 |
<key>title</key> |
|
51 |
<string>Turn Time</string> |
|
52 |
</dict> |
|
53 |
<dict> |
|
54 |
<key>checkOverMax</key> |
|
55 |
<true/> |
|
56 |
<key>times1000</key> |
|
57 |
<false/> |
|
4211
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
58 |
<key>command</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
59 |
<string>e$sd_turns</string> |
4000
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
60 |
<key>default</key> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
61 |
<integer>15</integer> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
62 |
<key>image</key> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
63 |
<string>SuddenDeath</string> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
64 |
<key>max</key> |
4213 | 65 |
<integer>50</integer> |
4000
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
66 |
<key>min</key> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
67 |
<integer>0</integer> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
68 |
<key>title</key> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
69 |
<string>Sudden Death Timeout</string> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
70 |
</dict> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
71 |
<dict> |
4211
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
72 |
<key>checkOverMax</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
73 |
<false/> |
4605 | 74 |
<key>times1000</key> |
75 |
<false/> |
|
4211
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
76 |
<key>command</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
77 |
<string>e$waterrise</string> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
78 |
<key>default</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
79 |
<integer>47</integer> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
80 |
<key>image</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
81 |
<string>SuddenDeath</string> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
82 |
<key>max</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
83 |
<integer>100</integer> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
84 |
<key>min</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
85 |
<integer>0</integer> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
86 |
<key>title</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
87 |
<string>Water Rise Amount</string> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
88 |
</dict> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
89 |
<dict> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
90 |
<key>checkOverMax</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
91 |
<false/> |
4605 | 92 |
<key>times1000</key> |
93 |
<false/> |
|
4211
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
94 |
<key>command</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
95 |
<string>e$healthdec</string> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
96 |
<key>default</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
97 |
<integer>5</integer> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
98 |
<key>image</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
99 |
<string>SuddenDeath</string> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
100 |
<key>max</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
101 |
<integer>100</integer> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
102 |
<key>min</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
103 |
<integer>0</integer> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
104 |
<key>title</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
105 |
<string>Health Decrease</string> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
106 |
</dict> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
107 |
<dict> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
108 |
<key>checkOverMax</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
109 |
<false/> |
4605 | 110 |
<key>times1000</key> |
111 |
<false/> |
|
4211
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
112 |
<key>command</key> |
4463 | 113 |
<string>e$ropepct</string> |
114 |
<key>default</key> |
|
115 |
<integer>100</integer> |
|
116 |
<key>image</key> |
|
117 |
<string>Rope</string> |
|
118 |
<key>max</key> |
|
119 |
<integer>999</integer> |
|
120 |
<key>min</key> |
|
121 |
<integer>25</integer> |
|
122 |
<key>title</key> |
|
5181 | 123 |
<string>Rope Length (%)</string> |
4463 | 124 |
</dict> |
125 |
<dict> |
|
126 |
<key>checkOverMax</key> |
|
127 |
<false/> |
|
4605 | 128 |
<key>times1000</key> |
129 |
<false/> |
|
4463 | 130 |
<key>command</key> |
4211
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
131 |
<string>e$casefreq</string> |
4000
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
132 |
<key>default</key> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
133 |
<integer>5</integer> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
134 |
<key>image</key> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
135 |
<string>Box</string> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
136 |
<key>max</key> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
137 |
<integer>9</integer> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
138 |
<key>min</key> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
139 |
<integer>0</integer> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
140 |
<key>title</key> |
4211
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
141 |
<string>Crate Drop Turns</string> |
4000
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
142 |
</dict> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
143 |
<dict> |
4211
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
144 |
<key>checkOverMax</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
145 |
<false/> |
4605 | 146 |
<key>times1000</key> |
147 |
<false/> |
|
4211
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
148 |
<key>command</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
149 |
<string>e$healthprob</string> |
4000
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
150 |
<key>default</key> |
4149
51200479f9d8
update ios port with new health modes, increase sd turns, new game modes, fixed bugs that prevented the creation of AI controlled teams, revisited update modes
koda
parents:
4003
diff
changeset
|
151 |
<integer>35</integer> |
51200479f9d8
update ios port with new health modes, increase sd turns, new game modes, fixed bugs that prevented the creation of AI controlled teams, revisited update modes
koda
parents:
4003
diff
changeset
|
152 |
<key>image</key> |
51200479f9d8
update ios port with new health modes, increase sd turns, new game modes, fixed bugs that prevented the creation of AI controlled teams, revisited update modes
koda
parents:
4003
diff
changeset
|
153 |
<string>Health</string> |
51200479f9d8
update ios port with new health modes, increase sd turns, new game modes, fixed bugs that prevented the creation of AI controlled teams, revisited update modes
koda
parents:
4003
diff
changeset
|
154 |
<key>max</key> |
51200479f9d8
update ios port with new health modes, increase sd turns, new game modes, fixed bugs that prevented the creation of AI controlled teams, revisited update modes
koda
parents:
4003
diff
changeset
|
155 |
<integer>100</integer> |
51200479f9d8
update ios port with new health modes, increase sd turns, new game modes, fixed bugs that prevented the creation of AI controlled teams, revisited update modes
koda
parents:
4003
diff
changeset
|
156 |
<key>min</key> |
51200479f9d8
update ios port with new health modes, increase sd turns, new game modes, fixed bugs that prevented the creation of AI controlled teams, revisited update modes
koda
parents:
4003
diff
changeset
|
157 |
<integer>0</integer> |
51200479f9d8
update ios port with new health modes, increase sd turns, new game modes, fixed bugs that prevented the creation of AI controlled teams, revisited update modes
koda
parents:
4003
diff
changeset
|
158 |
<key>title</key> |
5181 | 159 |
<string>Health Kit Probability (%)</string> |
4149
51200479f9d8
update ios port with new health modes, increase sd turns, new game modes, fixed bugs that prevented the creation of AI controlled teams, revisited update modes
koda
parents:
4003
diff
changeset
|
160 |
</dict> |
51200479f9d8
update ios port with new health modes, increase sd turns, new game modes, fixed bugs that prevented the creation of AI controlled teams, revisited update modes
koda
parents:
4003
diff
changeset
|
161 |
<dict> |
4211
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
162 |
<key>checkOverMax</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
163 |
<false/> |
4605 | 164 |
<key>times1000</key> |
165 |
<false/> |
|
4211
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
166 |
<key>command</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
167 |
<string>e$hcaseamount</string> |
4149
51200479f9d8
update ios port with new health modes, increase sd turns, new game modes, fixed bugs that prevented the creation of AI controlled teams, revisited update modes
koda
parents:
4003
diff
changeset
|
168 |
<key>default</key> |
51200479f9d8
update ios port with new health modes, increase sd turns, new game modes, fixed bugs that prevented the creation of AI controlled teams, revisited update modes
koda
parents:
4003
diff
changeset
|
169 |
<integer>25</integer> |
51200479f9d8
update ios port with new health modes, increase sd turns, new game modes, fixed bugs that prevented the creation of AI controlled teams, revisited update modes
koda
parents:
4003
diff
changeset
|
170 |
<key>image</key> |
51200479f9d8
update ios port with new health modes, increase sd turns, new game modes, fixed bugs that prevented the creation of AI controlled teams, revisited update modes
koda
parents:
4003
diff
changeset
|
171 |
<string>Health</string> |
51200479f9d8
update ios port with new health modes, increase sd turns, new game modes, fixed bugs that prevented the creation of AI controlled teams, revisited update modes
koda
parents:
4003
diff
changeset
|
172 |
<key>max</key> |
51200479f9d8
update ios port with new health modes, increase sd turns, new game modes, fixed bugs that prevented the creation of AI controlled teams, revisited update modes
koda
parents:
4003
diff
changeset
|
173 |
<integer>200</integer> |
51200479f9d8
update ios port with new health modes, increase sd turns, new game modes, fixed bugs that prevented the creation of AI controlled teams, revisited update modes
koda
parents:
4003
diff
changeset
|
174 |
<key>min</key> |
51200479f9d8
update ios port with new health modes, increase sd turns, new game modes, fixed bugs that prevented the creation of AI controlled teams, revisited update modes
koda
parents:
4003
diff
changeset
|
175 |
<integer>0</integer> |
51200479f9d8
update ios port with new health modes, increase sd turns, new game modes, fixed bugs that prevented the creation of AI controlled teams, revisited update modes
koda
parents:
4003
diff
changeset
|
176 |
<key>title</key> |
51200479f9d8
update ios port with new health modes, increase sd turns, new game modes, fixed bugs that prevented the creation of AI controlled teams, revisited update modes
koda
parents:
4003
diff
changeset
|
177 |
<string>Health Amount in Kit</string> |
51200479f9d8
update ios port with new health modes, increase sd turns, new game modes, fixed bugs that prevented the creation of AI controlled teams, revisited update modes
koda
parents:
4003
diff
changeset
|
178 |
</dict> |
51200479f9d8
update ios port with new health modes, increase sd turns, new game modes, fixed bugs that prevented the creation of AI controlled teams, revisited update modes
koda
parents:
4003
diff
changeset
|
179 |
<dict> |
4211
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
180 |
<key>checkOverMax</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
181 |
<false/> |
4605 | 182 |
<key>times1000</key> |
183 |
<true/> |
|
184 |
<key>command</key> |
|
185 |
<string>e$minestime</string> |
|
186 |
<key>default</key> |
|
187 |
<integer>3</integer> |
|
188 |
<key>image</key> |
|
189 |
<string>Time</string> |
|
190 |
<key>max</key> |
|
191 |
<integer>5</integer> |
|
192 |
<key>min</key> |
|
193 |
<integer>-1</integer> |
|
194 |
<key>title</key> |
|
195 |
<string>Mines Time</string> |
|
196 |
</dict> |
|
197 |
<dict> |
|
198 |
<key>checkOverMax</key> |
|
199 |
<false/> |
|
200 |
<key>times1000</key> |
|
201 |
<false/> |
|
4211
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
202 |
<key>command</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
203 |
<string>e$minesnum</string> |
4000
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
204 |
<key>default</key> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
205 |
<integer>4</integer> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
206 |
<key>image</key> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
207 |
<string>Mine</string> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
208 |
<key>max</key> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
209 |
<integer>80</integer> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
210 |
<key>min</key> |
4003
ca0600ab38bf
disable gfMines and update variable names (landadds -> minesnum, cLandAdditions -> cLandMines)
koda
parents:
4000
diff
changeset
|
211 |
<integer>0</integer> |
4000
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
212 |
<key>title</key> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
213 |
<string>Mines Number</string> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
214 |
</dict> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
215 |
<dict> |
4211
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
216 |
<key>checkOverMax</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
217 |
<false/> |
4605 | 218 |
<key>times1000</key> |
219 |
<false/> |
|
4211
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
220 |
<key>command</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
221 |
<string>e$minedudpct</string> |
4000
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
222 |
<key>default</key> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
223 |
<integer>0</integer> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
224 |
<key>image</key> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
225 |
<string>Dud</string> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
226 |
<key>max</key> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
227 |
<integer>100</integer> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
228 |
<key>min</key> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
229 |
<integer>0</integer> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
230 |
<key>title</key> |
5181 | 231 |
<string>Dud Mines Probability (%)</string> |
4000
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
232 |
</dict> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
233 |
<dict> |
4211
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
234 |
<key>checkOverMax</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
235 |
<false/> |
4605 | 236 |
<key>times1000</key> |
237 |
<false/> |
|
4211
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
238 |
<key>command</key> |
7dcbd236ca59
this time i got it right, i'm sure of it; TEST ANYWAYS
koda
parents:
4210
diff
changeset
|
239 |
<string>e$explosives</string> |
4000
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
240 |
<key>default</key> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
241 |
<integer>2</integer> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
242 |
<key>image</key> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
243 |
<string>Damage</string> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
244 |
<key>max</key> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
245 |
<integer>40</integer> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
246 |
<key>min</key> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
247 |
<integer>0</integer> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
248 |
<key>title</key> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
249 |
<string>Explosives</string> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
250 |
</dict> |
5181 | 251 |
<dict> |
252 |
<key>checkOverMax</key> |
|
253 |
<false/> |
|
254 |
<key>times1000</key> |
|
255 |
<false/> |
|
256 |
<key>command</key> |
|
257 |
<string>e$getawaytime</string> |
|
258 |
<key>default</key> |
|
259 |
<integer>100</integer> |
|
260 |
<key>image</key> |
|
261 |
<string>Time</string> |
|
262 |
<key>max</key> |
|
263 |
<integer>999</integer> |
|
264 |
<key>min</key> |
|
265 |
<integer>0</integer> |
|
266 |
<key>title</key> |
|
267 |
<string>Get Away Time (%)</string> |
|
268 |
</dict> |
|
4000
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
269 |
</array> |
ddc4a09889e7
engine: reorder GameFlags and update files, frontend and other stuff
koda
parents:
diff
changeset
|
270 |
</plist> |