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.3 by root, Wed Feb 7 01:40:10 2007 UTC vs.
Revision 1.8 by root, Tue Nov 10 04:38:45 2009 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#
74ac 0 76ac 0
75weight 100 77weight 100
76value 100 78value 100
77density 945 79density 945
78 80
79name pine 81name wood
80material 16 82material 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 83saves 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 84mods 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 85chance 100
84diff 0 86diff 0
85magic 0 87magic 0
86damage 0 88damage 0
87wc 0
88ac 0 89wc 0
90ac 0
89weight 100 91weight 100
90value 100 92value 100
91density 650 93density 620
92 94
93name organics 95name organic
94description organic 96description some organic substance
95material 32 97material 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 98saves 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
97mods 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 99mods 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
98chance 100 100chance 100
99diff 0 101diff 0
176value 100 178value 100
177density 7352 179density 7352
178 180
179name bone 181name bone
180material 2048 182material 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 183saves 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 184mods 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 185chance 100
184diff 0 186diff 0
185magic 0 187magic 0
186damage 0 188damage 0
446weight 80 448weight 80
447value 150 449value 150
448density 945 450density 945
449 451
450# BEGIN wood 452# BEGIN wood
453name pine
454material 16
455saves 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
456mods 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
457chance 100
458diff 0
459magic 0
460damage 0
461wc 0
462ac 0
463weight 100
464value 100
465density 650
466
451name oak 467name oak
452material 16 468material 16
453saves 9,10,14, 2, 2,10, 8, 0,20,15, 0,0,0,0,0,12 469saves 9,10,14, 2, 2,10, 8, 0,20,15, 0,0,0,0,0,12
454mods 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 470mods 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
455chance 10 471chance 10
566weight 80 582weight 80
567value 200 583value 200
568density 705 584density 705
569 585
570# BEGIN stone 586# BEGIN stone
587name stone
588material 64
589saves 2, 5, 2, 2, 2, 2, 1, 0,20,15, 0,0,0,0,0, 5
590mods 0,0,0
591chance 40
592diff 0
593damage 2
594wc -1
595ac 0
596weight 180
597value 80
598density 2400
599
571name marble 600name marble
572material 64 601material 64
573saves 2, 5, 2, 2, 2, 2, 1, 0,20,15, 0,0,0,0,0, 5 602saves 2, 5, 2, 2, 2, 2, 1, 0,20,15, 0,0,0,0,0, 5
574mods 0,0,0 603mods 0,0,0
575chance 40 604chance 40

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines