ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/food/poisonfood.arc
Revision: 1.5
Committed: Tue Feb 6 23:29:20 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.4: +2 -2 lines
Log Message:
replace material by materilname in all simple cases

File Contents

# User Rev Content
1 root 1.4 object poison
2 root 1.1 name booze
3 root 1.4 name_pl boozes
4     title of poison
5 pippijn 1.3 face booze.x11
6 root 1.1 nrof 1
7     type 7
8 root 1.5 materialname organic
9 root 1.1 weight 6500
10 root 1.4 client_type 611
11 root 1.1 identified 0
12     cursed 1
13     known_cursed 0
14 root 1.4 color_fg orange
15 root 1.1 editable 2048
16 root 1.4 on_use_yield boozebottle_empty
17 root 1.1 end
18 root 1.4
19     object w_glass_poison
20 root 1.1 name glass of wine
21 root 1.4 name_pl glasses of wine
22     title of poison
23 pippijn 1.3 face w_glass.x11
24 root 1.1 food 10
25     nrof 1
26     type 7
27     material 36
28     value 2
29 root 1.2 weight 1000
30 root 1.4 client_type 611
31 root 1.1 identified 0
32     cursed 1
33     known_cursed 0
34 root 1.4 color_fg red
35     editable 2048
36     end
37    
38     object water_poison
39     name_pl waters
40 root 1.1 title of poison
41 pippijn 1.3 face water.x11
42 root 1.1 food 5
43     nrof 1
44     type 7
45 root 1.5 materialname organic
46 root 1.1 value 5
47     weight 1500
48 root 1.4 client_type 611
49     identified 0
50     cursed 1
51     known_cursed 0
52     color_fg blue
53 root 1.1 editable 2048
54 root 1.4 on_use_yield wbottle_empty
55     end
56    
57     object wine_poison
58     name bottle of wine
59     name_pl bottles of wine
60     title of poison
61     face wine.x11
62     food 75
63     nrof 1
64     type 7
65     material 36
66     value 10
67     weight 1000
68 root 1.1 client_type 611
69     identified 0
70     cursed 1
71     known_cursed 0
72 root 1.4 color_fg red
73     editable 2048
74     on_use_yield winebottle_empty
75 root 1.1 end
76 root 1.4