ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/artifact/ChaosSword/CSword.arc
Revision: 1.4
Committed: Tue Feb 6 23:29:31 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.3: +1 -1 lines
Log Message:
replace material by materilname in all simple cases

File Contents

# User Rev Content
1 root 1.3 object CSword
2 root 1.1 name Chaos Sword
3 root 1.3 name_pl Chaos Swords
4     skill one handed weapons
5     face CSword.x13
6     str 1
7     dex 1
8     con 1
9     wis 1
10     cha 1
11     int 1
12     hp -5
13     sp -4
14     dam 100
15     luck -3
16     speed 0.3
17 root 1.1 nrof 1
18 root 1.3 type 15
19     attacktype 262145
20     resist_magic 30
21     resist_fire 30
22     resist_electricity 30
23     resist_cold 30
24     resist_confusion -50
25     resist_acid 75
26     path_denied 2304
27 root 1.4 materialname iron
28 root 1.3 value 1000000
29     weight 20000
30     magic 10
31 root 1.1 last_sp 3
32 root 1.3 weapontype 1
33     client_type 100
34     item_power 15
35     xrays 1
36     body_arm -1
37     editable 5120
38     magicmap black
39 root 1.1 anim
40 pippijn 1.2 CSword.x13
41     CSword.x14
42     CSword.x15
43     CSword.x16
44     CSword.x17
45     CSword.x18
46     CSword.x19
47     CSword.x16
48     CSword.x1A
49     CSword.x1B
50     CSword.x1C
51     CSword.x11
52     CSword.x12
53 root 1.1 mina
54     end
55 root 1.3