ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/materials
Revision: 1.9
Committed: Wed Apr 28 20:51:58 2010 UTC (14 years ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +0 -0 lines
State: FILE REMOVED
Log Message:
move resource files to arch

File Contents

# User Rev Content
1 root 1.1 # materialtypes file.
2     # name the name of the material. Paper, wood, iron, silver.
3     # description OPTIONAL: what appears in the item name. "wooden"
4     # material the material type this corresponds to. see materials.h
5     # saves savingthrows for each of the 25 attacktypes
6     # mods modifications to resistances for the 25 atttypes.
7     # chance chance for appearance. similar to artifact gen.
8     # diff difficulty, similar to artifact generation.
9     # magic minimum magic. 0 can be on anything. similar to artifacts
10     # damage bonus/negative to damage
11     # wc bonus/negative to wc
12     # ac bonus/negative to ac
13     # weight weight modifer. similar to artifacts
14     # value value modifier. similar to artifacts.
15 root 1.5 # density density of this material in kg/m³ (or 1000 * g/cm³)
16     #
17 root 1.1 # anything left unspecified in this file will default to zero.
18     #
19     # NOTE
20     # In the very least, name and material MUST exist.
21     #
22     # NOTE AGAIN
23     # Do not edit the basic types. Add any new types after these.
24     #
25     name paper
26     material 1
27     saves 15,10,17,9,5,7,13,0,20,15,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0
28     mods 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
29     chance 100
30     diff 0
31     magic 0
32     damage 0
33     wc 0
34     ac 0
35     weight 100
36     value 100
37 root 1.2 density 929
38    
39 root 1.1 name iron
40     material 2
41     saves 2,12,3,12,2,10,7,0,20,15,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0
42     mods 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
43     chance 100
44     diff 0
45     magic 0
46     damage 0
47     wc 0
48     ac 0
49     weight 100
50     value 100
51 root 1.2 density 7860
52    
53 root 1.1 name glass
54     material 4
55     saves 14,11,8,3,10,5,1,0,20,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
56     mods 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
57     chance 100
58     diff 0
59     magic 0
60     damage 0
61     wc 0
62     ac 0
63     weight 100
64     value 100
65 root 1.2 density 2200
66    
67 root 1.1 name leather
68     material 8
69     saves 5,10,10, 3, 3,10,10, 0,20,15, 0,0,0,0,0,12,0,0,0,0,0,0,0,0,0
70     mods 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
71     chance 100
72     diff 0
73     magic 0
74     damage 0
75     wc 0
76     ac 0
77     weight 100
78     value 100
79 root 1.2 density 945
80    
81 elmex 1.6 name wood
82 root 1.1 material 16
83 elmex 1.6 saves 11,11,15, 5, 2,10, 12, 0,20,15, 0,0,0,0,0,12,0,0,0,0,0,0,0,0,0
84 root 1.1 mods 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
85     chance 100
86     diff 0
87     magic 0
88     damage 0
89     wc 0
90     ac 0
91     weight 100
92     value 100
93 elmex 1.6 density 620
94 root 1.2
95 root 1.8 name organic
96     description some organic substance
97 root 1.1 material 32
98     saves 3,12,9,11,3,10,9,0,20,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
99     mods 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
100     chance 100
101     diff 0
102     magic 0
103     damage 0
104     wc 0
105     ac 0
106     weight 100
107     value 100
108 root 1.2 density 1200
109    
110 root 1.1 name granite
111     material 64
112     saves 2,5,2,2,2,2,1,0,20,15,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0
113     mods 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
114     chance 100
115     diff 0
116     magic 0
117     damage 0
118     wc 0
119     ac 0
120     weight 100
121     value 100
122 root 1.2 density 2691
123    
124 root 1.1 name cloth
125     description cotton
126     material 128
127     saves 14,11,13,4,4,5,10,0,20,15,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0
128     mods 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
129     chance 100
130     diff 0
131     magic 0
132     damage 0
133     wc 0
134     ac 0
135     weight 100
136     value 100
137 root 1.2 density 641
138    
139 root 1.1 name adamant
140     material 256
141     saves 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
142     mods 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
143     chance 100
144     diff 0
145     magic 0
146     damage 0
147     wc 0
148     ac 0
149     weight 100
150     value 100
151 root 1.2 density 3520
152    
153 root 1.1 name liquid
154     material 512
155     saves 0,8,9,6,17,0,15,0,20,15,12,0,0,0,0,11,0,0,0,0,0,0,0,0,0
156     mods 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
157     chance 100
158     diff 0
159     magic 0
160     damage 0
161     wc 0
162     ac 0
163     weight 100
164     value 100
165 root 1.2 density 1000
166    
167 root 1.1 name tin
168     material 1024
169     saves 6,12,6,14,2,10,1,0,20,15,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0
170     mods 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
171     chance 100
172     diff 0
173     magic 0
174     damage 0
175     wc 0
176     ac 0
177     weight 100
178     value 100
179 root 1.2 density 7352
180    
181 root 1.1 name bone
182     material 2048
183 elmex 1.6 saves 12,9,1,2,5,10,10,0,20,15,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0
184 root 1.1 mods 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
185     chance 100
186     diff 0
187     magic 0
188     damage 0
189     wc 0
190     ac 0
191     weight 100
192     value 100
193 root 1.2 density 2500
194    
195 root 1.1 name ice
196     material 4096
197     saves 14,11,16,5,0,5,6,0,20,15,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0
198     mods 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
199     chance 100
200     diff 0
201     magic 0
202     damage 0
203     wc 0
204     ac 0
205     weight 100
206     value 100
207 root 1.2 density 897
208 root 1.1 #
209     # NEW NON BASIC TYPES START HERE
210     #
211     # BEGIN iron
212     name gold
213     description golden
214     material 2
215     saves 9,10,10,4,2,10,0,0,20,15,0,0,0,0,0,10,0,0,0,0,0,0,0,0
216     mods -1,0,-1,0,0,0,8
217     chance 5
218     diff 2
219     magic 0
220     damage -1
221     wc 0
222     ac 0
223     weight 130
224     value 175
225 root 1.2 density 19320
226    
227 root 1.1 name silver
228     material 2
229     saves 8,12, 9, 4, 2,10, 1, 0,20,15, 0,0,0,0,0,10
230     mods 0, 0, 0, 0, 0, 0, 2
231     chance 4
232     diff 3
233     magic 1
234     damage -1
235     wc 0
236     ac 0
237     weight 120
238     value 150
239 root 1.2 density 10510
240    
241 root 1.1 name copper
242     material 2
243     saves 11,13,12, 2, 2,10, 8, 0,20,15, 0,0,0,0,0,10
244     mods -1, 0, -1, -1, 0, 0, -3
245     chance 20
246     diff 0
247     magic 0
248     damage -1
249     wc 0
250     ac 0
251     weight 110
252     value 75
253 root 1.2 density 8906
254    
255 root 1.1 name platinum
256     material 2
257     saves 7,10, 7, 5, 2,10, 2, 0,20,15, 0,0,0,0,0, 5
258     mods 0, 0, 0, 0, 0, 0, 0
259     chance 5
260     diff 4
261     magic 1
262     damage 0
263     wc 0
264     ac 0
265     weight 90
266     value 200
267 root 1.2 density 21300
268    
269 root 1.1 name lead
270     material 2
271     saves 15, 5,14,14, 6,10, 6, 0,20,15, 0,0,0,0,0, 2
272     mods -3, 0, -5, 4, 1, 0, 5
273     chance 1
274     diff 0
275     magic 0
276     damage -2
277     wc -2
278     ac -1
279     weight 400
280     value 10
281 root 1.2 density 11370
282    
283 root 1.1 name steel
284     material 2
285     saves 1,13, 2,10, 2,10, 5, 0,20,15, 0,0,0,0,0,10
286     mods 1, 0, 3, 0, 0, 0, 1
287     chance 10
288     diff 2
289     magic 0
290     damage 1
291     wc 0
292     ac 0
293     weight 80
294     value 110
295 root 1.2 density 8030
296    
297 root 1.1 name bronze
298     material 2
299     saves 9,13,10, 2, 2,10, 8, 0,20,15, 0,0,0,0,0,10
300     mods 0, 0, 1, 0, 0, 0, 0
301     chance 40
302     diff 0
303     magic 0
304     damage 0
305     wc 0
306     ac 0
307     weight 110
308     value 80
309 root 1.2 density 8800
310    
311 root 1.1 name mithril
312     material 2
313     saves 1, 1, 2, 3, 2, 2, 2, 0,10, 7, 0,0,0,0,0, 5
314     mods 2, 0, 5, 1, 1, 0, 2
315     chance 3
316     diff 8
317     magic 2
318     damage 1
319     wc 1
320     ac 1
321     weight 50
322     value 250
323 root 1.2 density 750
324    
325 root 1.3 name crystal
326     material 4
327     saves 14,11,8,3,10,5,1,0,20,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
328     mods 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
329     chance 100
330     diff 0
331     magic 0
332     damage 0
333     wc 0
334     ac 0
335     weight 100
336     value 200
337     density 2000
338    
339 root 1.1 # BEGIN cloth
340     name silk
341     material 128
342     saves 17,9,13,5,4,5,11,0,19,15,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0
343     mods 0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
344     chance 10
345     diff 3
346     magic 0
347     damage 0
348     wc 0
349     ac 0
350     weight 90
351     value 130
352 root 1.2 density 1060
353    
354 root 1.1 name velvet
355     material 128
356     saves 17,9,13,4,6,5,11,0,19,15,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0
357     mods 0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
358     chance 10
359     diff 3
360     magic 0
361     damage 0
362     wc 0
363     ac 0
364     weight 110
365     value 140
366 root 1.2 density 1770
367    
368 root 1.1 name burlap
369     material 128
370     saves 10,10,12,3,3,7,11,0,19,15
371     mods 1,0,0,1,1
372     chance 8
373     diff 4
374     magic 0
375     damage 0
376     wc 0
377     ac 0
378     weight 140
379     value 70
380 root 1.2 density 975
381    
382 root 1.1 name wool
383     material 128
384     saves 16,15,18,3,3,3,16,0,20,15
385     mods -1,0,-1,0,2
386     chance 8
387     diff 4
388     magic 0
389     damage 0
390     wc 0
391     ac 0
392     weight 110
393     value 115
394 root 1.2 density 1314
395    
396 root 1.1 name kashmir
397     material 128
398     saves 18,18,18,10,10,10,18,0,20,15
399     mods -1,0,0,0,1
400     chance 5
401     diff 2
402     magic 0
403     damage 0
404     wc 0
405     ac -1
406     weight 70
407     value 180
408 root 1.2 density 995
409    
410 root 1.1 name astolare
411     material 128
412     saves 10,10,10, 4, 4, 4,7, 0,20,15
413     mods 0,2,0,1,1,1,0,2
414     chance 1
415     diff 10
416     magic 2
417     damage 0
418     wc 0
419     ac 0
420     weight 90
421     value 200
422 root 1.2 density 1000
423    
424 root 1.1 name asbestos
425     material 128
426     saves 14,11,1,4,4,5,15,0,20,15
427     mods 0,0,4,0,0,0,-4
428     chance 1
429     diff 10
430     magic 0
431     damage 0
432     wc 0
433     ac 0
434     weight 110
435     value 50
436 root 1.2 density 400
437    
438 root 1.1 name rubber
439     material 128
440     saves 14,11,18,1,4,5,15,0,20,15
441     mods 1,0,-4,4,0,0,-1
442     chance 1
443     diff 10
444     magic 0
445     damage 0
446     wc 0
447     ac 0
448     weight 80
449     value 150
450 root 1.2 density 945
451    
452 root 1.1 # BEGIN wood
453 elmex 1.6 name pine
454     material 16
455     saves 10,11,13, 2, 2,10, 9, 0,20,15, 0,0,0,0,0,12,0,0,0,0,0,0,0,0,0
456     mods 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
457     chance 100
458     diff 0
459     magic 0
460     damage 0
461     wc 0
462     ac 0
463     weight 100
464     value 100
465     density 650
466    
467 root 1.1 name oak
468     material 16
469     saves 9,10,14, 2, 2,10, 8, 0,20,15, 0,0,0,0,0,12
470     mods 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
471     chance 10
472     diff 1
473     magic 0
474     damage 1
475     wc 0
476     ac 0
477     sp -1
478     weight 110
479     value 110
480 root 1.2 density 705
481    
482 root 1.1 name birch
483     material 16
484     saves 11,11,13, 2, 2,10, 9, 0,20,15, 0,0,0,0,0,12
485     mods 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
486     chance 10
487     diff 2
488     magic 0
489     damage 0
490     wc 0
491     ac 0
492     sp 1
493     weight 90
494     value 110
495 root 1.2 density 705
496    
497 root 1.1 name spruce
498     material 16
499     saves 14,11,13, 2, 2,10, 13, 0,20,15
500     mods -1,0,0,0,0,0,-1
501     chance 10
502     diff 2
503     magic 0
504     damage 0
505     wc 0
506     ac 0
507     sp 0
508     weight 80
509     value 80
510 root 1.2 density 705
511    
512 root 1.1 name balsa
513     material 16
514     saves 18,11,13, 2, 2,10,12, 0,20,15
515     mods -2,0,-1,2
516     chance 2
517     diff 0
518     magic 0
519     damage -1
520     wc -1
521     ac -1
522     sp -10
523     weight 10
524     value 30
525 root 1.2 density 605
526    
527 root 1.1 name yew
528     material 16
529     saves 10,11,13, 2, 2,10, 9, 0,20,15
530     mods -2,0,0
531     chance 5
532     diff 5
533     magic 1
534     damage 2
535     wc 0
536     ac 0
537     sp 10
538     weight 130
539     value 150
540 root 1.2 density 750
541    
542 root 1.1 name bamboo
543     material 16
544     saves 10,11,13, 2, 2,10, 9, 0,20,15
545     mods 2,0,-1
546     chance 3
547     diff 5
548     magic 0
549     damage 0
550     wc 2
551     ac 0
552     sp 1
553     weight 70
554     value 130
555 root 1.2 density 750
556    
557 root 1.1 name ironwood
558     material 16
559     saves 7,11,10,2, 2,10, 9, 0,20,15
560     mods 3,0,1
561     chance 3
562     diff 10
563     magic 0
564     damage 2
565     wc 0
566     ac 1
567     sp -4
568     weight 180
569     value 115
570 root 1.2 density 790
571    
572 root 1.1 name wyrmwood
573     material 16
574     saves 10,8,12, 2, 2,10, 7, 0,20,15
575     mods 2,2,-2,0,0,2,0,2
576     chance 2
577     diff 15
578     magic 1
579     wc 1
580     ac 1
581     sp 1
582     weight 80
583     value 200
584 root 1.2 density 705
585    
586 root 1.1 # BEGIN stone
587 root 1.7 name stone
588     material 64
589     saves 2, 5, 2, 2, 2, 2, 1, 0,20,15, 0,0,0,0,0, 5
590     mods 0,0,0
591     chance 40
592     diff 0
593     damage 2
594     wc -1
595     ac 0
596     weight 180
597     value 80
598     density 2400
599    
600 root 1.1 name marble
601     material 64
602     saves 2, 5, 2, 2, 2, 2, 1, 0,20,15, 0,0,0,0,0, 5
603     mods 0,0,0
604     chance 40
605     diff 0
606     damage 2
607     wc -1
608     ac 0
609     weight 180
610     value 80
611 root 1.2 density 2563
612    
613 root 1.1 name obsidian
614     material 64
615     saves 4, 6, 4, 4, 4, 4, 4, 0,20,15, 0,0,0,0,0, 7
616     mods -1,0,-1
617     chance 10
618     diff 3
619     damage 1
620     wc 1
621     ac 0
622     weight 90
623     value 130
624 root 1.2 density 2500
625    
626 root 1.1 name limestone
627     material 64
628     saves 8, 5, 2, 2, 2, 2, 17, 0,20,15
629     mods -1,0,0,0,0,0,-5
630     chance 8
631     diff 3
632     damage 0
633     wc 0
634     ac 0
635     weight 80
636     value 70
637 root 1.2 density 2200
638    
639 root 1.1 name runestone
640     material 64
641     saves 3, 0, 3, 4, 4, 4, 4, 0,20,15
642     mods 2,3,0,0
643     chance 1
644     diff 15
645     damage 1
646     wc -1
647     ac 0
648     weight 60
649     value 250
650 root 1.2 density 2200
651    
652 root 1.1 # BEGIN bone
653     #
654     name ivory
655     material 2048
656     saves 10, 10, 5, 5, 3,10,10, 0,20,15
657     mods 0,0,0,0
658     chance 30
659     diff 3
660     weight 80
661     value 120
662 root 1.2 density 2500
663    
664 root 1.1 name dragonscale
665     material 2048
666     saves 4,4,0,5,15,1,1,0,15,15
667     mods 1,1,5,0,-5
668     chance 2
669     diff 15
670     magic 2
671     ac 1
672     weight 110
673     value 200
674 root 1.2 density 2800
675    
676 root 1.1 #
677     # BEGIN adamant
678     #
679     # note that by making the chance 100, I override adamant above to never appear.
680     name argonite
681     material 256
682     saves 3, 3, 4, 3, 2, 2, 2, 0,12,10, 0,0,0,0,0, 8
683     mods 0, 0, 0, 1, -1, 0, 0
684     chance 100
685     diff 0
686     magic 0
687     damage 0
688     wc 0
689     ac 0
690     weight 110
691     value 90
692 root 1.2 density 3520
693    
694 root 1.1 name sanguinite
695     material 256
696     saves 8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8
697     mods -1,-1,-1,-1,0,-1,0,0,0,10
698     chance 2
699     diff 0
700     magic 0
701     damage -1
702     wc 0
703     ac 0
704     weight 115
705     value 60
706 root 1.2 density 3520
707    
708 root 1.1 name abyssium
709     material 256
710     saves 5,5,5,5,5,5,2,5,5,5,5,5,5,5,5,5,5
711     mods -3,-3,5,0,-5,5,-2,-10,5
712     chance 1
713     diff 15
714     magic 0
715     damage 0
716     wc 0
717     ac 0
718     weight 200
719     value 40
720 root 1.2 density 3520
721    
722 root 1.1 name astrium
723     material 256
724     saves 3, 3, 3, 3, 2, 2, 2, 0,12,10, 0,0,0,0,0, 7
725     mods 0, 2, 0, 0, 0, 2, 0, 2, 0, 0, 0, 2, 2, 0, 2
726     chance 20
727     diff 5
728     magic 0
729     damage 0
730     wc 0
731     ac 0
732     weight 100
733     value 100
734 root 1.2 density 3520
735    
736 root 1.1 name celestium
737     material 256
738     saves 3, 2, 3, 3, 2, 2, 2, 0,12,10, 0,0,0,0,0, 1
739     mods 0, 4, 0, 0, 0, 2, 0, 3, 0, 0, 0, 3, 3, 0, 4
740     chance 10
741     diff 10
742     magic 1
743     damage 0
744     wc 0
745     ac 0
746     weight 110
747     value 150
748 root 1.2 density 520
749    
750 root 1.1 name damascus
751     material 256
752     saves 2, 2, 2, 2, 2, 2, 2, 0,6,6, 0,0,0,0,0, 2
753     mods 2, 0, 1, 1, 1, 0, 2
754     chance 5
755     diff 12
756     magic 2
757     damage 0
758     wc 0
759     ac 1
760     weight 150
761     value 200
762 root 1.2 density 3520
763    
764 root 1.1 name adamantium
765     material 256
766     saves 1,1,1,1,1,1,1,0,2,2,0,0,0,0,0,1
767     mods 3, 0, 5, 1, 1, 0, 2, 5
768     chance 2
769     diff 15
770     magic 3
771     damage 1
772     wc 0
773     ac 2
774     weight 175
775     value 300
776 root 1.2 density 3520
777    
778 root 1.1 name magmasium
779     material 256
780     saves 3,3,0,0,10,3,3,3,3,3,3,3,3,3,3
781     mods 0,0,5,0,-5,0,2
782     chance 1
783     diff 15
784     magic 3
785     damage 0
786     wc 0
787     ac 0
788     weight 140
789     value 320
790 root 1.2 density 2500
791    
792 root 1.1 name electrum
793     material 256
794     saves 3,3,10,0,3,3,3,3,3,3,3,3,3,3,3
795     mods 0,0,-5,5,0,0,2
796     chance 1
797     diff 15
798     magic 3
799     damage 0
800     wc 0
801     ac 0
802     weight 140
803     value 320
804 root 1.2 density 2500
805    
806 root 1.1 name glacium
807     material 256
808     saves 3,3,10,3,0,3,3,3,3,3,3,3,3,3,3
809     mods 0,0,-5,0,5,0,0,2
810     chance 1
811     diff 15
812     magic 3
813     damage 0
814     wc 0
815     ac 0
816     weight 140
817     value 320
818 root 1.2 density 2500
819    
820 root 1.1 #
821     # BEGIN leather
822     #
823     name snakeskin
824     material 8
825     saves 5,11,11, 4, 3,10,9, 0,20,15
826     mods 0,0,1,0,-1
827     chance 30
828     diff 3
829     ac 1
830     weight 90
831     value 110
832 root 1.2 density 845
833    
834 root 1.1 name humanskin
835     material 8
836     saves 10,15,15,15,15,15,15,0,20,15
837     mods -1,-1,-1,-1,-1,0,-1
838     chance 1
839     diff 15
840     magic 2
841     ac -1
842     weight 80
843     value 40
844 root 1.2 density 945
845    
846 root 1.1 name bearskin
847     material 8
848     saves 4,10,11, 3, 2,10,10, 0,20,15
849     mods 0,0,0,0,1
850     chance 15
851     diff 5
852     weight 110
853     value 110
854 root 1.2 density 945
855    
856 root 1.1 name dragonhide
857     material 8
858     saves 4,6,4,5,10,10,6,0,20,15
859     mods 1,1,3,0,-3
860     chance 2
861     diff 15
862     ac 1
863     magic 2
864     weight 70
865     value 250
866 root 1.2 density 1100
867    
868 root 1.1 name wolfhide
869     material 8
870     saves 4,10,11, 3, 2,10,10, 0,20,15
871     mods 0,0,0,0,1
872     chance 15
873     diff 4
874     weight 115
875     value 80
876 root 1.2 density 945
877    
878 root 1.1 name deerskin
879     material 8
880     saves saves 8,10,11, 3, 2,10,10, 0,20,15
881     mods -1,0,0,0,0
882     chance 10
883     diff 10
884     ac 2
885     sp 1
886     wc 1
887     weight 80
888     value 140
889 root 1.2 density 945
890    
891 root 1.3 name blood
892     material 544
893     saves 3,12,9,11,3,10,9,0,20,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
894     mods 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
895     chance 100
896     diff 0
897     magic 0
898     damage 0
899     wc 0
900     ac 0
901     weight 100
902     value 100
903     density 1100
904    
905 root 1.1 #
906     # BEGIN specialty metals.
907     # these are one offs, like mercury, etc.
908     #
909     name mercury
910     material 1024
911     saves 5, 3, 9, 6,17, 0,10, 0,20,15
912     mods 0,0,0
913     chance 0
914     diff 0
915     weight 100
916     value 100
917 root 1.2 density 1357
918    
919 root 1.3 #
920     # BEGIN materials named in archetypes but otherwise nonexistent
921     #
922     name depleted uranium
923     material 2
924    
925     name enriched uranium
926     material 2
927    
928     name zinc
929     material 2
930    
931     name amberium
932     material 2
933    
934     name jade
935     material 2
936    
937     name black leather
938     material 8
939    
940     name white leather
941     material 8
942    
943     name alligator skin
944     material 8
945    
946     name cherry
947     material 18
948    
949     name rock
950     material 64
951    
952     material uranium hexafluoride
953     material 64
954    
955     name cinnabar
956     material 64
957    
958     name gypsum
959     material 64
960    
961     name graphite
962     material 64
963    
964     name phosphorus
965     material 64
966    
967     name pyrite
968     material 66
969    
970     name salt
971     material 64
972    
973     name sulphur
974     material 64
975    
976     name satin covered wood
977     material 16
978    
979     name velvet covered wood
980     material 16
981    
982     name burlwood
983     material 16
984    
985     name ancient wood
986     material 20
987    
988     name glacium
989     material 256
990    
991     name silver and glass
992     material 12
993