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.4 by root, Wed Feb 7 02:05:58 2007 UTC vs.
Revision 1.7 by root, Tue Nov 10 01:57:19 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#
82ac 0 84ac 0
83weight 100 85weight 100
84value 100 86value 100
85density 945 87density 945
86 88
87name pine 89name wood
88material 16 90material 16
89saves 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
90mods 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
91chance 100 93chance 100
92diff 0 94diff 0
93magic 0 95magic 0
94damage 0 96damage 0
95wc 0
96ac 0 97wc 0
98ac 0
97weight 100 99weight 100
98value 100 100value 100
99density 650 101density 620
100 102
101name organics 103name organics
102description organic 104description organic
103material 32 105material 32
104saves 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
184value 100 186value 100
185density 7352 187density 7352
186 188
187name bone 189name bone
188material 2048 190material 2048
189saves 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
190mods 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
191chance 100 193chance 100
192diff 0 194diff 0
193magic 0 195magic 0
194damage 0 196damage 0
454weight 80 456weight 80
455value 150 457value 150
456density 945 458density 945
457 459
458# 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
459name oak 475name oak
460material 16 476material 16
461saves 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
462mods 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
463chance 10 479chance 10
574weight 80 590weight 80
575value 200 591value 200
576density 705 592density 705
577 593
578# BEGIN stone 594# BEGIN stone
595name stone
596material 64
597saves 2, 5, 2, 2, 2, 2, 1, 0,20,15, 0,0,0,0,0, 5
598mods 0,0,0
599chance 40
600diff 0
601damage 2
602wc -1
603ac 0
604weight 180
605value 80
606density 2400
607
579name marble 608name marble
580material 64 609material 64
581saves 2, 5, 2, 2, 2, 2, 1, 0,20,15, 0,0,0,0,0, 5 610saves 2, 5, 2, 2, 2, 2, 1, 0,20,15, 0,0,0,0,0, 5
582mods 0,0,0 611mods 0,0,0
583chance 40 612chance 40

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines