ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/food/chocolate.arc
Revision: 1.12
Committed: Tue Nov 3 09:58:46 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.11: +14 -14 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 root 1.6 object chocolate
2 root 1.7 name_pl chocolates
3 root 1.12 msg
4     Hmmm... tasty chocolate!
5     endmsg
6 pippijn 1.2 face chocolate.x11
7 root 1.12 magicmap brown
8 root 1.1 food 50
9     nrof 1
10     type 6
11 root 1.7 materialname organic
12 root 1.9 value 20
13 root 1.1 weight 100
14 root 1.7 client_type 601
15     identified 1
16 root 1.9 end
17    
18     object chocolate_w
19     name white chocolate
20     name_pl white chocolate pieces
21 root 1.12 msg
22     Unlike the normal brown chocolate, white chocolate
23     is made mostly out of butter and milk, giving it a very creamy
24     taste.
25    
26     This is a special white chocolate for special occasions, and has a sizable
27     amount of almonds added to it, making it much more expensive than other
28     chocolates.
29     endmsg
30 root 1.9 face chocolate_w.x11
31 root 1.12 magicmap brown
32 root 1.9 food 75
33     nrof 1
34     type 6
35     materialname organic
36     value 80
37     weight 100
38     client_type 601
39     identified 1
40 root 1.1 end
41 root 1.7