ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/food/poisonfood.arc
Revision: 1.14
Committed: Sat Oct 16 09:17:16 2010 UTC (13 years, 8 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +0 -4 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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 on_use_yield boozebottle_empty
15 root 1.1 end
16 root 1.9
17 root 1.8 object w_glass_poison
18 root 1.1 name glass of wine
19 root 1.9 name_pl glasses of wine
20     title of poison
21 pippijn 1.3 face w_glass.x11
22 root 1.1 food 10
23     nrof 1
24     type 7
25 root 1.9 materialname glass
26 root 1.1 value 2
27 root 1.2 weight 1000
28 root 1.9 client_type 611
29 root 1.7 identified 0
30 root 1.1 cursed 1
31     known_cursed 0
32 root 1.4 end
33 root 1.9
34 root 1.8 object water_poison
35 root 1.11 name water
36 root 1.9 name_pl waters
37     title of poison
38 pippijn 1.3 face water.x11
39 root 1.1 food 5
40     nrof 1
41     type 7
42 root 1.9 materialname organic
43 root 1.1 value 5
44     weight 1500
45 root 1.9 client_type 611
46     identified 0
47     cursed 1
48     known_cursed 0
49     on_use_yield wbottle_empty
50     end
51    
52     object wine_poison
53     name bottle of wine
54     name_pl bottles of wine
55     title of poison
56     face wine.x11
57     food 75
58     nrof 1
59     type 7
60     materialname glass
61     value 10
62     weight 1000
63 root 1.4 client_type 611
64     identified 0
65     cursed 1
66     known_cursed 0
67 root 1.9 on_use_yield winebottle_empty
68 root 1.1 end
69 root 1.9