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

File Contents

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