ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/food/tomato.arc
Revision: 1.9
Committed: Tue Nov 3 09:48:41 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +0 -2 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.6 object tomato
2 root 1.1 name tomato
3 root 1.7 name_pl tomatoes
4 pippijn 1.2 face tomato.x11
5 root 1.1 food 50
6     nrof 1
7     type 6
8 root 1.7 materialname organic
9 root 1.1 value 7
10     weight 1000
11 root 1.7 client_type 601
12     identified 1
13 root 1.8 magicmap red
14 root 1.1 end
15    
16 root 1.6 object tomato_big
17 root 1.1 name very large tomato
18 root 1.7 name_pl very large tomatoes
19 pippijn 1.2 face tomato_big.x11
20 root 1.1 food 200
21     nrof 1
22     type 6
23 root 1.7 materialname organic
24 root 1.1 value 14
25     weight 1000
26 root 1.7 client_type 601
27     identified 1
28 root 1.8 magicmap red
29 root 1.1 end
30 root 1.7