ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/food/chocolate.arc
Revision: 1.9
Committed: Wed Mar 11 02:44:14 2009 UTC (15 years, 4 months ago) by root
Branch: MAIN
Changes since 1.8: +29 -1 lines
Log Message:
add white chocolate

File Contents

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