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.4 by root, Wed Feb 7 02:05:58 2007 UTC

18# In the very least, name and material MUST exist. 18# In the very least, name and material MUST exist.
19# 19#
20# NOTE AGAIN 20# NOTE AGAIN
21# Do not edit the basic types. Add any new types after these. 21# Do not edit the basic types. Add any new types after these.
22# 22#
23name unknown
24description unknown material
25material 0
26chance 100
27weight 100
28value 0
29density 1000
30
23name paper 31name paper
24material 1 32material 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 33saves 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 34mods 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 35chance 100
317wc 1 325wc 1
318ac 1 326ac 1
319weight 50 327weight 50
320value 250 328value 250
321density 750 329density 750
330
331name crystal
332material 4
333saves 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
334mods 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
335chance 100
336diff 0
337magic 0
338damage 0
339wc 0
340ac 0
341weight 100
342value 200
343density 2000
322 344
323# BEGIN cloth 345# BEGIN cloth
324name silk 346name silk
325material 128 347material 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 348saves 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
843wc 1 865wc 1
844weight 80 866weight 80
845value 140 867value 140
846density 945 868density 945
847 869
870name blood
871material 544
872saves 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
873mods 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
874chance 100
875diff 0
876magic 0
877damage 0
878wc 0
879ac 0
880weight 100
881value 100
882density 1100
883
848# 884#
849# BEGIN specialty metals. 885# BEGIN specialty metals.
850# these are one offs, like mercury, etc. 886# these are one offs, like mercury, etc.
851# 887#
852name mercury 888name mercury
857diff 0 893diff 0
858weight 100 894weight 100
859value 100 895value 100
860density 1357 896density 1357
861 897
898#
899# BEGIN materials named in archetypes but otherwise nonexistent
900#
901name depleted uranium
902material 2
903
904name enriched uranium
905material 2
906
907name zinc
908material 2
909
910name amberium
911material 2
912
913name jade
914material 2
915
916name black leather
917material 8
918
919name white leather
920material 8
921
922name alligator skin
923material 8
924
925name cherry
926material 18
927
928name rock
929material 64
930
931material uranium hexafluoride
932material 64
933
934name cinnabar
935material 64
936
937name gypsum
938material 64
939
940name graphite
941material 64
942
943name phosphorus
944material 64
945
946name pyrite
947material 66
948
949name salt
950material 64
951
952name sulphur
953material 64
954
955name satin covered wood
956material 16
957
958name velvet covered wood
959material 16
960
961name burlwood
962material 16
963
964name ancient wood
965material 20
966
967name glacium
968material 256
969
970name silver and glass
971material 12
972

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines