ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/food/poisonfood.arc
Revision: 1.8
Committed: Sat Mar 3 01:15:34 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.7: +4 -4 lines
Log Message:
lowercase Object and More manually for the time being

File Contents

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