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

File Contents

# User Rev Content
1 root 1.7 object rose_black
2     name black rose
3     name_pl black roses
4     face rose_black.x11
5 root 1.10 magicmap black
6 root 1.7 food 5
7     nrof 1
8     type 6
9     materialname organic
10     value 160
11     weight 2
12     client_type 601
13     end
14    
15 root 1.6 object rose_pink
16 root 1.1 name pink rose
17 root 1.7 name_pl pink roses
18 pippijn 1.2 face rose_pink.x11
19 root 1.10 magicmap red
20 root 1.1 food 5
21     nrof 1
22     type 6
23 root 1.7 materialname organic
24 root 1.1 value 60
25 root 1.7 weight 2
26     client_type 601
27 root 1.1 end
28 root 1.7
29 root 1.6 object rose_red
30 root 1.1 name red rose
31 root 1.7 name_pl red roses
32 pippijn 1.2 face rose_red.x11
33 root 1.10 magicmap red
34 root 1.1 food 5
35     nrof 1
36     type 6
37 root 1.7 materialname organic
38 root 1.1 value 80
39 root 1.7 weight 2
40     client_type 601
41 root 1.1 end
42 root 1.7
43 root 1.6 object rose_white
44 root 1.1 name white rose
45 root 1.7 name_pl white roses
46 pippijn 1.2 face rose_wh.x11
47 root 1.10 magicmap white
48 root 1.1 food 5
49     nrof 1
50     type 6
51 root 1.7 materialname organic
52 root 1.1 value 45
53     weight 2
54 root 1.7 client_type 601
55 root 1.1 end
56 root 1.7
57 root 1.6 object rose_yellow
58 root 1.1 name yellow rose
59 root 1.7 name_pl yellow roses
60 pippijn 1.2 face rose_yel.x11
61 root 1.10 magicmap yellow
62 root 1.1 food 5
63     nrof 1
64     type 6
65 root 1.7 materialname organic
66 root 1.1 value 45
67     weight 2
68 root 1.7 client_type 601
69 root 1.1 end
70 root 1.7