ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/artifact/UW_Sword/uw_sword.arc
Revision: 1.11
Committed: Tue Nov 3 09:59:42 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +2 -2 lines
Log Message:
big cfarch-normalize run

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.11 inherit type_weapon
10 root 1.6 name Belzebub's sword
11 root 1.8 name_pl Belzebub's swords
12 root 1.6 slaying angel
13 root 1.8 skill two handed weapons
14     face uw_sword.x11
15 root 1.11 magicmap white
16 root 1.8 con 2
17     int 1
18 root 1.6 sp 1
19 root 1.8 dam 17
20     speed 0.1
21     nrof 1
22     attacktype 65
23     resist_magic 30
24 root 1.6 resist_confusion 100
25     resist_drain 100
26 root 1.8 materialname abyssium
27     value 175000
28     weight 30000
29 root 1.6 magic 5
30 root 1.8 last_sp 7
31 root 1.6 weapontype 1
32 root 1.8 client_type 100
33     item_power 40
34     body_arm -2
35 root 1.1 end
36 root 1.8