-
Notifications
You must be signed in to change notification settings - Fork 0
/
pf2e-qa.xml
700 lines (700 loc) · 24.7 KB
/
pf2e-qa.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
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
<?xml version="1.0"?>
<character>
<!-- page 1 -->
<character-name>QA Character</character-name>
<player-name>QA Player</player-name>
<xp>XP</xp>
<ancestry>Ancestry</ancestry>
<heritage>Heritage</heritage>
<background>Background</background>
<class>Rogue</class>
<size>SZ</size>
<alignment>AL</alignment>
<traits>Traits</traits>
<deity>Deity</deity>
<level>18</level>
<hero-points>Hero</hero-points>
<abilities>
<strength>8</strength>
<dexterity>10</dexterity>
<constitution>12</constitution>
<intelligence>14</intelligence>
<wisdom>16</wisdom>
<charisma>18</charisma>
</abilities>
<class-dc>
<total>cdcT</total>
<key>cdcK</key>
<proficiency level="legendary">cdcP</proficiency>
<item>cdcI</item>
</class-dc>
<armor-class>
<total>acT</total>
<dex-mod>acD</dex-mod>
<cap>acC</cap>
<proficiency level="legendary"/>
<item>acI</item>
<unarmored level="legendary"/>
<light level="master"/>
<medium level="expert"/>
<heavy level="trained"/>
<shield>
<bonus>shB</bonus>
<hardness>shH</hardness>
<max-hp>shM</max-hp>
<break-threshold>shBT</break-threshold>
<current-hp>shC</current-hp>
</shield>
</armor-class>
<saving-throws>
<fortitude>
<total>fT</total>
<con-mod>fM</con-mod>
<proficiency level="legendary">fP</proficiency>
<item>fI</item>
</fortitude>
<reflex>
<total>rT</total>
<dex-mod>rM</dex-mod>
<proficiency level="master"/>
<item>rI</item>
</reflex>
<will>
<total>wT</total>
<wis-mod>wM</wis-mod>
<proficiency level="expert">wP</proficiency>
<item>wI</item>
</will>
<notes>Saving Throw Notes</notes>
</saving-throws>
<hit-points>
<maximum>hpM</maximum>
<current>Current HP</current>
<temporary>Temp HP</temporary>
<dying>hpD</dying>
<wounded>hpW</wounded>
<resistances>Resistances</resistances>
<immunities>Immunities</immunities>
<conditions>Conditions</conditions>
</hit-points>
<perception>
<total>perT</total>
<wis-mod>perM</wis-mod>
<proficiency level="trained"/>
<senses>Senses</senses>
</perception>
<speed>Speed</speed>
<movement-types>Movement Types</movement-types>
<melee-strikes>
<melee-strike>
<weapon>Melee Weapon 1</weapon>
<total>mw1T</total>
<str-mod>mw1AM</str-mod>
<proficiency level="trained">mw1P</proficiency>
<item>mw1I</item>
<damage>
<dice>mw1DD</dice>
<str-mod>mw1DM</str-mod>
<type bludgeoning="true" piercing="" slashing=""/>
</damage>
<specialization>mw1S</specialization>
<other>MW1 Other</other>
<traits>MW1 Traits</traits>
</melee-strike>
<melee-strike>
<weapon>Melee Weapon 2</weapon>
<total>mw2T</total>
<str-mod>mw2AM</str-mod>
<proficiency level="expert"/>
<item>mw2I</item>
<damage>
<dice>mw2DD</dice>
<str-mod>mw2DM</str-mod>
<type bludgeoning="" piercing="true" slashing=""/>
</damage>
<specialization>mw2S</specialization>
<other>MW2 Other</other>
<traits>MW2 Traits</traits>
</melee-strike>
<melee-strike>
<weapon>Melee Weapon 3</weapon>
<total>mw3T</total>
<str-mod>mw3AM</str-mod>
<proficiency level="master">mw3P</proficiency>
<item>mw3I</item>
<damage>
<dice>mw3DD</dice>
<str-mod>mw3DM</str-mod>
<type bludgeoning="" piercing="" slashing="true"/>
</damage>
<specialization>mw3S</specialization>
<other>MW3 Other</other>
<traits>MW3 Traits</traits>
</melee-strike>
</melee-strikes>
<ranged-strikes>
<ranged-strike>
<weapon>Ranged Weapon 1</weapon>
<total>rw1T</total>
<dex-mod>rw1AM</dex-mod>
<proficiency level="legendary"/>
<item>rw1I</item>
<damage>
<dice>rw1DD</dice>
<special>rw1DS</special>
<type bludgeoning="" piercing="" slashing="true"/>
</damage>
<specialization>rw1S</specialization>
<other>RW1 Other</other>
<traits>RW1 Traits</traits>
</ranged-strike>
<ranged-strike>
<weapon>Ranged Weapon 2</weapon>
<total>rw2T</total>
<dex-mod>rw2AM</dex-mod>
<proficiency level="untrained">rw2P</proficiency>
<item>rw2I</item>
<damage>
<dice>rw2DD</dice>
<special>rw2DS</special>
<type bludgeoning="" piercing="true" slashing=""/>
</damage>
<specialization>rw2S</specialization>
<other>RW2 Other</other>
<traits>RW2 Traits</traits>
</ranged-strike>
<ranged-strike>
<weapon>Ranged Weapon 3</weapon>
<total>rw3T</total>
<dex-mod>rw3AM</dex-mod>
<proficiency level="trained"/>
<item>rw3I</item>
<damage>
<dice>rw3DD</dice>
<special>rw3DS</special>
<type bludgeoning="true" piercing="" slashing=""/>
</damage>
<specialization>rw3S</specialization>
<other>RW3 Other</other>
<traits>RW3 Traits</traits>
</ranged-strike>
</ranged-strikes>
<weapon-proficiencies>
<simple level="trained"/>
<martial level="expert"/>
<other level="master">Other Wpn Prof 1</other>
<other level="legendary">Other Wpn Prof 2</other>
</weapon-proficiencies>
<skills>
<acrobatics>
<total>acrT</total>
<dex-mod>acrM</dex-mod>
<proficiency level="t">acrP</proficiency>
<item>acrI</item>
<armor>acrA</armor>
</acrobatics>
<arcana>
<total>arcT</total>
<int-mod>arcM</int-mod>
<proficiency level="e"/>
<item>arcI</item>
</arcana>
<athletics>
<total>athT</total>
<str-mod>athM</str-mod>
<proficiency level="m">athP</proficiency>
<item>athI</item>
<armor>athA</armor>
</athletics>
<crafting>
<total>cftT</total>
<int-mod>cftM</int-mod>
<proficiency level="l"/>
<item>cftI</item>
</crafting>
<deception>
<total>dcpT</total>
<cha-mod>dcpM</cha-mod>
<proficiency level="">dcpP</proficiency>
<item>dcpI</item>
</deception>
<diplomacy>
<total>dplT</total>
<cha-mod>dplM</cha-mod>
<proficiency level="T"/>
<item>dplI</item>
</diplomacy>
<intimidation>
<total>itdT</total>
<cha-mod>itdM</cha-mod>
<proficiency level="E">itdP</proficiency>
<item>itdI</item>
</intimidation>
<lore subject="Subject 1">
<total>lr1T</total>
<int-mod>lr1M</int-mod>
<proficiency level="M"/>
<item>lr1I</item>
</lore>
<lore subject="Subject 2">
<total>lr2T</total>
<int-mod>lr2M</int-mod>
<proficiency level="L">lr2P</proficiency>
<item>lr2I</item>
</lore>
<medicine>
<total>medT</total>
<wis-mod>medM</wis-mod>
<proficiency level=""/>
<item>medI</item>
</medicine>
<nature>
<total>natT</total>
<wis-mod>natM</wis-mod>
<proficiency level="toad">natP</proficiency>
<item>natI</item>
</nature>
<occultism>
<total>occT</total>
<int-mod>occM</int-mod>
<proficiency level="eel"/>
<item>occI</item>
</occultism>
<performance>
<total>prfT</total>
<cha-mod>prfM</cha-mod>
<proficiency level="moth">prfP</proficiency>
<item>prfI</item>
</performance>
<religion>
<total>rlgT</total>
<wis-mod>rlgM</wis-mod>
<proficiency level="lizard"/>
<item>rlgI</item>
</religion>
<society>
<total>socP</total>
<int-mod>socM</int-mod>
<proficiency level="hahalolno">socP</proficiency>
<item>socI</item>
</society>
<stealth>
<total>sthT</total>
<dex-mod>sthM</dex-mod>
<proficiency level="tra"/>
<item>sthI</item>
<armor>sthA</armor>
</stealth>
<survival>
<total>srvT</total>
<wis-mod>srvM</wis-mod>
<proficiency level="exp">srvP</proficiency>
<item>srvI</item>
</survival>
<thievery>
<total>thvT</total>
<dex-mod>thvM</dex-mod>
<proficiency level="mas"/>
<item>thvI</item>
<armor>thvA</armor>
</thievery>
</skills>
<languages>
<language>Language 1</language>
<language>Language Two</language>
<language>Lang 3</language>
<language>Lang Four</language>
<language>5th Language</language>
<language>Sixth Language</language>
<language>Tongue the 7th</language>
<language>Tongue the Eighth</language>
</languages>
<!-- page 2 -->
<feats>
<ancestry>
<special>Special Feat</special>
<heritage>Heritage Feat</heritage>
<ancestry-feat level="1">Ancestry Feat 1</ancestry-feat>
<ancestry-feat level="5">Ancestry Feat 5</ancestry-feat>
<ancestry-feat level="9">Ancestry Feat 9</ancestry-feat>
<ancestry-feat level="13">Ancestry Feat 13</ancestry-feat>
<ancestry-feat level="17">Ancestry Feat 17</ancestry-feat>
</ancestry>
<skill>
<background>Background Feat</background>
<skill-feat level="2">Skill Feat 2</skill-feat>
<skill-feat level="4">Skill Feat 4</skill-feat>
<skill-feat level="6">Skill Feat 6</skill-feat>
<skill-feat level="8">Skill Feat 8</skill-feat>
<skill-feat level="10">Skill Feat 10</skill-feat>
<skill-feat level="12">Skill Feat 12</skill-feat>
<skill-feat level="14">Skill Feat 14</skill-feat>
<skill-feat level="16">Skill Feat 16</skill-feat>
<skill-feat level="18">Skill Feat 18</skill-feat>
<skill-feat level="20">Skill Feat 20</skill-feat>
</skill>
<general>
<general-feat level="3">General Feat 3</general-feat>
<general-feat level="7">General Feat 7</general-feat>
<general-feat level="11">General Feat 11</general-feat>
<general-feat level="15">General Feat 15</general-feat>
<general-feat level="19">General Feat 19</general-feat>
</general>
<class-feats>
<feature level="1">Class Feature 1A</feature>
<feature level="1">Class Feature 1B</feature>
<feature level="1">Class Feature 1C</feature>
<feature level="1">Class Feature 1D</feature>
<class-feat level="1">Class Feat 1</class-feat>
<class-feat level="2">Class Feat 2</class-feat>
<feature level="3">Class Feature 3</feature>
<class-feat level="4">Class Feat 4</class-feat>
<feature level="5">Class Feature 5</feature>
<class-feat level="6">Class Feat 6</class-feat>
<feature level="7">Class Feature 7</feature>
<class-feat level="8">Class Feat 8</class-feat>
<feature level="9">Class Feature 9</feature>
<class-feat level="10">Class Feat 10</class-feat>
<feature level="11">Class Feature 11</feature>
<class-feat level="12">Class Feat 12</class-feat>
<feature level="13">Class Feature 13</feature>
<class-feat level="14">Class Feat 14</class-feat>
<feature level="15">Class Feature 15</feature>
<class-feat level="16">Class Feat 16</class-feat>
<feature level="17">Class Feature 17</feature>
<class-feat level="18">Class Feat 18</class-feat>
<feature level="19">Class Feature 19</feature>
<class-feat level="20">Class Feat 20</class-feat>
</class-feats>
<bonus>
<bonus-feat>Bonus Feat 1</bonus-feat>
<bonus-feat>Bonus Feat 2</bonus-feat>
</bonus>
</feats>
<inventory>
<worn-items>
<worn-item invest="true" bulk="1">Worn Item 1</worn-item>
<worn-item invest="" bulk="L">Worn Item 2</worn-item>
<worn-item invest="true" bulk="-">Worn Item 3</worn-item>
<worn-item invest="" bulk="1">Worn Item 4</worn-item>
<worn-item invest="true" bulk="L">Worn Item 5</worn-item>
<worn-item invest="" bulk="-">Worn Item 6</worn-item>
<worn-item invest="true" bulk="1">Worn Item 7</worn-item>
<worn-item invest="" bulk="L">Worn Item 8</worn-item>
<worn-item invest="true" bulk="-">Worn Item 9</worn-item>
</worn-items>
<readied-items>
<readied-item bulk="1">Readied Item 1</readied-item>
<readied-item bulk="L">Readied Item 2</readied-item>
<readied-item bulk="-">Readied Item 3</readied-item>
<readied-item bulk="1">Readied Item 4</readied-item>
<readied-item bulk="L">Readied Item 5</readied-item>
<readied-item bulk="-">Readied Item 6</readied-item>
</readied-items>
<other-items>
<other-item bulk="1">Other Item 1</other-item>
<other-item bulk="L">Other Item 2</other-item>
<other-item bulk="-">Other Item 3</other-item>
<other-item bulk="1">Other Item 4</other-item>
<other-item bulk="L">Other Item 5</other-item>
<other-item bulk="-">Other Item 6</other-item>
</other-items>
<bulk>bulkT</bulk>
<encumbrance>
<encumbered>eE</encumbered>
<maximum>eX</maximum>
<str-mod>eM</str-mod>
</encumbrance>
<money>
<cp>CP</cp>
<sp>SP</sp>
<gp>GP</gp>
<pp>PP</pp>
</money>
</inventory>
<!-- page 4 -->
<spellcasting>
<attack-roll>
<total>saT</total>
<key>saK</key>
<proficiency level="legendary">saP</proficiency>
</attack-roll>
<spell-dc>
<total>sdT</total>
<key>sdK</key>
<proficiency level="trained"/>
</spell-dc>
<traditions arcane="true" divine="true" occult="true" primal="true"/>
<methods prepared="true" spontaneous="true"/>
</spellcasting>
<cantrips>
<cantrip prepared="true" actions="1" material="true" somatic="" verbal="">
<name>Cantrip 1 Name</name>
<description>Cantrip 1 Description</description>
</cantrip>
<cantrip prepared="" actions="2" material="" somatic="true" verbal="">
<name>Cantrip 2 Name</name>
<description>Cantrip 2 Description</description>
</cantrip>
<cantrip prepared="true" actions="3" material="" somatic="" verbal="true">
<name>Cantrip 3 Name</name>
<description>Cantrip 3 Description</description>
</cantrip>
<cantrip prepared="" actions="R" material="true" somatic="true" verbal="">
<name>Cantrip 4 Name</name>
<description>Cantrip 4 Description</description>
</cantrip>
<cantrip prepared="true" actions="1" material="true" somatic="" verbal="true">
<name>Cantrip 5 Name</name>
<description>Cantrip 5 Description</description>
</cantrip>
<cantrip prepared="" actions="2" material="" somatic="true" verbal="true">
<name>Cantrip 6 Name</name>
<description>Cantrip 6 Description</description>
</cantrip>
<cantrip prepared="true" actions="3" material="true" somatic="true" verbal="true">
<name>Cantrip 7 Name</name>
<description>Cantrip 7 Description</description>
</cantrip>
</cantrips>
<innate-spells>
<innate-spell frequency="Freq1" actions="R" material="true" somatic="" verbal="">
<name>Innate Spell 1 Name</name>
<description>Innate Spell 1 Description</description>
</innate-spell>
<innate-spell frequency="Freq2" actions="1" material="" somatic="true" verbal="">
<name>Innate Spell 2 Name</name>
<description>Innate Spell 2 Description</description>
</innate-spell>
</innate-spells>
<focus-spells>
<focus-points current="fpCur" maximum="fpMax"/>
<focus-spell actions="2" material="" somatic="" verbal="true">Focus Spell 1</focus-spell>
<focus-spell actions="3" material="true" somatic="true" verbal="">Focus Spell 2</focus-spell>
<focus-spell actions="R" material="true" somatic="" verbal="true">Focus Spell 3</focus-spell>
<focus-spell actions="1" material="" somatic="true" verbal="true">Focus Spell 4</focus-spell>
</focus-spells>
<slots cantrip-level="0">
<level number="1" total="10" remaining="9"/>
<level number="2" total="9" remaining="8"/>
<level number="3" total="8" remaining="7"/>
<level number="4" total="7" remaining="6"/>
<level number="5" total="6" remaining="5"/>
<level number="6" total="5" remaining="4"/>
<level number="7" total="4" remaining="3"/>
<level number="8" total="3" remaining="2"/>
<level number="9" total="2" remaining="1"/>
<level number="10" total="1" remaining="0"/>
</slots>
<spells>
<spell level="1" prepared="" actions="2" material="true" somatic="true" verbal="true">
<name>Spell Name 1</name>
<description>Spell Description 1</description>
</spell>
<spell level="2" prepared="true" actions="3" material="true" somatic="true" verbal="true">
<name>Spell Name 2</name>
<description>Spell Description 2</description>
</spell>
<spell level="3" prepared="" actions="R" material="true" somatic="" verbal="">
<name>Spell Name 3</name>
<description>Spell Description 3</description>
</spell>
<spell level="4" prepared="true" actions="1" material="" somatic="true" verbal="">
<name>Spell Name 4</name>
<description>Spell Description 4</description>
</spell>
<spell level="5" prepared="" actions="2" material="true" somatic="" verbal="">
<name>Spell Name 5</name>
<description>Spell Description 5</description>
</spell>
<spell level="6" prepared="true" actions="3" material="" somatic="" verbal="true">
<name>Spell Name 6</name>
<description>Spell Description 6</description>
</spell>
<spell level="7" prepared="" actions="R" material="true" somatic="true" verbal="">
<name>Spell Name 7</name>
<description>Spell Description 7</description>
</spell>
<spell level="8" prepared="true" actions="1" material="true" somatic="true" verbal="true">
<name>Spell Name 8</name>
<description>Spell Description 8</description>
</spell>
<spell level="9" prepared="" actions="2" material="true" somatic="" verbal="">
<name>Spell Name 9</name>
<description>Spell Description 9</description>
</spell>
<spell level="10" prepared="true" actions="3" material="" somatic="true" verbal="">
<name>Spell Name 10</name>
<description>Spell Description 10</description>
</spell>
<spell level="1" prepared="" actions="R" material="true" somatic="" verbal="true">
<name>Spell Name 11</name>
<description>Spell Description 11</description>
</spell>
<spell level="2" prepared="true" actions="1" material="true" somatic="true" verbal="true">
<name>Spell Name 12</name>
<description>Spell Description 12</description>
</spell>
<spell level="3" prepared="" actions="2" material="true" somatic="true" verbal="">
<name>Spell Name 13</name>
<description>Spell Description 13</description>
</spell>
<spell level="4" prepared="true" actions="3" material="true" somatic="true" verbal="true">
<name>Spell Name 14</name>
<description>Spell Description 14</description>
</spell>
<spell level="5" prepared="" actions="R" material="true" somatic="" verbal="">
<name>Spell Name 15</name>
<description>Spell Description 15</description>
</spell>
<spell level="6" prepared="true" actions="1" material="" somatic="true" verbal="true">
<name>Spell Name 16</name>
<description>Spell Description 16</description>
</spell>
<spell level="7" prepared="" actions="2" material="true" somatic="" verbal="">
<name>Spell Name 17</name>
<description>Spell Description 17</description>
</spell>
<spell level="8" prepared="true" actions="3" material="true" somatic="true" verbal="true">
<name>Spell Name 18</name>
<description>Spell Description 18</description>
</spell>
<spell level="9" prepared="" actions="R" material="true" somatic="true" verbal="">
<name>Spell Name 19</name>
<description>Spell Description 19</description>
</spell>
<spell level="10" prepared="true" actions="1" material="true" somatic="true" verbal="true">
<name>Spell Name 20</name>
<description>Spell Description 20</description>
</spell>
<spell level="1" prepared="" actions="2" material="true" somatic="" verbal="true">
<name>Spell Name 21</name>
<description>Spell Description 21</description>
</spell>
<spell level="2" prepared="true" actions="3" material="" somatic="true" verbal="">
<name>Spell Name 22</name>
<description>Spell Description 22</description>
</spell>
<spell level="3" prepared="" actions="R" material="true" somatic="" verbal="">
<name>Spell Name 23</name>
<description>Spell Description 23</description>
</spell>
<spell level="4" prepared="true" actions="1" material="true" somatic="true" verbal="true">
<name>Spell Name 24</name>
<description>Spell Description 24</description>
</spell>
<spell level="5" prepared="" actions="2" material="true" somatic="true" verbal="">
<name>Spell Name 25</name>
<description>Spell Description 25</description>
</spell>
<spell level="6" prepared="true" actions="3" material="" somatic="" verbal="true">
<name>Spell Name 26</name>
<description>Spell Description 26</description>
</spell>
<spell level="7" prepared="" actions="R" material="true" somatic="" verbal="">
<name>Spell Name 27</name>
<description>Spell Description 27</description>
</spell>
<spell level="8" prepared="true" actions="1" material="" somatic="true" verbal="">
<name>Spell Name 28</name>
<description>Spell Description 28</description>
</spell>
<spell level="9" prepared="" actions="2" material="true" somatic="" verbal="">
<name>Spell Name 29</name>
<description>Spell Description 29</description>
</spell>
<spell level="10" prepared="true" actions="3" material="" somatic="" verbal="true">
<name>Spell Name 30</name>
<description>Spell Description 30</description>
</spell>
<spell level="1" prepared="" actions="R" material="true" somatic="true" verbal="">
<name>Spell Name 31</name>
<description>Spell Description 31</description>
</spell>
<spell level="2" prepared="true" actions="1" material="true" somatic="true" verbal="true">
<name>Spell Name 32</name>
<description>Spell Description 32</description>
</spell>
</spells>
<!-- page 3 -->
<character-sketch>Character Sketch Image</character-sketch>
<ethnicity>Ethnicity</ethnicity>
<nationality>Nationality</nationality>
<birthplace>Birthplace</birthplace>
<age>Age</age>
<gender-pronouns>Gender/Pronouns</gender-pronouns>
<height>Height</height>
<weight>Weight</weight>
<appearance>Appearance</appearance>
<personality>
<attitude>Attitude</attitude>
<beliefs>Beliefs</beliefs>
<likes>Likes</likes>
<dislikes>Dislikes</dislikes>
<catchphrases>Catchphrases</catchphrases>
</personality>
<campaign-notes>
<notes>Campaign Notes</notes>
<allies>Allies</allies>
<enemies>Enemies</enemies>
<organizations>Organizations</organizations>
</campaign-notes>
<actions-activities>
<action actions="1" page="a1pg">
<name>Action 1 Name</name>
<traits>Action 1 Traits</traits>
<description>Action 1 Description</description>
</action>
<action actions="2" page="a2pg">
<name>Action 2 Name</name>
<traits>Action 2 Traits</traits>
<description>Action 2 Description</description>
</action>
<action actions="3" page="a3pg">
<name>Action 3 Name</name>
<traits>Action 3 Traits</traits>
<description>Action 3 Description</description>
</action>
<action actions="R" page="a4pg">
<name>Action 4 Name</name>
<traits>Action 4 Traits</traits>
<description>Action 4 Description</description>
</action>
<action actions="1" page="a5pg">
<name>Action 5 Name</name>
<traits>Action 5 Traits</traits>
<description>Action 5 Description</description>
</action>
<action actions="2" page="a6pg">
<name>Action 6 Name</name>
<traits>Action 6 Traits</traits>
<description>Action 6 Description</description>
</action>
</actions-activities>
<free-actions-reactions>
<action free="true" reaction="" page="fr1pg">
<name>Free/Reaction 1 Name</name>
<traits>Free/Reaction 1 Traits</traits>
<trigger>Free/Reaction 1 Trigger</trigger>
<description>Free/Reaction 1 Description</description>
</action>
<action free="" reaction="true" page="fr2pg">
<name>Free/Reaction 2 Name</name>
<traits>Free/Reaction 2 Traits</traits>
<trigger>Free/Reaction 2 Trigger</trigger>
<description>Free/Reaction 2 Description</description>
</action>
<action free="true" reaction="" page="fr3pg">
<name>Free/Reaction 3 Name</name>
<traits>Free/Reaction 3 Traits</traits>
<trigger>Free/Reaction 3 Trigger</trigger>
<description>Free/Reaction 3 Description</description>
</action>
<action free="" reaction="true" page="fr4pg">
<name>Free/Reaction 4 Name</name>
<traits>Free/Reaction 4 Traits</traits>
<trigger>Free/Reaction 4 Trigger</trigger>
<description>Free/Reaction 4 Description</description>
</action>
</free-actions-reactions>
</character>