paramdex-rs 0.1.0+build.2

Utilities for handling and deserializing a Paramdex / individual Paramdef XMLs for modifying Souls games
Documentation
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
<?xml version="1.0" encoding="utf-8"?>
<PARAMDEF XmlVersion="3">
  <ParamType>FACE_PARAM_ST</ParamType>
  <DataVersion>2</DataVersion>
  <BigEndian>False</BigEndian>
  <Unicode>True</Unicode>
  <FormatVersion>202</FormatVersion>
  <Fields>
    <Field Def="u8 facePartsId">
      <DisplayName>顔パーツID</DisplayName>
      <Description>顔パーツID</Description>
      <SortID>1</SortID>
    </Field>
    <Field Def="u8 skinColor_R = 128">
      <DisplayName>肌の色(R)</DisplayName>
      <Description>肌の色(R)</Description>
      <SortID>2</SortID>
    </Field>
    <Field Def="u8 skinColor_G = 128">
      <DisplayName>肌の色(G)</DisplayName>
      <Description>肌の色(G)</Description>
      <SortID>3</SortID>
    </Field>
    <Field Def="u8 skinColor_B = 128">
      <DisplayName>肌の色(B)</DisplayName>
      <Description>肌の色(B)</Description>
      <SortID>4</SortID>
    </Field>
    <Field Def="u8 hairPartsId">
      <DisplayName>髪パーツID</DisplayName>
      <Description>髪パーツID</Description>
      <SortID>5</SortID>
    </Field>
    <Field Def="u8 hairColor_R = 128">
      <DisplayName>髪の色(R)</DisplayName>
      <Description>髪の色(R)</Description>
      <SortID>6</SortID>
    </Field>
    <Field Def="u8 hairColor_G = 128">
      <DisplayName>髪の色(G)</DisplayName>
      <Description>髪の色(G)</Description>
      <SortID>7</SortID>
    </Field>
    <Field Def="u8 hairColor_B = 128">
      <DisplayName>髪の色(B)</DisplayName>
      <Description>髪の色(B)</Description>
      <SortID>8</SortID>
    </Field>
    <Field Def="u8 eyeLPartsId">
      <DisplayName>左目パーツID</DisplayName>
      <Description>左目パーツID</Description>
      <SortID>9</SortID>
    </Field>
    <Field Def="u8 eyeLColor_R = 128">
      <DisplayName>左目の色(R)</DisplayName>
      <Description>左目の色(R)</Description>
      <SortID>10</SortID>
    </Field>
    <Field Def="u8 eyeLColor_G = 128">
      <DisplayName>左目の色(G)</DisplayName>
      <Description>左目の色(G)</Description>
      <SortID>11</SortID>
    </Field>
    <Field Def="u8 eyeLColor_B = 128">
      <DisplayName>左目の色(B)</DisplayName>
      <Description>左目の色(B)</Description>
      <SortID>12</SortID>
    </Field>
    <Field Def="u8 eyeRPartsId">
      <DisplayName>右目パーツID</DisplayName>
      <Description>右目パーツID</Description>
      <SortID>13</SortID>
    </Field>
    <Field Def="u8 eyeRColor_R = 128">
      <DisplayName>右目の色(R)</DisplayName>
      <Description>右目の色(R)</Description>
      <SortID>14</SortID>
    </Field>
    <Field Def="u8 eyeRColor_G = 128">
      <DisplayName>右目の色(G)</DisplayName>
      <Description>右目の色(G)</Description>
      <SortID>15</SortID>
    </Field>
    <Field Def="u8 eyeRColor_B = 128">
      <DisplayName>右目の色(B)</DisplayName>
      <Description>右目の色(B)</Description>
      <SortID>16</SortID>
    </Field>
    <Field Def="u8 eyebrowPartsId">
      <DisplayName>眉パーツID</DisplayName>
      <Description>眉パーツID</Description>
      <SortID>17</SortID>
    </Field>
    <Field Def="u8 eyebrowColor_R = 128">
      <DisplayName>眉の色(R)</DisplayName>
      <Description>眉の色(R)</Description>
      <SortID>18</SortID>
    </Field>
    <Field Def="u8 eyebrowColor_G = 128">
      <DisplayName>眉の色(G)</DisplayName>
      <Description>眉の色(G)</Description>
      <SortID>19</SortID>
    </Field>
    <Field Def="u8 eyebrowColor_B = 128">
      <DisplayName>眉の色(B)</DisplayName>
      <Description>眉の色(B)</Description>
      <SortID>20</SortID>
    </Field>
    <Field Def="u8 eyelashPartsId">
      <DisplayName>まつげパーツID</DisplayName>
      <Description>まつげパーツID</Description>
      <SortID>21</SortID>
    </Field>
    <Field Def="u8 eyelashColor_R = 128">
      <DisplayName>まつげの色(R)</DisplayName>
      <Description>まつげの色(R)</Description>
      <SortID>22</SortID>
    </Field>
    <Field Def="u8 eyelashColor_G = 128">
      <DisplayName>まつげの色(G)</DisplayName>
      <Description>まつげの色(G)</Description>
      <SortID>23</SortID>
    </Field>
    <Field Def="u8 eyelashColor_B = 128">
      <DisplayName>まつげの色(B)</DisplayName>
      <Description>まつげの色(B)</Description>
      <SortID>24</SortID>
    </Field>
    <Field Def="u8 beardPartsId">
      <DisplayName>髭パーツID</DisplayName>
      <Description>髭パーツID</Description>
      <SortID>25</SortID>
    </Field>
    <Field Def="u8 beardColor_R = 128">
      <DisplayName>髭の色(R)</DisplayName>
      <Description>髭の色(R)</Description>
      <SortID>26</SortID>
    </Field>
    <Field Def="u8 beardColor_G = 128">
      <DisplayName>髭の色(G)</DisplayName>
      <Description>髭の色(G)</Description>
      <SortID>27</SortID>
    </Field>
    <Field Def="u8 beardColor_B = 128">
      <DisplayName>髭の色(B)</DisplayName>
      <Description>髭の色(B)</Description>
      <SortID>28</SortID>
    </Field>
    <Field Def="u8 accessoriesPartsId">
      <DisplayName>装飾パーツID</DisplayName>
      <Description>装飾パーツID</Description>
      <SortID>29</SortID>
    </Field>
    <Field Def="u8 accessoriesColor_R = 128">
      <DisplayName>装飾の色(R)</DisplayName>
      <Description>装飾の色(R)</Description>
      <SortID>30</SortID>
    </Field>
    <Field Def="u8 accessoriesColor_G = 128">
      <DisplayName>装飾の色(G)</DisplayName>
      <Description>装飾の色(G)</Description>
      <SortID>31</SortID>
    </Field>
    <Field Def="u8 accessoriesColor_B = 128">
      <DisplayName>装飾の色(B)</DisplayName>
      <Description>装飾の色(B)</Description>
      <SortID>32</SortID>
    </Field>
    <Field Def="u8 decalPartsId">
      <DisplayName>デカールパーツID</DisplayName>
      <Description>デカールパーツID</Description>
      <SortID>33</SortID>
    </Field>
    <Field Def="u8 decalColor_R = 128">
      <DisplayName>デカールの色(R)</DisplayName>
      <Description>デカールの色(R)</Description>
      <SortID>34</SortID>
    </Field>
    <Field Def="u8 decalColor_G = 128">
      <DisplayName>デカールの色(G)</DisplayName>
      <Description>デカールの色(G)</Description>
      <SortID>35</SortID>
    </Field>
    <Field Def="u8 decalColor_B = 128">
      <DisplayName>デカールの色(B)</DisplayName>
      <Description>デカールの色(B)</Description>
      <SortID>36</SortID>
    </Field>
    <Field Def="u8 decalPosX">
      <DisplayName>デカール位置(x)</DisplayName>
      <Description>デカール位置(x)</Description>
      <SortID>37</SortID>
    </Field>
    <Field Def="u8 decalPosY">
      <DisplayName>デカール位置(y)</DisplayName>
      <Description>デカール位置(y)</Description>
      <SortID>38</SortID>
    </Field>
    <Field Def="u8 decalAngle">
      <DisplayName>デカール角度</DisplayName>
      <Description>デカール角度</Description>
      <SortID>39</SortID>
    </Field>
    <Field Def="u8 decalScale">
      <DisplayName>デカールスケール</DisplayName>
      <Description>デカールスケール</Description>
      <SortID>40</SortID>
    </Field>
    <Field Def="u8 chrBodyScaleHead = 128">
      <DisplayName>キャラ体型頭部スケール</DisplayName>
      <Description>キャラ体型頭部スケール</Description>
      <SortID>41</SortID>
    </Field>
    <Field Def="u8 chrBodyScaleBreast = 128">
      <DisplayName>キャラ体型胸部スケール</DisplayName>
      <Description>キャラ体型胸部スケール</Description>
      <SortID>42</SortID>
    </Field>
    <Field Def="u8 chrBodyScaleAbdomen = 128">
      <DisplayName>キャラ体型腹部スケール</DisplayName>
      <Description>キャラ体型腹部スケール</Description>
      <SortID>43</SortID>
    </Field>
    <Field Def="u8 chrBodyScaleRArm = 128">
      <DisplayName>キャラ体型右腕部スケール</DisplayName>
      <Description>キャラ体型右腕部スケール</Description>
      <SortID>44</SortID>
    </Field>
    <Field Def="u8 chrBodyScaleRLeg = 128">
      <DisplayName>キャラ体型右脚部スケール</DisplayName>
      <Description>キャラ体型右脚部スケール</Description>
      <SortID>45</SortID>
    </Field>
    <Field Def="u8 chrBodyScaleLArm = 128">
      <DisplayName>キャラ体型左腕部スケール</DisplayName>
      <Description>キャラ体型左腕部スケール</Description>
      <SortID>46</SortID>
    </Field>
    <Field Def="u8 chrBodyScaleLLeg = 128">
      <DisplayName>キャラ体型左脚部スケール</DisplayName>
      <Description>キャラ体型左脚部スケール</Description>
      <SortID>47</SortID>
    </Field>
    <Field Def="u8 age = 128">
      <DisplayName>年齢</DisplayName>
      <Description>年齢</Description>
      <SortID>48</SortID>
    </Field>
    <Field Def="u8 gender = 128">
      <DisplayName>性別</DisplayName>
      <Description>性別</Description>
      <SortID>49</SortID>
    </Field>
    <Field Def="u8 caricatureGeometry = 128">
      <DisplayName>誇張(モデル)</DisplayName>
      <Description>誇張(モデル)</Description>
      <SortID>50</SortID>
    </Field>
    <Field Def="u8 caricatureTexture = 128">
      <DisplayName>誇張(テクスチャ)</DisplayName>
      <Description>誇張(テクスチャ)</Description>
      <SortID>51</SortID>
    </Field>
    <Field Def="u8 faceGeoData00 = 128">
      <DisplayName>顔作成ジオメトリデータ00</DisplayName>
      <Description>顔作成ジオメトリデータ00</Description>
      <SortID>52</SortID>
    </Field>
    <Field Def="u8 faceGeoData01 = 128">
      <DisplayName>顔作成ジオメトリデータ01</DisplayName>
      <Description>顔作成ジオメトリデータ01</Description>
      <SortID>53</SortID>
    </Field>
    <Field Def="u8 faceGeoData02 = 128">
      <DisplayName>顔作成ジオメトリデータ02</DisplayName>
      <Description>顔作成ジオメトリデータ02</Description>
      <SortID>54</SortID>
    </Field>
    <Field Def="u8 faceGeoData03 = 128">
      <DisplayName>顔作成ジオメトリデータ03</DisplayName>
      <Description>顔作成ジオメトリデータ03</Description>
      <SortID>55</SortID>
    </Field>
    <Field Def="u8 faceGeoData04 = 128">
      <DisplayName>顔作成ジオメトリデータ04</DisplayName>
      <Description>顔作成ジオメトリデータ04</Description>
      <SortID>56</SortID>
    </Field>
    <Field Def="u8 faceGeoData05 = 128">
      <DisplayName>顔作成ジオメトリデータ05</DisplayName>
      <Description>顔作成ジオメトリデータ05</Description>
      <SortID>57</SortID>
    </Field>
    <Field Def="u8 faceGeoData06 = 128">
      <DisplayName>顔作成ジオメトリデータ06</DisplayName>
      <Description>顔作成ジオメトリデータ06</Description>
      <SortID>58</SortID>
    </Field>
    <Field Def="u8 faceGeoData07 = 128">
      <DisplayName>顔作成ジオメトリデータ07</DisplayName>
      <Description>顔作成ジオメトリデータ07</Description>
      <SortID>59</SortID>
    </Field>
    <Field Def="u8 faceGeoData08 = 128">
      <DisplayName>顔作成ジオメトリデータ08</DisplayName>
      <Description>顔作成ジオメトリデータ08</Description>
      <SortID>60</SortID>
    </Field>
    <Field Def="u8 faceGeoData09 = 128">
      <DisplayName>顔作成ジオメトリデータ09</DisplayName>
      <Description>顔作成ジオメトリデータ09</Description>
      <SortID>61</SortID>
    </Field>
    <Field Def="u8 faceGeoData10 = 128">
      <DisplayName>顔作成ジオメトリデータ10</DisplayName>
      <Description>顔作成ジオメトリデータ10</Description>
      <SortID>62</SortID>
    </Field>
    <Field Def="u8 faceGeoData11 = 128">
      <DisplayName>顔作成ジオメトリデータ11</DisplayName>
      <Description>顔作成ジオメトリデータ11</Description>
      <SortID>63</SortID>
    </Field>
    <Field Def="u8 faceGeoData12 = 128">
      <DisplayName>顔作成ジオメトリデータ12</DisplayName>
      <Description>顔作成ジオメトリデータ12</Description>
      <SortID>64</SortID>
    </Field>
    <Field Def="u8 faceGeoData13 = 128">
      <DisplayName>顔作成ジオメトリデータ13</DisplayName>
      <Description>顔作成ジオメトリデータ13</Description>
      <SortID>65</SortID>
    </Field>
    <Field Def="u8 faceGeoData14 = 128">
      <DisplayName>顔作成ジオメトリデータ14</DisplayName>
      <Description>顔作成ジオメトリデータ14</Description>
      <SortID>66</SortID>
    </Field>
    <Field Def="u8 faceGeoData15 = 128">
      <DisplayName>顔作成ジオメトリデータ15</DisplayName>
      <Description>顔作成ジオメトリデータ15</Description>
      <SortID>67</SortID>
    </Field>
    <Field Def="u8 faceGeoData16 = 128">
      <DisplayName>顔作成ジオメトリデータ16</DisplayName>
      <Description>顔作成ジオメトリデータ16</Description>
      <SortID>68</SortID>
    </Field>
    <Field Def="u8 faceGeoData17 = 128">
      <DisplayName>顔作成ジオメトリデータ17</DisplayName>
      <Description>顔作成ジオメトリデータ17</Description>
      <SortID>69</SortID>
    </Field>
    <Field Def="u8 faceGeoData18 = 128">
      <DisplayName>顔作成ジオメトリデータ18</DisplayName>
      <Description>顔作成ジオメトリデータ18</Description>
      <SortID>70</SortID>
    </Field>
    <Field Def="u8 faceGeoData19 = 128">
      <DisplayName>顔作成ジオメトリデータ19</DisplayName>
      <Description>顔作成ジオメトリデータ19</Description>
      <SortID>71</SortID>
    </Field>
    <Field Def="u8 faceGeoData20 = 128">
      <DisplayName>顔作成ジオメトリデータ20</DisplayName>
      <Description>顔作成ジオメトリデータ20</Description>
      <SortID>72</SortID>
    </Field>
    <Field Def="u8 faceGeoData21 = 128">
      <DisplayName>顔作成ジオメトリデータ21</DisplayName>
      <Description>顔作成ジオメトリデータ21</Description>
      <SortID>73</SortID>
    </Field>
    <Field Def="u8 faceGeoData22 = 128">
      <DisplayName>顔作成ジオメトリデータ22</DisplayName>
      <Description>顔作成ジオメトリデータ22</Description>
      <SortID>74</SortID>
    </Field>
    <Field Def="u8 faceGeoData23 = 128">
      <DisplayName>顔作成ジオメトリデータ23</DisplayName>
      <Description>顔作成ジオメトリデータ23</Description>
      <SortID>75</SortID>
    </Field>
    <Field Def="u8 faceGeoData24 = 128">
      <DisplayName>顔作成ジオメトリデータ24</DisplayName>
      <Description>顔作成ジオメトリデータ24</Description>
      <SortID>76</SortID>
    </Field>
    <Field Def="u8 faceGeoData25 = 128">
      <DisplayName>顔作成ジオメトリデータ25</DisplayName>
      <Description>顔作成ジオメトリデータ25</Description>
      <SortID>77</SortID>
    </Field>
    <Field Def="u8 faceGeoData26 = 128">
      <DisplayName>顔作成ジオメトリデータ26</DisplayName>
      <Description>顔作成ジオメトリデータ26</Description>
      <SortID>78</SortID>
    </Field>
    <Field Def="u8 faceGeoData27 = 128">
      <DisplayName>顔作成ジオメトリデータ27</DisplayName>
      <Description>顔作成ジオメトリデータ27</Description>
      <SortID>79</SortID>
    </Field>
    <Field Def="u8 faceGeoData28 = 128">
      <DisplayName>顔作成ジオメトリデータ28</DisplayName>
      <Description>顔作成ジオメトリデータ28</Description>
      <SortID>80</SortID>
    </Field>
    <Field Def="u8 faceGeoData29 = 128">
      <DisplayName>顔作成ジオメトリデータ29</DisplayName>
      <Description>顔作成ジオメトリデータ29</Description>
      <SortID>81</SortID>
    </Field>
    <Field Def="u8 faceGeoData30 = 128">
      <DisplayName>顔作成ジオメトリデータ30</DisplayName>
      <Description>顔作成ジオメトリデータ30</Description>
      <SortID>82</SortID>
    </Field>
    <Field Def="u8 faceGeoData31 = 128">
      <DisplayName>顔作成ジオメトリデータ31</DisplayName>
      <Description>顔作成ジオメトリデータ31</Description>
      <SortID>83</SortID>
    </Field>
    <Field Def="u8 faceGeoData32 = 128">
      <DisplayName>顔作成ジオメトリデータ32</DisplayName>
      <Description>顔作成ジオメトリデータ32</Description>
      <SortID>84</SortID>
    </Field>
    <Field Def="u8 faceGeoData33 = 128">
      <DisplayName>顔作成ジオメトリデータ33</DisplayName>
      <Description>顔作成ジオメトリデータ33</Description>
      <SortID>85</SortID>
    </Field>
    <Field Def="u8 faceGeoData34 = 128">
      <DisplayName>顔作成ジオメトリデータ34</DisplayName>
      <Description>顔作成ジオメトリデータ34</Description>
      <SortID>86</SortID>
    </Field>
    <Field Def="u8 faceGeoData35 = 128">
      <DisplayName>顔作成ジオメトリデータ35</DisplayName>
      <Description>顔作成ジオメトリデータ35</Description>
      <SortID>87</SortID>
    </Field>
    <Field Def="u8 faceGeoData36 = 128">
      <DisplayName>顔作成ジオメトリデータ36</DisplayName>
      <Description>顔作成ジオメトリデータ36</Description>
      <SortID>88</SortID>
    </Field>
    <Field Def="u8 faceGeoData37 = 128">
      <DisplayName>顔作成ジオメトリデータ37</DisplayName>
      <Description>顔作成ジオメトリデータ37</Description>
      <SortID>89</SortID>
    </Field>
    <Field Def="u8 faceGeoData38 = 128">
      <DisplayName>顔作成ジオメトリデータ38</DisplayName>
      <Description>顔作成ジオメトリデータ38</Description>
      <SortID>90</SortID>
    </Field>
    <Field Def="u8 faceGeoData39 = 128">
      <DisplayName>顔作成ジオメトリデータ39</DisplayName>
      <Description>顔作成ジオメトリデータ39</Description>
      <SortID>91</SortID>
    </Field>
    <Field Def="u8 faceGeoData40 = 128">
      <DisplayName>顔作成ジオメトリデータ40</DisplayName>
      <Description>顔作成ジオメトリデータ40</Description>
      <SortID>92</SortID>
    </Field>
    <Field Def="u8 faceGeoData41 = 128">
      <DisplayName>顔作成ジオメトリデータ41</DisplayName>
      <Description>顔作成ジオメトリデータ41</Description>
      <SortID>93</SortID>
    </Field>
    <Field Def="u8 faceGeoData42 = 128">
      <DisplayName>顔作成ジオメトリデータ42</DisplayName>
      <Description>顔作成ジオメトリデータ42</Description>
      <SortID>94</SortID>
    </Field>
    <Field Def="u8 faceGeoData43 = 128">
      <DisplayName>顔作成ジオメトリデータ43</DisplayName>
      <Description>顔作成ジオメトリデータ43</Description>
      <SortID>95</SortID>
    </Field>
    <Field Def="u8 faceGeoData44 = 128">
      <DisplayName>顔作成ジオメトリデータ44</DisplayName>
      <Description>顔作成ジオメトリデータ44</Description>
      <SortID>96</SortID>
    </Field>
    <Field Def="u8 faceGeoData45 = 128">
      <DisplayName>顔作成ジオメトリデータ45</DisplayName>
      <Description>顔作成ジオメトリデータ45</Description>
      <SortID>97</SortID>
    </Field>
    <Field Def="u8 faceGeoData46 = 128">
      <DisplayName>顔作成ジオメトリデータ46</DisplayName>
      <Description>顔作成ジオメトリデータ46</Description>
      <SortID>98</SortID>
    </Field>
    <Field Def="u8 faceGeoData47 = 128">
      <DisplayName>顔作成ジオメトリデータ47</DisplayName>
      <Description>顔作成ジオメトリデータ47</Description>
      <SortID>99</SortID>
    </Field>
    <Field Def="u8 faceGeoData48 = 128">
      <DisplayName>顔作成ジオメトリデータ48</DisplayName>
      <Description>顔作成ジオメトリデータ48</Description>
      <SortID>100</SortID>
    </Field>
    <Field Def="u8 faceGeoData49 = 128">
      <DisplayName>顔作成ジオメトリデータ49</DisplayName>
      <Description>顔作成ジオメトリデータ49</Description>
      <SortID>101</SortID>
    </Field>
    <Field Def="u8 faceGeoData50 = 128">
      <DisplayName>顔作成ジオメトリデータ50</DisplayName>
      <Description>顔作成ジオメトリデータ50</Description>
      <SortID>102</SortID>
    </Field>
    <Field Def="u8 faceGeoData51 = 128">
      <DisplayName>顔作成ジオメトリデータ51</DisplayName>
      <Description>顔作成ジオメトリデータ51</Description>
      <SortID>103</SortID>
    </Field>
    <Field Def="u8 faceGeoData52 = 128">
      <DisplayName>顔作成ジオメトリデータ52</DisplayName>
      <Description>顔作成ジオメトリデータ52</Description>
      <SortID>104</SortID>
    </Field>
    <Field Def="u8 faceGeoData53 = 128">
      <DisplayName>顔作成ジオメトリデータ53</DisplayName>
      <Description>顔作成ジオメトリデータ53</Description>
      <SortID>105</SortID>
    </Field>
    <Field Def="u8 faceGeoData54 = 128">
      <DisplayName>顔作成ジオメトリデータ54</DisplayName>
      <Description>顔作成ジオメトリデータ54</Description>
      <SortID>106</SortID>
    </Field>
    <Field Def="u8 faceGeoData55 = 128">
      <DisplayName>顔作成ジオメトリデータ55</DisplayName>
      <Description>顔作成ジオメトリデータ55</Description>
      <SortID>107</SortID>
    </Field>
    <Field Def="u8 faceGeoData56 = 128">
      <DisplayName>顔作成ジオメトリデータ56</DisplayName>
      <Description>顔作成ジオメトリデータ56</Description>
      <SortID>108</SortID>
    </Field>
    <Field Def="u8 faceGeoData57 = 128">
      <DisplayName>顔作成ジオメトリデータ57</DisplayName>
      <Description>顔作成ジオメトリデータ57</Description>
      <SortID>109</SortID>
    </Field>
    <Field Def="u8 faceGeoData58 = 128">
      <DisplayName>顔作成ジオメトリデータ58</DisplayName>
      <Description>顔作成ジオメトリデータ58</Description>
      <SortID>110</SortID>
    </Field>
    <Field Def="u8 faceGeoData59 = 128">
      <DisplayName>顔作成ジオメトリデータ59</DisplayName>
      <Description>顔作成ジオメトリデータ59</Description>
      <SortID>111</SortID>
    </Field>
    <Field Def="u8 faceGeoData60 = 128">
      <DisplayName>顔作成ジオメトリデータ60</DisplayName>
      <Description>顔作成ジオメトリデータ60</Description>
      <SortID>112</SortID>
    </Field>
    <Field Def="u8 faceTexData00 = 128">
      <DisplayName>顔作成テクスチャデータ00</DisplayName>
      <Description>顔作成テクスチャデータ00</Description>
      <SortID>113</SortID>
    </Field>
    <Field Def="u8 faceTexData01 = 128">
      <DisplayName>顔作成テクスチャデータ01</DisplayName>
      <Description>顔作成テクスチャデータ01</Description>
      <SortID>114</SortID>
    </Field>
    <Field Def="u8 faceTexData02 = 128">
      <DisplayName>顔作成テクスチャデータ02</DisplayName>
      <Description>顔作成テクスチャデータ02</Description>
      <SortID>115</SortID>
    </Field>
    <Field Def="u8 faceTexData03 = 128">
      <DisplayName>顔作成テクスチャデータ03</DisplayName>
      <Description>顔作成テクスチャデータ03</Description>
      <SortID>116</SortID>
    </Field>
    <Field Def="u8 faceTexData04 = 128">
      <DisplayName>顔作成テクスチャデータ04</DisplayName>
      <Description>顔作成テクスチャデータ04</Description>
      <SortID>117</SortID>
    </Field>
    <Field Def="u8 faceTexData05 = 128">
      <DisplayName>顔作成テクスチャデータ05</DisplayName>
      <Description>顔作成テクスチャデータ05</Description>
      <SortID>118</SortID>
    </Field>
    <Field Def="u8 faceTexData06 = 128">
      <DisplayName>顔作成テクスチャデータ06</DisplayName>
      <Description>顔作成テクスチャデータ06</Description>
      <SortID>119</SortID>
    </Field>
    <Field Def="u8 faceTexData07 = 128">
      <DisplayName>顔作成テクスチャデータ07</DisplayName>
      <Description>顔作成テクスチャデータ07</Description>
      <SortID>120</SortID>
    </Field>
    <Field Def="u8 faceTexData08 = 128">
      <DisplayName>顔作成テクスチャデータ08</DisplayName>
      <Description>顔作成テクスチャデータ08</Description>
      <SortID>121</SortID>
    </Field>
    <Field Def="u8 faceTexData09 = 128">
      <DisplayName>顔作成テクスチャデータ09</DisplayName>
      <Description>顔作成テクスチャデータ09</Description>
      <SortID>122</SortID>
    </Field>
    <Field Def="u8 faceTexData10 = 128">
      <DisplayName>顔作成テクスチャデータ10</DisplayName>
      <Description>顔作成テクスチャデータ10</Description>
      <SortID>123</SortID>
    </Field>
    <Field Def="u8 faceTexData11 = 128">
      <DisplayName>顔作成テクスチャデータ11</DisplayName>
      <Description>顔作成テクスチャデータ11</Description>
      <SortID>124</SortID>
    </Field>
    <Field Def="u8 faceTexData12 = 128">
      <DisplayName>顔作成テクスチャデータ12</DisplayName>
      <Description>顔作成テクスチャデータ12</Description>
      <SortID>125</SortID>
    </Field>
    <Field Def="u8 faceTexData13 = 128">
      <DisplayName>顔作成テクスチャデータ13</DisplayName>
      <Description>顔作成テクスチャデータ13</Description>
      <SortID>126</SortID>
    </Field>
    <Field Def="u8 faceTexData14 = 128">
      <DisplayName>顔作成テクスチャデータ14</DisplayName>
      <Description>顔作成テクスチャデータ14</Description>
      <SortID>127</SortID>
    </Field>
    <Field Def="u8 faceTexData15 = 128">
      <DisplayName>顔作成テクスチャデータ15</DisplayName>
      <Description>顔作成テクスチャデータ15</Description>
      <SortID>128</SortID>
    </Field>
    <Field Def="u8 faceTexData16 = 128">
      <DisplayName>顔作成テクスチャデータ16</DisplayName>
      <Description>顔作成テクスチャデータ16</Description>
      <SortID>129</SortID>
    </Field>
    <Field Def="u8 faceTexData17 = 128">
      <DisplayName>顔作成テクスチャデータ17</DisplayName>
      <Description>顔作成テクスチャデータ17</Description>
      <SortID>130</SortID>
    </Field>
    <Field Def="u8 faceTexData18 = 128">
      <DisplayName>顔作成テクスチャデータ18</DisplayName>
      <Description>顔作成テクスチャデータ18</Description>
      <SortID>131</SortID>
    </Field>
    <Field Def="u8 faceTexData19 = 128">
      <DisplayName>顔作成テクスチャデータ19</DisplayName>
      <Description>顔作成テクスチャデータ19</Description>
      <SortID>132</SortID>
    </Field>
    <Field Def="u8 faceTexData20 = 128">
      <DisplayName>顔作成テクスチャデータ20</DisplayName>
      <Description>顔作成テクスチャデータ20</Description>
      <SortID>133</SortID>
    </Field>
    <Field Def="u8 faceTexData21 = 128">
      <DisplayName>顔作成テクスチャデータ21</DisplayName>
      <Description>顔作成テクスチャデータ21</Description>
      <SortID>134</SortID>
    </Field>
    <Field Def="u8 faceTexData22 = 128">
      <DisplayName>顔作成テクスチャデータ22</DisplayName>
      <Description>顔作成テクスチャデータ22</Description>
      <SortID>135</SortID>
    </Field>
    <Field Def="u8 faceTexData23 = 128">
      <DisplayName>顔作成テクスチャデータ23</DisplayName>
      <Description>顔作成テクスチャデータ23</Description>
      <SortID>136</SortID>
    </Field>
    <Field Def="u8 faceTexData24 = 128">
      <DisplayName>顔作成テクスチャデータ24</DisplayName>
      <Description>顔作成テクスチャデータ24</Description>
      <SortID>137</SortID>
    </Field>
    <Field Def="u8 faceTexData25 = 128">
      <DisplayName>顔作成テクスチャデータ25</DisplayName>
      <Description>顔作成テクスチャデータ25</Description>
      <SortID>138</SortID>
    </Field>
    <Field Def="u8 faceTexData26 = 128">
      <DisplayName>顔作成テクスチャデータ26</DisplayName>
      <Description>顔作成テクスチャデータ26</Description>
      <SortID>139</SortID>
    </Field>
    <Field Def="u8 faceTexData27 = 128">
      <DisplayName>顔作成テクスチャデータ27</DisplayName>
      <Description>顔作成テクスチャデータ27</Description>
      <SortID>140</SortID>
    </Field>
    <Field Def="u8 faceTexData28 = 128">
      <DisplayName>顔作成テクスチャデータ28</DisplayName>
      <Description>顔作成テクスチャデータ28</Description>
      <SortID>141</SortID>
    </Field>
    <Field Def="u8 faceTexData29 = 128">
      <DisplayName>顔作成テクスチャデータ29</DisplayName>
      <Description>顔作成テクスチャデータ29</Description>
      <SortID>142</SortID>
    </Field>
    <Field Def="u8 faceTexData30 = 128">
      <DisplayName>顔作成テクスチャデータ30</DisplayName>
      <Description>顔作成テクスチャデータ30</Description>
      <SortID>143</SortID>
    </Field>
    <Field Def="u8 faceTexData31 = 128">
      <DisplayName>顔作成テクスチャデータ31</DisplayName>
      <Description>顔作成テクスチャデータ31</Description>
      <SortID>144</SortID>
    </Field>
    <Field Def="u8 faceTexData32 = 128">
      <DisplayName>顔作成テクスチャデータ32</DisplayName>
      <Description>顔作成テクスチャデータ32</Description>
      <SortID>145</SortID>
    </Field>
    <Field Def="u8 faceTexData33 = 128">
      <DisplayName>顔作成テクスチャデータ33</DisplayName>
      <Description>顔作成テクスチャデータ33</Description>
      <SortID>146</SortID>
    </Field>
    <Field Def="u8 faceTexData34 = 128">
      <DisplayName>顔作成テクスチャデータ34</DisplayName>
      <Description>顔作成テクスチャデータ34</Description>
      <SortID>147</SortID>
    </Field>
    <Field Def="u8 faceTexData35 = 128">
      <DisplayName>顔作成テクスチャデータ35</DisplayName>
      <Description>顔作成テクスチャデータ35</Description>
      <SortID>148</SortID>
    </Field>
    <Field Def="u8 faceGeoAsymData00 = 128">
      <DisplayName>顔作成ジオメトリ非対称データ00</DisplayName>
      <Description>顔作成ジオメトリ非対称データ00</Description>
      <SortID>149</SortID>
    </Field>
    <Field Def="u8 faceGeoAsymData01 = 128">
      <DisplayName>顔作成ジオメトリ非対称データ01</DisplayName>
      <Description>顔作成ジオメトリ非対称データ01</Description>
      <SortID>150</SortID>
    </Field>
    <Field Def="u8 faceGeoAsymData02 = 128">
      <DisplayName>顔作成ジオメトリ非対称データ02</DisplayName>
      <Description>顔作成ジオメトリ非対称データ02</Description>
      <SortID>151</SortID>
    </Field>
    <Field Def="u8 faceGeoAsymData03 = 128">
      <DisplayName>顔作成ジオメトリ非対称データ03</DisplayName>
      <Description>顔作成ジオメトリ非対称データ03</Description>
      <SortID>152</SortID>
    </Field>
    <Field Def="u8 faceGeoAsymData04 = 128">
      <DisplayName>顔作成ジオメトリ非対称データ04</DisplayName>
      <Description>顔作成ジオメトリ非対称データ04</Description>
      <SortID>153</SortID>
    </Field>
    <Field Def="u8 faceGeoAsymData05 = 128">
      <DisplayName>顔作成ジオメトリ非対称データ05</DisplayName>
      <Description>顔作成ジオメトリ非対称データ05</Description>
      <SortID>154</SortID>
    </Field>
    <Field Def="u8 faceGeoAsymData06 = 128">
      <DisplayName>顔作成ジオメトリ非対称データ06</DisplayName>
      <Description>顔作成ジオメトリ非対称データ06</Description>
      <SortID>155</SortID>
    </Field>
    <Field Def="u8 faceGeoAsymData07 = 128">
      <DisplayName>顔作成ジオメトリ非対称データ07</DisplayName>
      <Description>顔作成ジオメトリ非対称データ07</Description>
      <SortID>156</SortID>
    </Field>
    <Field Def="u8 faceGeoAsymData08 = 128">
      <DisplayName>顔作成ジオメトリ非対称データ08</DisplayName>
      <Description>顔作成ジオメトリ非対称データ08</Description>
      <SortID>157</SortID>
    </Field>
    <Field Def="u8 faceGeoAsymData09 = 128">
      <DisplayName>顔作成ジオメトリ非対称データ09</DisplayName>
      <Description>顔作成ジオメトリ非対称データ09</Description>
      <SortID>158</SortID>
    </Field>
    <Field Def="u8 faceGeoAsymData10 = 128">
      <DisplayName>顔作成ジオメトリ非対称データ10</DisplayName>
      <Description>顔作成ジオメトリ非対称データ10</Description>
      <SortID>159</SortID>
    </Field>
    <Field Def="u8 faceGeoAsymData11 = 128">
      <DisplayName>顔作成ジオメトリ非対称データ11</DisplayName>
      <Description>顔作成ジオメトリ非対称データ11</Description>
      <SortID>160</SortID>
    </Field>
    <Field Def="u8 faceGeoAsymData12 = 128">
      <DisplayName>顔作成ジオメトリ非対称データ12</DisplayName>
      <Description>顔作成ジオメトリ非対称データ12</Description>
      <SortID>161</SortID>
    </Field>
    <Field Def="u8 faceGeoAsymData13 = 128">
      <DisplayName>顔作成ジオメトリ非対称データ13</DisplayName>
      <Description>顔作成ジオメトリ非対称データ13</Description>
      <SortID>162</SortID>
    </Field>
    <Field Def="u8 faceGeoAsymData14 = 128">
      <DisplayName>顔作成ジオメトリ非対称データ14</DisplayName>
      <Description>顔作成ジオメトリ非対称データ14</Description>
      <SortID>163</SortID>
    </Field>
    <Field Def="u8 faceGeoAsymData15 = 128">
      <DisplayName>顔作成ジオメトリ非対称データ15</DisplayName>
      <Description>顔作成ジオメトリ非対称データ15</Description>
      <SortID>164</SortID>
    </Field>
    <Field Def="u8 faceGeoAsymData16 = 128">
      <DisplayName>顔作成ジオメトリ非対称データ16</DisplayName>
      <Description>顔作成ジオメトリ非対称データ16</Description>
      <SortID>165</SortID>
    </Field>
    <Field Def="u8 faceGeoAsymData17 = 128">
      <DisplayName>顔作成ジオメトリ非対称データ17</DisplayName>
      <Description>顔作成ジオメトリ非対称データ17</Description>
      <SortID>166</SortID>
    </Field>
    <Field Def="u8 faceGeoAsymData18 = 128">
      <DisplayName>顔作成ジオメトリ非対称データ18</DisplayName>
      <Description>顔作成ジオメトリ非対称データ18</Description>
      <SortID>167</SortID>
    </Field>
    <Field Def="u8 faceGeoAsymData19 = 128">
      <DisplayName>顔作成ジオメトリ非対称データ19</DisplayName>
      <Description>顔作成ジオメトリ非対称データ19</Description>
      <SortID>168</SortID>
    </Field>
    <Field Def="u8 faceGeoAsymData20 = 128">
      <DisplayName>顔作成ジオメトリ非対称データ20</DisplayName>
      <Description>顔作成ジオメトリ非対称データ20</Description>
      <SortID>169</SortID>
    </Field>
    <Field Def="u8 faceGeoAsymData21 = 128">
      <DisplayName>顔作成ジオメトリ非対称データ21</DisplayName>
      <Description>顔作成ジオメトリ非対称データ21</Description>
      <SortID>170</SortID>
    </Field>
    <Field Def="u8 faceGeoAsymData22 = 128">
      <DisplayName>顔作成ジオメトリ非対称データ22</DisplayName>
      <Description>顔作成ジオメトリ非対称データ22</Description>
      <SortID>171</SortID>
    </Field>
    <Field Def="u8 faceGeoAsymData23 = 128">
      <DisplayName>顔作成ジオメトリ非対称データ23</DisplayName>
      <Description>顔作成ジオメトリ非対称データ23</Description>
      <SortID>172</SortID>
    </Field>
    <Field Def="u8 faceGeoAsymData24 = 128">
      <DisplayName>顔作成ジオメトリ非対称データ24</DisplayName>
      <Description>顔作成ジオメトリ非対称データ24</Description>
      <SortID>173</SortID>
    </Field>
    <Field Def="u8 faceGeoAsymData25 = 128">
      <DisplayName>顔作成ジオメトリ非対称データ25</DisplayName>
      <Description>顔作成ジオメトリ非対称データ25</Description>
      <SortID>174</SortID>
    </Field>
    <Field Def="dummy8 reserve[18]">
      <DisplayName>予約領域</DisplayName>
      <Description>予約領域</Description>
      <SortID>176</SortID>
    </Field>
  </Fields>
</PARAMDEF>