ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/materials
(Generate patch)

Comparing deliantra/server/lib/materials (file contents):
Revision 1.2 by root, Tue Feb 6 13:21:29 2007 UTC vs.
Revision 1.6 by elmex, Wed May 7 20:44:56 2008 UTC

10# damage bonus/negative to damage 10# damage bonus/negative to damage
11# wc bonus/negative to wc 11# wc bonus/negative to wc
12# ac bonus/negative to ac 12# ac bonus/negative to ac
13# weight weight modifer. similar to artifacts 13# weight weight modifer. similar to artifacts
14# value value modifier. similar to artifacts. 14# value value modifier. similar to artifacts.
15# density density of this material in kg/m³ (or 1000 * g/cm³)
16#
15# anything left unspecified in this file will default to zero. 17# anything left unspecified in this file will default to zero.
16# 18#
17# NOTE 19# NOTE
18# In the very least, name and material MUST exist. 20# In the very least, name and material MUST exist.
19# 21#
20# NOTE AGAIN 22# NOTE AGAIN
21# Do not edit the basic types. Add any new types after these. 23# Do not edit the basic types. Add any new types after these.
22# 24#
25name unknown
26description unknown material
27material 0
28chance 100
29weight 100
30value 0
31density 1000
32
23name paper 33name paper
24material 1 34material 1
25saves 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 35saves 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
26mods 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 36mods 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
27chance 100 37chance 100
74ac 0 84ac 0
75weight 100 85weight 100
76value 100 86value 100
77density 945 87density 945
78 88
79name pine 89name wood
80material 16 90material 16
81saves 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 91saves 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
82mods 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 92mods 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
83chance 100 93chance 100
84diff 0 94diff 0
85magic 0 95magic 0
86damage 0 96damage 0
87wc 0
88ac 0 97wc 0
98ac 0
89weight 100 99weight 100
90value 100 100value 100
91density 650 101density 620
92 102
93name organics 103name organics
94description organic 104description organic
95material 32 105material 32
96saves 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 106saves 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
176value 100 186value 100
177density 7352 187density 7352
178 188
179name bone 189name bone
180material 2048 190material 2048
181saves 10,9,4,5,3,10,10,0,20,15,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0 191saves 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
182mods 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 192mods 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
183chance 100 193chance 100
184diff 0 194diff 0
185magic 0 195magic 0
186damage 0 196damage 0
318ac 1 328ac 1
319weight 50 329weight 50
320value 250 330value 250
321density 750 331density 750
322 332
333name crystal
334material 4
335saves 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
336mods 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
337chance 100
338diff 0
339magic 0
340damage 0
341wc 0
342ac 0
343weight 100
344value 200
345density 2000
346
323# BEGIN cloth 347# BEGIN cloth
324name silk 348name silk
325material 128 349material 128
326saves 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 350saves 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
327mods 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 351mods 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
432weight 80 456weight 80
433value 150 457value 150
434density 945 458density 945
435 459
436# BEGIN wood 460# BEGIN wood
461name pine
462material 16
463saves 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
464mods 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
465chance 100
466diff 0
467magic 0
468damage 0
469wc 0
470ac 0
471weight 100
472value 100
473density 650
474
437name oak 475name oak
438material 16 476material 16
439saves 9,10,14, 2, 2,10, 8, 0,20,15, 0,0,0,0,0,12 477saves 9,10,14, 2, 2,10, 8, 0,20,15, 0,0,0,0,0,12
440mods 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 478mods 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
441chance 10 479chance 10
843wc 1 881wc 1
844weight 80 882weight 80
845value 140 883value 140
846density 945 884density 945
847 885
886name blood
887material 544
888saves 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
889mods 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
890chance 100
891diff 0
892magic 0
893damage 0
894wc 0
895ac 0
896weight 100
897value 100
898density 1100
899
848# 900#
849# BEGIN specialty metals. 901# BEGIN specialty metals.
850# these are one offs, like mercury, etc. 902# these are one offs, like mercury, etc.
851# 903#
852name mercury 904name mercury
857diff 0 909diff 0
858weight 100 910weight 100
859value 100 911value 100
860density 1357 912density 1357
861 913
914#
915# BEGIN materials named in archetypes but otherwise nonexistent
916#
917name depleted uranium
918material 2
919
920name enriched uranium
921material 2
922
923name zinc
924material 2
925
926name amberium
927material 2
928
929name jade
930material 2
931
932name black leather
933material 8
934
935name white leather
936material 8
937
938name alligator skin
939material 8
940
941name cherry
942material 18
943
944name rock
945material 64
946
947material uranium hexafluoride
948material 64
949
950name cinnabar
951material 64
952
953name gypsum
954material 64
955
956name graphite
957material 64
958
959name phosphorus
960material 64
961
962name pyrite
963material 66
964
965name salt
966material 64
967
968name sulphur
969material 64
970
971name satin covered wood
972material 16
973
974name velvet covered wood
975material 16
976
977name burlwood
978material 16
979
980name ancient wood
981material 20
982
983name glacium
984material 256
985
986name silver and glass
987material 12
988

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines