ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/food/poisonfood.arc
Revision: 1.9
Committed: Sat Mar 3 01:22:23 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.8: +40 -39 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.8 object poison
2 root 1.1 name booze
3 root 1.9 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.9 materialname organic
9 root 1.1 weight 6500
10 root 1.9 client_type 611
11 root 1.7 identified 0
12     cursed 1
13     known_cursed 0
14 root 1.9 color_fg orange
15 root 1.7 editable 2048
16 root 1.9 on_use_yield boozebottle_empty
17 root 1.1 end
18 root 1.9
19 root 1.8 object w_glass_poison
20 root 1.1 name glass of wine
21 root 1.9 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 root 1.9 materialname glass
28 root 1.1 value 2
29 root 1.2 weight 1000
30 root 1.9 client_type 611
31 root 1.7 identified 0
32 root 1.1 cursed 1
33     known_cursed 0
34 root 1.9 color_fg red
35     editable 2048
36 root 1.4 end
37 root 1.9
38 root 1.8 object water_poison
39 root 1.9 name_pl waters
40     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.9 materialname organic
46 root 1.1 value 5
47     weight 1500
48 root 1.9 client_type 611
49     identified 0
50     cursed 1
51     known_cursed 0
52     color_fg blue
53 root 1.7 editable 2048
54 root 1.9 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     materialname glass
66     value 10
67     weight 1000
68 root 1.4 client_type 611
69     identified 0
70     cursed 1
71     known_cursed 0
72 root 1.9 color_fg red
73     editable 2048
74     on_use_yield winebottle_empty
75 root 1.1 end
76 root 1.9