ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/food/poisonfood.arc
Revision: 1.12
Committed: Tue Nov 3 09:48:41 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.11: +0 -4 lines
Log Message:
remove editable field, elmey says so

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 materialname organic
9 weight 6500
10 client_type 611
11 identified 0
12 cursed 1
13 known_cursed 0
14 magicmap orange
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 food 10
24 nrof 1
25 type 7
26 materialname glass
27 value 2
28 weight 1000
29 client_type 611
30 identified 0
31 cursed 1
32 known_cursed 0
33 magicmap red
34 end
35
36 object water_poison
37 name water
38 name_pl waters
39 title of poison
40 face water.x11
41 food 5
42 nrof 1
43 type 7
44 materialname organic
45 value 5
46 weight 1500
47 client_type 611
48 identified 0
49 cursed 1
50 known_cursed 0
51 magicmap blue
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 food 75
61 nrof 1
62 type 7
63 materialname glass
64 value 10
65 weight 1000
66 client_type 611
67 identified 0
68 cursed 1
69 known_cursed 0
70 magicmap red
71 on_use_yield winebottle_empty
72 end
73