ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/inorganic/vial_poison.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:22 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +11 -10 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object vial_poison
2 root 1.1 name vial
3     name_pl vials
4     title poison
5     slaying taint
6     msg
7     A poison of some sort.
8     Maybe it could be used
9     to taint someone's food.
10     endmsg
11 root 1.3 face vial_yellow.x11
12     food 2
13     nrof 1
14     type 163
15     material 4
16     materialname glass
17     value 1000
18     weight 100
19     client_type 649
20 root 1.1 end
21 root 1.3