1[items]
2  [item]
3    description=_( "It's an old carving knife. The long dulled blade sports a surprising number of dents." )
4    display_name=_( "Kitchen Knife" )
5    icon="10,2"
6    inventory_location=48
7    name="Kitchen Knife"
8    price=20
9    rareness=10
10    shape="KNIFE_KITCHEN"
11    short_description=_( "A rusty carving knife" )
12    tags="SMALL,METAL"
13    type="SWORD"
14    weight=0.05
15    [weapon]
16      ap=5
17      damage=10
18      skill="MELEE_WEAPON"
19    [/weapon]
20  [/item]
21  [item]
22    description=_( "A lightweight weapon that is built for speed. A favorite of assassins!" )
23    display_name=_( "Dirk" )
24    icon="11,2"
25    inventory_location=48
26    name="Dirk"
27    price=40
28    rareness=10
29    shape="DIRK"
30    short_description=_( "A small dirk" )
31    tags="SMALL,METAL"
32    type="SWORD"
33    weight=0.1
34    [weapon]
35      ap=5
36      damage=15
37      damage_type="P"
38      skill="MELEE_WEAPON"
39    [/weapon]
40    [skill_adjustment]
41      skill=SPEED
42      [ap]
43        max="19,linear,0.5"
44        min="0,linear,0"
45      [/ap]
46    [/skill_adjustment]
47    [skill_adjustment]
48      skill=COORDINATION
49      [cth]
50        max="17,linear,2"
51        min="4,exponential,2"
52      [/cth]
53      [damage]
54        max="19,linear,2"
55        min="2,exponential,2"
56      [/damage]
57    [/skill_adjustment]
58    [skill_adjustment]
59      skill=POWER
60      [damage]
61        max="19,linear,4"
62        min="0,exponential,0"
63      [/damage]
64    [/skill_adjustment]
65    [skill_adjustment]
66      skill=MELEE_WEAPON
67      [damage]
68        max="90,linear,1"
69        min="0,exponential,0"
70      [/damage]
71    [/skill_adjustment]
72  [/item]
73  [item]
74    description=_( "This dirk sports a menacing extra notch at its end. Monsters are sure to run screaming from this horror!" )
75    display_name=_( "Curved Dirk" )
76    icon="12,2"
77    inventory_location=48
78    name="Curved Dirk"
79    price=50
80    rareness=10
81    shape="CURVED_DIRK"
82    short_description=_( "A dirk with a spike" )
83    tags="SMALL,METAL"
84    type="SWORD"
85    weight=0.1
86    [weapon]
87      ap=5
88      damage=17
89      damage_type="P"
90      skill="MELEE_WEAPON"
91    [/weapon]
92    [skill_adjustment]
93      skill=SPEED
94      [ap]
95        max="19,linear,0.5"
96        min="0,linear,0"
97      [/ap]
98    [/skill_adjustment]
99    [skill_adjustment]
100      skill=COORDINATION
101      [cth]
102        max="18,linear,2"
103        min="4,exponential,2"
104      [/cth]
105      [damage]
106        max="18,linear,2"
107        min="2,exponential,2"
108      [/damage]
109    [/skill_adjustment]
110    [skill_adjustment]
111      skill=POWER
112      [damage]
113        max="18,linear,3"
114        min="2,exponential,3"
115      [/damage]
116    [/skill_adjustment]
117    [skill_adjustment]
118      skill=MELEE_WEAPON
119      [damage]
120        max="90,linear,1"
121        min="0,exponential,0"
122      [/damage]
123    [/skill_adjustment]
124  [/item]
125  [item]
126    description=_( "The throwing dagger is a well balanced weapon, favored by the feared assassin-poets of the Order of the Grizzled Pony." )
127    display_name=_( "Throwing Dagger" )
128    icon="13,2"
129    inventory_location=48
130    name="Throwing Dagger"
131    price=50
132    rareness=10
133    shape="DAGGER_THROWING"
134    short_description=_( "A well-balanced throwing dagger." )
135    tags="SMALL,METAL"
136    type="SWORD"
137    weight=0.1
138    [weapon]
139      ap=5
140      damage=10
141      damage_type="P"
142      range=2
143      skill="MELEE_WEAPON"
144    [/weapon]
145    [skill_adjustment]
146      skill=SPEED
147      [ap]
148        max="17,linear,0.5"
149        min="3,linear,0.5"
150      [/ap]
151    [/skill_adjustment]
152    [skill_adjustment]
153      skill=COORDINATION
154      [cth]
155        max="15,linear,4"
156        min="10,exponential,4"
157      [/cth]
158      [damage]
159        max="19,linear,3"
160        min="2,exponential,3"
161      [/damage]
162    [/skill_adjustment]
163    [skill_adjustment]
164      skill=POWER
165      [damage]
166        max="19,linear,3"
167        min="2,exponential,3"
168      [/damage]
169    [/skill_adjustment]
170  [/item]
171  [item]
172    description=_( "Many-a-throats were silenced by this here black iron" )
173    display_name=_( "Dagger" )
174    icon="14,2"
175    inventory_location=48
176    name="Dagger"
177    price=80
178    rareness=10
179    shape="DAGGER"
180    short_description=_( "A curiously shaped dagger" )
181    tags="SMALL,METAL"
182    type="SWORD"
183    weight=0.2
184    [weapon]
185      ap=6
186      damage=20
187      damage_type="P"
188      parry=15
189      skill="MELEE_WEAPON"
190    [/weapon]
191    [skill_adjustment]
192      skill=SPEED
193      [ap]
194        max="15,linear,0.5"
195        min="0,linear,0"
196      [/ap]
197    [/skill_adjustment]
198    [skill_adjustment]
199      skill=COORDINATION
200      [cth]
201        max="18,linear,2"
202        min="8,exponential,2"
203      [/cth]
204      [damage]
205        max="17,linear,2"
206        min="3,exponential,2"
207      [/damage]
208    [/skill_adjustment]
209    [skill_adjustment]
210      skill=POWER
211      [damage]
212        max="18,linear,3"
213        min="4,exponential,3"
214      [/damage]
215    [/skill_adjustment]
216    [skill_adjustment]
217      skill=MELEE_WEAPON
218      [damage]
219        max="90,linear,2"
220        min="0,exponential,0"
221      [/damage]
222    [/skill_adjustment]
223  [/item]
224  [item]
225    description=_( "The extra-long serrated edge of this hunting knife is enough to induce nightmares. A nicely carved wooden handle completes this menacing weapon." )
226    display_name=_( "Hunting Knife" )
227    icon="15,2"
228    inventory_location=48
229    name="Hunting Knife"
230    price=90
231    rareness=10
232    shape="KNIFE_HUNTING"
233    short_description=_( "A hunting knife with a serrated edge." )
234    tags="SMALL,METAL"
235    type="SWORD"
236    weight=0.2
237    [weapon]
238      ap=6
239      damage=22
240      damage_type="P"
241      parry=15
242      skill="MELEE_WEAPON"
243    [/weapon]
244    [skill_adjustment]
245      skill=SPEED
246      [ap]
247        max="19,linear,0.5"
248        min="0,linear,0"
249      [/ap]
250    [/skill_adjustment]
251    [skill_adjustment]
252      skill=COORDINATION
253      [cth]
254        max="17,linear,2"
255        min="5,exponential,2"
256      [/cth]
257      [damage]
258        max="17,linear,2"
259        min="4,exponential,2"
260      [/damage]
261    [/skill_adjustment]
262    [skill_adjustment]
263      skill=POWER
264      [damage]
265        max="17,linear,3"
266        min="2,exponential,3"
267      [/damage]
268    [/skill_adjustment]
269  [/item]
270  [item]
271    description=_( "This knife bears the symbol of Unamoin. The god is enthroned on a seat of flame, before him stand a long line of souls, to be sacrificed for the divine feast." )
272    display_name=_( "Ceremonial Dagger" )
273    icon="16,2"
274    inventory_location=48
275    name="Ceremonial Dagger"
276    price=100
277    rareness=10
278    shape="DAGGER_CEREMONIAL"
279    short_description=_( "A wide-bladed ceremonial dagger." )
280    tags="SMALL,METAL"
281    type="SWORD"
282    weight=0.2
283    [weapon]
284      ap=6
285      damage=25
286      damage_type="P"
287      parry=15
288      skill="MELEE_WEAPON"
289    [/weapon]
290    [skill_adjustment]
291      skill=SPEED
292      [ap]
293        max="19,linear,0.5"
294        min="0,linear,0"
295      [/ap]
296    [/skill_adjustment]
297    [skill_adjustment]
298      skill=COORDINATION
299      [cth]
300        max="17,linear,2"
301        min="5,exponential,2"
302      [/cth]
303      [damage]
304        max="17,linear,2"
305        min="4,exponential,2"
306      [/damage]
307    [/skill_adjustment]
308    [skill_adjustment]
309      skill=POWER
310      [damage]
311        max="17,linear,3"
312        min="2,exponential,3"
313      [/damage]
314    [/skill_adjustment]
315    [skill_adjustment]
316      skill=MELEE_WEAPON
317      [damage]
318        max="90,linear,1"
319        min="0,exponential,0"
320      [/damage]
321    [/skill_adjustment]
322  [/item]
323  [item]
324    description=_( "A dwarven shortsword of average workmanship" )
325    display_name=_( "Short sword" )
326    icon="17,2"
327    inventory_location=48
328    name="Short sword"
329    price=150
330    rareness=8
331    shape="SWORD_SHORT"
332    short_description=_( "A stubby short sword" )
333    tags="SMALL,METAL"
334    type="SWORD"
335    weight=1.5
336    [weapon]
337      ap=6
338      damage=50
339      parry=20
340      skill="MELEE_WEAPON"
341    [/weapon]
342    [skill_adjustment]
343      skill=SPEED
344      [ap]
345        max="18,linear,0.5"
346        min="2,linear,0.5"
347      [/ap]
348    [/skill_adjustment]
349    [skill_adjustment]
350      skill=COORDINATION
351      [cth]
352        max="17,linear,2"
353        min="8,exponential,2"
354      [/cth]
355      [damage]
356        max="17,linear,2"
357        min="4,exponential,2"
358      [/damage]
359    [/skill_adjustment]
360    [skill_adjustment]
361      skill=POWER
362      [damage]
363        max="18,linear,4"
364        min="14,exponential,4"
365      [/damage]
366    [/skill_adjustment]
367    [skill_adjustment]
368      skill=MELEE_WEAPON
369      [damage]
370        max="90,linear,1"
371        min="20,exponential,2"
372      [/damage]
373    [/skill_adjustment]
374  [/item]
375  [item]
376    description=_( "Longer and wider than a shortsword, the dwarven military brand is sometimes held with two hands. It is designed for close-quarter underground melee fighting." )
377    display_name=_( "Dwarven sword" )
378    icon="18,2"
379    inventory_location=48
380    min_depth=1
381    name="Dwarven sword"
382    price=170
383    rareness=7
384    shape="SWORD_DWARVEN"
385    short_description=_( "A sword of dwarven make." )
386    tags="METAL,TWO_HANDED"
387    type="SWORD"
388    weight=2.2
389    [weapon]
390      ap=6
391      damage=55
392      parry=25
393      skill="MELEE_WEAPON"
394      two_handed=2
395    [/weapon]
396    [skill_adjustment]
397      skill=SPEED
398      [ap]
399        max="18,linear,0.5"
400        min="2,linear,0.5"
401      [/ap]
402    [/skill_adjustment]
403    [skill_adjustment]
404      skill=COORDINATION
405      [cth]
406        max="17,linear,2"
407        min="5,exponential,2"
408      [/cth]
409      [damage]
410        max="17,linear,2"
411        min="4,exponential,2"
412      [/damage]
413    [/skill_adjustment]
414    [skill_adjustment]
415      skill=POWER
416      [damage]
417        max="17,linear,4"
418        min="15,exponential,4"
419      [/damage]
420    [/skill_adjustment]
421    [skill_adjustment]
422      skill=MELEE_WEAPON
423      [damage]
424        max="90,linear,1"
425        min="20,exponential,2"
426      [/damage]
427    [/skill_adjustment]
428  [/item]
429  [item]
430    description=_( "Officer in the royal guard wear this pointed swords as a sign of rank. They're usually not used in actual combat but are only carried during a ceremony." )
431    display_name=_( "Ornamental officer sword" )
432    icon="19,2"
433    inventory_location=48
434    min_depth=1
435    name="Ornamental officer sword"
436    price=180
437    rareness=7
438    shape="SWORD_ORNAMENTAL"
439    short_description=_( "A strange pointed sword." )
440    tags="METAL,TWO_HANDED"
441    type="SWORD"
442    weight=2.2
443    [weapon]
444      ap=7
445      damage=55
446      parry=25
447      skill="MELEE_WEAPON"
448      two_handed=2
449    [/weapon]
450    [skill_adjustment]
451      skill=SPEED
452      [ap]
453        max="17,linear,0.5"
454        min="2,linear,0.5"
455      [/ap]
456      [damage]
457        max="17,linear,2"
458        min="2,exponential,2"
459      [/damage]
460    [/skill_adjustment]
461    [skill_adjustment]
462      skill=COORDINATION
463      [cth]
464        max="17,linear,2"
465        min="7,exponential,2"
466      [/cth]
467      [damage]
468        max="17,linear,2"
469        min="3,exponential,2"
470      [/damage]
471    [/skill_adjustment]
472    [skill_adjustment]
473      skill=POWER
474      [damage]
475        max="18,linear,4"
476        min="15,exponential,4"
477      [/damage]
478    [/skill_adjustment]
479    [skill_adjustment]
480      skill=MELEE_WEAPON
481      [damage]
482        max="90,linear,1"
483        min="20,exponential,2"
484      [/damage]
485    [/skill_adjustment]
486  [/item]
487  [item]
488    description=_( "A bastard sword can be wielded either by one or both hands... (If you still have both hands)" )
489    display_name=_( "Bastard sword" )
490    icon="20,2"
491    inventory_location=48
492    min_depth=1
493    name="Bastard sword"
494    price=200
495    rareness=7
496    shape="SWORD_BASTARD"
497    short_description=_( "The rusty bastard sword has seen plenty of use" )
498    tags="METAL,TWO_HANDED"
499    type="SWORD"
500    weight=2
501    [weapon]
502      ap=8
503      damage=70
504      parry=50
505      skill="MELEE_WEAPON"
506      two_handed=2
507    [/weapon]
508    [skill_adjustment]
509      skill=SPEED
510      [ap]
511        max="16,linear,0.5"
512        min="3,linear,0.5"
513      [/ap]
514      [damage]
515        max="15,linear,2"
516        min="3,exponential,2"
517      [/damage]
518    [/skill_adjustment]
519    [skill_adjustment]
520      skill=COORDINATION
521      [cth]
522        max="16,linear,2"
523        min="12,exponential,2"
524      [/cth]
525      [damage]
526        max="16,linear,2"
527        min="5,exponential,2"
528      [/damage]
529    [/skill_adjustment]
530    [skill_adjustment]
531      skill=POWER
532      [damage]
533        max="17,linear,4"
534        min="15,exponential,4"
535      [/damage]
536    [/skill_adjustment]
537    [skill_adjustment]
538      skill=MELEE_WEAPON
539      [damage]
540        max="85,linear,1"
541        min="30,exponential,2"
542      [/damage]
543    [/skill_adjustment]
544  [/item]
545  [item]
546    description=_( "The longsword is the noble weapon of the knights" )
547    display_name=_( "Long sword" )
548    icon="1,3"
549    inventory_location=48
550    min_depth=2
551    name="Long sword"
552    price=250
553    rareness=7
554    shape="SWORD_LONG"
555    short_description=_( "A well-balanced, shiny longsword" )
556    tags="METAL,LARGE"
557    type="SWORD"
558    weight=4.5
559    [weapon]
560      ap=7
561      damage=80
562      parry=60
563      skill="MELEE_WEAPON"
564    [/weapon]
565    [skill_adjustment]
566      skill=SPEED
567      [ap]
568        max="16,linear,0.5"
569        min="3,linear,0.5"
570      [/ap]
571      [damage]
572        max="15,linear,2"
573        min="3,exponential,2"
574      [/damage]
575    [/skill_adjustment]
576    [skill_adjustment]
577      skill=COORDINATION
578      [cth]
579        max="16,linear,2"
580        min="14,exponential,2"
581      [/cth]
582      [damage]
583        max="16,linear,2"
584        min="6,exponential,2"
585      [/damage]
586    [/skill_adjustment]
587    [skill_adjustment]
588      skill=POWER
589      [damage]
590        max="18,linear,5"
591        min="15,exponential,5"
592      [/damage]
593    [/skill_adjustment]
594    [skill_adjustment]
595      skill=MELEE_WEAPON
596      [damage]
597        max="90,linear,1"
598        min="35,exponential,2"
599      [/damage]
600    [/skill_adjustment]
601  [/item]
602  [item]
603    description=_( "The blade of this sword is made from laying many strips of metal upon each other in a twisted 'snake' formation. This gives the weapon its exceptional strength." )
604    display_name=_( "Twisted sword" )
605    icon="2,3"
606    inventory_location=48
607    min_depth=2
608    name="Twisted sword"
609    price=300
610    rareness=8
611    shape="SWORD_CURVEY"
612    short_description=_( "A blade with a snake-like form" )
613    tags="METAL,LARGE"
614    type="SWORD"
615    weight=5
616    [weapon]
617      ap=7
618      damage=85
619      parry=65
620      skill="MELEE_WEAPON"
621    [/weapon]
622    [skill_adjustment]
623      skill=SPEED
624      [ap]
625        max="16,linear,0.5"
626        min="3,linear,0.5"
627      [/ap]
628      [damage]
629        max="15,linear,2"
630        min="3,exponential,2"
631      [/damage]
632    [/skill_adjustment]
633    [skill_adjustment]
634      skill=COORDINATION
635      [cth]
636        max="16,linear,2"
637        min="15,exponential,2"
638      [/cth]
639      [damage]
640        max="16,linear,2"
641        min="6,exponential,2"
642      [/damage]
643    [/skill_adjustment]
644    [skill_adjustment]
645      skill=POWER
646      [damage]
647        max="18,linear,5"
648        min="15,exponential,5"
649      [/damage]
650    [/skill_adjustment]
651    [skill_adjustment]
652      skill=MELEE_WEAPON
653      [damage]
654        max="90,linear,1"
655        min="35,exponential,2"
656      [/damage]
657    [/skill_adjustment]
658  [/item]
659  [item]
660    description=_( "Adopted from an invading force of Southern pirates, these heavy cutlasses can deliver a crushing blow." )
661    display_name=_( "Royal Cutlass" )
662    icon="3,3"
663    inventory_location=48
664    min_depth=2
665    name="Royal Cutlass"
666    price=320
667    rareness=8
668    shape="SWORD_ROYAL"
669    short_description=_( "A cutlass with a curved, heavy blade" )
670    tags="METAL,LARGE,TWO_HANDED"
671    type="SWORD"
672    weight=5
673    [weapon]
674      ap=8
675      damage=90
676      parry=70
677      skill="MELEE_WEAPON"
678      two_handed=1
679    [/weapon]
680    [skill_adjustment]
681      skill=SPEED
682      [ap]
683        max="17,linear,0.5"
684        min="2,linear,0.5"
685      [/ap]
686      [damage]
687        max="16,linear,2"
688        min="2,exponential,2"
689      [/damage]
690    [/skill_adjustment]
691    [skill_adjustment]
692      skill=COORDINATION
693      [cth]
694        max="16,linear,2"
695        min="7,exponential,2"
696      [/cth]
697      [damage]
698        max="16,linear,2"
699        min="5,exponential,2"
700      [/damage]
701    [/skill_adjustment]
702    [skill_adjustment]
703      skill=POWER
704      [damage]
705        max="18,linear,5"
706        min="16,exponential,5"
707      [/damage]
708    [/skill_adjustment]
709    [skill_adjustment]
710      skill=MELEE_WEAPON
711      [damage]
712        max="90,linear,1"
713        min="35,exponential,2"
714      [/damage]
715    [/skill_adjustment]
716  [/item]
717  [item]
718    description=_( "A smaller version of the royal cutlass that can be held in one hand." )
719    display_name=_( "Nederianese Cutlass" )
720    icon="4,3"
721    inventory_location=48
722    min_depth=2
723    name="Nederianese Cutlass"
724    price=350
725    rareness=7
726    shape="SWORD_CUTLASS"
727    short_description=_( "A small cutlass" )
728    tags="METAL,LARGE"
729    type="SWORD"
730    weight=5
731    [weapon]
732      ap=8
733      damage=85
734      parry=65
735      skill="MELEE_WEAPON"
736    [/weapon]
737    [skill_adjustment]
738      skill=SPEED
739      [ap]
740        max="17,linear,0.5"
741        min="2,linear,0.5"
742      [/ap]
743      [damage]
744        max="16,linear,2"
745        min="2,exponential,2"
746      [/damage]
747    [/skill_adjustment]
748    [skill_adjustment]
749      skill=COORDINATION
750      [cth]
751        max="16,linear,2"
752        min="8,exponential,2"
753      [/cth]
754      [damage]
755        max="16,linear,2"
756        min="5,exponential,2"
757      [/damage]
758    [/skill_adjustment]
759    [skill_adjustment]
760      skill=POWER
761      [damage]
762        max="18,linear,5"
763        min="16,exponential,5"
764      [/damage]
765    [/skill_adjustment]
766    [skill_adjustment]
767      skill=MELEE_WEAPON
768      [damage]
769        max="90,linear,1"
770        min="35,exponential,2"
771      [/damage]
772    [/skill_adjustment]
773  [/item]
774  [item]
775    description=_( "These swords were designed to be used from horseback. As such they tend to be top-heavy and awkward to use in melee." )
776    display_name=_( "Cavalry Sabre" )
777    icon="5,3"
778    inventory_location=48
779    min_depth=3
780    name="Cavalry Sabre"
781    price=380
782    rareness=6
783    shape="SWORD_CAVALRY"
784    short_description=_( "A strangely-balanced utilitarian sword" )
785    tags="METAL,LARGE"
786    type="SWORD"
787    weight=5
788    [weapon]
789      ap=7
790      damage=85
791      parry=70
792      skill="MELEE_WEAPON"
793    [/weapon]
794    [skill_adjustment]
795      skill=SPEED
796      [ap]
797        max="17,linear,0.5"
798        min="2,linear,0.5"
799      [/ap]
800      [damage]
801        max="16,linear,2"
802        min="2,exponential,2"
803      [/damage]
804    [/skill_adjustment]
805    [skill_adjustment]
806      skill=COORDINATION
807      [cth]
808        max="16,linear,2"
809        min="6,exponential,2"
810      [/cth]
811      [damage]
812        max="16,linear,2"
813        min="5,exponential,2"
814      [/damage]
815    [/skill_adjustment]
816    [skill_adjustment]
817      skill=POWER
818      [damage]
819        max="18,linear,5"
820        min="16,exponential,5"
821      [/damage]
822    [/skill_adjustment]
823    [skill_adjustment]
824      skill=MELEE_WEAPON
825      [damage]
826        max="85,linear,1"
827        min="40,exponential,2"
828      [/damage]
829    [/skill_adjustment]
830  [/item]
831  [item]
832    description=_( "Mostly used by the aristocracy, these weapons were designed to puncture armor rather to strike with the edge. They require extreme finesse when used and are more likely to break." )
833    display_name=_( "Rapier" )
834    icon="6,3"
835    inventory_location=48
836    min_depth=3
837    name="Rapier"
838    price=320
839    rareness=8
840    shape="SWORD_RAPIER"
841    short_description=_( "A long pointed sword with not much of an edge." )
842    tags="METAL,LARGE"
843    type="SWORD"
844    weight=5
845    [weapon]
846      ap=7
847      damage=85
848      damage_type="P"
849      parry=60
850      skill="MELEE_WEAPON"
851    [/weapon]
852    [skill_adjustment]
853      skill=SPEED
854      [ap]
855        max="15,linear,0.5"
856        min="8,linear,0.5"
857      [/ap]
858      [damage]
859        max="17,linear,2"
860        min="5,exponential,2"
861      [/damage]
862    [/skill_adjustment]
863    [skill_adjustment]
864      skill=COORDINATION
865      [cth]
866        max="18,linear,2"
867        min="15,exponential,2"
868      [/cth]
869      [damage]
870        max="18,linear,2"
871        min="2,exponential,2"
872      [/damage]
873    [/skill_adjustment]
874    [skill_adjustment]
875      skill=POWER
876      [damage]
877        max="19,linear,4"
878        min="10,exponential,4"
879      [/damage]
880    [/skill_adjustment]
881    [skill_adjustment]
882      skill=MELEE_WEAPON
883      [damage]
884        max="95,linear,1"
885        min="50,exponential,2"
886      [/damage]
887    [/skill_adjustment]
888  [/item]
889  [item]
890    description=_( "Only persons of exceeding strength can cleave their enemies to bits with this greatsword" )
891    display_name=_( "Great sword" )
892    icon="7,3"
893    inventory_location=48
894    min_depth=2
895    name="Great sword"
896    price=350
897    rareness=7
898    shape="CLAYMORE"
899    short_description=_( "A two-handed greatsword" )
900    tags="METAL,LARGE,TWO_HANDED"
901    type="SWORD"
902    weight=6
903    [weapon]
904      ap=9
905      damage=100
906      parry=80
907      skill="MELEE_WEAPON"
908      two_handed=1
909    [/weapon]
910    [skill_adjustment]
911      skill=SPEED
912      [ap]
913        max="17,linear,0.5"
914        min="2,linear,0.5"
915      [/ap]
916      [damage]
917        max="16,linear,2"
918        min="2,exponential,2"
919      [/damage]
920    [/skill_adjustment]
921    [skill_adjustment]
922      skill=COORDINATION
923      [cth]
924        max="17,linear,2"
925        min="4,exponential,2"
926      [/cth]
927      [damage]
928        max="17,linear,2"
929        min="4,exponential,2"
930      [/damage]
931    [/skill_adjustment]
932    [skill_adjustment]
933      skill=POWER
934      [damage]
935        max="17,linear,5"
936        min="16,exponential,5"
937      [/damage]
938    [/skill_adjustment]
939    [skill_adjustment]
940      skill=MELEE_WEAPON
941      [damage]
942        max="90,linear,1"
943        min="50,exponential,2"
944      [/damage]
945    [/skill_adjustment]
946  [/item]
947  [item]
948    description=_( "Wrought by the elvish metal smiths of Allovium, this blade is specially prepared to slay dragons." )
949    display_name=_( "Purple Worm Slayer" )
950    icon="8,3"
951    inventory_location=48
952    min_depth=3
953    name="Purple Worm Slayer"
954    price=350
955    rareness=6
956    shape="SWORD_PURPLE"
957    short_description=_( "A purple curved sword" )
958    tags="METAL,LARGE"
959    type="SWORD"
960    weight=2.5
961    [weapon]
962      ap=7
963      damage=90
964      parry=75
965      skill="MELEE_WEAPON"
966    [/weapon]
967    [skill_adjustment]
968      skill=SPEED
969      [ap]
970        max="17,linear,0.5"
971        min="2,linear,0.5"
972      [/ap]
973      [damage]
974        max="16,linear,2"
975        min="2,exponential,2"
976      [/damage]
977    [/skill_adjustment]
978    [skill_adjustment]
979      skill=COORDINATION
980      [cth]
981        max="17,linear,2"
982        min="15,exponential,2"
983      [/cth]
984      [damage]
985        max="17,linear,2"
986        min="4,exponential,2"
987      [/damage]
988    [/skill_adjustment]
989    [skill_adjustment]
990      skill=POWER
991      [damage]
992        max="18,linear,5"
993        min="15,exponential,5"
994      [/damage]
995    [/skill_adjustment]
996    [skill_adjustment]
997      skill=MELEE_WEAPON
998      [damage]
999        max="90,linear,1"
1000        min="55,exponential,2"
1001      [/damage]
1002    [/skill_adjustment]
1003  [/item]
1004  [item]
1005    description=_( "This graceful, single-edged sword cannot be left out of any rpg!" )
1006    display_name=_( "Katana" )
1007    icon="9,3"
1008    inventory_location=48
1009    min_depth=4
1010    name="Katana"
1011    price=370
1012    rareness=5
1013    shape="SWORD_KATANA"
1014    short_description=_( "A single-edge sword of mythic proportions!" )
1015    tags="METAL,LARGE"
1016    type="SWORD"
1017    weight=3
1018    [weapon]
1019      ap=6
1020      damage=100
1021      parry=50
1022      skill="MELEE_WEAPON"
1023    [/weapon]
1024    [skill_adjustment]
1025      skill=SPEED
1026      [ap]
1027        max="15,linear,0.5"
1028        min="8,linear,0.5"
1029      [/ap]
1030      [cth]
1031        max="15,linear,2"
1032        min="7,exponential,2"
1033      [/cth]
1034      [damage]
1035        max="16,linear,2"
1036        min="8,exponential,2"
1037      [/damage]
1038    [/skill_adjustment]
1039    [skill_adjustment]
1040      skill=COORDINATION
1041      [cth]
1042        max="17,linear,2"
1043        min="16,exponential,2"
1044      [/cth]
1045      [damage]
1046        max="14,linear,2"
1047        min="12,exponential,2"
1048      [/damage]
1049    [/skill_adjustment]
1050    [skill_adjustment]
1051      skill=POWER
1052      [damage]
1053        max="16,linear,3"
1054        min="12,exponential,3"
1055      [/damage]
1056    [/skill_adjustment]
1057    [skill_adjustment]
1058      skill=MELEE_WEAPON
1059      [damage]
1060        max="95,linear,2"
1061        min="55,exponential,2"
1062      [/damage]
1063    [/skill_adjustment]
1064  [/item]
1065  [item]
1066    description=_( "The fabled weapon of Goliompur was forged by elven smiths in the deep forests of Alovium eons ago. It is rumored to speak to those it chooses to be her leader." )
1067    display_name=_( "Goliompur" )
1068    icon="10,3"
1069    inventory_location=48
1070    min_depth=4
1071    name="Goliompur"
1072    price=800
1073    rareness=5
1074    shape="SWORD_GOLIOMPUR"
1075    short_description=_( "A weapon of exceeding craftsmanship. It is marked with strange runes." )
1076    tags="METAL,LARGE,TWO_HANDED"
1077    type="SWORD"
1078    weight=3
1079    [weapon]
1080      ap=8
1081      damage=130
1082      parry=70
1083      skill="MELEE_WEAPON"
1084      two_handed=2
1085    [/weapon]
1086    [skill_adjustment]
1087      skill=SPEED
1088      [ap]
1089        max="16,linear,0.5"
1090        min="6,linear,0.5"
1091      [/ap]
1092      [cth]
1093        max="17,linear,2"
1094        min="5,exponential,2"
1095      [/cth]
1096      [damage]
1097        max="18,linear,2"
1098        min="4,exponential,2"
1099      [/damage]
1100    [/skill_adjustment]
1101    [skill_adjustment]
1102      skill=COORDINATION
1103      [cth]
1104        max="15,linear,2"
1105        min="12,exponential,2"
1106      [/cth]
1107      [damage]
1108        max="14,linear,2"
1109        min="12,exponential,2"
1110      [/damage]
1111    [/skill_adjustment]
1112    [skill_adjustment]
1113      skill=POWER
1114      [damage]
1115        max="18,linear,5"
1116        min="16,exponential,5"
1117      [/damage]
1118    [/skill_adjustment]
1119    [skill_adjustment]
1120      skill=MELEE_WEAPON
1121      [damage]
1122        max="90,linear,1"
1123        min="60,exponential,2"
1124      [/damage]
1125    [/skill_adjustment]
1126  [/item]
1127  [item]
1128    description=_( "Legend tells of how king Haomen of the Nordic men hew his enemies in the battles at the fjords of Gormoth wielding this blade." )
1129    display_name=_( "Dextran" )
1130    icon="11,3"
1131    inventory_location=48
1132    min_depth=5
1133    name="Dextran"
1134    price=1200
1135    rareness=4
1136    shape="SWORD_DEXTRAN"
1137    short_description=_( "You feel a crispness in the air and smell oaken notes while near this weapon." )
1138    tags="METAL,LARGE,TWO_HANDED"
1139    type="SWORD"
1140    weight=4
1141    [weapon]
1142      ap=9
1143      damage=150
1144      parry=100
1145      skill="MELEE_WEAPON"
1146      two_handed=1
1147    [/weapon]
1148    [skill_adjustment]
1149      skill=SPEED
1150      [ap]
1151        max="16,linear,0.5"
1152        min="6,linear,0.5"
1153      [/ap]
1154      [cth]
1155        max="17,linear,2"
1156        min="5,exponential,2"
1157      [/cth]
1158      [damage]
1159        max="18,linear,2"
1160        min="4,exponential,2"
1161      [/damage]
1162    [/skill_adjustment]
1163    [skill_adjustment]
1164      skill=COORDINATION
1165      [cth]
1166        max="15,linear,2"
1167        min="12,exponential,2"
1168      [/cth]
1169      [damage]
1170        max="14,linear,2"
1171        min="12,exponential,2"
1172      [/damage]
1173    [/skill_adjustment]
1174    [skill_adjustment]
1175      skill=POWER
1176      [damage]
1177        max="17,linear,5"
1178        min="16,exponential,5"
1179      [/damage]
1180    [/skill_adjustment]
1181    [skill_adjustment]
1182      skill=MELEE_WEAPON
1183      [damage]
1184        max="90,linear,1"
1185        min="60,exponential,2"
1186      [/damage]
1187    [/skill_adjustment]
1188  [/item]
1189  [item]
1190    description=_( "A battleaxe forged under the mountain in darkness and silence" )
1191    display_name=_( "Battleaxe" )
1192    icon="14,3"
1193    inventory_location=48
1194    name="Battleaxe"
1195    price=150
1196    rareness=8
1197    shape="AXE_BATTLE"
1198    short_description=_( "The sturdy battleaxe also serves as a walking stick" )
1199    tags="METAL,LARGE"
1200    type="AXE"
1201    weight=2
1202    [weapon]
1203      ap=7
1204      damage=80
1205      parry=80
1206      skill="MELEE_WEAPON"
1207    [/weapon]
1208    [skill_adjustment]
1209      skill=SPEED
1210      [ap]
1211        max="16,linear,0.5"
1212        min="3,linear,0.5"
1213      [/ap]
1214      [damage]
1215        max="15,linear,2"
1216        min="3,exponential,2"
1217      [/damage]
1218    [/skill_adjustment]
1219    [skill_adjustment]
1220      skill=COORDINATION
1221      [cth]
1222        max="16,linear,2"
1223        min="12,exponential,2"
1224      [/cth]
1225      [damage]
1226        max="16,linear,2"
1227        min="5,exponential,2"
1228      [/damage]
1229    [/skill_adjustment]
1230    [skill_adjustment]
1231      skill=POWER
1232      [damage]
1233        max="17,linear,4"
1234        min="14,exponential,4"
1235      [/damage]
1236    [/skill_adjustment]
1237    [skill_adjustment]
1238      skill=MELEE_WEAPON
1239      [damage]
1240        max="85,linear,1"
1241        min="20,exponential,2"
1242      [/damage]
1243    [/skill_adjustment]
1244  [/item]
1245  [item]
1246    description=_( "Weapon of the feared dwarven assassins, the throwing axe returns to its owner after its arc of death!" )
1247    display_name=_( "Throwing axe" )
1248    icon="13,3"
1249    inventory_location=48
1250    name="Throwing axe"
1251    price=100
1252    rareness=6
1253    shape="AXE_THROWING"
1254    short_description=_( "A short-handled throwing axe" )
1255    tags="METAL"
1256    type="AXE"
1257    weight=1
1258    [weapon]
1259      ap=5
1260      damage=40
1261      parry=50
1262      range=6
1263      skill="MELEE_WEAPON"
1264    [/weapon]
1265    [skill_adjustment]
1266      skill=SPEED
1267      [ap]
1268        max="16,linear,0.5"
1269        min="8,linear,0.5"
1270      [/ap]
1271      [damage]
1272        max="15,linear,2"
1273        min="3,exponential,2"
1274      [/damage]
1275    [/skill_adjustment]
1276    [skill_adjustment]
1277      skill=COORDINATION
1278      [cth]
1279        max="16,linear,2"
1280        min="14,exponential,2"
1281      [/cth]
1282      [damage]
1283        max="16,linear,2"
1284        min="5,exponential,2"
1285      [/damage]
1286    [/skill_adjustment]
1287    [skill_adjustment]
1288      skill=POWER
1289      [damage]
1290        max="18,linear,4"
1291        min="10,exponential,4"
1292      [/damage]
1293    [/skill_adjustment]
1294    [skill_adjustment]
1295      skill=MELEE_WEAPON
1296      [damage]
1297        max="90,linear,1"
1298        min="25,exponential,2"
1299      [/damage]
1300    [/skill_adjustment]
1301  [/item]
1302  [item]
1303    description=_( "The Gorlish scouts of the Underlake clans carry these axes. The scouts are able to scale the sheerest rock faces of their underground realm, so the axes are used as weapons as well as climbing gear." )
1304    display_name=_( "Gorlish Axe" )
1305    icon="14,3"
1306    inventory_location=48
1307    min_depth=1
1308    name="Gorlish Axe"
1309    price=200
1310    rareness=7
1311    shape="AXE_GORLISH"
1312    short_description=_( "A hooked medium axe" )
1313    tags="METAL"
1314    type="AXE"
1315    weight=2
1316    [weapon]
1317      ap=6
1318      damage=70
1319      parry=70
1320      skill="MELEE_WEAPON"
1321    [/weapon]
1322    [skill_adjustment]
1323      skill=SPEED
1324      [ap]
1325        max="16,linear,0.5"
1326        min="6,linear,0.5"
1327      [/ap]
1328      [damage]
1329        max="15,linear,2"
1330        min="5,exponential,2"
1331      [/damage]
1332    [/skill_adjustment]
1333    [skill_adjustment]
1334      skill=COORDINATION
1335      [cth]
1336        max="17,linear,2"
1337        min="12,exponential,2"
1338      [/cth]
1339      [damage]
1340        max="17,linear,2"
1341        min="5,exponential,2"
1342      [/damage]
1343    [/skill_adjustment]
1344    [skill_adjustment]
1345      skill=POWER
1346      [damage]
1347        max="18,linear,4"
1348        min="12,exponential,4"
1349      [/damage]
1350    [/skill_adjustment]
1351    [skill_adjustment]
1352      skill=MELEE_WEAPON
1353      [damage]
1354        max="95,linear,1"
1355        min="15,exponential,2"
1356      [/damage]
1357    [/skill_adjustment]
1358  [/item]
1359  [item]
1360    description=_( "This giant, two-handed axe is the rough weapon of the wandering executioner." )
1361    display_name=_( "Greataxe" )
1362    icon="16,3"
1363    inventory_location=48
1364    min_depth=1
1365    name="Greataxe"
1366    price=400
1367    rareness=7
1368    shape="AXE_GREAT"
1369    short_description=_( "A crudely-made two-handed axe" )
1370    tags="METAL,LARGE,TWO_HANDED"
1371    type="AXE"
1372    weight=8
1373    [weapon]
1374      ap=9
1375      damage=150
1376      parry=100
1377      skill="MELEE_WEAPON"
1378      two_handed=1
1379    [/weapon]
1380    [skill_adjustment]
1381      skill=SPEED
1382      [ap]
1383        max="16,linear,0.5"
1384        min="3,linear,0.5"
1385      [/ap]
1386      [damage]
1387        max="15,linear,2"
1388        min="3,exponential,2"
1389      [/damage]
1390    [/skill_adjustment]
1391    [skill_adjustment]
1392      skill=COORDINATION
1393      [cth]
1394        max="18,linear,2"
1395        min="10,exponential,2"
1396      [/cth]
1397      [damage]
1398        max="18,linear,2"
1399        min="2,exponential,2"
1400      [/damage]
1401    [/skill_adjustment]
1402    [skill_adjustment]
1403      skill=POWER
1404      [damage]
1405        max="17,linear,5"
1406        min="15,exponential,5"
1407      [/damage]
1408    [/skill_adjustment]
1409    [skill_adjustment]
1410      skill=MELEE_WEAPON
1411      [damage]
1412        max="80,linear,1"
1413        min="30,exponential,2"
1414      [/damage]
1415    [/skill_adjustment]
1416  [/item]
1417  [item]
1418    description=_( "This weapon is obviously the work of an orc or ogre smith. It's handle is too wide for most human hands." )
1419    display_name=_( "Chomper" )
1420    icon="17,3"
1421    inventory_location=48
1422    min_depth=2
1423    name="Chomper"
1424    price=600
1425    rareness=3
1426    shape="AXE_CHOMPER"
1427    short_description=_( "A large axe with a serrated blade" )
1428    tags="METAL,LARGE"
1429    type="AXE"
1430    weight=3
1431    [weapon]
1432      ap=7
1433      damage=90
1434      parry=60
1435      skill="MELEE_WEAPON"
1436    [/weapon]
1437    [skill_adjustment]
1438      skill=SPEED
1439      [ap]
1440        max="16,linear,0.5"
1441        min="10,linear,0.5"
1442      [/ap]
1443      [damage]
1444        max="15,linear,2"
1445        min="10,exponential,2"
1446      [/damage]
1447    [/skill_adjustment]
1448    [skill_adjustment]
1449      skill=COORDINATION
1450      [cth]
1451        max="18,linear,2"
1452        min="14,exponential,2"
1453      [/cth]
1454      [damage]
1455        max="16,linear,2"
1456        min="10,exponential,2"
1457      [/damage]
1458    [/skill_adjustment]
1459    [skill_adjustment]
1460      skill=POWER
1461      [damage]
1462        max="16,linear,4"
1463        min="12,exponential,4"
1464      [/damage]
1465    [/skill_adjustment]
1466    [skill_adjustment]
1467      skill=MELEE_WEAPON
1468      [damage]
1469        max="85,linear,1"
1470        min="35,exponential,2"
1471      [/damage]
1472    [/skill_adjustment]
1473  [/item]
1474  [item]
1475    description=_( "This is the very weapon which, wielded by Thuzgorod the Red slew the goblin king in the dwarven wars of Uzmagil." )
1476    display_name=_( "Persuader" )
1477    icon="2,1"
1478    inventory_location=48
1479    min_depth=3
1480    name="Persuader"
1481    price=1000
1482    rareness=2
1483    shape="AXE_PERSUADER"
1484    short_description=_( "A stout axe with strange runes" )
1485    tags="METAL,LARGE,TWO_HANDED"
1486    type="AXE"
1487    weight=4.5
1488    [weapon]
1489      ap=8
1490      damage=140
1491      parry=100
1492      skill="MELEE_WEAPON"
1493      two_handed=2
1494    [/weapon]
1495    [skill_adjustment]
1496      skill=SPEED
1497      [ap]
1498        max="18,linear,0.5"
1499        min="3,linear,0.5"
1500      [/ap]
1501      [damage]
1502        max="15,linear,2"
1503        min="3,exponential,2"
1504      [/damage]
1505    [/skill_adjustment]
1506    [skill_adjustment]
1507      skill=COORDINATION
1508      [cth]
1509        max="16,linear,2"
1510        min="14,exponential,2"
1511      [/cth]
1512      [damage]
1513        max="16,linear,2"
1514        min="12,exponential,2"
1515      [/damage]
1516    [/skill_adjustment]
1517    [skill_adjustment]
1518      skill=POWER
1519      [damage]
1520        max="18,linear,4"
1521        min="12,exponential,4"
1522      [/damage]
1523    [/skill_adjustment]
1524    [skill_adjustment]
1525      skill=MELEE_WEAPON
1526      [damage]
1527        max="90,linear,1"
1528        min="25,exponential,2"
1529      [/damage]
1530    [/skill_adjustment]
1531  [/item]
1532  [item]
1533    description=_( "This is the Golden Axe once held by the many arms of Thulionix the dwarven god of suffering." )
1534    display_name=_( "Golden Axe" )
1535    icon="5,2"
1536    inventory_location=48
1537    min_depth=4
1538    name="Golden Axe"
1539    price=1400
1540    rareness=1
1541    shape="AXE_GOLDEN"
1542    short_description=_( "A small axe of pale gold color" )
1543    tags="METAL,LARGE,TWO_HANDED"
1544    type="AXE"
1545    weight=6
1546    [weapon]
1547      ap=9
1548      damage=160
1549      parry=100
1550      skill="MELEE_WEAPON"
1551      two_handed=1
1552    [/weapon]
1553    [skill_adjustment]
1554      skill=SPEED
1555      [ap]
1556        max="16,linear,0.5"
1557        min="3,linear,0.5"
1558      [/ap]
1559      [damage]
1560        max="15,linear,2"
1561        min="3,exponential,2"
1562      [/damage]
1563    [/skill_adjustment]
1564    [skill_adjustment]
1565      skill=COORDINATION
1566      [cth]
1567        max="16,linear,2"
1568        min="14,exponential,2"
1569      [/cth]
1570      [damage]
1571        max="16,linear,2"
1572        min="12,exponential,2"
1573      [/damage]
1574    [/skill_adjustment]
1575    [skill_adjustment]
1576      skill=POWER
1577      [damage]
1578        max="17,linear,4"
1579        min="15,exponential,4"
1580      [/damage]
1581    [/skill_adjustment]
1582    [skill_adjustment]
1583      skill=MELEE_WEAPON
1584      [damage]
1585        max="85,linear,1"
1586        min="40,exponential,2"
1587      [/damage]
1588    [/skill_adjustment]
1589  [/item]
1590  [item]
1591    description=_( "This small gnomish bow is made of a light gray wood" )
1592    display_name=_( "Smallbow" )
1593    icon="20,3"
1594    inventory_location=8192
1595    name="Smallbow"
1596    price=200
1597    rareness=7
1598    shape="BOW_GNOMISH"
1599    short_description=_( "A small bow" )
1600    tags="RANGED,SMALL"
1601    type="BOW"
1602    weight=0.7
1603    [weapon]
1604      ap=5
1605      damage=20
1606      damage_type="P"
1607      range=8
1608      skill="RANGED_WEAPON"
1609    [/weapon]
1610    [skill_adjustment]
1611      skill=SPEED
1612      [ap]
1613        max="17,linear,0.5"
1614        min="8,linear,0.5"
1615      [/ap]
1616      [damage]
1617        max="18,linear,2"
1618        min="8,exponential,2"
1619      [/damage]
1620    [/skill_adjustment]
1621    [skill_adjustment]
1622      skill=COORDINATION
1623      [cth]
1624        max="18,linear,2"
1625        min="12,exponential,2"
1626      [/cth]
1627      [damage]
1628        max="18,linear,2"
1629        min="10,exponential,2"
1630      [/damage]
1631    [/skill_adjustment]
1632    [skill_adjustment]
1633      skill=POWER
1634      [damage]
1635        max="19,linear,2"
1636        min="6,exponential,2"
1637      [/damage]
1638    [/skill_adjustment]
1639    [skill_adjustment]
1640      skill=RANGED_WEAPON
1641      [damage]
1642        max="90,linear,1"
1643        min="20,exponential,2"
1644      [/damage]
1645    [/skill_adjustment]
1646  [/item]
1647  [item]
1648    description=_( "This bow is made of a strong wood with artistic carvings on its handles" )
1649    display_name=_( "Ornatebow" )
1650    icon="20,3"
1651    inventory_location=8192
1652    min_depth=1
1653    name="Ornatebow"
1654    price=500
1655    rareness=7
1656    shape="BOW_ORNATE"
1657    short_description=_( "A nicely crafted, strong bow" )
1658    tags="RANGED,SMALL"
1659    type="BOW"
1660    weight=1.5
1661    [weapon]
1662      ap=5
1663      damage=25
1664      damage_type="P"
1665      range=8
1666      skill="RANGED_WEAPON"
1667    [/weapon]
1668    [skill_adjustment]
1669      skill=SPEED
1670      [ap]
1671        max="17,linear,0.5"
1672        min="10,linear,0.5"
1673      [/ap]
1674      [damage]
1675        max="18,linear,2"
1676        min="10,exponential,2"
1677      [/damage]
1678    [/skill_adjustment]
1679    [skill_adjustment]
1680      skill=COORDINATION
1681      [cth]
1682        max="18,linear,2"
1683        min="12,exponential,2"
1684      [/cth]
1685      [damage]
1686        max="18,linear,2"
1687        min="10,exponential,2"
1688      [/damage]
1689    [/skill_adjustment]
1690    [skill_adjustment]
1691      skill=POWER
1692      [damage]
1693        max="18,linear,2"
1694        min="10,exponential,2"
1695      [/damage]
1696    [/skill_adjustment]
1697    [skill_adjustment]
1698      skill=RANGED_WEAPON
1699      [damage]
1700        max="90,linear,1"
1701        min="25,exponential,2"
1702      [/damage]
1703    [/skill_adjustment]
1704  [/item]
1705  [item]
1706    description=_( "While cumbersome to reload, the crossbow delivers an armor-piercing greeting to any foe." )
1707    display_name=_( "Crossbow" )
1708    icon="1,4"
1709    inventory_location=8192
1710    min_depth=1
1711    name="Crossbow"
1712    price=700
1713    rareness=7
1714    shape="BOW_CROSS_HEAVY"
1715    short_description=_( "A large crossbow" )
1716    tags="RANGED,LARGE"
1717    type="BOW"
1718    weight=1.5
1719    [weapon]
1720      ap=9
1721      damage=80
1722      damage_type="P"
1723      range=8
1724      skill="RANGED_WEAPON"
1725    [/weapon]
1726    [skill_adjustment]
1727      skill=SPEED
1728      [ap]
1729        max="17,linear,0.5"
1730        min="5,linear,0.5"
1731      [/ap]
1732      [damage]
1733        max="18,linear,2"
1734        min="5,exponential,2"
1735      [/damage]
1736    [/skill_adjustment]
1737    [skill_adjustment]
1738      skill=COORDINATION
1739      [cth]
1740        max="18,linear,2"
1741        min="10,exponential,2"
1742      [/cth]
1743      [damage]
1744        max="18,linear,2"
1745        min="10,exponential,2"
1746      [/damage]
1747    [/skill_adjustment]
1748    [skill_adjustment]
1749      skill=POWER
1750      [damage]
1751        max="17,linear,2"
1752        min="15,exponential,2"
1753      [/damage]
1754    [/skill_adjustment]
1755    [skill_adjustment]
1756      skill=RANGED_WEAPON
1757      [damage]
1758        max="80,linear,1"
1759        min="30,exponential,2"
1760      [/damage]
1761    [/skill_adjustment]
1762  [/item]
1763  [item]
1764    description=_( "Though faster to reload than its pumped-up cousin, this crossbow has a shorter range and delivers less power." )
1765    display_name=_( "Light crossbow" )
1766    icon="2,4"
1767    inventory_location=8192
1768    min_depth=2
1769    name="Light crossbow"
1770    price=750
1771    rareness=6
1772    shape="BOW_CROSS_LIGHT"
1773    short_description=_( "A crossbow with an orange wood handle" )
1774    tags="RANGED"
1775    type="BOW"
1776    weight=1.5
1777    [weapon]
1778      ap=8
1779      damage=60
1780      damage_type="P"
1781      range=8
1782      skill="RANGED_WEAPON"
1783    [/weapon]
1784    [skill_adjustment]
1785      skill=SPEED
1786      [ap]
1787        max="17,linear,0.5"
1788        min="8,linear,0.5"
1789      [/ap]
1790      [damage]
1791        max="18,linear,2"
1792        min="8,exponential,2"
1793      [/damage]
1794    [/skill_adjustment]
1795    [skill_adjustment]
1796      skill=COORDINATION
1797      [cth]
1798        max="18,linear,2"
1799        min="12,exponential,2"
1800      [/cth]
1801      [damage]
1802        max="18,linear,2"
1803        min="10,exponential,2"
1804      [/damage]
1805    [/skill_adjustment]
1806    [skill_adjustment]
1807      skill=POWER
1808      [damage]
1809        max="18,linear,2"
1810        min="12,exponential,2"
1811      [/damage]
1812    [/skill_adjustment]
1813    [skill_adjustment]
1814      skill=RANGED_WEAPON
1815      [damage]
1816        max="85,linear,1"
1817        min="25,exponential,2"
1818      [/damage]
1819    [/skill_adjustment]
1820  [/item]
1821  [item]
1822    description=_( "This large bow is the most common weapon of Sylvian rangers" )
1823    display_name=_( "Longbow" )
1824    icon="20,3"
1825    inventory_location=8192
1826    min_depth=2
1827    name="Longbow"
1828    price=550
1829    rareness=6
1830    shape="BOW_LONG"
1831    short_description=_( "A long bow adorned with a leaf symbol" )
1832    tags="RANGED,LARGE"
1833    type="BOW"
1834    weight=2.5
1835    [weapon]
1836      ap=7
1837      damage=70
1838      damage_type="P"
1839      range=9
1840      skill="RANGED_WEAPON"
1841    [/weapon]
1842    [skill_adjustment]
1843      skill=SPEED
1844      [ap]
1845        max="17,linear,0.5"
1846        min="10,linear,0.5"
1847      [/ap]
1848      [damage]
1849        max="18,linear,2"
1850        min="10,exponential,2"
1851      [/damage]
1852    [/skill_adjustment]
1853    [skill_adjustment]
1854      skill=COORDINATION
1855      [cth]
1856        max="16,linear,2"
1857        min="14,exponential,2"
1858      [/cth]
1859      [damage]
1860        max="18,linear,2"
1861        min="14,exponential,2"
1862      [/damage]
1863    [/skill_adjustment]
1864    [skill_adjustment]
1865      skill=POWER
1866      [damage]
1867        max="18,linear,2"
1868        min="12,exponential,2"
1869      [/damage]
1870    [/skill_adjustment]
1871    [skill_adjustment]
1872      skill=RANGED_WEAPON
1873      [damage]
1874        max="80,linear,1"
1875        min="30,exponential,2"
1876      [/damage]
1877    [/skill_adjustment]
1878  [/item]
1879  [item]
1880    description=_( "The elven armies under Mondiuvelen the Hale once carried these large bows" )
1881    display_name=_( "Strongbow" )
1882    icon="20,3"
1883    inventory_location=8192
1884    min_depth=2
1885    name="Strongbow"
1886    price=800
1887    rareness=6
1888    shape="BOW_STRONG"
1889    short_description=_( "A large bow with an ivory sight-piece" )
1890    tags="RANGED,LARGE"
1891    type="BOW"
1892    weight=3
1893    [weapon]
1894      ap=8
1895      damage=100
1896      damage_type="P"
1897      range=10
1898      skill="RANGED_WEAPON"
1899    [/weapon]
1900    [skill_adjustment]
1901      skill=SPEED
1902      [ap]
1903        max="17,linear,0.5"
1904        min="10,linear,0.5"
1905      [/ap]
1906      [damage]
1907        max="18,linear,2"
1908        min="10,exponential,2"
1909      [/damage]
1910    [/skill_adjustment]
1911    [skill_adjustment]
1912      skill=COORDINATION
1913      [cth]
1914        max="16,linear,2"
1915        min="15,exponential,2"
1916      [/cth]
1917      [damage]
1918        max="18,linear,2"
1919        min="15,exponential,2"
1920      [/damage]
1921    [/skill_adjustment]
1922    [skill_adjustment]
1923      skill=POWER
1924      [damage]
1925        max="18,linear,2"
1926        min="14,exponential,2"
1927      [/damage]
1928    [/skill_adjustment]
1929    [skill_adjustment]
1930      skill=RANGED_WEAPON
1931      [damage]
1932        max="80,linear,1"
1933        min="35,exponential,2"
1934      [/damage]
1935    [/skill_adjustment]
1936  [/item]
1937  [item]
1938    description=_( "The Sylvian bow of Bolinfupur kills silently. It is made from a single piece of blood stone." )
1939    display_name=_( "Bolinfupur" )
1940    icon="20,3"
1941    inventory_location=8192
1942    min_depth=3
1943    name="Bolinfupur"
1944    price=1500
1945    rareness=3
1946    shape="BOW_BOLIFUR"
1947    short_description=_( "This bow is made from a dull grayish-red substance that resembles stone" )
1948    tags="RANGED,LARGE"
1949    type="BOW"
1950    weight=4
1951    [weapon]
1952      ap=6
1953      damage=80
1954      damage_type="P"
1955      range=12
1956      skill="RANGED_WEAPON"
1957    [/weapon]
1958    [skill_adjustment]
1959      skill=SPEED
1960      [ap]
1961        max="17,linear,0.5"
1962        min="12,linear,0.5"
1963      [/ap]
1964      [damage]
1965        max="18,linear,2"
1966        min="12,exponential,2"
1967      [/damage]
1968    [/skill_adjustment]
1969    [skill_adjustment]
1970      skill=COORDINATION
1971      [cth]
1972        max="16,linear,2"
1973        min="15,exponential,2"
1974      [/cth]
1975      [damage]
1976        max="18,linear,2"
1977        min="15,exponential,2"
1978      [/damage]
1979    [/skill_adjustment]
1980    [skill_adjustment]
1981      skill=POWER
1982      [damage]
1983        max="17,linear,2"
1984        min="14,exponential,2"
1985      [/damage]
1986    [/skill_adjustment]
1987    [skill_adjustment]
1988      skill=RANGED_WEAPON
1989      [damage]
1990        max="80,linear,1"
1991        min="35,exponential,2"
1992      [/damage]
1993    [/skill_adjustment]
1994  [/item]
1995  [item]
1996    description=_( "This roughly hewn tree-limb barely qualifies as a primitive weapon. The handle is worn by years of head-bashing." )
1997    display_name=_( "Wooden club" )
1998    icon="16,1"
1999    inventory_location=48
2000    name="Wooden club"
2001    price=30
2002    rareness=8
2003    shape="CLUB"
2004    short_description=_( "Your basic, non-enchanted, non-spiked wooden club." )
2005    tags="SMALL,MACE"
2006    type="MACE"
2007    weight=1
2008    [weapon]
2009      ap=5
2010      damage=15
2011      damage_type="C"
2012      parry=50
2013      skill="MELEE_WEAPON"
2014    [/weapon]
2015    [skill_adjustment]
2016      skill=SPEED
2017      [ap]
2018        max="18,linear,0.5"
2019        min="2,linear,0.5"
2020      [/ap]
2021      [damage]
2022        max="18,linear,2"
2023        min="2,exponential,2"
2024      [/damage]
2025    [/skill_adjustment]
2026    [skill_adjustment]
2027      skill=COORDINATION
2028      [cth]
2029        max="18,linear,2"
2030        min="4,exponential,2"
2031      [/cth]
2032      [damage]
2033        max="18,linear,2"
2034        min="4,exponential,2"
2035      [/damage]
2036    [/skill_adjustment]
2037    [skill_adjustment]
2038      skill=POWER
2039      [damage]
2040        max="18,linear,2"
2041        min="6,exponential,2"
2042      [/damage]
2043    [/skill_adjustment]
2044    [skill_adjustment]
2045      skill=MELEE_WEAPON
2046      [damage]
2047        max="90,linear,1"
2048        min="0,exponential,0"
2049      [/damage]
2050    [/skill_adjustment]
2051  [/item]
2052  [item]
2053    description=_( "The clerical weapon of choice! Dispense holy bashing of heads and denting of armor with this divine instrument of bludgeoning." )
2054    display_name=_( "Rounded mace" )
2055    icon="17,1"
2056    inventory_location=48
2057    name="Rounded mace"
2058    price=140
2059    rareness=8
2060    shape="MACE_ROUND"
2061    short_description=_( "A metal-headed mace with a plain wooden handle." )
2062    tags="SMALL,MACE"
2063    type="MACE"
2064    weight=1.3
2065    [weapon]
2066      ap=6
2067      damage=25
2068      damage_type="C"
2069      parry=70
2070      skill="MELEE_WEAPON"
2071    [/weapon]
2072    [skill_adjustment]
2073      skill=SPEED
2074      [ap]
2075        max="18,linear,0.5"
2076        min="2,linear,0.5"
2077      [/ap]
2078      [damage]
2079        max="18,linear,2"
2080        min="2,exponential,2"
2081      [/damage]
2082    [/skill_adjustment]
2083    [skill_adjustment]
2084      skill=COORDINATION
2085      [cth]
2086        max="18,linear,2"
2087        min="4,exponential,2"
2088      [/cth]
2089      [damage]
2090        max="18,linear,2"
2091        min="4,exponential,2"
2092      [/damage]
2093    [/skill_adjustment]
2094    [skill_adjustment]
2095      skill=POWER
2096      [damage]
2097        max="18,linear,2"
2098        min="8,exponential,2"
2099      [/damage]
2100    [/skill_adjustment]
2101    [skill_adjustment]
2102      skill=MELEE_WEAPON
2103      [damage]
2104        max="90,linear,1"
2105        min="10,exponential,2"
2106      [/damage]
2107    [/skill_adjustment]
2108  [/item]
2109  [item]
2110    description=_( "The main advantage when using a morning star over its bestudded brother the Spiked Flail, is that the user need not bother with the weapon's business end getting stuck in the target." )
2111    display_name=_( "Morning Star" )
2112    icon="19,1"
2113    inventory_location=48
2114    min_depth=1
2115    name="Morning Star"
2116    price=300
2117    rareness=7
2118    shape="MORNING_STAR"
2119    short_description=_( "A metal ball on a chain" )
2120    tags="MACE,METAL"
2121    type="MACE"
2122    weight=1.4
2123    [weapon]
2124      ap=7
2125      damage=50
2126      damage_type="C"
2127      parry=80
2128      skill="MELEE_WEAPON"
2129    [/weapon]
2130    [skill_adjustment]
2131      skill=SPEED
2132      [ap]
2133        max="18,linear,0.5"
2134        min="8,linear,0.5"
2135      [/ap]
2136      [damage]
2137        max="18,linear,2"
2138        min="8,exponential,2"
2139      [/damage]
2140    [/skill_adjustment]
2141    [skill_adjustment]
2142      skill=COORDINATION
2143      [cth]
2144        max="18,linear,2"
2145        min="12,exponential,2"
2146      [/cth]
2147      [damage]
2148        max="18,linear,2"
2149        min="12,exponential,2"
2150      [/damage]
2151    [/skill_adjustment]
2152    [skill_adjustment]
2153      skill=POWER
2154      [damage]
2155        max="18,linear,2"
2156        min="12,exponential,2"
2157      [/damage]
2158    [/skill_adjustment]
2159    [skill_adjustment]
2160      skill=MELEE_WEAPON
2161      [damage]
2162        max="85,linear,1"
2163        min="20,exponential,2"
2164      [/damage]
2165    [/skill_adjustment]
2166  [/item]
2167  [item]
2168    description=_( "Favorite backup weapon of the knight. Should your sword be lost or irretrievable lodged in an opponent, reach for the flail and wade in the gore with a smile." )
2169    display_name=_( "Spiked flail" )
2170    icon="1,2"
2171    inventory_location=48
2172    min_depth=1
2173    name="Spiked flail"
2174    price=320
2175    rareness=7
2176    shape="FLAIL_SPIKED"
2177    short_description=_( "Spiked ball dangles at the end of a chain of impressive length." )
2178    tags="MACE,METAL"
2179    type="MACE"
2180    weight=1.6
2181    [weapon]
2182      ap=7
2183      damage=70
2184      damage_type="C"
2185      parry=80
2186      skill="MELEE_WEAPON"
2187    [/weapon]
2188    [skill_adjustment]
2189      skill=SPEED
2190      [ap]
2191        max="18,linear,0.5"
2192        min="8,linear,0.5"
2193      [/ap]
2194      [damage]
2195        max="18,linear,2"
2196        min="8,exponential,2"
2197      [/damage]
2198    [/skill_adjustment]
2199    [skill_adjustment]
2200      skill=COORDINATION
2201      [cth]
2202        max="18,linear,2"
2203        min="14,exponential,2"
2204      [/cth]
2205      [damage]
2206        max="18,linear,2"
2207        min="14,exponential,2"
2208      [/damage]
2209    [/skill_adjustment]
2210    [skill_adjustment]
2211      skill=POWER
2212      [damage]
2213        max="18,linear,2"
2214        min="14,exponential,2"
2215      [/damage]
2216    [/skill_adjustment]
2217    [skill_adjustment]
2218      skill=MELEE_WEAPON
2219      [damage]
2220        max="80,linear,1"
2221        min="25,exponential,2"
2222      [/damage]
2223    [/skill_adjustment]
2224  [/item]
2225  [item]
2226    description=_( "Once used by the dead-eater ogre legions of the Crimson Leaf as a weapon for crowd control. This mace is to be held by two large hands." )
2227    display_name=_( "Double-fisted Maragon" )
2228    icon="2,2"
2229    inventory_location=48
2230    min_depth=2
2231    name="Double-fisted Maragon"
2232    price=650
2233    rareness=6
2234    shape="MARAGON"
2235    short_description=_( "An enormous two-handed mace." )
2236    tags="MACE,METAL,TWO_HANDED"
2237    type="MACE"
2238    weight=2.2
2239    [weapon]
2240      ap=7
2241      damage=120
2242      damage_type="C"
2243      parry=90
2244      skill="MELEE_WEAPON"
2245      two_handed=1
2246    [/weapon]
2247    [skill_adjustment]
2248      skill=SPEED
2249      [ap]
2250        max="18,linear,0.5"
2251        min="5,linear,0.5"
2252      [/ap]
2253      [damage]
2254        max="18,linear,2"
2255        min="5,exponential,2"
2256      [/damage]
2257    [/skill_adjustment]
2258    [skill_adjustment]
2259      skill=COORDINATION
2260      [cth]
2261        max="18,linear,2"
2262        min="8,exponential,2"
2263      [/cth]
2264      [damage]
2265        max="18,linear,2"
2266        min="8,exponential,2"
2267      [/damage]
2268    [/skill_adjustment]
2269    [skill_adjustment]
2270      skill=POWER
2271      [damage]
2272        max="17,linear,2"
2273        min="14,exponential,2"
2274      [/damage]
2275    [/skill_adjustment]
2276    [skill_adjustment]
2277      skill=MELEE_WEAPON
2278      [damage]
2279        max="85,linear,1"
2280        min="30,exponential,2"
2281      [/damage]
2282    [/skill_adjustment]
2283  [/item]
2284  [item]
2285    description=_( "Created quite by accident, this black flail was the side-effect of a failed experiment at the school of war-wizardry." )
2286    display_name=_( "Darkflail" )
2287    icon="18,1"
2288    inventory_location=48
2289    min_depth=3
2290    name="Darkflail"
2291    price=900
2292    rareness=5
2293    shape="FLAIL_DARK"
2294    short_description=_( "The black flail emits a humming noise." )
2295    tags="MACE,METAL,LARGE"
2296    type="MACE"
2297    weight=2
2298    [weapon]
2299      ap=6
2300      damage=100
2301      damage_type="C"
2302      parry=100
2303      skill="MELEE_WEAPON"
2304    [/weapon]
2305    [skill_adjustment]
2306      skill=SPEED
2307      [ap]
2308        max="18,linear,0.5"
2309        min="8,linear,0.5"
2310      [/ap]
2311      [damage]
2312        max="18,linear,2"
2313        min="8,exponential,2"
2314      [/damage]
2315    [/skill_adjustment]
2316    [skill_adjustment]
2317      skill=COORDINATION
2318      [cth]
2319        max="18,linear,2"
2320        min="10,exponential,2"
2321      [/cth]
2322      [damage]
2323        max="18,linear,2"
2324        min="10,exponential,2"
2325      [/damage]
2326    [/skill_adjustment]
2327    [skill_adjustment]
2328      skill=POWER
2329      [damage]
2330        max="17,linear,2"
2331        min="13,exponential,2"
2332      [/damage]
2333    [/skill_adjustment]
2334    [skill_adjustment]
2335      skill=MELEE_WEAPON
2336      [damage]
2337        max="80,linear,1"
2338        min="30,exponential,2"
2339      [/damage]
2340    [/skill_adjustment]
2341  [/item]
2342  [item]
2343    description=_( "Descendant of Glauis the legendary talking mace of Horom, this agile weapon is also a ferocious combatant." )
2344    display_name=_( "Warmaster" )
2345    icon="3,2"
2346    inventory_location=48
2347    min_depth=4
2348    name="Warmaster"
2349    price=1600
2350    rareness=3
2351    shape="WARMASTER"
2352    short_description=_( "This mace is surrounded by a near-visible aura of blood-lust." )
2353    tags="MACE,METAL,LARGE"
2354    type="MACE"
2355    weight=2.2
2356    [weapon]
2357      ap=7
2358      damage=110
2359      damage_type="C"
2360      parry=100
2361      skill="MELEE_WEAPON"
2362    [/weapon]
2363    [skill_adjustment]
2364      skill=SPEED
2365      [ap]
2366        max="18,linear,0.5"
2367        min="5,linear,0.5"
2368      [/ap]
2369      [damage]
2370        max="18,linear,2"
2371        min="5,exponential,2"
2372      [/damage]
2373    [/skill_adjustment]
2374    [skill_adjustment]
2375      skill=COORDINATION
2376      [cth]
2377        max="18,linear,2"
2378        min="10,exponential,2"
2379      [/cth]
2380      [damage]
2381        max="18,linear,2"
2382        min="10,exponential,2"
2383      [/damage]
2384    [/skill_adjustment]
2385    [skill_adjustment]
2386      skill=POWER
2387      [damage]
2388        max="17,linear,2"
2389        min="15,exponential,2"
2390      [/damage]
2391    [/skill_adjustment]
2392    [skill_adjustment]
2393      skill=MELEE_WEAPON
2394      [damage]
2395        max="80,linear,1"
2396        min="40,exponential,2"
2397      [/damage]
2398    [/skill_adjustment]
2399  [/item]
2400  [item]
2401    description=_( "This long wooden pole serves both as a walking stick and fighting staff." )
2402    display_name=_( "Quarter Staff" )
2403    icon="15,1"
2404    inventory_location=48
2405    name="Quarter Staff"
2406    price=20
2407    rareness=10
2408    shape="QUARTERSTAFF"
2409    short_description=_( "A long wood pole." )
2410    tags="LARGE,TWO_HANDED"
2411    type="POLE"
2412    weight=1
2413    [weapon]
2414      ap=7
2415      damage=30
2416      damage_type="C"
2417      parry=60
2418      range=2
2419      skill="LARGE_WEAPON"
2420      two_handed=1
2421    [/weapon]
2422    [skill_adjustment]
2423      skill=SPEED
2424      [ap]
2425        max="18,linear,0.5"
2426        min="8,linear,0.5"
2427      [/ap]
2428      [damage]
2429        max="18,linear,2"
2430        min="8,exponential,2"
2431      [/damage]
2432    [/skill_adjustment]
2433    [skill_adjustment]
2434      skill=COORDINATION
2435      [cth]
2436        max="18,linear,2"
2437        min="4,exponential,2"
2438      [/cth]
2439      [damage]
2440        max="18,linear,2"
2441        min="4,exponential,2"
2442      [/damage]
2443    [/skill_adjustment]
2444    [skill_adjustment]
2445      skill=POWER
2446      [damage]
2447        max="18,linear,2"
2448        min="4,exponential,2"
2449      [/damage]
2450    [/skill_adjustment]
2451    [skill_adjustment]
2452      skill=LARGE_WEAPON
2453      [damage]
2454        max="95,linear,1"
2455        min="0,exponential,0"
2456      [/damage]
2457    [/skill_adjustment]
2458  [/item]
2459  [item]
2460    description=_( "A mid-range weapon of precision and finesse, the javelin grew in popularity as a court hunting weapon under Haladil." )
2461    display_name=_( "Javelin" )
2462    icon="6,4"
2463    inventory_location=48
2464    name="Javelin"
2465    price=50
2466    rareness=8
2467    shape="JAVELIN"
2468    short_description=_( "A finely crafted, lightweight lance." )
2469    tags="METAL,LARGE,TWO_HANDED"
2470    type="POLE"
2471    weight=1.2
2472    [weapon]
2473      ap=7
2474      damage=45
2475      damage_type="P"
2476      parry=60
2477      range=4
2478      skill="LARGE_WEAPON"
2479      two_handed=2
2480    [/weapon]
2481    [skill_adjustment]
2482      skill=SPEED
2483      [ap]
2484        max="18,linear,0.5"
2485        min="8,linear,0.5"
2486      [/ap]
2487      [damage]
2488        max="18,linear,2"
2489        min="8,exponential,2"
2490      [/damage]
2491    [/skill_adjustment]
2492    [skill_adjustment]
2493      skill=COORDINATION
2494      [cth]
2495        max="18,linear,2"
2496        min="8,exponential,2"
2497      [/cth]
2498      [damage]
2499        max="18,linear,2"
2500        min="8,exponential,2"
2501      [/damage]
2502    [/skill_adjustment]
2503    [skill_adjustment]
2504      skill=POWER
2505      [damage]
2506        max="18,linear,3"
2507        min="5,exponential,3"
2508      [/damage]
2509    [/skill_adjustment]
2510    [skill_adjustment]
2511      skill=LARGE_WEAPON
2512      [damage]
2513        max="90,linear,1"
2514        min="10,exponential,2"
2515      [/damage]
2516    [/skill_adjustment]
2517  [/item]
2518  [item]
2519    description=_( "Forged in the ice-caverns of the ancient troll halls of Gormoril (not a masterpiece of precision) this iron lance is made for a large fighter." )
2520    display_name=_( "Longspear" )
2521    icon="7,4"
2522    inventory_location=48
2523    min_depth=1
2524    name="Longspear"
2525    price=85
2526    rareness=7
2527    shape="SPEAR_LONG"
2528    short_description=_( "A rough iron pole with a sharpened tip." )
2529    tags="METAL,LARGE,TWO_HANDED"
2530    type="POLE"
2531    weight=2.3
2532    [weapon]
2533      ap=8
2534      damage=60
2535      damage_type="P"
2536      parry=70
2537      range=2
2538      skill="LARGE_WEAPON"
2539      two_handed=1
2540    [/weapon]
2541    [skill_adjustment]
2542      skill=SPEED
2543      [ap]
2544        max="18,linear,0.5"
2545        min="6,linear,0.5"
2546      [/ap]
2547      [damage]
2548        max="18,linear,2"
2549        min="6,exponential,2"
2550      [/damage]
2551    [/skill_adjustment]
2552    [skill_adjustment]
2553      skill=COORDINATION
2554      [cth]
2555        max="18,linear,2"
2556        min="10,exponential,2"
2557      [/cth]
2558      [damage]
2559        max="18,linear,2"
2560        min="10,exponential,2"
2561      [/damage]
2562    [/skill_adjustment]
2563    [skill_adjustment]
2564      skill=POWER
2565      [damage]
2566        max="18,linear,4"
2567        min="10,exponential,4"
2568      [/damage]
2569    [/skill_adjustment]
2570    [skill_adjustment]
2571      skill=LARGE_WEAPON
2572      [damage]
2573        max="90,linear,1"
2574        min="20,exponential,2"
2575      [/damage]
2576    [/skill_adjustment]
2577  [/item]
2578  [item]
2579    description=_( "An ancient long reaching weapon of a gladiatorial history. This trident bears the symbol of the sea-lords of Urtap." )
2580    display_name=_( "Trident" )
2581    icon="10,4"
2582    inventory_location=48
2583    min_depth=2
2584    name="Trident"
2585    price=120
2586    rareness=7
2587    shape="TRIDENT"
2588    short_description=_( "A long metal pole with three barbed prongs." )
2589    tags="METAL,LARGE,TWO_HANDED"
2590    type="POLE"
2591    weight=2.8
2592    [weapon]
2593      ap=9
2594      damage=80
2595      damage_type="P"
2596      parry=90
2597      range=2
2598      skill="LARGE_WEAPON"
2599      two_handed=1
2600    [/weapon]
2601    [skill_adjustment]
2602      skill=SPEED
2603      [ap]
2604        max="18,linear,0.5"
2605        min="6,linear,0.5"
2606      [/ap]
2607      [damage]
2608        max="18,linear,2"
2609        min="6,exponential,2"
2610      [/damage]
2611    [/skill_adjustment]
2612    [skill_adjustment]
2613      skill=COORDINATION
2614      [cth]
2615        max="18,linear,2"
2616        min="12,exponential,2"
2617      [/cth]
2618      [damage]
2619        max="18,linear,2"
2620        min="12,exponential,2"
2621      [/damage]
2622    [/skill_adjustment]
2623    [skill_adjustment]
2624      skill=POWER
2625      [damage]
2626        max="18,linear,4"
2627        min="12,exponential,4"
2628      [/damage]
2629    [/skill_adjustment]
2630    [skill_adjustment]
2631      skill=LARGE_WEAPON
2632      [damage]
2633        max="90,linear,1"
2634        min="25,exponential,2"
2635      [/damage]
2636    [/skill_adjustment]
2637  [/item]
2638  [item]
2639    description=_( "This weapon was once held by the royal guard of the late king Haladil." )
2640    display_name=_( "Halberd" )
2641    icon="8,4"
2642    inventory_location=48
2643    min_depth=3
2644    name="Halberd"
2645    price=150
2646    rareness=7
2647    shape="HALBRED"
2648    short_description=_( "A long pole with an axe blade at its top." )
2649    tags="METAL,LARGE,TWO_HANDED"
2650    type="POLE"
2651    weight=3.5
2652    [weapon]
2653      ap=9
2654      damage=90
2655      parry=100
2656      range=2
2657      skill="LARGE_WEAPON"
2658      two_handed=1
2659    [/weapon]
2660    [skill_adjustment]
2661      skill=SPEED
2662      [ap]
2663        max="18,linear,0.5"
2664        min="8,linear,0.5"
2665      [/ap]
2666      [damage]
2667        max="18,linear,2"
2668        min="8,exponential,2"
2669      [/damage]
2670    [/skill_adjustment]
2671    [skill_adjustment]
2672      skill=COORDINATION
2673      [cth]
2674        max="18,linear,2"
2675        min="10,exponential,2"
2676      [/cth]
2677      [damage]
2678        max="18,linear,2"
2679        min="10,exponential,2"
2680      [/damage]
2681    [/skill_adjustment]
2682    [skill_adjustment]
2683      skill=POWER
2684      [damage]
2685        max="17,linear,4"
2686        min="12,exponential,4"
2687      [/damage]
2688    [/skill_adjustment]
2689    [skill_adjustment]
2690      skill=LARGE_WEAPON
2691      [damage]
2692        max="85,linear,1"
2693        min="25,exponential,2"
2694      [/damage]
2695    [/skill_adjustment]
2696  [/item]
2697  [item]
2698    description=_( "A reaping scythe strengthened and sharpened for more than just crops." )
2699    display_name=_( "War-scythe" )
2700    icon="9,4"
2701    inventory_location=48
2702    min_depth=4
2703    name="War-scythe"
2704    price=220
2705    rareness=7
2706    shape="SCYTHE_WAR"
2707    short_description=_( "A wicked curved blade atop a simple wooden pole." )
2708    tags="METAL,LARGE,TWO_HANDED"
2709    type="POLE"
2710    weight=4
2711    [weapon]
2712      ap=9
2713      damage=100
2714      parry=100
2715      range=2
2716      skill="LARGE_WEAPON"
2717      two_handed=1
2718    [/weapon]
2719    [skill_adjustment]
2720      skill=SPEED
2721      [ap]
2722        max="18,linear,0.5"
2723        min="8,linear,0.5"
2724      [/ap]
2725      [damage]
2726        max="18,linear,2"
2727        min="8,exponential,2"
2728      [/damage]
2729    [/skill_adjustment]
2730    [skill_adjustment]
2731      skill=COORDINATION
2732      [cth]
2733        max="18,linear,2"
2734        min="12,exponential,2"
2735      [/cth]
2736      [damage]
2737        max="18,linear,2"
2738        min="12,exponential,2"
2739      [/damage]
2740    [/skill_adjustment]
2741    [skill_adjustment]
2742      skill=POWER
2743      [damage]
2744        max="17,linear,5"
2745        min="15,exponential,5"
2746      [/damage]
2747    [/skill_adjustment]
2748    [skill_adjustment]
2749      skill=LARGE_WEAPON
2750      [damage]
2751        max="80,linear,1"
2752        min="30,exponential,2"
2753      [/damage]
2754    [/skill_adjustment]
2755  [/item]
2756  [item]
2757    description=_( "The dryad lich Milmoril needs no introduction. This long black scythe with the saw-blade and bone handle was her choice weapon." )
2758    display_name=_( "Scythe of Milmoril" )
2759    icon="3,1"
2760    inventory_location=48
2761    min_depth=4
2762    name="Scythe of Milmoril"
2763    price=220
2764    rareness=7
2765    shape="SCYTHE_MILMORIL"
2766    short_description=_( "A large black scythe of excellent (if evil) workmanship." )
2767    tags="METAL,LARGE,TWO_HANDED"
2768    type="POLE"
2769    weight=4
2770    [weapon]
2771      ap=8
2772      damage=120
2773      parry=100
2774      range=2
2775      skill="LARGE_WEAPON"
2776      two_handed=1
2777    [/weapon]
2778    [skill_adjustment]
2779      skill=SPEED
2780      [ap]
2781        max="18,linear,0.5"
2782        min="10,linear,0.5"
2783      [/ap]
2784      [damage]
2785        max="18,linear,2"
2786        min="10,exponential,2"
2787      [/damage]
2788    [/skill_adjustment]
2789    [skill_adjustment]
2790      skill=COORDINATION
2791      [cth]
2792        max="18,linear,2"
2793        min="14,exponential,2"
2794      [/cth]
2795      [damage]
2796        max="18,linear,2"
2797        min="14,exponential,2"
2798      [/damage]
2799    [/skill_adjustment]
2800    [skill_adjustment]
2801      skill=POWER
2802      [damage]
2803        max="17,linear,5"
2804        min="15,exponential,5"
2805      [/damage]
2806    [/skill_adjustment]
2807    [skill_adjustment]
2808      skill=LARGE_WEAPON
2809      [damage]
2810        max="80,linear,1"
2811        min="35,exponential,2"
2812      [/damage]
2813    [/skill_adjustment]
2814  [/item]
2815  [item]
2816    description=_( "The legend of the dead king Iconoclastus, powers the sword against creatures who cast spells. The late king's hatred of all things magical was well known." )
2817    display_name=_( "Brand of Iconoclast" )
2818    icon="7,1"
2819    inventory_location=48
2820    min_depth=2
2821    min_level=4
2822    name="Brand of Iconoclast"
2823    price=30200
2824    rareness=5
2825    shape="SWORD_ICONOCLAST"
2826    short_description=_( "This bastard sword seems to glow with an unhealthy shine." )
2827    tags="METAL,LARGE"
2828    type="SWORD"
2829    weight=0.3
2830    [weapon]
2831      ap=5
2832      damage=80
2833      parry=100
2834      skill="MELEE_WEAPON"
2835    [/weapon]
2836    [skill_adjustment]
2837      skill=SPEED
2838      [ap]
2839        max="18,linear,0.5"
2840        min="8,linear,0.5"
2841      [/ap]
2842      [damage]
2843        max="18,linear,2"
2844        min="8,exponential,2"
2845      [/damage]
2846    [/skill_adjustment]
2847    [skill_adjustment]
2848      skill=COORDINATION
2849      [cth]
2850        max="17,linear,2"
2851        min="12,exponential,2"
2852      [/cth]
2853      [damage]
2854        max="18,linear,2"
2855        min="12,exponential,2"
2856      [/damage]
2857    [/skill_adjustment]
2858    [skill_adjustment]
2859      skill=POWER
2860      [damage]
2861        max="17,linear,4"
2862        min="12,exponential,4"
2863      [/damage]
2864    [/skill_adjustment]
2865    [skill_adjustment]
2866      skill=LARGE_WEAPON
2867      [damage]
2868        max="90,linear,1"
2869        min="25,exponential,2"
2870      [/damage]
2871    [/skill_adjustment]
2872  [/item]
2873[/items]
2874
2875