ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/food/poisonfood.arc
Revision: 1.10
Committed: Sun Mar 11 00:15:17 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.9: +4 -4 lines
Log Message:
normalise color_fg to magicmap

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     editable 2048
15 root 1.10 magicmap orange
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 editable 2048
35 root 1.10 magicmap red
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 root 1.7 editable 2048
53 root 1.10 magicmap blue
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 editable 2048
73 root 1.10 magicmap red
74 root 1.9 on_use_yield winebottle_empty
75 root 1.1 end
76 root 1.9