gdritter repos delve / 33e03a8
Rename HK->Delve and update rulebook Getty Ritter 6 years ago
35 changed file(s) with 4955 addition(s) and 0 deletion(s). Collapse all Expand all
1 \weapon {
2 \name{Bow}
3 \type{ranged}
4 \ability{Arrow-Split Shot}
5 \effect{
6 Split your ranged dice to attack multiple non-adjacent
7 targets up to 6 squares away.
8 }
9 }
10
11 \weapon {
12 \name{Claymore}
13 \type{melee}
14 \ability{All-Out Attack}
15 \effect{
16 Melee attack at an adjacent target using 1 extra die, but
17 until the start of your next turn your armor pool has no
18 dice.
19 }
20 }
21
22 \weapon {
23 \name{Crossbow}
24 \type{ranged}
25 \ability{Cover Shot}
26 \effect{
27 Move 1 square, make a ranged attack at a non-adjacent target
28 up to 6 squares away with 1 fewer dice, then return to your
29 original position.
30 }
31 }
32
33 \weapon {
34 \name{Cutlass}
35 \type{melee}
36 \ability{Pressing Attack}
37 \effect{
38 Melee attack at an adjacent target using 1 fewer dice; the
39 target is also pushed back 1 square and you move into its
40 square.
41 }
42 }
43
44 \weapon {
45 \name{Daggers}
46 \type{ranged}
47 \ability{Sneaky Attack}
48 \effect{
49 If a non-adjacent target up to 6 squares away is engaged,
50 you can make a ranged attack at that target with 1 extra
51 die.
52 }
53 }
54
55 \weapon {
56 \name{Hammer}
57 \type{melee}
58 \ability{Knockback}
59 \effect{
60 Melee attack at an adjacent target using 1 fewer dice; if
61 the attack hits, the target is also pushed back 4 squares.
62 }
63 }
64
65 \weapon {
66 \name{Hammer}
67 \type{melee}
68 \ability{Iron Wall}
69 \effect{
70 Your armor pool gains 1 extra die until the start of your
71 next turn.
72 }
73 }
74
75 \weapon {
76 \name{Longsword}
77 \type{melee}
78 \ability{Strikeback Attack}
79 \effect{
80 If an adjacent target has attacked you since your last turn,
81 you can make a melee attack at that target with 1 extra die.
82 }
83 }
84
85 \weapon {
86 \name{Shortsword}
87 \type{melee}
88 \ability{Whirlwind}
89 \effect{
90 Split your melee dice to make melee attacks at multiple
91 adjacent targets.
92 }
93 }
94
95 \weapon {
96 \name{Staff of Fire}
97 \type{magic}
98 \ability{Flame Burst}
99 \effect{
100 Make 1 die magic attacks at all adjacent targets, including
101 enemies and allies.
102 }
103 }
104
105 \weapon {
106 \name{Staff of Light}
107 \type{magic}
108 \ability{Healing Touch}
109 \effect{
110 Remove 1 damage from yourself or an adjacent ally.
111 }
112 }
113
114 \weapon {
115 \name{Staff of Telekinesis}
116 \type{magic}
117 \ability{Wave of Force}
118 \effect{
119 Magic attack at a target up to 4 squares away with 1 extra
120 die; if the attack hits, it deals no damage, but you can
121 push or pull the target up to 4 squares.
122 }
123 }
124
125 \weapon {
126 \name{Staff of Thunder}
127 \type{magic}
128 \ability{Fork Lightning}
129 \effect{
130 Split your magic dice to make magic attacks at multiple
131 targets up to 4 squares away.
132 }
133 }
134
135 \weapon {
136 \name{Staff of Vines}
137 \type{magic}
138 \ability{Tangling Roots}
139 \effect{
140 Magic attack at a target up to 4 squares away with 1 fewer
141 dice; if the attack hits, the target also cannot move on its
142 next turn.
143 }
144 }
145
146 \weapon {
147 \name{Staff of Water}
148 \type{magic}
149 \ability{Waterwhip Strikes}
150 \effect{
151 Split your magic dice to make magic attacks at multiple
152 targets up to 4 squares away.
153 }
154 }
155
156 \weapon {
157 \name{Whip}
158 \type{ranged}
159 \ability{Lasso}
160 \effect{
161 Ranged attack at a non-adjacent target up to 6 squares away;
162 if the attack hits, the target takes no damage but is pulled
163 to an empty square closer to you.
164 }
165 }
166
167 \equipment {
168 \name{Boomerang Buckler}
169 \ability{Returning Throw}
170 \effect{
171 Ranged attack with your armor dice at a target up to 4
172 squares away, but until the start of your next turn your
173 armor pool has no dice.
174 }
175 }
176
177 \equipment {
178 \name{Defender's Shield}
179 \ability{Defender's Block}
180 \effect{
181 Move 1 die from your armor pool to an adjacent ally's armor
182 pool until the start of your next turn.
183 }
184 }
185
186 \equipment {
187 \name{Everpresent Shield}
188 \ability{Warding Block}
189 \effect{
190 When you are attacked by more than 1 enemy, your armor pool
191 gains 1 extra die until the start of your next turn.
192 }
193 }
194
195 \equipment {
196 \name{Guard's Shield}
197 \ability{Defensive Wall}
198 \effect{
199 Use your action to add all of your melee, ranged, or magic
200 dice to your armor pool until the start of your next turn.
201 }
202 }
203
204 \equipment {
205 \name{Heavy Shield}
206 \ability{Improved Defense}
207 \effect{
208 Gain 1 extra armor die. Your movement is reduced by 2
209 squares.
210 }
211 }
212
213 \equipment {
214 \name{Light Shield}
215 \ability{Reflex Block}
216 \effect{
217 Re-roll any armor dice that roll a 1.
218 }
219 }
220
221 \equipment {
222 \name{Striker's Spauldron}
223 \ability{Striker's Protection}
224 \effect{
225 When you are attacked by an enemy that you attacked last
226 turn, you gain 1 die to your armor pool.
227 }
228 }
229
230 \equipment {
231 \name{Wrist Bracers}
232 \ability{Defensive Block}
233 \effect{
234 You can add 1 extra die to your armor pool, but on your next
235 turn your attacks have 1 fewer dice.
236 }
237 }
238
239 \item {
240 \name{Bomb}
241 \ability{BA-BOOM!}
242 \effect{
243 Make 1 die attacks at a target or square up to 5 squares
244 away and all adjacent targets.
245 }
246 }
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4 <svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="4in"
13 height="1in"
14 viewBox="0 0 101.6 25.400001"
15 version="1.1"
16 id="svg899"
17 inkscape:version="0.92.2 5c3e80d, 2017-08-06"
18 sodipodi:docname="character-sheet.svg"
19 inkscape:export-filename="/home/gdritter/documents/hk-rulebook/assets/character-slip.png"
20 inkscape:export-xdpi="300"
21 inkscape:export-ydpi="300">
22 <defs
23 id="defs893" />
24 <sodipodi:namedview
25 id="base"
26 pagecolor="#ffffff"
27 bordercolor="#666666"
28 borderopacity="1.0"
29 inkscape:pageopacity="0.0"
30 inkscape:pageshadow="2"
31 inkscape:zoom="2.8"
32 inkscape:cx="152.42601"
33 inkscape:cy="58.390023"
34 inkscape:document-units="mm"
35 inkscape:current-layer="layer1"
36 showgrid="true"
37 units="in"
38 inkscape:snap-smooth-nodes="true"
39 inkscape:snap-intersection-paths="true"
40 inkscape:object-paths="true"
41 inkscape:window-width="3838"
42 inkscape:window-height="2115"
43 inkscape:window-x="0"
44 inkscape:window-y="43"
45 inkscape:window-maximized="0"
46 showguides="false">
47 <inkscape:grid
48 type="xygrid"
49 id="grid5817"
50 units="in"
51 spacingx="1.27"
52 spacingy="1.27" />
53 </sodipodi:namedview>
54 <metadata
55 id="metadata896">
56 <rdf:RDF>
57 <cc:Work
58 rdf:about="">
59 <dc:format>image/svg+xml</dc:format>
60 <dc:type
61 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
62 <dc:title />
63 </cc:Work>
64 </rdf:RDF>
65 </metadata>
66 <g
67 inkscape:label="Layer 1"
68 inkscape:groupmode="layer"
69 id="layer1"
70 transform="translate(0,-271.59998)">
71 <text
72 xml:space="preserve"
73 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cccccc;fill-opacity:0.96764706;stroke:none;stroke-width:0.26458332;"
74 x="275.05759"
75 y="-52.141491"
76 id="text6804"
77 transform="rotate(90)"><tspan
78 sodipodi:role="line"
79 id="tspan6802"
80 x="275.05759"
81 y="-52.141491"
82 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#cccccc;fill-opacity:0.96764706;stroke-width:0.26458332;">Melee</tspan></text>
83 <path
84 style="fill:#996633;fill-opacity:1;stroke:none;stroke-width:0.13229166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
85 d="m 57.150001,273.50508 c -0.350681,-6e-5 -0.635018,0.28417 -0.635104,0.63485 v 2.54015 h -1.269948 l -1.269948,1.26995 0.635,0.63495 0.634948,-0.63495 h 1.269948 l -1.03e-4,5.71495 0.635207,1.26989 0.635,-1.26989 1.03e-4,-5.71495 h 1.269948 l 0.634949,0.63495 0.635,-0.63495 -1.269949,-1.26995 h -1.269948 v -2.54015 c -8.6e-5,-0.35068 -0.284423,-0.63491 -0.635103,-0.63485 z"
86 id="path5823"
87 inkscape:connector-curvature="0"
88 sodipodi:nodetypes="ccccccccccccccccccc" />
89 <text
90 xml:space="preserve"
91 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cccccc;fill-opacity:0.96764706;stroke:none;stroke-width:0.26458332"
92 x="275.05759"
93 y="-77.529266"
94 id="text5802"
95 transform="rotate(90)"><tspan
96 sodipodi:role="line"
97 id="tspan5800"
98 x="275.05759"
99 y="-77.529266"
100 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#cccccc;fill-opacity:0.96764706;stroke-width:0.26458332">Arcane</tspan></text>
101 <path
102 style="fill:#993366;fill-opacity:1;stroke:none;stroke-width:0.13229166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
103 d="m 82.55,273.50508 a 2.5399999,2.5399999 0 0 0 -2.539897,2.5399 l 2.58e-4,2.6e-4 h -5.16e-4 a 0.63499994,0.63499994 0 0 0 0.635103,0.63484 0.63499994,0.63499994 0 0 0 0.634845,-0.63484 l 2.58e-4,-2.6e-4 a 1.2699999,1.2699999 0 0 1 1.269949,-1.26995 1.2699999,1.2699999 0 0 1 1.269948,1.26995 1.2699999,1.2699999 0 0 1 -1.269948,1.26995 0.63499996,0.63499996 0 0 0 -0.635104,0.6351 v 6.35 a 0.63499994,0.63499994 0 0 0 0.635104,0.63484 0.63499994,0.63499994 0 0 0 0.635103,-0.63484 v -5.79913 a 2.5399999,2.5399999 0 0 0 1.904793,-2.45592 2.5399999,2.5399999 0 0 0 -2.539896,-2.5399 z"
104 id="path5866"
105 inkscape:connector-curvature="0" />
106 <text
107 xml:space="preserve"
108 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cccccc;fill-opacity:0.96764706;stroke:none;stroke-width:0.26458332"
109 x="275.05759"
110 y="-90.229263"
111 id="text6830"
112 transform="rotate(90)"><tspan
113 sodipodi:role="line"
114 id="tspan6828"
115 x="275.05759"
116 y="-90.229263"
117 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#cccccc;fill-opacity:0.96764706;stroke-width:0.26458332">Defense</tspan></text>
118 <path
119 style="fill:#339966;fill-opacity:1;stroke:none;stroke-width:0.13229166;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
120 d="m 92.075,274.77498 v 5.71489 a 3.1749998,3.1749998 0 0 0 3.174999,3.175 3.1749998,3.1749998 0 0 0 3.175,-3.175 v -5.71489 z"
121 id="path5907"
122 inkscape:connector-curvature="0" />
123 <path
124 style="fill:#336699;fill-opacity:0.97590362;stroke:none;stroke-width:0.13229166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
125 d="m 72.39,284.29998 -0.635,-0.635 v -6.985 l -0.635,-0.635 v -1.905 l 1.27,0.635 1.27,-0.635 v 1.905 l -0.635,0.635 v 6.985 z"
126 id="path5931"
127 inkscape:connector-curvature="0"
128 sodipodi:nodetypes="ccccccccccc" />
129 <text
130 transform="rotate(90)"
131 id="text5798"
132 y="-64.829269"
133 x="275.05759"
134 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cccccc;fill-opacity:0.96764706;stroke:none;stroke-width:0.26458332"
135 xml:space="preserve"><tspan
136 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#cccccc;fill-opacity:0.96764706;stroke-width:0.26458332"
137 y="-64.829269"
138 x="275.05759"
139 id="tspan5796"
140 sodipodi:role="line">Ranged</tspan></text>
141 <path
142 style="fill:#336699;fill-opacity:0.97590362;stroke:none;stroke-width:0.13229166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
143 d="m 69.85,274.12081 -0.01757,0.0176 c -0.919818,-0.0975 -2.465058,0.25619 -3.077589,0.94929 l -0.0041,0.005 c -0.384936,0.44054 -0.625381,0.98862 -0.688848,1.57019 l -0.02196,0.0176 v 0.61573 3.82922 0.61572 l 0.02222,0.0178 c 0.06345,0.58145 0.303795,1.12943 0.688589,1.56993 l 0.0041,0.005 c 0.612531,0.6931 2.15777,1.04684 3.077589,0.9493 l 0.01757,0.0176 v -0.0191 -4.46588 -1.20923 -4.46587 z m -1.269948,1.45934 v 1.09993 1.09813 2.88199 1.09967 1.09813 a 2.5399999,1.2699999 0 0 1 -0.634586,-0.25787 l -0.0036,-0.002 a 2.5399999,1.2699999 0 0 1 -0.628644,-0.83845 h -0.0031 v -5.07979 h 0.0031 a 2.5399999,1.2699999 0 0 1 0.859379,-0.95369 2.5399999,1.2699999 0 0 1 0.407469,-0.14624 z"
144 id="path5933"
145 inkscape:connector-curvature="0" />
146 <path
147 style="fill:#999999;stroke:#999999;stroke-width:0.265;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
148 d="m 50.799999,274.13998 v 20.32"
149 id="path6736"
150 inkscape:connector-curvature="0" />
151 <path
152 style="fill:#999999;stroke:#999999;stroke-width:0.265;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
153 d="m 63.499999,274.13998 v 20.32"
154 id="path6738"
155 inkscape:connector-curvature="0" />
156 <path
157 style="fill:#999999;stroke:#999999;stroke-width:0.265;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
158 d="m 76.199999,274.13998 v 20.32"
159 id="path6740"
160 inkscape:connector-curvature="0" />
161 <path
162 style="fill:#999999;stroke:#999999;stroke-width:0.265;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
163 d="m 88.899999,274.13998 v 20.32"
164 id="path6742"
165 inkscape:connector-curvature="0" />
166 <text
167 xml:space="preserve"
168 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#999999;fill-opacity:1;stroke:none;stroke-width:0.26458332"
169 x="2.9897916"
170 y="276.64401"
171 id="text6756"><tspan
172 sodipodi:role="line"
173 id="tspan6754"
174 x="2.9897916"
175 y="276.64401"
176 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#999999;stroke:none;stroke-width:0.26458332">Name</tspan></text>
177 <path
178 style="fill:#999999;stroke:#999999;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
179 d="M 2.54,277.94998 H 48.259999"
180 id="path6758"
181 inkscape:connector-curvature="0" />
182 <text
183 xml:space="preserve"
184 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#999999;fill-opacity:1;stroke:none;stroke-width:0.26458332"
185 x="2.9897919"
186 y="282.99399"
187 id="text6756-6"><tspan
188 sodipodi:role="line"
189 id="tspan6754-2"
190 x="2.9897919"
191 y="282.99399"
192 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#999999;stroke:none;stroke-width:0.26458332">Player</tspan></text>
193 <path
194 style="fill:#999999;stroke:#999999;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
195 d="M 2.54,284.29998 H 48.259999"
196 id="path6758-9"
197 inkscape:connector-curvature="0" />
198 <rect
199 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.26458333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
200 id="rect5745"
201 width="7.6199999"
202 height="7.6199999"
203 x="10.160006"
204 y="286.84" />
205 <rect
206 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.26458333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
207 id="rect5745-3"
208 width="7.6199999"
209 height="7.6199999"
210 x="20.320007"
211 y="286.84" />
212 <rect
213 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.26458333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
214 id="rect5745-6"
215 width="7.6199999"
216 height="7.6199999"
217 x="30.480005"
218 y="286.84" />
219 <rect
220 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.26458333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
221 id="rect5745-7"
222 width="7.6199999"
223 height="7.6199999"
224 x="40.639999"
225 y="286.84" />
226 <text
227 xml:space="preserve"
228 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#999999;fill-opacity:1;stroke:none;stroke-width:0.26458332"
229 x="2.5475597"
230 y="292.28665"
231 id="text6756-5"><tspan
232 sodipodi:role="line"
233 id="tspan6754-3"
234 x="2.5475597"
235 y="292.28665"
236 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#999999;stroke:none;stroke-width:0.26458332">HP</tspan></text>
237 </g>
238 </svg>
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4 <svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="1in"
13 height="1in"
14 viewBox="0 0 25.4 25.400001"
15 version="1.1"
16 id="svg8"
17 inkscape:version="0.92.2 5c3e80d, 2017-08-06"
18 sodipodi:docname="hk-logo-plain.svg">
19 <defs
20 id="defs2" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="5.6"
29 inkscape:cx="50.376984"
30 inkscape:cy="57.03954"
31 inkscape:document-units="mm"
32 inkscape:current-layer="layer1"
33 showgrid="true"
34 units="in"
35 inkscape:window-width="3838"
36 inkscape:window-height="2115"
37 inkscape:window-x="0"
38 inkscape:window-y="43"
39 inkscape:window-maximized="0">
40 <inkscape:grid
41 type="xygrid"
42 id="grid815"
43 units="in"
44 spacingx="1.27"
45 spacingy="1.27" />
46 </sodipodi:namedview>
47 <metadata
48 id="metadata5">
49 <rdf:RDF>
50 <cc:Work
51 rdf:about="">
52 <dc:format>image/svg+xml</dc:format>
53 <dc:type
54 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
55 <dc:title></dc:title>
56 </cc:Work>
57 </rdf:RDF>
58 </metadata>
59 <g
60 inkscape:label="Layer 1"
61 inkscape:groupmode="layer"
62 id="layer1"
63 transform="translate(0,-271.59998)">
64 <path
65 style="fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
66 d="m 1.269788,274.13995 -0.051147,13.62732 c -0.051044,0.92721 0.5669556,2.75536 1.7920228,4.15257 l 0.00982,0.0114 c 2.549933,2.89157 6.9593322,3.16846 9.8505612,0.61857 1.62386,-1.43642 2.488798,-3.54607 2.428825,-4.6279 L 15.24,274.13998 Z"
67 id="rect823"
68 inkscape:connector-curvature="0"
69 sodipodi:nodetypes="cccccccc" />
70 <text
71 xml:space="preserve"
72 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.7723465px;line-height:1;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.19430865"
73 x="8.1426058"
74 y="282.75952"
75 id="text819"><tspan
76 sodipodi:role="line"
77 id="tspan817"
78 x="8.1426058"
79 y="282.75952"
80 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:1;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';text-align:center;text-anchor:middle;fill:#ffffff;stroke-width:0.19430865">H</tspan><tspan
81 sodipodi:role="line"
82 x="8.1426058"
83 y="290.75858"
84 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:1;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';text-align:center;text-anchor:middle;fill:#ffffff;stroke-width:0.19430865"
85 id="tspan865">K</tspan></text>
86 <path
87 style="fill:#4d4d4d;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
88 d="m 20.326046,294.46109 1.26969,-2.53989 v -8.88887 a 1.2699999,1.2699999 0 0 1 0.9524,0.4284 l 0.002,0.002 a 1.2699999,1.2699999 0 0 1 0.31419,0.83819 h 0.002 1.27021 v -1.27021 l -0.001,-10e-4 a 1.2699999,1.2699999 0 0 0 -0.31523,-0.83716 l -0.002,-0.002 a 1.2699999,1.2699999 0 0 0 -0.95136,-0.42839 l -10e-4,-10e-4 h -0.0284 -1.24179 l -0.63458,-0.63458 v -4.61574 a 1.27,1.27 0 0 0 0.2036,-0.14625 1.27,1.27 0 0 0 0.42995,-0.95239 l 10e-4,-10e-4 -5.2e-4,-5.1e-4 a 1.27,1.27 0 0 0 -0.31522,-0.83768 l -0.002,-0.002 a 1.27,1.27 0 0 0 -0.95085,-0.42839 l -0.002,-0.002 -0.002,0.002 a 1.27,1.27 0 0 0 -0.83819,0.31574 1.27,1.27 0 0 0 -0.42891,0.95136 l -0.002,0.002 0.001,10e-4 a 1.27,1.27 0 0 0 0.31574,0.83819 1.27,1.27 0 0 0 0.31833,0.25838 v 4.61729 l -0.63511,0.6351 h -1.26969 l -0.001,10e-4 a 1.2699999,1.2699999 0 0 0 -0.83871,0.31626 1.2699999,1.2699999 0 0 0 -0.42943,0.95136 l -0.001,10e-4 v 1.27021 h 1.27124 a 1.2699999,1.2699999 0 0 1 0.42892,-0.95291 1.2699999,1.2699999 0 0 1 0.83974,-0.31575 v 8.88887 z"
89 id="path830"
90 inkscape:connector-curvature="0" />
91 </g>
92 </svg>
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4 <svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="1in"
13 height="1in"
14 viewBox="0 0 25.4 25.400001"
15 version="1.1"
16 id="svg8"
17 inkscape:version="0.92.2 5c3e80d, 2017-08-06"
18 sodipodi:docname="hk-logo.svg">
19 <defs
20 id="defs2" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="5.6"
29 inkscape:cx="50.376984"
30 inkscape:cy="57.03954"
31 inkscape:document-units="mm"
32 inkscape:current-layer="layer1"
33 showgrid="true"
34 units="in"
35 inkscape:window-width="1918"
36 inkscape:window-height="1078"
37 inkscape:window-x="3840"
38 inkscape:window-y="0"
39 inkscape:window-maximized="0">
40 <inkscape:grid
41 type="xygrid"
42 id="grid815"
43 units="in"
44 spacingx="1.27"
45 spacingy="1.27" />
46 </sodipodi:namedview>
47 <metadata
48 id="metadata5">
49 <rdf:RDF>
50 <cc:Work
51 rdf:about="">
52 <dc:format>image/svg+xml</dc:format>
53 <dc:type
54 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
55 <dc:title></dc:title>
56 </cc:Work>
57 </rdf:RDF>
58 </metadata>
59 <g
60 inkscape:label="Layer 1"
61 inkscape:groupmode="layer"
62 id="layer1"
63 transform="translate(0,-271.59998)">
64 <path
65 style="fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
66 d="m 1.269788,274.13995 -0.051147,13.62732 c -0.051044,0.92721 0.5669556,2.75536 1.7920228,4.15257 l 0.00982,0.0114 c 2.549933,2.89157 6.9593322,3.16846 9.8505612,0.61857 1.62386,-1.43642 2.488798,-3.54607 2.428825,-4.6279 L 15.24,274.13998 Z"
67 id="rect823"
68 inkscape:connector-curvature="0"
69 sodipodi:nodetypes="cccccccc" />
70 <text
71 xml:space="preserve"
72 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.7723465px;line-height:1;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.19430865"
73 x="8.1426058"
74 y="282.75952"
75 id="text819"><tspan
76 sodipodi:role="line"
77 id="tspan817"
78 x="8.1426058"
79 y="282.75952"
80 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:1;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';text-align:center;text-anchor:middle;fill:#ffffff;stroke-width:0.19430865">H</tspan><tspan
81 sodipodi:role="line"
82 x="8.1426058"
83 y="290.75858"
84 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:1;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';text-align:center;text-anchor:middle;fill:#ffffff;stroke-width:0.19430865"
85 id="tspan865">K</tspan></text>
86 <path
87 style="fill:#4d4d4d;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
88 d="m 20.326046,294.46109 1.26969,-2.53989 v -8.88887 a 1.2699999,1.2699999 0 0 1 0.9524,0.4284 l 0.002,0.002 a 1.2699999,1.2699999 0 0 1 0.31419,0.83819 h 0.002 1.27021 v -1.27021 l -0.001,-10e-4 a 1.2699999,1.2699999 0 0 0 -0.31523,-0.83716 l -0.002,-0.002 a 1.2699999,1.2699999 0 0 0 -0.95136,-0.42839 l -10e-4,-10e-4 h -0.0284 -1.24179 l -0.63458,-0.63458 v -4.61574 a 1.27,1.27 0 0 0 0.2036,-0.14625 1.27,1.27 0 0 0 0.42995,-0.95239 l 10e-4,-10e-4 -5.2e-4,-5.1e-4 a 1.27,1.27 0 0 0 -0.31522,-0.83768 l -0.002,-0.002 a 1.27,1.27 0 0 0 -0.95085,-0.42839 l -0.002,-0.002 -0.002,0.002 a 1.27,1.27 0 0 0 -0.83819,0.31574 1.27,1.27 0 0 0 -0.42891,0.95136 l -0.002,0.002 0.001,10e-4 a 1.27,1.27 0 0 0 0.31574,0.83819 1.27,1.27 0 0 0 0.31833,0.25838 v 4.61729 l -0.63511,0.6351 h -1.26969 l -0.001,10e-4 a 1.2699999,1.2699999 0 0 0 -0.83871,0.31626 1.2699999,1.2699999 0 0 0 -0.42943,0.95136 l -0.001,10e-4 v 1.27021 h 1.27124 a 1.2699999,1.2699999 0 0 1 0.42892,-0.95291 1.2699999,1.2699999 0 0 1 0.83974,-0.31575 v 8.88887 z"
89 id="path830"
90 inkscape:connector-curvature="0" />
91 </g>
92 </svg>
+499
-0
hk.py less more
1 import sys
2
3 TEMPLATE = '''
4 <svg width="4in" height="1in" version="1.1"
5 xmlns="http://www.w3.org/2000/svg"
6 xmlns:xlink="http://www.w3.org/1999/xlink">
7
8 <rect x="0in" y="0in" width="4in" height="1in"
9 style="fill: white; stroke-width: 0.02in; stroke: #ddd;" />
10
11 <rect x="0.1in" y="0.1in" width="0.8in" height="0.8in"
12 style="fill: white; stroke-width: 0.02in; stroke: #999;" />
13
14 <line x1="1.1in" y1="0.3in" x2="1.1in" y2="0.9in" style="stroke-width: 0.02in; stroke: #999;" />
15
16 <image x="0.1in" y="0.1in" width="0.8in" height="0.8in" xlink:href="../icons/{type}-icon.svg" />
17
18 <text x="1in" y="0.1in"
19 dominant-baseline="hanging"
20 style="font-family: Fira Sans;
21 font-size: 12pt;
22 font-weight: bold;">
23 {header}
24 </text>
25
26 {text}
27 </svg>
28 '''
29
30 TEXT_TEMPLATE = '''<text x="{x}in" y="{y}in"
31 dominant-baseline="hanging"
32 style="font-family: Fira Sans; font-size: 10pt; {s}">
33 {t}</text>'''
34
35
36 WEAPONS = [
37 ('Bow', 'ranged', 'Arrow-Split Shot',
38 ['Split your Ranged dice to attack multiple',
39 'non-adjacent targets up to 6 squares away.']),
40
41 ('Claymore', 'melee', 'All-Out Attack',
42 ['Take +1d to a Melee attack, but until the',
43 'start of your next turn your Defense pool has',
44 'no dice.'
45 ]),
46
47 ('Crossbow', 'ranged', 'Cover Shot',
48 ['Move 1 square, make a Ranged attack with',
49 '-1d, then return to your original position.'
50 ]),
51
52 ('Cutlass', 'melee', 'Pressing Attack',
53 ['Melee attack a target with -1d; the target ',
54 'is also pushed back 1 square and you ',
55 'move into its square.'
56 ]),
57
58 ('Daggers', 'ranged', 'Sneaky Attack',
59 ['You can make a +1d Ranged attack at any ',
60 'engaged target in range.'
61 ]),
62
63 ("Mace", "melee", "Knockback",
64 ["Melee attack at an adjacent with -1d.",
65 "If the attack hits, the target is also",
66 "pushed back 4 squares."]),
67
68 ("Hammer", "melee", "Iron Wall",
69 ["Your Defense pool gains 1 extra die until ",
70 "the start of your next turn."]),
71
72 ("Longsword", "melee", "Strikeback Attack",
73 ["If an adjacent target has attacked you ",
74 "since your last turn, you can attack that ",
75 "target with +1d."]),
76
77 ("Shortsword", "melee", "Whirlwind",
78 ["Split your Melee dice to make Melee ",
79 "attacks at multiple adjacent targets."]),
80
81 ("Staff of Fire", "magic", "Flame Burst",
82 ["Make 1 die Arcane attacks at all ",
83 "adjacent targets, including enemies ",
84 "and allies."]),
85
86 ("Staff of Light", "magic", "Healing Touch",
87 ["Remove 1 damage from yourself or an ",
88 "adjacent ally."]),
89
90 ("Staff of Telekinesis", "magic", "Wave of Force",
91 ["Make a +1d Arcane attack. If it hits, do not",
92 "deal damage, but move the target up to",
93 "4 squares away from its current position."]),
94
95 ("Staff of Thunder", "magic", "Fork Lightning",
96 ["Split your Arcande dice to make Arcane",
97 "attacks at multiple targets in range."]),
98
99 ("Staff of Vines", "magic", "Tangling Roots",
100 ["Make a -1d Arcane attack at a target in",
101 "range. If it hits, the target also cannot",
102 "move on its next turn."]),
103
104 ("Staff of Water", "magic", "Freezing Strike",
105 ["When you roll a 6 on an attack die, your",
106 "target cannot move during their next turn."]),
107
108 ("Whip", "ranged", "Lasso",
109 ["Make a Ranged attack at a target in range.",
110 "If it hits, the target takes no damage, but is",
111 "pulled to an empty square closer to you."]),
112
113 ("Longbow", "ranged", "Distant Shot",
114 ["Make a -1d Ranged attack at a non-adjacent",
115 "target up to 8 squares away."]),
116
117 ("Brigand's Axe", "melee", "Brutal Slash",
118 ["Re-roll any Melee attack dice that roll a 1."]),
119
120 ("Footman's Pike", "melee", "Reaching Strike",
121 ["Your Melee attacks can target characters",
122 "up to 1 square away, but your Melee",
123 "attacks at adjacent targets take -1d."]),
124
125 ("Lucky Longsword", "melee", "Warrior's Luck",
126 ["Once per encounter, you can re-roll all of",
127 "your Melee attack dice."]),
128
129 ("Raider's Battleaxe", "melee", "Reaping Strike",
130 ["When you KO an enemy with a Melee",
131 "attack, you can immediately make a Melee",
132 "attack at another adjacent target."]),
133
134 ("Swift Sword", "melee", "Following Cut",
135 ["When you roll a 6 on a Melee attack die,",
136 "you can immediately make a 1d Melee",
137 "attack at an adjacent target."]),
138
139 ("Bloodthirsty Blade", "melee", "Quenching Hit",
140 ["The first time in each encounter that you",
141 "hit with a Melee attack, the attack deals",
142 "1 extra damage."]),
143
144 ("Thundering Hammer", "melee", "Thunder Strike",
145 ["Once per encounter, you can deal 1 extra",
146 "damage when you hit with a Melee attack."]),
147
148 ("Heavy Crossbow", "ranged", "Opening Shot",
149 ["Once per encounter, you can use your",
150 "action to make a 3d Ranged attack at",
151 "a target in range."]),
152
153 ("Faerie Wand", "magic", "Faerie Fire",
154 ["When you hit a target with an Arcane attack,",
155 "all attacks against that target gain +1d."]),
156
157 ("Explosive Wand", "magic", "Arcane Burst",
158 ["When you KO a target with an Arcane attack,",
159 "you must immediately make 1d attacks at",
160 "all characters adjacent to that target."]),
161
162 ("Throwing Axe", "ranged", "Spinning Throw",
163 ["Once per encounter, instead of moving, you",
164 "can make a 2d Ranged attack at a target up",
165 "to 3 squares away."]),
166
167 ("Bandit's Bow", "ranged", "Brutal Shot",
168 ["Re-roll any Ranged attack dice that roll a 1."]),
169
170 ("Deepwood Bow", "ranged", "Precision Shot",
171 ["Once per encounter, you can add +1d",
172 "when you make a Ranged attack."]),
173
174 ("Sharpshooter's Bow", "ranged", "Surprise Shot",
175 ["Your first ranged attack in each encounter",
176 "deals 1 extra damage if it hits."]),
177
178 ]
179
180
181 CARDS = [
182 # items
183 ("Bomb",
184 "item",
185 ["Make 1d attacks at a target or square up to",
186 "5 squares away and all adjacent targets."]),
187
188 ("Rope",
189 "item",
190 ["Take +1d to any ability test to climb or",
191 "traverse obstacles or difficult terrain."]),
192
193 ("Bait",
194 "item",
195 ["Toss this item on an adjacent square. On",
196 "their next turn, one enemy will ignore",
197 "everything else and move straight for the",
198 "targeted square."]),
199
200 ("Goldleaf Herb",
201 "plant",
202 ["Can be used to brew a Potion of Healing.",
203 "Requires an Intelligence (Alchemy) roll of",
204 "5 or higher to brew."]),
205
206 ("Frostberry Seeds",
207 "plant",
208 ["Can be used to brew a Potion of Dexterity.",
209 "Requires an Intelligence (Alchemy) roll of",
210 "5 or higher to brew."]),
211
212 ("Oxroot Strands",
213 "plant",
214 ["Can be used to brew a Potion of Strength.",
215 "Requires an Intelligence (Alchemy) roll of",
216 "5 or higher to brew."]),
217
218 ("Coldwine Flowers",
219 "plant",
220 ["Can be used to brew a Potion of Intelligence.",
221 "Requires an Intelligence (Alchemy) roll of",
222 "5 or higher to brew."]),
223
224 ("Potion of Healing",
225 "item",
226 ["Restore yourself or an ally to full health."]),
227
228 ("Potion of Charisma",
229 "item",
230 ["You become extra-charismatic for 5",
231 "minutes. You gain +2d to Intelligence",
232 "(Talking) tests."]),
233
234 ("Potion of Dexterity",
235 "item",
236 ["You become nimble for 5 minutes.",
237 "You gain +2d to your Ranged pool and when",
238 "making Dexterity ability tests."]),
239
240 ("Potion of Intelligence",
241 "item",
242 ["You become smarter for 5 minutes.",
243 "You gain +2d to your Arcane pool and when",
244 "making Intelligence ability tests."]),
245
246 ("Potion of Invisibility",
247 "item",
248 ["You become invisible for 5 minutes.",
249 "You gain +2d to your Defense pool and when",
250 "making Dexterity (Stealth) ability tests."]),
251
252 ("Potion of Quickness",
253 "item",
254 ["You become quicker for 5 minutes.",
255 "If you don't move on your turn, you can",
256 "take 2 actions."]),
257
258 ("Potion of Strength",
259 "item",
260 ["You become stronger for 5 minutes.",
261 "Gain +2d to your Melee pool and when",
262 "making Strength ability tests."]),
263
264 ("Stack of Gold",
265 "treasure",
266 ["Treasure. Can be exchanged for goods and",
267 "services."]),
268
269 ("Pile of Gems",
270 "treasure",
271 ["Treasure. Can be exchanged for goods and",
272 "services."]),
273
274 # abilities
275 ("Teamwork", "ability",
276 ["When your target is engaged, your Melee",
277 "attacks gain +1d."]),
278
279 ("Nimble", "ability",
280 ["You can move up to 5 squares on your turn,",
281 "ignoring obstacles, enemies, and allies."]),
282
283 ("Revenge Strike", "ability",
284 ["Take an extra +1d when attacking an enemy",
285 "that has previously attacked you."]),
286
287 ("Retaliation", "ability",
288 ["When you hit a target that has damaged",
289 "you since your last turn, deal 2 damage."]),
290
291 ("Power Surge", "ability",
292 ["When you are not at full health, your",
293 "attacks gain +1d."]),
294
295 ("Keen Reflexes", "ability",
296 ["When defending against Melee attacks,",
297 "you gain +1d to your Defense pool."]),
298
299 ("Evasive Maneuver", "ability",
300 ["When you're damaged by an attack, you",
301 "can immediately move 1 square."]),
302
303 ("Alchemical Training", "ability",
304 ["Take +1d on all Intelligence (Alchemy)",
305 "ability tests."]),
306
307 ("Rhetorical Training", "ability",
308 ["Take +1d on all Intelligence (Talking)",
309 "ability tests."]),
310
311 ("Stealth Training", "ability",
312 ["Take +1d on all Dexterity (Stealth)",
313 "ability tests."]),
314
315 ("Keen Vision", "ability",
316 ["You can see even in dark or low-light",
317 "conditions."]),
318
319 ("Academic Background", "ability",
320 ["Take +1d on all Intelligence (Lore)",
321 "ability tests."]),
322
323 ("Defender", "ability",
324 ["When an adjacent ally is hit, you can take",
325 "the damage instead of the ally."]),
326
327 ("Hard to Kill", "ability",
328 ["When you take damage that would KO you,",
329 "you can still act on your next turn. If you're",
330 "still KO'd at the end of your next turn,",
331 "you are knocked out."]),
332
333 ("Unstoppable", "ability",
334 ["You can move through spaces occupied",
335 "by enemies."]),
336
337 ("Aggravated", "ability",
338 ["When you miss an enemy with an attack,",
339 "you can add +1d to your next attack",
340 "against that enemy."]),
341
342 ("Momentum", "ability",
343 ["When you deal damage to an enemy,",
344 "you can add +1d to your next attack",
345 "against that enemy."]),
346
347 ("Barkskin", "ability",
348 ["When you are not at full health, your Defense",
349 "pool gains +1d."]),
350
351 # equipment
352 ("Boomerang Buckler", "equipment",
353 ["Ranged attack with your Defense dice at a ",
354 "target up to 4 squares away, but until the ",
355 "start of your next turn your Defense pool",
356 "has no dice."]),
357
358 ("Defender's Shield", "equipment",
359 ["Move 1 die from your Defense pool to an",
360 "adjacent ally's Defense pool until the start",
361 "of your next turn."]),
362
363 ("Everpresent Shield", "equipment",
364 ["When you are attacked by more than ",
365 "1 enemy, your Defense pool gains 1 extra die",
366 "until the start of your next turn."]),
367
368 ("Guard's Shield", "equipment",
369 ["Use your action to add all of your Melee,",
370 "Ranged, or Arcane dice to your Defense pool",
371 "until the start of your next turn."]),
372
373 ("Heavy Shield", "equipment",
374 ["Gain 1 extra Defence die. Your movement is",
375 "reduced by 2 squares."]),
376
377 ("Light Shield", "equipment",
378 ["Re-roll any Defence dice that roll a 1."]),
379
380 ("Striker's Spauldron", "equipment",
381 ["When you are attacked by an enemy that",
382 "attacked last turn, you gain 1 die to your",
383 "Defence pool."]),
384
385 ("Wrist Bracers", "equipment",
386 ["You can add 1 extra die to your Defence",
387 "pool, but on your next turn your attacks",
388 "have 1 fewer dice."]),
389
390 ("Charged Amulet", "equipment",
391 ["Once per encounter, you can add +1d to",
392 "any Arcane attack."]),
393
394 ("Crystal Amulet", "equipment",
395 ["Re-roll any Arcane attack die that rolls a 1."]),
396
397 ("Amulet of Protection", "equipment",
398 ["At the start of your turn, you can move 1d",
399 "from your Arcane pool to your Defense pool",
400 "until the start of your next turn."]),
401
402 ("Amulet of Retreat", "equipment",
403 ["After you have been attacked, you can",
404 "teleport up to 3 squares away."]),
405
406 ("Amulet of Healing", "equipment",
407 ["Extend the range of healing powers 1 square",
408 "(including touch or adjacent powers.)"]),
409
410 ("Lucky Charm", "equipment",
411 ["Once per encounter, you can re-roll 1d in",
412 "an attack, Defence, or ability test."]),
413
414 ("Vengeful Pendant", "equipment",
415 ["When you take attack damage that will ",
416 "KO you, you can immediately make a",
417 "normal attack."]),
418
419 ("Focus Charm", "equipment",
420 ["Once per encounter, you can add +1d to",
421 "any Ranged attack."]),
422
423 ("Charm of Power", "equipment",
424 ["Once per encounter, you can add +1d to",
425 "any Melee attack."]),
426
427 ("Studded Armor", "equipment",
428 ["Take +1d to your Defense dice when",
429 "defending against any Melee attack."]),
430
431 ("Leather Armor", "equipment",
432 ["Take +1d to your Defense dice when",
433 "defending against any Ranged attack."]),
434
435 ("Consecrated Armor", "equipment",
436 ["Take +1d to your Defense dice when",
437 "defending against any Arcane attack."]),
438
439 ("Banded Armor", "equipment",
440 ["Take +1d to your Defense dice when",
441 "defending against any Arcane attack."]),
442
443 ]
444
445
446 def weapon(name, type, special, special_text):
447 raw_text = ['Special: {0}'.format(special)] + special_text
448 text = ''
449 for n, t in enumerate(raw_text):
450 s = '' if n else 'font-weight: bold;'
451 y = 0.3 + n * 0.16
452 x = '1.2' if n else '1.15'
453 text += TEXT_TEMPLATE.format(x=x, t=t, y=y, s=s)
454
455 with open('cards/weapon_{0}.svg'.format(slug(name)), 'w') as f:
456 f.write(TEMPLATE.format(
457 type=type,
458 header='{0} (Weapon, {1})'.format(name, type.capitalize()),
459 text=text
460 ))
461
462
463 def slug(name):
464 return ''.join(
465 c for c in '_'.join(name.lower().split())
466 if c.isalpha() or c == '_')
467
468
469 def card(name, type, raw_text):
470 text = ''
471 for n, t in enumerate(raw_text):
472 s = ''
473 y = 0.3 + n * 0.16
474 x = '1.15'
475 text += TEXT_TEMPLATE.format(x=x, t=t, y=y, s=s)
476
477 if type == 'plant' or type == 'treasure':
478 named_type = 'item'
479 else:
480 named_type = type
481
482 with open('cards/{0}_{1}.svg'.format(named_type.lower(), slug(name)), 'w') as f:
483 f.write(TEMPLATE.format(
484 type=type,
485 header='{0} ({1})'.format(name, named_type.capitalize()),
486 text=text
487 ))
488
489
490 def main():
491 for thing in WEAPONS:
492 weapon(*thing)
493
494 for thing in CARDS:
495 card(*thing)
496
497
498 if __name__ == '__main__':
499 main()
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4 <svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="1in"
13 height="1in"
14 viewBox="0 0 25.4 25.400001"
15 version="1.1"
16 id="svg6027"
17 inkscape:version="0.92.2 5c3e80d, 2017-08-06"
18 sodipodi:docname="ability-icon.svg"
19 inkscape:export-filename="/home/gdritter/writing/games/hk/icons/ability-icon.png"
20 inkscape:export-xdpi="300"
21 inkscape:export-ydpi="300">
22 <defs
23 id="defs6021" />
24 <sodipodi:namedview
25 id="base"
26 pagecolor="#ffffff"
27 bordercolor="#666666"
28 borderopacity="1.0"
29 inkscape:pageopacity="0.0"
30 inkscape:pageshadow="2"
31 inkscape:zoom="4.296875"
32 inkscape:cx="-37.423773"
33 inkscape:cy="57.566095"
34 inkscape:document-units="mm"
35 inkscape:current-layer="layer1"
36 showgrid="true"
37 units="in"
38 inkscape:window-width="3840"
39 inkscape:window-height="2160"
40 inkscape:window-x="0"
41 inkscape:window-y="0"
42 inkscape:window-maximized="0">
43 <inkscape:grid
44 type="xygrid"
45 id="grid6572"
46 units="in"
47 spacingx="1.27"
48 spacingy="1.27" />
49 </sodipodi:namedview>
50 <metadata
51 id="metadata6024">
52 <rdf:RDF>
53 <cc:Work
54 rdf:about="">
55 <dc:format>image/svg+xml</dc:format>
56 <dc:type
57 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
58 <dc:title />
59 </cc:Work>
60 </rdf:RDF>
61 </metadata>
62 <g
63 inkscape:label="Layer 1"
64 inkscape:groupmode="layer"
65 id="layer1"
66 transform="translate(0,-271.59998)">
67 <path
68 style="fill:none;fill-opacity:1;stroke:#993333;stroke-width:1.32291663;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
69 d="m 17.158887,277.20915 c -1.286427,-0.0272 -2.519376,0.51433 -3.369568,1.48014 -0.501997,0.57219 -0.845677,1.26565 -1.089319,1.31184 -0.243643,0.0462 -0.587322,-0.64729 -1.089318,-1.21947 -0.850192,-0.96582 -2.0831421,-1.5074 -3.369569,-1.48013 -1.0292376,0.0221 -2.0175712,0.40712 -2.7904454,1.08718 -1.1482057,1.01268 -1.4822695,2.31238 -1.4822695,4.0587 0.0999,3.37243 3.4926408,6.98542 8.7316019,8.73174 5.238962,-1.74632 8.621303,-5.34605 8.731603,-8.73174 0,-1.74632 -0.309087,-3.11607 -1.48227,-4.15107 -0.772875,-0.68006 -1.761208,-1.06512 -2.790446,-1.08719 z"
70 id="path7664"
71 inkscape:connector-curvature="0"
72 sodipodi:nodetypes="ccccccccccc" />
73 </g>
74 </svg>
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4 <svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="1in"
13 height="1in"
14 viewBox="0 0 25.4 25.400001"
15 version="1.1"
16 id="svg6027"
17 inkscape:version="0.92.2 5c3e80d, 2017-08-06"
18 sodipodi:docname="boot-icon.svg"
19 inkscape:export-filename="/home/gdritter/writing/games/hk/icons/boot-icon.png"
20 inkscape:export-xdpi="300"
21 inkscape:export-ydpi="300">
22 <defs
23 id="defs6021" />
24 <sodipodi:namedview
25 id="base"
26 pagecolor="#ffffff"
27 bordercolor="#666666"
28 borderopacity="1.0"
29 inkscape:pageopacity="0.0"
30 inkscape:pageshadow="2"
31 inkscape:zoom="4.2864583"
32 inkscape:cx="48"
33 inkscape:cy="48"
34 inkscape:document-units="mm"
35 inkscape:current-layer="layer1"
36 showgrid="true"
37 units="in"
38 inkscape:window-width="1918"
39 inkscape:window-height="1058"
40 inkscape:window-x="3840"
41 inkscape:window-y="20"
42 inkscape:window-maximized="0">
43 <inkscape:grid
44 type="xygrid"
45 id="grid6572"
46 units="in"
47 spacingx="1.27"
48 spacingy="1.27" />
49 </sodipodi:namedview>
50 <metadata
51 id="metadata6024">
52 <rdf:RDF>
53 <cc:Work
54 rdf:about="">
55 <dc:format>image/svg+xml</dc:format>
56 <dc:type
57 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
58 <dc:title></dc:title>
59 </cc:Work>
60 </rdf:RDF>
61 </metadata>
62 <g
63 inkscape:label="Layer 1"
64 inkscape:groupmode="layer"
65 id="layer1"
66 transform="translate(0,-271.59998)">
67 <path
68 style="fill:#999999;fill-opacity:1;stroke:#999999;stroke-width:1.19062519;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
69 d="M 4.8683334,293.93081 H 10.82146 v -1.19063 c 0,0 4.762501,1.19063 8.334377,1.19063 h 2.38125 c 0,0 0.04712,-2.00909 -1.190625,-3.57188 -1.237747,-1.56278 -5.953126,-1.19062 -7.143751,-4.7625 -1.190626,-3.57187 0,-10.71562 0,-10.71562 H 4.8683334 c 0,0 1.424459,8.71949 1.1906252,13.09687 -0.1079478,2.02079 -1.1906252,5.95313 -1.1906252,5.95313 z"
70 id="path1427"
71 inkscape:connector-curvature="0"
72 sodipodi:nodetypes="ccccczzccac" />
73 <rect
74 style="fill:#999999;fill-opacity:1;stroke:#999999;stroke-width:1.19062519;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
75 id="rect2041"
76 width="8.3343763"
77 height="7.1437511"
78 x="4.8683333"
79 y="274.8808" />
80 </g>
81 </svg>
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4 <svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="1in"
13 height="1in"
14 viewBox="0 0 25.4 25.400001"
15 version="1.1"
16 id="svg6027"
17 inkscape:version="0.92.2 5c3e80d, 2017-08-06"
18 sodipodi:docname="defense-icon.svg"
19 inkscape:export-filename="/home/gdritter/writing/games/hk/icons/defense-icon.png"
20 inkscape:export-xdpi="300"
21 inkscape:export-ydpi="300">
22 <defs
23 id="defs6021" />
24 <sodipodi:namedview
25 id="base"
26 pagecolor="#ffffff"
27 bordercolor="#666666"
28 borderopacity="1.0"
29 inkscape:pageopacity="0.0"
30 inkscape:pageshadow="2"
31 inkscape:zoom="3.959798"
32 inkscape:cx="-82.022134"
33 inkscape:cy="45.714285"
34 inkscape:document-units="mm"
35 inkscape:current-layer="layer1"
36 showgrid="true"
37 units="in"
38 inkscape:window-width="3840"
39 inkscape:window-height="2160"
40 inkscape:window-x="0"
41 inkscape:window-y="0"
42 inkscape:window-maximized="0"
43 showguides="false">
44 <inkscape:grid
45 type="xygrid"
46 id="grid6572"
47 units="in"
48 spacingx="1.27"
49 spacingy="1.27" />
50 </sodipodi:namedview>
51 <metadata
52 id="metadata6024">
53 <rdf:RDF>
54 <cc:Work
55 rdf:about="">
56 <dc:format>image/svg+xml</dc:format>
57 <dc:type
58 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
59 <dc:title />
60 </cc:Work>
61 </rdf:RDF>
62 </metadata>
63 <g
64 inkscape:label="Layer 1"
65 inkscape:groupmode="layer"
66 id="layer1"
67 transform="translate(0,-271.59998)">
68 <path
69 style="fill:#339966;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
70 d="m 6.35,275.40998 v 11.42979 a 6.35,6.35 0 0 0 6.35,6.35 6.35,6.35 0 0 0 6.35,-6.35 v -11.42979 z"
71 id="path5907"
72 inkscape:connector-curvature="0" />
73 </g>
74 </svg>
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4 <svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="1in"
13 height="1in"
14 viewBox="0 0 25.4 25.400001"
15 version="1.1"
16 id="svg6027"
17 inkscape:version="0.92.2 5c3e80d, 2017-08-06"
18 sodipodi:docname="equipment-icon.svg"
19 inkscape:export-filename="/home/gdritter/writing/games/hk/icons/equipment-icon.png"
20 inkscape:export-xdpi="300"
21 inkscape:export-ydpi="300">
22 <defs
23 id="defs6021" />
24 <sodipodi:namedview
25 id="base"
26 pagecolor="#ffffff"
27 bordercolor="#666666"
28 borderopacity="1.0"
29 inkscape:pageopacity="0.0"
30 inkscape:pageshadow="2"
31 inkscape:zoom="4.296875"
32 inkscape:cx="-88.740137"
33 inkscape:cy="57.566095"
34 inkscape:document-units="mm"
35 inkscape:current-layer="layer1"
36 showgrid="true"
37 units="in"
38 inkscape:window-width="3840"
39 inkscape:window-height="2160"
40 inkscape:window-x="0"
41 inkscape:window-y="0"
42 inkscape:window-maximized="0">
43 <inkscape:grid
44 type="xygrid"
45 id="grid6572"
46 units="in"
47 spacingx="1.27"
48 spacingy="1.27" />
49 </sodipodi:namedview>
50 <metadata
51 id="metadata6024">
52 <rdf:RDF>
53 <cc:Work
54 rdf:about="">
55 <dc:format>image/svg+xml</dc:format>
56 <dc:type
57 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
58 <dc:title />
59 </cc:Work>
60 </rdf:RDF>
61 </metadata>
62 <g
63 inkscape:label="Layer 1"
64 inkscape:groupmode="layer"
65 id="layer1"
66 transform="translate(0,-271.59998)">
67 <path
68 style="fill:#ffffff;fill-opacity:1;stroke:#669933;stroke-width:4.80000006;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
69 d="M 19.199219 14.400391 L 19.199219 14.408203 A 9.5999999 9.5999999 0 0 0 12.859375 16.791016 A 9.5999999 9.5999999 0 0 0 9.6074219 24 L 9.5996094 24 L 9.5996094 72 L 9.6074219 72 A 9.5999999 9.5999999 0 0 0 11.988281 78.335938 L 12.001953 78.351562 A 9.5999999 9.5999999 0 0 0 19.199219 81.591797 L 19.199219 81.599609 L 76.800781 81.599609 L 76.800781 81.591797 A 9.5999999 9.5999999 0 0 0 83.148438 79.201172 A 9.5999999 9.5999999 0 0 0 86.392578 72 L 86.400391 72 L 86.400391 24 L 86.392578 24 A 9.5999999 9.5999999 0 0 0 84.005859 17.65625 A 9.5999999 9.5999999 0 0 0 76.800781 14.408203 L 76.800781 14.400391 L 19.199219 14.400391 z "
70 transform="matrix(0.26458333,0,0,0.26458333,0,271.59998)"
71 id="path1462" />
72 <path
73 style="fill:#ffffff;fill-opacity:1;stroke:#669933;stroke-width:4.80000006;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
74 d="M 19.199219 14.400391 L 19.199219 14.408203 A 9.5999997 9.5999997 0 0 0 12.859375 16.791016 A 9.5999997 9.5999997 0 0 0 9.6074219 24 L 9.5996094 24 L 9.5996094 52.800781 L 9.6113281 52.800781 A 9.5999998 9.5999998 0 0 0 11.988281 59.136719 L 12.001953 59.152344 A 9.5999998 9.5999998 0 0 0 19.199219 62.392578 L 19.199219 62.400391 L 76.800781 62.400391 L 76.800781 62.392578 A 9.5999998 9.5999998 0 0 0 83.148438 60.001953 A 9.5999998 9.5999998 0 0 0 86.388672 52.800781 L 86.400391 52.800781 L 86.400391 24 L 86.392578 24 A 9.5999997 9.5999997 0 0 0 84.005859 17.65625 A 9.5999997 9.5999997 0 0 0 76.800781 14.408203 L 76.800781 14.400391 L 19.199219 14.400391 z "
75 transform="matrix(0.26458333,0,0,0.26458333,0,271.59998)"
76 id="path1477" />
77 <path
78 style="fill:#ffffff;fill-opacity:1;stroke:#669933;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
79 d="m 8.8897932,284.30019 0.044571,5.21726 c 0.044571,0.13747 0.3698465,0.39197 0.9031751,0.5951 l 0.00568,0.002 c 0.6468402,0.24402 1.5501702,0.3959 2.7757512,0.39786 1.225582,0.002 1.990301,-0.10686 2.600148,-0.28521 0.73312,-0.21569 1.189379,-0.51709 1.24013,-0.68245 L 16.51,284.2996 Z"
80 id="path1493"
81 inkscape:connector-curvature="0"
82 sodipodi:nodetypes="ccccccccc" />
83 </g>
84 </svg>
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4 <svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="1in"
13 height="1in"
14 viewBox="0 0 25.4 25.400001"
15 version="1.1"
16 id="svg6027"
17 inkscape:version="0.92.2 5c3e80d, 2017-08-06"
18 sodipodi:docname="item-icon.svg"
19 inkscape:export-filename="/home/gdritter/writing/games/hk/icons/item-icon.png"
20 inkscape:export-xdpi="300"
21 inkscape:export-ydpi="300">
22 <defs
23 id="defs6021" />
24 <sodipodi:namedview
25 id="base"
26 pagecolor="#ffffff"
27 bordercolor="#666666"
28 borderopacity="1.0"
29 inkscape:pageopacity="0.0"
30 inkscape:pageshadow="2"
31 inkscape:zoom="4.296875"
32 inkscape:cx="-59.636917"
33 inkscape:cy="48"
34 inkscape:document-units="mm"
35 inkscape:current-layer="layer1"
36 showgrid="true"
37 units="in"
38 inkscape:window-width="3840"
39 inkscape:window-height="2160"
40 inkscape:window-x="0"
41 inkscape:window-y="0"
42 inkscape:window-maximized="0">
43 <inkscape:grid
44 type="xygrid"
45 id="grid6572"
46 units="in"
47 spacingx="1.27"
48 spacingy="1.27" />
49 </sodipodi:namedview>
50 <metadata
51 id="metadata6024">
52 <rdf:RDF>
53 <cc:Work
54 rdf:about="">
55 <dc:format>image/svg+xml</dc:format>
56 <dc:type
57 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
58 <dc:title />
59 </cc:Work>
60 </rdf:RDF>
61 </metadata>
62 <g
63 inkscape:label="Layer 1"
64 inkscape:groupmode="layer"
65 id="layer1"
66 transform="translate(0,-271.59998)">
67 <rect
68 style="fill:none;fill-opacity:0.96764706;stroke:#999999;stroke-width:1.32291667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
69 id="rect7611"
70 width="17.780001"
71 height="17.780022"
72 x="3.8099992"
73 y="275.40997" />
74 <path
75 style="fill:none;stroke:#999999;stroke-width:1.32291667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
76 d="M 3.8099995,284.29999 H 21.589999"
77 id="path7615"
78 inkscape:connector-curvature="0" />
79 <path
80 style="fill:none;stroke:#999999;stroke-width:1.32291667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
81 d="m 12.699999,275.40999 v 17.78"
82 id="path7617"
83 inkscape:connector-curvature="0" />
84 <path
85 style="fill:none;stroke:#999999;stroke-width:1.32291667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
86 d="m 16.509999,288.10999 -3.81,-3.81 -3.8099995,3.81"
87 id="path7619"
88 inkscape:connector-curvature="0"
89 sodipodi:nodetypes="ccc" />
90 <path
91 style="fill:none;fill-opacity:0.96764706;stroke:#999999;stroke-width:1.32291667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
92 d="m 14.488828,280.46457 a 1.8280423,1.9179827 0 0 0 -1.168189,0.47724 1.8280423,1.9179827 0 0 0 -0.61924,1.44027 h -0.0014 v 1.91791 h 1.827969 v -10e-4 a 1.8280423,1.9179827 0 0 0 1.208728,-0.47762 1.8280423,1.9179827 0 0 0 0.163274,-2.70615 1.8280423,1.9179827 0 0 0 -1.411051,-0.65009 z"
93 id="path7625"
94 inkscape:connector-curvature="0" />
95 <path
96 style="fill:none;fill-opacity:0.96764706;stroke:#999999;stroke-width:1.32291667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
97 d="m 10.91117,280.46457 a 1.8280423,1.9179827 0 0 1 1.168189,0.47724 1.8280423,1.9179827 0 0 1 0.61924,1.44027 h 0.0014 v 1.91791 H 10.87203 v -10e-4 a 1.8280423,1.9179827 0 0 1 -1.2087265,-0.47761 1.8280423,1.9179827 0 0 1 -0.163274,-2.70615 1.8280423,1.9179827 0 0 1 1.4110495,-0.65009 z"
98 id="path7625-5"
99 inkscape:connector-curvature="0" />
100 </g>
101 </svg>
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4 <svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="1in"
13 height="1in"
14 viewBox="0 0 25.4 25.400001"
15 version="1.1"
16 id="svg6027"
17 inkscape:version="0.92.2 5c3e80d, 2017-08-06"
18 sodipodi:docname="magic-icon.svg"
19 inkscape:export-filename="/home/gdritter/writing/games/hk/icons/magic-icon.png"
20 inkscape:export-xdpi="300"
21 inkscape:export-ydpi="300">
22 <defs
23 id="defs6021" />
24 <sodipodi:namedview
25 id="base"
26 pagecolor="#ffffff"
27 bordercolor="#666666"
28 borderopacity="1.0"
29 inkscape:pageopacity="0.0"
30 inkscape:pageshadow="2"
31 inkscape:zoom="3.959798"
32 inkscape:cx="-82.022134"
33 inkscape:cy="45.714285"
34 inkscape:document-units="mm"
35 inkscape:current-layer="layer1"
36 showgrid="true"
37 units="in"
38 inkscape:window-width="3840"
39 inkscape:window-height="2160"
40 inkscape:window-x="0"
41 inkscape:window-y="0"
42 inkscape:window-maximized="0">
43 <inkscape:grid
44 type="xygrid"
45 id="grid6572"
46 units="in"
47 spacingx="1.27"
48 spacingy="1.27" />
49 </sodipodi:namedview>
50 <metadata
51 id="metadata6024">
52 <rdf:RDF>
53 <cc:Work
54 rdf:about="">
55 <dc:format>image/svg+xml</dc:format>
56 <dc:type
57 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
58 <dc:title />
59 </cc:Work>
60 </rdf:RDF>
61 </metadata>
62 <g
63 inkscape:label="Layer 1"
64 inkscape:groupmode="layer"
65 id="layer1"
66 transform="translate(0,-271.59998)">
67 <path
68 inkscape:connector-curvature="0"
69 style="fill:#993366;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
70 d="m 12.699834,273.03834 a 5.08,5.08 0 0 0 -5.079793,5.07979 l 5.29e-4,5.3e-4 h -0.0011 a 1.2699999,1.2699999 0 0 0 1.270207,1.26969 1.2699999,1.2699999 0 0 0 1.26969,-1.26969 l 5.29e-4,-5.3e-4 a 2.5399998,2.5399998 0 0 1 2.539897,-2.53989 2.5399998,2.5399998 0 0 1 2.539897,2.53989 2.5399998,2.5399998 0 0 1 -2.539897,2.5399 1.27,1.27 0 0 0 -1.270206,1.27021 v 12.7 a 1.2699999,1.2699999 0 0 0 1.270206,1.26969 1.2699999,1.2699999 0 0 0 1.270207,-1.26969 v -11.59826 a 5.08,5.08 0 0 0 3.809587,-4.91185 5.08,5.08 0 0 0 -5.079794,-5.07979 z"
71 id="path5866" />
72 </g>
73 </svg>
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4 <svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="1in"
13 height="1in"
14 viewBox="0 0 25.4 25.400001"
15 version="1.1"
16 id="svg6027"
17 inkscape:version="0.92.2 5c3e80d, 2017-08-06"
18 sodipodi:docname="melee-icon.svg"
19 inkscape:export-filename="/home/gdritter/writing/games/hk/icons/melee-icon.png"
20 inkscape:export-xdpi="300"
21 inkscape:export-ydpi="300">
22 <defs
23 id="defs6021" />
24 <sodipodi:namedview
25 id="base"
26 pagecolor="#ffffff"
27 bordercolor="#666666"
28 borderopacity="1.0"
29 inkscape:pageopacity="0.0"
30 inkscape:pageshadow="2"
31 inkscape:zoom="3.959798"
32 inkscape:cx="-82.022134"
33 inkscape:cy="45.714285"
34 inkscape:document-units="mm"
35 inkscape:current-layer="layer1"
36 showgrid="true"
37 units="in"
38 inkscape:window-width="3840"
39 inkscape:window-height="2160"
40 inkscape:window-x="0"
41 inkscape:window-y="0"
42 inkscape:window-maximized="0">
43 <inkscape:grid
44 type="xygrid"
45 id="grid6572"
46 units="in"
47 spacingx="1.27"
48 spacingy="1.27" />
49 </sodipodi:namedview>
50 <metadata
51 id="metadata6024">
52 <rdf:RDF>
53 <cc:Work
54 rdf:about="">
55 <dc:format>image/svg+xml</dc:format>
56 <dc:type
57 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
58 <dc:title />
59 </cc:Work>
60 </rdf:RDF>
61 </metadata>
62 <g
63 inkscape:label="Layer 1"
64 inkscape:groupmode="layer"
65 id="layer1"
66 transform="translate(0,-271.59998)">
67 <path
68 style="fill:#996633;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
69 d="m 12.7,272.87039 c -0.701361,-1.1e-4 -1.270036,0.56833 -1.270207,1.26969 v 5.08031 H 8.889896 l -2.539896,2.5399 1.27,1.26989 1.269896,-1.26989 h 2.539897 l -2.06e-4,11.42989 1.270413,2.5398 1.27,-2.5398 2.07e-4,-11.42989 h 2.539896 l 1.269897,1.26989 1.27,-1.26989 -2.539897,-2.5399 h -2.539896 v -5.08031 c -1.72e-4,-0.70136 -0.568846,-1.2698 -1.270207,-1.26969 z"
70 id="path5823"
71 inkscape:connector-curvature="0"
72 sodipodi:nodetypes="ccccccccccccccccccc" />
73 </g>
74 </svg>
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4 <svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="1in"
13 height="1in"
14 viewBox="0 0 25.4 25.400001"
15 version="1.1"
16 id="svg6027"
17 inkscape:version="0.92.2 5c3e80d, 2017-08-06"
18 sodipodi:docname="plant-icon.svg"
19 inkscape:export-filename="/home/gdritter/writing/games/hk/icons/plant-icon.png"
20 inkscape:export-xdpi="300"
21 inkscape:export-ydpi="300">
22 <defs
23 id="defs6021" />
24 <sodipodi:namedview
25 id="base"
26 pagecolor="#ffffff"
27 bordercolor="#666666"
28 borderopacity="1.0"
29 inkscape:pageopacity="0.0"
30 inkscape:pageshadow="2"
31 inkscape:zoom="6.0766989"
32 inkscape:cx="33.253817"
33 inkscape:cy="58.695887"
34 inkscape:document-units="mm"
35 inkscape:current-layer="layer1"
36 showgrid="true"
37 units="in"
38 inkscape:window-width="3840"
39 inkscape:window-height="2160"
40 inkscape:window-x="0"
41 inkscape:window-y="0"
42 inkscape:window-maximized="0">
43 <inkscape:grid
44 type="xygrid"
45 id="grid6572"
46 units="in"
47 spacingx="1.27"
48 spacingy="1.27" />
49 </sodipodi:namedview>
50 <metadata
51 id="metadata6024">
52 <rdf:RDF>
53 <cc:Work
54 rdf:about="">
55 <dc:format>image/svg+xml</dc:format>
56 <dc:type
57 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
58 <dc:title />
59 </cc:Work>
60 </rdf:RDF>
61 </metadata>
62 <g
63 inkscape:label="Layer 1"
64 inkscape:groupmode="layer"
65 id="layer1"
66 transform="translate(0,-271.59998)">
67 <path
68 style="fill:#999999;stroke:#999999;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
69 d="m 12.7,294.45998 v -10.16"
70 id="path2795"
71 inkscape:connector-curvature="0" />
72 <path
73 style="fill:#999999;fill-opacity:1;stroke:#999999;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
74 d="m 12.7,288.10998 c 0,0 -3.81,0 -3.8100001,-6.35 -10e-8,-3.81 3.8100001,-7.62 3.8100001,-7.62 0,0 3.81,3.81 3.81,7.62 0,6.35 -3.81,6.35 -3.81,6.35 z"
75 id="path2797"
76 inkscape:connector-curvature="0"
77 sodipodi:nodetypes="cscsc" />
78 <path
79 style="fill:#999999;stroke:#999999;stroke-width:0.20863618px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
80 d="m 10.16,290.64998 c 0,0 -2.124404,2.1244 -5.6650776,-1.41628 -2.1244043,-2.1244 -2.1244043,-6.37321 -2.1244043,-6.37321 0,0 4.2488078,0 6.3732121,2.12441 3.5406738,3.54067 1.4162698,5.66508 1.4162698,5.66508 z"
81 id="path2797-4"
82 inkscape:connector-curvature="0"
83 sodipodi:nodetypes="cscsc" />
84 <path
85 style="fill:#999999;stroke:#999999;stroke-width:0.20863618px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
86 d="m 15.24,290.64998 c 0,0 2.124404,2.1244 5.665078,-1.41628 2.124404,-2.1244 2.124404,-6.37321 2.124404,-6.37321 0,0 -4.248808,0 -6.373212,2.12441 -3.540674,3.54067 -1.41627,5.66508 -1.41627,5.66508 z"
87 id="path2797-4-9"
88 inkscape:connector-curvature="0"
89 sodipodi:nodetypes="cscsc" />
90 <path
91 style="fill:none;stroke:#999999;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
92 d="m 12.7,294.45998 c -0.57939,-2.27202 -2.221088,-3.6539 -3.8100001,-5.08"
93 id="path6519"
94 inkscape:connector-curvature="0"
95 sodipodi:nodetypes="cc" />
96 <path
97 style="fill:none;stroke:#999999;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
98 d="m 12.7,294.45998 c 0.57939,-2.27202 2.221088,-3.6539 3.81,-5.08"
99 id="path6519-5"
100 inkscape:connector-curvature="0"
101 sodipodi:nodetypes="cc" />
102 </g>
103 </svg>
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4 <svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="1in"
13 height="1in"
14 viewBox="0 0 25.4 25.400001"
15 version="1.1"
16 id="svg6027"
17 inkscape:version="0.92.2 5c3e80d, 2017-08-06"
18 sodipodi:docname="ranged-icon.svg"
19 inkscape:export-filename="/home/gdritter/writing/games/hk/icons/ranged-icon.png"
20 inkscape:export-xdpi="300"
21 inkscape:export-ydpi="300">
22 <defs
23 id="defs6021" />
24 <sodipodi:namedview
25 id="base"
26 pagecolor="#ffffff"
27 bordercolor="#666666"
28 borderopacity="1.0"
29 inkscape:pageopacity="0.0"
30 inkscape:pageshadow="2"
31 inkscape:zoom="3.959798"
32 inkscape:cx="-82.022134"
33 inkscape:cy="45.714285"
34 inkscape:document-units="mm"
35 inkscape:current-layer="layer1"
36 showgrid="true"
37 units="in"
38 inkscape:window-width="3840"
39 inkscape:window-height="2160"
40 inkscape:window-x="0"
41 inkscape:window-y="0"
42 inkscape:window-maximized="0">
43 <inkscape:grid
44 type="xygrid"
45 id="grid6572"
46 units="in"
47 spacingx="1.27"
48 spacingy="1.27" />
49 </sodipodi:namedview>
50 <metadata
51 id="metadata6024">
52 <rdf:RDF>
53 <cc:Work
54 rdf:about="">
55 <dc:format>image/svg+xml</dc:format>
56 <dc:type
57 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
58 <dc:title />
59 </cc:Work>
60 </rdf:RDF>
61 </metadata>
62 <g
63 inkscape:label="Layer 1"
64 inkscape:groupmode="layer"
65 id="layer1"
66 transform="translate(0,-271.59998)">
67 <path
68 style="fill:#336699;fill-opacity:0.97590362;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
69 d="m 17.815142,294.49566 -1.27,-1.27 v -13.97 l -1.27,-1.27 v -3.81 l 2.54,1.27 2.54,-1.27 v 3.81 l -1.27,1.27 v 13.97 z"
70 id="path5931"
71 inkscape:connector-curvature="0"
72 sodipodi:nodetypes="ccccccccccc" />
73 <path
74 inkscape:connector-curvature="0"
75 style="fill:#336699;fill-opacity:0.97590362;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
76 d="m 12.735141,274.13731 -0.03514,0.0351 c -1.839637,-0.19507 -4.9301164,0.51239 -6.1551794,1.89859 l -0.0083,0.009 c -0.7698713,0.88109 -1.250762,1.97724 -1.3776959,3.14038 l -0.043924,0.0351 v 1.23145 7.65845 1.23145 l 0.044442,0.0357 c 0.1268915,1.16291 0.6075892,2.25886 1.3771773,3.13986 l 0.0083,0.009 c 1.225063,1.3862 4.315539,2.09366 6.155179,1.89859 l 0.03514,0.0351 v -0.0382 -8.93176 -2.41845 -8.93176 z m -2.539896,2.91868 v 2.19987 2.19625 5.76399 2.19935 2.19625 a 5.08,2.5399999 0 0 1 -1.2691724,-0.51574 l -0.0072,-0.004 a 5.08,2.5399999 0 0 1 -1.257287,-1.6769 h -0.0062 v -10.15959 h 0.0062 a 5.08,2.5399999 0 0 1 1.718757,-1.90738 5.08,2.5399999 0 0 1 0.8149384,-0.29249 z"
77 id="path5933" />
78 </g>
79 </svg>
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4 <svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="1in"
13 height="1in"
14 viewBox="0 0 25.4 25.400001"
15 version="1.1"
16 id="svg6027"
17 inkscape:version="0.92.2 5c3e80d, 2017-08-06"
18 sodipodi:docname="sight-icon.svg"
19 inkscape:export-filename="/home/gdritter/writing/games/hk/icons/item-icon.png"
20 inkscape:export-xdpi="300"
21 inkscape:export-ydpi="300">
22 <defs
23 id="defs6021" />
24 <sodipodi:namedview
25 id="base"
26 pagecolor="#ffffff"
27 bordercolor="#666666"
28 borderopacity="1.0"
29 inkscape:pageopacity="0.0"
30 inkscape:pageshadow="2"
31 inkscape:zoom="4.2864583"
32 inkscape:cx="48"
33 inkscape:cy="48"
34 inkscape:document-units="mm"
35 inkscape:current-layer="layer1"
36 showgrid="true"
37 units="in"
38 inkscape:window-width="1920"
39 inkscape:window-height="1080"
40 inkscape:window-x="3840"
41 inkscape:window-y="0"
42 inkscape:window-maximized="0">
43 <inkscape:grid
44 type="xygrid"
45 id="grid6572"
46 units="in"
47 spacingx="1.27"
48 spacingy="1.27" />
49 </sodipodi:namedview>
50 <metadata
51 id="metadata6024">
52 <rdf:RDF>
53 <cc:Work
54 rdf:about="">
55 <dc:format>image/svg+xml</dc:format>
56 <dc:type
57 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
58 <dc:title></dc:title>
59 </cc:Work>
60 </rdf:RDF>
61 </metadata>
62 <g
63 inkscape:label="Layer 1"
64 inkscape:groupmode="layer"
65 id="layer1"
66 transform="translate(0,-271.59998)">
67 <path
68 style="fill:none;stroke:#993333;stroke-width:1.27;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
69 d="m 2.54,284.29998 c 0,0 3.81,-6.35 10.16,-6.35 6.35,0 10.16,6.35 10.16,6.35 0,0 -3.81,6.35 -10.16,6.35 -6.35,0 -10.16,-6.35 -10.16,-6.35 z"
70 id="path846"
71 inkscape:connector-curvature="0"
72 sodipodi:nodetypes="czczc" />
73 <path
74 style="fill:none;fill-opacity:0.49803922;stroke:#993333;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
75 id="path848"
76 sodipodi:type="arc"
77 sodipodi:cx="12.7"
78 sodipodi:cy="284.29999"
79 sodipodi:rx="6.3499999"
80 sodipodi:ry="6.3499999"
81 sodipodi:start="2.4207368"
82 sodipodi:end="2.4186249"
83 sodipodi:open="true"
84 d="m 7.9296188,288.49116 a 6.3499999,6.3499999 0 0 1 0.5766861,-8.95934 6.3499999,6.3499999 0 0 1 8.9596471,0.57196 6.3499999,6.3499999 0 0 1 -0.567225,8.95994 6.3499999,6.3499999 0 0 1 -8.9602462,-0.56249" />
85 <path
86 style="fill:#993333;fill-opacity:1;stroke:#993333;stroke-width:1.26999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
87 id="path850"
88 sodipodi:type="arc"
89 sodipodi:cx="12.7"
90 sodipodi:cy="284.29999"
91 sodipodi:rx="2.54"
92 sodipodi:ry="2.54"
93 sodipodi:start="2.4207368"
94 sodipodi:end="2.4186249"
95 sodipodi:open="true"
96 d="m 10.791847,285.97646 a 2.54,2.54 0 0 1 0.230675,-3.58374 2.54,2.54 0 0 1 3.583859,0.22878 2.54,2.54 0 0 1 -0.22689,3.58398 2.54,2.54 0 0 1 -3.584099,-0.225" />
97 </g>
98 </svg>
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4 <svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="1in"
13 height="1in"
14 viewBox="0 0 25.4 25.400001"
15 version="1.1"
16 id="svg6027"
17 inkscape:version="0.92.2 5c3e80d, 2017-08-06"
18 sodipodi:docname="skill-icon.svg"
19 inkscape:export-filename="/home/gdritter/writing/games/hk/rulebook/assets/skill-icon.png"
20 inkscape:export-xdpi="300"
21 inkscape:export-ydpi="300">
22 <defs
23 id="defs6021" />
24 <sodipodi:namedview
25 id="base"
26 pagecolor="#ffffff"
27 bordercolor="#666666"
28 borderopacity="1.0"
29 inkscape:pageopacity="0.0"
30 inkscape:pageshadow="2"
31 inkscape:zoom="6.0766989"
32 inkscape:cx="9.8342284"
33 inkscape:cy="42.98406"
34 inkscape:document-units="mm"
35 inkscape:current-layer="layer1"
36 showgrid="true"
37 units="in"
38 inkscape:window-width="1918"
39 inkscape:window-height="1058"
40 inkscape:window-x="3840"
41 inkscape:window-y="20"
42 inkscape:window-maximized="0">
43 <inkscape:grid
44 type="xygrid"
45 id="grid6572"
46 units="in"
47 spacingx="1.27"
48 spacingy="1.27" />
49 </sodipodi:namedview>
50 <metadata
51 id="metadata6024">
52 <rdf:RDF>
53 <cc:Work
54 rdf:about="">
55 <dc:format>image/svg+xml</dc:format>
56 <dc:type
57 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
58 <dc:title />
59 </cc:Work>
60 </rdf:RDF>
61 </metadata>
62 <g
63 inkscape:label="Layer 1"
64 inkscape:groupmode="layer"
65 id="layer1"
66 transform="translate(0,-271.59998)">
67 <rect
68 style="fill:none;fill-opacity:1;stroke:#993333;stroke-width:1.26999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
69 id="rect5751"
70 width="15.24"
71 height="16.509996"
72 x="5.0799999"
73 y="274.13998" />
74 <path
75 style="fill:none;stroke:#993333;stroke-width:1.26999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
76 d="m 7.6199999,274.13998 1e-7,16.51"
77 id="path5755"
78 inkscape:connector-curvature="0"
79 sodipodi:nodetypes="cc" />
80 <path
81 style="fill:none;stroke:#993333;stroke-width:1.26999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
82 d="m 5.08,290.64998 v 3.81 h 15.24"
83 id="path5757"
84 inkscape:connector-curvature="0" />
85 <path
86 style="fill:none;stroke:#993333;stroke-width:1.26999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
87 d="m 20.32,294.45998 c -0.991671,-1.43828 -0.690036,-2.65709 0,-3.81"
88 id="path5761"
89 inkscape:connector-curvature="0"
90 sodipodi:nodetypes="cc" />
91 </g>
92 </svg>
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4 <svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="1in"
13 height="1in"
14 viewBox="0 0 25.4 25.400001"
15 version="1.1"
16 id="svg6027"
17 inkscape:version="0.92.2 5c3e80d, 2017-08-06"
18 sodipodi:docname="treasure-icon.svg">
19 <defs
20 id="defs6021" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="6.0766989"
29 inkscape:cx="81.717631"
30 inkscape:cy="58.695887"
31 inkscape:document-units="mm"
32 inkscape:current-layer="layer1"
33 showgrid="true"
34 units="in"
35 inkscape:window-width="1920"
36 inkscape:window-height="1080"
37 inkscape:window-x="3840"
38 inkscape:window-y="0"
39 inkscape:window-maximized="0">
40 <inkscape:grid
41 type="xygrid"
42 id="grid6572"
43 units="in"
44 spacingx="1.27"
45 spacingy="1.27" />
46 </sodipodi:namedview>
47 <metadata
48 id="metadata6024">
49 <rdf:RDF>
50 <cc:Work
51 rdf:about="">
52 <dc:format>image/svg+xml</dc:format>
53 <dc:type
54 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
55 <dc:title></dc:title>
56 </cc:Work>
57 </rdf:RDF>
58 </metadata>
59 <g
60 inkscape:label="Layer 1"
61 inkscape:groupmode="layer"
62 id="layer1"
63 transform="translate(0,-271.59998)">
64 <path
65 style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:4.79999971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
66 d="M 47.179688 9.609375 A 38.399999 38.399999 0 0 0 22.640625 19.166016 A 38.399999 38.399999 0 0 0 19.152344 73.345703 L 19.205078 73.40625 A 38.399999 38.399999 0 0 0 73.390625 76.806641 A 38.399999 38.399999 0 0 0 76.820312 22.625 A 38.399999 38.399999 0 0 0 47.179688 9.609375 z M 48.494141 16.820312 C 48.993405 16.828406 49.492048 16.849055 49.990234 16.880859 C 57.961228 17.389697 65.73803 20.933364 71.419922 27.386719 C 82.78371 40.293427 81.529609 60.033702 68.628906 71.404297 C 55.961816 82.568983 36.784426 81.428065 25.320312 69.181641 C 25.318953 69.180129 25.313888 69.183115 25.3125 69.181641 A 2.40024 2.40024 0 0 1 24.626953 68.658203 C 24.62083 68.650644 24.609638 68.650137 24.603516 68.642578 A 2.40024 2.40024 0 0 1 24.558594 68.591797 A 2.40024 2.40024 0 0 1 24.117188 67.816406 C 13.418853 54.893786 14.714854 35.72429 27.394531 24.572266 C 33.44736 19.248695 41.005172 16.698917 48.494141 16.820312 z M 48.416016 21.591797 C 42.08876 21.490372 35.708426 23.654982 30.568359 28.175781 C 19.602886 37.820115 18.531367 54.453258 28.169922 65.423828 A 2.40024 2.40024 0 0 1 28.207031 65.46875 C 37.868734 76.418911 54.499796 77.464493 65.455078 67.808594 C 76.410364 58.152657 77.468495 41.513138 67.818359 30.552734 C 62.993294 25.072571 56.415126 22.072537 49.679688 21.642578 C 49.258723 21.615706 48.837833 21.598559 48.416016 21.591797 z M 47.753906 25.433594 A 11.460846 11.460846 0 0 1 56.601562 29.318359 A 11.460846 11.460846 0 0 1 57.216797 43.681641 A 11.460846 11.460846 0 0 1 69.162109 52.855469 A 11.460846 11.460846 0 0 1 60.183594 66.34375 A 11.460846 11.460846 0 0 1 48.007812 60.822266 A 11.460846 11.460846 0 0 1 34.40625 65.964844 A 11.460846 11.460846 0 0 1 27.214844 51.445312 A 11.460846 11.460846 0 0 1 38.765625 43.669922 A 11.460846 11.460846 0 0 1 40.431641 28.287109 A 11.460846 11.460846 0 0 1 47.753906 25.433594 z "
67 transform="matrix(0.26458333,0,0,0.26458333,0,271.59998)"
68 id="path7146" />
69 </g>
70 </svg>
1 *.autosave
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4 <svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="4in"
13 height="4in"
14 viewBox="0 0 101.6 101.6"
15 version="1.1"
16 id="svg6027"
17 inkscape:version="0.92.2 5c3e80d, 2017-08-06"
18 sodipodi:docname="movement-diagram.svg"
19 inkscape:export-filename="/home/gdritter/writing/games/hk/rulebook/assets/movement-diagram.png"
20 inkscape:export-xdpi="300"
21 inkscape:export-ydpi="300">
22 <defs
23 id="defs6021" />
24 <sodipodi:namedview
25 id="base"
26 pagecolor="#ffffff"
27 bordercolor="#666666"
28 borderopacity="1.0"
29 inkscape:pageopacity="0.0"
30 inkscape:pageshadow="2"
31 inkscape:zoom="2.1484375"
32 inkscape:cx="187.15216"
33 inkscape:cy="192.95312"
34 inkscape:document-units="mm"
35 inkscape:current-layer="layer1"
36 showgrid="true"
37 units="in"
38 inkscape:window-width="1918"
39 inkscape:window-height="1058"
40 inkscape:window-x="3840"
41 inkscape:window-y="20"
42 inkscape:window-maximized="0">
43 <inkscape:grid
44 type="xygrid"
45 id="grid6572"
46 units="in"
47 spacingx="1.27"
48 spacingy="1.27" />
49 </sodipodi:namedview>
50 <metadata
51 id="metadata6024">
52 <rdf:RDF>
53 <cc:Work
54 rdf:about="">
55 <dc:format>image/svg+xml</dc:format>
56 <dc:type
57 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
58 <dc:title></dc:title>
59 </cc:Work>
60 </rdf:RDF>
61 </metadata>
62 <g
63 inkscape:label="Layer 1"
64 inkscape:groupmode="layer"
65 id="layer1"
66 transform="translate(0,-195.39998)">
67 <rect
68 style="fill:#999999;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
69 id="rect6333"
70 width="25.4"
71 height="25.399996"
72 x="12.7"
73 y="208.09998" />
74 <rect
75 style="fill:#999999;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
76 id="rect6333-3"
77 width="25.4"
78 height="25.399996"
79 x="38.099998"
80 y="208.09998" />
81 <rect
82 style="fill:none;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
83 id="rect6333-6"
84 width="25.4"
85 height="25.399996"
86 x="63.5"
87 y="208.09998" />
88 <rect
89 style="fill:none;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
90 id="rect6333-7"
91 width="25.4"
92 height="25.399996"
93 x="12.7"
94 y="233.49997" />
95 <rect
96 style="fill:none;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
97 id="rect6333-3-5"
98 width="25.4"
99 height="25.399996"
100 x="38.099998"
101 y="233.49997" />
102 <rect
103 style="fill:none;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
104 id="rect6333-6-3"
105 width="25.4"
106 height="25.399996"
107 x="63.5"
108 y="233.49997" />
109 <rect
110 style="fill:none;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
111 id="rect6333-5"
112 width="25.4"
113 height="25.399996"
114 x="12.7"
115 y="258.89996" />
116 <rect
117 style="fill:none;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
118 id="rect6333-3-6"
119 width="25.4"
120 height="25.399996"
121 x="38.099998"
122 y="258.89996" />
123 <rect
124 style="fill:none;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
125 id="rect6333-6-2"
126 width="25.4"
127 height="25.399996"
128 x="63.5"
129 y="258.89996" />
130 <path
131 style="fill:#c83737;fill-opacity:1;stroke:#782121;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
132 id="path6387"
133 sodipodi:type="arc"
134 sodipodi:cx="76.212608"
135 sodipodi:cy="245.8441"
136 sodipodi:rx="10.16"
137 sodipodi:ry="10.16"
138 sodipodi:start="2.4207368"
139 sodipodi:end="2.4186249"
140 sodipodi:open="true"
141 d="m 68.579999,252.54998 a 10.16,10.16 0 0 1 0.922697,-14.33495 10.16,10.16 0 0 1 14.335437,0.91513 10.16,10.16 0 0 1 -0.907561,14.33592 10.16,10.16 0 0 1 -14.336394,-0.89999" />
142 <path
143 style="fill:#c83737;fill-opacity:1;stroke:#782121;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
144 id="path6387-9"
145 sodipodi:type="arc"
146 sodipodi:cx="50.812611"
147 sodipodi:cy="271.24411"
148 sodipodi:rx="10.160001"
149 sodipodi:ry="10.160001"
150 sodipodi:start="2.4207368"
151 sodipodi:end="2.4186249"
152 sodipodi:open="true"
153 d="m 43.18,277.94999 a 10.160001,10.160001 0 0 1 0.922698,-14.33495 10.160001,10.160001 0 0 1 14.335438,0.91513 10.160001,10.160001 0 0 1 -0.907561,14.33592 10.160001,10.160001 0 0 1 -14.336396,-0.89999" />
154 <path
155 style="fill:#ececec;fill-opacity:1;stroke:#b3b3b3;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
156 id="path6387-9-1"
157 sodipodi:type="arc"
158 sodipodi:cx="50.812611"
159 sodipodi:cy="245.8441"
160 sodipodi:rx="10.160002"
161 sodipodi:ry="10.160002"
162 sodipodi:start="2.4207368"
163 sodipodi:end="2.4186249"
164 sodipodi:open="true"
165 d="m 43.18,252.54999 a 10.160002,10.160002 0 0 1 0.922697,-14.33496 10.160002,10.160002 0 0 1 14.335439,0.91513 10.160002,10.160002 0 0 1 -0.90756,14.33592 10.160002,10.160002 0 0 1 -14.336397,-0.89999" />
166 <path
167 style="fill:none;stroke:#4d4d4d;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
168 d="M 6.3499999,258.89998 H 95.249999"
169 id="path6419"
170 inkscape:connector-curvature="0" />
171 <path
172 style="fill:none;stroke:#4d4d4d;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
173 d="M 6.3499999,233.49998 H 95.249999"
174 id="path6421"
175 inkscape:connector-curvature="0" />
176 <path
177 style="fill:none;stroke:#4d4d4d;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
178 d="M 6.3499999,208.09998 H 95.249999"
179 id="path6423"
180 inkscape:connector-curvature="0" />
181 <path
182 style="fill:none;stroke:#4d4d4d;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
183 d="M 6.3499999,284.29998 H 95.249999"
184 id="path6425"
185 inkscape:connector-curvature="0" />
186 <path
187 style="fill:none;stroke:#4d4d4d;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
188 d="m 88.899999,290.64998 v -88.9"
189 id="path6427"
190 inkscape:connector-curvature="0" />
191 <path
192 style="fill:none;stroke:#4d4d4d;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
193 d="m 63.499999,290.64998 v -88.9"
194 id="path6431"
195 inkscape:connector-curvature="0" />
196 <path
197 style="fill:none;stroke:#4d4d4d;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
198 d="m 38.1,201.74998 v 88.9"
199 id="path6433"
200 inkscape:connector-curvature="0" />
201 <path
202 style="fill:none;stroke:#4d4d4d;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
203 d="m 12.7,290.64998 v -88.9"
204 id="path6435"
205 inkscape:connector-curvature="0" />
206 <path
207 style="fill:#37c837;fill-opacity:1;stroke:#217821;stroke-width:1.2700001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
208 id="path6387-9-1-2"
209 sodipodi:type="arc"
210 sodipodi:cx="25.398432"
211 sodipodi:cy="246.03967"
212 sodipodi:rx="10.160002"
213 sodipodi:ry="10.160002"
214 sodipodi:start="2.4207368"
215 sodipodi:end="2.4186249"
216 sodipodi:open="true"
217 d="m 17.765821,252.74556 a 10.160002,10.160002 0 0 1 0.922698,-14.33496 10.160002,10.160002 0 0 1 14.335439,0.91513 10.160002,10.160002 0 0 1 -0.907561,14.33592 A 10.160002,10.160002 0 0 1 17.78,252.76166" />
218 <path
219 style="fill:none;stroke:#000000;stroke-width:3.81;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
220 d="m 59.689999,255.08998 10.16,10.16 v -3.81 l -3.81,3.81 h 3.81"
221 id="path6452"
222 inkscape:connector-curvature="0" />
223 <path
224 style="fill:none;stroke:#000000;stroke-width:3.80999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
225 d="m 41.91,255.08998 -10.16,10.16 v -3.81 l 3.81,3.81 h -3.81"
226 id="path6452-7"
227 inkscape:connector-curvature="0" />
228 <path
229 style="fill:none;stroke:#000000;stroke-width:3.80999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
230 d="M 38.1,246.19998 H 6.3499999 L 8.89,243.65998 v 5.08 l -2.5400001,-2.54"
231 id="path6469"
232 inkscape:connector-curvature="0"
233 sodipodi:nodetypes="ccccc" />
234 </g>
235 </svg>
1 <?xml version="1.0" encoding="UTF-8"?>
2 <SCRIBUSUTF8NEW Version="1.4.6">
3 <DOCUMENT ANZPAGES="12" PAGEWIDTH="396" PAGEHEIGHT="612" BORDERLEFT="40" BORDERRIGHT="40" BORDERTOP="40" BORDERBOTTOM="40" PRESET="0" BleedTop="0" BleedLeft="0" BleedRight="0" BleedBottom="0" ORIENTATION="0" PAGESIZE="Custom" FIRSTNUM="1" BOOK="0" AUTOSPALTEN="1" ABSTSPALTEN="11" UNITS="0" DFONT="ABeeZee Italic" DSIZE="12" DCOL="1" DGAP="0" TabFill="" TabWidth="36" AUTHOR="" COMMENTS="" KEYWORDS="" PUBLISHER="" DOCDATE="" DOCTYPE="" DOCFORMAT="" DOCIDENT="" DOCSOURCE="" DOCLANGINFO="" DOCRELATION="" DOCCOVER="" DOCRIGHTS="" DOCCONTRIB="" TITLE="" SUBJECT="" VHOCH="33" VHOCHSC="66" VTIEF="33" VTIEFSC="66" VKAPIT="75" BASEGRID="14.4" BASEO="0" AUTOL="20" UnderlinePos="-1" UnderlineWidth="-1" StrikeThruPos="-1" StrikeThruWidth="-1" GROUPC="1" HCMS="0" DPSo="0" DPSFo="0" DPuse="0" DPgam="0" DPbla="1" DPMo="sRGB IEC61966-2.1" DPPr="Fogra27L CMYK Coated Press" DPIn="sRGB IEC61966-2.1" DPInCMYK="Fogra27L CMYK Coated Press" DPIn2="sRGB IEC61966-2.1" DPIn3="Fogra27L CMYK Coated Press" DISc="1" DIIm="0" ALAYER="0" LANGUAGE="English" MINWORDLEN="3" HYCOUNT="2" AUTOMATIC="1" AUTOCHECK="0" GUIDELOCK="0" SnapToGuides="0" SnapToGrid="1" MINGRID="20" MAJGRID="100" SHOWGRID="1" SHOWGUIDES="1" showcolborders="1" SHOWFRAME="1" SHOWLAYERM="0" SHOWMARGIN="1" SHOWBASE="0" SHOWPICT="1" SHOWControl="0" SHOWLINK="0" rulerMode="1" showrulers="1" showBleed="1" rulerXoffset="0" rulerYoffset="0" GuideRad="10" GRAB="4" POLYC="4" POLYF="0.707106781186548" POLYR="0" POLYCUR="0" POLYFD="0" POLYS="0" AutoSave="1" AutoSaveTime="600000" ScratchBottom="20" ScratchLeft="100" ScratchRight="100" ScratchTop="20" GapHorizontal="0" GapVertical="40" StartArrow="0" EndArrow="0" PEN="Black" BRUSH="None" PENLINE="Black" PENTEXT="Black" StrokeText="Black" TextBackGround="None" TextLineColor="None" TextBackGroundShade="100" TextLineShade="100" TextPenShade="100" TextStrokeShade="100" STIL="1" STILLINE="1" WIDTH="1" WIDTHLINE="1" PENSHADE="100" LINESHADE="100" BRUSHSHADE="100" MAGMIN="10" MAGMAX="3200" MAGSTEP="200" CPICT="None" PICTSHADE="100" PICTSCX="1" PICTSCY="1" PSCALE="1" PASPECT="1" EmbeddedPath="0" HalfRes="1" dispX="10" dispY="10" constrain="15" MINORC="#00ff00" MAJORC="#00ff00" GuideC="#000080" BaseC="#c0c0c0" GuideZ="10" BACKG="1" PAGEC="#ffffff" MARGC="#0000ff" RANDF="0" currentProfile="PostScript">
4 <CheckProfile Name="PDF 1.3" ignoreErrors="0" autoCheck="1" checkGlyphs="1" checkOrphans="1" checkOverflow="1" checkPictures="1" checkResolution="1" checkTransparency="1" minResolution="144" maxResolution="2400" checkAnnotations="0" checkRasterPDF="1" checkForGIF="1" ignoreOffLayers="0" checkOffConflictLayers="0"/>
5 <CheckProfile Name="PDF 1.4" ignoreErrors="0" autoCheck="1" checkGlyphs="1" checkOrphans="1" checkOverflow="1" checkPictures="1" checkResolution="1" checkTransparency="0" minResolution="144" maxResolution="2400" checkAnnotations="0" checkRasterPDF="1" checkForGIF="1" ignoreOffLayers="0" checkOffConflictLayers="0"/>
6 <CheckProfile Name="PDF 1.5" ignoreErrors="0" autoCheck="1" checkGlyphs="1" checkOrphans="1" checkOverflow="1" checkPictures="1" checkResolution="1" checkTransparency="0" minResolution="144" maxResolution="2400" checkAnnotations="0" checkRasterPDF="1" checkForGIF="1" ignoreOffLayers="0" checkOffConflictLayers="0"/>
7 <CheckProfile Name="PDF/X-1a" ignoreErrors="0" autoCheck="1" checkGlyphs="1" checkOrphans="1" checkOverflow="1" checkPictures="1" checkResolution="1" checkTransparency="1" minResolution="144" maxResolution="2400" checkAnnotations="1" checkRasterPDF="1" checkForGIF="1" ignoreOffLayers="0" checkOffConflictLayers="0"/>
8 <CheckProfile Name="PDF/X-3" ignoreErrors="0" autoCheck="1" checkGlyphs="1" checkOrphans="1" checkOverflow="1" checkPictures="1" checkResolution="1" checkTransparency="1" minResolution="144" maxResolution="2400" checkAnnotations="1" checkRasterPDF="1" checkForGIF="1" ignoreOffLayers="0" checkOffConflictLayers="0"/>
9 <CheckProfile Name="PostScript" ignoreErrors="0" autoCheck="1" checkGlyphs="1" checkOrphans="1" checkOverflow="1" checkPictures="1" checkResolution="1" checkTransparency="1" minResolution="144" maxResolution="2400" checkAnnotations="0" checkRasterPDF="1" checkForGIF="1" ignoreOffLayers="0" checkOffConflictLayers="0"/>
10 <MultiLine Name="New Style">
11 <SubLine Color="Black" Shade="50" Dash="1" LineEnd="32" LineJoin="128" Width="1" Shortcut=""/>
12 </MultiLine>
13 <COLOR NAME="Black" CMYK="#000000ff" Spot="0" Register="0"/>
14 <COLOR NAME="Blue" RGB="#0000ff" Spot="0" Register="0"/>
15 <COLOR NAME="Cool Black" CMYK="#990000ff" Spot="0" Register="0"/>
16 <COLOR NAME="Cyan" CMYK="#ff000000" Spot="0" Register="0"/>
17 <COLOR NAME="Green" RGB="#00ff00" Spot="0" Register="0"/>
18 <COLOR NAME="Magenta" CMYK="#00ff0000" Spot="0" Register="0"/>
19 <COLOR NAME="Red" RGB="#ff0000" Spot="0" Register="0"/>
20 <COLOR NAME="Registration" CMYK="#ffffffff" Spot="0" Register="1"/>
21 <COLOR NAME="Rich Black" CMYK="#996666ff" Spot="0" Register="0"/>
22 <COLOR NAME="Warm Black" CMYK="#00994cff" Spot="0" Register="0"/>
23 <COLOR NAME="White" CMYK="#00000000" Spot="0" Register="0"/>
24 <COLOR NAME="Yellow" CMYK="#0000ff00" Spot="0" Register="0"/>
25 <HYPHEN/>
26 <STYLE NAME="Default Paragraph Style" DefaultStyle="1" ALIGN="0" LINESPMode="1" LINESP="15" INDENT="0" RMARGIN="0" FIRST="0" VOR="0" NACH="0" DROP="0" DROPLIN="2" DROPDIST="0" FONT="Fira Sans Regular"/>
27 <STYLE NAME="Header Para Style" NACH="2" CPARENT="Header Style"/>
28 <STYLE NAME="Text Para Style" ALIGN="3" INDENT="8" RMARGIN="4" FIRST="0" NACH="5" CPARENT="Default Character Style"/>
29 <STYLE NAME="Title Para Style" ALIGN="1" FONT="League Spartan Bold" FONTSIZE="72" KERN="15" LANGUAGE="English"/>
30 <STYLE NAME="Subtitle Para Style" ALIGN="1" FONT="League Spartan Bold" FONTSIZE="28" FEATURES="" TXTSHX="5" TXTSHY="-5" TXTOUT="1" TXTULP="-0.1" TXTULW="-0.1" TXTSTP="-0.1" TXTSTW="-0.1" LANGUAGE="English"/>
31 <CHARSTYLE CNAME="Default Character Style" DefaultStyle="1" FONT="Fira Sans Regular" FONTSIZE="12" FEATURES="inherit" FCOLOR="Black" FSHADE="100" SCOLOR="Black" SSHADE="100" TXTSHX="5" TXTSHY="-5" TXTOUT="1" TXTULP="-0.1" TXTULW="-0.1" TXTSTP="-0.1" TXTSTW="-0.1" SCALEH="100" SCALEV="100" BASEO="0" KERN="0" LANGUAGE="English"/>
32 <CHARSTYLE CNAME="Header Style" FONT="Fira Sans Bold" FONTSIZE="16" LANGUAGE="English"/>
33 <LAYERS NUMMER="0" LEVEL="0" NAME="Background" SICHTBAR="1" DRUCKEN="1" EDIT="1" FLOW="1" TRANS="1" BLEND="0" OUTL="0" LAYERC="#000000"/>
34 <Printer firstUse="1" toFile="1" useAltPrintCommand="1" outputSeparations="1" useSpotColors="1" useColor="1" mirrorH="0" mirrorV="0" useICC="0" doGCR="1" doClip="1" setDevParam="1" useDocBleeds="1" cropMarks="1" bleedMarks="1" registrationMarks="0" colorMarks="0" includePDFMarks="1" PSLevel="-641713808" PDLanguage="-641713808" markOffset="4.66920707527412e-310" BleedTop="0" BleedLeft="0" BleedRight="0" BleedBottom="0" printer="" filename="" separationName="" printerCommand=""/>
35 <PDF firstUse="0" Thumbnails="0" Articles="0" Bookmarks="0" Compress="1" CMethod="0" Quality="0" EmbedPDF="0" MirrorH="0" MirrorV="0" Clip="0" RotateDeg="0" PresentMode="0" RecalcPic="0" Grayscale="0" RGBMode="1" UseProfiles="0" UseProfiles2="0" Binding="0" PicRes="300" Resolution="300" Version="14" Intent="1" Intent2="0" SolidP="sRGB IEC61966-2.1" ImageP="sRGB IEC61966-2.1" PrintP="Fogra27L CMYK Coated Press" InfoString="" BTop="0" BLeft="0" BRight="0" BBottom="0" useDocBleeds="0" cropMarks="0" bleedMarks="0" registrationMarks="0" colorMarks="0" docInfoMarks="0" markOffset="0" ImagePr="0" PassOwner="" PassUser="" Permissions="-4" Encrypt="0" UseLayers="0" UseLpi="0" UseSpotColors="1" doMultiFile="0" displayBookmarks="0" displayFullscreen="0" displayLayers="0" displayThumbs="0" hideMenuBar="0" hideToolBar="0" fitWindow="0" PageLayout="0" openAction="">
36 <Subset Name="Fira Sans Bold"/>
37 <Subset Name="Fira Sans Regular"/>
38 <Subset Name="League Spartan Bold"/>
39 <Effekte pageEffectDuration="1" pageViewDuration="1" effectType="0" Dm="0" M="0" Di="0"/>
40 <Effekte pageEffectDuration="1" pageViewDuration="1" effectType="0" Dm="0" M="0" Di="0"/>
41 <Effekte pageEffectDuration="1" pageViewDuration="1" effectType="0" Dm="0" M="0" Di="0"/>
42 <Effekte pageEffectDuration="1" pageViewDuration="1" effectType="0" Dm="0" M="0" Di="0"/>
43 <Effekte pageEffectDuration="1" pageViewDuration="1" effectType="0" Dm="0" M="0" Di="0"/>
44 <Effekte pageEffectDuration="1" pageViewDuration="1" effectType="0" Dm="0" M="0" Di="0"/>
45 <Effekte pageEffectDuration="1" pageViewDuration="1" effectType="0" Dm="0" M="0" Di="0"/>
46 <Effekte pageEffectDuration="1" pageViewDuration="1" effectType="0" Dm="0" M="0" Di="0"/>
47 <Effekte pageEffectDuration="1" pageViewDuration="1" effectType="0" Dm="0" M="0" Di="0"/>
48 <Effekte pageEffectDuration="1" pageViewDuration="1" effectType="0" Dm="0" M="0" Di="0"/>
49 <Effekte pageEffectDuration="1" pageViewDuration="1" effectType="0" Dm="0" M="0" Di="0"/>
50 <Effekte pageEffectDuration="1" pageViewDuration="1" effectType="0" Dm="0" M="0" Di="0"/>
51 <LPI Color="" Frequency="133" Angle="45" SpotFunction="3"/>
52 <LPI Color="Black" Frequency="133" Angle="45" SpotFunction="3"/>
53 <LPI Color="Cyan" Frequency="133" Angle="105" SpotFunction="3"/>
54 <LPI Color="Magenta" Frequency="133" Angle="75" SpotFunction="3"/>
55 <LPI Color="Yellow" Frequency="133" Angle="90" SpotFunction="3"/>
56 </PDF>
57 <DocItemAttributes/>
58 <TablesOfContents/>
59 <PageSets>
60 <Set Name="Single Page" FirstPage="0" Rows="1" Columns="1"/>
61 <Set Name="Double Sided" FirstPage="1" Rows="1" Columns="2">
62 <PageNames Name="Left Page"/>
63 <PageNames Name="Right Page"/>
64 </Set>
65 <Set Name="3-Fold" FirstPage="0" Rows="1" Columns="3">
66 <PageNames Name="Left Page"/>
67 <PageNames Name="Middle"/>
68 <PageNames Name="Right Page"/>
69 </Set>
70 <Set Name="4-Fold" FirstPage="0" Rows="1" Columns="4">
71 <PageNames Name="Left Page"/>
72 <PageNames Name="Middle Left"/>
73 <PageNames Name="Middle Right"/>
74 <PageNames Name="Right Page"/>
75 </Set>
76 </PageSets>
77 <Sections>
78 <Section Number="0" Name="0" From="0" To="11" Type="Type_1_2_3" Start="0" Reversed="0" Active="1"/>
79 </Sections>
80 <MASTERPAGE PAGEXPOS="100" PAGEYPOS="20" PAGEWIDTH="396" PAGEHEIGHT="612" BORDERLEFT="40" BORDERRIGHT="40" BORDERTOP="40" BORDERBOTTOM="40" NUM="0" NAM="Normal" MNAM="" Size="Custom" Orientation="0" LEFT="0" PRESET="0" VerticalGuides="" HorizontalGuides="" AGhorizontalAutoGap="0" AGverticalAutoGap="0" AGhorizontalAutoCount="0" AGverticalAutoCount="0" AGhorizontalAutoRefer="0" AGverticalAutoRefer="0" AGSelection="0 0 0 0"/>
81 <PAGE PAGEXPOS="100" PAGEYPOS="20" PAGEWIDTH="396" PAGEHEIGHT="612" BORDERLEFT="40" BORDERRIGHT="40" BORDERTOP="40" BORDERBOTTOM="40" NUM="0" NAM="" MNAM="Normal" Size="Custom" Orientation="0" LEFT="0" PRESET="0" VerticalGuides="" HorizontalGuides="" AGhorizontalAutoGap="0" AGverticalAutoGap="0" AGhorizontalAutoCount="0" AGverticalAutoCount="0" AGhorizontalAutoRefer="0" AGverticalAutoRefer="0" AGSelection="0 0 0 0"/>
82 <PAGE PAGEXPOS="100" PAGEYPOS="672" PAGEWIDTH="396" PAGEHEIGHT="612" BORDERLEFT="40" BORDERRIGHT="40" BORDERTOP="40" BORDERBOTTOM="40" NUM="1" NAM="" MNAM="Normal" Size="Custom" Orientation="0" LEFT="0" PRESET="0" VerticalGuides="" HorizontalGuides="" AGhorizontalAutoGap="0" AGverticalAutoGap="0" AGhorizontalAutoCount="0" AGverticalAutoCount="0" AGhorizontalAutoRefer="0" AGverticalAutoRefer="0" AGSelection="0 0 0 0"/>
83 <PAGE PAGEXPOS="100" PAGEYPOS="1324" PAGEWIDTH="396" PAGEHEIGHT="612" BORDERLEFT="40" BORDERRIGHT="40" BORDERTOP="40" BORDERBOTTOM="40" NUM="2" NAM="" MNAM="Normal" Size="Custom" Orientation="0" LEFT="0" PRESET="0" VerticalGuides="" HorizontalGuides="" AGhorizontalAutoGap="0" AGverticalAutoGap="0" AGhorizontalAutoCount="0" AGverticalAutoCount="0" AGhorizontalAutoRefer="0" AGverticalAutoRefer="0" AGSelection="0 0 0 0"/>
84 <PAGE PAGEXPOS="100" PAGEYPOS="1976" PAGEWIDTH="396" PAGEHEIGHT="612" BORDERLEFT="40" BORDERRIGHT="40" BORDERTOP="40" BORDERBOTTOM="40" NUM="3" NAM="" MNAM="Normal" Size="Custom" Orientation="0" LEFT="0" PRESET="0" VerticalGuides="" HorizontalGuides="" AGhorizontalAutoGap="0" AGverticalAutoGap="0" AGhorizontalAutoCount="0" AGverticalAutoCount="0" AGhorizontalAutoRefer="0" AGverticalAutoRefer="0" AGSelection="0 0 0 0"/>
85 <PAGE PAGEXPOS="100" PAGEYPOS="2628" PAGEWIDTH="396" PAGEHEIGHT="612" BORDERLEFT="40" BORDERRIGHT="40" BORDERTOP="40" BORDERBOTTOM="40" NUM="4" NAM="" MNAM="Normal" Size="Custom" Orientation="0" LEFT="0" PRESET="0" VerticalGuides="" HorizontalGuides="" AGhorizontalAutoGap="0" AGverticalAutoGap="0" AGhorizontalAutoCount="0" AGverticalAutoCount="0" AGhorizontalAutoRefer="0" AGverticalAutoRefer="0" AGSelection="0 0 0 0"/>
86 <PAGE PAGEXPOS="100" PAGEYPOS="3280" PAGEWIDTH="396" PAGEHEIGHT="612" BORDERLEFT="40" BORDERRIGHT="40" BORDERTOP="40" BORDERBOTTOM="40" NUM="5" NAM="" MNAM="Normal" Size="Custom" Orientation="0" LEFT="0" PRESET="0" VerticalGuides="" HorizontalGuides="" AGhorizontalAutoGap="0" AGverticalAutoGap="0" AGhorizontalAutoCount="0" AGverticalAutoCount="0" AGhorizontalAutoRefer="0" AGverticalAutoRefer="0" AGSelection="0 0 0 0"/>
87 <PAGE PAGEXPOS="100" PAGEYPOS="3932" PAGEWIDTH="396" PAGEHEIGHT="612" BORDERLEFT="40" BORDERRIGHT="40" BORDERTOP="40" BORDERBOTTOM="40" NUM="6" NAM="" MNAM="Normal" Size="Custom" Orientation="0" LEFT="0" PRESET="0" VerticalGuides="" HorizontalGuides="" AGhorizontalAutoGap="0" AGverticalAutoGap="0" AGhorizontalAutoCount="0" AGverticalAutoCount="0" AGhorizontalAutoRefer="0" AGverticalAutoRefer="0" AGSelection="0 0 0 0"/>
88 <PAGE PAGEXPOS="100" PAGEYPOS="4584" PAGEWIDTH="396" PAGEHEIGHT="612" BORDERLEFT="40" BORDERRIGHT="40" BORDERTOP="40" BORDERBOTTOM="40" NUM="7" NAM="" MNAM="Normal" Size="Custom" Orientation="0" LEFT="0" PRESET="0" VerticalGuides="" HorizontalGuides="" AGhorizontalAutoGap="0" AGverticalAutoGap="0" AGhorizontalAutoCount="0" AGverticalAutoCount="0" AGhorizontalAutoRefer="0" AGverticalAutoRefer="0" AGSelection="0 0 0 0"/>
89 <PAGE PAGEXPOS="100" PAGEYPOS="5236" PAGEWIDTH="396" PAGEHEIGHT="612" BORDERLEFT="40" BORDERRIGHT="40" BORDERTOP="40" BORDERBOTTOM="40" NUM="8" NAM="" MNAM="Normal" Size="Custom" Orientation="0" LEFT="0" PRESET="0" VerticalGuides="" HorizontalGuides="" AGhorizontalAutoGap="0" AGverticalAutoGap="0" AGhorizontalAutoCount="0" AGverticalAutoCount="0" AGhorizontalAutoRefer="0" AGverticalAutoRefer="0" AGSelection="0 0 0 0"/>
90 <PAGE PAGEXPOS="100" PAGEYPOS="5888" PAGEWIDTH="396" PAGEHEIGHT="612" BORDERLEFT="40" BORDERRIGHT="40" BORDERTOP="40" BORDERBOTTOM="40" NUM="9" NAM="" MNAM="Normal" Size="Custom" Orientation="0" LEFT="0" PRESET="0" VerticalGuides="" HorizontalGuides="" AGhorizontalAutoGap="0" AGverticalAutoGap="0" AGhorizontalAutoCount="0" AGverticalAutoCount="0" AGhorizontalAutoRefer="0" AGverticalAutoRefer="0" AGSelection="0 0 0 0"/>
91 <PAGE PAGEXPOS="100" PAGEYPOS="6540" PAGEWIDTH="396" PAGEHEIGHT="612" BORDERLEFT="40" BORDERRIGHT="40" BORDERTOP="40" BORDERBOTTOM="40" NUM="10" NAM="" MNAM="Normal" Size="Custom" Orientation="0" LEFT="0" PRESET="0" VerticalGuides="" HorizontalGuides="" AGhorizontalAutoGap="0" AGverticalAutoGap="0" AGhorizontalAutoCount="0" AGverticalAutoCount="0" AGhorizontalAutoRefer="0" AGverticalAutoRefer="0" AGSelection="0 0 0 0"/>
92 <PAGE PAGEXPOS="100" PAGEYPOS="7192" PAGEWIDTH="396" PAGEHEIGHT="612" BORDERLEFT="40" BORDERRIGHT="40" BORDERTOP="40" BORDERBOTTOM="40" NUM="11" NAM="" MNAM="Normal" Size="Custom" Orientation="0" LEFT="0" PRESET="0" VerticalGuides="" HorizontalGuides="" AGhorizontalAutoGap="0" AGverticalAutoGap="0" AGhorizontalAutoCount="0" AGverticalAutoCount="0" AGhorizontalAutoRefer="0" AGverticalAutoRefer="0" AGSelection="0 0 0 0"/>
93 <PAGEOBJECT OwnPage="10" PTYPE="2" XPOS="140" YPOS="6580" WIDTH="40" HEIGHT="40" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="0.133333333333333" LOCALSCY="0.133333333333333" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="0" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="assets/skill-icon.png" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="0" EMBEDDED="0" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 40 40 40 40 40 40 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 40 40 40 40 40 40 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
94 <trail/>
95 <PageItemAttributes/>
96 </PAGEOBJECT>
97 <PAGEOBJECT OwnPage="0" PTYPE="2" XPOS="139.222222222222" YPOS="103.444444444444" WIDTH="312" HEIGHT="312" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="0.26" LOCALSCY="0.26" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="0" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="assets/plain-hk-icon.png" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="0" EMBEDDED="0" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 312 0 312 0 312 0 312 0 312 312 312 312 312 312 312 312 0 312 0 312 0 312 0 312 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 312 0 312 0 312 0 312 0 312 312 312 312 312 312 312 312 0 312 0 312 0 312 0 312 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
98 <trail/>
99 <PageItemAttributes/>
100 </PAGEOBJECT>
101 <PAGEOBJECT OwnPage="0" PTYPE="4" XPOS="139.888888888889" YPOS="60" WIDTH="315.111111111111" HEIGHT="92" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 315.111 0 315.111 0 315.111 0 315.111 0 315.111 92 315.111 92 315.111 92 315.111 92 0 92 0 92 0 92 0 92 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 315.111 0 315.111 0 315.111 0 315.111 0 315.111 92 315.111 92 315.111 92 315.111 92 0 92 0 92 0 92 0 92 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
102 <ITEXT CH="DELVE"/>
103 <trail PARENT="Title Para Style"/>
104 <PageItemAttributes/>
105 </PAGEOBJECT>
106 <PAGEOBJECT OwnPage="0" PTYPE="4" XPOS="140.444444444444" YPOS="416.888888888889" WIDTH="314.222222222222" HEIGHT="175.555555555556" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 314.222 0 314.222 0 314.222 0 314.222 0 314.222 175.556 314.222 175.556 314.222 175.556 314.222 175.556 0 175.556 0 175.556 0 175.556 0 175.556 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 314.222 0 314.222 0 314.222 0 314.222 0 314.222 175.556 314.222 175.556 314.222 175.556 314.222 175.556 0 175.556 0 175.556 0 175.556 0 175.556 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
107 <ITEXT CH="A Minimalist Fantasy Role-Playing Game"/>
108 <para PARENT="Subtitle Para Style"/>
109 <para/>
110 <ITEXT FONTSIZE="18" CH="G. D. Ritter"/>
111 <para PARENT="Subtitle Para Style"/>
112 <para/>
113 <ITEXT FONTSIZE="18" CH="Working Draft 2018-02-27"/>
114 <trail PARENT="Subtitle Para Style"/>
115 <PageItemAttributes/>
116 </PAGEOBJECT>
117 <PAGEOBJECT OwnPage="1" PTYPE="5" XPOS="160" YPOS="972" WIDTH="280" HEIGHT="1" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="Black" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="0" POCOOR="" NUMCO="0" COCOOR="" NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
118 <trail/>
119 <PageItemAttributes/>
120 </PAGEOBJECT>
121 <PAGEOBJECT OwnPage="1" PTYPE="4" XPOS="140" YPOS="982" WIDTH="320" HEIGHT="40" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 40 320 40 320 40 320 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 40 320 40 320 40 320 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
122 <ITEXT FONT="Fira Sans Bold" FONTSIZE="28" CH="The Character Sheet"/>
123 <trail/>
124 <PageItemAttributes/>
125 </PAGEOBJECT>
126 <PAGEOBJECT OwnPage="1" PTYPE="4" XPOS="150" YPOS="732" WIDTH="240" HEIGHT="220" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 240 0 240 0 240 0 240 0 240 220 240 220 240 220 240 220 0 220 0 220 0 220 0 220 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 240 0 240 0 240 0 240 0 240 220 240 220 240 220 240 220 0 220 0 220 0 220 0 220 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
127 <ITEXT FONTSIZE="18" CH="The Character Sheet"/>
128 <para ALIGN="0"/>
129 <ITEXT FONTSIZE="18" CH="Creating A Hero"/>
130 <para ALIGN="0"/>
131 <ITEXT FONTSIZE="18" CH="Melee &amp; Ranged Attacks"/>
132 <para ALIGN="0"/>
133 <ITEXT FONTSIZE="18" CH="Arcane Attacks &amp; Range"/>
134 <para ALIGN="0"/>
135 <ITEXT FONTSIZE="18" CH="Terrain &amp; Movement"/>
136 <para ALIGN="0"/>
137 <ITEXT FONTSIZE="18" CH="HP &amp; Damage"/>
138 <para ALIGN="0"/>
139 <ITEXT FONTSIZE="18" CH="Healing &amp; Resting"/>
140 <para ALIGN="0"/>
141 <ITEXT FONTSIZE="18" CH="Equipment &amp; Items"/>
142 <para ALIGN="0"/>
143 <ITEXT FONTSIZE="18" CH="Ability Tests"/>
144 <para ALIGN="0"/>
145 <ITEXT FONTSIZE="18" CH="Specific Abilities"/>
146 <para ALIGN="0"/>
147 <PageItemAttributes/>
148 </PAGEOBJECT>
149 <PAGEOBJECT OwnPage="1" PTYPE="2" XPOS="140" YPOS="1052" WIDTH="320" HEIGHT="80" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="0.266666666666667" LOCALSCY="0.266666666666667" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="0" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="assets/character-slip.png" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="0" EMBEDDED="0" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 80 320 80 320 80 320 80 0 80 0 80 0 80 0 80 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 80 320 80 320 80 320 80 0 80 0 80 0 80 0 80 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
150 <trail/>
151 <PageItemAttributes/>
152 </PAGEOBJECT>
153 <PAGEOBJECT OwnPage="1" PTYPE="4" XPOS="140" YPOS="1032" WIDTH="320" HEIGHT="40" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 40 320 40 320 40 320 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 40 320 40 320 40 320 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
154 <ITEXT CH="A basic character sheet looks like the following:"/>
155 <trail/>
156 <PageItemAttributes/>
157 </PAGEOBJECT>
158 <PAGEOBJECT OwnPage="2" PTYPE="4" XPOS="192" YPOS="1372" WIDTH="260" HEIGHT="40" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 260 0 260 0 260 0 260 0 260 40 260 40 260 40 260 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 260 0 260 0 260 0 260 0 260 40 260 40 260 40 260 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
159 <ITEXT FONT="Fira Sans Bold" FONTSIZE="28" CH="Creating a Hero"/>
160 <trail/>
161 <PageItemAttributes/>
162 </PAGEOBJECT>
163 <PAGEOBJECT OwnPage="3" PTYPE="2" XPOS="140" YPOS="2016" WIDTH="40" HEIGHT="40" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="0.133333333333333" LOCALSCY="0.133333333333333" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="0" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="assets/melee-icon.png" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="0" EMBEDDED="0" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 40 40 40 40 40 40 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 40 40 40 40 40 40 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
164 <trail/>
165 <PageItemAttributes/>
166 </PAGEOBJECT>
167 <PAGEOBJECT OwnPage="3" PTYPE="4" XPOS="192" YPOS="2024" WIDTH="260" HEIGHT="40" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 260 0 260 0 260 0 260 0 260 40 260 40 260 40 260 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 260 0 260 0 260 0 260 0 260 40 260 40 260 40 260 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
168 <ITEXT FONT="Fira Sans Bold" FONTSIZE="28" CH="Melee Attacks"/>
169 <trail/>
170 <PageItemAttributes/>
171 </PAGEOBJECT>
172 <PAGEOBJECT OwnPage="3" PTYPE="4" XPOS="192" YPOS="2284" WIDTH="260" HEIGHT="40" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 260 0 260 0 260 0 260 0 260 40 260 40 260 40 260 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 260 0 260 0 260 0 260 0 260 40 260 40 260 40 260 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
173 <ITEXT FONT="Fira Sans Bold" FONTSIZE="28" CH="Ranged Attacks"/>
174 <trail/>
175 <PageItemAttributes/>
176 </PAGEOBJECT>
177 <PAGEOBJECT OwnPage="4" PTYPE="4" XPOS="192" YPOS="2676" WIDTH="260" HEIGHT="40" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 260 0 260 0 260 0 260 0 260 40 260 40 260 40 260 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 260 0 260 0 260 0 260 0 260 40 260 40 260 40 260 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
178 <ITEXT FONT="Fira Sans Bold" FONTSIZE="28" CH="Arcane Attacks"/>
179 <trail/>
180 <PageItemAttributes/>
181 </PAGEOBJECT>
182 <PAGEOBJECT OwnPage="6" PTYPE="4" XPOS="192" YPOS="3980" WIDTH="260" HEIGHT="40" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 260 0 260 0 260 0 260 0 260 40 260 40 260 40 260 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 260 0 260 0 260 0 260 0 260 40 260 40 260 40 260 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
183 <ITEXT FONT="Fira Sans Bold" FONTSIZE="28" CH="HP &amp; Damage"/>
184 <trail/>
185 <PageItemAttributes/>
186 </PAGEOBJECT>
187 <PAGEOBJECT OwnPage="6" PTYPE="2" XPOS="140" YPOS="3972" WIDTH="40" HEIGHT="40" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="0.133333333333333" LOCALSCY="0.133333333333333" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="0" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="assets/defense-icon.png" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="0" EMBEDDED="0" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 40 40 40 40 40 40 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 40 40 40 40 40 40 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
188 <trail/>
189 <PageItemAttributes/>
190 </PAGEOBJECT>
191 <PAGEOBJECT OwnPage="4" PTYPE="2" XPOS="140" YPOS="2668" WIDTH="40" HEIGHT="40" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="0.133333333333333" LOCALSCY="0.133333333333333" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="0" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="assets/magic-icon.png" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="0" EMBEDDED="0" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 40 40 40 40 40 40 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 40 40 40 40 40 40 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
192 <trail/>
193 <PageItemAttributes/>
194 </PAGEOBJECT>
195 <PAGEOBJECT OwnPage="3" PTYPE="2" XPOS="140" YPOS="2276" WIDTH="40" HEIGHT="40" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="0.133333333333333" LOCALSCY="0.133333333333333" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="0" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="assets/ranged-icon.png" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="0" EMBEDDED="0" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 40 40 40 40 40 40 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 40 40 40 40 40 40 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
196 <trail/>
197 <PageItemAttributes/>
198 </PAGEOBJECT>
199 <PAGEOBJECT OwnPage="7" PTYPE="4" XPOS="192" YPOS="4632" WIDTH="260" HEIGHT="40" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 260 0 260 0 260 0 260 0 260 40 260 40 260 40 260 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 260 0 260 0 260 0 260 0 260 40 260 40 260 40 260 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
200 <ITEXT FONT="Fira Sans Bold" FONTSIZE="28" CH="Healing &amp; Resting"/>
201 <trail/>
202 <PageItemAttributes/>
203 </PAGEOBJECT>
204 <PAGEOBJECT OwnPage="8" PTYPE="4" XPOS="192" YPOS="5284" WIDTH="260" HEIGHT="40" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 260 0 260 0 260 0 260 0 260 40 260 40 260 40 260 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 260 0 260 0 260 0 260 0 260 40 260 40 260 40 260 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
205 <ITEXT FONT="Fira Sans Bold" FONTSIZE="28" CH="Equipment &amp; Items"/>
206 <trail/>
207 <PageItemAttributes/>
208 </PAGEOBJECT>
209 <PAGEOBJECT OwnPage="8" PTYPE="2" XPOS="140" YPOS="5276" WIDTH="40" HEIGHT="40" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="0.133333333333333" LOCALSCY="0.133333333333333" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="0" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="assets/item-icon.png" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="0" EMBEDDED="0" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 40 40 40 40 40 40 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 40 40 40 40 40 40 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
210 <trail/>
211 <PageItemAttributes/>
212 </PAGEOBJECT>
213 <PAGEOBJECT OwnPage="9" PTYPE="4" XPOS="192" YPOS="5936" WIDTH="260" HEIGHT="40" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 260 0 260 0 260 0 260 0 260 40 260 40 260 40 260 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 260 0 260 0 260 0 260 0 260 40 260 40 260 40 260 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
214 <ITEXT FONT="Fira Sans Bold" FONTSIZE="28" CH="Ability Tests"/>
215 <trail/>
216 <PageItemAttributes/>
217 </PAGEOBJECT>
218 <PAGEOBJECT OwnPage="9" PTYPE="2" XPOS="140" YPOS="5928" WIDTH="40" HEIGHT="40" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="0.133333333333333" LOCALSCY="0.133333333333333" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="0" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="assets/ability-icon.png" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="0" EMBEDDED="0" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 40 40 40 40 40 40 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 40 40 40 40 40 40 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
219 <trail/>
220 <PageItemAttributes/>
221 </PAGEOBJECT>
222 <PAGEOBJECT OwnPage="2" PTYPE="2" XPOS="140" YPOS="1364" WIDTH="40" HEIGHT="40" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="0.133333333333333" LOCALSCY="0.133333333333333" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="0" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="assets/equipment-icon.png" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="0" EMBEDDED="0" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 40 40 40 40 40 40 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 40 40 40 40 40 40 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
223 <trail/>
224 <PageItemAttributes/>
225 </PAGEOBJECT>
226 <PAGEOBJECT OwnPage="7" PTYPE="2" XPOS="140" YPOS="4624" WIDTH="40" HEIGHT="40" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="0.133333333333333" LOCALSCY="0.133333333333333" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="0" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="assets/plant-icon.png" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="0" EMBEDDED="0" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 40 40 40 40 40 40 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 40 40 40 40 40 40 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
227 <trail/>
228 <PageItemAttributes/>
229 </PAGEOBJECT>
230 <PAGEOBJECT OwnPage="7" PTYPE="6" XPOS="140" YPOS="4624" WIDTH="39.5" HEIGHT="39.5" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="Black" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="50" SHADE2="50" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="32" PLINEJOIN="128" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 39.5 0 39.5 0 39.5 0 39.5 0 39.5 39.5 39.5 39.5 39.5 39.5 39.5 39.5 0 39.5 0 39.5 0 39.5 0 39.5 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 39.5 0 39.5 0 39.5 0 39.5 0 39.5 39.5 39.5 39.5 39.5 39.5 39.5 39.5 0 39.5 0 39.5 0 39.5 0 39.5 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
231 <trail/>
232 <PageItemAttributes/>
233 </PAGEOBJECT>
234 <PAGEOBJECT OwnPage="6" PTYPE="6" XPOS="140" YPOS="3972.5" WIDTH="39.5" HEIGHT="39.5" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="Black" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="50" SHADE2="50" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="32" PLINEJOIN="128" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 39.5 0 39.5 0 39.5 0 39.5 0 39.5 39.5 39.5 39.5 39.5 39.5 39.5 39.5 0 39.5 0 39.5 0 39.5 0 39.5 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 39.5 0 39.5 0 39.5 0 39.5 0 39.5 39.5 39.5 39.5 39.5 39.5 39.5 39.5 0 39.5 0 39.5 0 39.5 0 39.5 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
235 <trail/>
236 <PageItemAttributes/>
237 </PAGEOBJECT>
238 <PAGEOBJECT OwnPage="4" PTYPE="6" XPOS="140" YPOS="2668" WIDTH="39.5" HEIGHT="39.5" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="Black" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="50" SHADE2="50" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="32" PLINEJOIN="128" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 39.5 0 39.5 0 39.5 0 39.5 0 39.5 39.5 39.5 39.5 39.5 39.5 39.5 39.5 0 39.5 0 39.5 0 39.5 0 39.5 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 39.5 0 39.5 0 39.5 0 39.5 0 39.5 39.5 39.5 39.5 39.5 39.5 39.5 39.5 0 39.5 0 39.5 0 39.5 0 39.5 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
239 <trail/>
240 <PageItemAttributes/>
241 </PAGEOBJECT>
242 <PAGEOBJECT OwnPage="3" PTYPE="6" XPOS="140" YPOS="2276" WIDTH="39.5" HEIGHT="39.5" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="Black" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="50" SHADE2="50" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="32" PLINEJOIN="128" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 39.5 0 39.5 0 39.5 0 39.5 0 39.5 39.5 39.5 39.5 39.5 39.5 39.5 39.5 0 39.5 0 39.5 0 39.5 0 39.5 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 39.5 0 39.5 0 39.5 0 39.5 0 39.5 39.5 39.5 39.5 39.5 39.5 39.5 39.5 0 39.5 0 39.5 0 39.5 0 39.5 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
243 <trail/>
244 <PageItemAttributes/>
245 </PAGEOBJECT>
246 <PAGEOBJECT OwnPage="3" PTYPE="6" XPOS="140.5" YPOS="2016" WIDTH="39.5" HEIGHT="39.5" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="Black" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="50" SHADE2="50" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="32" PLINEJOIN="128" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 39.5 0 39.5 0 39.5 0 39.5 0 39.5 39.5 39.5 39.5 39.5 39.5 39.5 39.5 0 39.5 0 39.5 0 39.5 0 39.5 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 39.5 0 39.5 0 39.5 0 39.5 0 39.5 39.5 39.5 39.5 39.5 39.5 39.5 39.5 0 39.5 0 39.5 0 39.5 0 39.5 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
247 <trail/>
248 <PageItemAttributes/>
249 </PAGEOBJECT>
250 <PAGEOBJECT OwnPage="2" PTYPE="6" XPOS="140.5" YPOS="1364" WIDTH="39.5" HEIGHT="39.5" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="Black" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="50" SHADE2="50" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="32" PLINEJOIN="128" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 39.5 0 39.5 0 39.5 0 39.5 0 39.5 39.5 39.5 39.5 39.5 39.5 39.5 39.5 0 39.5 0 39.5 0 39.5 0 39.5 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 39.5 0 39.5 0 39.5 0 39.5 0 39.5 39.5 39.5 39.5 39.5 39.5 39.5 39.5 0 39.5 0 39.5 0 39.5 0 39.5 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
251 <trail/>
252 <PageItemAttributes/>
253 </PAGEOBJECT>
254 <PAGEOBJECT OwnPage="8" PTYPE="6" XPOS="140" YPOS="5276" WIDTH="39.5" HEIGHT="39.5" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="Black" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="50" SHADE2="50" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="32" PLINEJOIN="128" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 39.5 0 39.5 0 39.5 0 39.5 0 39.5 39.5 39.5 39.5 39.5 39.5 39.5 39.5 0 39.5 0 39.5 0 39.5 0 39.5 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 39.5 0 39.5 0 39.5 0 39.5 0 39.5 39.5 39.5 39.5 39.5 39.5 39.5 39.5 0 39.5 0 39.5 0 39.5 0 39.5 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
255 <trail/>
256 <PageItemAttributes/>
257 </PAGEOBJECT>
258 <PAGEOBJECT OwnPage="9" PTYPE="6" XPOS="140.5" YPOS="5928.5" WIDTH="39.5" HEIGHT="39.5" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="Black" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="50" SHADE2="50" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="32" PLINEJOIN="128" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 39.5 0 39.5 0 39.5 0 39.5 0 39.5 39.5 39.5 39.5 39.5 39.5 39.5 39.5 0 39.5 0 39.5 0 39.5 0 39.5 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 39.5 0 39.5 0 39.5 0 39.5 0 39.5 39.5 39.5 39.5 39.5 39.5 39.5 39.5 0 39.5 0 39.5 0 39.5 0 39.5 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
259 <trail/>
260 <PageItemAttributes/>
261 </PAGEOBJECT>
262 <PAGEOBJECT OwnPage="2" PTYPE="4" XPOS="140" YPOS="1424" WIDTH="320" HEIGHT="460" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 460 320 460 320 460 320 460 0 460 0 460 0 460 0 460 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 460 320 460 320 460 320 460 0 460 0 460 0 460 0 460 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
263 <ITEXT CH="Get started."/>
264 <para PARENT="Header Para Style"/>
265 <ITEXT CH="Take a hero card and start by filling in your character's name and your own name."/>
266 <para PARENT="Text Para Style"/>
267 <ITEXT CH="Allocate Dice"/>
268 <para PARENT="Header Para Style"/>
269 <ITEXT CH="Distribute 4 points to the various dice pools. The first die allocated to the Ranged dice pool or the Arcane dice pool costs 2 points. All other dice—including subsequent Ranged and Arcane dice as well as any dice put into the Melee and Defense pools—cost 1 point."/>
270 <para PARENT="Text Para Style"/>
271 <ITEXT CH="Select A Weapon"/>
272 <para PARENT="Header Para Style"/>
273 <ITEXT CH="From a provided set of possible beginning weapons, choose 1 weapon card. Each weapon has an associated type which corresponds to one of the three attack dice rolls. You can only use weapons whose type is a type you have dice in."/>
274 <para PARENT="Text Para Style"/>
275 <ITEXT CH="Select Two Abilities"/>
276 <para PARENT="Header Para Style"/>
277 <ITEXT CH="From a provided set of possible beginning abilities, select 2 ability cards. There are no restrictions on which ability cards you can take."/>
278 <para PARENT="Text Para Style"/>
279 <ITEXT CH="Select Extra Beginning Equipment"/>
280 <para PARENT="Header Para Style"/>
281 <ITEXT CH="You start with 3 Coin. You can use your Coin to purchase from a set of Item cards and Equipment cards. At this time, all Item cards cost 1 Coin, and all Equipment cards cost 3 Coin."/>
282 <para PARENT="Text Para Style"/>
283 <ITEXT CH="You are not required to spend all (or even any) of your Coin during character creation, and you keep all Coin you do not spend."/>
284 <trail PARENT="Text Para Style"/>
285 <PageItemAttributes/>
286 </PAGEOBJECT>
287 <PAGEOBJECT OwnPage="1" PTYPE="4" XPOS="400" YPOS="732" WIDTH="37" HEIGHT="220" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 37 0 37 0 37 0 37 0 37 220 37 220 37 220 37 220 0 220 0 220 0 220 0 220 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 37 0 37 0 37 0 37 0 37 220 37 220 37 220 37 220 0 220 0 220 0 220 0 220 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
288 <ITEXT FONTSIZE="18" CH="1"/>
289 <para ALIGN="0"/>
290 <ITEXT FONTSIZE="18" CH="2"/>
291 <para ALIGN="0"/>
292 <ITEXT FONTSIZE="18" CH="3"/>
293 <para ALIGN="0"/>
294 <ITEXT FONTSIZE="18" CH="4"/>
295 <para ALIGN="0"/>
296 <ITEXT FONTSIZE="18" CH="5"/>
297 <para ALIGN="0"/>
298 <ITEXT FONTSIZE="18" CH="6"/>
299 <para ALIGN="0"/>
300 <ITEXT FONTSIZE="18" CH="7"/>
301 <para ALIGN="0"/>
302 <ITEXT FONTSIZE="18" CH="8"/>
303 <para ALIGN="0"/>
304 <ITEXT FONTSIZE="18" CH="9"/>
305 <para ALIGN="0"/>
306 <ITEXT FONTSIZE="18" CH="10"/>
307 <para ALIGN="0"/>
308 <PageItemAttributes/>
309 </PAGEOBJECT>
310 <PAGEOBJECT OwnPage="1" PTYPE="5" XPOS="320" YPOS="1172" WIDTH="40" HEIGHT="1" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="Black" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="270" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="0" POCOOR="" NUMCO="0" COCOOR="" NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
311 <trail/>
312 <PageItemAttributes/>
313 </PAGEOBJECT>
314 <PAGEOBJECT OwnPage="1" PTYPE="5" XPOS="440" YPOS="1232" WIDTH="100" HEIGHT="1" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="Black" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="270" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="0" POCOOR="" NUMCO="0" COCOOR="" NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
315 <trail/>
316 <PageItemAttributes/>
317 </PAGEOBJECT>
318 <PAGEOBJECT OwnPage="1" PTYPE="5" XPOS="400" YPOS="1212" WIDTH="80" HEIGHT="1" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="Black" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="270" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="0" POCOOR="" NUMCO="0" COCOOR="" NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
319 <trail/>
320 <PageItemAttributes/>
321 </PAGEOBJECT>
322 <PAGEOBJECT OwnPage="1" PTYPE="5" XPOS="360" YPOS="1192" WIDTH="60" HEIGHT="1" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="Black" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="270" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="0" POCOOR="" NUMCO="0" COCOOR="" NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
323 <trail/>
324 <PageItemAttributes/>
325 </PAGEOBJECT>
326 <PAGEOBJECT OwnPage="1" PTYPE="5" XPOS="320" YPOS="1172" WIDTH="20" HEIGHT="1" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="Black" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="180" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="0" POCOOR="" NUMCO="0" COCOOR="" NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
327 <trail/>
328 <PageItemAttributes/>
329 </PAGEOBJECT>
330 <PAGEOBJECT OwnPage="1" PTYPE="5" XPOS="360" YPOS="1192" WIDTH="60" HEIGHT="1" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="Black" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="180" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="0" POCOOR="" NUMCO="0" COCOOR="" NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
331 <trail/>
332 <PageItemAttributes/>
333 </PAGEOBJECT>
334 <PAGEOBJECT OwnPage="1" PTYPE="5" XPOS="400" YPOS="1212" WIDTH="100" HEIGHT="1" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="Black" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="180" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="0" POCOOR="" NUMCO="0" COCOOR="" NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
335 <trail/>
336 <PageItemAttributes/>
337 </PAGEOBJECT>
338 <PAGEOBJECT OwnPage="1" PTYPE="5" XPOS="440" YPOS="1232" WIDTH="140" HEIGHT="1" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="Black" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="180" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="0" POCOOR="" NUMCO="0" COCOOR="" NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
339 <trail/>
340 <PageItemAttributes/>
341 </PAGEOBJECT>
342 <PAGEOBJECT OwnPage="1" PTYPE="4" XPOS="150" YPOS="1162" WIDTH="140" HEIGHT="20" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 140 0 140 0 140 0 140 0 140 20 140 20 140 20 140 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 140 0 140 0 140 0 140 0 140 20 140 20 140 20 140 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
343 <ITEXT CH="Melee dice (see pg. 3)"/>
344 <trail ALIGN="2"/>
345 <PageItemAttributes/>
346 </PAGEOBJECT>
347 <PAGEOBJECT OwnPage="1" PTYPE="4" XPOS="150" YPOS="1182" WIDTH="140" HEIGHT="20" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 140 0 140 0 140 0 140 0 140 20 140 20 140 20 140 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 140 0 140 0 140 0 140 0 140 20 140 20 140 20 140 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
348 <ITEXT CH="Ranged dice (see pg. 3)"/>
349 <trail ALIGN="2"/>
350 <PageItemAttributes/>
351 </PAGEOBJECT>
352 <PAGEOBJECT OwnPage="1" PTYPE="4" XPOS="150" YPOS="1202" WIDTH="140" HEIGHT="20" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 140 0 140 0 140 0 140 0 140 20 140 20 140 20 140 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 140 0 140 0 140 0 140 0 140 20 140 20 140 20 140 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
353 <ITEXT CH="Arcane dice (see pg. 4)"/>
354 <trail ALIGN="2"/>
355 <PageItemAttributes/>
356 </PAGEOBJECT>
357 <PAGEOBJECT OwnPage="1" PTYPE="4" XPOS="150" YPOS="1222" WIDTH="140" HEIGHT="20" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 140 0 140 0 140 0 140 0 140 20 140 20 140 20 140 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 140 0 140 0 140 0 140 0 140 20 140 20 140 20 140 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
358 <ITEXT CH="Defense dice"/>
359 <trail ALIGN="2"/>
360 <PageItemAttributes/>
361 </PAGEOBJECT>
362 <PAGEOBJECT OwnPage="1" PTYPE="4" XPOS="130" YPOS="1142" WIDTH="140" HEIGHT="20" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 140 0 140 0 140 0 140 0 140 20 140 20 140 20 140 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 140 0 140 0 140 0 140 0 140 20 140 20 140 20 140 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
363 <ITEXT CH="HP boxes (see pg. 6)"/>
364 <trail ALIGN="2"/>
365 <PageItemAttributes/>
366 </PAGEOBJECT>
367 <PAGEOBJECT OwnPage="1" PTYPE="5" XPOS="280" YPOS="1152" WIDTH="20" HEIGHT="1" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="Black" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="0" POCOOR="" NUMCO="0" COCOOR="" NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
368 <trail/>
369 <PageItemAttributes/>
370 </PAGEOBJECT>
371 <PAGEOBJECT OwnPage="1" PTYPE="5" XPOS="300" YPOS="1152" WIDTH="15" HEIGHT="1" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="Black" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="270" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="0" POCOOR="" NUMCO="0" COCOOR="" NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
372 <trail/>
373 <PageItemAttributes/>
374 </PAGEOBJECT>
375 <PAGEOBJECT OwnPage="1" PTYPE="5" XPOS="300" YPOS="1137" WIDTH="70" HEIGHT="1" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="Black" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="180" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="0" POCOOR="" NUMCO="0" COCOOR="" NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
376 <trail/>
377 <PageItemAttributes/>
378 </PAGEOBJECT>
379 <PAGEOBJECT OwnPage="1" PTYPE="5" XPOS="230" YPOS="1137" WIDTH="5" HEIGHT="1" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="Black" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="270" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="0" POCOOR="" NUMCO="0" COCOOR="" NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
380 <trail/>
381 <PageItemAttributes/>
382 </PAGEOBJECT>
383 <PAGEOBJECT OwnPage="3" PTYPE="4" XPOS="140" YPOS="2216" WIDTH="320" HEIGHT="60" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 60 320 60 320 60 320 60 0 60 0 60 0 60 0 60 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 60 320 60 320 60 320 60 0 60 0 60 0 60 0 60 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
384 <trail/>
385 <PageItemAttributes/>
386 </PAGEOBJECT>
387 <PAGEOBJECT OwnPage="6" PTYPE="4" XPOS="139" YPOS="4032" WIDTH="320" HEIGHT="480" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 480 320 480 320 480 320 480 0 480 0 480 0 480 0 480 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 480 320 480 320 480 320 480 0 480 0 480 0 480 0 480 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
388 <ITEXT CH="Combat Rounds and Initiative"/>
389 <para PARENT="Header Para Style"/>
390 <ITEXT CH="During combat, each participant—player and NPC alike—takes a turn in a set order. To determine the order at the beginning of combat, each participant rolls a die, and those who rolled higher go first. Ties between PC and NPC are always broken in favor of the player. Ties between players can be broken arbitrarily."/>
391 <para PARENT="Text Para Style"/>
392 <ITEXT CH="Actions During Combat"/>
393 <para PARENT="Header Para Style"/>
394 <ITEXT CH="During combat, you can take 1 action and move up to 4 squares away from your current position, in any order. Possible actions include performing a regular attack, performing a special attack as defined by your Weapon, Equipment, or Abilities, or using an Item."/>
395 <para PARENT="Text Para Style"/>
396 <ITEXT CH="Dealing and Taking Damage"/>
397 <para PARENT="Header Para Style"/>
398 <ITEXT CH="All attacks deal 1 damage unless otherwise specified by your Weapon, Equipment, or Abilities. When your player is damaged by an enemy, mark one HP box."/>
399 <para PARENT="Text Para Style"/>
400 <ITEXT CH="Being Prone"/>
401 <para PARENT="Header Para Style"/>
402 <ITEXT CH="When a player is knocked prone, your character's actions have 1 fewer dice. Getting back up takes 2 squares worth of movement. To knock an opponent prone, make a Melee attack against them with -1d."/>
403 <para PARENT="Text Para Style"/>
404 <ITEXT CH="Knocked Out"/>
405 <para PARENT="Header Para Style"/>
406 <ITEXT CH="When all your HP boxes are marked, then your hero is Knocked Out (KO'd). You cannot take any actions in combat until you have healed at least one point of damage, which can happen if an ally heals you (page 7) or if your allies win the fight and you have the chance to rest."/>
407 <trail PARENT="Text Para Style"/>
408 <PageItemAttributes/>
409 </PAGEOBJECT>
410 <PAGEOBJECT OwnPage="3" PTYPE="4" XPOS="140" YPOS="2076" WIDTH="320" HEIGHT="180" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 180 320 180 320 180 320 180 0 180 0 180 0 180 0 180 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 180 320 180 320 180 320 180 0 180 0 180 0 180 0 180 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
411 <ITEXT CH="Making a Melee Attack"/>
412 <para PARENT="Header Para Style"/>
413 <ITEXT FONTSIZE="12" CH="Melee attacks must target enemies that are directly adjacent to you. To perform a melee attack, roll your Melee dice pool against your target's Defense dice pool: if your highest die is the same as or higher than your opponent's highest die, then your attack is successful."/>
414 <para PARENT="Text Para Style"/>
415 <ITEXT FONTSIZE="12" CH="If your target is Prone, then take +1d on your Melee roll."/>
416 <para PARENT="Text Para Style"/>
417 <ITEXT FONTSIZE="16" CH="Using Melee Dice in Skill Checks"/>
418 <para PARENT="Header Para Style"/>
419 <ITEXT FONTSIZE="12" CH="When you roll a Strength ability check, roll your Melee pool plus one extra die."/>
420 <trail PARENT="Text Para Style"/>
421 <PageItemAttributes/>
422 </PAGEOBJECT>
423 <PAGEOBJECT OwnPage="3" PTYPE="4" XPOS="140" YPOS="2336" WIDTH="320" HEIGHT="220" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 220 320 220 320 220 320 220 0 220 0 220 0 220 0 220 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 220 320 220 320 220 320 220 0 220 0 220 0 220 0 220 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
424 <ITEXT CH="Making a Ranged Attack"/>
425 <para PARENT="Header Para Style"/>
426 <ITEXT CH="Ranged attacks must target enemies that are within six spaces of you (including diagonals), and you must have line-of-sight to the target. To perform a ranged attack, roll your Ranged dice pool against your target's Defense dice pool: if your highest die is the same as or higher than your opponent's highest die, then your attack is successful."/>
427 <para PARENT="Text Para Style"/>
428 <ITEXT CH="If your target is adjacent to you, then take -1d on your Ranged roll."/>
429 <para PARENT="Text Para Style"/>
430 <ITEXT CH="Using Ranged Dice in Skill Checks"/>
431 <para PARENT="Header Para Style"/>
432 <ITEXT FONTSIZE="12" CH="When you roll a Dexterity ability check, roll your Ranged pool plus one extra die."/>
433 <trail PARENT="Text Para Style"/>
434 <PageItemAttributes/>
435 </PAGEOBJECT>
436 <PAGEOBJECT OwnPage="4" PTYPE="4" XPOS="140" YPOS="2728" WIDTH="320" HEIGHT="220" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 220 320 220 320 220 320 220 0 220 0 220 0 220 0 220 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 220 320 220 320 220 320 220 0 220 0 220 0 220 0 220 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
437 <ITEXT CH="Making an Arcane Attack"/>
438 <para PARENT="Header Para Style"/>
439 <ITEXT CH="Arcane attacks must target enemies that are within four spaces of you (including diagonals), and you must have line-of-sight to the target. To perform a ranged attack, roll your Arcane dice pool against your target's Defense dice pool: if your highest die is the same as or higher than your opponent's highest die, then your attack is successful."/>
440 <para PARENT="Text Para Style"/>
441 <ITEXT CH="Arcane attacks, unlike Ranged attacks, suffer no disadvantages when targeting adjacent enemies."/>
442 <para PARENT="Text Para Style"/>
443 <ITEXT FONTSIZE="16" CH="Using Arcane Dice in Skill Checks"/>
444 <para PARENT="Header Para Style"/>
445 <ITEXT FONTSIZE="12" CH="When you roll an Intelligence ability check, roll your Arcane pool plus one extra die."/>
446 <trail PARENT="Text Para Style"/>
447 <PageItemAttributes/>
448 </PAGEOBJECT>
449 <PAGEOBJECT OwnPage="7" PTYPE="4" XPOS="140" YPOS="4684" WIDTH="320" HEIGHT="460" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 460 320 460 320 460 320 460 0 460 0 460 0 460 0 460 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 460 320 460 320 460 320 460 0 460 0 460 0 460 0 460 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
450 <ITEXT CH="Healing with Magic"/>
451 <para PARENT="Header Para Style"/>
452 <ITEXT CH="Certain magical abilities can perform healing. During combat, magical healing counts as an action, so a hero with these abilities can take a single action to heal themselves or someone else instead of attacking an enemy. When you are healed, erase a mark from one of your HP boxes."/>
453 <para PARENT="Text Para Style"/>
454 <ITEXT CH="Outside of combat, magical healing can easily return all allies to full health."/>
455 <para PARENT="Text Para Style"/>
456 <ITEXT CH="Potions"/>
457 <para PARENT="Header Para Style"/>
458 <ITEXT CH="A potion can be used as an action during combat, or freely outside of combat. A Potion of Healing can restore yourself or an adjacent ally to full health."/>
459 <para PARENT="Text Para Style"/>
460 <ITEXT CH="Brewing More Potions"/>
461 <para PARENT="Header Para Style"/>
462 <ITEXT CH="Certain raw materials, like herbs and other plants, can be used to brew new potions. Brewing potions requires an Intelligence (Alchemy) ability check; on a successful check, you can transmute an Item of the appropriate type into a Potion of the appropriate type."/>
463 <para PARENT="Text Para Style"/>
464 <ITEXT CH="Resting"/>
465 <para PARENT="Header Para Style"/>
466 <ITEXT CH="The final method for recovering health is by resting. A short rest corresponds to about 30 minutes of in-game time, and this causes all heroes to recover 1 damage. This also applies to KO'd characters, who will recover 1 damage and then be able to resume other activities."/>
467 <trail PARENT="Text Para Style"/>
468 <PageItemAttributes/>
469 </PAGEOBJECT>
470 <PAGEOBJECT OwnPage="8" PTYPE="4" XPOS="140" YPOS="5336" WIDTH="320" HEIGHT="480" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 480 320 480 320 480 320 480 0 480 0 480 0 480 0 480 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 480 320 480 320 480 320 480 0 480 0 480 0 480 0 480 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
471 <ITEXT CH="Using Weapons And Equipment"/>
472 <para PARENT="Header Para Style"/>
473 <ITEXT CH="You always begin with one Weapon, and you may or may not begin with Equipment. During the course of play, you can find or purchase other Weapons and Equipment. There is no limit on the number of Weapons and Equipment you can carry, but you can only have one Weapon and one Equipment selected as your loadout at a given time. Outside of combat, you can change your chosen Weapon and Equipment at any time, but once combat has begun, changing Weapons or Equipment takes an action."/>
474 <para PARENT="Text Para Style"/>
475 <ITEXT CH="Ambient effects or abilities provided by Weapons and Equipment are only provided if you have currently chosen them as your loadout."/>
476 <para PARENT="Text Para Style"/>
477 <ITEXT CH="Using Items"/>
478 <para PARENT="Header Para Style"/>
479 <ITEXT CH="You may or may not begin with Items. Items are always single-use: once an item is used, it must be discarded. As with Weapons and Equipment, there is no limit on the number of Items that you can carrry at one time."/>
480 <para PARENT="Text Para Style"/>
481 <ITEXT CH="Using Wealth and Buying Things"/>
482 <para PARENT="Header Para Style"/>
483 <ITEXT CH="You may start with or come across Gold or other Treasure: each of these counts as 1 Coin. You can use these to purchase things at your GM's discretion. Be aware that a given shopkeeper may only have a limited selection, and shopkeepers may not all offer the same prices."/>
484 <para PARENT="Text Para Style"/>
485 <ITEXT CH="If you want to purchase a specific item, you can also make an Aquisition roll, using Coin to purchase extra dice on your roll. For more details, see Skill Checks (page 9)."/>
486 <trail PARENT="Text Para Style"/>
487 <PageItemAttributes/>
488 </PAGEOBJECT>
489 <PAGEOBJECT OwnPage="9" PTYPE="4" XPOS="140" YPOS="5988" WIDTH="320" HEIGHT="460" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 460 320 460 320 460 320 460 0 460 0 460 0 460 0 460 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 460 320 460 320 460 320 460 0 460 0 460 0 460 0 460 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
490 <ITEXT CH="Using Ability Tests"/>
491 <para PARENT="Header Para Style"/>
492 <ITEXT CH="Each of the attack skills also doubles as a modifier for an ability score: Melee for Strength, Ranged for Dexterity, and Arcane for Intelligence. Certain actions during combat or dungeoneering might require you to make an Ability test instead: instead of rolling against another dice pool, you must merely match or exceed a fixed difficulty number."/>
493 <para PARENT="Text Para Style"/>
494 <ITEXT CH="Certain tests will also specify a more specific action, such as Dexterity (Stealth) or Intelligence (Alchemy). These might be modified by certain abilities, equipment, or situations that will help you with those specific tasks; otherwise, treat those like you would a normal Dexterity or Intelligence test."/>
495 <para PARENT="Text Para Style"/>
496 <ITEXT CH="Test Difficulty"/>
497 <para PARENT="Header Para Style"/>
498 <ITEXT CH="The difficulty of a given test will be stipulated by the GM on a case-by-case basis:"/>
499 <para PARENT="Text Para Style"/>
500 <ITEXT CH="· An Easy test will require you to roll a 4 or higher"/>
501 <para PARENT="Text Para Style"/>
502 <ITEXT CH="· A Medium test will requires you to roll a 5 or higher"/>
503 <para PARENT="Text Para Style"/>
504 <ITEXT CH="· a Difficult test will require you to roll a 6 or higher"/>
505 <para PARENT="Text Para Style"/>
506 <ITEXT CH="Group Tests"/>
507 <para PARENT="Header Para Style"/>
508 <ITEXT CH="If an action is being performed by a group, then every member of the group can perform the test independently, and a single win will count as a win for the action as a whole. A jointly taken ability test represents effort being put forth by all members of the group working together."/>
509 <trail PARENT="Text Para Style"/>
510 <PageItemAttributes/>
511 </PAGEOBJECT>
512 <PAGEOBJECT OwnPage="4" PTYPE="4" XPOS="140" YPOS="2948" WIDTH="312" HEIGHT="40" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 312 0 312 0 312 0 312 0 312 40 312 40 312 40 312 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 312 0 312 0 312 0 312 0 312 40 312 40 312 40 312 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
513 <ITEXT FONTSIZE="28" CH="Range &amp; Line-of-Sight"/>
514 <trail PARENT="Header Para Style"/>
515 <PageItemAttributes/>
516 </PAGEOBJECT>
517 <PAGEOBJECT OwnPage="11" PTYPE="4" XPOS="140" YPOS="7372" WIDTH="320" HEIGHT="120" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 120 320 120 320 120 320 120 0 120 0 120 0 120 0 120 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 120 320 120 320 120 320 120 0 120 0 120 0 120 0 120 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
518 <ITEXT FONTSIZE="18" CH="I was waiting for you to delve. &quot;When is he going to start delving?&quot; I asked myself."/>
519 <para PARENT="Text Para Style" ALIGN="0"/>
520 <ITEXT CH="—Tom Stoppard"/>
521 <para PARENT="Text Para Style" ALIGN="2"/>
522 <ITEXT CH="&quot;Rosencrantz &amp; Guildenstern Are Dead&quot;"/>
523 <trail PARENT="Text Para Style" ALIGN="2"/>
524 <PageItemAttributes/>
525 </PAGEOBJECT>
526 <PAGEOBJECT OwnPage="4" PTYPE="4" XPOS="140" YPOS="2988" WIDTH="320" HEIGHT="220" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 220 320 220 320 220 320 220 0 220 0 220 0 220 0 220 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 220 320 220 320 220 320 220 0 220 0 220 0 220 0 220 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
527 <ITEXT CH="Range"/>
528 <para PARENT="Header Para Style"/>
529 <ITEXT CH="Weapons, Equipment, and Abilities often refer specifically to targets that are &quot;in range&quot;. If you are using a Ranged attack, a target within 6 squares is in range, with adjacent targets incurring a -1d penalty. If you are using an Arcane attack, a target within 4 squares is in range."/>
530 <para PARENT="Text Para Style"/>
531 <ITEXT CH="Line-of-Sight"/>
532 <para PARENT="Header Para Style"/>
533 <ITEXT FONTSIZE="12" CH="Both Ranged and Arcane attacks require that you have line-of-sight on your target. You have line-of-sight on a target square if you are able to draw a straight line between the center of your current square to the center of your target's square without crossing walls or other obstacles."/>
534 <trail PARENT="Text Para Style"/>
535 <PageItemAttributes/>
536 </PAGEOBJECT>
537 <PAGEOBJECT OwnPage="5" PTYPE="4" XPOS="192" YPOS="3328" WIDTH="268" HEIGHT="40" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 268 0 268 0 268 0 268 0 268 40 268 40 268 40 268 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 268 0 268 0 268 0 268 0 268 40 268 40 268 40 268 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
538 <ITEXT FONT="Fira Sans Bold" FONTSIZE="28" CH="Terrain &amp; Movement"/>
539 <trail/>
540 <PageItemAttributes/>
541 </PAGEOBJECT>
542 <PAGEOBJECT OwnPage="5" PTYPE="6" XPOS="140" YPOS="3320" WIDTH="39.5" HEIGHT="39.5" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="Black" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="50" SHADE2="50" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="32" PLINEJOIN="128" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 39.5 0 39.5 0 39.5 0 39.5 0 39.5 39.5 39.5 39.5 39.5 39.5 39.5 39.5 0 39.5 0 39.5 0 39.5 0 39.5 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 39.5 0 39.5 0 39.5 0 39.5 0 39.5 39.5 39.5 39.5 39.5 39.5 39.5 39.5 0 39.5 0 39.5 0 39.5 0 39.5 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
543 <trail/>
544 <PageItemAttributes/>
545 </PAGEOBJECT>
546 <PAGEOBJECT OwnPage="5" PTYPE="4" XPOS="140" YPOS="3380" WIDTH="320" HEIGHT="480" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 480 320 480 320 480 320 480 0 480 0 480 0 480 0 480 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 480 320 480 320 480 320 480 0 480 0 480 0 480 0 480 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
547 <ITEXT CH="Direction and Movement"/>
548 <para PARENT="Header Para Style"/>
549 <ITEXT FONTSIZE="12" CH="On your turn, you can move through 4 unblocked squares in any direction, including diagonally, subject to the following list of rules:"/>
550 <para PARENT="Text Para Style"/>
551 <ITEXT CH="· You can only end your movement in an unoccupied square."/>
552 <para PARENT="Text Para Style"/>
553 <ITEXT CH="· You cannot move through a square occupied by an enemy or non-allied character."/>
554 <para PARENT="Text Para Style"/>
555 <ITEXT CH="· You "/>
556 <ITEXT FONT="Fira Sans Italic" CH="can"/>
557 <ITEXT CH=" move through squares occupied by your allies so long as you do not end in those squares."/>
558 <para PARENT="Text Para Style"/>
559 <ITEXT CH="· You cannot move diagonally around the corner of a wall, but you can move diagonally past an enemy."/>
560 <para PARENT="Text Para Style"/>
561 <ITEXT CH="· Moving through a square of difficult terrain—for example, across a rocky floor or over low barricades—requires 2 squares worth of movement."/>
562 <para PARENT="Text Para Style"/>
563 <ITEXT CH="· Other forms of movement, such as swimming or climbing, all count as difficult movement, and consequently also require 2 squares worth of movement."/>
564 <trail PARENT="Text Para Style"/>
565 <PageItemAttributes/>
566 </PAGEOBJECT>
567 <PAGEOBJECT OwnPage="1" PTYPE="4" XPOS="280" YPOS="1252" WIDTH="40" HEIGHT="20" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 20 40 20 40 20 40 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 20 40 20 40 20 40 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
568 <var name="pgno"/>
569 <trail PARENT="Header Para Style" ALIGN="1"/>
570 <PageItemAttributes/>
571 </PAGEOBJECT>
572 <PAGEOBJECT OwnPage="2" PTYPE="4" XPOS="280" YPOS="1904" WIDTH="40" HEIGHT="20" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 20 40 20 40 20 40 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 20 40 20 40 20 40 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
573 <var name="pgno"/>
574 <trail PARENT="Header Para Style" ALIGN="1"/>
575 <PageItemAttributes/>
576 </PAGEOBJECT>
577 <PAGEOBJECT OwnPage="3" PTYPE="4" XPOS="280" YPOS="2556" WIDTH="40" HEIGHT="20" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 20 40 20 40 20 40 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 20 40 20 40 20 40 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
578 <var name="pgno"/>
579 <trail PARENT="Header Para Style" ALIGN="1"/>
580 <PageItemAttributes/>
581 </PAGEOBJECT>
582 <PAGEOBJECT OwnPage="4" PTYPE="4" XPOS="280" YPOS="3208" WIDTH="40" HEIGHT="20" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 20 40 20 40 20 40 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 20 40 20 40 20 40 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
583 <var name="pgno"/>
584 <trail PARENT="Header Para Style" ALIGN="1"/>
585 <PageItemAttributes/>
586 </PAGEOBJECT>
587 <PAGEOBJECT OwnPage="5" PTYPE="4" XPOS="280" YPOS="3860" WIDTH="40" HEIGHT="20" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 20 40 20 40 20 40 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 20 40 20 40 20 40 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
588 <var name="pgno"/>
589 <trail PARENT="Header Para Style" ALIGN="1"/>
590 <PageItemAttributes/>
591 </PAGEOBJECT>
592 <PAGEOBJECT OwnPage="6" PTYPE="4" XPOS="280" YPOS="4512" WIDTH="40" HEIGHT="20" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 20 40 20 40 20 40 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 20 40 20 40 20 40 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
593 <var name="pgno"/>
594 <trail PARENT="Header Para Style" ALIGN="1"/>
595 <PageItemAttributes/>
596 </PAGEOBJECT>
597 <PAGEOBJECT OwnPage="7" PTYPE="4" XPOS="280" YPOS="5164" WIDTH="40" HEIGHT="20" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 20 40 20 40 20 40 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 20 40 20 40 20 40 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
598 <var name="pgno"/>
599 <trail PARENT="Header Para Style" ALIGN="1"/>
600 <PageItemAttributes/>
601 </PAGEOBJECT>
602 <PAGEOBJECT OwnPage="8" PTYPE="4" XPOS="280" YPOS="5816" WIDTH="40" HEIGHT="20" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 20 40 20 40 20 40 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 20 40 20 40 20 40 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
603 <var name="pgno"/>
604 <trail PARENT="Header Para Style" ALIGN="1"/>
605 <PageItemAttributes/>
606 </PAGEOBJECT>
607 <PAGEOBJECT OwnPage="9" PTYPE="4" XPOS="280" YPOS="6468" WIDTH="40" HEIGHT="20" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 20 40 20 40 20 40 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 20 40 20 40 20 40 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
608 <var name="pgno"/>
609 <trail PARENT="Header Para Style" ALIGN="1"/>
610 <PageItemAttributes/>
611 </PAGEOBJECT>
612 <PAGEOBJECT OwnPage="10" PTYPE="4" XPOS="280" YPOS="7120" WIDTH="40" HEIGHT="20" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 20 40 20 40 20 40 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 20 40 20 40 20 40 20 0 20 0 20 0 20 0 20 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
613 <var name="pgno"/>
614 <trail PARENT="Header Para Style" ALIGN="1"/>
615 <PageItemAttributes/>
616 </PAGEOBJECT>
617 <PAGEOBJECT OwnPage="10" PTYPE="4" XPOS="192" YPOS="6588" WIDTH="260" HEIGHT="40" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 260 0 260 0 260 0 260 0 260 40 260 40 260 40 260 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 260 0 260 0 260 0 260 0 260 40 260 40 260 40 260 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
618 <ITEXT FONT="Fira Sans Bold" FONTSIZE="28" CH="Specific Abilities"/>
619 <trail/>
620 <PageItemAttributes/>
621 </PAGEOBJECT>
622 <PAGEOBJECT OwnPage="10" PTYPE="6" XPOS="140" YPOS="6580.5" WIDTH="39.5" HEIGHT="39.5" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="Black" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="50" SHADE2="50" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="32" PLINEJOIN="128" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 39.5 0 39.5 0 39.5 0 39.5 0 39.5 39.5 39.5 39.5 39.5 39.5 39.5 39.5 0 39.5 0 39.5 0 39.5 0 39.5 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 39.5 0 39.5 0 39.5 0 39.5 0 39.5 39.5 39.5 39.5 39.5 39.5 39.5 39.5 0 39.5 0 39.5 0 39.5 0 39.5 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
623 <trail/>
624 <PageItemAttributes/>
625 </PAGEOBJECT>
626 <PAGEOBJECT OwnPage="10" PTYPE="4" XPOS="140" YPOS="6640" WIDTH="320" HEIGHT="480" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 480 320 480 320 480 320 480 0 480 0 480 0 480 0 480 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 320 0 320 0 320 0 320 0 320 480 320 480 320 480 320 480 0 480 0 480 0 480 0 480 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
627 <ITEXT CH="Strength (Melee) Tests"/>
628 <para PARENT="Header Para Style"/>
629 <ITEXT FONTSIZE="12" CH="Roll Strength (Athletics) "/>
630 <ITEXT CH="to run, jump, dash, or perform other athletic feats."/>
631 <para PARENT="Text Para Style"/>
632 <ITEXT FONTSIZE="12" CH="Roll Strength (Lug) "/>
633 <ITEXT CH="to pull, push, or carry objects bigger than you could have on your person."/>
634 <para PARENT="Text Para Style"/>
635 <ITEXT CH="Dexterity (Ranged) Tests"/>
636 <para PARENT="Header Para Style"/>
637 <ITEXT CH="Roll Dexterity (Stealth) to disguise or move unperceived."/>
638 <para PARENT="Text Para Style"/>
639 <ITEXT CH="Roll Dexterity (Survival) to hunt, track, find plants, or make camp."/>
640 <para PARENT="Text Para Style"/>
641 <ITEXT CH="Roll Dexterity (Fiddle) to create, modify, repair, or disable mechanisms or locks."/>
642 <para PARENT="Text Para Style"/>
643 <ITEXT CH="Intelligence (Arca"/>
644 <ITEXT FONTSIZE="16" CH="ne) Tests"/>
645 <para PARENT="Header Para Style"/>
646 <ITEXT FONTSIZE="12" CH="Roll Intelligence (Lore) to remember or discern facts or history."/>
647 <para PARENT="Text Para Style"/>
648 <ITEXT FONTSIZE="12" CH="Roll Intelligence (Talking) to "/>
649 <ITEXT CH="convince someone of something using conversation."/>
650 <para PARENT="Text Para Style"/>
651 <ITEXT FONTSIZE="12" CH="Roll Intelligence (Alchemy) to transmute raw materials into potions."/>
652 <para PARENT="Text Para Style"/>
653 <ITEXT CH="Acquisition Tests"/>
654 <para PARENT="Header Para Style"/>
655 <ITEXT CH="When you want to purchase an item that's not readily available, ask the GM if you can shop for it, and if the GM believes you can shop for it, they will tell you if it's Common (Easy), Uncommon (Medium), or Rare (Difficult), and ask you to roll. Roll 1d plus an extra 1d per Coin you spend trying to find this item: a successful test means you have both found and purchased the item you desired."/>
656 <trail PARENT="Text Para Style"/>
657 <PageItemAttributes/>
658 </PAGEOBJECT>
659 <PAGEOBJECT OwnPage="11" PTYPE="2" XPOS="240" YPOS="7532" WIDTH="120" HEIGHT="120" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="0.1" LOCALSCY="0.1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="0" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="assets/plain-hk-icon.png" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="0" EMBEDDED="0" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 120 0 120 0 120 0 120 0 120 120 120 120 120 120 120 120 0 120 0 120 0 120 0 120 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 120 0 120 0 120 0 120 0 120 120 120 120 120 120 120 120 0 120 0 120 0 120 0 120 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
660 <trail/>
661 <PageItemAttributes/>
662 </PAGEOBJECT>
663 <PAGEOBJECT OwnPage="4" PTYPE="2" XPOS="140" YPOS="2668" WIDTH="40" HEIGHT="40" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="0.133333333333333" LOCALSCY="0.133333333333333" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="0" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="assets/magic-icon.png" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="0" EMBEDDED="0" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 40 40 40 40 40 40 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 40 40 40 40 40 40 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
664 <trail/>
665 <PageItemAttributes/>
666 </PAGEOBJECT>
667 <PAGEOBJECT OwnPage="4" PTYPE="6" XPOS="140" YPOS="2668" WIDTH="39.5" HEIGHT="39.5" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="Black" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="50" SHADE2="50" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="32" PLINEJOIN="128" LOCALSCX="1" LOCALSCY="1" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="1" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="1" EMBEDDED="1" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 39.5 0 39.5 0 39.5 0 39.5 0 39.5 39.5 39.5 39.5 39.5 39.5 39.5 39.5 0 39.5 0 39.5 0 39.5 0 39.5 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 39.5 0 39.5 0 39.5 0 39.5 0 39.5 39.5 39.5 39.5 39.5 39.5 39.5 39.5 0 39.5 0 39.5 0 39.5 0 39.5 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
668 <trail/>
669 <PageItemAttributes/>
670 </PAGEOBJECT>
671 <PAGEOBJECT OwnPage="5" PTYPE="2" XPOS="140" YPOS="3320" WIDTH="40" HEIGHT="40" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="0.133333333333333" LOCALSCY="0.133333333333333" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="0" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="assets/boot-icon.png" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="0" EMBEDDED="0" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 40 40 40 40 40 40 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 40 0 40 0 40 0 40 0 40 40 40 40 40 40 40 40 0 40 0 40 0 40 0 40 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
672 <trail/>
673 <PageItemAttributes/>
674 </PAGEOBJECT>
675 <PAGEOBJECT OwnPage="5" PTYPE="2" XPOS="220" YPOS="3680" WIDTH="160" HEIGHT="160" RADRECT="0" FRTYPE="0" CLIPEDIT="0" PWIDTH="1" PCOLOR="None" PCOLOR2="None" COLUMNS="1" COLGAP="0" NAMEDLST="" SHADE="100" SHADE2="100" GRTYP="0" ROT="0" PLINEART="1" PLINEEND="0" PLINEJOIN="0" LOCALSCX="0.133333333333333" LOCALSCY="0.133333333333333" LOCALX="0" LOCALY="0" PICART="1" PLTSHOW="0" BASEOF="0" textPathType="0" textPathFlipped="0" FLIPPEDH="0" FLIPPEDV="0" SCALETYPE="0" RATIO="1" PRINTABLE="1" ANNOTATION="0" ANNAME="" TEXTFLOWMODE="0" TEXTFLOW="0" TEXTFLOW2="0" TEXTFLOW3="0" AUTOTEXT="0" EXTRA="0" TEXTRA="0" BEXTRA="0" REXTRA="0" FLOP="0" PFILE="assets/movement-diagram.png" PFILE2="" PFILE3="" PRFILE="" EPROF="" IRENDER="0" EMBEDDED="0" LOCK="0" LOCKR="0" REVERS="0" TransValue="0" TransValueS="0" TransBlend="0" TransBlendS="0" isTableItem="0" TopLine="0" LeftLine="0" RightLine="0" BottomLine="0" isGroupControl="0" NUMDASH="0" DASHS="" DASHOFF="0" NUMPO="16" POCOOR="0 0 0 0 160 0 160 0 160 0 160 0 160 160 160 160 160 160 160 160 0 160 0 160 0 160 0 160 0 0 0 0 " NUMCO="16" COCOOR="0 0 0 0 160 0 160 0 160 0 160 0 160 160 160 160 160 160 160 160 0 160 0 160 0 160 0 160 0 0 0 0 " NUMGROUP="0" GROUPS="" startArrowIndex="0" endArrowIndex="0" OnMasterPage="" ImageClip="" ImageRes="1" Pagenumber="0" isInline="0" fillRule="1" doOverprint="0" gXpos="0" gYpos="0" gWidth="0" gHeight="0" LAYER="0" BOOKMARK="0" NEXTITEM="-1" BACKITEM="-1">
676 <trail/>
677 <PageItemAttributes/>
678 </PAGEOBJECT>
679 </DOCUMENT>
680 </SCRIBUSUTF8NEW>
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4 <svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="8.5in"
13 height="11in"
14 viewBox="0 0 215.9 279.4"
15 version="1.1"
16 id="svg8392"
17 inkscape:version="0.92.2 5c3e80d, 2017-08-06"
18 sodipodi:docname="sample-sheet.svg">
19 <defs
20 id="defs8386" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="1.4"
29 inkscape:cx="353.50989"
30 inkscape:cy="308.48996"
31 inkscape:document-units="mm"
32 inkscape:current-layer="layer1"
33 showgrid="true"
34 units="in"
35 inkscape:window-width="1918"
36 inkscape:window-height="1041"
37 inkscape:window-x="0"
38 inkscape:window-y="37"
39 inkscape:window-maximized="0">
40 <inkscape:grid
41 type="xygrid"
42 id="grid8937"
43 units="in"
44 spacingx="6.35"
45 spacingy="6.35" />
46 </sodipodi:namedview>
47 <metadata
48 id="metadata8389">
49 <rdf:RDF>
50 <cc:Work
51 rdf:about="">
52 <dc:format>image/svg+xml</dc:format>
53 <dc:type
54 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
55 <dc:title></dc:title>
56 </cc:Work>
57 </rdf:RDF>
58 </metadata>
59 <g
60 inkscape:label="Layer 1"
61 inkscape:groupmode="layer"
62 id="layer1"
63 transform="translate(0,-17.6)">
64 <path
65 style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26458332, 1.58749990000000007;stroke-dashoffset:0;stroke-opacity:1"
66 d="M 6.3499999,30.3 H 209.55 v 254 H 6.3499999 Z"
67 id="path8984"
68 inkscape:connector-curvature="0" />
69 <path
70 style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.26458332, 1.5874999;stroke-dashoffset:0;stroke-opacity:1"
71 d="m 107.95,30.3 v 254"
72 id="path8990"
73 inkscape:connector-curvature="0" />
74 <path
75 style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:0.26458332, 1.58749990000000007;stroke-dashoffset:0"
76 d="M 6.3499999,55.7 H 209.55"
77 id="path8992"
78 inkscape:connector-curvature="0" />
79 <path
80 style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:0.26458332, 1.58749990000000007;stroke-dashoffset:0"
81 d="M 6.3499999,81.099999 H 209.55"
82 id="path8994"
83 inkscape:connector-curvature="0" />
84 <path
85 style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:0.26458332, 1.58749990000000007;stroke-dashoffset:0"
86 d="M 209.55,106.5 H 6.3499999"
87 id="path8996"
88 inkscape:connector-curvature="0" />
89 <path
90 style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:0.26458332, 1.58749990000000007;stroke-dashoffset:0"
91 d="M 209.55,131.9 H 6.3499999"
92 id="path8998"
93 inkscape:connector-curvature="0" />
94 <path
95 style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:0.26458332, 1.58749990000000007;stroke-dashoffset:0"
96 d="M 209.55,157.3 H 6.3499999"
97 id="path9000"
98 inkscape:connector-curvature="0" />
99 <path
100 style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:0.26458332, 1.58749990000000007;stroke-dashoffset:0"
101 d="M 209.55,182.7 H 6.3499999"
102 id="path9002"
103 inkscape:connector-curvature="0" />
104 <path
105 style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:0.26458332, 1.58749990000000007;stroke-dashoffset:0"
106 d="M 209.55,208.1 H 6.3499999"
107 id="path9004"
108 inkscape:connector-curvature="0" />
109 <path
110 style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:0.26458332, 1.58749990000000007;stroke-dashoffset:0"
111 d="M 209.55,233.5 H 6.3499999"
112 id="path9006"
113 inkscape:connector-curvature="0" />
114 <path
115 style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:0.26458332, 1.58749990000000007;stroke-dashoffset:0"
116 d="M 209.55,258.9 H 6.3499999"
117 id="path9008"
118 inkscape:connector-curvature="0" />
119 <text
120 xml:space="preserve"
121 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cccccc;fill-opacity:0.96764706;stroke:none;stroke-width:0.26458332"
122 x="33.75761"
123 y="-58.491493"
124 id="text6804"
125 transform="rotate(90)"><tspan
126 sodipodi:role="line"
127 id="tspan6802"
128 x="33.75761"
129 y="-58.491493"
130 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#cccccc;fill-opacity:0.96764706;stroke-width:0.26458332">Melee</tspan></text>
131 <path
132 style="fill:#996633;fill-opacity:1;stroke:none;stroke-width:0.13229166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
133 d="m 63.500001,32.205105 c -0.350681,-6e-5 -0.635018,0.28417 -0.635106,0.63485 v 2.54015 h -1.269947 l -1.269947,1.26995 0.635,0.63495 0.634947,-0.63495 h 1.269947 l -1.03e-4,5.71495 0.635209,1.26989 0.635,-1.26989 1.03e-4,-5.71495 h 1.269948 l 0.634949,0.63495 0.635,-0.63495 -1.269949,-1.26995 h -1.269948 v -2.54015 c -8.7e-5,-0.35068 -0.284424,-0.63491 -0.635103,-0.63485 z"
134 id="path5823"
135 inkscape:connector-curvature="0"
136 sodipodi:nodetypes="ccccccccccccccccccc" />
137 <text
138 xml:space="preserve"
139 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cccccc;fill-opacity:0.96764706;stroke:none;stroke-width:0.26458332"
140 x="33.75761"
141 y="-83.879257"
142 id="text5802"
143 transform="rotate(90)"><tspan
144 sodipodi:role="line"
145 id="tspan5800"
146 x="33.75761"
147 y="-83.879257"
148 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#cccccc;fill-opacity:0.96764706;stroke-width:0.26458332">Magic</tspan></text>
149 <path
150 style="fill:#993366;fill-opacity:1;stroke:none;stroke-width:0.13229166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
151 d="m 88.899999,32.205105 a 2.5399999,2.5399999 0 0 0 -2.539897,2.5399 l 2.59e-4,2.6e-4 h -5.29e-4 a 0.63499995,0.63499995 0 0 0 0.635103,0.63484 0.63499995,0.63499995 0 0 0 0.634844,-0.63484 l 2.59e-4,-2.6e-4 a 1.2699999,1.2699999 0 0 1 1.269947,-1.26995 1.2699999,1.2699999 0 0 1 1.26995,1.26995 1.2699999,1.2699999 0 0 1 -1.26995,1.26995 0.63499997,0.63499997 0 0 0 -0.635103,0.6351 v 6.35 a 0.63499995,0.63499995 0 0 0 0.635103,0.63484 0.63499995,0.63499995 0 0 0 0.635104,-0.63484 v -5.79913 a 2.5399999,2.5399999 0 0 0 1.904806,-2.45592 2.5399999,2.5399999 0 0 0 -2.539896,-2.5399 z"
152 id="path5866"
153 inkscape:connector-curvature="0" />
154 <text
155 xml:space="preserve"
156 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cccccc;fill-opacity:0.96764706;stroke:none;stroke-width:0.26458332"
157 x="33.75761"
158 y="-96.579262"
159 id="text6830"
160 transform="rotate(90)"><tspan
161 sodipodi:role="line"
162 id="tspan6828"
163 x="33.75761"
164 y="-96.579262"
165 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#cccccc;fill-opacity:0.96764706;stroke-width:0.26458332">Defense</tspan></text>
166 <path
167 style="fill:#339966;fill-opacity:1;stroke:none;stroke-width:0.13229166;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
168 d="m 98.424999,33.475005 v 5.71489 a 3.1749997,3.1749997 0 0 0 3.175001,3.175 3.1749997,3.1749997 0 0 0 3.175,-3.175 v -5.71489 z"
169 id="path5907"
170 inkscape:connector-curvature="0" />
171 <path
172 style="fill:#336699;fill-opacity:0.97590362;stroke:none;stroke-width:0.13229166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
173 d="m 78.739999,43.000005 -0.635,-0.635 v -6.985 l -0.635,-0.635 v -1.905 l 1.27,0.635 1.27,-0.635 v 1.905 l -0.635,0.635 v 6.985 z"
174 id="path5931"
175 inkscape:connector-curvature="0"
176 sodipodi:nodetypes="ccccccccccc" />
177 <text
178 transform="rotate(90)"
179 id="text5798"
180 y="-71.179268"
181 x="33.75761"
182 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cccccc;fill-opacity:0.96764706;stroke:none;stroke-width:0.26458332"
183 xml:space="preserve"><tspan
184 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#cccccc;fill-opacity:0.96764706;stroke-width:0.26458332"
185 y="-71.179268"
186 x="33.75761"
187 id="tspan5796"
188 sodipodi:role="line">Ranged</tspan></text>
189 <path
190 style="fill:#336699;fill-opacity:0.97590362;stroke:none;stroke-width:0.13229166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
191 d="m 76.199999,32.820835 -0.01757,0.0176 c -0.919818,-0.0975 -2.465059,0.25619 -3.077591,0.94929 l -0.0041,0.005 c -0.384937,0.44054 -0.625382,0.98862 -0.688848,1.57019 l -0.02196,0.0176 v 0.61573 3.82922 0.61572 l 0.02222,0.0178 c 0.06345,0.58145 0.303794,1.12943 0.688589,1.56993 l 0.0041,0.005 c 0.612531,0.6931 2.157769,1.04684 3.077588,0.9493 l 0.01757,0.0176 v -0.0191 -4.46588 -1.20923 -4.46587 z m -1.269947,1.45934 v 1.09993 1.09813 2.88199 1.09967 1.09813 a 2.5399999,1.2699999 0 0 1 -0.634588,-0.25787 l -0.0036,-0.002 a 2.5399999,1.2699999 0 0 1 -0.628645,-0.83845 h -0.0031 v -5.079779 h 0.0031 a 2.5399999,1.2699999 0 0 1 0.85938,-0.95369 2.5399999,1.2699999 0 0 1 0.407469,-0.14624 z"
192 id="path5933"
193 inkscape:connector-curvature="0" />
194 <path
195 style="fill:#999999;stroke:#999999;stroke-width:0.26499999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
196 d="m 57.149999,32.840005 v 20.32"
197 id="path6736"
198 inkscape:connector-curvature="0" />
199 <path
200 style="fill:#999999;stroke:#999999;stroke-width:0.26499999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
201 d="m 69.849999,32.840005 v 20.32"
202 id="path6738"
203 inkscape:connector-curvature="0" />
204 <path
205 style="fill:#999999;stroke:#999999;stroke-width:0.26499999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
206 d="m 82.549999,32.840005 v 20.32"
207 id="path6740"
208 inkscape:connector-curvature="0" />
209 <path
210 style="fill:#999999;stroke:#999999;stroke-width:0.26499999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
211 d="m 95.249999,32.840005 v 20.32"
212 id="path6742"
213 inkscape:connector-curvature="0" />
214 <text
215 xml:space="preserve"
216 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#999999;fill-opacity:1;stroke:none;stroke-width:0.26458332"
217 x="9.3397923"
218 y="35.344036"
219 id="text6756"><tspan
220 sodipodi:role="line"
221 id="tspan6754"
222 x="9.3397923"
223 y="35.344036"
224 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#999999;stroke:none;stroke-width:0.26458332">Name</tspan></text>
225 <path
226 style="fill:#999999;stroke:#999999;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
227 d="M 8.8899994,36.650005 H 54.609999"
228 id="path6758"
229 inkscape:connector-curvature="0" />
230 <text
231 xml:space="preserve"
232 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#999999;fill-opacity:1;stroke:none;stroke-width:0.26458332"
233 x="9.3397923"
234 y="41.694016"
235 id="text6756-6"><tspan
236 sodipodi:role="line"
237 id="tspan6754-2"
238 x="9.3397923"
239 y="41.694016"
240 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#999999;stroke:none;stroke-width:0.26458332">Player</tspan></text>
241 <path
242 style="fill:#999999;stroke:#999999;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
243 d="M 8.8899994,43.000005 H 54.609999"
244 id="path6758-9"
245 inkscape:connector-curvature="0" />
246 <rect
247 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.26458332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
248 id="rect5745"
249 width="7.6199999"
250 height="7.6199999"
251 x="16.510004"
252 y="45.540024" />
253 <rect
254 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.26458332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
255 id="rect5745-3"
256 width="7.6199999"
257 height="7.6199999"
258 x="26.670006"
259 y="45.540024" />
260 <rect
261 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.26458332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
262 id="rect5745-6"
263 width="7.6199999"
264 height="7.6199999"
265 x="36.830006"
266 y="45.540024" />
267 <rect
268 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.26458332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
269 id="rect5745-7"
270 width="7.6199999"
271 height="7.6199999"
272 x="46.990002"
273 y="45.540024" />
274 <text
275 xml:space="preserve"
276 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#999999;fill-opacity:1;stroke:none;stroke-width:0.26458332"
277 x="8.8975601"
278 y="50.986679"
279 id="text6756-5"><tspan
280 sodipodi:role="line"
281 id="tspan6754-3"
282 x="8.8975601"
283 y="50.986679"
284 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#999999;stroke:none;stroke-width:0.26458332">HP</tspan></text>
285 <text
286 xml:space="preserve"
287 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cccccc;fill-opacity:0.96764706;stroke:none;stroke-width:0.26458332"
288 x="33.75761"
289 y="-160.09149"
290 id="text6804-9"
291 transform="rotate(90)"><tspan
292 sodipodi:role="line"
293 id="tspan6802-1"
294 x="33.75761"
295 y="-160.09149"
296 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#cccccc;fill-opacity:0.96764706;stroke-width:0.26458332">Melee</tspan></text>
297 <path
298 style="fill:#996633;fill-opacity:1;stroke:none;stroke-width:0.13229166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
299 d="m 165.1,32.205105 c -0.35068,-6e-5 -0.63501,0.28417 -0.6351,0.63485 v 2.540151 h -1.26995 l -1.26995,1.269949 0.635,0.63495 0.63495,-0.63495 h 1.26995 l -1e-4,5.71495 0.6352,1.269891 0.635,-1.269891 1.1e-4,-5.71495 h 1.26995 l 0.63494,0.63495 0.635,-0.63495 -1.26994,-1.269949 h -1.26995 v -2.540151 c -9e-5,-0.35068 -0.28443,-0.63491 -0.63511,-0.63485 z"
300 id="path5823-2"
301 inkscape:connector-curvature="0"
302 sodipodi:nodetypes="ccccccccccccccccccc" />
303 <text
304 xml:space="preserve"
305 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cccccc;fill-opacity:0.96764706;stroke:none;stroke-width:0.26458332"
306 x="33.75761"
307 y="-185.47925"
308 id="text5802-7"
309 transform="rotate(90)"><tspan
310 sodipodi:role="line"
311 id="tspan5800-0"
312 x="33.75761"
313 y="-185.47925"
314 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#cccccc;fill-opacity:0.96764706;stroke-width:0.26458332">Magic</tspan></text>
315 <path
316 style="fill:#993366;fill-opacity:1;stroke:none;stroke-width:0.13229166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
317 d="m 190.5,32.205105 a 2.5399999,2.5399999 0 0 0 -2.53989,2.5399 l 2.5e-4,2.61e-4 h -5.2e-4 a 0.63499995,0.63499995 0 0 0 0.6351,0.63484 0.63499995,0.63499995 0 0 0 0.63484,-0.63484 l 2.6e-4,-2.61e-4 a 1.2699999,1.2699999 0 0 1 1.26995,-1.26995 1.2699999,1.2699999 0 0 1 1.26995,1.26995 1.2699999,1.2699999 0 0 1 -1.26995,1.26995 0.63499997,0.63499997 0 0 0 -0.6351,0.6351 v 6.35 a 0.63499995,0.63499995 0 0 0 0.6351,0.634841 0.63499995,0.63499995 0 0 0 0.6351,-0.634841 v -5.79913 a 2.5399999,2.5399999 0 0 0 1.90481,-2.45592 2.5399999,2.5399999 0 0 0 -2.5399,-2.5399 z"
318 id="path5866-9"
319 inkscape:connector-curvature="0" />
320 <text
321 xml:space="preserve"
322 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cccccc;fill-opacity:0.96764706;stroke:none;stroke-width:0.26458332"
323 x="33.75761"
324 y="-198.17926"
325 id="text6830-3"
326 transform="rotate(90)"><tspan
327 sodipodi:role="line"
328 id="tspan6828-6"
329 x="33.75761"
330 y="-198.17926"
331 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#cccccc;fill-opacity:0.96764706;stroke-width:0.26458332">Defense</tspan></text>
332 <path
333 style="fill:#339966;fill-opacity:1;stroke:none;stroke-width:0.13229166;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
334 d="m 200.025,33.475005 v 5.71489 a 3.1749997,3.1749997 0 0 0 3.175,3.175001 3.1749997,3.1749997 0 0 0 3.175,-3.175001 v -5.71489 z"
335 id="path5907-0"
336 inkscape:connector-curvature="0" />
337 <path
338 style="fill:#336699;fill-opacity:0.97590362;stroke:none;stroke-width:0.13229166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
339 d="m 180.34,43.000005 -0.635,-0.635 v -6.985 l -0.635,-0.635 v -1.905 l 1.27,0.635 1.27,-0.635 v 1.905 l -0.635,0.635 v 6.985 z"
340 id="path5931-6"
341 inkscape:connector-curvature="0"
342 sodipodi:nodetypes="ccccccccccc" />
343 <text
344 transform="rotate(90)"
345 id="text5798-2"
346 y="-172.77927"
347 x="33.75761"
348 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cccccc;fill-opacity:0.96764706;stroke:none;stroke-width:0.26458332"
349 xml:space="preserve"><tspan
350 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#cccccc;fill-opacity:0.96764706;stroke-width:0.26458332"
351 y="-172.77927"
352 x="33.75761"
353 id="tspan5796-6"
354 sodipodi:role="line">Ranged</tspan></text>
355 <path
356 style="fill:#336699;fill-opacity:0.97590362;stroke:none;stroke-width:0.13229166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
357 d="m 177.8,32.820835 -0.0176,0.0176 c -0.91981,-0.0975 -2.46506,0.25619 -3.07759,0.949291 l -0.004,0.005 c -0.38494,0.44054 -0.62538,0.98862 -0.68885,1.57019 l -0.022,0.0176 v 0.61573 3.82922 0.61572 l 0.0222,0.0178 c 0.0634,0.58145 0.3038,1.12943 0.68859,1.56993 l 0.004,0.005 c 0.61253,0.6931 2.15777,1.04684 3.07759,0.9493 l 0.0176,0.0176 v -0.0191 -4.46588 -1.20923 -4.465871 z m -1.26994,1.45934 v 1.099931 1.09813 2.881989 1.09967 1.098131 a 2.5399999,1.2699999 0 0 1 -0.63459,-0.257871 l -0.004,-0.002 a 2.5399999,1.2699999 0 0 1 -0.62865,-0.83845 h -0.003 v -5.079769 h 0.003 a 2.5399999,1.2699999 0 0 1 0.85938,-0.953689 2.5399999,1.2699999 0 0 1 0.40747,-0.14624 z"
358 id="path5933-1"
359 inkscape:connector-curvature="0" />
360 <path
361 style="fill:#999999;stroke:#999999;stroke-width:0.26499999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
362 d="M 158.75,32.840005 V 53.160006"
363 id="path6736-8"
364 inkscape:connector-curvature="0" />
365 <path
366 style="fill:#999999;stroke:#999999;stroke-width:0.26499999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
367 d="M 171.45,32.840005 V 53.160006"
368 id="path6738-7"
369 inkscape:connector-curvature="0" />
370 <path
371 style="fill:#999999;stroke:#999999;stroke-width:0.26499999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
372 d="M 184.15,32.840005 V 53.160006"
373 id="path6740-9"
374 inkscape:connector-curvature="0" />
375 <path
376 style="fill:#999999;stroke:#999999;stroke-width:0.26499999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
377 d="M 196.85,32.840005 V 53.160006"
378 id="path6742-2"
379 inkscape:connector-curvature="0" />
380 <text
381 xml:space="preserve"
382 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#999999;fill-opacity:1;stroke:none;stroke-width:0.26458332"
383 x="110.93978"
384 y="35.344036"
385 id="text6756-0"><tspan
386 sodipodi:role="line"
387 id="tspan6754-23"
388 x="110.93978"
389 y="35.344036"
390 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#999999;stroke:none;stroke-width:0.26458332">Name</tspan></text>
391 <path
392 style="fill:#999999;stroke:#999999;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
393 d="m 110.49,36.650005 h 45.72"
394 id="path6758-7"
395 inkscape:connector-curvature="0" />
396 <text
397 xml:space="preserve"
398 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#999999;fill-opacity:1;stroke:none;stroke-width:0.26458332"
399 x="110.93978"
400 y="41.694016"
401 id="text6756-6-5"><tspan
402 sodipodi:role="line"
403 id="tspan6754-2-9"
404 x="110.93978"
405 y="41.694016"
406 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#999999;stroke:none;stroke-width:0.26458332">Player</tspan></text>
407 <path
408 style="fill:#999999;stroke:#999999;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
409 d="m 110.49,43.000005 h 45.72"
410 id="path6758-9-2"
411 inkscape:connector-curvature="0" />
412 <rect
413 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.26458332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
414 id="rect5745-2"
415 width="7.6199999"
416 height="7.6199999"
417 x="118.11"
418 y="45.540024" />
419 <rect
420 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.26458332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
421 id="rect5745-3-8"
422 width="7.6199999"
423 height="7.6199999"
424 x="128.27"
425 y="45.540024" />
426 <rect
427 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.26458332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
428 id="rect5745-6-9"
429 width="7.6199999"
430 height="7.6199999"
431 x="138.43001"
432 y="45.540024" />
433 <rect
434 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.26458332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
435 id="rect5745-7-7"
436 width="7.6199999"
437 height="7.6199999"
438 x="148.59"
439 y="45.540024" />
440 <text
441 xml:space="preserve"
442 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#999999;fill-opacity:1;stroke:none;stroke-width:0.26458332"
443 x="110.49755"
444 y="50.986679"
445 id="text6756-5-3"><tspan
446 sodipodi:role="line"
447 id="tspan6754-3-6"
448 x="110.49755"
449 y="50.986679"
450 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#999999;stroke:none;stroke-width:0.26458332">HP</tspan></text>
451 <text
452 xml:space="preserve"
453 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cccccc;fill-opacity:0.96764706;stroke:none;stroke-width:0.26458332"
454 x="59.157612"
455 y="-58.491489"
456 id="text6804-2"
457 transform="rotate(90)"><tspan
458 sodipodi:role="line"
459 id="tspan6802-9"
460 x="59.157612"
461 y="-58.491489"
462 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#cccccc;fill-opacity:0.96764706;stroke-width:0.26458332">Melee</tspan></text>
463 <path
464 style="fill:#996633;fill-opacity:1;stroke:none;stroke-width:0.13229166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
465 d="m 63.500003,57.605105 c -0.350681,-6e-5 -0.635018,0.28417 -0.635106,0.63485 v 2.540151 H 61.59495 l -1.269947,1.269949 0.635,0.63495 0.634947,-0.63495 h 1.269947 l -1.03e-4,5.71495 0.635209,1.269891 0.635,-1.269891 1.03e-4,-5.71495 h 1.269948 l 0.634949,0.63495 0.635,-0.63495 -1.269949,-1.269949 h -1.269948 v -2.540151 c -8.7e-5,-0.35068 -0.284424,-0.63491 -0.635103,-0.63485 z"
466 id="path5823-3"
467 inkscape:connector-curvature="0"
468 sodipodi:nodetypes="ccccccccccccccccccc" />
469 <text
470 xml:space="preserve"
471 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cccccc;fill-opacity:0.96764706;stroke:none;stroke-width:0.26458332"
472 x="59.157612"
473 y="-83.879257"
474 id="text5802-1"
475 transform="rotate(90)"><tspan
476 sodipodi:role="line"
477 id="tspan5800-9"
478 x="59.157612"
479 y="-83.879257"
480 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#cccccc;fill-opacity:0.96764706;stroke-width:0.26458332">Magic</tspan></text>
481 <path
482 style="fill:#993366;fill-opacity:1;stroke:none;stroke-width:0.13229166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
483 d="m 88.900001,57.605105 a 2.5399999,2.5399999 0 0 0 -2.539897,2.5399 l 2.59e-4,2.61e-4 h -5.29e-4 a 0.63499995,0.63499995 0 0 0 0.635103,0.63484 0.63499995,0.63499995 0 0 0 0.634844,-0.63484 l 2.6e-4,-2.61e-4 a 1.2699999,1.2699999 0 0 1 1.26995,-1.26995 1.2699999,1.2699999 0 0 1 1.26995,1.26995 1.2699999,1.2699999 0 0 1 -1.26995,1.26995 0.63499997,0.63499997 0 0 0 -0.63511,0.6351 v 6.35 a 0.63499995,0.63499995 0 0 0 0.63511,0.634841 0.63499995,0.63499995 0 0 0 0.6351,-0.634841 v -5.79913 a 2.5399999,2.5399999 0 0 0 1.90481,-2.45592 2.5399999,2.5399999 0 0 0 -2.5399,-2.5399 z"
484 id="path5866-4"
485 inkscape:connector-curvature="0" />
486 <text
487 xml:space="preserve"
488 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cccccc;fill-opacity:0.96764706;stroke:none;stroke-width:0.26458332"
489 x="59.157612"
490 y="-96.579269"
491 id="text6830-7"
492 transform="rotate(90)"><tspan
493 sodipodi:role="line"
494 id="tspan6828-8"
495 x="59.157612"
496 y="-96.579269"
497 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#cccccc;fill-opacity:0.96764706;stroke-width:0.26458332">Defense</tspan></text>
498 <path
499 style="fill:#339966;fill-opacity:1;stroke:none;stroke-width:0.13229166;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
500 d="m 98.425001,58.875005 v 5.71489 a 3.1749997,3.1749997 0 0 0 3.174999,3.175001 3.1749997,3.1749997 0 0 0 3.175,-3.175001 v -5.71489 z"
501 id="path5907-4"
502 inkscape:connector-curvature="0" />
503 <path
504 style="fill:#336699;fill-opacity:0.97590362;stroke:none;stroke-width:0.13229166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
505 d="m 78.740001,68.400005 -0.635,-0.635 v -6.985 l -0.635,-0.635 v -1.905 l 1.27,0.635 1.27,-0.635 v 1.905 l -0.635,0.635 v 6.985 z"
506 id="path5931-5"
507 inkscape:connector-curvature="0"
508 sodipodi:nodetypes="ccccccccccc" />
509 <text
510 transform="rotate(90)"
511 id="text5798-0"
512 y="-71.179268"
513 x="59.157612"
514 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cccccc;fill-opacity:0.96764706;stroke:none;stroke-width:0.26458332"
515 xml:space="preserve"><tspan
516 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#cccccc;fill-opacity:0.96764706;stroke-width:0.26458332"
517 y="-71.179268"
518 x="59.157612"
519 id="tspan5796-3"
520 sodipodi:role="line">Ranged</tspan></text>
521 <path
522 style="fill:#336699;fill-opacity:0.97590362;stroke:none;stroke-width:0.13229166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
523 d="m 76.200001,58.220835 -0.01757,0.0176 c -0.919816,-0.0975 -2.465059,0.25619 -3.077591,0.949291 l -0.0041,0.005 c -0.384937,0.44054 -0.625382,0.98862 -0.688848,1.57019 l -0.02196,0.0176 v 0.61573 3.82922 0.61572 l 0.02222,0.0178 c 0.06345,0.58145 0.303794,1.12943 0.688589,1.56993 l 0.0041,0.005 c 0.612529,0.6931 2.157767,1.04684 3.077588,0.9493 l 0.01757,0.0176 v -0.0191 -4.46588 -1.20923 -4.465871 z m -1.269947,1.45934 v 1.099931 1.09813 2.881989 1.09967 1.098131 a 2.5399999,1.2699999 0 0 1 -0.634588,-0.257871 l -0.0036,-0.002 a 2.5399999,1.2699999 0 0 1 -0.628645,-0.83845 h -0.0031 v -5.079769 h 0.0031 a 2.5399999,1.2699999 0 0 1 0.85938,-0.953689 2.5399999,1.2699999 0 0 1 0.407469,-0.14624 z"
524 id="path5933-6"
525 inkscape:connector-curvature="0" />
526 <path
527 style="fill:#999999;stroke:#999999;stroke-width:0.26499999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
528 d="M 57.150001,58.240005 V 78.560006"
529 id="path6736-1"
530 inkscape:connector-curvature="0" />
531 <path
532 style="fill:#999999;stroke:#999999;stroke-width:0.26499999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
533 d="M 69.850001,58.240005 V 78.560006"
534 id="path6738-0"
535 inkscape:connector-curvature="0" />
536 <path
537 style="fill:#999999;stroke:#999999;stroke-width:0.26499999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
538 d="M 82.550001,58.240005 V 78.560006"
539 id="path6740-6"
540 inkscape:connector-curvature="0" />
541 <path
542 style="fill:#999999;stroke:#999999;stroke-width:0.26499999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
543 d="M 95.250001,58.240005 V 78.560006"
544 id="path6742-3"
545 inkscape:connector-curvature="0" />
546 <text
547 xml:space="preserve"
548 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#999999;fill-opacity:1;stroke:none;stroke-width:0.26458332"
549 x="9.3397942"
550 y="60.744038"
551 id="text6756-2"><tspan
552 sodipodi:role="line"
553 id="tspan6754-0"
554 x="9.3397942"
555 y="60.744038"
556 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#999999;stroke:none;stroke-width:0.26458332">Name</tspan></text>
557 <path
558 style="fill:#999999;stroke:#999999;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
559 d="M 8.8899998,62.050005 H 54.610001"
560 id="path6758-6"
561 inkscape:connector-curvature="0" />
562 <text
563 xml:space="preserve"
564 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#999999;fill-opacity:1;stroke:none;stroke-width:0.26458332"
565 x="9.3397942"
566 y="67.094017"
567 id="text6756-6-1"><tspan
568 sodipodi:role="line"
569 id="tspan6754-2-5"
570 x="9.3397942"
571 y="67.094017"
572 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#999999;stroke:none;stroke-width:0.26458332">Player</tspan></text>
573 <path
574 style="fill:#999999;stroke:#999999;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
575 d="M 8.8899998,68.400005 H 54.610001"
576 id="path6758-9-5"
577 inkscape:connector-curvature="0" />
578 <rect
579 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.26458332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
580 id="rect5745-4"
581 width="7.6199999"
582 height="7.6199999"
583 x="16.510006"
584 y="70.940025" />
585 <rect
586 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.26458332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
587 id="rect5745-3-7"
588 width="7.6199999"
589 height="7.6199999"
590 x="26.670008"
591 y="70.940025" />
592 <rect
593 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.26458332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
594 id="rect5745-6-6"
595 width="7.6199999"
596 height="7.6199999"
597 x="36.830006"
598 y="70.940025" />
599 <rect
600 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.26458332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
601 id="rect5745-7-5"
602 width="7.6199999"
603 height="7.6199999"
604 x="46.990002"
605 y="70.940025" />
606 <text
607 xml:space="preserve"
608 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#999999;fill-opacity:1;stroke:none;stroke-width:0.26458332"
609 x="8.897562"
610 y="76.386681"
611 id="text6756-5-6"><tspan
612 sodipodi:role="line"
613 id="tspan6754-3-9"
614 x="8.897562"
615 y="76.386681"
616 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#999999;stroke:none;stroke-width:0.26458332">HP</tspan></text>
617 <text
618 xml:space="preserve"
619 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cccccc;fill-opacity:0.96764706;stroke:none;stroke-width:0.26458332"
620 x="59.157612"
621 y="-160.09149"
622 id="text6804-7"
623 transform="rotate(90)"><tspan
624 sodipodi:role="line"
625 id="tspan6802-4"
626 x="59.157612"
627 y="-160.09149"
628 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#cccccc;fill-opacity:0.96764706;stroke-width:0.26458332">Melee</tspan></text>
629 <path
630 style="fill:#996633;fill-opacity:1;stroke:none;stroke-width:0.13229166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
631 d="m 165.1,57.605104 c -0.35068,-6e-5 -0.63502,0.28417 -0.6351,0.63485 v 2.540151 h -1.26995 l -1.26995,1.269949 0.635,0.63495 0.63495,-0.63495 h 1.26995 l -1.1e-4,5.71495 0.63521,1.269891 0.635,-1.269891 10e-5,-5.71495 h 1.26995 l 0.63495,0.63495 0.635,-0.63495 -1.26995,-1.269949 h -1.26995 v -2.540151 c -8e-5,-0.35068 -0.28442,-0.63491 -0.6351,-0.63485 z"
632 id="path5823-5"
633 inkscape:connector-curvature="0"
634 sodipodi:nodetypes="ccccccccccccccccccc" />
635 <text
636 xml:space="preserve"
637 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cccccc;fill-opacity:0.96764706;stroke:none;stroke-width:0.26458332"
638 x="59.157612"
639 y="-185.47925"
640 id="text5802-2"
641 transform="rotate(90)"><tspan
642 sodipodi:role="line"
643 id="tspan5800-5"
644 x="59.157612"
645 y="-185.47925"
646 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#cccccc;fill-opacity:0.96764706;stroke-width:0.26458332">Magic</tspan></text>
647 <path
648 style="fill:#993366;fill-opacity:1;stroke:none;stroke-width:0.13229166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
649 d="m 190.5,57.605104 a 2.5399999,2.5399999 0 0 0 -2.5399,2.5399 l 2.6e-4,2.61e-4 h -5.3e-4 a 0.63499995,0.63499995 0 0 0 0.63511,0.63484 0.63499995,0.63499995 0 0 0 0.63484,-0.63484 l 2.6e-4,-2.61e-4 a 1.2699999,1.2699999 0 0 1 1.26995,-1.26995 1.2699999,1.2699999 0 0 1 1.26995,1.26995 1.2699999,1.2699999 0 0 1 -1.26995,1.26995 0.63499997,0.63499997 0 0 0 -0.63511,0.6351 v 6.35 a 0.63499995,0.63499995 0 0 0 0.63511,0.634841 0.63499995,0.63499995 0 0 0 0.6351,-0.634841 v -5.79913 a 2.5399999,2.5399999 0 0 0 1.90481,-2.45592 2.5399999,2.5399999 0 0 0 -2.5399,-2.5399 z"
650 id="path5866-47"
651 inkscape:connector-curvature="0" />
652 <text
653 xml:space="preserve"
654 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cccccc;fill-opacity:0.96764706;stroke:none;stroke-width:0.26458332"
655 x="59.157612"
656 y="-198.17926"
657 id="text6830-4"
658 transform="rotate(90)"><tspan
659 sodipodi:role="line"
660 id="tspan6828-4"
661 x="59.157612"
662 y="-198.17926"
663 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#cccccc;fill-opacity:0.96764706;stroke-width:0.26458332">Defense</tspan></text>
664 <path
665 style="fill:#339966;fill-opacity:1;stroke:none;stroke-width:0.13229166;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
666 d="m 200.025,58.875004 v 5.71489 a 3.1749997,3.1749997 0 0 0 3.175,3.175001 3.1749997,3.1749997 0 0 0 3.175,-3.175001 v -5.71489 z"
667 id="path5907-3"
668 inkscape:connector-curvature="0" />
669 <path
670 style="fill:#336699;fill-opacity:0.97590362;stroke:none;stroke-width:0.13229166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
671 d="m 180.34,68.400004 -0.635,-0.635 v -6.985 l -0.635,-0.635 v -1.905 l 1.27,0.635 1.27,-0.635 v 1.905 l -0.635,0.635 v 6.985 z"
672 id="path5931-0"
673 inkscape:connector-curvature="0"
674 sodipodi:nodetypes="ccccccccccc" />
675 <text
676 transform="rotate(90)"
677 id="text5798-7"
678 y="-172.77927"
679 x="59.157612"
680 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cccccc;fill-opacity:0.96764706;stroke:none;stroke-width:0.26458332"
681 xml:space="preserve"><tspan
682 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#cccccc;fill-opacity:0.96764706;stroke-width:0.26458332"
683 y="-172.77927"
684 x="59.157612"
685 id="tspan5796-8"
686 sodipodi:role="line">Ranged</tspan></text>
687 <path
688 style="fill:#336699;fill-opacity:0.97590362;stroke:none;stroke-width:0.13229166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
689 d="m 177.8,58.220834 -0.0176,0.0176 c -0.91982,-0.0975 -2.46506,0.25619 -3.07759,0.949291 l -0.004,0.005 c -0.38494,0.44054 -0.62538,0.98862 -0.68885,1.57019 l -0.022,0.0176 v 0.61573 3.82922 0.61572 l 0.0222,0.0178 c 0.0635,0.58145 0.30379,1.12943 0.68859,1.56993 l 0.004,0.005 c 0.61253,0.6931 2.15777,1.04684 3.07759,0.9493 l 0.0176,0.0176 v -0.0191 -4.46588 -1.20923 -4.465871 z m -1.26995,1.45934 v 1.099931 1.09813 2.881989 1.09967 1.098131 a 2.5399999,1.2699999 0 0 1 -0.63459,-0.257871 l -0.004,-0.002 a 2.5399999,1.2699999 0 0 1 -0.62864,-0.83845 h -0.003 v -5.079769 h 0.003 a 2.5399999,1.2699999 0 0 1 0.85938,-0.953689 2.5399999,1.2699999 0 0 1 0.40747,-0.14624 z"
690 id="path5933-68"
691 inkscape:connector-curvature="0" />
692 <path
693 style="fill:#999999;stroke:#999999;stroke-width:0.26499999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
694 d="M 158.75,58.240004 V 78.560005"
695 id="path6736-84"
696 inkscape:connector-curvature="0" />
697 <path
698 style="fill:#999999;stroke:#999999;stroke-width:0.26499999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
699 d="M 171.45,58.240004 V 78.560005"
700 id="path6738-3"
701 inkscape:connector-curvature="0" />
702 <path
703 style="fill:#999999;stroke:#999999;stroke-width:0.26499999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
704 d="M 184.15,58.240004 V 78.560005"
705 id="path6740-1"
706 inkscape:connector-curvature="0" />
707 <path
708 style="fill:#999999;stroke:#999999;stroke-width:0.26499999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
709 d="M 196.85,58.240004 V 78.560005"
710 id="path6742-4"
711 inkscape:connector-curvature="0" />
712 <text
713 xml:space="preserve"
714 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#999999;fill-opacity:1;stroke:none;stroke-width:0.26458332"
715 x="110.93979"
716 y="60.744038"
717 id="text6756-9"><tspan
718 sodipodi:role="line"
719 id="tspan6754-20"
720 x="110.93979"
721 y="60.744038"
722 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#999999;stroke:none;stroke-width:0.26458332">Name</tspan></text>
723 <path
724 style="fill:#999999;stroke:#999999;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
725 d="m 110.49,62.050004 h 45.72"
726 id="path6758-68"
727 inkscape:connector-curvature="0" />
728 <text
729 xml:space="preserve"
730 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#999999;fill-opacity:1;stroke:none;stroke-width:0.26458332"
731 x="110.93979"
732 y="67.094017"
733 id="text6756-6-9"><tspan
734 sodipodi:role="line"
735 id="tspan6754-2-2"
736 x="110.93979"
737 y="67.094017"
738 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#999999;stroke:none;stroke-width:0.26458332">Player</tspan></text>
739 <path
740 style="fill:#999999;stroke:#999999;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
741 d="m 110.49,68.400004 h 45.72"
742 id="path6758-9-6"
743 inkscape:connector-curvature="0" />
744 <rect
745 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.26458332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
746 id="rect5745-64"
747 width="7.6199999"
748 height="7.6199999"
749 x="118.11001"
750 y="70.940025" />
751 <rect
752 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.26458332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
753 id="rect5745-3-9"
754 width="7.6199999"
755 height="7.6199999"
756 x="128.27"
757 y="70.940025" />
758 <rect
759 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.26458332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
760 id="rect5745-6-5"
761 width="7.6199999"
762 height="7.6199999"
763 x="138.43001"
764 y="70.940025" />
765 <rect
766 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.26458332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
767 id="rect5745-7-0"
768 width="7.6199999"
769 height="7.6199999"
770 x="148.59"
771 y="70.940025" />
772 <text
773 xml:space="preserve"
774 style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#999999;fill-opacity:1;stroke:none;stroke-width:0.26458332"
775 x="110.49756"
776 y="76.386681"
777 id="text6756-5-4"><tspan
778 sodipodi:role="line"
779 id="tspan6754-3-8"
780 x="110.49756"
781 y="76.386681"
782 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93888903px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';fill:#999999;stroke:none;stroke-width:0.26458332">HP</tspan></text>
783 <text
784 xml:space="preserve"
785 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
786 x="31.757559"
787 y="137.37308"
788 id="text6893"><tspan
789 sodipodi:role="line"
790 id="tspan6891"
791 x="31.757559"
792 y="137.37308"
793 style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333311px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';stroke-width:0.26458332">Staff of Light (Weapon, Magic)</tspan></text>
794 <flowRoot
795 transform="translate(6.3500006,-139.69999)"
796 xml:space="preserve"
797 id="flowRoot6937"
798 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"><flowRegion
799 id="flowRegion6939"
800 style="font-size:16px"><rect
801 id="rect6941"
802 width="254.39999"
803 height="62.400002"
804 x="120"
805 y="24"
806 style="font-size:16px" /></flowRegion><flowPara
807 id="flowPara6943" /></flowRoot> <text
808 xml:space="preserve"
809 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.52777767px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
810 x="34.449203"
811 y="143.65506"
812 id="text6965"><tspan
813 sodipodi:role="line"
814 x="34.449203"
815 y="143.65506"
816 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
817 id="tspan6987">Special: <tspan
818 style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777767px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';stroke-width:0.26458332"
819 id="tspan6997">Healing Touch</tspan></tspan><tspan
820 sodipodi:role="line"
821 x="34.449203"
822 y="148.06479"
823 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
824 id="tspan7758"> Remove 1 damage from yourself or an</tspan><tspan
825 sodipodi:role="line"
826 x="34.449203"
827 y="152.4745"
828 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
829 id="tspan8384"> adjacent ally.</tspan></text>
830 <path
831 style="fill:none;stroke:#999999;stroke-width:0.254;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
832 d="m 33.020001,139.52 v 15.24"
833 id="path6985"
834 inkscape:connector-curvature="0" />
835 <path
836 inkscape:connector-curvature="0"
837 style="fill:#993366;fill-opacity:1;stroke:none;stroke-width:0.21166667px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
838 d="m 19.049868,135.5907 a 4.0640003,4.0640003 0 0 0 -4.063835,4.06383 l 4.24e-4,4.2e-4 h -8.73e-4 a 1.016,1.016 0 0 0 1.016165,1.01575 1.016,1.016 0 0 0 1.015752,-1.01575 l 4.23e-4,-4.2e-4 a 2.032,2.032 0 0 1 2.031918,-2.03191 2.032,2.032 0 0 1 2.031918,2.03191 2.032,2.032 0 0 1 -2.031918,2.03192 1.0160001,1.0160001 0 0 0 -1.016166,1.01617 v 10.16 a 1.016,1.016 0 0 0 1.016166,1.01575 1.016,1.016 0 0 0 1.016166,-1.01575 v -9.27861 a 4.0640003,4.0640003 0 0 0 3.047672,-3.92948 4.0640003,4.0640003 0 0 0 -4.063836,-4.06383 z"
839 id="path5866-1" />
840 <rect
841 style="fill:none;fill-opacity:0.96862745;stroke:#000000;stroke-width:0.52916676;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
842 id="rect8362"
843 width="20.320004"
844 height="20.320004"
845 x="8.8900013"
846 y="134.44" />
847 <text
848 xml:space="preserve"
849 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
850 x="133.35754"
851 y="137.37308"
852 id="text6893-7"><tspan
853 sodipodi:role="line"
854 id="tspan6891-2"
855 x="133.35754"
856 y="137.37308"
857 style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333311px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';stroke-width:0.26458332">Staff of Fire (Weapon, Magic)</tspan></text>
858 <flowRoot
859 transform="translate(107.95,-139.69998)"
860 xml:space="preserve"
861 id="flowRoot6937-7"
862 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"><flowRegion
863 id="flowRegion6939-2"
864 style="font-size:16px"><rect
865 id="rect6941-2"
866 width="254.39999"
867 height="62.400002"
868 x="120"
869 y="24"
870 style="font-size:16px" /></flowRegion><flowPara
871 id="flowPara6943-6" /></flowRoot> <text
872 xml:space="preserve"
873 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.52777767px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
874 x="136.04919"
875 y="143.65506"
876 id="text6965-1"><tspan
877 sodipodi:role="line"
878 x="136.04919"
879 y="143.65506"
880 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
881 id="tspan6987-0">Special: <tspan
882 style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777767px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';stroke-width:0.26458332"
883 id="tspan6997-6">Healing Touch</tspan></tspan><tspan
884 sodipodi:role="line"
885 x="136.04919"
886 y="148.06479"
887 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
888 id="tspan7758-1"> Remove 1 damage from yourself or an</tspan><tspan
889 sodipodi:role="line"
890 x="136.04919"
891 y="152.4745"
892 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
893 id="tspan8384-5"> adjacent ally.</tspan></text>
894 <path
895 style="fill:none;stroke:#999999;stroke-width:0.254;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
896 d="m 134.62,139.52001 v 15.24"
897 id="path6985-9"
898 inkscape:connector-curvature="0" />
899 <path
900 inkscape:connector-curvature="0"
901 style="fill:#993366;fill-opacity:1;stroke:none;stroke-width:0.21166667px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
902 d="m 120.64987,135.59071 a 4.0640003,4.0640003 0 0 0 -4.06384,4.06383 l 4.2e-4,4.2e-4 h -8.7e-4 a 1.016,1.016 0 0 0 1.01617,1.01575 1.016,1.016 0 0 0 1.01575,-1.01575 l 4.2e-4,-4.2e-4 a 2.032,2.032 0 0 1 2.03192,-2.03191 2.032,2.032 0 0 1 2.03192,2.03191 2.032,2.032 0 0 1 -2.03192,2.03192 1.0160001,1.0160001 0 0 0 -1.01617,1.01617 v 10.16 a 1.016,1.016 0 0 0 1.01617,1.01575 1.016,1.016 0 0 0 1.01617,-1.01575 v -9.27861 a 4.0640003,4.0640003 0 0 0 3.04767,-3.92948 4.0640003,4.0640003 0 0 0 -4.06384,-4.06383 z"
903 id="path5866-49" />
904 <rect
905 style="fill:none;fill-opacity:0.96862745;stroke:#000000;stroke-width:0.52916676;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0"
906 id="rect8362-0"
907 width="20.320004"
908 height="20.320004"
909 x="110.48999"
910 y="134.44" />
911 <path
912 style="fill:#996633;fill-opacity:1;stroke:none;stroke-width:0.21166661px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
913 d="m 19.219499,84.656048 c -0.56109,-9e-5 -1.01603,0.45467 -1.01616,1.01577 v 4.06424 h -2.03192 l -2.03192,2.03192 1.016,1.01592 1.01592,-1.01592 h 2.03192 l -1.7e-4,9.143912 1.01633,2.03183 1.016,-2.03183 1.7e-4,-9.143912 h 2.03191 l 1.01592,1.01592 1.016,-1.01592 -2.03192,-2.03192 h -2.03191 v -4.06424 c -1.4e-4,-0.5611 -0.45508,-1.01586 -1.01617,-1.01577 z"
914 id="path5823-1"
915 inkscape:connector-curvature="0"
916 sodipodi:nodetypes="ccccccccccccccccccc" />
917 <rect
918 style="fill:none;fill-opacity:0.96764706;stroke:#999999;stroke-width:0.254;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
919 id="rect6889"
920 width="20.319996"
921 height="20.319996"
922 x="8.8900089"
923 y="83.640007" />
924 <text
925 xml:space="preserve"
926 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
927 x="31.757563"
928 y="86.57309"
929 id="text6893-77"><tspan
930 sodipodi:role="line"
931 id="tspan6891-1"
932 x="31.757563"
933 y="86.57309"
934 style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333311px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';stroke-width:0.26458332">Shortsword (Weapon, Melee)</tspan></text>
935 <text
936 xml:space="preserve"
937 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.52777767px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
938 x="34.449196"
939 y="92.855034"
940 id="text6965-15"><tspan
941 sodipodi:role="line"
942 x="34.449196"
943 y="92.855034"
944 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
945 id="tspan6987-9">Special: <tspan
946 style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777767px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';stroke-width:0.26458332"
947 id="tspan6997-7">Whirlwind</tspan></tspan><tspan
948 sodipodi:role="line"
949 x="34.449196"
950 y="97.264755"
951 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
952 id="tspan7013"> Split your melee dice to make melee attacks</tspan><tspan
953 sodipodi:role="line"
954 x="34.449196"
955 y="101.67448"
956 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
957 id="tspan10107"> against multiple adjacent targets.</tspan></text>
958 <path
959 style="fill:none;stroke:#999999;stroke-width:0.254;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
960 d="M 33.019999,88.719998 V 103.96"
961 id="path6985-7"
962 inkscape:connector-curvature="0" />
963 <path
964 style="fill:#996633;fill-opacity:1;stroke:none;stroke-width:0.21166661px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
965 d="m 120.8195,84.656057 c -0.56109,-9e-5 -1.01603,0.45467 -1.01617,1.01577 v 4.06424 h -2.03191 l -2.03192,2.03192 1.016,1.01592 1.01592,-1.01592 h 2.03191 l -1.6e-4,9.143913 1.01633,2.03183 1.016,-2.03183 1.7e-4,-9.143913 h 2.03191 l 1.01592,1.01592 1.016,-1.01592 -2.03192,-2.03192 h -2.03191 v -4.06424 c -1.4e-4,-0.5611 -0.45508,-1.01586 -1.01617,-1.01577 z"
966 id="path5823-6"
967 inkscape:connector-curvature="0"
968 sodipodi:nodetypes="ccccccccccccccccccc" />
969 <rect
970 style="fill:none;fill-opacity:0.96764706;stroke:#999999;stroke-width:0.254;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
971 id="rect6889-7"
972 width="20.319996"
973 height="20.319996"
974 x="110.49001"
975 y="83.640007" />
976 <text
977 xml:space="preserve"
978 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
979 x="133.35756"
980 y="86.573082"
981 id="text6893-3"><tspan
982 sodipodi:role="line"
983 id="tspan6891-6"
984 x="133.35756"
985 y="86.573082"
986 style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333311px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';stroke-width:0.26458332">Claymore (Weapon, Melee)</tspan></text>
987 <text
988 xml:space="preserve"
989 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.52777767px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
990 x="136.04919"
991 y="90.738365"
992 id="text6965-5"><tspan
993 sodipodi:role="line"
994 x="136.04919"
995 y="90.738365"
996 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
997 id="tspan6987-6">Special: <tspan
998 style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777767px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';stroke-width:0.26458332"
999 id="tspan6997-3">All-Out Attack</tspan></tspan><tspan
1000 sodipodi:role="line"
1001 x="136.04919"
1002 y="95.148087"
1003 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1004 id="tspan6995-9"> Take +1d to a melee attack, but until the</tspan><tspan
1005 sodipodi:role="line"
1006 x="136.04919"
1007 y="99.557808"
1008 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1009 id="tspan7007-4"> start of your next turn your armor pool has</tspan><tspan
1010 sodipodi:role="line"
1011 x="136.04919"
1012 y="103.96753"
1013 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1014 id="tspan7013-8"> no dice.</tspan></text>
1015 <path
1016 style="fill:none;stroke:#999999;stroke-width:0.254;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1017 d="M 134.62,88.720007 V 103.96001"
1018 id="path6985-1"
1019 inkscape:connector-curvature="0" />
1020 <rect
1021 y="134.42943"
1022 x="110.49001"
1023 height="20.319996"
1024 width="20.319996"
1025 id="rect10098"
1026 style="fill:none;fill-opacity:0.96764706;stroke:#999999;stroke-width:0.254;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
1027 <rect
1028 y="134.42943"
1029 x="8.8900089"
1030 height="20.319996"
1031 width="20.319996"
1032 id="rect10100"
1033 style="fill:none;fill-opacity:0.96764706;stroke:#999999;stroke-width:0.254;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
1034 <text
1035 xml:space="preserve"
1036 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
1037 x="31.757557"
1038 y="111.97309"
1039 id="text6893-4"><tspan
1040 sodipodi:role="line"
1041 id="tspan6891-8"
1042 x="31.757557"
1043 y="111.97309"
1044 style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333311px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';stroke-width:0.26458332">Bow (Weapon, Ranged)</tspan></text>
1045 <flowRoot
1046 transform="translate(6.3500002,-165.09996)"
1047 xml:space="preserve"
1048 id="flowRoot6937-1"
1049 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"><flowRegion
1050 id="flowRegion6939-0"
1051 style="font-size:16px"><rect
1052 id="rect6941-3"
1053 width="254.39999"
1054 height="62.400002"
1055 x="120"
1056 y="24"
1057 style="font-size:16px" /></flowRegion><flowPara
1058 id="flowPara6943-0" /></flowRoot> <text
1059 xml:space="preserve"
1060 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.52777767px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
1061 x="34.449203"
1062 y="118.25508"
1063 id="text6965-4"><tspan
1064 sodipodi:role="line"
1065 x="34.449203"
1066 y="118.25508"
1067 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1068 id="tspan6987-4">Special: <tspan
1069 style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777767px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';stroke-width:0.26458332"
1070 id="tspan6997-4">Split-Arrow Shot</tspan></tspan><tspan
1071 sodipodi:role="line"
1072 x="34.449203"
1073 y="122.6648"
1074 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1075 id="tspan7013-4"> Split your ranged dice to attack multiple</tspan><tspan
1076 sodipodi:role="line"
1077 x="34.449203"
1078 y="127.07452"
1079 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1080 id="tspan7758-7"> non-adjacent targets up to 6 squares away.</tspan></text>
1081 <path
1082 style="fill:none;stroke:#999999;stroke-width:0.254;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1083 d="m 33.020001,114.12002 v 15.24"
1084 id="path6985-6"
1085 inkscape:connector-curvature="0" />
1086 <path
1087 style="fill:#336699;fill-opacity:0.97590362;stroke:none;stroke-width:0.21166667px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1088 d="m 23.142116,127.35658 -1.016,-1.016 v -11.176 l -1.016,-1.016 v -3.048 l 2.032,1.016 2.032,-1.016 v 3.048 l -1.016,1.016 v 11.176 z"
1089 id="path5931-3"
1090 inkscape:connector-curvature="0"
1091 sodipodi:nodetypes="ccccccccccc" />
1092 <path
1093 inkscape:connector-curvature="0"
1094 style="fill:#336699;fill-opacity:0.97590362;stroke:none;stroke-width:0.21166667px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1095 d="m 19.078114,111.0699 -0.02811,0.0281 c -1.471709,-0.15606 -3.944092,0.40991 -4.924143,1.51887 l -0.0066,0.007 c -0.615898,0.70487 -1.00061,1.58179 -1.102157,2.51231 l -0.03514,0.0281 v 0.98516 6.12676 0.98516 l 0.03555,0.0286 c 0.101513,0.93032 0.486071,1.80708 1.101742,2.51188 l 0.0066,0.007 c 0.98005,1.10896 3.452431,1.67493 4.924143,1.51888 l 0.02811,0.0281 v -0.0306 -7.14541 -1.93476 -7.14541 z m -2.031917,2.33494 v 1.7599 1.757 4.61119 1.75948 1.757 a 4.0640003,2.032 0 0 1 -1.015337,-0.41259 l -0.0058,-0.003 a 4.0640003,2.032 0 0 1 -1.00583,-1.34152 h -0.005 v -8.12767 h 0.005 a 4.0640003,2.032 0 0 1 1.375006,-1.52591 4.0640003,2.032 0 0 1 0.65195,-0.23399 z"
1096 id="path5933-17" />
1097 <rect
1098 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.254;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
1099 id="rect7730"
1100 width="20.320004"
1101 height="20.320004"
1102 x="8.8900003"
1103 y="109.04002" />
1104 <text
1105 xml:space="preserve"
1106 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
1107 x="133.35756"
1108 y="111.97308"
1109 id="text6893-8"><tspan
1110 sodipodi:role="line"
1111 id="tspan6891-9"
1112 x="133.35756"
1113 y="111.97308"
1114 style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333311px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';stroke-width:0.26458332">Throwing Daggers (Weapon, Ranged)</tspan></text>
1115 <flowRoot
1116 transform="translate(107.95,-165.09998)"
1117 xml:space="preserve"
1118 id="flowRoot6937-6"
1119 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"><flowRegion
1120 id="flowRegion6939-4"
1121 style="font-size:16px"><rect
1122 id="rect6941-33"
1123 width="254.39999"
1124 height="62.400002"
1125 x="120"
1126 y="24"
1127 style="font-size:16px" /></flowRegion><flowPara
1128 id="flowPara6943-3" /></flowRoot> <text
1129 xml:space="preserve"
1130 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.52777767px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
1131 x="136.04921"
1132 y="118.25507"
1133 id="text6965-8"><tspan
1134 sodipodi:role="line"
1135 x="136.04921"
1136 y="118.25507"
1137 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1138 id="tspan6987-60">Special: <tspan
1139 style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777767px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';stroke-width:0.26458332"
1140 id="tspan6997-48">Sneaky Attack</tspan></tspan><tspan
1141 sodipodi:role="line"
1142 x="136.04921"
1143 y="122.66479"
1144 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1145 id="tspan10849"> Take +1d to a ranged attack if the target of</tspan><tspan
1146 sodipodi:role="line"
1147 x="136.04921"
1148 y="127.07452"
1149 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1150 id="tspan10853"> your ranged attack is engaged.</tspan></text>
1151 <path
1152 style="fill:none;stroke:#999999;stroke-width:0.254;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1153 d="m 134.62,114.12 v 15.24"
1154 id="path6985-77"
1155 inkscape:connector-curvature="0" />
1156 <path
1157 style="fill:#336699;fill-opacity:0.97590362;stroke:none;stroke-width:0.21166667px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1158 d="m 124.74211,127.35656 -1.016,-1.016 v -11.176 l -1.016,-1.016 v -3.048 l 2.032,1.016 2.032,-1.016 v 3.048 l -1.016,1.016 v 11.176 z"
1159 id="path5931-64"
1160 inkscape:connector-curvature="0"
1161 sodipodi:nodetypes="ccccccccccc" />
1162 <path
1163 inkscape:connector-curvature="0"
1164 style="fill:#336699;fill-opacity:0.97590362;stroke:none;stroke-width:0.21166667px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1165 d="m 120.67811,111.06988 -0.0281,0.0281 c -1.47171,-0.15606 -3.94409,0.40991 -4.92414,1.51887 l -0.007,0.007 c -0.6159,0.70487 -1.00061,1.58179 -1.10216,2.51231 l -0.0351,0.0281 v 0.98516 6.12676 0.98516 l 0.0356,0.0286 c 0.10151,0.93032 0.48607,1.80708 1.10174,2.51188 l 0.007,0.007 c 0.98005,1.10896 3.45243,1.67493 4.92414,1.51888 l 0.0281,0.0281 v -0.0306 -7.14541 -1.93476 -7.14541 z m -2.03191,2.33494 v 1.7599 1.757 4.61119 1.75948 1.757 a 4.0640003,2.032 0 0 1 -1.01534,-0.41259 l -0.006,-0.003 a 4.0640003,2.032 0 0 1 -1.00583,-1.34152 h -0.005 v -8.12767 h 0.005 a 4.0640003,2.032 0 0 1 1.375,-1.52591 4.0640003,2.032 0 0 1 0.65195,-0.23398 z"
1166 id="path5933-3" />
1167 <rect
1168 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.254;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
1169 id="rect7730-0"
1170 width="20.320004"
1171 height="20.320004"
1172 x="110.49"
1173 y="109.04001" />
1174 <text
1175 xml:space="preserve"
1176 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
1177 x="31.757563"
1178 y="162.77309"
1179 id="text6893-0"><tspan
1180 sodipodi:role="line"
1181 id="tspan6891-92"
1182 x="31.757563"
1183 y="162.77309"
1184 style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333311px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';stroke-width:0.26458332">Revenge Strike (Ability)</tspan></text>
1185 <flowRoot
1186 transform="translate(6.3500015,-114.29997)"
1187 xml:space="preserve"
1188 id="flowRoot6937-5"
1189 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"><flowRegion
1190 id="flowRegion6939-40"
1191 style="font-size:16px"><rect
1192 id="rect6941-5"
1193 width="254.39999"
1194 height="62.400002"
1195 x="120"
1196 y="24"
1197 style="font-size:16px" /></flowRegion><flowPara
1198 id="flowPara6943-9" /></flowRoot> <text
1199 xml:space="preserve"
1200 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.52777767px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
1201 x="34.449203"
1202 y="171.17177"
1203 id="text6965-46"><tspan
1204 sodipodi:role="line"
1205 x="34.449203"
1206 y="171.17177"
1207 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1208 id="tspan7013-9">Take an extra +1d when attacking an enemy</tspan><tspan
1209 sodipodi:role="line"
1210 x="34.449203"
1211 y="175.5815"
1212 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1213 id="tspan5835">that has previously attacked you.</tspan></text>
1214 <path
1215 style="fill:none;stroke:#999999;stroke-width:0.254;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1216 d="m 33.020002,164.92001 v 15.24"
1217 id="path6985-2"
1218 inkscape:connector-curvature="0" />
1219 <path
1220 style="fill:none;fill-opacity:1;stroke:#993333;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1221 d="m 22.617115,164.32735 c -1.029144,-0.0218 -2.015504,0.41146 -2.695656,1.18411 -0.4016,0.45775 -0.676544,1.01252 -0.871456,1.04947 -0.194912,0.037 -0.469856,-0.51783 -0.871457,-0.97558 -0.680152,-0.77265 -1.666512,-1.20592 -2.695655,-1.1841 -0.823385,0.0177 -1.614057,0.3257 -2.232353,0.86974 -0.918566,0.81015 -1.185817,1.84991 -1.185817,3.24696 0.07992,2.69795 2.794113,5.58834 6.985282,6.9854 4.191168,-1.39706 6.89704,-4.27684 6.98528,-6.9854 0,-1.39705 -0.247264,-2.49285 -1.185816,-3.32085 -0.618296,-0.54405 -1.408968,-0.8521 -2.232352,-0.86975 z"
1222 id="path7664"
1223 inkscape:connector-curvature="0"
1224 sodipodi:nodetypes="ccccccccccc" />
1225 <rect
1226 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.254;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
1227 id="rect5852"
1228 width="20.320004"
1229 height="20.320004"
1230 x="8.8900013"
1231 y="159.84001" />
1232 <text
1233 xml:space="preserve"
1234 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
1235 x="133.35756"
1236 y="162.77309"
1237 id="text6893-2"><tspan
1238 sodipodi:role="line"
1239 id="tspan6891-4"
1240 x="133.35756"
1241 y="162.77309"
1242 style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333311px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';stroke-width:0.26458332">Nimble (Ability)</tspan></text>
1243 <flowRoot
1244 transform="translate(107.95001,-114.29998)"
1245 xml:space="preserve"
1246 id="flowRoot6937-77"
1247 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"><flowRegion
1248 id="flowRegion6939-5"
1249 style="font-size:16px"><rect
1250 id="rect6941-4"
1251 width="254.39999"
1252 height="62.400002"
1253 x="120"
1254 y="24"
1255 style="font-size:16px" /></flowRegion><flowPara
1256 id="flowPara6943-8" /></flowRoot> <text
1257 xml:space="preserve"
1258 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.52777767px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
1259 x="136.04921"
1260 y="171.17177"
1261 id="text6965-12"><tspan
1262 sodipodi:role="line"
1263 x="136.04921"
1264 y="171.17177"
1265 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1266 id="tspan5835-3">You can move up to 5 squares on your turn,</tspan><tspan
1267 sodipodi:role="line"
1268 x="136.04921"
1269 y="175.5815"
1270 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1271 id="tspan11643">ignoring obstacles, enemies, and allies.</tspan></text>
1272 <path
1273 style="fill:none;stroke:#999999;stroke-width:0.254;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1274 d="m 134.62001,164.92 v 15.24"
1275 id="path6985-68"
1276 inkscape:connector-curvature="0" />
1277 <path
1278 style="fill:none;fill-opacity:1;stroke:#993333;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1279 d="m 124.21712,164.32734 c -1.02914,-0.0218 -2.0155,0.41146 -2.69566,1.18411 -0.4016,0.45775 -0.67654,1.01252 -0.87145,1.04947 -0.19491,0.037 -0.46986,-0.51783 -0.87146,-0.97558 -0.68015,-0.77265 -1.66651,-1.20592 -2.69565,-1.1841 -0.82339,0.0177 -1.61406,0.3257 -2.23236,0.86974 -0.91856,0.81015 -1.18581,1.84991 -1.18581,3.24696 0.0799,2.69795 2.79411,5.58834 6.98528,6.9854 4.19117,-1.39706 6.89704,-4.27684 6.98528,-6.9854 0,-1.39705 -0.24727,-2.49285 -1.18582,-3.32085 -0.61829,-0.54405 -1.40897,-0.8521 -2.23235,-0.86975 z"
1280 id="path7664-0"
1281 inkscape:connector-curvature="0"
1282 sodipodi:nodetypes="ccccccccccc" />
1283 <rect
1284 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.254;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
1285 id="rect5852-2"
1286 width="20.320004"
1287 height="20.320004"
1288 x="110.49001"
1289 y="159.84001" />
1290 <text
1291 xml:space="preserve"
1292 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
1293 x="31.757555"
1294 y="188.17308"
1295 id="text6893-05"><tspan
1296 sodipodi:role="line"
1297 id="tspan6891-11"
1298 x="31.757555"
1299 y="188.17308"
1300 style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333311px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';stroke-width:0.26458332">Power Surge (Ability)</tspan></text>
1301 <flowRoot
1302 transform="translate(6.3499985,-88.899971)"
1303 xml:space="preserve"
1304 id="flowRoot6937-0"
1305 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"><flowRegion
1306 id="flowRegion6939-8"
1307 style="font-size:16px"><rect
1308 id="rect6941-50"
1309 width="254.39999"
1310 height="62.400002"
1311 x="120"
1312 y="24"
1313 style="font-size:16px" /></flowRegion><flowPara
1314 id="flowPara6943-64" /></flowRoot> <text
1315 xml:space="preserve"
1316 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.52777767px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
1317 x="34.449203"
1318 y="196.57176"
1319 id="text6965-6"><tspan
1320 sodipodi:role="line"
1321 x="34.449203"
1322 y="196.57176"
1323 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1324 id="tspan5835-5">When you are not at full health, your magic</tspan><tspan
1325 sodipodi:role="line"
1326 x="34.449203"
1327 y="200.98149"
1328 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1329 id="tspan11647">attacks gain +1d.</tspan></text>
1330 <path
1331 style="fill:none;stroke:#999999;stroke-width:0.254;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1332 d="m 33.019998,190.32001 v 15.24"
1333 id="path6985-8"
1334 inkscape:connector-curvature="0" />
1335 <path
1336 style="fill:none;fill-opacity:1;stroke:#993333;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1337 d="m 22.617111,189.72735 c -1.029144,-0.0218 -2.015504,0.41146 -2.695656,1.18411 -0.4016,0.45775 -0.676544,1.01252 -0.871456,1.04947 -0.194912,0.037 -0.469856,-0.51783 -0.871457,-0.97558 -0.680152,-0.77265 -1.666512,-1.20592 -2.695655,-1.1841 -0.823385,0.0177 -1.614057,0.3257 -2.232353,0.86974 -0.918566,0.81015 -1.185817,1.84991 -1.185817,3.24696 0.07992,2.69795 2.794113,5.58834 6.985282,6.9854 4.191168,-1.39706 6.89704,-4.27684 6.98528,-6.9854 0,-1.39705 -0.247264,-2.49285 -1.185816,-3.32085 -0.618296,-0.54405 -1.408968,-0.8521 -2.232352,-0.86975 z"
1338 id="path7664-6"
1339 inkscape:connector-curvature="0"
1340 sodipodi:nodetypes="ccccccccccc" />
1341 <rect
1342 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.254;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
1343 id="rect5852-28"
1344 width="20.320004"
1345 height="20.320004"
1346 x="8.8899975"
1347 y="185.24001" />
1348 <text
1349 xml:space="preserve"
1350 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
1351 x="133.35756"
1352 y="188.17308"
1353 id="text6893-72"><tspan
1354 sodipodi:role="line"
1355 id="tspan6891-40"
1356 x="133.35756"
1357 y="188.17308"
1358 style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333311px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';stroke-width:0.26458332">Teamwork (Ability)</tspan></text>
1359 <flowRoot
1360 transform="translate(107.95001,-88.89997)"
1361 xml:space="preserve"
1362 id="flowRoot6937-62"
1363 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"><flowRegion
1364 id="flowRegion6939-9"
1365 style="font-size:16px"><rect
1366 id="rect6941-9"
1367 width="254.39999"
1368 height="62.400002"
1369 x="120"
1370 y="24"
1371 style="font-size:16px" /></flowRegion><flowPara
1372 id="flowPara6943-08" /></flowRoot> <text
1373 xml:space="preserve"
1374 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.52777767px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
1375 x="136.04921"
1376 y="196.57176"
1377 id="text6965-13"><tspan
1378 sodipodi:role="line"
1379 x="136.04921"
1380 y="196.57176"
1381 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1382 id="tspan5835-1">When your target is engaged, your melee</tspan><tspan
1383 sodipodi:role="line"
1384 x="136.04921"
1385 y="200.98149"
1386 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1387 id="tspan11651">attacks gain +1d.</tspan></text>
1388 <path
1389 style="fill:none;stroke:#999999;stroke-width:0.254;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1390 d="m 134.62001,190.32001 v 15.24"
1391 id="path6985-0"
1392 inkscape:connector-curvature="0" />
1393 <path
1394 style="fill:none;fill-opacity:1;stroke:#993333;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1395 d="m 124.21712,189.72735 c -1.02915,-0.0218 -2.01551,0.41146 -2.69566,1.18411 -0.4016,0.45775 -0.67654,1.01252 -0.87145,1.04947 -0.19492,0.037 -0.46986,-0.51783 -0.87146,-0.97558 -0.68015,-0.77265 -1.66651,-1.20592 -2.69566,-1.1841 -0.82338,0.0177 -1.61405,0.3257 -2.23235,0.86974 -0.91856,0.81015 -1.18582,1.84991 -1.18582,3.24696 0.0799,2.69795 2.79412,5.58834 6.98529,6.9854 4.19116,-1.39706 6.89704,-4.27684 6.98528,-6.9854 0,-1.39705 -0.24727,-2.49285 -1.18582,-3.32085 -0.6183,-0.54405 -1.40897,-0.8521 -2.23235,-0.86975 z"
1396 id="path7664-3"
1397 inkscape:connector-curvature="0"
1398 sodipodi:nodetypes="ccccccccccc" />
1399 <rect
1400 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.254;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
1401 id="rect5852-4"
1402 width="20.320004"
1403 height="20.320004"
1404 x="110.49001"
1405 y="185.24001" />
1406 <text
1407 xml:space="preserve"
1408 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
1409 x="31.757559"
1410 y="213.57309"
1411 id="text6893-39"><tspan
1412 sodipodi:role="line"
1413 id="tspan6891-19"
1414 x="31.757559"
1415 y="213.57309"
1416 style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333311px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';stroke-width:0.26458332">Potion (Item)</tspan></text>
1417 <flowRoot
1418 transform="translate(6.3499998,-63.499974)"
1419 xml:space="preserve"
1420 id="flowRoot6937-69"
1421 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"><flowRegion
1422 id="flowRegion6939-3"
1423 style="font-size:16px"><rect
1424 id="rect6941-38"
1425 width="254.39999"
1426 height="62.400002"
1427 x="120"
1428 y="24"
1429 style="font-size:16px" /></flowRegion><flowPara
1430 id="flowPara6943-05" /></flowRoot> <text
1431 xml:space="preserve"
1432 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.52777767px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
1433 x="34.449203"
1434 y="224.08835"
1435 id="text6965-66"><tspan
1436 sodipodi:role="line"
1437 x="34.449203"
1438 y="224.08835"
1439 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1440 id="tspan6552">Restore yourself or an ally to full health.</tspan></text>
1441 <path
1442 style="fill:none;stroke:#999999;stroke-width:0.52916676;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1443 d="m 33.02,215.72001 v 15.24"
1444 id="path6985-4"
1445 inkscape:connector-curvature="0" />
1446 <rect
1447 style="fill:none;fill-opacity:0.96764706;stroke:#4d4d4d;stroke-width:1.05833328;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1448 id="rect7611"
1449 width="14.224002"
1450 height="14.224018"
1451 x="11.938"
1452 y="213.68802" />
1453 <path
1454 style="fill:none;stroke:#4d4d4d;stroke-width:1.05833328;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1455 d="M 11.938,220.8 H 26.161999"
1456 id="path7615"
1457 inkscape:connector-curvature="0" />
1458 <path
1459 style="fill:none;stroke:#4d4d4d;stroke-width:1.05833328;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1460 d="m 19.049999,213.688 v 14.224"
1461 id="path7617"
1462 inkscape:connector-curvature="0" />
1463 <path
1464 style="fill:none;stroke:#4d4d4d;stroke-width:1.05833328;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1465 d="m 22.097999,223.848 -3.048,-3.048 -3.047999,3.048"
1466 id="path7619"
1467 inkscape:connector-curvature="0"
1468 sodipodi:nodetypes="ccc" />
1469 <path
1470 style="fill:none;fill-opacity:0.96764706;stroke:#4d4d4d;stroke-width:1.05833328;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1471 d="m 20.481062,217.73167 a 1.4624339,1.5343862 0 0 0 -0.934551,0.38179 1.4624339,1.5343862 0 0 0 -0.495392,1.15221 h -0.0011 V 220.8 h 1.462375 v -7.9e-4 a 1.4624339,1.5343862 0 0 0 0.966983,-0.38209 1.4624339,1.5343862 0 0 0 0.130619,-2.16492 1.4624339,1.5343862 0 0 0 -1.128841,-0.52008 z"
1472 id="path7625"
1473 inkscape:connector-curvature="0" />
1474 <path
1475 style="fill:none;fill-opacity:0.96764706;stroke:#4d4d4d;stroke-width:1.05833328;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1476 d="m 17.618936,217.73167 a 1.4624339,1.5343862 0 0 1 0.934551,0.38179 1.4624339,1.5343862 0 0 1 0.495392,1.15221 h 0.0011 V 220.8 h -1.462375 v -7.9e-4 a 1.4624339,1.5343862 0 0 1 -0.966981,-0.38209 1.4624339,1.5343862 0 0 1 -0.130619,-2.16492 1.4624339,1.5343862 0 0 1 1.128839,-0.52007 z"
1477 id="path7625-5"
1478 inkscape:connector-curvature="0" />
1479 <rect
1480 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.52916676;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
1481 id="rect6505"
1482 width="20.320002"
1483 height="20.320002"
1484 x="8.8899994"
1485 y="210.64001" />
1486 <text
1487 xml:space="preserve"
1488 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
1489 x="133.35756"
1490 y="213.57309"
1491 id="text6893-00"><tspan
1492 sodipodi:role="line"
1493 id="tspan6891-46"
1494 x="133.35756"
1495 y="213.57309"
1496 style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333311px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';stroke-width:0.26458332">Bomb (Item)</tspan></text>
1497 <flowRoot
1498 transform="translate(107.95,-63.499971)"
1499 xml:space="preserve"
1500 id="flowRoot6937-2"
1501 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"><flowRegion
1502 id="flowRegion6939-6"
1503 style="font-size:16px"><rect
1504 id="rect6941-7"
1505 width="254.39999"
1506 height="62.400002"
1507 x="120"
1508 y="24"
1509 style="font-size:16px" /></flowRegion><flowPara
1510 id="flowPara6943-5" /></flowRoot> <text
1511 xml:space="preserve"
1512 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.52777767px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
1513 x="136.04921"
1514 y="219.85507"
1515 id="text6965-69"><tspan
1516 sodipodi:role="line"
1517 x="136.04921"
1518 y="219.85507"
1519 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1520 id="tspan6546-8">Choose a square within up to 5 squares of</tspan><tspan
1521 sodipodi:role="line"
1522 x="136.04921"
1523 y="224.2648"
1524 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1525 id="tspan6550-7">you, and make 1d attacks against all targets</tspan><tspan
1526 sodipodi:role="line"
1527 x="136.04921"
1528 y="228.67451"
1529 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1530 id="tspan6552-2">in or adjacent to that square.</tspan></text>
1531 <path
1532 style="fill:none;stroke:#999999;stroke-width:0.52916676;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1533 d="m 134.62,215.72001 v 15.24"
1534 id="path6985-82"
1535 inkscape:connector-curvature="0" />
1536 <rect
1537 style="fill:none;fill-opacity:0.96764706;stroke:#4d4d4d;stroke-width:1.05833328;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1538 id="rect7611-9"
1539 width="14.224002"
1540 height="14.224018"
1541 x="113.538"
1542 y="213.68802" />
1543 <path
1544 style="fill:none;stroke:#4d4d4d;stroke-width:1.05833328;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1545 d="m 113.538,220.8 h 14.224"
1546 id="path7615-9"
1547 inkscape:connector-curvature="0" />
1548 <path
1549 style="fill:none;stroke:#4d4d4d;stroke-width:1.05833328;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1550 d="m 120.65,213.688 v 14.224"
1551 id="path7617-6"
1552 inkscape:connector-curvature="0" />
1553 <path
1554 style="fill:none;stroke:#4d4d4d;stroke-width:1.05833328;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1555 d="m 123.698,223.848 -3.048,-3.048 -3.048,3.048"
1556 id="path7619-0"
1557 inkscape:connector-curvature="0"
1558 sodipodi:nodetypes="ccc" />
1559 <path
1560 style="fill:none;fill-opacity:0.96764706;stroke:#4d4d4d;stroke-width:1.05833328;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1561 d="m 122.08106,217.73167 a 1.4624339,1.5343862 0 0 0 -0.93455,0.38179 1.4624339,1.5343862 0 0 0 -0.49539,1.15221 h -0.001 V 220.8 h 1.46237 v -7.9e-4 a 1.4624339,1.5343862 0 0 0 0.96699,-0.38209 1.4624339,1.5343862 0 0 0 0.13062,-2.16492 1.4624339,1.5343862 0 0 0 -1.12885,-0.52008 z"
1562 id="path7625-2"
1563 inkscape:connector-curvature="0" />
1564 <path
1565 style="fill:none;fill-opacity:0.96764706;stroke:#4d4d4d;stroke-width:1.05833328;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1566 d="m 119.21894,217.73167 a 1.4624339,1.5343862 0 0 1 0.93455,0.38179 1.4624339,1.5343862 0 0 1 0.49539,1.15221 h 10e-4 V 220.8 h -1.46238 v -7.9e-4 a 1.4624339,1.5343862 0 0 1 -0.96698,-0.38209 1.4624339,1.5343862 0 0 1 -0.13062,-2.16492 1.4624339,1.5343862 0 0 1 1.12884,-0.52007 z"
1567 id="path7625-5-7"
1568 inkscape:connector-curvature="0" />
1569 <rect
1570 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.52916676;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
1571 id="rect6505-6"
1572 width="20.320002"
1573 height="20.320002"
1574 x="110.49"
1575 y="210.64001" />
1576 <text
1577 id="text12465"
1578 y="238.98413"
1579 x="31.757559"
1580 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
1581 xml:space="preserve"><tspan
1582 style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333311px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';stroke-width:0.26458332"
1583 y="238.98413"
1584 x="31.757559"
1585 id="tspan12463"
1586 sodipodi:role="line">Rope (Item)</tspan></text>
1587 <text
1588 id="text12469"
1589 y="247.38275"
1590 x="34.449203"
1591 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.52777767px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
1592 xml:space="preserve"><tspan
1593 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1594 y="247.38275"
1595 x="34.449203"
1596 sodipodi:role="line"
1597 id="tspan12515">Take +1d on any check on climbing, crossing</tspan><tspan
1598 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1599 y="251.79248"
1600 x="34.449203"
1601 sodipodi:role="line"
1602 id="tspan12519">gaps, or traversing difficult terrain.</tspan></text>
1603 <path
1604 inkscape:connector-curvature="0"
1605 id="path12471"
1606 d="m 33.02,241.13105 v 15.24"
1607 style="fill:none;stroke:#999999;stroke-width:0.52916676;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
1608 <rect
1609 y="239.09906"
1610 x="11.938"
1611 height="14.224018"
1612 width="14.224002"
1613 id="rect12473"
1614 style="fill:none;fill-opacity:0.96764706;stroke:#4d4d4d;stroke-width:1.05833328;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
1615 <path
1616 inkscape:connector-curvature="0"
1617 id="path12475"
1618 d="M 11.938,246.21104 H 26.161999"
1619 style="fill:none;stroke:#4d4d4d;stroke-width:1.05833328;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
1620 <path
1621 inkscape:connector-curvature="0"
1622 id="path12477"
1623 d="m 19.049999,239.09904 v 14.224"
1624 style="fill:none;stroke:#4d4d4d;stroke-width:1.05833328;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
1625 <path
1626 sodipodi:nodetypes="ccc"
1627 inkscape:connector-curvature="0"
1628 id="path12479"
1629 d="m 22.097999,249.25904 -3.048,-3.048 -3.047999,3.048"
1630 style="fill:none;stroke:#4d4d4d;stroke-width:1.05833328;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
1631 <path
1632 inkscape:connector-curvature="0"
1633 id="path12481"
1634 d="m 20.481062,243.14271 a 1.4624339,1.5343862 0 0 0 -0.934551,0.38179 1.4624339,1.5343862 0 0 0 -0.495392,1.15221 h -0.0011 v 1.53433 h 1.462375 v -7.9e-4 a 1.4624339,1.5343862 0 0 0 0.966983,-0.38209 1.4624339,1.5343862 0 0 0 0.130619,-2.16492 1.4624339,1.5343862 0 0 0 -1.128841,-0.52008 z"
1635 style="fill:none;fill-opacity:0.96764706;stroke:#4d4d4d;stroke-width:1.05833328;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
1636 <path
1637 inkscape:connector-curvature="0"
1638 id="path12483"
1639 d="m 17.618936,243.14271 a 1.4624339,1.5343862 0 0 1 0.934551,0.38179 1.4624339,1.5343862 0 0 1 0.495392,1.15221 h 0.0011 v 1.53433 h -1.462375 v -7.9e-4 a 1.4624339,1.5343862 0 0 1 -0.966981,-0.38209 1.4624339,1.5343862 0 0 1 -0.130619,-2.16492 1.4624339,1.5343862 0 0 1 1.128839,-0.52007 z"
1640 style="fill:none;fill-opacity:0.96764706;stroke:#4d4d4d;stroke-width:1.05833328;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
1641 <rect
1642 y="236.05106"
1643 x="8.8899994"
1644 height="20.320002"
1645 width="20.320002"
1646 id="rect12485"
1647 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.52916676;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
1648 <text
1649 id="text12489"
1650 y="238.98413"
1651 x="133.35756"
1652 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
1653 xml:space="preserve"><tspan
1654 style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333311px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';stroke-width:0.26458332"
1655 y="238.98413"
1656 x="133.35756"
1657 id="tspan12487"
1658 sodipodi:role="line">Bait (Item)</tspan></text>
1659 <text
1660 id="text12497"
1661 y="243.67863"
1662 x="136.04921"
1663 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.52777767px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
1664 xml:space="preserve"><tspan
1665 id="tspan12495"
1666 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1667 y="243.67863"
1668 x="136.04921"
1669 sodipodi:role="line">Toss onto a square within 4 squares of you.</tspan><tspan
1670 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1671 y="248.08836"
1672 x="136.04921"
1673 sodipodi:role="line"
1674 id="tspan12532">On their next turn, one nearby monster will</tspan><tspan
1675 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1676 y="252.49808"
1677 x="136.04921"
1678 sodipodi:role="line"
1679 id="tspan12536">ignore any opponents and rush towards the</tspan><tspan
1680 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
1681 y="256.90781"
1682 x="136.04921"
1683 sodipodi:role="line"
1684 id="tspan12538">food instead.</tspan></text>
1685 <path
1686 inkscape:connector-curvature="0"
1687 id="path12499"
1688 d="m 134.62,241.13105 v 15.24"
1689 style="fill:none;stroke:#999999;stroke-width:0.52916676;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
1690 <rect
1691 y="239.09906"
1692 x="113.538"
1693 height="14.224018"
1694 width="14.224002"
1695 id="rect12501"
1696 style="fill:none;fill-opacity:0.96764706;stroke:#4d4d4d;stroke-width:1.05833328;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
1697 <path
1698 inkscape:connector-curvature="0"
1699 id="path12503"
1700 d="m 113.538,246.21104 h 14.224"
1701 style="fill:none;stroke:#4d4d4d;stroke-width:1.05833328;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
1702 <path
1703 inkscape:connector-curvature="0"
1704 id="path12505"
1705 d="m 120.65,239.09904 v 14.224"
1706 style="fill:none;stroke:#4d4d4d;stroke-width:1.05833328;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
1707 <path
1708 sodipodi:nodetypes="ccc"
1709 inkscape:connector-curvature="0"
1710 id="path12507"
1711 d="m 123.698,249.25904 -3.048,-3.048 -3.048,3.048"
1712 style="fill:none;stroke:#4d4d4d;stroke-width:1.05833328;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
1713 <path
1714 inkscape:connector-curvature="0"
1715 id="path12509"
1716 d="m 122.08106,243.14271 a 1.4624339,1.5343862 0 0 0 -0.93455,0.38179 1.4624339,1.5343862 0 0 0 -0.49539,1.15221 h -0.001 v 1.53433 h 1.46237 v -7.9e-4 a 1.4624339,1.5343862 0 0 0 0.96699,-0.38209 1.4624339,1.5343862 0 0 0 0.13062,-2.16492 1.4624339,1.5343862 0 0 0 -1.12885,-0.52008 z"
1717 style="fill:none;fill-opacity:0.96764706;stroke:#4d4d4d;stroke-width:1.05833328;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
1718 <path
1719 inkscape:connector-curvature="0"
1720 id="path12511"
1721 d="m 119.21894,243.14271 a 1.4624339,1.5343862 0 0 1 0.93455,0.38179 1.4624339,1.5343862 0 0 1 0.49539,1.15221 h 10e-4 v 1.53433 h -1.46238 v -7.9e-4 a 1.4624339,1.5343862 0 0 1 -0.96698,-0.38209 1.4624339,1.5343862 0 0 1 -0.13062,-2.16492 1.4624339,1.5343862 0 0 1 1.12884,-0.52007 z"
1722 style="fill:none;fill-opacity:0.96764706;stroke:#4d4d4d;stroke-width:1.05833328;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
1723 <rect
1724 y="236.05106"
1725 x="110.49"
1726 height="20.320002"
1727 width="20.320002"
1728 id="rect12513"
1729 style="fill:none;fill-opacity:0.96862745;stroke:#999999;stroke-width:0.52916676;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
1730 </g>
1731 </svg>
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4 <svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="4in"
13 height="1in"
14 viewBox="0 0 101.6 25.400001"
15 version="1.1"
16 id="svg899"
17 inkscape:version="0.92.2 5c3e80d, 2017-08-06"
18 sodipodi:docname="weapon-sample.svg">
19 <defs
20 id="defs893" />
21 <sodipodi:namedview
22 id="base"
23 pagecolor="#ffffff"
24 bordercolor="#666666"
25 borderopacity="1.0"
26 inkscape:pageopacity="0.0"
27 inkscape:pageshadow="2"
28 inkscape:zoom="2.8"
29 inkscape:cx="194.56843"
30 inkscape:cy="7.2008837"
31 inkscape:document-units="mm"
32 inkscape:current-layer="layer1"
33 showgrid="true"
34 units="in"
35 inkscape:snap-smooth-nodes="true"
36 inkscape:snap-intersection-paths="true"
37 inkscape:object-paths="true"
38 inkscape:window-width="1918"
39 inkscape:window-height="1041"
40 inkscape:window-x="0"
41 inkscape:window-y="37"
42 inkscape:window-maximized="0"
43 showguides="false">
44 <inkscape:grid
45 type="xygrid"
46 id="grid5817"
47 units="in"
48 spacingx="1.27"
49 spacingy="1.27" />
50 </sodipodi:namedview>
51 <metadata
52 id="metadata896">
53 <rdf:RDF>
54 <cc:Work
55 rdf:about="">
56 <dc:format>image/svg+xml</dc:format>
57 <dc:type
58 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
59 <dc:title />
60 </cc:Work>
61 </rdf:RDF>
62 </metadata>
63 <g
64 inkscape:label="Layer 1"
65 inkscape:groupmode="layer"
66 id="layer1"
67 transform="translate(0,-271.59998)">
68 <path
69 style="fill:#996633;fill-opacity:1;stroke:none;stroke-width:0.2116666px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
70 d="m 12.869502,275.15603 c -0.56109,-9e-5 -1.016029,0.45467 -1.016167,1.01577 v 4.06424 H 9.8214193 l -2.0319164,2.03192 1.0159998,1.01592 1.0159166,-1.01592 h 2.0319157 l -1.65e-4,9.14391 1.016332,2.03183 1.015999,-2.03183 1.65e-4,-9.14391 h 2.031916 l 1.015918,1.01592 1.016,-1.01592 -2.031918,-2.03192 h -2.031916 v -4.06424 c -1.38e-4,-0.5611 -0.455076,-1.01586 -1.016164,-1.01577 z"
71 id="path5823"
72 inkscape:connector-curvature="0"
73 sodipodi:nodetypes="ccccccccccccccccccc" />
74 <rect
75 style="fill:none;fill-opacity:0.96764706;stroke:#999999;stroke-width:0.52916667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
76 id="rect6889"
77 width="20.319996"
78 height="20.319996"
79 x="2.5400047"
80 y="274.13998" />
81 <text
82 xml:space="preserve"
83 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
84 x="25.407557"
85 y="277.07306"
86 id="text6893"><tspan
87 sodipodi:role="line"
88 id="tspan6891"
89 x="25.407557"
90 y="277.07306"
91 style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.23333311px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';stroke-width:0.26458332">Claymore (Equipment, Melee)</tspan></text>
92 <flowRoot
93 xml:space="preserve"
94 id="flowRoot6937"
95 style="fill:black;fill-opacity:1;stroke:none;font-family:'Fira Sans';font-style:normal;font-weight:normal;font-size:16px;line-height:1.25;letter-spacing:0px;word-spacing:0px;-inkscape-font-specification:'Fira Sans';font-stretch:normal;font-variant:normal;"><flowRegion
96 id="flowRegion6939"
97 style="font-size:16px;"><rect
98 id="rect6941"
99 width="254.39999"
100 height="62.400002"
101 x="120"
102 y="24"
103 style="font-size:16px;" /></flowRegion><flowPara
104 id="flowPara6943" /></flowRoot> <text
105 xml:space="preserve"
106 style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.52777767px;line-height:1.25;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
107 x="28.099203"
108 y="281.23834"
109 id="text6965"><tspan
110 sodipodi:role="line"
111 x="28.099203"
112 y="281.23834"
113 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
114 id="tspan6987">Special: <tspan
115 style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:3.52777767px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold'"
116 id="tspan6997">All-Out Attack</tspan></tspan><tspan
117 sodipodi:role="line"
118 x="28.099203"
119 y="285.64807"
120 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
121 id="tspan6995"> Take +1d to a melee attack, but until the</tspan><tspan
122 sodipodi:role="line"
123 x="28.099203"
124 y="290.0578"
125 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
126 id="tspan7007"> start of your next turn your armor pool has</tspan><tspan
127 sodipodi:role="line"
128 x="28.099203"
129 y="294.4675"
130 style="font-size:3.52777767px;text-align:start;text-anchor:start;stroke-width:0.26458332"
131 id="tspan7013"> no dice.</tspan></text>
132 <path
133 style="fill:none;stroke:#999999;stroke-width:0.52916667;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
134 d="m 26.67,279.21998 v 15.24"
135 id="path6985"
136 inkscape:connector-curvature="0" />
137 </g>
138 </svg>