ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/lich.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:58 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +33 -33 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object lich
2 root 1.1 name Lich
3     race undead
4 pippijn 1.2 face lich.x11
5 root 1.3 wis 17
6     pow 43
7 root 1.1 hp 1000
8     maxhp 1000
9 root 1.3 maxsp 40
10     exp 40000
11     dam 20
12     wc -3
13     ac -3
14     speed 0.15
15 root 1.1 level 15
16 root 1.3 attacktype 4225
17 root 1.1 resist_physical 50
18     resist_magic 50
19     resist_blind 90
20 root 1.3 randomitems lich
21     pick_up 24
22     will_apply 2
23     alive 1
24     can_use_shield 1
25     no_pick 1
26     monster 1
27 root 1.1 see_invisible 1
28 root 1.3 undead 1
29     can_cast_spell 1
30 root 1.1 can_use_scroll 1
31     can_use_armour 1
32     can_use_weapon 1
33     can_use_ring 1
34 root 1.3 sleep 1
35     body_range 1
36     body_arm 2
37 root 1.1 body_torso 1
38     body_head 1
39 root 1.3 body_finger 2
40 root 1.1 body_shoulder 1
41     body_foot 2
42 root 1.3 body_hand 2
43 root 1.1 body_wrist 2
44     body_waist 1
45 root 1.3 can_use_wand 1
46     editable 1
47     magicmap blue
48     anim
49     lich.x11
50     lich.x12
51     lich.x13
52     mina
53 root 1.1 end
54 root 1.3