ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/food/poisonfood.arc
Revision: 1.13
Committed: Tue Nov 3 09:58:47 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.12: +4 -4 lines
Log Message:
big cfarch-normalize run

File Contents

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