ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/inorganic/vial_poison.arc
Revision: 1.4
Committed: Tue Feb 6 23:58:58 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +0 -1 lines
Log Message:
more materials converted

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     materialname glass
16     value 1000
17     weight 100
18     client_type 649
19 root 1.1 end
20 root 1.3