ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/artifact/UW_Sword/uw_sword.arc
Revision: 1.10
Committed: Tue Nov 3 09:49:59 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.7 object uw_sword
2 root 1.8 anim
3     uw_sword.x11
4     uw_sword.x12
5     uw_sword.x13
6     uw_sword.x14
7     uw_sword.x15
8     mina
9 root 1.6 name Belzebub's sword
10 root 1.8 name_pl Belzebub's swords
11 root 1.6 slaying angel
12 root 1.8 skill two handed weapons
13     face uw_sword.x11
14     con 2
15     int 1
16 root 1.6 sp 1
17 root 1.8 dam 17
18     speed 0.1
19     nrof 1
20 root 1.9 inherit type_weapon
21 root 1.8 attacktype 65
22     resist_magic 30
23 root 1.6 resist_confusion 100
24     resist_drain 100
25 root 1.8 materialname abyssium
26     value 175000
27     weight 30000
28 root 1.6 magic 5
29 root 1.8 last_sp 7
30 root 1.6 weapontype 1
31 root 1.8 client_type 100
32     item_power 40
33     body_arm -2
34 root 1.6 magicmap white
35 root 1.1 end
36 root 1.8