ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/inorganic/vial_poison.arc
Revision: 1.8
Committed: Thu Apr 8 22:40:35 2010 UTC (14 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.7: +1 -1 lines
Log Message:
move DEEP_SWAMP, IDENTIFY_ALTAR, SKILLSCROLL, SYMPTOM, BUILDER, MATERIAL, MAPSCRIPT, ITEM_TRANSFORMER, MENU, POWER_CRYSTAL, CORPSE and SAFE_GROUND to lower values

File Contents

# User Rev Content
1 root 1.6 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.7 face vial_yellow.x11
12     food 2
13     nrof 1
14 root 1.8 type 117
15 root 1.7 materialname glass
16     value 1000
17     weight 100
18     client_type 649
19 root 1.1 end
20 root 1.7