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.5 by root, Wed Feb 7 23:50:01 2007 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
317wc 1 327wc 1
318ac 1 328ac 1
319weight 50 329weight 50
320value 250 330value 250
321density 750 331density 750
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
322 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
843wc 1 867wc 1
844weight 80 868weight 80
845value 140 869value 140
846density 945 870density 945
847 871
872name blood
873material 544
874saves 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
875mods 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
876chance 100
877diff 0
878magic 0
879damage 0
880wc 0
881ac 0
882weight 100
883value 100
884density 1100
885
848# 886#
849# BEGIN specialty metals. 887# BEGIN specialty metals.
850# these are one offs, like mercury, etc. 888# these are one offs, like mercury, etc.
851# 889#
852name mercury 890name mercury
857diff 0 895diff 0
858weight 100 896weight 100
859value 100 897value 100
860density 1357 898density 1357
861 899
900#
901# BEGIN materials named in archetypes but otherwise nonexistent
902#
903name depleted uranium
904material 2
905
906name enriched uranium
907material 2
908
909name zinc
910material 2
911
912name amberium
913material 2
914
915name jade
916material 2
917
918name black leather
919material 8
920
921name white leather
922material 8
923
924name alligator skin
925material 8
926
927name cherry
928material 18
929
930name rock
931material 64
932
933material uranium hexafluoride
934material 64
935
936name cinnabar
937material 64
938
939name gypsum
940material 64
941
942name graphite
943material 64
944
945name phosphorus
946material 64
947
948name pyrite
949material 66
950
951name salt
952material 64
953
954name sulphur
955material 64
956
957name satin covered wood
958material 16
959
960name velvet covered wood
961material 16
962
963name burlwood
964material 16
965
966name ancient wood
967material 20
968
969name glacium
970material 256
971
972name silver and glass
973material 12
974

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines