ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/food/poisonfood.arc
Revision: 1.4
Committed: Tue Feb 6 22:40:10 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.3: +40 -39 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# Content
1 object poison
2 name booze
3 name_pl boozes
4 title of poison
5 face booze.x11
6 nrof 1
7 type 7
8 material 32
9 weight 6500
10 client_type 611
11 identified 0
12 cursed 1
13 known_cursed 0
14 color_fg orange
15 editable 2048
16 on_use_yield boozebottle_empty
17 end
18
19 object w_glass_poison
20 name glass of wine
21 name_pl glasses of wine
22 title of poison
23 face w_glass.x11
24 food 10
25 nrof 1
26 type 7
27 material 36
28 value 2
29 weight 1000
30 client_type 611
31 identified 0
32 cursed 1
33 known_cursed 0
34 color_fg red
35 editable 2048
36 end
37
38 object water_poison
39 name_pl waters
40 title of poison
41 face water.x11
42 food 5
43 nrof 1
44 type 7
45 material 32
46 value 5
47 weight 1500
48 client_type 611
49 identified 0
50 cursed 1
51 known_cursed 0
52 color_fg blue
53 editable 2048
54 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 client_type 611
69 identified 0
70 cursed 1
71 known_cursed 0
72 color_fg red
73 editable 2048
74 on_use_yield winebottle_empty
75 end
76