ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/talisman/tooth_charm.arc
Revision: 1.4
Committed: Wed Feb 7 00:14:54 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +1 -1 lines
Log Message:
remaining material conversions, this step was actually destructive because i only went for the nearest materials

File Contents

# User Rev Content
1 root 1.3 object tooth_charm
2     name tooth charm
3     name_pl tooth charms
4     msg
5     This wonderful charm will absorb many
6     magics which would otherwise affect your
7     movement.
8     endmsg
9 pippijn 1.2 face tooth_charm.x11
10 root 1.3 nrof 1
11 root 1.1 type 39
12     resist_confusion 15
13 root 1.3 resist_slow 30
14 root 1.1 resist_paralyze 50
15     resist_fear 50
16 root 1.4 materialname runestone
17 root 1.3 weight 300
18     client_type 381
19     item_power 6
20 root 1.1 startequip 1
21 root 1.3 body_neck -1
22     color_fg white
23 root 1.1 editable 2048
24 root 1.3 need_an 1
25 root 1.1 end
26 root 1.3