ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/food/rose.arc
Revision: 1.4
Committed: Tue Feb 6 23:29:20 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +5 -5 lines
Log Message:
replace material by materilname in all simple cases

File Contents

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